.logo-oca-container{
    text-align: center;
    margin-top: 4rem;
}
.seccion-mantenimiento{
	margin:auto;
    text-align: center;
    margin-top: 4rem;
    padding: 4rem;
}
.seccion-mantenimiento.modulo-interna h2{
    text-align: center;
    margin-top:4rem;
}
.seccion-mantenimiento.modulo-interna .mt-2rem{
	margin-top:2rem;
}
.seccion-mantenimiento.modulo-interna .btn-secundario{
	margin-top: 4rem;
}
.icon-whatsapp-azul{
    background: url(../img/icons/icon-whatsapp-azul.png) no-repeat center;
    height: 2rem;
    width: 2rem;
    display: inline-block;
    background-size: contain;
}
@media(min-width:992px){
    .seccion-mantenimiento{
        width:70%;
    }
}
@media(min-width:1200px){
    .seccion-mantenimiento{
        width:60%;
    }
}