@charset "UTF-8";.banner-landing{width:100%;max-height:600px;background-color:var(--primary-color-one);background-color:#1c6961;position:relative;display:flex}.banner-landing>div{display:flex}.banner-landing__slider{width:60%}.banner-landing__main{width:40%;padding:4rem 4rem 3rem;color:#f7dfc9;display:flex;justify-content:center;flex-direction:column;color:#fff}.banner-landing__slider img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.banner-landing__main__title{margin:0;color:#f7dfc9;font-size:2.5rem;color:#fff}.banner-landing__main__subtitle{margin:0;color:#f7dfc9;font-weight:700;text-transform:uppercase}.banner-landing__main__description{width:70%;font-size:1.2rem;padding:.8rem 0}.banner-landing__main__aux{color:#b3863b}.banner-landing__main__cta{margin-top:4rem}.banner-landing__main__cta .btn{color:#fff;margin-bottom:0}.categories-landing{padding:3rem 0;min-height:550px}.categories-landing .container{width:85%;margin:0 auto;display:flex;justify-content:space-between;justify-content:center;flex-wrap:wrap;gap:2rem}.categories-landing__category{border-radius:15px;height:245px;width:45%;background-color:#1c6961;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.categories-landing__category:hover:after{background-color:transparent}.categories-landing__category:hover .categories-landing__category__title{transform:translateY(-300px)}.categories-landing__category:after{position:absolute;content:"";width:100%;height:100%;background-color:#0000004d;border-radius:15px;transition:all .3s ease-in-out}.categories-landing__category__title{font-size:1.3rem;color:#fff;text-transform:uppercase;z-index:999;transition:all .5s ease-in-out}.categories-landing__header{display:flex;justify-content:center;margin-bottom:4rem;align-items:center;gap:1rem}.categories-landing__header h2{color:#f7dfc9;background-color:#692763;padding:.3rem .75rem;display:inline-block}.zig-zag{width:100%;height:50px;background-image:url(../../img/rayas-rosa.png);background-position-y:no-repeat;background-repeat:repeat no-repeat}.design-cube{display:inline-block;width:1rem;height:1rem;background-color:#692763;transform:rotate(45deg)}.hero-video{position:relative;width:100%;min-height:clamp(480px,75vh,820px);overflow:hidden;display:flex;align-items:center}.hero-video__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.hero-video__video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;filter:contrast(1.05) saturate(1.05)}.hero-video__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000008c,#00000059 45%,#0000008c);mix-blend-mode:normal}.hero-video__content{position:relative;z-index:2;max-width:920px;color:#fff;display:flex;flex-direction:column;gap:1.1rem}.hero-video__title{font-size:clamp(2.2rem,5.2vw,4rem);line-height:1.05;margin:0;letter-spacing:.5px;font-weight:800}.hero-video__title-accent{display:block;background:linear-gradient(90deg,#f7dfc9,#ffd29c);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-video__subtitle{margin:0;font-size:clamp(1rem,1.35vw + .7rem,1.35rem);max-width:58ch;line-height:1.4;opacity:.95}.hero-video__cta{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.3rem}.btn{--btn-bg:#692763;--btn-color:#fff;background:var(--btn-bg);color:var(--btn-color);padding:.85rem 1.4rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:.9rem;display:inline-flex;align-items:center;gap:.4rem;transition:background .3s,transform .35s}.btn:hover{background:#7d2e76;transform:translateY(-4px)}.btn:active{transform:translateY(-1px)}.btn--ghost{background:#ffffff1f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn--ghost:hover{background:#ffffff38}.btn:focus-visible{outline:3px solid #F7DFC9;outline-offset:2px}@media (prefers-reduced-motion: reduce){.hero-video__video{animation:none}.btn{transition:none}}@media (max-width: 780px){.hero-video{min-height:72vh}.hero-video__content{padding-inline:1rem}.hero-video__cta{justify-content:flex-start}}@media (max-width:520px){.hero-video{min-height:70vh}.hero-video__title{font-size:clamp(2rem,8vw,2.8rem)}.hero-video__subtitle{font-size:.95rem}.hero-video__cta{flex-direction:row;align-items:center;justify-content:flex-start;gap:.65rem}.btn{width:auto;padding:.7rem 1.05rem;font-size:.85rem!important;min-height:44px;line-height:1}.btn--ghost{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}}.hero-video--full{min-height:100dvh;height:100dvh}@supports not (height:100dvh){.hero-video--full{min-height:100vh;height:100vh}}@media (max-width:780px) and (min-width:521px){.btn{padding:.75rem 1.15rem;font-size:.75rem!important}}@media (max-width:380px){.hero-video__title{font-size:clamp(1.75rem,9vw,2.3rem)}.hero-video__subtitle{font-size:.85rem}.btn{padding:.6rem .9rem;font-size:.65rem!important}}.newsletter-landing{height:275px;background-color:#f7dfc9}.decorative-title{font-size:2rem;margin-bottom:10px;position:relative}.decorative-title:after{content:"";display:block;width:100%;height:10px;background:repeating-linear-gradient(-45deg,#a67c00,#a67c00 10px,transparent 10px,transparent 20px);position:absolute;bottom:-20px;left:0;z-index:9999;transform:scaleY(1.5)}.zigzag{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:-5px;width:100%;height:auto}body{font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;margin:0;position:relative}*{box-sizing:border-box}header{background-color:var(--primary-color-two);height:85px;padding:1rem 2rem;width:100%;display:flex;gap:1rem}header *{color:#fff}header button{background-color:transparent;outline:none;border-style:none;font-size:1.2rem}.product-grid{justify-content:space-between;flex-wrap:wrap;align-items:flex-start}.product-card__visual__img{border-radius:8px;width:160px;height:160px;-o-object-fit:cover;object-fit:cover}.product-layout{display:flex;width:85%;margin:0 auto;padding-bottom:15rem}.product-grid{width:70%;grid-template-columns:repeat(3,minmax(200px,1fr))}.product-images img{width:100%;height:auto;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media (max-width: 639px){.product-carousel__viewport{overflow:hidden}.product-carousel__track{display:flex}.product-carousel__item{flex:0 0 100%!important;width:100%!important}.product-carousel__card{width:100%;display:block}.product-carousel__card figure{margin:0}.product-carousel__control{top:50%;transform:translateY(-50%)}}.partners-slider-responsive{padding:2rem 0 3rem;position:relative;width:100%;overflow:hidden}.partners-container{margin:0 auto;overflow:hidden;position:relative;height:250px;display:flex;align-items:center}.partners-track{display:flex;align-items:center;height:100%;will-change:transform}.partner-item{display:flex;align-items:center;justify-content:center;height:150px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.partner-item--center{cursor:default}.partner-logo{width:170px;height:170px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0000001a;transition:all .4s ease;overflow:hidden}.partner-item--center .partner-logo{width:170px;height:170px;box-shadow:0 8px 25px #6927634d}.partner-logo img{width:143px;height:75px;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}.partner-item:hover:not(.partner-item--center) .partner-logo{transform:scale(1.05);box-shadow:0 6px 20px #00000026}.partners-dots{display:flex;justify-content:center;align-items:center;gap:.8rem;margin-top:2rem}.dot{width:12px;height:12px;border-radius:50%;background:transparent;border:2px solid #ccc;cursor:pointer;transition:all .3s ease}.dot:hover{border-color:#692763;transform:scale(1.1)}.dot--active{background:#692763;border-color:#692763;transform:scale(1.2)}@media (max-width: 640px){.partners-container{height:180px}.partner-item{height:130px}.partner-logo{width:90px;height:90px}.partner-item--center .partner-logo{width:140px;height:130px}.partners-dots{gap:.6rem;margin-top:1.5rem}.dot{width:10px;height:10px}.partner-logo img{width:80%;height:60%;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}}@media (max-width: 480px){.partners-slider-responsive{padding:1.5rem 0 2.5rem}.partners-container{height:160px}.partner-logo{width:75px;height:75px}.partner-item--center .partner-logo{width:120px;height:120px}}@media (prefers-reduced-motion: reduce){.partners-track,.partner-item,.partner-logo,.dot{transition:none}}.our-partners{width:100%;position:relative;padding:2rem 0 4.5rem}.bkg-cloak{position:absolute;background-color:#1c6961;background-color:#fff;opacity:.5;width:100%;height:100%}.our-partners__header{display:flex;justify-content:center;position:relative}.our-partners__header h2{display:inline-block;color:#692763;padding:.3rem;font-size:2.2rem}.partner-display{position:relative;z-index:9999;display:flex;justify-content:center;flex-shrink:0}.partner-frame{overflow:hidden}.partner-list{display:flex;justify-content:space-around;max-width:950px;padding:1.5rem 0;margin:0 auto}.partner-list__item{padding:0 1rem;overflow:hidden;display:flex;justify-content:center;align-items:center;flex-shrink:0}.partner-list__item img{width:143px;height:75px;-o-object-fit:contain;object-fit:contain}.partner-list__item--active{background-color:#fff;width:170px;height:170px;border-radius:50%;box-shadow:-2px 2px 5px #898484bf;box-shadow:-2px 2px 5px #692763bf;box-shadow:-2px 2px 4px 3px #692763bf;box-shadow:-2px 2px 4px 3px #898484bf;-webkit-box-shadow:-2px 2px 4px 3px rgba(137,132,132,.75);-moz-box-shadow:-2px 2px 4px 3px rgba(137,132,132,.75)}.partner-display__description{margin:0 auto;max-width:750px;padding:1rem 0;line-height:1.6;color:#797979}.partner-display__description p{text-align:center}.partner-display__dots{display:flex;justify-content:center;gap:1rem;margin:0 auto;max-width:650px;position:relative}.partner-display__dots span{display:block;width:10px;height:10px;border-radius:50%;border:1px solid black;background-color:transparent;cursor:pointer}.partner-display__dots span.selected{background-color:#692763}.partner-display__dots i{position:absolute;font-size:2rem;color:#692763;top:50%;transform:translateY(-50%)}.partner-display__dots i.fa-chevron-left{left:0}.partner-display__dots i.fa-chevron-right{right:0}.web-content{padding-top:85px}.web-main-nav{background-color:#692763;width:100%;height:85px;color:#fff}.container{width:90%;margin:0 auto}.web-main-nav__wrapper{display:flex;align-items:center;height:100%}@media (min-width:1054px){header>button:first-child{display:none}header .logo{flex-grow:0;display:flex;justify-content:center;align-items:center;width:60px;height:60px}header .logo img{width:100%;height:100%}.web-nav{display:flex!important;position:static!important;flex-direction:row!important;width:auto!important;height:auto!important;background:none!important;box-shadow:none!important;padding:0!important}.web-nav ul{display:flex;flex-direction:row;list-style:none;margin:0;padding:0}.web-nav li{padding-left:5.2rem;font-size:1.2rem}.web-nav li:first-child{padding-left:0}.web-nav li a{color:#fff;text-decoration:none;padding:0;border:none;background:none}.web-nav li a:hover{background:none;padding-left:0}.whatsapp-widget i{font-size:4rem}}header .logo img{width:100%;height:100%}.crud-form{display:flex;flex-direction:column;gap:1rem;box-shadow:0 0 10px #0000001a;max-width:500px;padding:2rem 1rem;border-radius:8px}.crud-form label{color:#692763;font-weight:600}.form-row{display:flex;flex-direction:column}.crud-form input,.crud-form select{padding:.5rem;border:1px solid #692763;border-radius:4px}.crud-form input:focus,.crud-form select:focus{outline:none;border-color:#692763;border-width:2px}.crud-form input[type=file]{border:none}.btn-primary{background-color:#692763;color:#fff;padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer}.btn-primary:hover{background-color:#5b1f52}.app-content{display:flex;flex-direction:column;flex-grow:1}.user-menu{height:55px;background-color:#692763}.web-admin-layout{display:flex;height:100%}h2{margin-bottom:1rem;color:#692763;font-weight:600;font-size:1.2rem}.app-sidebar-layout{background-color:#692763}.app-sidebar{height:100vh;width:300px;background-color:#692763;color:#fff;border-bottom-right-radius:6px;border-top-right-radius:6px;box-shadow:0 0 100px #0000001a;box-shadow:3px 0 5px -2px #888;position:relative;z-index:99999}.app-sidebar__logo{border-top-right-radius:6px;padding-left:2rem;display:flex;align-items:center;height:85px;background-color:#692763;border-bottom:1px solid #5b1f52}.app-sidebar__logo img{width:50px;height:50px}.app-sidebar nav{display:flex;flex-direction:column}.app-sidebar nav>*{padding:.6rem .4rem;border-bottom:1px solid #5b1f52}.app-sidebar nav>*:hover,.app-sidebar nav>*.active{background-color:#5b1f52}.section-tabs{display:flex;background-color:#8d3486;color:#fff}.section-tab{padding:.6rem .8rem;min-width:6rem;text-align:center;cursor:pointer;border-bottom-right-radius:6px;border-right:1px solid #5b1f52}.app-section__content{padding:2rem}.mobile-toggle{display:none}.whatsapp-widget{position:fixed;bottom:1.5rem;right:2rem;color:#fff;border-radius:50%;width:80px;height:80px;display:flex;justify-content:center;align-items:center;box-shadow:0 0 10px #0000001a;cursor:pointer}.table-layout{border:1px solid #ccc;border-top-left-radius:12px;border-top-right-radius:12px}.table-layout .table-row{display:grid;grid-template-columns:5rem 10rem 8rem 1fr 10rem 8rem;grid-template-rows:2.5rem;align-items:center;justify-content:center;border-bottom:1px solid #ccc;cursor:pointer;font-size:.9rem}.table-row.empty-row{grid-template-columns:1fr!important;justify-self:center;text-align:center}.table-row.loading-row{height:100px;display:flex;justify-content:center;align-items:center}.table-layout .table-row:not(.table-header):hover{background-color:#e6e6e6cc}.table-layout .table-header{font-weight:600;background-color:#ebe8e8;background-color:#0090f0;background-color:#084f81;background-color:#005f31;background-color:#692763;color:#fff;border-top-left-radius:12px;border-top-right-radius:12px;text-transform:uppercase}.table-layout .table-row:not(.table-header){background-color:#fff}.table-layout .table-row:nth-last-child(1){border-bottom:none}.table-layout .table-row>*{text-align:left;padding:.3rem 1rem}.table-layout .table-row>*:nth-last-child(1){display:flex;justify-content:center}.table-layout .table-row button{max-width:6rem;background-color:#add8e6;color:#fff;padding:.5rem .8rem;font-weight:500;display:flex;justify-content:center;align-items:center;line-height:1.5;background-color:#0090f0;background-color:#084f81;background-color:transparent}.table-layout .table-row button svg{fill:#084f81;width:15px;height:15px;pointer-events:none}.table-layout .table-row button:focus,.table-layout .table-row button:hover{outline:none;border:none}.categories-table{width:-moz-max-content;width:max-content}.products-table .table-row{grid-template-columns:12rem 12rem 8rem 12rem 7rem 10rem 7rem}.categories-table .table-row{grid-template-columns:6rem 20rem 8rem}.user-table .table-row{grid-template-columns:5rem 1fr 1fr 7rem 13rem 10rem}.overflow-ellipsis{text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden}#sticky-video-container{position:sticky;bottom:20px;right:20px;width:100%;height:400px;z-index:1000}#sticky-video{width:100%;height:100%;border-radius:10px}:root{--primary-color-one: #005F31;--primary-color-two: #692763}@font-face{font-family:customFont;src:url(../fonts/avantgardef-bold.ttf) format("truetype");src:url(../fonts/avantgardef-book.ttf) format("truetype")}.whatsapp-widget{position:fixed;display:flex;align-items:center;gap:.4rem;right:40px;bottom:30px;z-index:9997;color:var(--primary-color-two);cursor:pointer;border-radius:5px}.whatsapp-widget i{font-size:3rem}.web-nav{list-style-type:none;display:flex;flex-grow:1;justify-content:center;inset-block-start:0;padding-inline-start:0;display:none}.web-nav li{padding-left:5.2rem;font-size:1.2rem}.web-nav li:hover{font-weight:600}.web-nav li:first-child{padding-left:0}.web-nav li a{text-decoration:none}@media (min-width:1054px){header>button:first-child{display:none}header .logo{flex-grow:0;display:flex;justify-content:center;align-items:center;width:60px;height:60px}header .logo img{width:100%;height:100%}.web-nav{display:flex}.whatsapp-widget i{font-size:4rem}}header .logo{display:flex;justify-content:center;align-items:center;width:60px;height:60px}header{position:fixed;z-index:99999}.brief-landing{width:100%;padding:4rem 0;height:calc(100vh - 85px);position:relative}.content-wrapper{padding-top:85px}.brief-landing .header{display:flex;justify-content:center}.brief-landing .wrapper h2{color:#f7dfc9;background-color:#692763;display:inline-block;padding:.3rem .7rem}.calendar-landing{height:475px;background-color:#b3863b}.calendar-landing .header h2{padding-left:7rem;padding-top:1.5rem;font-size:1.5rem;font-weight:600;color:#fff}.calendar-grid{display:flex;gap:1.5rem;padding:0 6rem;justify-content:space-around}.calendar-event{background-color:#fff;border-radius:8px;height:355px;width:265px}.calendar-event img{width:100%;height:auto;border-radius:8px}.call-to-action{display:inline-flex;justify-content:center;align-items:center;border-radius:8px;min-height:50px;font-size:1.125rem;text-align:center;cursor:pointer;padding:0 25px;color:#fff;margin-bottom:3rem;font-weight:700}.brief-landing .wrapper{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.featured-products-section{padding:4rem 0;position:relative;z-index:1}.calendar-event .calendar-text{padding:.5rem 1rem;display:flex;flex-direction:column;align-items:flex-end}.calendar-text h4{margin:0;color:#797979}.calendar-text .date{padding-top:.5rem;color:#797979;font-size:1.1rem}footer{background-color:#692763;width:100%}.content-wrapper{position:relative}.categories{right:0;position:absolute;width:325px;height:100%;background-color:#fff;z-index:99999;border-radius:8px}.categories h2{margin:0;padding:1rem 1rem 0;color:#692763}.categories ul{padding:.8rem 1rem;margin:0;list-style-type:none}.categories li{padding:.5rem 0;border-bottom:1px solid #692763}.btn{display:inline-flex;justify-content:center;align-items:center;border-radius:8px;min-height:50px;font-size:1.125rem;text-align:center;cursor:pointer;padding:0 25px;background-color:#692763;color:#fff}a{text-decoration:none}.btn-secondary{background-color:#b3863b;color:#f7dfc9;position:relative}.banner-landing__main__cta{position:relative}.categories-landing__category>div{width:100%;height:100%;transition:transform .9s ease-in-out,filter .3s ease}.product-card:hover .overlay-text{opacity:1;transform:translateY(0)}.categories-landing__category{position:relative}.categories-landing__category img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px;position:absolute}.categories-landing__category:hover img{transform:scale(1.1)}.categories-landing{height:100%}.section-gradient{background-image:url(../img/pipes.webp);position:absolute;width:100%;height:100%;z-index:-99999;opacity:.5}.body-wrapper{position:relative}@media (max-width: 780px){.brief-landing{padding:4rem 0 2rem}}@media (min-width: 1054px){.mobile-toggle{display:none!important}}@media (max-width: 1053px){.mobile-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:0;margin-left:auto;order:3}.hamburger-line{display:block;width:25px;height:3px;background-color:#fff;margin:3px 0;transition:all .3s ease;transform-origin:center}.mobile-toggle--active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.mobile-toggle--active .hamburger-line:nth-child(2){opacity:0}.mobile-toggle--active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.web-nav{position:fixed;top:85px;right:-100%;width:280px;height:calc(100vh - 85px);background-color:#692763;display:flex!important;flex-direction:column;padding:2rem 0;transition:right .4s cubic-bezier(.4,0,.2,1);box-shadow:-5px 0 15px #0000004d;z-index:9998;justify-content:flex-start}.web-nav--open{right:0}.web-nav ul{list-style:none;padding:0;margin:0;width:100%;display:flex!important;flex-direction:column}.web-nav li{padding:0;width:100%}.web-nav li a{display:block;padding:1rem 2rem;color:#fff;text-decoration:none;font-size:1.1rem;font-weight:500;border-bottom:1px solid rgba(247,223,201,.1);transition:background-color .3s ease,padding-left .3s ease}.web-nav li a:hover,.web-nav li a:focus{background-color:#f7dfc91a;padding-left:2.5rem}.nav-overlay{position:fixed;top:85px;left:0;width:100%;height:calc(100vh - 85px);background-color:#00000080;z-index:9997;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.web-main-nav__wrapper{justify-content:space-between}.logo{order:1}}@media (prefers-reduced-motion: reduce){.hamburger-line,.web-nav{transition:none}}:root{--pc-gap: 1.2rem;--pc-item-width: 180px}.product-carousel{position:relative;width:90%;padding:3rem 0 4rem;overflow:hidden;margin:0 auto}.product-carousel__viewport{position:relative;overflow:hidden;width:100%}.product-carousel__track{display:flex;gap:var(--pc-gap);transition:transform .9s cubic-bezier(.16,.8,.34,1);will-change:transform;position:relative}.product-carousel__item{flex:0 0 auto}.product-carousel__card{display:block;text-decoration:none;color:inherit;background:#692763;border-radius:14px;overflow:hidden;box-shadow:0 6px 16px -6px #00000059;transition:transform .4s,box-shadow .4s;position:relative}.product-carousel__card figure{margin:0;display:flex;flex-direction:column;align-items:stretch;height:100%}.product-carousel__card img{width:100%;height:180px;-o-object-fit:cover;object-fit:cover;display:block}.product-carousel__card figcaption{padding:.75rem .85rem 1rem;font-size:.85rem;letter-spacing:.3px;text-align:center;color:#f7dfc9}.product-carousel__card:hover{transform:translateY(-6px);box-shadow:0 10px 24px -8px #0006}.product-carousel__control{position:absolute;top:50%;transform:translateY(-50%);background:#692763d9;color:#f7dfc9;border:none;width:42px;height:42px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.8rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .3s,transform .3s}.product-carousel__control:hover{background:#692763}.product-carousel__control:active{transform:translateY(-50%) scale(.92)}.product-carousel__control.prev{left:4px}.product-carousel__control.next{right:4px}.product-carousel__status{text-align:center;font-size:.7rem;color:#9f7aa5;letter-spacing:.5px;font-style:italic}@media (max-width: 760px){:root{--pc-item-width: 140px}.product-carousel__card img{height:140px}}@media (max-width: 640px){.product-carousel{width:90%;margin:0 auto;padding:2rem 0 3rem}.product-carousel__viewport{overflow:hidden}.product-carousel__track{gap:0;width:100%!important}.product-carousel__item{width:100%}.product-carousel__card{border-radius:14px;box-shadow:0 6px 16px -6px #00000059}.product-carousel__card figure{display:flex;flex-direction:column;height:100%}.product-carousel__card img{height:clamp(320px,60vh,520px);flex:1 1 auto}.product-carousel__card figcaption{flex:0 0 auto;background:#692763;margin:0}.product-carousel__control.prev{left:10px}.product-carousel__control.next{right:10px}.product-carousel__control{width:48px;height:48px;font-size:2rem}.product-carousel__card figcaption{font-size:1rem;padding:.9rem 1rem 1.2rem}}@media (min-width: 1200px){:root{--pc-item-width: 210px}.product-carousel__card img{height:210px}}@media (prefers-reduced-motion: reduce){.product-carousel__track,.product-carousel__card{transition:none}}.section{opacity:0;transform:translateY(50px);transition:opacity .8s ease-out,transform .6s ease-out}.section.visible{opacity:1;transform:translateY(0)}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/build/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/build/assets/slick-Bi9J8BMx.eot);src:url(/build/assets/slick-Bi9J8BMx.eot?#iefix) format("embedded-opentype"),url(/build/assets/slick-BlUtDIuC.woff) format("woff"),url(/build/assets/slick-DWzRxEMf.ttf) format("truetype"),url(/build/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.product-carousel-slick{padding:2rem 0 3rem;position:relative}.product-carousel-slick__container{width:80%;margin:0 auto;position:relative}.product-carousel-slick__container .slick-slider{margin:0 -10px}.product-carousel-slick__item{padding:0 10px;outline:none}.product-carousel-slick__card{display:block;background:#fff;border-radius:14px;box-shadow:0 4px 12px -4px #0003;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit}.product-carousel-slick__card:hover{transform:translateY(-4px);box-shadow:0 8px 20px -6px #0000004d}.product-carousel-slick__card figure{margin:0;display:flex;flex-direction:column;height:100%}.product-carousel-slick__card img{width:100%;height:180px;-o-object-fit:cover;object-fit:cover;display:block}.product-carousel-slick__card figcaption{padding:.9rem 1rem 1.1rem;background:#692763;color:#f7dfc9;font-weight:600;font-size:.9rem;text-align:center;margin:0;flex:1;display:flex;align-items:center;justify-content:center}.product-carousel-slick__status{text-align:center;margin-top:1rem;font-size:.85rem;color:#666}.product-carousel-slick .slick-arrow{width:44px;height:44px;border-radius:50%;background:#692763;border:none;color:#fff;font-size:1.5rem;z-index:2;transition:background .3s ease,transform .3s ease;display:flex!important;align-items:center;justify-content:center;cursor:pointer}.product-carousel-slick .slick-arrow:hover{background:#7d2e76;transform:scale(1.1)}.product-carousel-slick .slick-arrow:before{content:"";display:none}.product-carousel-slick .slick-prev{left:-52px}.product-carousel-slick .slick-next{right:-52px}.product-carousel-slick .custom-arrow svg{color:#fff;width:20px;height:20px}@media (max-width: 640px){.product-carousel-slick{padding:2rem 0 2.5rem}.product-carousel-slick__container .slick-slider{margin:0}.product-carousel-slick__item{padding:0 8px}.product-carousel-slick__card img{height:clamp(280px,55vh,420px)}.product-carousel-slick__card figcaption{font-size:1rem;padding:1rem}.product-carousel-slick .slick-arrow{width:40px;height:40px;font-size:1.3rem}.product-carousel-slick .slick-prev{left:10px}.product-carousel-slick .slick-next{right:10px}}@media (max-width: 480px){.product-carousel-slick__card img{height:clamp(260px,50vh,380px)}}@media (prefers-reduced-motion: reduce){.product-carousel-slick__card,.product-carousel-slick .slick-arrow{transition:none}}.product-menubar{padding:2rem 2rem .5rem;width:100%;display:flex;gap:1.5rem}.product-searchbar{flex-grow:1}.product-filter{display:flex;align-items:center;justify-content:center;color:#b3b3b3;font-size:1.2rem}.product-searchbar input{border-radius:18px;width:100%;height:2.5rem;padding:.3rem .7rem;outline:none;border-style:solid;border-color:#e6e6e6;color:#e6e6e6}.product-grid{flex-wrap:wrap;padding:2rem;width:100%;display:flex;gap:4rem}.product-card{color:inherit}.product-card__wrapper{display:flex;flex-direction:column;width:100%}.product-card__visual{position:relative;width:inherit}.product-card__visual__img{border-radius:8px;width:190px;height:225px;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom}.product-card__interaction{position:absolute;top:5px;right:5px;display:flex;align-items:center;justify-content:center;color:#2d2d2d;background-color:#fff;width:20px;height:20px;border-radius:50%;opacity:.8;font-size:.8rem}.product-card__details__pricing,.product-card__details__name{display:flex;justify-content:center}.product-card__details__name h4{margin:0}.product-layout{display:flex;width:90%;margin:0 auto;padding-bottom:15rem;padding-top:3rem}.product-filters{width:30%;display:flex;flex-direction:column}.product-grid{width:70%}.product-filters__header,.product-filters__categories{width:100%}.product-filters__categories *{margin:0;color:#f7dfc9}.product-category__main{display:flex;align-items:center;gap:1rem;cursor:pointer}.product-category__main h4{padding:.5rem;width:80%}.product-category__main[category-name=warmi] h4,.product-category__main[category-name=warmi] .design-cube{background-color:#692763}.product-category__main[category-name=clasico] h4,.product-category__main[category-name=clasico] .design-cube{background-color:#005f31}.product-category__main[category-name=tradicionales] h4,.product-category__main[category-name=tradicionales] .design-cube{background-color:#b3863b}.product-category__list{padding:0 .5rem;display:flex;flex-direction:column;width:80%}.product-category__list__item{padding:.3rem;border-bottom:1px solid hsl(0,0%,90%);cursor:pointer}.product-category__list__item h5{color:#b3b3b3}.product-show-layout{min-height:100vh;padding:6rem 0}.product-show-layout .container{width:70%;margin:0 auto;display:flex}.product-images{width:50%;border-right:1px solid hsl(0,0%,90%);padding-right:4rem}.product-details{width:50%;display:flex;flex-direction:column;padding:0 2rem}.product-images img{width:100%;height:auto}.price-tag{width:6rem;height:4rem;background-color:#692763;display:flex;justify-content:center;align-items:center;color:#f7dfc9}.product-details__header{display:flex;gap:4.5rem;align-items:center}.product-details__header h1{display:inline-block;margin:0;color:#692763}.price-tag span{font-size:1.4rem;text-align:center}.product-details__characteristics{display:flex;flex-direction:column;gap:.5rem;padding-bottom:1.5rem}.product-details__characteristics__item{color:#1c6961}.product-details__characteristics__item .title{font-weight:700}.product-details__descriptions{color:#692763}.phrase{font-size:1.1rem;font-weight:600}.cta-block{flex-grow:1;display:flex;align-items:flex-end}.cta-block .call-to-action{width:70%}.product-card-cta{width:100%;border-radius:20px;background-color:#692763;color:#fff;font-weight:700;padding:.3rem .4rem;text-align:center;margin-top:.3rem}.brief-landing .img-centered{display:flex;justify-content:center}.brief-landing .img-centered img{width:600px;height:300px}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}body{line-height:1.5}h2{margin:0;font-size:1.5rem}.page-section{padding:2rem 0 4rem}.brief-landing .wrapper{z-index:9999;position:relative}.brief-landing__content{width:60%;display:flex;flex-direction:column;gap:1rem;text-align:center;font-size:1.1rem;line-height:1.7;padding:3rem 0}.decorative-separator{width:60%;margin:20px auto;border-bottom:2px solid #5e0b61;opacity:.7}@media (max-width: 780px){.brief-landing__content{width:90%;font-size:.85rem}}.section-enhanced{background:linear-gradient(135deg,#f8f3e9,#f2e0c6);padding:40px;position:relative;text-align:center}.section-title{font-size:2em;color:#5e0b61;margin-bottom:20px;text-transform:uppercase}.section-content p{color:#4a4a4a;line-height:1.6}.section-enhanced:before{content:"";background-image:url(ruta/a/tu/textura.png);opacity:.1;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.button-hover-effect{transition:transform .3s ease,box-shadow .3s ease}.button-hover-effect:hover{transform:translateY(-5px);box-shadow:0 4px 15px #0003}.section-background{background:linear-gradient(135deg,#f8f3e9,#f2e0c6)}.decorative-separator{width:60%;margin:10px auto;border-bottom:2px solid #1C6961;opacity:.7}.wave{display:block;width:100%;height:auto}.our-partners__header{display:flex;flex-direction:column;align-items:center}.our-partners__header p{width:60%;text-align:center;padding:2rem 0;font-size:1.1rem}.app-footer{background:#692763;color:#f7dfc9;margin-top:3.5rem;font-size:.95rem;display:flex;flex-direction:column;position:relative}.app-footer a{color:#f7dfc9;text-decoration:none;transition:opacity .2s}.app-footer a:hover{opacity:.7}.app-footer__wrapper{display:flex;flex-direction:column;gap:2.2rem;padding:2.6rem 0 1.2rem}@media (min-width:600px){.app-footer__wrapper{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:auto}.app-footer__brand,.app-footer__nav,.app-footer__contact{grid-column:span 1}.app-footer__social{margin-top:.3rem}}@media (min-width: 900px){.app-footer__wrapper{grid-template-columns:1.1fr .9fr .9fr .6fr;align-items:start}.app-footer__social{justify-content:flex-end}}.app-footer__brand img{width:130px;display:block;margin-bottom:.6rem}.app-footer__brand .tagline{margin:0;line-height:1.4;max-width:220px;color:#ddd}.app-footer__nav{display:flex;flex-direction:row;flex-wrap:wrap;gap:.8rem 1.2rem;font-weight:600}@media (min-width:600px){.app-footer__nav{flex-direction:column;gap:.6rem}}.app-footer__contact{display:flex;flex-direction:column;gap:.4rem;font-size:.9rem;line-height:1.4}.app-footer__contact h5{margin:0 0 .5rem;font-size:.95rem;letter-spacing:.5px;color:#f7dfc9;font-weight:600}.app-footer__contact .contact-item{color:#f7dfc9;text-decoration:none;opacity:.85;display:inline-flex;align-items:center;gap:.5rem}.app-footer__contact .contact-item:hover{opacity:1}.app-footer__social{display:flex;gap:.9rem;font-size:1.3rem}.app-footer__social a{display:inline-flex;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;background:#ffffff1f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .3s,transform .3s}.app-footer__social a:hover{background:#ffffff40;transform:translateY(-3px)}.app-footer__social a:focus-visible{outline:2px solid #F7DFC9;outline-offset:2px}.app-footer__legal{background:#692763;padding:.5rem 0 .9rem;text-align:center;font-size:.75rem;letter-spacing:.5px;color:#c9c9c9}@media (max-width:400px){.app-footer__brand img{width:110px}.app-footer__wrapper{gap:1.8rem;padding:2.3rem 0 1.1rem}.app-footer__nav a{font-size:.85rem}.app-footer__contact h5{font-size:.9rem}}@media (prefers-reduced-motion: reduce){.app-footer__social a{transition:none}}@media (max-width: 900px){.app-footer__brand{display:none}}.store-wrapper{padding:4rem 0 5rem;display:flex;flex-direction:column;gap:4rem}.store-block{display:flex;flex-direction:column;gap:2rem}.store-block__header{display:flex;flex-direction:column;gap:.35rem}.store-block__title{margin:0;font-size:1.85rem;letter-spacing:.5px;color:#692763}.store-block__subtitle{margin:0;font-size:.9rem;text-transform:uppercase;letter-spacing:2px;opacity:.75;font-weight:600;color:#692763}.store-grid{display:grid;gap:2rem}.store-grid--physical{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.store-grid--digital{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.store-section{background:#692763;color:#f7dfc9;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 14px -4px #00000040;position:relative;opacity:0;transform:translateY(24px) scale(.98);animation:storeFadeIn .85s cubic-bezier(.16,.8,.34,1) forwards}.store-section:nth-child(1){animation-delay:.05s}.store-section:nth-child(2){animation-delay:.18s}.store-section:nth-child(3){animation-delay:.31s}@keyframes storeFadeIn{0%{opacity:0;transform:translateY(24px) scale(.98);filter:blur(2px)}55%{opacity:1;transform:translateY(-4px) scale(1);filter:blur(0)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@media (prefers-reduced-motion: reduce){.store-section{animation:none;opacity:1;transform:none}}.store-section__image{width:100%;aspect-ratio:4/3;overflow:hidden;background:#552050;position:relative}.store-section--small .store-section__image{aspect-ratio:1/1}.store-section--wide .store-section__image{aspect-ratio:16/9}.store-section__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.store-section__image.top img{-o-object-position:top;object-position:top}.store-section__content{padding:1.4rem 1.4rem 1.9rem;display:flex;flex-direction:column;gap:.7rem}.store-section__content h3{margin:0;font-size:1.2rem;letter-spacing:.5px}.store-section__content p{margin:0;line-height:1.5;font-size:.95rem}.cta-link{align-self:flex-start;margin-top:.4rem;background:#f7dfc9;color:#692763;text-decoration:none;padding:.55rem 1.1rem;border-radius:40px;font-weight:600;font-size:.85rem;transition:background .25s,transform .25s}.cta-link:hover{background:#fff;transform:translateY(-3px)}.store-note{opacity:.85;font-size:.8rem}.whatsapp-store .store-section__image{display:flex;align-items:center;justify-content:center;background:#fff}.whatsapp-store .store-section__image img{-o-object-fit:contain;object-fit:contain;width:58%;height:58%;filter:drop-shadow(0 2px 6px rgba(0,0,0,.2))}@media (min-width: 860px){.store-grid--physical{grid-template-columns:repeat(3,1fr)}.store-grid--digital{grid-template-columns:repeat(2,1fr);max-width:820px}}@media (max-width:600px){.store-block__title{font-size:1.55rem}.store-wrapper{padding-top:3rem}}.store-section{will-change:transform,opacity;backface-visibility:hidden}.about-us-page{padding-bottom:8rem}.slide-enter{transform:translate(-100%);opacity:0;position:absolute;width:100%}.slide-enter-active{transform:translate(0);opacity:1;transition:transform .6s ease-in-out,opacity .6s ease-in-out}.slide-exit{transform:translate(0);opacity:1;position:absolute;width:100%}.slide-exit-active{transform:translate(100%);opacity:0;transition:transform .6s ease-in-out,opacity .6s ease-in-out}.fade-enter{opacity:0;position:absolute;width:100%}.fade-enter-active{opacity:1;transition:opacity .3s ease-in-out}.fade-exit{opacity:1;position:absolute;width:100%}.fade-exit-active{opacity:0;transition:opacity .3s ease-in-out}.timeline-details{position:relative;border-radius:8px;box-shadow:0 4px 15px #0000001a;padding:20px;padding-bottom:4rem;background:#fff;overflow:hidden;height:100%;width:90%;margin:0 auto}.timeline{display:flex}.timeline-container{position:relative;padding:20px}.timeline-line{width:100%;height:2px;background-color:#5e0b61;z-index:0}.timeline{display:flex;flex-direction:column;padding-bottom:3rem}.timeline-date,.timeline-title{color:#5e0b61;margin:0;padding:5px;border-radius:5px}.timeline-date{font-weight:600}.timeline-title{font-style:italic;cursor:pointer;color:#2d2d2d;line-height:1.2;max-width:250px;white-space:normal;word-break:break-word;overflow-wrap:anywhere;transform:none;text-align:left;margin:0 auto}.timeline-title:hover{color:#5e0b61;font-weight:600}.timeline-top-item,.timeline-btm-item,.timeline-top-items .timeline-top-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;max-width:250px;padding-inline:4px}.timeline-date{text-align:center;width:100%}.timeline{position:relative}.timeline-line{position:relative;background:#5e0b61}.timeline-top-items .timeline-top-item{position:relative}.timeline-top-items .timeline-top-item:after{content:"";position:absolute;left:50%;top:100%;transform:translate(-50%);width:2px;height:16px;background:#5e0b61;border-radius:1px}.timeline-btm-items .timeline-top-item{position:relative}.timeline-btm-items .timeline-top-item:before{content:"";position:absolute;left:50%;bottom:100%;transform:translate(-50%);width:2px;height:16px;background:#5e0b61;border-radius:1px}@media (max-width:480px){.timeline-top-items .timeline-top-item:after,.timeline-btm-items .timeline-top-item:before{height:12px}}.event-details h2{text-align:center;font-size:1.4rem;padding-bottom:1rem}.event-details p{margin-bottom:.5rem;line-height:1.5}.timeline-top-items,.timeline-btm-items{display:flex}.timeline-top-items{padding-left:80px;padding-bottom:1rem}.timeline-btm-items{padding-top:1rem}@media (max-width: 640px){.timeline--horizontal{display:none}.timeline-mobile[role=list]{position:relative;display:flex;flex-direction:column;gap:1.4rem;padding:1.2rem 0 2.2rem}.timeline-mobile-line{position:absolute;left:50%;top:0;bottom:0;width:2px;background:#5e0b61;transform:translate(-50%)}.timeline-mobile-item{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:.2rem}.timeline-mobile-point{position:relative;width:38px;height:38px;border-radius:50%;background:#5e0b61;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;box-shadow:0 0 0 4px #fff;z-index:9999}.timeline-mobile-point .timeline-date{color:#fff;font-weight:600;font-size:.7rem;letter-spacing:.5px;margin:0}.timeline-mobile .timeline-title{max-width:150px;font-size:.85rem;line-height:1.25;margin:0}.event-details h2{font-size:1.15rem}.event-details p{font-size:.85rem}.timeline-mobile[role=group]{display:flex;margin-top:2rem;width:100%}.timeline-container{padding:0}.timeline-details{margin-right:0}}.timeline-mobile[role=list]{display:none}.page-section__header{display:flex;gap:1rem;align-items:center;padding-bottom:1.5rem;justify-content:center}.about-us-page .design-cube{width:.6rem;height:.6rem}.design-cube.design-cube-small{width:.4rem;height:.4rem;color:#005f31;background-color:#005f31}.design-cube.design-cube-xs{width:.3rem;height:.3rem;color:#b3863b;background-color:#b3863b}.page-section__content__brief{width:50%;display:flex;flex-direction:column;gap:.8rem;padding-left:3rem;text-align:justify}.hw-container{display:flex;gap:6rem;padding-top:2rem}.hw-container>*{width:50%}@media (max-width: 900px){.hw-container>*{width:100%;box-sizing:border-box;flex-shrink:0;padding-left:0}}.page-section__content__brief-img{padding:0 3rem}.page-section__content__brief-img img{width:100%;-o-object-fit:cover;object-fit:cover;box-shadow:0 0 10px #17525980;border-radius:3px}.page-section__content__brief img{width:30%;margin:0 auto}@media (max-width: 640px){.hw-container{flex-direction:column;gap:3rem;padding-top:2rem}}
