@media (max-width: 991px){
    /* QUIENES SOMOS */
    .img-fluid{
        width: 400PX;
        text-align: center;
    }

}


/* QUIENES SOMOS */
.about-text{
    text-align: justify;
}
.nosotros h1{
    font-weight: 600;
}

.img-fluid{
    /* width: 300px; */
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
}

.nosotros a{
    background-color: rgb(12, 143, 199);
}


/* SERVICIOS */
.services .card-body .icono {
	font-size: 50px;
    color: rgb(12, 143, 199);
}

.card{
    /* box-shadow: 0 15px 25px rgba(0,0,0,0.5); */
    border: 3px solid white;
}

.services .card-body i {
    color: rgb(12, 143, 199);
}


.services a{
    color: rgb(12, 143, 199);
}

.services a:hover{
    color: #0d6efd;
}


.services h3{
    color: rgb(12, 143, 199);

}

.services h1{
    font-weight: 600;
}

