.textos, .bloque-flotante-owl p {
    color: #FFF;
}
.boton_estandar {
    background: #F0F0F0;
    color: #222;
}
.boton_estandar:hover {
    background: #FFF;
}
.owl-carrusel-detalle-fondo {
    margin-bottom: 0;
}
.navbar-lanzamiento .nav-list {
    display: none;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #201728 !important;
}
@media (max-width: 991px) {
    .bloque-flotante-owl {
        background: #000a25;
    }
    .seccion_fondo_texto .bloque_texto {
        background: #201728
    }
    .owl-theme .owl-dots {
        bottom: 5px;
    }
    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #969698 !important;
    }
}