.lanzamiento .miniatura_video {
    display: block;
}

.textos {
    color: #FFF;
}

.bloque-flotante-owl p {
    color: #FFFFFF;
}

.bloque-flotante-owl h2 {
    color: #FFF;
}

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

.boton_estandar:hover {
    background: #f1f1f1;
    color: #000000;
}

.miniatura_imagen {
    margin: 15px 10px 25px;
}

.seccion_fondo_texto.fondo_alternativo .textos {
    color: #FFF;
}

.contenido_carrusel_navegacion .navegacion_pasos ul li::after {
    margin-top: 15px;
}

.navbar-lanzamiento .navegacion-lanzamiento {
    display: none;
}

.owl-carousel .zona_botones_listado_modelos {
    background: transparent !important;
    border: 2px solid #222 !important;
    color: #222;
}

.owl-carousel .zona_botones_listado_modelos:hover {
    background: #f1d693 !important;
    border: 2px solid #f1d693 !important;
}

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

/* ~ VIDEO ~ */

#bgvid {
    width: 100%;
}

.banner_video .play_overly {
    display: none;
}

.seccion_estatica_video {
    margin-bottom: -5px !important;
}

.ver-video {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-shadow: 0px 5px 7px rgba(0, 0, 0, 1);
    color: #f1d693;
}

.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 2px solid #fff;
}

.owl-theme .owl-dots .owl-dot span,
#boton_desplegar_menu_lineas span {
    background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.owl-carousel .zona_botones_listado_modelos:hover,
.bloque-centrado .zona_botones_listado_modelos:hover {
    background: transparent !important;
}

@media (max-width: 991px) {

    .owl-carrusel-navegacion,
    .owl-carrusel-detalle-fondo {
        margin-bottom: 0;
    }

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

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

@media (max-width: 767px) {
    video {
        padding: 0;
    }
}