.navbar-lanzamiento {
    display: none;
}

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

.owl-theme .owl-dots .owl-dot span {
    background: transparent !important;
    border: 2px solid #000 !important;

}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000 !important;
}

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

.boton_estandar:hover {
    background: #d8d8d8;
}

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

@media (max-width: 991px) {
    .seccion_fondo_texto .bloque_texto,
    .bloque-flotante-owl {
        background: #000;
    }
    .owl-carrusel-detalle-fondo {
        margin-bottom: 0;
    }    
    .owl-theme .owl-dots {
        bottom:5px;
    }
    .owl-theme .owl-dots .owl-dot span {
        background: transparent !important;
        border: 2px solid #fff !important;
    
    }    
    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #fff !important;
    }
}