.colores .textos {
    color: #fff;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: transparent !important;
    -webkit-box-shadow: 0 0 5px rgba(255,255,255, 1);
    box-shadow: 0 0 5px rgba(255,255,255, 1);
}
.owl-theme .owl-dots .owl-dot span {    
    background: transparent !important;
    -webkit-box-shadow:inset 0 0 3px 0 rgba(255,255,255,.9);
    box-shadow:inset 0 0 3px 0 rgba(255,255,255,.9);
}
.textos, .bloque-flotante-owl p, .bloque-flotante-owl h2, .bloque-flotante-owl h1 {
    color: #fff;
}
.boton_estandar {
    background: #F0F0F0;
    color: #222;
}
.boton_estandar:hover {
    background: #FFF;
}
.owl-carrusel-detalle-fondo {
    margin-bottom: 0;
}
.navbar-lanzamiento .nav-list {
    display: none;
}

.bloque-flotante-owl .miniatura_video {
    border: 3px solid #1b1b1b !important;
}
/*Eliminar o comentar si quieremos que el video solo aparezca para ES*/
.lanzamiento .miniatura_video {
    display: block;
}

.seccion_carrusel_otros {
    border-top: none;
}
@media (min-width: 992px) {
    .seccion_fondo_texto.boton_footer .bloque_texto {
        position: absolute;
        top: 88%;
        transform: translateX(50%);
        right: 50%;
    }
    .seccion_fondo_texto.boton_footer .bloque_texto .boton_estandar {
        margin: 0 auto;
    }
}
@media (max-width: 991px) {
    .colores .textos {
        color: #fff;
    }
    .textos, .bloque-flotante-owl p, .bloque-flotante-owl h2, .bloque-flotante-owl h1 {
        color: #fff;
    }
    .bloque-flotante-owl .miniatura_video {
        border-color: #fff !important;
    }
    .owl-theme .owl-dots {
        bottom:5px;
    }
    .bloque-flotante-owl {
        background: #000;
    }
    .seccion_fondo_texto .bloque_texto {
        background: #000;
    }
    .lanzamiento.lanzamiento_es .miniatura_video {
        margin: 0 auto;
    }
    .seccion_fondo_texto.boton_footer .bloque_texto .boton_estandar {
        margin: 0px auto 0px;
    }
}
