/*PRIMERA SECCION*/
.sect-servicios{
    background-image: url(../../../../public/img/servicios/banner1.jpg); 
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
}
.sect-servicios:before{
    background: #000000;
    opacity: 0.6;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
}
.height{
    height: 100%;
}
.align-items-center{
    align-items: center;
}
.servicios-text1{
    font-weight: 700;
    font-style: normal;
    color: #82C341;
    font-size: 32px;
    margin: 0px;
    letter-spacing: 0px;
}
.servicios-text2{
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 50px;
    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(../../../../public/img/fondo/fondo.png); 
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding: 50px 0px;
}


.contenedor-coach{
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}
.contenedor-coach-imagen{
    width: 100%;
}
.contenedor-coach-imagen>img{
    height: 100%;
}
.contenedor-coach-texto{
    width: 100%;
    padding: 20px;
    /*background-image: url(../../../../public/img/nosotros/pared-amarilla.jpg);*/
    background-position: left center;
    background-color: #004C25;
    background-repeat: no-repeat;
    background-size: cover;
}
.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;
}
.coach-text2:hover{
    color: #82C341;
}
.coach-text3{
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0px;
}

@media(max-width: 1199px){
    .coach-text2 {
        font-size: 20px;
    }
    .coach-text3 {
        font-size: 13px;
    }
}
.content_mixitup .item2, .gap{
    margin: 20px 10px;
}