.navegacion-lanzamiento {
    display: none;
}
.seccion_cabecera {
    background: #ff8a3a;
}
.fondo-textos {
    align-self: center;
    text-align: center;
}
.fondo-textos h1 {
    font-size: 6em;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 900;
    margin-bottom: 30px;
    padding-top: 30px;
}
.fondo-textos h1 i {
    color: #e96324;
    font-size: 0.9em;
}
.fondo-textos h2 {
    color: #FFF;
    font-size: 1.6em;
    font-weight: 400;
}
.fondo-textos h2 span {
    font-weight: 900;
}
.fondo-textos #clock {
    width: fit-content;
    margin: 40px auto;
}
/*clock*/
.flip-clock-wrapper ul li a div div.inn {
    color: #FAFAFA !important;
}

h2.titular_seccion {
    text-align: center;
    font-size: 2.3em;
    font-weight: 900;
    text-transform: uppercase;
    padding: 60px 15px 20px;
}

.preguntas_frecuentes h3 {
    font-size: 1.6em;
    text-transform: uppercase;
    padding: 10px 0;
    color: #e96324;
    font-weight: 400;
}

.preguntas_frecuentes h3 span {
    font-weight: 900;
}

.preguntas_frecuentes div {
    font-size: 1.1em;
    padding: 10px 0;
}

.preguntas_frecuentes .botones_socio {
    margin: 20px 0;
}

.preguntas_frecuentes .botones_socio a {
    padding: 10px 20px;
    background: #e96324;
    margin: 20px 0;
    border-radius: 3px;
    text-transform: uppercase;
}

.preguntas_frecuentes .botones_socio a:hover {
    background: #c2450a;
}

.preguntas_frecuentes .boton_eclub {
    color: #FFF;
    font-size: 0.9em;
    font-weight: 900;
}

.preguntas_frecuentes ul {
    list-style: circle;
    margin-left: 45px;
    margin-top: 15px;
}

.preguntas_frecuentes ul li {
    padding: 0 0 6px;
}

/**/

.seccion_cambio_coleccion {
    background: #ffffff;
}

.seccion_cambio_coleccion .bloque_enlace {
    min-height: auto;
    transition: background-color 1s ease-out;
}

.seccion_cambio_coleccion .bloque_enlace .cambio_coleccion {
    position: relative;
    transform: translateY(-0);
    width: 100%;
}

.seccion_cambio_coleccion .bloque_enlace img {
    width: 100%;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.seccion_cambio_coleccion .bloque_enlace p {
    border: none;
    color: rgba(52, 48, 13, 0.7);
    font-size: 1.2em;
    font-weight: 700;
    line-height: 150%;
    max-width: 90%;
    letter-spacing: 1px;
}

.seccion_cambio_coleccion .bloque_enlace p:hover {
    background: none;
    color:rgba(52, 48, 13, 0.9);
}

.mensaje_campaign {
    background: #d7bc00;
    color: #222;
    padding: 25px;
    font-size: 16px;
    font-weight: 600;
}

h2.texto_destacados {
    text-align: center;
    text-transform: uppercase;
    font-size: 2.7em;
}

.seccion_carrusel_otros {
    border-top: 0;
}

.owl-carousel .zona_botones_listado_modelos:hover {
    background: #d7bc00 !important;
    font-weight: 900;
    color: #222; 
}

@media (max-width: 1400px) {
    .fondo-textos #clock {
        transform: scale(0.7);
    }
    .fondo-textos h1 {
        font-size: 5em;
        margin-bottom: 10px;
    }
    .fondo-textos h2 {
        font-size: 1.2em;
    }
    .fondo-textos #clock {
        margin: 20px auto;
    }
}

@media (max-width: 991px) {
    .fondo-textos {
        background: #f8762a;
        margin-bottom: 50px;
        padding: 30px 15px;
    }
}

@media (max-width: 570px) {
    .fondo-textos h1 {
        font-size: 4em;
    }

    .bloque_enlace {
        min-height: 250px;
        height: 100%;
    }
}
