:root {
    --integralBold: 'IntegralBold', Arial;
    --integralRegular: 'IntegralRegular', Arial;
    --konnectRegular: 'KonnectRegular', Arial;
    --konnectBold: 'KonnectBold', Arial;
    --konnectLight: 'KonnectLight', Arial;
    --verdeFuerte: #155220;
    --grisFuerte: #C5C5C2;
    --grisFormulario: #E5E5E5;
    --grisFooter: #E6E6E6;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


@font-face {
    font-family: 'IntegralBold';
    src: url(../font/Integral/IntegralCF-Bold.otf);
}

@font-face {
    font-family: 'IntegralRegular';
    src: url(../font/Integral/IntegralCF-Regular.otf);
}

@font-face {
    font-family: 'KonnectBold';
    src: url(../font/konnect/KonnectBold.otf);
}

@font-face {
    font-family: 'KonnectRegular';
    src: url(../font/konnect/KonnectRegular.otf);
}

@font-face {
    font-family: 'KonnectLight';
    src: url(../font/konnect/KonnectLight.otf);
}





/* -------------------------------------------------------------------------- */
/*                                 VISTA INDEX                                */
/* -------------------------------------------------------------------------- */


/* SECTION - NAVBAR */
.navbar {
    background: rgb(0, 0, 0);
    background: linear-gradient(125deg, rgba(0, 0, 0, 1) 39.6%, rgba(21, 82, 32, 1) 39.6%);
}

@media (max-width: 991.98px) {
    .navbar {
        background: var(--verdeFuerte);
    }
}

.navbar-menu {
    padding: 1rem 5rem;
}

@media (max-width: 1240px) {
    .navbar-menu {
        padding: 1rem;
    }
}

/* .navbar-brand img {
    width: 150px;
}

@media (max-width: 991.98px) {
    .navbar-brand img {
        width: 100px;
    }
} */

@media (max-width: 991px) {
    .border-end {
        border: none !important;
    }

}

.navbar-redes .nav-item .nav-link {
    font-family: var(--konnectRegular);
    font-size: 16px;
}


.navbar-redes .nav-item .nav-link img {
    width: 25px;
}

@media (max-width: 600px) {
    .navbar-redes .nav-item .nav-link img {
        width: 20px;
    }
}



/* .navbar-menu {
    background: rgb(0, 0, 0);
    background: linear-gradient(125deg, rgba(0, 0, 0, 1) 39.6%, rgba(21, 82, 32, 1) 39.6%);
} */

/* @media (max-width: 991.98px) {
    .navbar-menu {
        background: #155220;
    }
} */

.navbar-menu .nav-item .nav-link {
    font-family: var(--konnectRegular);
    font-size: 16px;
    color: white;
}


.navbar-menu .nav-item .nav-link:hover {
    opacity: .8;
}

.navbar-menu .nav-item .nav-link img {
    width: 25px;
}

@media (max-width: 600px) {
    .navbar-menu .nav-item .nav-link img {
        width: 20px;
    }
}

/* !SECTION - NAVBAR */



/* SECTION - BANNER MAIN  */
.banner__main {
    margin-bottom: 5rem;
}

.banner__main--fondo {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.img__cama {
    right: 0;
    bottom: 0;
}

.img__cama img {
    width: 100%;
    height: 75vh;
    object-fit: cover;
}

@media (max-width: 800px) {
    .img__cama img {
        height: 50vh;
    }
}


.banner__main--info {
    left: 20%;
}

.banner__main--info img {
    width: 300px;
    object-fit: cover;
    margin-bottom: 20px;
}

.banner__main--titulo {
    width: 35%;
}

.banner__main--titulo h1 {
    font-size: 2.5rem;
    width: fit-content;
    padding: 10px 0 15px 0;
    font-family: var(--integralBold);
    color: var(--verdeFuerte);
    line-height: 1;
    border-bottom: 2px solid var(--verdeFuerte);
    border-top: 2px solid var(--verdeFuerte);
}

/* .banner__main--titulo span {
    color: black;
    font-family: var(--integralRegular);
} */

.banner__main--titulo p {
    color: var(--verdeFuerte);
    font-family: var(--konnectBold);
    font-size: 20px;
    text-align: end;
}

@media (max-width: 1600px) {
    .banner__main--info {
        left: 15%;
    }

    .banner__main--info img {
        width: 200px;
    }

    .banner__main--titulo {
        width: 40%;
    }

    .banner__main--titulo h1 {
        font-size: 2rem;
    }

    .banner__main--titulo p {
        font-size: 16px;
    }

}

@media (max-width: 991.98px) {
    .banner__main--info {
        left: 5%;
    }
}

@media (max-width: 820px) {
    .banner__main--info {
        top: 15%;
    }

    .banner__main--info img {
        width: 150px;
    }

    .banner__main--titulo {
        width: 50%;
    }

    .banner__main--titulo h1 {
        font-size: 1.4rem;
    }
}

/* !SECTION - BANNER MAIN  */





/* SECTION - MINI BANNER MAIN */
.mini__banner--main {
    margin-top: -3%;
    margin-bottom: 5rem;
}

.mini__banner--main img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
}

.info__mini__banner-contacto p {
    color: white;
    font-family: var(--konnectLight);
    font-size: 25px;
    line-height: 1.2;
    width: 80%;
    margin-bottom: 0;
}

.info__mini__banner-contacto h3 {
    color: black;
    font-family: var(--integralBold);
    font-size: 28px;
    width: 80%;
    margin-bottom: 1rem;
}

/* .btn-contacto {
    position: relative;
    border: 2px solid white;
    padding: 10px 2rem;
    text-decoration: none;
    color: black;
    font-family: var(--konnectBold);
    background: linear-gradient(90deg, transparent 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: background-position 0.4s ease-in-out, color 0.4s;
}

.btn-contacto:hover {
    background-position: left bottom;
    color: white;
} */


.btn-contacto {
    border: 2px solid white;
    padding: 10px 2rem;
    text-decoration: none;
    color: black;
    font-family: var(--konnectBold);
    background: rgb(255, 255, 255);
    background: linear-gradient(125deg, rgba(255, 255, 255, 1) 70%, rgba(221, 221, 221, 0) 71%);

    position: relative;
    overflow: hidden;
    z-index: 1;

}

.btn-contacto::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;

    transition: width 0.4s, background-color 0.4s;
    z-index: 0;


}

