body{
    background-color: #dfe7e3 !important;
}

#menu a {
    font-size: 20px;
    font-weight: bolder;
    color: #001685;
}


@media (max-width:768px){
    .servicio-fila{
        width: 100% !important;
        text-align: center;
    }

    #bg-contacto{
        top: -110px;
    }
}

@media (max-width: 576px){
    .icono-wrap{
        flex-wrap: wrap;
        justify-content: center !important;
    }
}

#local{
    background-color: #dde1df !important;
}

#sobre{
    text-justify: auto;
    color: #000B76;
}

#sobremi{
    width: 190px;
    height: 190px;
    border-radius: 50%;
    
    
    justify-content: center;
    justify-items: center;

}

#imcer{
    width: 250px;
    height: 250px;
    border-radius: 50%;
        
    justify-content: center;
    justify-items: center;
}



#imsobre{
    width: 250px;
    height: 250px;

    margin: 0 auto !important;
    max-width: 100% !important;
    
}

#bg-contacto{
    position: relative;
    top: -130px;
}

#seccion-contacto{
    background-color: #000B76;
    min-height: 500px;
    position: relative;
}


#titulo-form{
    color: #000B76;

}

footer{
    background: #000B76;
    min-height: 100px;
}

footer p{
    color: #f3f3f3;
    text-align: center;
}

#iconos i {
    font-size: 26px;
    padding: 0 8px;
    color: #f3f3f3;
}

#importante{
    text-justify: center;
    text-align: center;
    color: #999999;
}

#importante1{
    color: #999999;
}



#titulo{
    text-justify: center;
    text-align: center;
    color: #878686;
}


