nav#navbar-lanzamiento {
    display: none;
}

.textos,
.bloque-flotante-owl p,
.bloque_texto h3,
.bloque-flotante-owl h2,
.bloque-flotante-owl h1 {
    color: #000;
}

.boton_estandar {
    background: #000;
    color: #f0f0f0;
}

.boton_estandar:hover {
    background: #222;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot span,
.bloque-centrado .zona_botones_listado_modelos,
.owl-carousel .zona_botones_listado_modelos,
.bloque-centrado .zona_botones_listado_modelos {
    border: 2px #fff solid;
    background: transparent !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.bloque-centrado .zona_botones_listado_modelos:hover,
.owl-carousel .zona_botones_listado_modelos:hover,
.bloque-centrado .zona_botones_listado_modelos:hover {
    background: #fff !important;
}
@media (max-width: 991px) { 

    .textos,
    .bloque-flotante-owl p,
    .bloque_texto h3,
    .bloque-flotante-owl h2,
    .bloque-flotante-owl h1 {
        color: #fff;
    }

    .bloque-flotante-owl .miniatura_video {
        border-color: #fff !important;
    }

    .owl-theme .owl-dots {
        bottom: 5px;
    }

    .bloque-flotante-owl {
        background: #000;
    }

    .seccion_fondo_texto.fondo_alternativo .bloque_texto {
        background: #000;
    }

    .lanzamiento.lanzamiento_es .miniatura_video {
        margin: 0 auto;
    }

    #navegacion-owl-carrusel-navegacion {
        display: none;
    }

    .boton_estandar {
        background: #000;
        color: #fff;
    }

    .boton_estandar:hover {
        background: #222;
    }
}
