.textos,
.bloque-flotante-owl p,
.bloque-flotante-owl h2,
.bloque-flotante-owl h1 {
    color: #fff;
}

@media (min-width: 991px) {
    .especial .textos,
    .especial .bloque-flotante-owl h1,
    .especial .bloque-flotante-owl h2,
    .especial .bloque-flotante-owl p,
    .especial .bloque_texto h3 {
        color: #000;
    }

    .especial .boton_estandar {
        background: #000;
        color: #ffff;
    }

    .especial .boton_estandar:hover {
        background: #222;
    }
}

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

.boton_estandar:hover {
    background: #FFF;
}

.boton_estandar.especial_carrusel {
    background: #000 !important;
    color: #ffff !important;
}

.boton_estandar.especial_carrusel:hover {
    background: #222 !important;
}

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

.navbar-lanzamiento .nav-list {
    display: none;
}

.bloque-flotante-owl .miniatura_video {
    border: 3px solid #003e7c !important;
}

/*Eliminar o comentar si quieremos que el video solo aparezca para ES*/
.lanzamiento .miniatura_video {
    display: block;
}

.separador {
    border-top: 3px solid #000;
    width: 30%;
    margin: 0 auto;
}

.preguntas_frecuentes h2 {
    font-size: 2.5em;
    text-transform: uppercase;
    padding: 10px 0;
    color: #000;
    font-weight: 900;
    line-height: 35px;
    text-align: center;
}

.preguntas_frecuentes div {
    font-size: 1.2em;
    line-height: 1.5em;
    padding: 10px 10%;
    color: #000;
    text-align: center;
}

.seccion_carrusel_otros {
    border-top: none;
}

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

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.owl-carousel .zona_botones_listado_modelos:hover,
.bloque-centrado .zona_botones_listado_modelos:hover {
    background: #003e7c !important;
}

.seccion_cambio_coleccion {
    background: var(--background-primary-color);
}

.seccion_cambio_coleccion .titulo {
    color: var(--text-primary-color);
}

.seccion_carrusel_otros .titulo {
    color: var(--text-secondary-color);
}

.seccion_cambio_coleccion .titulo,
.seccion_carrusel_otros .titulo {
    line-height: 1.2;
    text-transform: uppercase;
    padding: 20px 15px;
    font-size: 2.7em;
    text-align: center;
    font-weight: 900;
}

.seccion_carrusel_otros {
    border-top: none;
}

.seccion_cambio_coleccion .titulo:before {
    background: var(--text-primary-color);
}

.seccion_carrusel_otros .titulo:before {
    background: var(--text-secondary-color);
}

.seccion_cambio_coleccion .titulo:before,
.seccion_carrusel_otros .titulo:before {
    content: '';
    display: block;
    width: 4rem;
    max-width: 70%;
    height: 4px;
    margin: 2rem auto 1.5rem;
}

.seccion_cambio_coleccion .bloque_enlace {
    min-height: auto;
}

.seccion_cambio_coleccion .bloque_enlace p,
.cambio_coleccion p {
    -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;
    border: none;
    color: var(--font-primary-color-opacity);
    font-size: 1.2em;
    font-weight: 700;
    line-height: 150%;
    max-width: 90%;
    letter-spacing: 1px;
    opacity: 1;
}

.seccion_cambio_coleccion .bloque_enlace p:hover {
    background: transparent;
    color: var(--font-primary-color-opacity-hover);
}

.seccion_cambio_coleccion .bloque_enlace img {
    max-width: 250px !important;
}

.bloque_enlace .cambio_coleccion a {
    color: #000;
}

@media (max-width: 991px) {

    .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;
    }

    .seccion_fondo_texto.fondo_alternativo .bloque_texto {
        background: #000;
    }

    .lanzamiento.lanzamiento_es .miniatura_video {
        margin: 0 auto;
    }

    #navegacion-owl-carrusel-navegacion {
        display: none;
    }

    .seccion_cambio_coleccion .bloque_enlace {
        min-height: 300px;
    }
}