
.textos {
    color: #222;
}
.bloque-flotante-owl p {
    color: #222;
}
.bloque-flotante-owl h2, .bloque-flotante-owl h1 {
    color: #222;
}
.boton_estandar {
    background: #333;
    color: #FFF;
}
.boton_estandar:hover {
    background: #111;
    color: #FFF;
}

.color_alternativo .textos {
    color: #FFF;
}

.color_alternativo .boton_estandar {
    background: #F0F0F0;
    color: #222;
}
.color_alternativo .boton_estandar:hover {
    background: #FFF;
    color: #222;
}

@media (max-width: 991px) {
    .bloque-flotante-owl {
        background: #0453cc;
    }
    .seccion_fondo_texto .bloque_texto {
        background: #222;
    }
    .owl-carrusel-navegacion, .owl-carrusel-detalle-fondo {
        margin-bottom: 0;
    }
    .owl-carousel .owl-dots {
        display: none;
    }
}
