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

.lanzamiento .miniatura_video {
    display: block;
}
.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,
.bloque-flotante-owl h1 {
    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);
}
.miniatura_imagen {
    margin: 15px 10px 25px;
}
.navbar-lanzamiento {
    display: none;
}
.owl-theme .owl-dots .owl-dot span {
    border: 2px solid var(--text-primary-color);
}
.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;    
}
.carrusel-center .owl-stage {
    margin: 0 auto;
}
.bloque-flotante-owl .miniatura_video {
    border: 2px solid var(--dots-color)!important
}
.lanzamiento .miniatura_video {
    display: block;
}
.contenedor-lanzamientos-relacionados img {
    max-width: 100%;
}
@media (max-width: 991px) {

    .owl-carrusel-detalle-fondo {
        margin-bottom: 0;
    }
    .owl-theme .owl-dots {
        bottom: 5px;
    }    
    .seccion_fondo_texto .bloque_texto,
    .seccion_galeria {
        background: url(../../../adidas-uniforia/bg.jpg) no-repeat center;
        background-size: cover;
    }
}

