@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400');

/**{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    font-family: 'Ubuntu', sans-serif;
    text-decoration: none;
}*/

/*main{*/
.contenedor-pilares{    
    width: 100%;
    /*max-width: 1200px;*/
    text-align: center;
    padding: 20px;
    /*padding-top: 50px;*/
    padding-bottom: 50px;
    /*position: relative;*/
    background-color: rgb(83, 83, 83);
    margin: auto;
    /*margin-top: 40px;
    margin-bottom: 40px;*/
}

.h1{
    position: relative;
    color: rgb(255, 255, 255);
}

.parrafo1{
    width: 100%;
    max-width: 800px;
    margin: auto;
    margin-top: 20px;
    /*position: relative;*/
    color: #c6c6c6;
    font-weight: 100;
}

.container-testimonials{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
    /*position: relative;*/
}

.testimonial{
    width: 340px;
    margin: 20px;
    background: rgb(117, 117, 117);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 5px black;
    margin-top: 50px;    
}

.photo-perfil1,
.photo-perfil2,
.photo-perfil3{
    margin: auto;
/*    width: 120px;
    height: 120px;*/
    width: 170px;
    height: 170px;
    background-size: cover;
    border-radius: 50%;
    /*border: 1px solid rgb(182, 182, 182);*/
    position: relative;
    /*top: -60px;*/
    top: -70px;
    box-shadow: 0px 0px 30px -6px black;
    z-index: 1;
}

.photo-perfil1{
    background-image: url(../img/pilares/seriedad.jpg);
}

.photo-perfil2{
    background-image: url(../img/pilares/eficiencia.jpg);
}

.photo-perfil3{
    background-image: url(../img/pilares/respaldo.jpg);
}



.testimonial h2{
    margin-top: -50px;
    color: rgb(0, 0, 0);
}

.testimonial h4{
    margin-top: 10px;
    color: #d1d1d1;
    font-weight: 400;
}

.testimonial p{
    margin-top: 10px;
    font-weight: 100;
    color: #f0f0f0;
}


@media screen and (max-width: 900px) {
    .testimonial{
        width: 700px;
    }
}