.seccion_galeria .textos * {
    color: #fff;
}

.seccion_galeria .boton_estandar,
.boton_estandar {
    background: #fff;
    color: #000;
}

.seccion_galeria .boton_estandar:hover,
.boton_estandar:hover {
    background: #cfcfcf;
}

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

.seccion_fondo_texto.fondo_alternativo .textos {
    color: #fff;
}

.navbar-lanzamiento .navegacion-lanzamiento {
    display: none;
}

.owl-carousel .zona_botones_listado_modelos {
    background: transparent !important;
    border: 2px solid #222 !important;
    color: #222;
}

.owl-theme .owl-dots .owl-dot span {
    background: #de2537 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.owl-carousel .zona_botones_listado_modelos:hover {
    background: transparent !important;
    border: 2px solid #de2537;
}

.lanzamiento .miniatura_video {
    display: block;
}

.bloque-flotante-owl .miniatura_video {
    border-color: #000 !important;
}

@media (max-width: 991px) {
    .seccion_galeria .textos * {
        color: #fff;
    }

    .textos {
        color: #fff;
    }

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

    .bloque-flotante-owl,
    .seccion_fondo_texto .bloque_texto,
    .seccion_fondo_texto.fondo_alternativo .bloque_texto {
        background: #2f2a2c;
    }

    .boton_estandar {
        background: #fff;
        color: #000;
    }

    .boton_estandar:hover {
        background: #cfcfcf;
    }

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

    .owl-theme .owl-dots .owl-dot span {
        background: #fff !important;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span,
    .owl-carousel .zona_botones_listado_modelos:hover {
        background: transparent !important;
        border: 2px solid #fff;
    }
}