@font-face {
    font-family: 'Poppins-light';
    src: url('../fonts/poppins/Poppins-Light.ttf') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/poppins/Poppins-SemiBold.ttf') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/poppins/Poppins-Bold.ttf') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/poppins/Poppins-Regular.ttf') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cooper-Book';
    src: url('../fonts/cooper-hewitt/CooperHewitt-Book.otf') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cooper-light';
    src: url('../fonts/cooper-hewitt/CooperHewitt-Light.otf') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cooper-Bold';
    src: url('../fonts/cooper-hewitt/CooperHewitt-Bold.otf') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cooper-SemiBold';
    src: url('../fonts/cooper-hewitt/CooperHewitt-Semibold.otf') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* ====== RESET BÁSICO ====== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    background-color: white;
    overflow-x: hidden;
}

.banner {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

/* Fondo base */
.background {
    position: absolute;
    top: 0;
    bottom: 0;
    transition: all 1s ease-out;
    background-size: cover;
    background-position: center;
}

.left-bg {
    /* left: -300px; */
    width: 70%;
    background-image: url('../public/img/index/mujer.jpg');
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    filter: brightness(50%);
}

.right-bg {
    right: 0;
    width: 50%;
    background-image: url('../public/img/index/foto_2.png');
    z-index: 1;
    transition: width 1s ease-out;
    clip-path: polygon(40% 0px, 100% 0%, 100% 100%, 5% 100%);
    filter: brightness(50%);
}

.right-bg.expand {
    width: 100%;
}

.text-content {
    position: relative;
    z-index: 2;
    height: calc(100vh - 23vh);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    text-align: center;
    margin-top: 23vh;
}

.text-content h1 {
    margin: 0;
}

.texto1 {
    display: block;
    font-family: 'Poppins-SemiBold', sans-serif;
    font-size: clamp(40px, 4vw, 70px);
    border-bottom: 3px solid white;
    margin-bottom: 20px;
}

.texto2 {
    font-family: 'Cooper-Book', sans-serif;
    font-size: clamp(20px, 2.5vw, 40px);
    text-transform: uppercase;
    letter-spacing: 5px;
}

.text-content img {
    width: clamp(200px, 30vw, 700px);
    height: auto;
    display: block;
    margin: 0 auto;
}


.button {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    margin-right: 5%;
    margin-bottom: 2%;
}

.btn-explorar {
    position: relative;
    display: inline-block;
    padding: 1vh 2vw;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    border-radius: 25px;
    width: 400px;
    text-align: center;
    font-family: 'Poppins-Regular', sans-serif;
    text-transform: uppercase;
}

.btn-explorar .icon-explorar {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: auto;
}


/*Seccion de productos destacados*/

.productos_destacados {
    display: flex;
    height: 750px;
    width: 100%;
}

.col-left {
    width: 600px;
    background-color: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 50px;
}

.col-right {
    flex: 1;
    background-color: #000000;
    margin-top: 48px;
    margin-bottom: 48px;
    box-sizing: border-box;
}

.productos {
    background-color: #ffffff;
    display: grid;
    grid-template-rows: 160px 1fr auto;
    gap: 20px;
    height: 100%;
}

.fila1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    overflow: hidden;
}

.fila1 h1 {
    color: black;
    font-family: 'Poppins-light', sans-serif;
    font-size: 50px;
    border-bottom: 4px solid #878787;
}

.fila1 span {
    color: #878787;
    font-family: 'Poppins-bold', sans-serif;
}

.fila1 img {
    width: 150px;
    margin-bottom: -70px;
    margin-left: 40px;
}

.fila3 .button {
    margin-bottom: 0;
}

.fila3 .btn-explorar {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    background-color: #252a30;
    color: #ffffff;
    text-decoration: none;
    border-radius: 25px;
    width: 400px;
    text-align: center;
    font-family: 'Poppins-Regular', sans-serif;
    text-transform: uppercase;
    overflow: hidden;
}

.fila3 .btn-explorar .icon-explorar {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: auto;
}

