/* about header wrapper */
.about-header-wrapper{
    background-image: url(../img/cabeceras/servicios.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 150px 20px;
}
.about-header-wrapper > .header{
    margin: auto;
    width: 50%;
    text-align: center;
    color: white;
}
.black-bg{
    background-color: black;
    padding: 20px;
}
.black-bg > .text{
    margin: auto;
    width: 50%;
    text-align: center;
    color: white;
}
/* about text wrapper 1 */
.about-text-wrapper{
    padding: 40px 30px;
    display: flex;
    justify-content: center;
}
.about-text-wrapper > .content{
    width: 70%;
}
.about-text-wrapper > .content .content-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    justify-content: center;
    padding: 40px 0px;
}
.about-text-wrapper > .content .content-grid > .sub-header-text > .sub-header{
   border-bottom: 2px solid #04d9ff;
   padding-bottom: 10px;
}
.about-text-wrapper > .content .content-grid > .sub-header-text > .icon img{
    width: 80px;
}
.about-text-wrapper > .content .content-grid > .sub-header-text > .icon{
    text-align: center;
}
/* about text wrapper 2 */
.about-text-wrapper2{
    padding: 40px 30px;
    display: flex;
    justify-content: center;
}
.about-text-wrapper2 > .content{
    width: 70%;
}
.about-text-wrapper2 > .content > .content-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
    justify-content: center;
    padding: 40px 0px;
}
.about-text-wrapper2 > .content .content-grid > .sub-header-text > .sub-header{
    border-bottom: 2px solid #04d9ff;
    padding-bottom: 10px;
}
.about-text-wrapper2 > .content > .content-grid > .sub-header-text > .icon img{
    width: 80px;
}
.about-text-wrapper2 > .content > .content-grid > .sub-header-text > .icon{
    text-align: center;
}
/* about text wrapper 3 */
.about-text-wrapper3{
    padding: 40px 30px;
    display: flex;
    justify-content: center;
}
.about-text-wrapper3 > .content{
    width: 70%;
}
.about-text-wrapper3 > .content .sub-header-text .list-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
    justify-content: center;
    padding: 40px 0px;
}
.title{
    text-align: center;
    color: #04d9ff;
}
/* mediaquery nosotros */
@media (max-width:1090px){
    .about-text-wrapper{
        padding: 20px 30px;
    }    
    .about-header-wrapper > .header{
        width: 80%;
    }
    .about-text-wrapper > .content{
        width: 100%;
    }
    .about-text-wrapper2{
        padding: 20px 30px;
    } 
    .about-text-wrapper2 > .content{
        width: 100%;
    }
    .about-text-wrapper3{
        padding: 20px 30px;
    } 
    .about-text-wrapper3 > .content{
        width: 100%;
    }
    .black-bg > .text{
        width: 80%;
    }
}
@media (max-width:915px){
    .about-text-wrapper > .content > .content-grid{
        display: block;
    }
    .about-text-wrapper > .content > .content-grid > .sub-header-text{
        padding: 0 0 30px 0;
    }
    .about-text-wrapper > .content > .content-grid > .sub-header-text > .sub-header{
        text-align: center;
    }
    .about-text-wrapper2 > .content > .content-grid{
        display: block;
    }
    .about-text-wrapper2 > .content > .content-grid > .sub-header-text{
        padding: 0 0 30px 0;
    }
    .about-text-wrapper2 > .content > .content-grid > .sub-header-text > .sub-header{
        text-align: center;
    }
    .about-staff-wrapper{
        width: 90%;
        display: block;
    }
    .about-staff-wrapper > .staff-member > .staff-img img{
        border-radius: 15px;
        max-width: 250px;
        max-height: 250px;
    }
    .about-text-wrapper3 > .content .sub-header-text .list-grid{
        display: block;
    }
}
@media (max-width:415px){
    .about-staff-wrapper > .staff-member > .staff-img img{
        border-radius: 15px;
        max-width: 200px;
        max-height: 200px;
    }
}