.btn-contacto:hover::before {
    width: 100%;
    z-index: -1;
    background: rgb(255, 255, 255);
    background: linear-gradient(125deg, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 0) 100%);
}

.btn-contacto i {
    color: white;
    margin-left: 25px;
}

@media (max-width: 1600px) {
    .info__mini__banner-contacto p {
        font-size: 20px;
    }

    .info__mini__banner-contacto h3 {
        font-size: 24px;
    }

}

@media (max-width: 991.98px) {
    .mini__banner--main {
        margin-top: -10%;

    }

    .info__mini__banner-contacto p {
        font-size: 16px;
    }


    .info__mini__banner-contacto h3 {
        font-size: 20px;
    }
}


@media (max-width: 768px) {

    .info__mini__banner-contacto p {
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }

    .info__mini__banner-contacto h3 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}

/* !SECTION - MINI BANNER MAIN */


/* SECTION - PRODUCTOS MAIN  */
.productos__main {
    height: auto;
}

/* .productos__main--info {
    width: 90%;
} */

.titulo__productos--main h2 {
    margin-bottom: 2rem;
    padding-bottom: 10px;
    font-family: var(--integralBold);
    color: var(--grisFuerte);
    font-size: 2rem;
    line-height: 1;
    width: fit-content;
    border-top: 2px solid var(--verdeFuerte);
    border-bottom: 2px solid var(--verdeFuerte);

}

@media (max-width: 1600px) {
    .titulo__productos--main h2 {
        font-size: 2rem;
    }
}

@media (max-width: 998px) {
    .titulo__productos--main h2 {
        margin-left: auto;
        margin-right: auto;
        text-align: center;

    }
}



.titulo__productos--main span {
    color: var(--verdeFuerte);
}

.btn-productos {
    border: 2px solid var(--verdeFuerte);
    padding: 10px 3rem;
    text-decoration: none;
    color: white;
    font-family: var(--konnectBold);
    background: rgb(21, 82, 32);
    background: linear-gradient(125deg, rgba(21, 82, 32, 1) 70%, rgba(255, 255, 255, 0) 71%);
    position: relative;
    overflow: hidden;
    z-index: 1;
}



.btn-productos::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;

    transition: width 0.4s, background-color 0.4s;
    z-index: 0;


}

.btn-productos:hover::before {
    width: 100%;
    z-index: -1;
    background: rgb(21, 82, 32);
    background: linear-gradient(125deg, rgba(21, 82, 32, 1) 0%, rgba(255, 255, 255, 0) 100%);
}



.btn-productos i {
    padding-left: 20px;
}


/* .btn-productos {
    text-decoration: none;
    border: 2px solid var(--verdeFuerte);
    padding: 10px 3rem;
    font-family: var(--konnectBold);
    color: white;
    background: rgb(21, 82, 32);
    background: linear-gradient(125deg, rgba(21, 82, 32, 1) 70%, rgba(255, 255, 255, 0) 71%);


    position: relative;
    overflow: hidden;
    z-index: 1;
}



.btn-productos::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;

    transition: width 0.4s, background-color 0.4s;
    z-index: 0;


}

.btn-productos:hover::before {
    width: 100%;
    z-index: -1;
    background: rgb(21, 82, 32);
    background: linear-gradient(125deg, rgba(21, 82, 32, 1) 0%, rgba(255, 255, 255, 0) 100%);
}


.btn-productos i {
    margin-left: 15px;
    font-size: 18px;
    color: black;
    font-weight: bold;
} */

.productos__main--info .card {
    margin-bottom: 1.5rem;
}

.productos__main--info .card img {
    width: 100%;
    object-fit: cover;
    height: 30vh;
    margin-bottom: 1rem;
}

.productos__main--info .card h3 {
    font-family: var(--konnectBold);
    font-size: 22px;
    color: black;
}

.productos__main--info .card p {
    font-family: var(--konnectLight);
    font-size: 14px;
    color: black;
}

@media (max-width: 998px) {
    .productos__main--info .card img {
        height: auto;
    }

    .productos__main--info .card h3 {
        text-align: center;
    }

    .productos__main--info .card p {
        text-align: center;
    }

}



.btn-vendemos {
    text-align: center;
    text-decoration: none;
    border: 2px solid var(--verdeFuerte);
    padding: 10px 5rem;
    font-family: var(--konnectBold);
    color: white;
    background: rgb(21, 82, 32);
    background: linear-gradient(125deg, rgba(21, 82, 32, 1) 84%, rgba(255, 255, 255, 1) 85%);


    position: relative;
    overflow: hidden;
    z-index: 1;
}


@media (max-width: 600px){
    .btn-vendemos {
        font-size: 12px;
    }
    
}
.btn-vendemos::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;

    transition: width 0.4s, background-color 0.4s;
    z-index: 0;
}

