:root {    
    --background-primary-color: #000;
    --background-secondary-color: #bebebe;
    --background-secondary-hover-color: #ccc; 
    --background-mobile-color: #000;   
    --text-primary-color: #fff;
    --text-secondary-color: #222;
    --button-primary-color: #F0F0F0;
    --button-primary-hover-color: #fff;
    --dots-color: #6b000a;
}

.textos {
    color: var(--text-primary-color);
}
.fondo_alternativo .textos {
    color: var(--text-primary-color);
}
.bloque-flotante-owl p{
    color: var(--text-primary-color);
}
.bloque-flotante-owl h2 {
    color: var(--text-primary-color);
}
.boton_estandar {
    background: var(--button-primary-color);
    color: var(--text-secondary-color);
}
.boton_estandar:hover {
    background: var(--button-primary-hover-color);
}
.fondo_cuaternario {
    background: var(--background-secondary-color);
}
.fondo_cuaternario:hover {
    background: var(--background-secondary-hover-color);
    color: var(--text-secondary-color);
}
.navbar-lanzamiento {
    display: none;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--dots-color)!important;
} 
.owl-carousel .zona_botones_listado_modelos:hover {
    background: var(--dots-color)!important;    
}
.bloque-flotante-owl .miniatura_video {
    border: 2px solid var(--dots-color)!important
}
.lanzamiento .miniatura_video {
    display: block;
}

@media (max-width: 991px)  {
    .bloque-flotante-owl {
        background: var(--background-mobile-color);
    }
    .fondo_alternativo .bloque_texto {
        background: var(--background-mobile-color) !important;
    }
    .seccion_fondo_texto .bloque_texto {
        background: var(--background-mobile-color);
    }

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

    .owl-carrusel-detalle-fondo,
    .owl-galeria-imagenes {
        background: var(--background-mobile-color) !important;
    }   
    
    .seccion_galeria .owl-theme .owl-dots {
        top: 10px;
    }

    .camisetas .owl-theme .owl-dots {
        top: 10px;
    }

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

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