/*Seccion Banner Info*/
.banner_info {
    background-color: #000000;
    width: 100%;
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-left: 2vw;
    padding-right: 2vw;
}

.div_info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6vw;
    align-items: center;
}

.div_info .col {
    display: flex;
    align-items: center;
    gap: 0.5vw;
}

.div_info h1 {
    color: white;
    font-size: clamp(16px, 1.5vw, 32px);
    font-family: 'Poppins-Bold', sans-serif;
}

.div_info p {
    color: white;
    font-size: clamp(12px, 1vw, 16px);
    font-family: 'Cooper-light', sans-serif;
}

.div_info img {
    width: 3vw;
    height: auto;
}

/*Seccion de productos en descuento*/

.productos_descuento {
    display: flex;
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    overflow: hidden;
}

.col-right-desc {
    flex: 1;
    margin-top: 3.5vh;
    margin-bottom: 3.5vh;
    box-sizing: border-box;
}

.productos-desc {
    background-color: #bbff0000;
    display: grid;
    grid-template-rows: auto 410px auto auto;
    gap: 2vw;
    height: 100%;
}

.fila1-desc,
.fila2-desc,
.fila3-desc,
.fila4-desc {
    padding-left: 5vw;
}

.fila3-desc img {
    width: clamp(30px, 4vw, 62px);
    cursor: pointer;
}

.fila2 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.fila1 img {
    cursor: pointer;
}

.contenedor_produc_destacados {
    display: flex;
    flex-direction: row;
    transition: transform 0.5s ease-in-out;
}


.fila1-desc {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.5vw;
    overflow: hidden;
}

.fila1-desc h1 {
    color: black;
    font-family: 'Poppins-light', sans-serif;
    font-size: clamp(20px, 3vw, 50px);
    border-bottom: 4px solid #878787;
}

.fila1-desc span {
    color: #878787;
    font-family: 'Poppins-bold', sans-serif;
    font-size: clamp(20px, 3vw, 50px);
}

.fila1-desc img {
    width: clamp(60px, 10vw, 150px);
    margin-bottom: -7vh;
    margin-left: 46.8vw;
    cursor: pointer;
}

.fila4-desc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fila4-desc .button {
    margin: 0;
}

.fila4-desc .btn-explorar-desc {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    background-color: #252a30;
    color: #ffffff;
    text-decoration: none;
    border-radius: 25px;
    width: 400px;
    text-align: center;
    font-family: 'Poppins-Regular', sans-serif;
    text-transform: uppercase;
    overflow: hidden;
}

.fila4-desc .btn-explorar-desc .icon-explorar {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: auto;
}

/*Seccion about*/
.nosotros {
    position: relative;
    padding: 5vw 20px;
    text-align: center;
    overflow: hidden;
    background-color: #ffffff;
    overflow: hidden;
}

.nosotros .contenedor-texto {
    max-width: 90vw;
    margin: 0 auto 60px;
    text-align: left;
}

.nosotros h2 {
    font-size: clamp(20px, 3vw, 50px);
    color: #000000;
    font-family: 'Poppins-Light', sans-serif;
}

.nosotros h2 span {
    color: #666;
    font-family: 'Poppins-Bold', sans-serif;
    font-size: clamp(20px, 3vw, 60px);
}

.nosotros .contenedor-texto p {
    font-size: clamp(10px, 1.5vw, 16px);
    color: #555;
    font-family: 'Cooper-Book', sans-serif;
    padding-left: 100px;
    width: 600px;
}

/* Cards */
.card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 25px;
    width: 300px;
    position: absolute;
    z-index: 5;
    text-align: left;
}

.card img {
    width: 4vw;
    margin-bottom: 10px;
}

.card h3 {
    font-size: clamp(12px, 1.5vw, 20px);
    font-weight: bold;
    color: #111;
    font-family: 'Poppins-Bold', sans-serif;
}

.card p {
    font-size: clamp(12px, 1.5vw, 14px);
    color: #666;
    font-family: 'Cooper-light', sans-serif;
}

/* Posiciones específicas */
.card.mision {
    position: absolute;
    top: 65vh;
    left: 15vw;
}

