.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)}.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 .logo{flex-grow:1}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))}.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%}.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:2.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-bottom:8rem;height:100%;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;background-color:#692763;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}.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{height:85px;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;margin-bottom:3rem}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}.section{opacity:0;transform:translateY(50px);transition:opacity .8s ease-out,transform .6s ease-out}.section.visible{opacity:1;transform:translateY(0)}.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{padding:3rem 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}.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}.brief-landing{color:#1c6961}.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}.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;transform:translate(-.5rem);cursor:pointer;color:#2d2d2d;line-height:1.2}.timeline-title:hover{color:#5e0b61;font-weight:600}.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}.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%}.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}