.btn-vendemos:hover::before {
    width: 100%;
    z-index: -1;
    background: rgb(21, 82, 32);
    background: linear-gradient(125deg, rgba(21, 82, 32, 1) 0%, rgba(255, 255, 255, 0) 100%);
}


.btn-vendemos i {
    margin-left: 15px;
    font-size: 18px;
    color: black;
    font-weight: bold;
}

/* !SECTION - PRODUCTOS MAIN  */


/* SECTION - EXPERIENCIA  */
.experiencia {
    margin-bottom: 4rem;
}

.info__expreiencia {
    bottom: 0;
}

.fondo__experiencia {
    width: 100%;
    height: 110vh;
    object-fit: cover;
}

.img__experiencia {
    /* height: 100%; */
    width: 65%;
    object-fit: cover;
}

@media (max-width: 1300px) {
    .img__experiencia {
        width: 100%;
    }
}




.titulo__experiencia p {
    color: white;
    font-family: var(--konnectBold);
    font-size: 3rem;
    text-transform: uppercase;
    line-height: 1;
}

.titulo__experiencia h2 {
    line-height: 1;
    font-size: 7rem;
    color: white;
    font-family: var(--integralBold);
}

.titulo__experiencia h3 {
    font-size: 3.5rem;
    color: white;
    font-family: var(--integralBold);
}

.titulo__experiencia h4 {
    font-size: 2.3rem;
    color: white;
    font-family: var(--integralRegular);
}

.foto__iso {
    width: 70%;
    object-fit: cover;
    margin-bottom: 10px;
}

@media (max-width: 600px) {
    .foto__iso {
        width: 60%;
    }
}

.ley-california {
    background: rgb(255, 255, 255);
    background: linear-gradient(225deg, rgba(255, 255, 255, 0) 16%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 1) 84%, rgba(255, 255, 255, 0) 84%);
    font-family: var(--konnectBold);
    width: 120%;

}

.ley-california p {
    font-size: 14px;
    text-align: center;
}

/* @media (max-width: 768px) {
    .foto__iso {
        width: 100px;
        height: 100px;
    }
} */

.texto__experiencia {
    width: 60%;
    font-size: 18px;
    color: white;
    font-family: var(--konnectLight);
    text-align: center;
    margin: auto;
}


@media (max-width: 1600px) {
    .titulo__experiencia p {
        font-size: 2rem;
    }

    .titulo__experiencia h2 {
        font-size: 3.5rem;
    }

    .titulo__experiencia h3 {
        font-size: 2rem;
    }

    .titulo__experiencia h4 {
        font-size: 2rem;
    }


    .texto__experiencia {
        width: 100%;
        font-size: 16px;
    }
}


@media (max-width: 991.98px) {
    .info__expreiencia {
        bottom: 20%;
    }

    .img__experiencia {
        display: none;
    }

    .texto__experiencia {
        text-align: center;
    }
}


@media (max-width: 720px) {
    /* .info__expreiencia {
        top: 35%;
    } */

    .titulo__experiencia p {
        font-size: 1.5rem;
    }

    .titulo__experiencia h2 {
        font-size: 2.5rem;
    }

    .titulo__experiencia h3 {
        font-size: 2rem;
    }

    .titulo__experiencia h4 {
        font-size: 1.6rem;
    }

    .texto__experiencia {
        font-size: 14px;
    }

}

@media (max-width: 600px) {
    /* .info__expreiencia {
        top: 35%;
    } */

    .info__expreiencia {
        bottom: 15%;
    }

    .titulo__experiencia p {
        font-size: 1.3rem;
    }

    .titulo__experiencia h2 {
        font-size: 2rem;
    }

    .titulo__experiencia h3 {
        font-size: 1.5rem;
    }

    .titulo__experiencia h4 {
        font-size: 1rem;
    }

    .texto__experiencia {
        font-size: 14px;
    }

}

/* !SECTION - EXPERIENCIA  */


/* SECTION - ENVIOS MAIN  */
@media (max-width: 768px) {
    .envios__main {
        margin-bottom: 4rem;
    }
}

.envios__main img {
    width: 100%;
    height: 48vh;
    object-fit: cover;
}

.info__envios--main h2 {
    color: white;
    line-height: 1;
    text-align: left;
    font-family: var(--integralBold);
    font-size: 2.5rem;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-bottom: 2rem;

    width: fit-content;
}

.info__envios--main p {
    color: white;
    font-family: var(--konnectBold);
    font-size: 24px;
    margin-bottom: 2rem;
}

@media (max-width: 1600px) {
    .info__envios--main h2 {
        font-size: 2.5rem;
    }

    .info__envios--main p {
        font-size: 18px;
    }
}


@media (max-width: 1600px) {
    .info__envios--main h2 {
        font-size: 2.5rem;
    }

    .info__envios--main p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .envios__main img {
        filter: blur(10px);
        -webkit-filter: blur(10px);
    }

    .info__envios--main h2 {
        font-size: 1.4rem;
    }

    .info__envios--main p {
        font-size: 16px;
    }
}

.btn-mas {
    border: 2px solid var(--verdeFuerte);
    padding: 10px 3rem;
    text-decoration: none;
    color: white;
    font-family: var(--konnectBold);
    background: rgb(21, 82, 32);
    background: linear-gradient(125deg, rgba(21, 82, 32, 1) 70%, rgba(255, 255, 255, 0) 71%);
    position: relative;
    overflow: hidden;
    z-index: 1;
}



.btn-mas::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;

    transition: width 0.4s, background-color 0.4s;
    z-index: 0;


}

