:root {    
    --background-primary-color: #fff;
    --background-secondary-color: #009b97;    
    --text-primary-color: #222;
    --text-secondary-color: #fff;
    --text-terciary-color: #009b97;
    --link-color: #222;
    --font-primary-color-opacity: rgba(0, 155, 151, .7);
    --font-primary-color-opacity-hover: rgba(0, 155, 151, 1);

    /*En el caso de que el carrusel no se vea correctamente en un fondo claro*/
    --border-button-color: 2px solid #009b97;
    --color-button-text: #009b97;
}
.contenedor-reloj {
    width: fit-content;
    margin: 3rem auto 0;
}
.contenedor-reloj:after {
    content: '';
    display: block;
    width: 4rem;
    max-width: 70%;
    height: 4px;
    background: var(--background-primary-color);
    margin:2rem auto 1.5rem;
}
.flip-clock-divider .flip-clock-label {
    font-size: 1.5em;
    font-weight: 700;
    color: var(--text-terciary-color);
    text-transform: uppercase;
}
.flip-clock-divider:first-child .flip-clock-label {
    right: -95px;
}
.flip-clock-divider .flip-clock-label {
    right: -100px;
}
.flip-clock-divider.seconds .flip-clock-label {
    right: -110px;
}
.flip-clock-divider.minutes .flip-clock-label {
    right: -105px;
}
.flip-clock-wrapper ul li a div div.inn {
    background: var(--background-secondary-color);
    color: var(--text-secondary-color);
}
.flip-clock-dot {
    background: var(--background-secondary-color);
}
.navegacion-lanzamiento {
    display: none;
}
.seccion_cambio_coleccion {
    background: var(--background-primary-color);
}
.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: var(--font-primary-color-opacity);
    font-size: 1.2em;
    font-weight: 700;
    line-height: 150%;
    max-width: 90%;
    letter-spacing: 1px;
}
.seccion_cambio_coleccion .bloque_enlace:hover p {
    background: none;
    color: var(--font-primary-color-opacity-hover);
}
.seccion_carrusel_otros {
    border-top:0;
}
.iconos-carrusel {
    height: 50px;
    width: 50px;
    margin: -33px auto;
    display: block;
    background: var(--background-secondary-color);;
    border-radius: 50px;
    text-align: center;
    padding-top: 10px;
    color: var(--text-secondary-color);
}
/*EN EL CASO DE QUE EL CARRUSEL NO SE VEA CORRECTAMENTE EN UN FONDO CLARO*/
.owl-carousel .zona_botones_listado_modelos {    
    border: var(--border-button-color);
    background: var(--background-secondary-color);
}
.owl-carousel .zona_botones_listado_modelos:hover {
    background: var(--background-primary-color) !important;
    color: var(--color-button-text);
    border: var(--border-button-color);
}
h2.texto_destacados {
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 400;
    background: var(--background-secondary-color);
    color: var(--text-secondary-color);
    padding: 25px 0;
}
.ofertas {
    background: var(--background-secondary-color);
    padding: 30px 0;
}
.boton_estandar {
    color: var(--text-terciary-color);
    background: var(--text-secondary-color);
    margin: 0 auto 0
}
@media (max-width: 768px) {    
    .seccion_cambio_coleccion .bloque_enlace p {       
        font-size: .9em;
    }
    .contenedor-reloj {
        zoom: 0.5;
       -moz-transform: scale(0.5);
    }
}