.textos {
    color: #FFF;
}

.fondo_alternativo .textos {
    color: #FFF !important;
}

.bloque-flotante-owl p {
    color: #FFF !important;
}

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

.boton_estandar {
    background: #F0F0F0;
    color: #222;
}

.boton_estandar:hover {
    background: #FFF;
}

.fondo_cuaternario {
    background: #bebebe !important;
}

.fondo_cuaternario:hover {
    background: #CCC;
    color: #222;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.navbar-lanzamiento .navbar-nav li:hover {
    background-color: #f0092b !important;
}

.navbar-lanzamiento .navbar-nav li:hover {
    border-left: 8px solid #921125 !important;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.navbar-lanzamiento .navbar-nav li:hover a {
    background: rgba(255, 0, 0, 0.2) !important;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.navbar-lanzamiento .navbar-nav .active {
    border-left: 8px solid #921125 !important;
}

.navbar-lanzamiento .navbar-nav>.active>a {
    background: rgba(255, 0, 0, 0.5) !important;
}

.owl-carousel .zona_botones_listado_modelos:hover {
    background: #f0092b !important;
}

.bloque-flotante-owl .miniatura_video {
    border: 2px solid #f0092b !important
}

.lanzamiento .miniatura_video {
    display: block;
}

.navbar-lanzamiento {
    display: none;
}

@media (max-width: 991px) {
    .bloque-flotante-owl,
    .fondo_alternativo .bloque_texto,
    .seccion_fondo_texto .bloque_texto,
    .owl-carrusel-detalle-fondo,
    .owl-galeria-imagenes {
        background: #1f1b1c !important;
    }

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

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

    #seccion_4 .owl-galeria-producto .item,
    .fondo_con_texto {
        background-size: cover !important;
    }
}