@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700;800&family=Poppins:wght@400;600&display=swap');

.vvusa-idioma, 
.vvusa-idioma:link, 
.vvusa-idioma:visited, 
.vvusa-idioma:active, 
.vvusa-idioma:focus
{
    display: block !important;
    width: 40px !important;
    text-align: center !important;
    height: 40px !important;
    color: #737373;
    font-weight: 600;
    padding-top: 16px;
}
.vvusa-idioma:hover{
    color: #737373;
}
.vvusa-pais{
    display: block !important;
    width: 40px !important;
    line-height: 40px !important;
    text-align: center !important;
    height: 40px !important;
}


.vvusa-pais img{
    margin-left: 0px !important;
    margin-top: 3px;
}

.vvusa-idioma-mobile, 
.vvusa-idioma-mobile:link, 
.vvusa-idioma-mobile:visited, 
.vvusa-idioma-mobile:active, 
.vvusa-idioma-mobile:focus
{
    display: block !important;
    width: 40px !important;
    text-align: center !important;
    height: 40px !important;
    color: #737373;
    font-weight: 600;
    font-size: 14px;
    padding-top: 11px;
}
.vvusa-idioma-mobile:hover{
    color: #737373;
}
.vvusa-pais-mobile{
    display: block !important;
    width: 40px !important;
    line-height: 40px !important;
    text-align: center !important;
    height: 40px !important;
}
.vvusa-pais-mobile img{
    margin-left: 0px !important;
    margin-top: 0px;
}

*{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat",Sans-serif;
}

.navbar{
    background-color: #ffed00;
    height: 113px;
    z-index: 1;
    padding: 0;
}
.navbar-light .navbar-toggler {
    border-color: transparent;
}
.navbar-light .navbar-nav .nav-link{
    color: #737373;
    font-weight: 600;
    padding: 0;
}
.container{
    max-width: 1300px;
}
.nav-link{
    /* font-family: "Montserrat",Sans-serif; */
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px 8px;
}
.menu-container{
    display: flex;
}
.menu-container, .navbar-nav, .nav-item{
    height: 100%;
    font-size: clamp(8px, 1vw, 13px);
}
.navbar-nav{
    flex-grow: 1;
    flex-basis: 100%;
    justify-content: space-around;
}
.navbar-brand, .icon-flag, .icon-search{
    display: flex;
    align-items: center;
}
.nav-link{
    display: flex;
    align-items: center;
    height: 100%;
    border-bottom: 5px solid transparent;
    transition: all .4s;
}
.nav-link:hover{
    border-bottom: 5px solid #00ae41;
    transition: all .4s;
    color:#00ae41!important;
}
.search-icon:hover{
    border-bottom: unset;
}
.icon-home:hover{
    border-bottom: 5px solid transparent;
    color: gray!important;
}
.logo-img{
    width: 169px;
    margin-right: 30px;
}
.us-flag{
    width: 18px;
    margin-left: 30px;
    padding-top: 4px;
}
.search-icon{
    border: 1px solid #737373;
    border-radius: 15px;
    width: 33px;
    height: 33px;
    margin-left: 15px;
}
.fa-search{
    transition: all .4s;
}
.fa-search:hover{
    color: #00ae41;
    transition: all .4s;
}
.fa-home{
    font-size: 20px;
}
.icon-flag, .icon-search{
     /* padding-bottom: 11px; */
}
.search-icon{
    padding: 10px;
}
/* /// */
.banner{
    background-image: url("/img/banner-mobile-home.png");
    /* height: calc(100vh - 116px); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 150px 0px 250px;
    margin-bottom: 50px;
}
.banner-title{
    color: #fff;
    /* font-family: "Montserrat",Sans-serif; */
    font-size: 72px;
    font-weight: 800;
    line-height: 1em;
    text-shadow: 5px 4px 30px rgb(0 91 9 / 86%);
}
.banner-title-second{
    font-weight: 500;
}
.banner-subtitle{
    color: #fff;
    max-width: 570px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5em;
    margin: 30px 0px 15px 0px;
    letter-spacing: 1px;
}
.banner-txt{
    /* position: relative;
    top: 14%;
    left: 10%;
    max-width: 835px; */
}
.btn-banner, .btn-iralsitio{
    background-color: #ffed00;
    color: #737373;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    border-radius: 15px;
    padding: 8px 30px 8px 30px;
    display: inline-block;
    transition: all .6s;
}
.btn-banner:hover{
    color: #00ae41;
    text-decoration: none;
    transition: all .6s;
}
.btn-conoce-mas{
    color: #737373;
    transition: all .6s;
}
.btn-conoce-mas:hover, .btn-iralsitio:hover{
    box-shadow: 4px 4px 10px 0px rgb(8 11 62 / 10%);
    text-decoration: none;
    color: #00ae41;
    transition: all .6s;
}