.card.vision {
    position: absolute;
    top: 30vh;
    right: 20vw;
}

.card.valores {
    position: absolute;
    bottom: 30vh;
    right: 20vw;
}

/* Fondo central con regadera */
.fondo-central {
    position: relative;
    background-image: url('../public/img/index/4/fondo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 52vw;
    height: 85vh;
    margin: 0 auto;
    z-index: 1;
    overflow-y: visible;
}

/* Regadera */
.regadera {
    position: absolute;
    top: 2vh;
    right: 2vw;
    width: 9vw;
    z-index: 3;
}

/* Hojas */
.hoja {
    position: absolute;
    z-index: 6;
}

.hoja1 {
    top: 840px;
    left: 350px;
    width: 10vw;
}

.hoja2 {
    top: 630px;
    right: 400px;
    width: 7vw;
}

/* Burbujas */
.burbuja {
    position: absolute;
    z-index: 2;
    opacity: 0.8;
}

.burbuja1 {
    top: 10vh;
    left: 15vw;
    width: 7vw;
    filter: grayscale(100%);
    opacity: 0.8;
}

.burbuja2 {
    top: 30vh;
    left: 14vw;
    width: 4vw;
    filter: grayscale(100%);
    opacity: 0.8;
}

/* Boilers */
.boiler {
    position: absolute;
    bottom: 0;
    z-index: 4;
}

.boiler1 {
    left: 15vw;
    width: 20vw;
    top: 50vh;
}

/*Baner info*/
.banner_info2 {
    width: 100%;
    height: 71vh;
    background-image: url('../public/img/index/5/fondo.png');
    /* ← Cambia esta ruta */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

/* Contenedor tipo grid (2 columnas) */
.contenido_banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 0 4%;
}

/* Columna izquierda vacía (o decorativa) */
.columna-izquierda {
    width: 100%;
}

/* Columna derecha */
.div_info2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4%;
    border-radius: 12px;
}

/* Subtítulo amarillo */
.div_info2 .subtitulo {
    color: #ffdf00;
    font-size: clamp(16px, 1.8vw, 18px);
    margin-bottom: 1vw;
    font-family: 'Cooper-Book', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-left: 2vw;
}

/* Título principal */
.div_info2 .titulo {
    font-size: clamp(28px, 4vw, 40px);
    color: #666;
    font-family: 'Poppins-Light', sans-serif;
    border-bottom: 2px solid #666;
    width: fit-content;
    font-weight: normal;
    margin-left: 2vw;
}

.div_info2 .titulo span {
    color: #666;
    font-family: 'Poppins-Bold', sans-serif;
    font-size: clamp(36px, 3.8vw, 43px);
}

/* Título secundario */
.div_info2 .titulo2 {
    font-size: clamp(24px, 3vw, 36px);
    color: #ffffff;
    font-family: 'Poppins-Light', sans-serif;
    width: fit-content;
    font-weight: normal;
    margin-left: 2vw;
}

.div_info2 .titulo2 span {
    color: #ffffff;
    font-family: 'Poppins-Bold', sans-serif;
    font-size: 40px;
}

/* Párrafo */
.div_info2 .descripcion {
    font-size: clamp(12px, 1.2vw, 14px);
    color: #ffffff;
    margin-bottom: 3vh;
    font-family: 'CooperHewitt-Light', sans-serif;
    margin-left: 6vw;
    margin-top: 3vh;
    width: 400px;
}

/* Botón */
.div_info2 .btn-cotizar {
    position: relative;
    display: inline-block;
    padding: 1% 2%;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    border-radius: 25px;
    width: 20vw;
    text-align: center;
    font-family: 'Poppins-Regular', sans-serif;
    font-size: clamp(14px, 1vw, 16px);
    text-transform: uppercase;
    margin-left: 23vw;
    margin-top: 4vh;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 20px;

}

.div_info2 .btn-cotizar .icon-cotizar {
    position: absolute;
    right: 1.5vw;
    top: 50%;
    transform: translateY(-50%);
    width: 3vw;
    height: auto;
}