.btn-mas:hover::before {
    width: 100%;
    z-index: -1;
    background: rgb(21, 82, 32);
    background: linear-gradient(125deg, rgba(21, 82, 32, 1) 0%, rgba(255, 255, 255, 0) 100%);
}



.btn-mas i {
    padding-left: 20px;
}

/* !SECTION - ENVIOS MAIN  */


/* SECTION - APLICACIONES  */
.aplicaciones {
    height: auto;
}


.linea__aplicaciones img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


.container__aplicaciones {
    width: 90%;
    position: absolute;
}

.info__aplicaciones {
    height: 10vh;
}

@media (max-width: 992px) {
    .info__aplicaciones {
        height: inherit;
        margin-bottom: 10px;
    }
}

@media (max-width: 1600px) {
    .container__aplicaciones {
        width: 95%;
    }
}

@media (max-width: 992px) {
    .linea__aplicaciones img {
        display: none;
    }

    .container__aplicaciones {
        position: relative;
    }

    .info__aplicaciones {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.container__info--apicaciones {
    width: 75%;
}

@media (max-width: 1600px) {
    .container__info--apicaciones {
        width: 90%;
    }

}

@media (max-width: 991px) {
    .container__info--apicaciones {
        width: 100%;
    }

}

.info__aplicaciones h2 {
    color: var(--grisFuerte);
    font-family: var(--integralBold);
    border-top: 2px solid var(--verdeFuerte);
    border-bottom: 2px solid var(--verdeFuerte);
    line-height: 1;
    padding-bottom: 10px;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    width: fit-content;
}

@media (max-width: 1160px) {
    .info__aplicaciones h2 {
        font-size: 2rem;
    }
}

.info__aplicaciones img {
    width: 60px;
    height: 60px;
}

@media (max-width: 1600px) {
    .info__aplicaciones img {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 600px) {
    .info__aplicaciones img {
        width: 40px;
        height: 40px;
    }
}

.info__aplicaciones h3 {
    font-family: var(--konnectBold);
    color: black;
    font-size: 24px;
    margin-bottom: 0;
}


.info__aplicaciones p {
    font-family: var(--konnectRegular);
    font-size: 16px;
    color: black;
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .info__aplicaciones h3 {
        font-size: 20px;
    }

    .info__aplicaciones p {
        font-size: 14px;
    }
}

.img-logo {
    width: 200px;
    /* height: 100px; */
    margin-bottom: -20px;
    z-index: 10;
    padding: 1rem;
    /* object-fit: cover; */

}

.img-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.info__aplicaciones--planeta h2 {
    color: var(--grisFuerte);
    font-family: var(--integralBold);
    border-top: 2px solid var(--verdeFuerte);
    border-bottom: 2px solid var(--verdeFuerte);
    line-height: 1;
    padding-bottom: 10px;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    width: fit-content;
}

.info__aplicaciones--planeta p {
    font-family: var(--konnectBold);
    color: var(--verdeFuerte);
    font-size: 18px;
}

@media (max-width: 600px) {


    .info__aplicaciones--planeta h2 {
        font-size: 2rem;
    }

    .info__aplicaciones--planeta p {
        font-size: 14px;
    }
}



.foto__apliaciones {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.segunda__foto--aplicaciones {
    right: -10%;
    bottom: -15%;
}

.segunda__foto--aplicaciones img {
    width: 200px;
    object-fit: cover;
}

@media (max-width: 1600px) {
    .segunda__foto--aplicaciones {
        right: 0;
        bottom: 0;
    }

    .segunda__foto--aplicaciones img {
        width: 200px;
    }

}

@media (max-width: 768px) {
    .segunda__foto--aplicaciones img {
        width: 150px;
    }
}








/* .aplicaciones{
    height: auto;
}
.linea__aplicaciones{
    background-color: red;
    height: 100vh;
    object-fit: cover;
    margin: auto;
}

.container__aplicaciones {
    width: 90%;
    position: absolute;
}



.foto__apliaciones {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */






/* !SECTION - APLICACIONES  */



/* SECTION - FORMULARIO MAIN */
.formulario__main {
    height: 90vh;
    top: 0;
    position: relative;
}

@media (max-width: 1600px) {
    .formulario__main {
        height: 110vh;
    }
}

.banner__final {
    width: 100%;
    height: 45vh;
    object-fit: cover;
}

.info__formulario--main {
    top: 20%;
    width: 80%;
}

@media (max-width: 1600px) {
    .info__formulario--main {
        top: 20%;
    }
}

@media (max-width: 989px) {
    .info__formulario--main {
        width: 90%;
    }
}


.formulario__main--textproyecto {
    width: 70%;
    margin-left: auto;
    margin-bottom: 8rem;

}




.formulario__main--textproyecto p {
    color: white;
    font-family: var(--konnectRegular);
    font-size: 24px;
}

@media (max-width: 1600px) {
    .formulario__main--textproyecto p {
        font-size: 20px;
    }
}


@media (max-width: 998px) {
    .formulario__main--textproyecto p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .container__info--formulario {
        margin-bottom: 10rem;
    }

    .info__formulario--main {
        top: 5%;
    }

    .formulario__main--textproyecto {
        margin-bottom: 3rem;

    }

    .formulario__main--textproyecto p {
        text-align: center;
    }

}

@media (max-width: 667px) {
    .formulario__main {
        height: 170vh;
    }

    .info__formulario--main {
        width: 95%;
    }

    .container__info--formulario {
        margin-bottom: 3rem;
    }


}


.formulario__main--textproyecto span {
    font-family: var(--konnectBold);
}

@media (max-width: 1600px) {
    .formulario__main--textproyecto {
        width: 100%;
        margin-left: inherit;
    }

}

.formulario__main--textllamanos h2 {
    font-family: var(--integralBold);
    color: var(--grisFuerte);
    font-size: 2.3rem;
    border-bottom: 2px solid var(--verdeFuerte);
    border-top: 2px solid var(--verdeFuerte);
    line-height: 1;
    width: fit-content;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 10px;

    margin-bottom: 2rem;
}

.formulario__main--textllamanos span {
    color: var(--verdeFuerte);
}

@media (max-width: 1600px) {
    .formulario__main--textllamanos h2 {
        font-size: 2rem;
    }
}

@media (max-width: 1200px) {
    .formulario__main--textllamanos h2 {
        font-size: 1.6rem;
    }
}



/* .formulario__main--textllamanos img {
    width: 40px;
    height: 40px;
} */

@media (max-width: 991.98px) {
    .formulario__main--textllamanos h2 {
        font-size: 1.4rem;

    }

    .formulario__main--textllamanos img {
        width: 30px;
        height: 30px;
    }
}

.formulario__main--textllamanos P {
    color: black;
    font-family: var(--konnectLight);
    font-size: 16px;
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .formulario__main--textllamanos h2 {
        text-align: center;
        margin: 0 auto 2rem auto;
    }

    .formulario__main--textllamanos p {
        color: white;
        text-align: center;
        margin-bottom: 4rem;
    }
}

@media (max-width: 667px) {
    .formulario__main--textllamanos p {
        color: black;
        margin-bottom: 2rem;
    }
}


.btn-escribenos {
    text-decoration: none;
    color: white;
    font-family: var(--konnectBold);
    font-size: 16;
    border: 2px solid var(--verdeFuerte);
    padding: 10px 3rem;
    background: rgb(21, 82, 32);
    background: linear-gradient(125deg, rgba(21, 82, 32, 1) 70%, rgba(255, 255, 255, 0) 71%);

    position: relative;
    overflow: hidden;
    z-index: 1;
}



.btn-escribenos::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;

    transition: width 0.4s, background-color 0.4s;
    z-index: 0;


}

.btn-escribenos:hover::before {
    width: 100%;
    z-index: -1;
    background: rgb(21, 82, 32);
    background: linear-gradient(125deg, rgba(21, 82, 32, 1) 0%, rgba(255, 255, 255, 0) 100%);
}





.formulario__main--contenedor p {
    color: white;
    font-size: 20px;
    font-family: var(--konnectRegular);
}

@media (max-width: 998px) {
    .formulario__main--contenedor p {
        font-size: 16px;
        text-align: center;
    }

}

@media (max-width: 768px) {
    .formulario__main--contenedor p {
        color: black;
    }

}

.formulario__main--contenedor form {
    width: 70%;
    background-color: var(--grisFormulario);
    padding: 3rem 2rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

@media (max-width: 1600px) {
    .formulario__main--contenedor form {
        width: 100%;
    }
}

/* !SECTION - FORMULARIO MAIN */




/* -------------------------------------------------------------------------- */
/*                               VISTA PRODUCTOS                              */
/* -------------------------------------------------------------------------- */

/* SECTION - BANNER PRODUCTOS */
.banner__productos {
    margin-bottom: 4rem;
}

.fondo__banner--productos {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.persona__banner {
    bottom: 0;
    right: 10%;
}

.persona__banner img {
    height: 88vh;
    object-fit: cover;
}

@media (max-width: 768px) {
    .persona__banner {
        right: 0;
    }

    .persona__banner img {
        height: 60vh;
    }
}

.info__banner--productos {
    width: 25%;
    top: 20%;
    left: 10%;
}

.info__banner--productos h1 {
    color: white;
    font-family: var(--integralBold);
    font-size: 3rem;
    line-height: 1;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    padding-top: 10px;
    padding-bottom: 15px;

    margin-bottom: 3rem;
}

.info__banner--productos span {
    font-family: var(--integralRegular);
    text-transform: uppercase;
    font-size: 2.5rem;
}

@media (max-width: 1300px) {
    .info__banner--productos {
        width: 35%;
    }
}

@media (max-width: 991.98px) {
    .info__banner--productos h1 {
        font-size: 2.5rem;
    }

    .info__banner--productos span {
        font-family: var(--integralRegular);
        text-transform: uppercase;
        font-size: 2rem;
    }
}

@media (max-width: 770px) {
    .info__banner--productos {
        width: 50%;
        left: 5%;
    }
}

@media (max-width: 662px) {
    .info__banner--productos {
        width: 90%;
        left: 5%;
        top: 10%;
    }

    .info__banner--productos h1 {
        font-size: 1.8rem;
        width: fit-content;
        margin-bottom: 1rem;
        text-align: center;
    }

    .info__banner--productos span {
        font-size: 1.4rem;
    }
}

.btn-informacion-pro {
    text-decoration: none;
    border: 2px solid white;
    padding: 10px 3rem;
    font-family: var(--konnectBold);
    color: black;
    background: rgb(255, 255, 255);
    background: linear-gradient(125deg, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 71%);
    position: relative;
    overflow: hidden;
    z-index: 1;
}



.btn-informacion-pro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;

    transition: width 0.4s, background-color 0.4s;
    z-index: 0;


}

.btn-informacion-pro:hover::before {
    width: 100%;
    z-index: -1;
    background: rgb(255, 255, 255);
    background: linear-gradient(125deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}



/* !SECTION - BANNER PRODUCTOS */

.filosofia {
    margin-bottom: 7rem;
}

.info__filosfia {
    height: 45vh;
}

@media (max-width: 1600px) {
    .info__filosfia {
        height: 55vh;
    }
}

@media (max-width: 767px) {
    .filosofia {
        margin-bottom: 1rem;
    }

    .info__filosfia {
        height: 10%;
        margin-bottom: 5rem;
    }
}

.rectangulo__blanco {
    width: 100%;
    object-fit: cover;
}

.rectangulo__verde {
    top: 0;
    left: 25%;
}

.rectangulo__verde-img {
    width: 100%;
    object-fit: cover;
}

.icono__filosofia {
    width: 60px;
}

@media (max-width: 450px) {
    .rectangulo__verde-img {
        width: 140px;
        object-fit: cover;
    }

    .icono__filosofia {
        width: 40px;
    }
}

.text__filosofia {
    top: 50%;
    left: 17%;
}

@media (max-width: 991.98px) {
    .text__filosofia {
        left: 10%;
    }
}

@media (max-width: 767px) {
    .text__filosofia {
        left: inherit;
    }
}


.text__filosofia h2 {
    font-family: var(--konnectBold);
    color: black;
    font-size: 28px;
}

.text__filosofia p {
    font-family: var(--konnectLight);
    color: black;
    font-size: 16px;
}




/* SECTION - APOYAMOS */
.apoyamos {
    margin-bottom: 5rem;
}

.foto__apoyamos img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.info__apoyamos h2 {
    font-family: var(--integralBold);
    font-size: 3rem;
    color: var(--grisFuerte);
    line-height: 1;
    border-top: 2px solid var(--verdeFuerte);
    border-bottom: 2px solid var(--verdeFuerte);
    width: fit-content;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 2rem;
}

.info__apoyamos span {
    color: var(--verdeFuerte);
}



.info__apoyamos img {
    width: 100%;
    object-fit: cover;
}

.info__apoyamos p {
    font-family: var(--konnectLight);
    font-size: 14px;
    width: 90%;
}

@media (max-width: 1600px) {
    .info__apoyamos h2 {
        font-size: 2rem;
    }

    .info__apoyamos p {
        width: 100%;
    }
}

@media (max-width: 1250px) {
    .info__apoyamos h2 {
        margin: auto;
    }
}

@media (max-width: 991.98px) {
    .info__apoyamos h2 {
        margin: 3rem auto 3rem auto;
    }
}

@media (max-width: 768px) {
    .info__apoyamos img {
        margin-bottom: 3rem;
    }

    .info__apoyamos p {
        text-align: center;
    }
}

/* !SECTION - APOYAMOS */



/* SECTION - APOYAMOS */
.produccion {
    margin-bottom: 5rem;
}

.produccion h2 {
    font-family: var(--integralBold);
    font-size: 2.5rem;
    color: var(--grisFuerte);
    line-height: 1;
    border-top: 2px solid var(--verdeFuerte);
    border-bottom: 2px solid var(--verdeFuerte);
    width: fit-content;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 2.5rem;
}

@media (max-width: 991.98px) {
    .produccion h2 {
        font-size: 2rem;
    }
}

@media (max-width: 600px) {
    .produccion h2 {
        font-size: 20px;
        text-align: center;
    }
}


.produccion span {
    color: var(--verdeFuerte);
}

.produccion i {
    color: var(--grisFuerte);
    font-size: 25px;
    margin-right: 10px;
}

.produccion p {
    font-family: var(--konnectLight);
    font-size: 16px;
}

@media (max-width: 600px) {
    .produccion p {
        font-size: 14px;
    }
}

/* SECTION  - VARIEDAD */
.variedad {
    margin-bottom: 1rem;
}

.variedad h2 {
    font-family: var(--integralBold);
    color: var(--grisFuerte);
    font-size: 2.5rem;
    line-height: 1;
    border-top: 2px solid var(--verdeFuerte);
    border-bottom: 2px solid var(--verdeFuerte);
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: center;
    width: fit-content;
    margin: 0 auto 3rem auto;
}

.variedad h4 {
    font-family: var(--integralBold);
    color: var(--grisFuerte);
    font-size: 2rem;
    line-height: 1;
    border-top: 2px solid var(--verdeFuerte);
    border-bottom: 2px solid var(--verdeFuerte);
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: center;
    width: fit-content;
    margin: 0 auto 3rem auto;
    text-align: start;
}

@media (max-width: 991.98px) {
    .variedad h4 {
        text-align: center;
        font-size: 1.6rem;
    }
}

.variedad span {
    color: var(--verdeFuerte);
}

/* @media (max-width: 1600px) {
    .variedad h2 {
        width: 60%;
    }
} */

@media (max-width: 991.98px) {
    .variedad h2 {
        font-size: 2rem;
    }
}

@media (max-width: 670px) {
    .variedad h2 {
        width: fit-content;
    }
}

@media (max-width: 400px) {
    .variedad h2 {
        font-size: 1.6rem;
    }
}


.container__variedad {
    margin-bottom: 7rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Tres columnas por defecto */
    grid-template-rows: auto;
    gap: 10px 15px;
}
@media (max-width: 991px) {
    .container__variedad {
        margin-bottom: 3rem;
        grid-template-columns: repeat(2, 1fr); /* Dos columnas en pantallas más pequeñas */
    }
}
@media (max-width: 500px) {
    .container__variedad {
        margin-bottom: 3rem;
        grid-template-columns: 1fr;
    }
}

.titulo__variedad {
    grid-column: 1 / -1;
}

.variedad_uno,
.variedad_dos,
.variedad_tres,
.variedad_cuatro {
    width: 100%;
}

@media (max-width: 991px){
    .variedad_uno,
.variedad_dos,
.variedad_tres,
.variedad_cuatro {
    margin-bottom: 1rem;
}
}
.variedad img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin-bottom: 10px;
}

.titulo__variedad h3{
    font-family: var(--konnectBold);
    font-size: 28px;
    color: black;
    text-transform: uppercase;

}
.variedad_uno h3,
.variedad_dos h3,
.variedad_tres h3,
.variedad_cuatro h3 {
    font-family: var(--konnectBold);
    font-size: 24px;
    color: black;
    margin-bottom: 5px;
}

@media (max-width: 991px){
    .titulo__variedad h3{
        font-size: 24px;
    
    }
    .variedad_uno h3,
    .variedad_dos h3,
    .variedad_tres h3,
    .variedad_cuatro h3 {
        font-family: var(--konnectBold);
        font-size: 20px;
        color: black;
        margin-bottom: 5px;
    }
}





/* !SECTION  - VARIEDAD */


/* SECTION - MINI BANNER EXPERIECIA */
.experiencia__minibanner--fondo {
    width: 100%;
    height: 40vh;
    object-fit: cover;
    margin-bottom: 4rem;
}

@media (max-width: 768px) {
    .experiencia__minibanner--fondo {
        height: 50vh;
    }
}

.experiencia__minibanner--info {
    width: 70%;
}

@media (max-width: 1600px) {
    .experiencia__minibanner--info {
        width: 80%;
    }
}

@media (max-width: 991px) {
    .experiencia__minibanner--info {
        width: 90%;
    }
}

/* .experiencia__minibanner--info img {
    width: 100%;
    object-fit: cover;
    margin-right: 10px;
} */

/* .experiencia__minibanner--info {
    width: 100%;
} */

.icono__minibanner {
    text-align: center;
    padding: 1rem;
    margin-right: 10px;
    border: 2px solid white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.icono__minibanner img {
    width: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .icono__minibanner {
        padding: 10px;
    }

    .icono__minibanner img {
        width: 80%;
    }
}

.experiencia__minibanner--info h3 {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: var(--konnectBold);
}

.experiencia__minibanner--info p {
    color: white;
    font-family: var(--konnectLight);
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.2;
}

@media (max-width: 1440px) {
    .experiencia__minibanner--info h3 {
        font-size: 18px;
    }

    .experiencia__minibanner--info p {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .experiencia__minibanner--info h3 {
        font-size: 16px;
    }

    .experiencia__minibanner--info p {
        font-size: 16px;
    }
}


/* !SECTION - MINI BANNER EXPERIECIA */

/* -------------------------------------------------------------------------- */
/*                               VISTA CONTACTO                               */
/* -------------------------------------------------------------------------- */


/* SECTION - BANNER  */
.banner__contacto {
    margin-bottom: 4rem;
}

.fondo__banner--contacto {
    width: 100%;
    object-fit: cover;
    height: 95vh;
}


.banner__logo--contacto {
    right: 10%;
    top: 10%;
}

.banner__logo--contacto img {
    width: 350px;
    object-fit: cover;
}


.info__banner--contacto {
    left: 25%;
    bottom: 25%;
}

.info__banner--contacto h2 {
    font-family: var(--integralBold);
    color: var(--verdeFuerte);
    font-size: 3rem;
    border-top: 2px solid var(--verdeFuerte);
    border-bottom: 2px solid var(--verdeFuerte);
    padding: 12px 0;
    line-height: 1;
    text-align: center;
}

.info__banner--contacto p {
    font-family: var(--konnectBold);
    color: black;
    text-align: right;
    font-size: 20px;

}

@media (max-width: 1600px) {
    .banner__logo--contacto {
        top: 15%;
    }

    .banner__logo--contacto img {
        width: 200px;
    }

    .info__banner--contacto h2 {
        font-size: 2.5rem;
    }

    .info__banner--contacto p {
        font-size: 16px;
    }
}


@media (max-width: 1000px) {
    .info__banner--contacto {
        left: 15%;
    }
}

@media (max-width: 768px) {
    .banner__logo--contacto {
        left: 5%;
    }

    .banner__logo--contacto img {
        width: 150px;
    }

    .info__banner--contacto {
        left: 5%;
    }

    .info__banner--contacto h2 {
        font-size: 1.8rem;
    }

    .info__banner--contacto p {
        font-size: 14px;
    }
}

/* !SECTION - BANNER */



/* SECTION - FORMULARIO */

.formulario__contacto {
    margin-bottom: 4rem;
}

.info__formulario--contacto h2 {
    font-family: var(--integralBold);
    color: var(--grisFuerte);
    font-size: 3rem;
    border-top: 2px solid var(--verdeFuerte);
    border-bottom: 2px solid var(--verdeFuerte);
    padding: 12px 0;
    line-height: 1;
    margin-bottom: 2rem;
    width: fit-content;



}

.info__formulario--contacto span {
    color: var(--verdeFuerte);
}

.info__formulario--contacto p {
    font-size: 18px;
    font-family: var(--konnectRegular);
    margin-bottom: 2.5rem;
}


.info__formulario--contacto img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.info__formulario--contacto h3 {
    color: black;
    font-size: 2.4rem;
    line-height: 1;
    font-family: var(--konnectBold);
}

.info__formulario--contacto i {
    color: black;
    font-size: 20px;
}

.info__tel--contacto {
    text-decoration: none;
    color: black;
    font-size: 18px;
    font-family: var(--konnectBold);
}

.info__correo--contacto {
    text-decoration: none;
    color: black;
    font-size: 18px;
    font-family: var(--konnectLight);
    line-height: 1;
}

@media (max-width: 1600px) {
    .info__formulario--contacto h2 {
        font-size: 2.5rem;
    }

    .info__formulario--contacto p {
        font-size: 16px;
    }

    .info__formulario--contacto img {
        width: 30px;
        height: 30px;
    }

    .info__formulario--contacto h3 {
        font-size: 1.8rem;
    }

    .info__tel--contacto {
        font-size: 16px;
    }

    .info__correo--contacto {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .info__formulario--contacto h2 {
        font-size: 2rem;
    }

    .info__formulario--contacto p {
        text-align: center;
    }

    .info__formulario--contacto h3 {
        font-size: 1.6rem;
    }
}

.formulario__contacto form {
    width: 80%;
    background-color: var(--grisFormulario);
    padding: 3rem 2rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

@media (max-width: 1200px) {
    .formulario__contacto form {
        width: 100%;
    }
}

.form-control {
    font-family: var(--konnectRegular);
    font-size: 14px;
    color: black;
    opacity: .8;
}

.btn-enviar {
    padding: 5px 2rem;
    border: none;
    background-color: var(--verdeFuerte);
    color: white;
    font-size: 14px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

/* !SECTION - FORMULARIO */


/* SECTION - FORMULARIO MAPA */
.formulario__mapa {
    margin-bottom: 4rem;
}

/* !SECTION - FORMULARIO MAPA */

/* SECTION - ENVIOS CONTACTO */
.enivos__contacto {
    margin-bottom: 4rem;
}

.enivos__contacto--fondo {
    width: 100%;
    height: 50vh;
    object-fit: cover;
}

.info__envios--contacto {
    left: 5%;
}

.info__envios--contacto img {
    width: 100px;
    height: 100px;
    margin-right: 10px;
}

.info__envios--contacto h2 {
    width: fit-content;
    margin-bottom: 2rem;
    color: white;
    font-family: var(--integralBold);
    font-size: 2.5rem;
    line-height: 1;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
    padding: 0 0 10px 0;
}

.info__envios--contacto p {
    color: white;
    font-family: var(--konnectBold);
    font-size: 18px;
}

@media (max-width: 1600px) {
    .info__envios--contacto h2 {
        font-size: 2rem;
    }

    .info__envios--contacto p {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {
    .info__envios--contacto {
        left: 1%;
    }

    .info__envios--contacto img {
        width: 60px;
        height: 60px;
    }

    .info__envios--contacto h2 {
        font-size: 1.6rem;
    }
}

@media (max-width: 500px) {
    .info__envios--contacto img {
        width: 50px;
        height: 50px;
    }

    .info__envios--contacto h2 {
        font-size: 20px;
    }
}

/* .btn-informacion {
    text-decoration: none;
    color: black;
    font-family: var(--konnectBold);
    background-color: white;
    padding: 10px 3rem;
} */

/* !SECTION - ENVIOS CONTACTO */


/* SECTION - FOOTER */
footer {
    background-color: var(--grisFooter);
}

.container-footer {
    width: 85%;
}

@media (max-width: 1600px) {
    .container-footer {
        width: 100%;
    }
}

.footer__logotipo {
    height: 100%;
}

.footer__logotipo img {
    width: 200px;
}

@media (max-width: 768px) {
    .footer__logotipo img {
        width: 100px;
    }
}

.footer__ubicacion {
    height: 100%;
}

.footer__ubicacion p {
    color: black;
    font-size: 16px;
    font-family: var(--konnectBold);
}

.footer__ubicacion img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.footer__ubicacion a {
    text-decoration: none;
    font-family: var(--konnectLight);
    color: black;
    font-size: 14px;
    line-height: 1;
}

.footer__ubicacion ul li:nth-child(3) a {
    font-family: var(--konnectBold);
    font-size: 16px;
}



.footer__contacto {
    height: 100%;
}

.footer__contacto img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.footer__contacto--tel {
    font-family: var(--konnectBold);
    color: black;
    text-decoration: none;
    font-size: 16px;
}

.footer__contacto--correo {
    font-family: var(--konnectLight);
    color: black;
    text-decoration: none;
    font-size: 14px;
}


.footer__redes {
    height: 100%;
}

.footer__redes p {
    font-family: var(--konnectBold);
    color: black;
}

.footer__redes img {
    width: 25px;
    height: 25px;
}



.linea-verde {
    background-color: var(--verdeFuerte);
    width: 1px;
    height: 100%;
}

@media (max-width: 991.98px) {
    .linea-verde {
        display: none;
    }

    .footer__logotipo {
        height: inherit;
    }

    .footer__ubicacion {
        height: inherit;
    }

    .footer__contacto {
        height: inherit;
    }


    .footer__redes {
        height: inherit;
    }
}

.copy-footer {
    background-color: black;
    width: 100%;
}

.copy-footer p {
    color: white;
    font-family: var(--konnectLight);
    padding: 1rem 0;
    font-size: 14px;
}

/* !SECTION - FOOTER */



.colores-circulo span {
    font-family: var(--konnectRegular);
    font-size: 13px;

}

.circulo-blanco,
.circulo-verde,
.circulo-negro,
.circulo-cafe {
    background-color: whitesmoke;
    border: 2px solid black;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.circulo-verde {
    background-color: var(--verdeFuerte);
    border: 2px solid var(--verdeFuerte);
}

.circulo-negro {
    background-color: black;
    border: 2px solid black;
}

.circulo-cafe {
    background-color: #5c330a;
    border: 2px solid #5c330a;
}