.lanzamiento .miniatura_video {
    display: block;
}

.seccion_galeria .textos * {
    color: #fff;
}

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

.seccion_galeria .boton_estandar:hover,
.boton_estandar:hover {
    background: #e2e2e2;
}

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

.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;
}

.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.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: #ff3403 !important;
}

@media (max-width: 991px) {
    .seccion_galeria .textos * {
        color: #FFF;
    }

    .textos {
        color: #FFF;
    }

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

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

    .seccion_fondo_texto .bloque_texto {
        background: #000;
    }

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

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

    .boton_estandar:hover {
        background: #f2f2f2;
    }

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

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