/*Responsive laptops*/
@media screen and (max-width:1366px) {

    .productos-desc {
        background-color: #bbff0000;
        display: grid;
        grid-template-rows: auto 43vh auto auto;
        gap: 2vw;
        height: 100%;
    }

    /* Posiciones específicas */
    .card.mision {
        position: absolute;
        top: 65vh;
        left: 10vw;
    }

    .card.vision {
        position: absolute;
        top: 30vh;
        right: 10vw;
    }

    .card.valores {
        position: absolute;
        bottom: 20vh;
        right: 10vw;
    }

    .hoja1 {
        top: 620px;
        left: 250px;
        width: 10vw;
    }

    .hoja2 {
        top: 760px;
        right: 200px;
        width: 7vw;
    }
}

@media screen and (max-width:500px) {

    /*Seccion de productos en descuento*/

    .fila1-desc img {
        margin-bottom: 0;
        margin-left: 40vw;
    }

    .fila4-desc {
        display: none;
    }

    /*Seccion Banner Info*/
    .div_info {
        grid-template-columns: 1fr;
        gap: 4vw;
    }

    .div_info img {
        width: 5vw;
        height: auto;
    }


    /*Seccion about*/
    .nosotros .contenedor-texto p {
        font-size: clamp(10px, 1.5vw, 16px);
        color: #555;
        font-family: 'Cooper-Book', sans-serif;
        padding-left: 0;
        width: 350px;
    }

    /* Posiciones específicas */
    .card.mision {
        position: absolute;
        top: 65vh;
        left: 20vw;
    }

    .card.vision {
        position: absolute;
        top: 20vh;
        right: 20vw;
    }

    .card.valores {
        position: absolute;
        bottom: 2vh;
        right: 20vw;
    }

    /* Fondo central con regadera */
    .fondo-central {
        position: relative;
        background-image: url('../public/img/index/4/fondo.png');
        background-position: center 20vh;
        background-repeat: no-repeat;
        background-size: contain;
        width: 52vw;
        height: 85vh;
        margin: 0 auto;
        z-index: 1;
        overflow-y: visible;
    }

    .hoja1 {
        top: 590px;
        left: 250px;
        width: 10vw;
    }

    .hoja2 {
        top: 800px;
        right: 200px;
        width: 7vw;
    }

    .burbuja1 {
        top: 20vh;
        left: 10vw;
        width: 7vw;
        filter: grayscale(100%);
        opacity: 0.8;
    }

    .burbuja2 {
        top: 25vh;
        left: 10vw;
        width: 4vw;
        filter: grayscale(100%);
        opacity: 0.8;
    }

    .boiler1 {
        left: 15vw;
        width: 20vw;
        top: 34vh;
    }

    /*Baner info*/
    .banner_info2 {
        width: 100%;
        height: auto;
        background-image: url('../public/img/index/5/fondo.png');
        background-size: cover;
        background-position: right;
        display: flex;
        align-items: center;
    }

    .columna-izquierda {
        display: none;
    }

    .contenido_banner {
        grid-template-columns: 1fr;
        padding: 0 6%;
        height: auto;
    }

    .div_info2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 4%;
        border-radius: 12px;
    }

    /* Párrafo */
    .div_info2 .descripcion {
        font-size: clamp(12px, 1.2vw, 14px);
        color: #ffffff;
        margin-bottom: 3vh;
        font-family: 'CooperHewitt-Light', sans-serif;
        margin-left: 3vw;
        margin-top: 3vh;
        width: 300px;
    }

    /* Botón */
    .div_info2 .btn-cotizar {
        position: relative;
        display: inline-block;
        padding: 1% 2%;
        background-color: #ffffff;
        color: #000000;
        text-decoration: none;
        border-radius: 25px;
        width: 50vw;
        text-align: center;
        font-family: 'Poppins-Regular', sans-serif;
        font-size: clamp(14px, 1vw, 16px);
        text-transform: uppercase;
        margin-left: 15vw;
        margin-top: 4vh;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 20px;
    }

    .div_info2 .btn-cotizar .icon-cotizar {
        display: none;
    }

}