/*PRIMERA SECCION*/

body{
    overflow-x: hidden;
}

.sect-nosotros{
    background-image: url(../../../../public/img/nosotros/primera-nosotros.jpg); 
    background-position: center 15%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
}
.sect-nosotros::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.2;
}

.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: #1ec8f3;
    font-size: 50px;
    line-height: 1.3;
    letter-spacing: 0px;
}
.nosotros-text3{
    font-weight: 400;
    font-style: normal;
    color: white;
    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;
    }
}
/*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{
    padding-bottom: 10px;
    display:flex;
    flex-direction:column;
    gap:2rem;
    justify-content:center;
    text-align:center;
    align-items:center
}

.nosotros-title2 img{
    padding-bottom:30px
}

.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-image: url(../../../img/fondo/fondo_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: 30%;
    padding: 50px 0px;
}
.nosotros-title3{
    font-weight: 700;
    font-style: normal;
    color: #2189A1;
    font-size: 32px;
    margin: 0px;
    letter-spacing: 0px;
    padding-bottom: 20px;
    text-align: center;
}

.pofavo{
   
    flex-wrap:wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
    justify-content:center
}

.contenedor-coach{
    display: flex;
    flex-flow: column wrap;
    width:100%;
    padding-bottom: 30px;
    align-items: center;
    
}
.contenedor-coach-imagen{
    width: 60%;
}
.contenedor-coach-texto{
    width: 60%;
    padding: 20px;
    background-color: #33393e;
}
.coach-text1{
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    font-size: 18px;
}
.coach-text2{
    font-weight: 700;
    font-style: normal;
    color: #1ec8f3;
    font-size: 35px;
}
.coach-text3{
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0px;
}
.coach-redes-ul{
    padding: 0px;
}
.coach-redes{
    background-color: #51575b;
    color: #fbe23c;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0px 10px 0px 0px;
}
.coach-redes:hover{
    background-color: #fbe23c;
}
.coach-redes a{
    display: block;
}
.coach-redes a i{
    color: #fbe23c;
    font-size: 16px;
}
.coach-redes:hover a i{
    color: #000000;
    font-size: 16px;
}
@media(max-width: 1199px){
    .coach-text2 {
        font-size: 20px;
    }
    .coach-text1 {
        font-size: 14px;
    }
    .coach-text3 {
        font-size: 13px;
    }
}
@media(max-width: 767px){
    .contenedor-coach-imagen {
        width: 100%;
    }
    .contenedor-coach-texto {
        width: 100%;
    }
}

.valores{
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:1rem;
    
}

.valores div{
    text-align:center
}

.TEXT{
    font-weight: 600;
    font-size:30px;
    padding-bottom: 1rem
}

.valor{
    padding: 90px 0;
    color: black
}

.flex{
    display:grid;
    flex-direction:row;
    grid-template-columns: repeat(5, 1fr);
    align-items:center;
}

.uno{
    grid-column: 1/3;
  grid-row: 1;
}

.dos{
    grid-column: 3/5;
    grid-row: 1;
}

.tres{
    grid-column: 1/3;
    grid-row: 1;
}

@media(max-width: 992px)
{
    .nosotros-title2 h3
    {
        transform: translate(0);
    }
}

@media(max-width: 768px)
{
    .valores
    {
        flex-direction: column;
    }
}