/*PRIMERA SECCION*/
.sect-servicios{
    background-image: url(../../../../public/img/servicios/banner1.jpg); 
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
}
.sect-servicios::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}
.height{
    height: 100%;
}
.align-items-center{
    align-items: center;
}
.servicios-text1{
    font-weight: 700;
    font-style: normal;
    color: #1ec8f3;
    font-size: 32px;
    margin: 0px 0px 20px 0px;
    letter-spacing: 0px;
}

.servicios-text2{
    font-weight: 700;
    font-style: normal;
    color: #1ec8f3;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: 0px;
}

.servicios-text3{
    font-weight: 700;
    font-style: normal;
    color: #1ec8f3;
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: 0px;
}

@media(max-width: 539px){
    .servicios-text1{
        font-size: 20px;
    }
    .servicios-text2{
        font-size: 30px;
    }
}
/*TERCERA SECCION*/
.sect-nosotros3{
    background-image: url(../../../img/fondo/fondo2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: left center;
    padding: 50px 0px;
}
.contenedor-coach{
    display: flex;
    flex-flow: column wrap;
    width: 100%;
    padding-bottom: 30px;
    
}
.contenedor-coach-imagen{
    width: 100%;
    height: 320px
}
.contenedor-coach-texto{
    width: 100%;
    padding: 20px;
    background-image: url(../../../../public/img/nosotros/pared-amarilla.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contenedor-coach-texto a{
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    padding: 12px;
    font-size: 14px;
    border: 2px solid;
    display: block;
    width: 100%;
    max-width: 160px;
}
.contenedor-coach-texto a:hover{
    color: #ffffff;
    background-color: #1b232e;
    border-color: #1b232e;
    text-decoration: none;
}
.coach-text2{
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    font-size: 25px;
    cursor: pointer;
    text-align: center;
}
.coach-text2:hover{
    color: #000000;
}
.coach-text3{
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0px;
    text-align: center;
}

@media(max-width: 1199px){
    .coach-text2 {
        font-size: 20px;
    }
    .coach-text3 {
        font-size: 13px;
    }
}


@media(max-width: 576px)
{
    .contenedor-coach-texto
    {
        height: inherit;
    }
}