.bg-intro {
    background: url('../../owl-fondos/0-web.jpg') no-repeat center;
    background-size: cover;
}

.zapatilla {
    filter: saturate(.6);
    transition: 1000ms ease 0s;
}

.zapatilla:hover {
    filter: saturate(3);
    transition: 2000ms ease 0s;
}

.textos, .bloque-flotante-owl p, .bloque_texto h3 {
    color: #000;
}

.bloque-flotante-owl h2, .bloque-flotante-owl h1, .bloque-flotante-owl h3, .bloque-flotante-owl p {
    color: #000;
}

.bloque_texto p {
    font-size: 1em;
    font-weight: 600;
}

.bloque_texto h2 {
    font-size: 2.5em;
}

.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(0,0,0, 1);
    box-shadow: 0 0 5px rgba(0,0,0, 1);
}
.owl-theme .owl-dots .owl-dot span {    
    background: transparent !important;
    -webkit-box-shadow:inset 0 0 3px 0 rgba(0,0,0,.9);
    box-shadow:inset 0 0 3px 0 rgba(0,0,0,.9);
}
.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) {
    .bg-intro,
    .bloque_texto {
        background: url('../../owl-fondos/0-movil.jpg') no-repeat center !important;
        background-size: cover !important;
    }
    .colores .textos {
        color: #000;
    }
    .textos, .bloque-flotante-owl p, .bloque-flotante-owl h2, .bloque-flotante-owl h1 {
        color: #000;
    }
    .bloque-flotante-owl .miniatura_video {
        border-color: #fff !important;
    }
    .owl-theme .owl-dots {
        bottom:5px;
    }
    .bloque-flotante-owl {
        background: #030303;
    }
    .seccion_fondo_texto .bloque_texto {
        background: #030303;
    }
    .lanzamiento.lanzamiento_es .miniatura_video {
        margin: 0 auto;
    }
    .seccion_fondo_texto.boton_footer .bloque_texto .boton_estandar {
        margin: 0px auto 0px;
    }
    
    .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);
    }
}
