/*PRIMERA SECCION*/
.sect-nosotros{
    background-image: url(../../../../public/img/nosotros/fondo-nosotros.jpg); 
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
}
.sect-nosotros:before{
    background: #000000;
    opacity: 0.7;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
}
.height{
    height: 100%;
}
.align-items-center{
    align-items: center;
}
.nosotros-text1{
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    font-size: 32px;
    margin: 0px;
    letter-spacing: 0px;
}
.nosotros-text2{
    font-weight: 700;
    font-style: normal;
    color: #82C341;
    font-size: 50px;
    line-height: 1.3;
    letter-spacing: 0px;
}
.nosotros-text3{
    font-weight: 500;
    font-style: normal;
    color: #FFF;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0px;
}
@media(max-width: 539px){
    .nosotros-text1{
        font-size: 20px;
    }
    .nosotros-text2{
        font-size: 30px;
    }
    .nosotros-text3{
        font-size: 15px;
    }
}
/*INFO NOSOTROS*/
.info-nosotros{

}

/*SEGUNDA SECCION*/
.sect-nosotros2{
    background-image: url(../../../../public/img/nosotros/pared-amarilla.jpg); 
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}
.nosotros-title1{
    font-weight: 700;
    font-style: normal;
    color: #000000;
    font-size: 32px;
    margin: 0px;
    letter-spacing: 0px;
    padding-bottom: 20px;
    text-align: center;
}
.nosotros-title2{
    position: relative;
    padding-bottom: 10px;
}
.nosotros-title2 h3{
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2em;
    align-self: center;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    margin: 0px;
    transform: translate(0px,-40px);
}
/*TERCERA SECCION*/
.sect-nosotros3{
    background-color: #004C25;
    padding: 50px 0px;
}
.nosotros-title3{
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 42px;
    margin: 0px;
    letter-spacing: 0px;
    padding-bottom: 20px;
    text-align: center;
}
.contenedor-coach{
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    padding-bottom: 30px;
}
.contenedor-coach-imagen{
    width: 40%;
}
.contenedor-coach-texto{
    width: 60%;
    padding: 20px;
    background-color: #fff;
}
.coach-text1{
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    font-size: 18px;
}
.coach-text2{
    font-weight: 700;
    font-style: normal;
    color: #82C341;
    font-size: 35px;
}
.coach-text3{
    font-weight: 500;
    font-style: normal;
    color: #004C25;
    font-size: 17.5px;
    line-height: 1.4;
    letter-spacing: 0px;
}
.coach-redes-ul{
    padding: 0px;
}
.coach-redes{
    background-color: #004C25;
    border-radius: 50%;
    color: #82C341;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    transition: 0.3s;
    margin: 0px 10px 0px 0px;
}
.coach-redes:hover{
    background-color: #82C341;
    transition: 0.3s;
}
.coach-redes a{
    display: block;
}
.coach-redes a i{
    color: #82C341;
    font-size: 16px;
}
.coach-redes:hover a i{
    color: #004C25;
    font-size: 16px;
    transition: 0.3s;
}
@media(max-width:1600px){
    .coach-text3{
        font-size: 15px;
    }
    .coach-redes-ul{
        margin: 0px;
    }
}
@media(max-width:1400px){
    .coach-text2{
        font-size: 30px;
    }
    .coach-redes-ul{
        margin: 0px;
    }
    .contenedor-coach-imagen>img{
        height: 100%;
        background-position-x: 50%;
    }
}
@media(max-width: 1199px){
    .nosotros{
        display: block !important;
    }
    .col-lg-6{
        max-width: 90%;
        margin: auto;
        flex: 0 0 80%;
    }
    .coach-text2 {
        font-size: 40px;
    }
    .coach-text1 {
        font-size: 14px;
    }
    .coach-text3 {
        font-size: 17px;
    }
}
@media(max-width: 767px){
    .contenedor-coach-imagen {
        width: 100%;
    }
    .contenedor-coach-texto {
        width: 100%;
    }
}

/*------------------------*/
.info-nosotros{
    width: 100%;
}
.info-text{
    text-align: center;
    color: #82C341;
    padding-top: 40px;
}
.text-nosotros{
    font-size: 40px;
    font-weight: 700;
}
.divisor-100{
    width: 95%;
    margin: auto;
    display: flex;
}
.divisor-50{
    width: 33%;
    display: flex;
}   
.divisor-50-50{
    width: 66%;
    display: flex;
}  
.img-DGA{
    width: 100%;
    margin: auto;
    display: flex;
}
.text-parrafo{
    padding: 30px;
    font-size: 20px;
    color: #000000;
    align-items: center;
    justify-content: center;
    display: flex;
}
@media(max-width:1200px){
    .divisor-100{
        display: block;
    }
    .divisor-50{
        width: 100%;
    }
    .divisor-50-50{
        width: 100%;
    }
    .img-DGA{
        width: 50%;
    }
}
/*------EMPRESAS----------*/

.empresas{
    width: 100%;
}
.title_content{
    text-align: center;
    color: #004C25;
    padding-top: 70px;
    padding-bottom: 50px;
}
.title{
    font-size: 40px;
}
.content_empresas{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: 1fr;
    grid-gap: 40px;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
}
.empresas{
    width: 100%;
    margin: auto;
}
.empresas_img{
    width: 330px;
    margin: auto;
    display: flex;
}