.lanzamiento .miniatura_video {
    display: block;
}
.textos {
    color: #FFF;
}
.bloque-flotante-owl p{
    color: #FFFFFF;
}
.bloque-flotante-owl h2 {
    color: #FFF;
}
.boton_estandar {
    background: #FFFFFF;
    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:#ccda47 !important;
    border: 2px solid #ccda47 !important;
}

.bloque-flotante-owl .miniatura_video {
    border-color: #f1d693 !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 {
    background: #ccda47 !important;
}
@media (max-width: 991px) {
    .textos {
        color: #FFF;
    }
    .owl-carrusel-navegacion, .owl-carrusel-detalle-fondo {
        margin-bottom: 0;
    }

    .bloque-flotante-owl {
        background: #000;
    }
    .owl-theme .owl-dots .owl-dot {
        display: none;
    }
    .seccion_fondo_texto .bloque_texto {
        background: #000;
    }
    .seccion_fondo_texto.fondo_alternativo .bloque_texto {
        background: #000;
    }
}

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