/* //// */
.section-noticias{
    display: flex;
    justify-content:space-evenly;
    width: 85%;
    margin: 20px auto 80px auto;
}

.noticia{
    width: 375px;
    background-color: #f3f5f9;
    margin: 0px 10px;
}
.noticia-title{
    margin: 10px 0px 5px 0px;
    font-weight: 700;
    font-size: 30px;
}
.noticia-title, .noticia-txt{
    color: #737373;
    padding: 20px 31px;
}
.noticia-txt{
    letter-spacing: 0.5px;
}
.noticia-title{
    padding: 20px 28px 0px 28px;
}
.noticia-img{
    width: 100%;
    object-fit: contain;
}
.mrg{
    margin: 40px 0px;
}

/* //separators// */
.yellow-separator{
    background-color: #ffed00;
    height: 128px;
    display: flex;
    width: 100%;
    align-items: center;
}
.esquina-izquierda{
    border-bottom: 2px solid #686868;
    border-left: 2px solid #686868;
    width: 15px;
    height: 15px;
    position: relative;
    bottom: 5px;

}
.esquina-derecha{
    border-bottom: 2px solid #686868;
    border-right: 2px solid #686868;
    width: 15px;
    height: 15px;
    position: relative;
    bottom: 19px;
    float: right;
}
.esquina-izquierda-arriba{
    border-top: 2px solid #686868;
    border-left: 2px solid #686868;
    width: 15px;
    height: 15px;
    position: relative;
    top: 8px;

}
.esquina-derecha-arriba{
    border-top: 2px solid #686868;
    border-right: 2px solid #686868;
    width: 15px;
    height: 15px;
    position: relative;
    bottom: 6px;
    float: right;
}
.separator{
    width: 85%;
    border-bottom: 1px dashed black;
    height: 10px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
/* //// */
.marcas-container{
    text-align: center;
    margin: 60px 0px 130px 0px;
}
.marcas-container h2{
    margin-bottom: 30px;
    padding: 35px 0px;
    color: #737373;
    font-size: 26px;
}
.section-marcas{
    display: flex;
    max-width: 500px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
}
.section-marcas a{
    transition: all .8s;
}
.section-marcas img{
    width: 150px;
    object-fit: contain;
    margin: 20px 0px;
}
.yellow-sepatator-container{
    width: 77%;
    margin: auto;
}

/* ///// */
.copyright{
    background-color: #737373;
    height: 60px;
    font-size: 12px;
}
.section-copyright{
    display: flex;
    width: 77%;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    margin: auto;
}
.section-copyright p{
    color: white;
    font-weight: 400;
    margin: 0;
}
.btn-services{
    color: white;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 15px 15px 15px 15px;
    padding: 6px 12px 6px 12px;
    text-transform: uppercase;
}
.btn-services:hover{
    background-color: #ffed00;
    border: 1px solid #ffed00;
    color: #00ae41;
    text-decoration: none;
    transition: all .3s;
}

@media(max-width:1150px){
    .section-noticias{
        width: 95%;
    }
}
@media(max-width:980px){
    .navbar-nav{
        background-color: white;
    }
    .nav-item{
        background-color: #f3f5f9;
        display: flex;
        justify-content: center;
    }
    .nav-link{
        color: #494c4f;
    }
    .banner{
      /*  background-image: url("/img/banner-tablet-home.jpg");*/
	background-position: right bottom;
        background-size: 1000px auto;
    }
    .banner-title{
        font-size: 52px;
    }
    .banner-subtitle{
        font-size: 20px;
    }
    .banner-subtitle, .banner-title{
        text-align: center;
        max-width: 600px;
        margin: auto;
    }
    .banner-title{
        color: #33ae3e;
        font-size: 38px;
    }
    .banner-subtitle{
        font-size: 18px;
        font-weight: 600;
    }
    .banner-txt {
        position: relative;
        top: 6%;
        left: 0;
    }
    .btn-banner{
        margin: 40px auto;
        text-align: center;
        display: flex;
        justify-content: center;
        width: 180px;
    }
    .noticia-title{
        font-size: 22px;
    }
    .section-noticias {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
    }
    .section-marcas {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        margin: auto;
        flex-direction: column;
    }
    .yellow-sepatator-container {
        width: unset;
        margin: auto;
    }
    .footer-brands {
        display: flex;
        padding: 50px 0px;
        flex-direction: column;
        align-items: center;
    }
    .footer-info{
        width: 100%;
        height: 100%!important;
        margin: auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-title{
        margin-top: 60px;
    }
    .footer-description p {
        margin-bottom: 30px;
    }
    .footer-brands a img{
        margin: 20px 0px;
    }
    .section-copyright {
        display: flex;
        align-items: center;
        justify-content: space-around;
        height: 130px;
        margin: auto;
        flex-direction: column;
        max-width: 260px;
        text-align: center;
        padding: 10px 0px;
    }
    .copyright{
        height: 130px;
    }
}
@media(max-width:600px){
    .banner{
        background-image: url("/img/new-banner-desktop-home.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center bottom;
    }
}


/* //vista equipo/// */
.banner-team{
    background-image: url("/img/Equipo-Verde-Valle.jpg");
    height: calc(100vh - 116px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner-team .banner-txt{
    left: 12%;
}
.banner-team-title{
    color: #00ae41;
    /* font-family: "Montserrat",Sans-serif; */
    font-size: 72px;
    font-weight: 800;
    line-height: 1em;
}
.banner-team-title-second{
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
}
.banner-team-subtitle{
    font-size: 16px;
    font-weight: 400;
    max-width: 530px;
    line-height: 24px;
    margin: 30px 0px;
    word-spacing: 4px;
    color: #212529;
}
/* /// */
.linkedin-info{
    background-color: #ffed00;
    max-width: 500px;
    height: 380px;
    padding: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 50px auto;
}
.fa-linkedin{
    font-size: 50px;
    color: #00ae41;
}
.linkedin-title{
    font-size: 30px;
    color: #00ae41;
    font-weight: 600;
    position: relative;
    top: -14px;
}
.lkd-link:hover{
    text-decoration: none;
}
.linkedin-subtitle{
    color: #737373;
}
.btn-perfil-linkedin, .btn-cotizacion{
    background-color: #00ae41;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    border-radius: 15px 15px 15px 15px;
    padding: 8px 30px 8px 30px;
    display: inline-block;
    transition: all .6s;
    width: 165px;
}
.btn-perfil-linkedin:hover{
    color: white;
    text-decoration: none;
    background-color: #0a8638;
}
@media (max-width:1100px){
    .banner-team-subtitle{
        max-width: 450px;
    }
}
@media (min-width:1000px) and (max-width:1510px){
    .banner-team .banner-txt {
        left: 3%;
    }
}
/* ////// */
.reclutamiento-fraudulento{
    background-color: #00ae41;
    color: white;
    width: 68%;
    height: 600px;
    display: flex;
    justify-content: center;
    margin: 60px auto 0px auto;
}
.reclutamiento-f-txt{
    width: 50%;
    padding: 60px;
    min-width: 477px;
}
.reclutamiento-f-txt h2{
    font-weight: 700;
    font-size: 22px;
}
.reclutamiento-f-txt p{
    font-weight: 400;
    padding: 20px 0px 20px 0px;
    max-width: 460px;
}
.reclutamiento-f-txt-bold{
    font-weight: 600;
}
.reclutamiento-f-img{
    background-image: url("/img/VerdeValle-equipo-unete.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    background-position: bottom center;

}
/* ////// */
.victima-rf{
    height: 400px;
    width: 73%;
    margin: 0px auto 60px;
    background-color: #f3f5f9;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.victima-rf-title{
    text-align: center;
    font-size: 22px;
    color: #737373;
    padding: 70px 0px 40px 0px;
    font-weight: 700;
}
.victima-rf ul{
    width: 80%;
    margin: auto;
    color: #737373;
}
/* //// */
.karla-covarrubias{
    background-image: url("/img/VerdeValle-equipo-Karla.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 700px;
    display: flex;
    align-items: center;
    padding-left: 80px;
    font-weight: 400;
    background-position: center center;
}
.karla-txt{
    color: white;
    max-width: 380px;
    margin-left: 80px;
}
.karla-phrase{
    font-size: 22px;
    margin-bottom: 1.6em;
    font-weight: 400;
}
.karla-name{
    text-align: right;

}
.karla-name p{
    margin-bottom: 0px;
}
@media(max-width:1200px){
    .reclutamiento-fraudulento{
        flex-direction: column;
        width: 100%;
        height: auto;
        background-color: #00ae41;
        display: flex;
        justify-content: center;
        margin: 60px auto 0px auto;
    }
    .reclutamiento-f-txt, .reclutamiento-f-img{
        width: 100%;
    }
    .reclutamiento-f-img{
        height: 500px;
        background-size: cover;
    }
    .victima-rf {
        height: auto;
        width: 100%;
        padding-bottom: 20px;
    }
    .reclutamiento-f-txt h2{
        text-align: center;
    }
    .reclutamiento-f-txt p{
        margin: auto;
    }
}
@media(max-width:400px){
    .navbar{
        height: 100%;
    }
    .logo-img {
        width: 114px;
        margin: 10px 0px;
    }

}
@media(max-width:576px){
    .reclutamiento-f-txt {
        min-width: 200px;
    }
    .navbar{
        height: 100%;
    }
}
@media(max-width:768px){
    .icon-flag, .icon-search{
        display: none;
    }
    .noticia{
        width: 100%;
    }
    .section-noticias{
        width: 100%;
    }
    .footer-separator{
        display: none;
    }
}
/* ///contacto */
.contacto{
    text-align: center;
}
.title-contacto{
    color: #00ae41;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 70px auto 40px 0px;
}
.contacto-info{
    max-width: 500px;
    text-align: center;
    margin: 0px auto 70px auto;
    color: #737373;
    font-weight: 400;
}
.contacto-img{
    text-align: center;
}
.form-contacto{
    width: 650px;
    margin: 100px auto;
}
input[type=text]{
    width: 300px;
    height: 47px;
    margin: 8px 10px;
    color: #73737385;
}
input[type=text],input[type=email], textarea, select{
    color:#73737385!important;
    border-radius: 9px;
    border: 1px solid #737373;
    box-shadow: none;
    padding: 12px;
}
::placeholder{
    color:#73737385!important;
}
.checkbox-options{
    width: 100%;
    text-align: left;
    padding-left: 12px;
    margin-bottom: 20px;
}
.checkbox-options label{
    color:#737373;
}
textarea, select{
    margin: 8px 10px;
    width: 626px;
}
.input-adress{
    width: 626px;
}
form{
    text-align: center;
}
form a{
    color:#00ae41;
}
.aviso-privacidad:hover{
    color: #0a8638;
    text-decoration: none;
}
.btn-enviar{
    background-color: #00ae41;
    color: white;
    font-size: 15px;
    border-radius: 15px;
    padding: 10px 30px;
    font-weight: 600;
    transition: all .3s;
}
.btn-enviar:hover{
    box-shadow: 4px 4px 10px 0 rgb(8 11 62 / 10%);
    text-decoration: none;
    color: white;
    transition: all .3s;
    background-color: #0a8638;
}
@media(max-width:900px){
    input[type=text], input[type=email], textarea, select{
        width: 80%;
    }
    .form-contacto{
        width: 100%;
    }
}
/* //FOOTER// */
.footer{
    background-color: #f3f5f9;
    padding: 40px 0px;
    color: #737373;
}
.footer-info{
    width: 80%;
    height: 180px;
    margin: auto;
    display: flex;
    justify-content: space-around;
}
.footer-brands{
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin: auto;
    padding: 50px 0px;
}
.footer-brands img{
    filter: grayscale(100%);
    opacity: 0.66;
    width: 110px;
    object-fit: contain;
    transition: all .8s;
    margin: 0px 15px;
}
.footer-brands a img:hover, .section-marcas a:hover{
    filter: none;
    opacity: 1;
    transform: translate(0, -8px);
    transition: all .8s;

}
.footer-description{
    max-width: 400px;
    margin-right: 10px;
}
.footer ul{
    list-style: none;
}
.footer ul li{
    margin: 6px 0px;
}
.footer a{
    text-decoration: none;
    color: #737373;
}
.footer-title{
    font-weight: 600;
    font-size: 14px;
}
.footer a:hover{
    color: #00ae41;
}
.footer-links{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-links-2{
    display: flex;
    align-items: end;
}
.icons-footer{
    font-size: 30px;
    margin: 0px 10px;
    color: gray;
    transition: all .3s;
}
.socialmedia-container{
    margin-top: 35px;
}
.icons-footer:hover{
    color: #00ae41;
    transition: all .3s;
}
.footer .focus-link{
    color: #00ae41;
}
@media (min-width: 992px){
    .navbar-expand-lg{
        justify-content: center;
    }
    .navbar-collapse{
        height: 100%;
    }
    .responsables-txt{
        font-weight: 900;
        font-size: 72px
    }
}
.icons-mobile{
    display: none;
}
.banner-team-mobile{
    display: none;
}
.banner-team{
    display: block;
}
.karla-covarrubias-mobile{
    display: none;
}
@media (max-width: 992px){
   .menu-container{
    width: 90%;
    justify-content: space-between;
}
.icon-flag, .icon-search{
    display: none;
}
.icons-mobile{
    display: flex;
    align-items: center;
}
.search-icon-mobile{
    border: 1px solid #737373;
    color: #737373;
    border-radius: 15px;
    width: 33px;
    height: 33px;
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-icon-mobile:hover{
    border: 1px solid #00ae41;
    color: #00ae41;
    text-decoration: none;
}
.karla-covarrubias{
    display: none!important;
}
.karla-covarrubias-mobile{
    display: block;
}
.banner-team-mobile{
    display: block;
}
.karla-txt-mobile{
    background-color: #00ae41;
    color: white;
    height: 300px;
}
.karla-covarrubias-mobile img{
    width: 100%;
    object-fit: contain;
}
.banner-team-mobile-title{
    color: #00ae41;
    /* font-family: "Montserrat",Sans-serif; */
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    margin-top: 40px;
}
.karla-txt-mobile{
    padding: 25px;
}
.karla-phrase-mobile{
    font-size: 18px;
    max-width: 400px;
    margin: auto;
    font-weight: 100;
}
.banner-team-mobile-title-second{
    font-weight: 500;
    font-size: 30px;
    text-align: center;
}
.banner-team-mobile-subtitle{
    font-size: 16px;
    font-weight: 400;
    max-width: 530px;
    line-height: 24px;
    margin: 30px auto;
    word-spacing: 4px;
    color: #212529;
}
.img-banner-team-mobile{
    width: 100%;
    object-fit: cover;
}
.banner-team{
    display: none;
}
}
/* .navbar-collapse, .menu-container{
    flex-grow: 0!important;
} */
button:focus {
    outline: 1px solid transparent;
}

/* vista conocenos */
.banner-conocenos{
    background-image: url("/img/banner-conocenos.jpg");
    height: 80vh;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.banner-conocenos-txt{
    position: relative;
    top: 31%;
    left: 10%;
    max-width: 835px;
}
.txt-shadow .banner-title{
    text-shadow: 3px 3px 10px rgb(15 16 87 / 49%);

}
.intro-conocenos{
   background-color: white;
   padding: 5% 50px;
   /*height: 70vh;*/
}
.intro-conocenos h3{
    max-width: 775px;
    margin: 30px auto;
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
    color: #737373;
    letter-spacing: 1px;
}
.concenos-smalllogo{
    width: 90px;
    object-fit: contain;
    margin: 5px;
}
.concenos-mediumlogo{
    width: 160px;
    object-fit: contain;
    margin: 5px;
}
.mision-conocenos{
    width: 100%;
    display: flex;
}
.mision-txt h3{
    margin-bottom: 25px;
}
.mision-border{
    padding-bottom: 25px;
    border-style: dotted;
    border-width: 0 0 1px 0;
    border-color: #737373;
}
.img-conocenos{
    background-size: cover;
    width: 50%;
}
.mision-img{
    background-image: url("/img/plant-conocenos.jpg");
    height: 570px;
}
.valores-img{
    background-image: url("/img/celebration-conocenos.jpg");
    height: 450px;
}
.mision-txt{
    background-color: #ffed00;
    padding: 50px;
    height: 570px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mision-txt h3, .valores-txt h3{
    font-weight: 800;
}
.mision-txt p{
    font-weight: 400;
}
.valores-txt h3{
    margin-bottom: 25px;
}
.mision-txt div{
    width: 440px;
    margin: 10px 40px;
    color: #737373;
}
.valores-conocenos{
    width: 100%;
    display: flex;
}
.valores-txt{
    width: 50%;
    color: #737373;
    padding: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.valores-txt ul{
    margin-left: 20px;
}
.valores-txt ul li{
    list-style: disc inside;
}

.politica-calidad{
    background-color: #f3f5f9;
    padding: 70px;
    font-weight: 100;
}
.politica-calidad h2{
    text-align: center;
    margin: 30px 0px 60px 0px;
    color: #00ae41;
    font-weight: 700;
}
.politica-calidad-txt{
    max-width: 730px;
    margin: auto;
    font-weight: 400;
    color: #737373;
}
.politica-calidad p{
    margin-bottom: 30px;
}
.politica-calidad b{
    font-weight: 700;
}
.politica-calidad ul{
    margin-left: 45px;
}

@media screen and (max-width: 768px) {
    .verdevalleLogos {
        width: 100%;
    }
}

/* impacto */
.nuestro-impacto-backgroud {
    display: block;
    background-image: url('https://www.verdevalle.com/img/impacto/Impacto-Verde-Valle.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    height: 640px;
}

.nuestro-impacto p{
    color: white;
    font-size: 60px;
    /* font-family: 'Montserrat',Sans-serif; */
    line-height: 1em;
    font-weight: 500;
}
.impacto-divider h2{
    color: #737373;
    /* font-family: "Montserrat",Sans-serif; */
    font-size: 22px;
    font-weight: 600;
    line-height: 1em;
    font-weight: 500;
}
.impacto-divider{
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center
}
.nuestro-impacto{
    width: 150px;
    position: relative;
    top: 18%;
    left: 26%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.impacto-txt{
    display: flex;
    justify-content: center;
    width: 86%;
    margin: auto;
    font-weight: 300;
    margin: 0px auto 80px;
}
.container-impacto{
    max-width: 752px;
    color: #737373
}
.impacto-description1{
    line-height: 33px;
    font-size: 22px;
}
.impacto-description2{
    line-height: 27px;
    font-size: 18px;
}
.map-img-impacto{
    width: 100%;
    min-width: 300px;
    max-width: 360px;
}
.green-font{
    font-weight: 400;
    color: #00ae41;
}
.big-font{
    font-size: 28px;
}
.medium-font{
    font-size: 23px;
}
.small-font{
    font-size: 18px;
}
.banner-mobile-impacto{
    color: #00ae41;
    font-size: 32px;
    text-align: center;
    font-weight: 600;
}
.responsables-txt-mobile{
    display: block;
    font-weight: 800;

}
.banner-mobile-impacto p{
    line-height: 32px;
    margin: 40px 5px 20px 5px;
}
@media(max-width:992px){
    .d-block{
        display: flex!important;
    }
    .banner-conocenos-txt{
        left: unset;
    }
    .banner-conocenos .banner-title{
        color: white;
        font-size: 45px;
    }
    .intro-conocenos h3{
        width: 98%;
        font-size: 18px;
    }
    .intro-conocenos{
        padding: 10px;
    }
    .mision-conocenos{
        display: flex;
        flex-direction: column;
    }
    .valores-conocenos{
        display: flex;
        flex-direction: column-reverse;
    }
    .mision-img{
        height: 300px;
    }
    .mision-txt{
        height: 100%;
        padding: 30px 15px;
    }
    .img-conocenos, .mision-txt, .valores-txt{
        width: 100%;
    }
    .valores-txt, .politica-calidad{
        padding: 30px;
    }
    .mision-txt div{
        width: 90%;
    }
    .politica-calidad h2{
        font-size: 24px;
    }
    .nuestro-impacto p{
        font-size: 48px;
        font-weight: 500;
    }
    .nuestro-impacto{
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        max-width: 500px;
    }
    .impacto-txt{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .container-impacto{
        padding: 20px;
    }
    .container-impacto p{
        font-size: 18px;
    }
}
.banner-mobile-impacto-image{
    width: 100%;
    object-fit: contain;
}
.nuestro-impacto-backgroud, .banner-nuestras-marcas{
    display: block;
}
.banner-mobile-impacto{
    display: none;
}

/* nuestras marcas */
.banner-marcas-mobile{
    width: 100%;
    display: none;
}
.banner-nuestras-marcas h2{
    font-size: 50px;
    color: #00ae41;
    text-align: center;
    padding-top: 45px;
    line-height: 53px;
}
.banner-nuestras-marcas span{
    font-size: 60px;
    font-weight: 800;
    display: block;
}
.banner-nuestras-marcas{
    display: block;
    background-image: url("/img/banner-marcas.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    height: 550px;
    margin-bottom: 100px;
}
.banner-marcas-mobile h2{
    font-size: 35px;
    text-align: center;
    color: #00ae41;
    margin-top: 35px;
}
.banner-marcas-mobile span{
    font-weight: 800;
    display: block;
}
.productos img{
    /* width: 250px;
    object-fit: contain;
    height: 200px; */
}
.productos{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 20px;
}
.product-img1{
    width: 278px;
    object-fit: contain;
    height: 210px;
}
.product-img2{
    width: 200px;
    margin-top: 15px;
    object-fit: contain;
    height: 165px;
}
.productos p{
    text-align: center;
    font-weight: 700;
    color: #737373;
    margin-top: 20px;
    font-size: 18px;
}
.productos-container{
    display: flex;
}
.btn-cotizacion{
    width: 270px;
}
.btn-cotizacion:hover{
    color: white;
    text-decoration: none;
}
.publicity-txt h2{
    color: #737373;
    max-width: 375px;
    text-align: center;
    font-size: 28px;
}
.publicity-txt div{
    text-align: center;
    margin-top: 25px;
}
.yellow-publicity{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #ffed00;
    height: 360px;
    margin-bottom: 22px;
}
.brand{
    max-width: 350px;
    height: 620px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.brand-name{
    color: #737373;
    text-decoration: none;
    margin-top: 30px;
    font-weight: 800;
}
.brand img{
    width: 160px;
    margin: 20px auto;
    height: 90px;
}
.brand p{
    color: #737373;
    font-weight: 300;
}
.brand .brand-name{
    font-weight: 700;
}
@media(max-width:800px){
    .nuestro-impacto-backgroud, .banner-nuestras-marcas{
        display: none;
    }
    .banner-mobile-impacto, .banner-marcas-mobile{
        display: block;
    }
    .impacto-divider h2{
        font-size: 35px;
    }
    .yellow-publicity, .productos-container{
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 30px 10px;
    }
}
/* aviso de privacidad */
.privacidad-subtitles, .aviso-de-privacidad a, .aviso-de-privacidad h2{
    color: #00ae41;
}
.aviso-de-privacidad h2{
    font-weight: 700;
    margin: 50px 0px 30px 0px;
    font-size: 30px;
}
.aviso-de-privacidad{
    max-width: 650px;
    color: #737373;
    margin: 80px 0px 0px 50px;
}
.privacidad-subtitles{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}
.aviso-de-privacidad p{
    margin-bottom: 27px;
    font-weight: 100;
}
.aviso-de-privacidad .bold-txt{
    font-weight: 700;
}
.aviso-de-privacidad ol{
    font-weight: 100;
    padding-left: 40px;
}
.container-privacidad{
    width: 70%;
    margin: auto;
}
@media(max-width:992px){
    .container-privacidad{
        width: 100%;
        margin: auto;
    }
    .aviso-de-privacidad{
        max-width: 90%;
    }
    .aviso-de-privacidad{
        margin: 20px;
    }
    .aviso-de-privacidad h2{
        font-size: 22px;
    }
}
.fa-instagram, .fa-facebook-square {
    color: #737373;
    font-size: 30px;
    margin: 0px 5px;
    transition: all .3s;
    margin-top: 20px;
}
.brands {
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: space-evenly;
    width: 85%;
    flex-wrap: wrap;
    margin: 30px auto;
    max-width: 800px;
}
.socialmedia-logos{
    height: 100px;
}
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.7); /* Black with a little bit see-through */
  }

  /* The content */
  .overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
  }

  /* Close button */
  .overlay .closebtn {
    position: absolute;
    right: 1.5rem;
    font-size: 2.5rem;
    cursor: pointer;
    color: white;
  }

  .overlay .closebtn:hover {
    color: #ccc;
  }

  /* Style the search field */
  .overlay input[type=text] {
    font-size: 17px;
    float: left;
    width: 100%;
    background: transparent;
    outline: 0;
    border-width: 0 0 2px;
    border-color: white;
    border-radius: 0px !important;
  }



  /* Style the submit button */
  .overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
  }

  .overlay button:hover {
    background: #bbb;
  }
  /* servicios */
.servicios-container{
    /* width: 98%; */
    display: flex;
    justify-content: center;
    margin: auto;
    flex-wrap: wrap;
    margin: 30px 0px;
}

/* .servicio-img-container{
     position: relative;
} */
/* .servicio img{
    width: 100%;
    object-fit: cover;
    height: 300px;
    opacity: .6;
} */

/* .image-servicio{
    background-size: cover;
    height: 360px;
    width: 420px;
    background-repeat: no-repeat;
    opacity: .4;
    display: flex;
} */
.servicio1{
    background-image: url("/img/servicios1.jpg");
    background-position: top right;
}
.servicio2{
    background-image: url("/img/servicios2.jpg");
}
.servicio3{
    background-image: url("/img/servicios3.jpg");
}
.servicios-brands{
    background-color: #f3f5f9;
    opacity: .7;
}
.servicio-brand{
    padding: 40px 20px;
}
.servicio-brand, .servicio-brand h2{
    text-align: center;
    font-weight: 700;
    transition: all .3s;
    font-size: 24px;
}
.servicio-brand svg:hover, .servicio-brand h2:hover{
    color: green;
    fill: green;
    transition: all .3s;
}
.servicio-brand a{
    text-decoration: none;
    color: #212529;
}

@media(max-width:992px){
    .servicios-container, .servicio, .image-servicio{
        width: 100%;
        max-width: 100%;
        margin: 0px;
    }
    .image-servicio{
        object-fit: cover;
    }
}
/* .image-servicio.servicio1{
    overflow: hidden;
    position: relative;
}

.image-servicio:after {
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background-color:#00ae41;
    opacity:.6;
    z-index:-1;
}

.image-servicio h2{
    color: white;
    font-size: 30px;
    margin: auto;
    text-align: center;
    width: 322px;
    font-weight: 700;
    z-index:99;
    position: relative;
} */
.servicio{
    background-color: #f3f5f9;
    /* width: 420px;  */
    width: 28%;
    margin: 15px;
    min-width: 250px;
    z-index: -1;
}
@media(max-width:992px){
    .servicio{
        width: 100%;
        margin: 0;
    }
    .servicios-container{
        display: flex;
        flex-direction: column;
    }
    .servicio-brand h2{
        font-size: 35px;
    }

}

.img-container{
    /* background-image: url(https://www.verdevalle.com/wp-content/uploads/2020/11/Verde-Valle-mision-vision.jpg); */
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 330px;
    /* width: 500px; */
    position: relative;
    z-index: -1;
}
.image-servicio{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.servicio-title{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.servicio-title:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00ae41;
     opacity: .6;
}
.servicio-title h2{
    text-align: center;
    color: white;
    font-weight: 700;
    position: relative;
    z-index: 99;
    opacity: 1;
}
.servicio{
    background-color: #f3f5f9;
    z-index: 1;
}
.nav-item a{
    font-weight: 500;
    height: 113px;
}
.icon-flag a, .icon-search a{
    height: unset;
}
.icon-search:hover{
    cursor: pointer;
}
/* ventas mayoreo */
.ventasmayoreo-comofunciona{
    display: flex;    
    margin: 90px auto;
    justify-content: center;
}
.comofuncion-title{
    text-align: center;
    margin-bottom: 30px;
    font-family: "Montserrat",Sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1em;
    text-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
.ventasmayoreo-formtitle{
    font-weight: 700;
    font-size: 32px;
    color: #00ae41;
    text-align: center;
}
.ventasmayoreo-formsubtitle{
    text-align: center;
    max-width: 50%;
    margin: auto;
    color: #737373;
}
.comofunciona-txt{
    color: #737373;
    display: flex;
    flex-direction: column;
    padding: 0 5rem;
    margin: 0 2rem;
}
.vm-separator{
    width: 100%;
    background-color: #ffed00;
    height: 12px;
    margin: 40px 0px;
}
.ventasmaryoreo-img{
    background-image: url(/img/computadora-ventasmayoreo.png);
    width: 570px;
    height: 410px;
    background-size: contain;
    background-repeat: no-repeat;
}
.vm-banner{
    background-image: url("/img/banner-ventas-mayoreo.jpg");
    height: calc(100vh - 116px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 150px 0px 250px;
}
.banner-vm-txt{
    max-width: 550px;
    /* position: relative;
    top: 14%;
    left: 7%;
    max-width: 600px; */
}
.btn-vm-container{
    text-align: center;
}
@media(max-width:1000px){
    .ventasmayoreo-formsubtitle{
        max-width: 90%;
    }
    .form-contacto{
        margin: 40px auto;
    }
    .ventasmayoreo-comofunciona{
        flex-direction: column;
        align-items: center;
    }
    .ventasmaryoreo-img{
        width: 80%;
    }
    .btn-vm-container .btn-banner{
        width: 290px;
    }
    .banner-vm-txt{
        left: unset;
        max-width: unset;
    }
}
.links-legal{
    justify-content: unset;
}

@media screen and (max-width: 500px) {
    .navbar-light .navbar-nav .nav-link{
        font-size: 1.5rem;
        height: 5rem
    }
}

@media screen and (max-width: 600px) {
    .expanded .fraude-txt{
        border-right: 0px;
    }
    #more-info{
        display: none !important;
    }
}
