:root {    
    --background-primary-color: #000;
    --background-secondary-color: #fff;   
    --text-primary-color: #fff;
    --text-secondary-color: #fff;
    --link-color: ;
    --font-primary-color-opacity: rgba(255, 255, 255, .8);
    --font-primary-color-opacity-hover: rgba(255, 255, 255, 1);

    /*EN EL CASO DE QUE EL CARRUSEL NO SE VEA CORRECTAMENTE EN UN FONDO CLARO*/
    --border-button-color: 2px solid #222;
    --color-button-text: #222;
}
.texto-ninos {
    color:black;
}
.seccion_galeria .boton_estandar,
.boton_estandar {
    background: #fff;
    color: #000;
}
.seccion_galeria .boton_estandar:hover,
.boton_estandar:hover {
    background: #fcf7f7;
}
.seccion_cambio_coleccion {
    background: var(--background-primary-color);
}
.seccion_cambio_coleccion .titulo {
    letter-spacing: 8px;
    line-height: 1.4;
    text-transform: uppercase;
    padding-bottom: 1.5rem;
    padding-top: 1rem;
    font-size: 1.4em;
    text-align: center;
    font-weight: 900;
    color:var(--text-primary-color);
}
.seccion_carrusel_otros {
    border-top: none;
}
.seccion_cambio_coleccion .titulo:before {
    content: '';
    display: block;
    width: 4rem;
    max-width: 70%;
    height: 4px;
    background: var(--background-secondary-color);
    margin: 2rem auto 1.5rem;
}
.seccion_cambio_coleccion .bloque_enlace {
    min-height: 394px;
}
.seccion_cambio_coleccion .bloque_enlace p, .cambio_coleccion p {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border: none;
    color: var(--font-primary-color-opacity);
    font-size: 1.2em;
    font-weight: 700;
    line-height: 150%;
    max-width: 90%;
    letter-spacing: 1px;
    opacity: 1;
}
.seccion_cambio_coleccion .bloque_enlace p:hover {
    background: transparent;
    color: var(--font-primary-color-opacity-hover);
}
.cambio_coleccion div {
    overflow: hidden !important;
}
.cambio_coleccion div img:hover {
    transform: scale(1.02);
}
.owl-carousel .zona_botones_listado_modelos {
    background: var(--background-primary-color);
  }
  .owl-carousel .zona_botones_listado_modelos:hover {
      background: #000 !important;
  }
  
  .navbar-lanzamiento {
    display: none;
}
.owl-carousel .zona_botones_listado_modelos:hover,
.bloque-centrado .zona_botones_listado_modelos:hover {
    background-color: #222 !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: transparent !important;
    border: 2px solid #fff;
}
.columnas-texto {
    column-count: 2;
}
@media (max-width: 991px) {
    .seccion_cambio_coleccion .bloque_enlace {
        min-height: 300px;
    }
    .owl-theme .owl-dots {
        bottom: 5px;
    }
    .columnas-texto {
        column-count: 1;
    }
    .texto-ninos {
        color:white;
    }
}
@media (max-width: 767px) {
    .seccion_cambio_coleccion .bloque_enlace p {
        margin: 0 auto;
    }
}
