*{box-sizing:border-box;margin:0;padding:0}#home{max-width:1920px;margin:0 auto;padding-top:100px;background:#ecedee;min-height:100vh;padding-left:1rem;padding-right:1rem}#home .home_layout{max-width:1200px;margin:0 auto}#home .home_layout .home_marketing{display:flex;justify-content:center;flex-direction:row-reverse;gap:50px}#home .home_layout .home_marketing .home_text{max-width:496px;padding-top:100px}#home .home_layout .home_marketing .home_text h1{font-weight:700;font-size:2.25rem;line-height:2.5rem;letter-spacing:-.025em;max-width:42rem;color:#27272a}#home .home_layout .home_marketing .home_text p{line-height:2rem;font-size:1.125rem;margin-top:2rem;max-width:36rem}#home .home_layout .home_marketing .home_text button{margin-top:30px;padding:10px;color:#fff;background:#006fee;border:none;border-radius:5px;font-weight:700;cursor:pointer;user-select:none}#home .home_layout .home_marketing .home_text button:hover{background:#0e8aaa}#home .home_layout h2{padding:30px 0;color:#27272a}#home .home_layout .home_line{height:2px;background:#a1a1aa}#home .home_layout .home_products-marketing{display:flex;justify-content:space-around;flex-wrap:wrap;gap:20px;margin-top:50px;padding-bottom:50px}#home .home_layout .home_products-marketing .card-product:hover{transform:scale(1.15);transition:all 1s}@media(max-width:770px){#home{height:100%}.home_marketing .slide-products{display:none}.home_marketing .home_text{max-width:100%!important;padding-top:0!important}.home_marketing .home_text h1{display:flex;justify-content:center;text-align:center;font-size:28px!important}.home_marketing .home_text p{width:100%;display:flex;justify-content:center;text-align:center;margin-top:20px!important}.home_marketing .home_text a{display:flex;justify-content:center;text-decoration:none}.home_products-marketing{padding-bottom:20px;margin-bottom:0!important}.home_products-marketing .card-product{padding:10px}}@media(max-width:376px){#home{height:100%;padding-top:20px}.home_marketing{display:flex;flex-wrap:wrap-reverse}.home_marketing .slide-products{display:block;height:400px;border:1px solid #52525b}}.slide-products{background:#f4f4f5;border-radius:15px;width:500px;height:500px;overflow:hidden;position:relative}.slide-products img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;opacity:0;transition:opacity 1s ease-in-out}.slide-products img.active{opacity:1;z-index:1}