.nosotros{
    background-color: #f5f5f5;
}

.nosotros .nosotros__imagen img{
    width: 100%;
}


.nosotros .nosotros__quienes__somos{
    padding: 50px 120px;
    color: black;
    text-align: justify;
    background-color: white;
}

.nosotros .nosotros__servicios_pr{
    padding-right: 45px;
}
.nosotros .nosotros__servicios_pl{
    padding-left: 45px;
}

.nosotros .nosotros__servicios{
    padding: 50px 120px;
    color: black;
    text-align: justify;
    background-color: white;
}

.nosotros .nosotros__servicios div ul li{
   padding-bottom: 18px;
}

.text_black{
    font-weight: bold;
    color: #0a721c;
}

.text_inline{
    display:inline;
}

.nosotros .nosotros__servicios h3{
    color:#1a6936;
    font-weight: bold;
}

.nosotros .nosotros__quienes__somos span{
    font-size: 230px;
    color: #3e8f3e;
}

.nosotros h1{
    font-size: 35px;
    font-weight: bold;
}

.servicios{
    text-align: center;
    padding-bottom: 50px;
}

.servicios .servicios__title h1{
    padding: 43px 0;
    font-weight: bold;
}

.servicios .servicios__box{

}

.servicios .servicios__box span{
    width: 6rem;
    height: 6rem;
    font-size: 100px;
    transition: all 400ms ease-in-out;
    color: #002867;
}
.servicios .servicios__box span:hover{
    transform: rotate(-10deg);
    color: #0155bf;
}


.servicios .servicios__box h3{
    font-weight: bold;
    color: #002867;
}

.servicios .servicios__box p{
    padding: 15px 40px;
    text-align: justify;
}


.redes-sociales{
    text-align: center;
    padding-bottom: 50px;

}
.redes-sociales h2{
    padding: 32px;
    font-weight: bold;
}
.redes-sociales  img{

    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
}

.redes-sociales .redes-sociales__block{
    display: inline-block;
}

@media screen and (max-width: 568px) {
    .nosotros .nosotros__info {
        padding: 80px 40px;
    }

    .nosotros .nosotros__quienes__somos{
        padding: 50px;

    }
    .nosotros .nosotros__servicios{
        padding: 50px 50px;

    }


}