.navbar-lanzamiento {
    display: none;
}

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

.owl-theme .owl-dots .owl-dot span {
    background: #06a1f1!important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.owl-carousel .zona_botones_listado_modelos:hover {
    background: #e5fd35 !important;
}

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

.boton_estandar:hover {
    background: #222;
}

.lanzamiento .miniatura_video {
    display: block;
}

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

.owl-carousel .zona_botones_listado_modelos {
    border: 3px solid #222
}

.owl-carousel .zona_botones_listado_modelos:hover {
    background: transparent !important;
    color: #222;
}

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