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

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

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

.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.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.owl-carousel .zona_botones_listado_modelos:hover {
    background: #783eb6 !important;
    color:#fff;
}

.lanzamiento .miniatura_video {
    display: block;
}

.bloque-flotante-owl .miniatura_video {
    border-color: #783eb6 !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: #000;
    }
    .boton_estandar {
        background: #fff;
        color: #000;
    }
    .boton_estandar:hover {
        background: #c3c3c3;
    }
    .owl-theme .owl-dots {
        bottom: 5px;
    }
}