@font-face {
    font-family: 'tt_hovesdemibold';
    src: url('../../assets/fonts/tthoves-demibold-webfont.woff2') format('woff2'),
         url('../../assets/fonts/tthoves-demibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'tt_hovesregular';
    src: url('../../assets/fonts/tthoves-regular-webfont.woff2') format('woff2'),
         url('../../assets/fonts/tthoves-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'tt_hovesbold';
    src: url('../../assets/fonts/tthoves-bold-webfont.woff2') format('woff2'),
         url('../../assets/fonts/tthoves-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'tt_hovesextrabold';
    src: url('../../assets/fonts/tthoves-extrabold-webfont.woff2') format('woff2'),
         url('../../assets/fonts/tthoves-extrabold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'tt_hovesmedium';
    src: url('../../assets/fonts/tthoves-medium-webfont.woff2') format('woff2'),
         url('../../assets/fonts/tthoves-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: url('../fonts/RedHatDisplay-Bold.woff2') format('woff2'),
        url('../fonts/RedHatDisplay-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: url('../fonts/RedHatDisplay-ExtraBold.woff2') format('woff2'),
        url('../fonts/RedHatDisplay-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
}

body {
    overflow-x: hidden;
    font-size: 16px;
    font-weight: 400;
    font-family: 'tt_hovesregular';
}

figure {
    margin: 0;
}

a, .BoxVariantes .BoxOpcion, .PisosBox, .Pisos figure, i, .BoxAside, .BoxAsideHeader #GridMenu, .BoxAsideHeader #BtnChevron, .BoxAsideHeader .BoxLogo a figure img, .LinkBox .IconDetalle, p, .BoxImgChange img, .card-producto .card-producto-img, .cta-descargar:hover svg rect, .cta-descargar:hover svg g path, .home-trabajamos .card-pasos, .botonera-perfiles .btnPerfil, .botonera-perfiles .btnPerfil::after, .producto-botones-tabs .btnProductoTab, .card-producto .card-producto-content .card-ctas .cta-2.cta-descargar:hover svg path {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'tt_hovesextrabold';
}

h2 {
    font-family: 'Red Hat Display';
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.2rem;
}

ul{
    list-style: none;
    margin-bottom: 0;
}

/*//// UTILITIES ///*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: #282828;*/
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 207px;
    height: 207px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*------- header ------------*/
.BoxAside{
    color: #fff;	
	background-color: #282828;
	height: 100vh;
    width: 160px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.BoxAsideHeader{
	display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    justify-content: space-between;
    position: relative;
}
.BoxAsideHeader .BoxLogo{
	margin-top: 2rem;
    width: 100%;
}
.BoxAsideHeader #BtnChevron {
    position: absolute;
    top: 56%;
    margin-top: -30px;
    opacity: 1;
    left: 50%;
    margin-left: -20px;
}
.BoxAsideHeader #BtnChevron img{
    width: 35px;
}

.BoxAsideHeader .BoxLogo a{
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}
.BoxAsideHeader .BoxLogo a figure{
    position: relative;
    text-align: center;
    width: 100%;
}
.BoxAsideHeader .BoxLogo a figure .Logo1{
    width: 90px;
    opacity: 1;
}

.BoxAsideHeader .BoxLogo a figure .Logo2{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 170px;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.BoxAsideHeader .BoxMenu a img{
	width: 35px;
}
.BoxAsideHeader .BoxMenu > a{
	/*display: none;*/
}

.BoxAsideHeader #GridMenu {
    position: absolute;
    left: -100px;
    opacity: 0;
    max-width: 126px;
    width: 100%;
    margin-left: -64px;
    /*top: 20%;*/
    top: 15%;
    opacity: 0;
}
.BoxMenu .NavMenu{}
.BoxMenu .NavMenu .MenuList{
	list-style: none;
    margin: 0;
}
.BoxMenu .NavMenu .MenuList .Link{
	/*padding: 15px 0px;*/
    padding: 7px 0px;
    display: flex;
    justify-content: center;
}
.BoxMenu .NavMenu .MenuList .Link a {
    color: #fff;
    font-family: 'tt_hovesextrabold';
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding: 10px 25px;
    font-size: 12px;
}
.BoxMenu .NavMenu .MenuList .Link a.LinkNosotros {
    padding: 10px 29px;
}
.BoxMenu .NavMenu .MenuList .Link a.LinkGaleria {
    padding: 10px 37px;
}
.BoxMenu .NavMenu .MenuList .Link a.LinkCotizador {
    padding: 10px 27px;
}
.BoxAsideHeader .BoxRedesMenu {
    /* margin-bottom: 2.5rem; */
    position: relative;
    bottom: 40px;
}
.BoxAsideHeader .BoxRedesMenu .BoxRedes{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 45px;
}
.BoxRedesMenu .BoxRedes a{
    opacity: 1;
	margin-bottom: 10px;
    position: relative;
    padding: 8px 12px;
    cursor: pointer;
}
.BoxRedesMenu .BoxRedes a:last-child{
    margin-bottom: 0px;
}
.BoxRedesMenu .BoxRedes .LinkNosotros{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 10px;
}

.BoxRedesMenu .BoxRedes .LinkNosotros:hover{
    color: #AA7815;
}

.BoxRedesMenu .BoxRedes a:hover .IconDetalle{
    opacity: 0.1;
}
.MenuList .Link a:hover .IconDetalle{
    opacity: 0.1;
}
.MenuList .Link a:hover .IconDetalle i{
    background-color: #fff;
}

.MenuList .Link a.Active .IconDetalle{
    opacity: 0.1;
}
.MenuList .Link a.Active .IconDetalle i{
    background-color: #fff;
}

.BoxRedesMenu .BoxRedes .LinkBox:hover .TextInfo{
    opacity: 1;
}
.BoxRedesMenu .BoxRedes .LinkBox .TextInfo{
    border: 1px solid #fff;
    color: #fff;
    padding: 0 5px;
    font-size: 8px;
    font-weight: 200;
    line-height: 12px;
    position: absolute;
    background: #35db53;
    top: 0;
    opacity: 0;
}

.BoxRedesMenu .BoxRedes .LinkBox .TextInfo.InfoLeft{
    right: 15px;
}

.BoxRedesMenu .BoxRedes .LinkBox .TextInfo.InfoLeft.bg-clr-insta {
    /*background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);*/
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.BoxRedesMenu .BoxRedes .LinkBox .TextInfo.InfoLeft.bg-clr-email {
    background-color: #C92D55;
}

.BoxRedesMenu .BoxRedes .LinkBox .TextInfo.InfoLeft.bg-clr-linkedin {
    background: #0077b0;
}

/*/////// HOME 2026 ///////*/
.BoxHome{
	padding-left: 160px;
}

/* MENU ACTIVE */

.BoxAside.Active {
    width: 290px;
}

.BoxAside.Active .BoxAsideHeader .BoxLogo a figure .Logo1 {
    opacity: 0;
}
.BoxAside.Active .BoxAsideHeader .BoxLogo a figure .Logo2 {
    opacity: 1;
}

.BoxAside.Active .BoxAsideHeader #BtnChevron{
    opacity: 0;
    left: -30px;
}

.BoxAside.Active .BoxAsideHeader #GridMenu {
    position: absolute;
    left: 50%;
    opacity: 1;
}

.LinkBox .IconDetalle {
    position: absolute;
    opacity: 1;
}
.LinkBox i {
    font-size: 20px;
    color: #fff;
}
.LinkBox:hover i{
    color: #AA7815;
}
.LinkBox .IconDetalle .Rec1 {
    width: 10px;
    height: 6px;
    background: #fff;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.LinkBox .IconDetalle .Rec2 {
    width: 6px;
    height: 10px;
    background: #fff;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.LinkBox .IconDetalle.IconDetalle1 {
    right: 0;
    top: 0;
}

.LinkBox .IconDetalle.IconDetalle2 {
    right: 0;
    bottom: 0;
    transform: rotate(90deg);
}
.LinkBox .IconDetalle.IconDetalle3 {
    left: 0;
    bottom: 0;
    transform: rotate(180deg);
}
.LinkBox .IconDetalle.IconDetalle4 {
    left: 0;
    top: 0;
    transform: rotate(270deg);
}
.BoxMenu .NavMenu .MenuList .Link a:hover {
    color: #AA7815;
}
.BoxMenu .NavMenu .MenuList .Link a:hover .IconDetalle i {
    background: #fff;
}
.BoxMenu .NavMenu .MenuList .Link a.Active {
    color: #AA7815;
}

/* PRELOAD */

.BgPreload {
    background: url(../../assets/img/bg-preload.jpg);
    /*background-color: #000;*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
}

.BgPreload .LogoPreload {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.BgPreload .LogoPreload img {
    width: 800px;
    max-width: 100%;
}

/* -----------------------------
# Agregados 2024
----------------------------- */
.ctaDownloadCatalogo {
    position: fixed;
    right: 25px;
    bottom: 100px;
    z-index: 11;
    background-color: #5C371B;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 20%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.pop {
    position: absolute;
    top: -36px;
    right: 30px;
    display: inline-block;
    color: #fff;
    background-color: #5c371b;
    padding: 5px;
    width: 135px;
    font-size: 0.875rem;
    z-index: 12;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    pointer-events: none;
    opacity: 0;
}
.ctaDownloadCatalogo:hover .pop {
    opacity: 1;
}
.ic-tiktok::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M16.6 5.82s.51.5 0 0A4.278 4.278 0 0 1 15.54 3h-3.09v12.4a2.592 2.592 0 0 1-2.59 2.5c-1.42 0-2.6-1.16-2.6-2.6c0-1.72 1.66-3.01 3.37-2.48V9.66c-3.45-.46-6.47 2.22-6.47 5.64c0 3.33 2.76 5.7 5.69 5.7c3.14 0 5.69-2.55 5.69-5.7V9.01a7.35 7.35 0 0 0 4.3 1.38V7.3s-1.88.09-3.24-1.48'/%3E%3C/svg%3E");
}
.BoxRedesMenu .BoxRedes .LinkBox .TextInfo.InfoLeft.bg-clr-tiktok {
    background-color: #000;
}
.LinkBox:hover .ic-tiktok::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23AA7815' d='M16.6 5.82s.51.5 0 0A4.278 4.278 0 0 1 15.54 3h-3.09v12.4a2.592 2.592 0 0 1-2.59 2.5c-1.42 0-2.6-1.16-2.6-2.6c0-1.72 1.66-3.01 3.37-2.48V9.66c-3.45-.46-6.47 2.22-6.47 5.64c0 3.33 2.76 5.7 5.69 5.7c3.14 0 5.69-2.55 5.69-5.7V9.01a7.35 7.35 0 0 0 4.3 1.38V7.3s-1.88.09-3.24-1.48'/%3E%3C/svg%3E");
}

/* ------- Whatsapp flotante --------- */
.BoxBotonWhatsappFlotante {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 10;
}
.BoxBotonWhatsappFlotante .BtnLink {
    background: linear-gradient(180deg, rgba(95,252,123,1) 0%, rgba(40,209,70,1) 100%);
    width: 60px;
    height: 60px;
    background-size: contain;
    border-radius: 50%;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 20%);
    display: flex;
    justify-content: center;
    align-items: center;
}
/* --------- Whatsapp flotante END ----------- */

.BoxRedesMenu .LinkBox .IconDetalle {
    opacity: 0 !important;
    visibility: hidden !important;
}

/* ====================
# ///// Home 2026 /////
==================== */
.main-padding-left {
    padding-left: 160px;
}
@media (max-width: 767px) {
    .main-padding-left {
        padding-left: 100px;
    }
}
@media (max-width: 480px) {
    .main-padding-left {
        padding-left: 70px;
    }
}

/* ---------- Hero ---------- */
.hero {
    min-height: 100vh;
    background-image: url('../../assets/img/Banner-desktop.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.hero p {
    font-weight: 400;
    font-size: 1.625rem;
    line-height: 1.75rem;
    color: #000;
}
.hero .hero-inner {
    min-height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px;
}
.hero .hero-inner .box-top {}
.hero .hero-inner .box-top p {
    max-width: 341px;
    text-align: right;
    margin-left: auto;
}
.hero .hero-inner .box-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.hero .hero-inner .box-bottom p {
    color: #fff;
    max-width: 570px;
}
.hero .hero-inner .box-bottom .box-ctas {}
.hero .hero-inner .box-bottom .box-ctas .cta {
    font-family: 'tt_hovesmedium';
    font-weight: 500;
    color: #000;
    background-color: #fff;
    font-size: 1.125rem;
    line-height: 1rem;
    padding: 19px 28px;
    display: inline-block;
}
/* CTA 2 */
.cta-2 {
    font-family: 'tt_hovesmedium';
    font-weight: 500;
    font-size: 1rem;
    line-height: 1rem;
    padding: 17px 24px;
    display: inline-block;

    position: relative;
    color: #fff;
    background-color: transparent;
}
.cta-2 span {
    position: absolute;
    z-index: 1;
}
.cta-2 span.detalle01 {
    top: 0;
    left: 0;
}
.cta-2 span.detalle01::before,
.cta-2 span.detalle01::after {
    content: '';
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.cta-2 span.detalle01::before {
    width: 6px;
    height: 12px;
}
.cta-2 span.detalle01::after {
    width: 12px;
    height: 6px;
}
.cta-2 span.detalle02 {
    top: 0;
    right: 0;
}
.cta-2 span.detalle02::before,
.cta-2 span.detalle02::after {
    content: '';
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}
.cta-2 span.detalle02::before {
    width: 6px;
    height: 12px;
}
.cta-2 span.detalle02::after {
    width: 12px;
    height: 6px;
}
.cta-2 span.detalle03 {
    bottom: 0;
    left: 0;
}
.cta-2 span.detalle03::before,
.cta-2 span.detalle03::after {
    content: '';
    display: inline-block;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.cta-2 span.detalle03::before {
    width: 6px;
    height: 12px;
}
.cta-2 span.detalle03::after {
    width: 12px;
    height: 6px;
}

.cta-2 span.detalle04 {
    bottom: 0;
    right: 0;
}
.cta-2 span.detalle04::before,
.cta-2 span.detalle04::after {
    content: '';
    display: inline-block;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}
.cta-2 span.detalle04::before {
    width: 6px;
    height: 12px;
}
.cta-2 span.detalle04::after {
    width: 12px;
    height: 6px;
}

/* hover */
.hero .hero-inner .box-bottom .box-ctas .cta:hover,
.cta-2:hover {
    text-decoration: none;
}
.hero .hero-inner .box-bottom .box-ctas .cta:hover {
    background-color: #000;
    color: #fff;
}
.cta-2:hover {
    background-color: #fff;
    color: #000;
}

@media (max-width: 767px) {
    .hero {
        min-height: 90vh;
        background-image: url('../../assets/img/Banner-mobile.jpeg');
    }
    .hero p {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .hero .hero-inner {
        padding: 40px 20px;
    }
    .hero .hero-inner .box-bottom .box-ctas .cta {
        font-size: 1rem;
        padding: 16px 24px;
    }
    .cta-2 {
        font-size: 1rem;
        padding: 16px 24px;
    }
}
@media (max-width: 575px) {
    .hero p {
        font-size: 1.125rem;
    }
}

/* ---------- Productos ---------- */
.home-productos {}
.home-productos .home-productos-inner {
    padding: 60px;
}
.card-producto {
    max-width: fit-content;
    position: relative;
    overflow: hidden;
}
.card-producto .card-producto-ancla {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.card-producto .card-producto-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-width: 420px;
}
.card-producto:hover .card-producto-img {
    transform: scale(1.1);
}
.card-producto .card-producto-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgb(0 0 0 / 40%);
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.card-producto .card-producto-content .card-titulo {}
.card-producto .card-producto-content .card-titulo h3 {
    font-family: 'Red Hat Display';
    font-weight: 700;
    margin: 0;
    color: #fff;
    font-size: 1.75rem;
    line-height: 1;
    text-align: center;
}
.card-producto .card-producto-content .card-ctas {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}
.card-producto .card-producto-content .card-ctas .cta-2 {
    font-size: 0.875rem;
    padding: 9px 20px;
}
.card-producto .card-producto-content .card-ctas .cta-2.cta-descargar {
    padding: 9px 15px;
}
.card-producto .card-producto-content .card-ctas .cta:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
}
.card-producto .card-producto-content .card-ctas .cta-2.cta-descargar:hover svg path {
    stroke: black;
}

.home-productos .carrusel_control_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    gap: 40px;
}
.home-productos .carrusel_control_nav li {
    cursor: pointer;
}
.home-productos .carrusel_control_nav li[aria-disabled="true"] {
    opacity: 0;
    visibility: hidden;
}
.home-productos .carrusel_control_nav li.prev svg {
    transform: rotate(180deg);
}
.home-productos .carrusel_control_nav li.li_nav {
    order: 2;
}
.home-productos .carrusel_control_nav li.next {
    order: 3;
}
.home-productos .tns-nav {
    display: flex;
    align-items: center;
    gap: 18px;
}
.home-productos .tns-nav button {
    width: 12px !important;
    height: 12px !important;
    background-color: #D9D9D9;
    padding: 0 !important;
    border: 0;
}
.home-productos .tns-nav button.tns-nav-active {
    background-color: #585858;
}

@media (max-width: 767px) {
    .home-productos .home-productos-inner {
        padding: 40px 20px;
    }
    .home-productos .carrusel_control_nav li svg {
        width: 30px;
    }
    .home-productos .tns-nav {
        gap: 10px;
    }
    .home-productos .tns-nav button {
        width: 8px !important;
        height: 8px !important;
    }
    .card-producto .card-producto-content .card-titulo h3 {
        font-size: 1.5rem;
    }
    .card-producto .card-producto-img {
        width: 250px;
    }
}

/* ---------- WPC ---------- */
.home-wpc {
    color: #fff;
    background-image: url('../../assets/img/home-bg-wpc.jpg');
}
.home-wpc .home-wpc-inner {
    padding: 60px;
}
.home-wpc h2 {
    margin-bottom: 48px;
}
.home-wpc .list-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 60px;
}
.home-wpc .list-row ul {}
.home-wpc .list-row ul li {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}
.home-wpc .list-row ul li .icon {}
.home-wpc .list-row ul li .icon::before {
    content: '';
    display: inline-block;
  min-width: 36px;   /* importante */
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;utf8,<svg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='16.3824' height='15.8241' transform='matrix(0.707107 0.707107 0.707107 -0.707107 11.189 11.1896)' fill='white'/><rect width='16.3824' height='15.8241' transform='matrix(0.707107 0.707107 0.707107 -0.707107 22.7734 22.7736)' fill='white'/><rect width='16.3824' height='15.8241' transform='matrix(0.707107 0.707107 0.707107 -0.707107 11.584 33.963)' fill='white'/></svg>");
}
.home-wpc .list-row ul li p {
    margin-bottom: 0;
}
.home-wpc .home-wpc-bottom {
    text-align: center;
}
.home-wpc .home-wpc-bottom p {
    font-family: 'tt_hovesmedium';
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.5rem;
    max-width: 600px;
    margin: auto;
    margin-bottom: 48px;
}
.home-wpc .home-wpc-bottom .cta {
        font-family: 'tt_hovesmedium';
    font-weight: 500;
    color: #000;
    background-color: #fff;
    font-size: 1.125rem;
    line-height: 1rem;
    padding: 19px 28px;
    display: inline-block;
}
.home-wpc .home-wpc-bottom .cta:hover {
    text-decoration: none;
}

@media (max-width: 991px) {
    .home-wpc .list-row {
        grid-template-columns: 1fr;
    }
    .home-wpc .list-row ul li {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .home-wpc .list-row ul li .icon::before {
        min-width: 30px;
        width: 30px;
        height: 30px;
    }
    .home-wpc .home-wpc-bottom p {
        font-size: 1.5rem;
    }
    .home-wpc .home-wpc-bottom .cta {
        font-size: 1rem;
        padding: 14px 24px;
    }
}
@media (max-width: 767px) {
    .home-wpc .home-wpc-inner {
        padding: 40px 20px;
    }
    .home-wpc .home-wpc-bottom p {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .home-wpc h2 {
        font-size: 1.75rem;
    }
}

/* ---------- Trabajamos ---------- */
.home-trabajamos {
    background-color: #000;
    color: #fff;
}
.home-trabajamos .home-trabajamos-inner {
    padding: 60px;
}
.home-trabajamos .home-trabajamos-head {
    text-align: center;
}
.home-trabajamos .home-trabajamos-head h2 {
    margin-bottom: 20px;
}
.home-trabajamos .home-trabajamos-head p {
    font-size: 1.25rem;
    line-height: 1.5rem;
    max-width: 525px;
    margin: auto;
    margin-bottom: 50px;
}
.home-trabajamos .box-flex {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}
.home-trabajamos .box-flex.box-flex_01 {
    margin-bottom: 60px;
}
.home-trabajamos .card-pasos {
    position: relative;
    padding: 24px 30px;
    max-width: 270px;
}
.home-trabajamos .card-pasos h4 {
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 20px;
}
.home-trabajamos .card-pasos p {
    font-size: 1rem;
    line-height: 1.3;
}

.home-trabajamos .card-pasos span {
    position: absolute;
    z-index: 1;
}
.home-trabajamos .card-pasos span.detalle01 {
    top: 0;
    left: 0;
}
.home-trabajamos .card-pasos span.detalle01::before,
.home-trabajamos .card-pasos span.detalle01::after {
    content: '';
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.home-trabajamos .card-pasos span.detalle01::before,
.home-trabajamos .card-pasos span.detalle02::before,
.home-trabajamos .card-pasos span.detalle03::before,
.home-trabajamos .card-pasos span.detalle04::before {
    width: 10px;
    height: 20px;
}
.home-trabajamos .card-pasos span.detalle01::after,
.home-trabajamos .card-pasos span.detalle02::after,
.home-trabajamos .card-pasos span.detalle03::after,
.home-trabajamos .card-pasos span.detalle04::after {
    width: 20px;
    height: 10px;
}
.home-trabajamos .card-pasos span.detalle02 {
    top: 0;
    right: 0;
}
.home-trabajamos .card-pasos span.detalle02::before,
.home-trabajamos .card-pasos span.detalle02::after {
    content: '';
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}
.home-trabajamos .card-pasos span.detalle03 {
    bottom: 0;
    left: 0;
}
.home-trabajamos .card-pasos span.detalle03::before,
.home-trabajamos .card-pasos span.detalle03::after {
    content: '';
    display: inline-block;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.home-trabajamos .card-pasos span.detalle04 {
    bottom: 0;
    right: 0;
}
.home-trabajamos .card-pasos span.detalle04::before,
.home-trabajamos .card-pasos span.detalle04::after {
    content: '';
    display: inline-block;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}
.home-trabajamos .card-pasos:hover {
    background-color: #fff;
    color: #000;
}

.home-trabajamos .cta-2 {
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 48px;
}

@media (max-width: 767px) {
    .home-trabajamos .home-trabajamos-inner {
        padding: 40px 20px;
    }
    .home-trabajamos .home-trabajamos-head h2 {
        font-size: 1.75rem;
    }
    .home-trabajamos .home-trabajamos-head p {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
}

/* ---------- Contacto ---------- */
.home-contacto {
    color: #000;
}
.home-contacto .home-contacto-inner {
    padding: 60px;
}
.home-contacto-head {}
.home-contacto-head h2 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 16px;
}
.home-contacto-head p {
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.botonera-perfiles {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 48px;
}
.botonera-perfiles .btnPerfil {
    width: 100%;
    border: 0;
    background-color: #F9F9F9;
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    font-size: 1.375rem;
    line-height: 1;
    cursor: pointer;
    text-align: left;
    gap: 10px;
}
.botonera-perfiles .btnPerfil .btnPerfilMain {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}
.botonera-perfiles .btnPerfil .btnPerfilIcon {
    width: 60px;
    height: 60px;
    display: block;
    object-fit: contain;
    flex-shrink: 0;
}
.botonera-perfiles .btnPerfil[data-profile="Particular"] .btnPerfilIcon,
.botonera-perfiles .btnPerfil[data-profile="Profesional"] .btnPerfilIcon,
.botonera-perfiles .btnPerfil[data-profile="Instalador"] .btnPerfilIcon {
    transform: scale(1.25);
    transform-origin: center;
}
.botonera-perfiles .btnPerfil[data-profile="Mayorista/Corporativo"] .btnPerfilIcon,
.botonera-perfiles .btnPerfil[data-profile="Distribuidor"] .btnPerfilIcon {
    width: 54px;
    height: 54px;
}
.botonera-perfiles .btnPerfil .btnPerfilLabel {
    display: inline-block;
}
.botonera-perfiles .btnPerfil::after {
    content: '';
    display: inline-block;
    min-width: 20px;   /* importante */
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml;utf8,<svg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='16.3824' height='15.8241' transform='matrix(0.707107 0.707107 0.707107 -0.707107 11.189 11.1896)' fill='black'/><rect width='16.3824' height='15.8241' transform='matrix(0.707107 0.707107 0.707107 -0.707107 22.7734 22.7736)' fill='black'/><rect width='16.3824' height='15.8241' transform='matrix(0.707107 0.707107 0.707107 -0.707107 11.584 33.963)' fill='black'/></svg>");
}
.botonera-perfiles .btnPerfil.active {
    background-color: #000000;
    color: #fff;
}
.botonera-perfiles .btnPerfil.active .btnPerfilIcon,
.botonera-perfiles .btnPerfil:hover .btnPerfilIcon {
    filter: brightness(0) invert(1);
}
.botonera-perfiles .btnPerfil.active::after {
    background-image: url("data:image/svg+xml;utf8,<svg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='16.3824' height='15.8241' transform='matrix(0.707107 0.707107 0.707107 -0.707107 11.189 11.1896)' fill='white'/><rect width='16.3824' height='15.8241' transform='matrix(0.707107 0.707107 0.707107 -0.707107 22.7734 22.7736)' fill='white'/><rect width='16.3824' height='15.8241' transform='matrix(0.707107 0.707107 0.707107 -0.707107 11.584 33.963)' fill='white'/></svg>");
}
.botonera-perfiles .btnPerfil:hover {
    background-color: #000;
    color: #fff;
}
.botonera-perfiles .btnPerfil:hover::after {
    background-image: url("data:image/svg+xml;utf8,<svg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='16.3824' height='15.8241' transform='matrix(0.707107 0.707107 0.707107 -0.707107 11.189 11.1896)' fill='white'/><rect width='16.3824' height='15.8241' transform='matrix(0.707107 0.707107 0.707107 -0.707107 22.7734 22.7736)' fill='white'/><rect width='16.3824' height='15.8241' transform='matrix(0.707107 0.707107 0.707107 -0.707107 11.584 33.963)' fill='white'/></svg>");
}

.home-contacto h3 {
    font-family: 'Red Hat Display';
    font-weight: 800;
    font-size: 2rem;
    line-height: 2.5rem;
}
.home-contacto .perfil-encabezado {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 12px;
}
.home-contacto .perfil-icono-activo {
    width: 60px;
    height: 60px;
    display: block;
    object-fit: contain;
    flex-shrink: 0;
}
.home-contacto .perfil-icono-activo[data-profile="Particular"],
.home-contacto .perfil-icono-activo[data-profile="Profesional"],
.home-contacto .perfil-icono-activo[data-profile="Instalador"] {
    transform: scale(1.25);
    transform-origin: center;
}
.home-contacto .perfil-icono-activo[data-profile="Mayorista/Corporativo"],
.home-contacto .perfil-icono-activo[data-profile="Distribuidor"] {
    width: 54px;
    height: 54px;
}
.home-contacto .perfil-encabezado-texto h3 {
    margin-bottom: 8px;
}
.home-contacto .perfil-encabezado-texto p {
    margin-bottom: 0;
}
.home-contacto .home-contacto-formularios p {
   font-size: 1.125rem;
    line-height: 1.5rem;
    max-width: 445px;
}
.home-contacto-formularios .box-formulario {
    background-color: #F9F9F9;
    padding: 30px 26px;
}
.home-contacto-formularios .box-formulario h4 {
    font-family: 'tt_hovesmedium';
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 30px;
}
.home-contacto-formularios .box-formulario label {
    font-size: 0.75rem;
    line-height: 1;
    color: #000000;
    font-weight: 500;
    margin-bottom: 10px;
}
.home-contacto-formularios .box-formulario input {
    width: 100%;
    display: block;
    border: 1px solid #0000000D;
    padding: 3px 16px;
}
.home-contacto-formularios .box-formulario button {
    cursor: pointer;
    width: 100%;
    background-color: #5C371B;
    color: #fff;
    border: 1px solid #0000000D;
    font-size: 0.938rem;
    line-height: 1;
    padding: 12px 10px;
    margin-top: 30px;
}
.home-contacto-formularios .box-ctas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.home-contacto-formularios .box-ctas .cta-2 {
    text-align: center;
    font-family: 'tt_hovesmedium';
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1rem;
    padding: 19px 28px;
    display: inline-block;

    position: relative;
    color: #000;
    background-color: transparent;
}
.home-contacto-formularios .box-ctas .cta-2 span {
    position: absolute;
    z-index: 1;
}
.home-contacto-formularios .box-ctas .cta-2 span.detalle01 {
    top: 0;
    left: 0;
}
.home-contacto-formularios .box-ctas .cta-2 span.detalle01::before,
.home-contacto-formularios .box-ctas .cta-2 span.detalle01::after {
    content: '';
    display: inline-block;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
}
.home-contacto-formularios .box-ctas .cta-2 span.detalle01::before {
    width: 6px;
    height: 12px;
}
.home-contacto-formularios .box-ctas .cta-2 span.detalle01::after {
    width: 12px;
    height: 6px;
}
.home-contacto-formularios .box-ctas .cta-2 span.detalle02 {
    top: 0;
    right: 0;
}
.home-contacto-formularios .box-ctas .cta-2 span.detalle02::before,
.home-contacto-formularios .box-ctas .cta-2 span.detalle02::after {
    content: '';
    display: inline-block;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
}
.home-contacto-formularios .box-ctas .cta-2 span.detalle02::before {
    width: 6px;
    height: 12px;
}
.home-contacto-formularios .box-ctas .cta-2 span.detalle02::after {
    width: 12px;
    height: 6px;
}
.home-contacto-formularios .box-ctas .cta-2 span.detalle03 {
    bottom: 0;
    left: 0;
}
.home-contacto-formularios .box-ctas .cta-2 span.detalle03::before,
.home-contacto-formularios .box-ctas .cta-2 span.detalle03::after {
    content: '';
    display: inline-block;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.home-contacto-formularios .box-ctas .cta-2 span.detalle03::before {
    width: 6px;
    height: 12px;
}
.home-contacto-formularios .box-ctas .cta-2 span.detalle03::after {
    width: 12px;
    height: 6px;
}

.home-contacto-formularios .box-ctas .cta-2 span.detalle04 {
    bottom: 0;
    right: 0;
}
.home-contacto-formularios .box-ctas .cta-2 span.detalle04::before,
.home-contacto-formularios .box-ctas .cta-2 span.detalle04::after {
    content: '';
    display: inline-block;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
}
.home-contacto-formularios .box-ctas .cta-2 span.detalle04::before {
    width: 6px;
    height: 12px;
}
.home-contacto-formularios .box-ctas .cta-2 span.detalle04::after {
    width: 12px;
    height: 6px;
}
/* cta hover */
.home-contacto-formularios .box-ctas .cta-2:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
}
/* responsive */
@media (max-width: 767px) {
    .home-contacto .home-contacto-inner {
        padding: 40px 20px;
    }
    .home-contacto-head h2 {
        font-size: 1.75rem;
        line-height: 2rem;
    }
    .home-contacto h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .home-contacto-formularios .box-ctas {
        grid-template-columns: 1fr;
    }
    .home-contacto-formularios .box-ctas .cta-2 {
        font-size: 1rem;
        padding: 16px 20px;
    }
    .botonera-perfiles .btnPerfil {
        padding: 16px 20px;
        font-size: 1rem;
    }
    .botonera-perfiles .btnPerfil .btnPerfilMain {
        gap: 12px;
    }
    .botonera-perfiles .btnPerfil .btnPerfilIcon {
        width: 34px;
        height: 34px;
    }
    .home-contacto .perfil-encabezado {
        align-items: flex-start;
        gap: 14px;
    }
    .home-contacto .perfil-icono-activo {
        width: 54px;
        height: 54px;
    }
}

/* ================================
# ///// Producto Interna 2026 /////
================================ */
.producto-botones-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 24px;
}
.producto-botones-tabs .btnProductoTab {
    text-align: center;
    font-family: 'tt_hovesmedium';
    font-weight: 500;
    font-size: 1rem;
    line-height: 1rem;
    padding: 13px 20px;
    display: inline-block;
    color: #5C371B;
    background-color: transparent;
    border: 0;
    position: relative;
    cursor: pointer;
}
.producto-botones-tabs .btnProductoTab span {
    position: absolute;
    z-index: 1;
}
.producto-botones-tabs .btnProductoTab span.detalle01 {
    top: 0;
    left: 0;
}
.producto-botones-tabs .btnProductoTab span.detalle01::before,
.producto-botones-tabs .btnProductoTab span.detalle01::after {
    content: '';
    display: inline-block;
    background-color: #5C371B;
    position: absolute;
    top: 0;
    left: 0;
}
.producto-botones-tabs .btnProductoTab span.detalle01::before,
.producto-botones-tabs .btnProductoTab span.detalle02::before,
.producto-botones-tabs .btnProductoTab span.detalle03::before,
.producto-botones-tabs .btnProductoTab span.detalle04::before {
    width: 6px;
    height: 12px;
}
.producto-botones-tabs .btnProductoTab span.detalle01::after,
.producto-botones-tabs .btnProductoTab span.detalle02::after,
.producto-botones-tabs .btnProductoTab span.detalle03::after,
.producto-botones-tabs .btnProductoTab span.detalle04::after {
    width: 12px;
    height: 6px;
}
.producto-botones-tabs .btnProductoTab span.detalle02 {
    top: 0;
    right: 0;
}
.producto-botones-tabs .btnProductoTab span.detalle02::before,
.producto-botones-tabs .btnProductoTab span.detalle02::after {
    content: '';
    display: inline-block;
    background-color: #5C371B;
    position: absolute;
    top: 0;
    right: 0;
}
.producto-botones-tabs .btnProductoTab span.detalle03 {
    bottom: 0;
    left: 0;
}
.producto-botones-tabs .btnProductoTab span.detalle03::before,
.producto-botones-tabs .btnProductoTab span.detalle03::after {
    content: '';
    display: inline-block;
    background-color: #5C371B;
    position: absolute;
    bottom: 0;
    left: 0;
}
.producto-botones-tabs .btnProductoTab span.detalle04 {
    bottom: 0;
    right: 0;
}
.producto-botones-tabs .btnProductoTab span.detalle04::before,
.producto-botones-tabs .btnProductoTab span.detalle04::after {
    content: '';
    display: inline-block;
    background-color: #5C371B;
    position: absolute;
    bottom: 0;
    right: 0;
}
.producto-botones-tabs .btnProductoTab.active {
    background-color: #5C371B;
    color: #fff;
}
.producto-botones-tabs .btnProductoTab:hover {
    background-color: #5C371B;
    color: #fff;
}
/* Tabla de especificacion y banaficio */
.producto-content-tabs.my {
    margin: 24px 0;
}
.spec-section {
  background: #F9F9F9;
    padding: 30px 26px;
    color: #000;
}
.spec-section h4 {
    font-family: 'tt_hovesmedium';
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 20px;
}
.spec-section .mt {
  margin-top: 25px;
}
.spec-section .spec-table {
  width: 100%;
}
.spec-section .spec-table-row {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid #DDDDDD;
}
.spec-section .label {
  font-size: 0.75rem;
    line-height: 1.875rem;
    font-weight: 500;
}
.spec-section .value {
    font-size: 0.75rem;
    line-height: 1.875rem;
    font-weight: 500;
    text-align: right;
    max-width: 60%;
}
/* ===== RESPONSIVE ===== */
@media (max-width: 767px) {
  .spec-section .spec-table-row {
    flex-direction: column;
    gap: 6px;
  }
  .spec-section .value {
    text-align: left;
    max-width: 100%;
  }
  .spec-section {
    padding: 40px 20px;
  }
}
@media (max-width: 575px) {
    .producto-botones-tabs {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}
/* Formulario de contacto */
.producto-content-tabs .box-formulario {
    background-color: #F9F9F9;
    padding: 30px 26px;
}
.producto-content-tabs .box-formulario h4 {
    font-family: 'tt_hovesmedium';
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 20px;
}
.producto-content-tabs .box-formulario h4.mt {
  margin-top: 25px;
}
.producto-content-tabs .box-formulario label {
    font-size: 0.75rem;
    line-height: 1;
    color: #000000;
    font-weight: 500;
    margin-bottom: 10px;
}
.producto-content-tabs .box-formulario input {
    width: 100%;
    display: block;
    border: 1px solid #0000000D;
    padding: 4px 16px;
    font-size: 1rem;
}
.producto-content-tabs .box-formulario select {
    width: 100%;
    display: block;
    border: 1px solid #0000000D;
    padding: 4px 16px;
    font-size: 1rem;
}
.producto-content-tabs .box-formulario textarea {
    width: 100%;
    height: 100px;
    display: block;
    border: 1px solid #0000000D;
    padding: 4px 16px;
    font-size: 1rem;
}
.producto-content-tabs .box-formulario button {
    cursor: pointer;
    width: 100%;
    background-color: #5C371B;
    color: #fff;
    border: 1px solid #0000000D;
    font-size: 0.938rem;
    line-height: 1;
    padding: 13px 10px;
    margin-top: 30px;
}

.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}

.BoxImgLeft_sticky {
    position: sticky;
    top: 0;
}
.BoxProductoRight_paddingRight {
    padding-right: 85px;
}
@media (max-width: 1199px) {
    .BoxProductoRight_paddingRight {
        padding-right: 0;
    }
}
.BoxCotizadorLeft_sticky {
    height: 100vh;
    overflow: hidden;
    position: sticky;
    top: 0px;
}
.BoxImgLeft.BoxCotizadorLeft_sticky figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.ctaCotiza {
    position: fixed;
    right: 100px;
    bottom: 40px;
    background-color: #282828;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1;
    padding: 5px 10px;
    z-index: 10;
    display: block;
}
.ctaCotiza:hover {
    color: #fff;
    text-decoration: none;
}
@media (max-width: 575px) {
    .ctaCotiza {
        right: 25px;
        bottom: 110px;
    }
}