/* ~ GENERALES ~ */

@media (min-width: 992px) {
    footer.mb-lg-3{
        margin-bottom: 0 !important;
    }  
}

.lanzamiento .miniatura_video {
    display: none;
}

.lanzamiento.lanzamiento_es .miniatura_video {
    display: block;
}

.lanzamiento a,
.lanzamiento a:hover {
    text-decoration: none;
}

.navbar-principal .navbar-top {
    text-transform: uppercase;
}

.navbar-fixed-top.megamenu {
    position: relative;
    margin: 0 !important;
}

.navbar-fixed-top .navbar-top #navbar-top-derecha .userMenu span {
    text-transform: none;
    font-weight: bold;
}

.contenedor_principal {
    margin: 0 !important;
    position: relative;
    padding: 0;
}

.footer-bottom {
    position: relative;
}

section {
    position: relative;
    overflow: hidden;
}

.customContainer {
    width: 95%;
    max-width: 1650px;
    margin: 0 auto;
    padding: 3% 0;
}

.footer-marcas {
    display: none;
}

.bloque_enlace.disabled img {
    opacity: 0.5;
}

.bloque_enlace.disabled a,
.bloque_enlace.disabled .marca_hover {
    cursor: default;
}

.icono-scroll {
    position: absolute;
    bottom: 0;
    z-index: 2;
    font-size: 60px;
    left: calc(50% - 19px);
    -webkit-animation: bounce 2s infinite ease-in-out;
    -moz-animation: bounce 2s infinite ease-in-out;
    -o-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
    animation-name: bounce;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-delay: initial;
    animation-iteration-count: infinite;
    animation-direction: initial;
    animation-fill-mode: initial;
    animation-play-state: initial;
}

/* ~ NAVEGACIÓN LATERAL ~ */

.navbar-lanzamiento {
    background: transparent;
    top: 60%;
    transform: translateY(-50%);
    left: 38px;
    max-width: 100%;
    width: 8px;
    z-index: 100;
    overflow: hidden;
    border-bottom: 0;
    position: fixed;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar-lanzamiento:hover {
    width: 250px;
}

.navbar-lanzamiento:hover a {
    display: block;
}

.navbar-lanzamiento .navegacion-lanzamiento {
    align-self: center;
    width: 100%;
    text-align: center;
}

.navbar-lanzamiento .nav-list {
    width: 100%;
}

.navbar-lanzamiento .navbar-nav li {
    display: block;
    float: none;
    background-color: rgba(26, 26, 26, 0.5);
    margin: 15px 0;
    mix-blend-mode: difference;
    border-left: 8px solid #FFF;
    height: 44px;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}

.navbar-lanzamiento .navbar-nav li:hover a,
.navbar-lanzamiento:hover .navbar-nav li a {
    display: block;
}

.navbar-lanzamiento .navbar-nav li a {
    font-weight: 700;
    color: #FFF;
    padding: 12px;
    font-size: 12px;
    display: none;
}

.navbar-lanzamiento .navbar-nav li a:hover,
.navbar-lanzamiento .navbar-nav li a:focus,
.navbar-lanzamiento .navbar-nav>.active,
.navbar-lanzamiento .navbar-nav>.active:focus,
.navbar-lanzamiento .navbar-nav>.active:hover {
    color: #FFF;
    background-color: rgba(19, 153, 49, 0.5);
}

.navbar-lanzamiento .navbar-nav>.active>a,
.navbar-lanzamiento .navbar-nav>.active>a:focus,
.navbar-lanzamiento .navbar-nav>.active>a:hover,
.navbar-lanzamiento .navbar-nav>.active>a:visited {
    background-color: transparent;
    color: #FFF;
}

/* ~ MENU SUPERIOR DE LINEAS ~ */

#boton_desplegar_menu_lineas {
    width: 25px;
    height: 25px;
    position: relative;
    margin: 30px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#boton_desplegar_menu_lineas span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#boton_desplegar_menu_lineas span:nth-child(1) {
    top: 0px;
}

#boton_desplegar_menu_lineas span:nth-child(2),
#boton_desplegar_menu_lineas span:nth-child(3) {
    top: 9px;
}

#boton_desplegar_menu_lineas span:nth-child(4) {
    top: 18px;
}

#boton_desplegar_menu_lineas.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#boton_desplegar_menu_lineas.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#boton_desplegar_menu_lineas.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#boton_desplegar_menu_lineas.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.desplegar_menu_lineas {
    top: 0;
    left: 30px;
    position: absolute;
}

.menu_top_lineas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.opciones_menu_top_lineas {
    background: #222;
    padding: 20px 20px 25px;
}

.fijado {
    position: fixed;
    top: 0;
}

.opciones_menu_top_lineas .lineas {
    float: right;
    position: relative;
    left: -50%;
    text-align: left;
}

.opciones_menu_top_lineas .lineas ul {
    list-style: none;
    position: relative;
    left: 50%;
}

.opciones_menu_top_lineas .lineas ul li {
    float: left;
    position: relative;
    padding: 10px 15px;
    font-weight: bolder;
    color: #94989b;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.opciones_menu_top_lineas .lineas ul li:hover,
.opciones_menu_top_lineas .lineas ul a.activo li {
    text-decoration: underline;
}

/* ~ BLOQUE TEXTO CENTRADO ~ */

.bloque-centrado {
    align-self: center;
    text-align: center;
    padding: 50px 15px;
    width: 500px;
    margin: 0 auto;
    max-width: 100%;
}

.bloque-centrado .textos {
    color: #222;
}

.bloque-centrado .textos h2 {
    text-transform: uppercase;
    font-size: 2.2em;
    font-weight: 300;
    padding-bottom: 5px;
}

.bloque-centrado .textos p.club {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1em;
    padding-bottom: 15px;
}

.bloque-centrado .textos .claseTexto {
    font-size: 1.2em;
    line-height: 1.5em;
}

.owl-galeria-jugadores .owl-item>div {
    padding: 0;
}

/* ~ SECCIÓN GALERÍA OWL CON TEXTO ENCIMA ~ */

/*owl app*/
.w-100 {
    width: 100%;
}

.owl-galeria-imagenes {
    background: #000;
}

.owl-galeria-jugadores {
    height: 100%;
}

.owl-galeria-producto .owl-stage-outer,
.owl-galeria-producto .owl-stage,
.owl-galeria-producto .item,
.owl-galeria-producto .owl-item,
.owl-carrusel-detalle-fondo .owl-stage-outer,
.owl-carrusel-detalle-fondo .owl-stage,
.owl-carrusel-detalle-fondo .item,
.owl-carrusel-detalle-fondo .owl-item {
    height: 100%;
    padding: 0;
}

.owl-carrusel-detalle-fondo {
    background: #000;
}

.owl-carrusel-detalle-fondo.owl-carousel .owl-nav {
    display: none;
}

.owl-galeria-producto,
.seccion_fondo_texto .fondo_con_texto,
.owl-carrusel-detalle-fondo .fondo_con_texto {
    min-height: 600px;
    height: 100vh;
    max-height: 1000px;
}

.owl-carousel img,
.fondo_con_texto img,
#seccion_1 img {
    width: 100% !important;
    max-width: 100% !important;
}

.owl-galeria-jugadores .owl-stage-outer,
.owl-galeria-jugadores .owl-stage,
.owl-galeria-jugadores .item,
.owl-galeria-jugadores .owl-item {
    height: 100%;
    overflow: hidden;
}

.owl-galeria-jugadores {
    min-height: 650px;
    max-height: 1000px;
}

.owl-galeria-imagenes .owl-nav {
    display: none;
}

.owl-galeria-imagenes .owl-nav div {
    color: #FFF;
    background: rgba(34, 34, 34, 0.7);
    padding: 0 15px;
    font-size: 60px;
}

.owl-galeria-imagenes .owl-nav .owl-prev,
.owl-galeria-imagenes .owl-nav .owl-next,
.owl-galeria-imagenes .owl-dot {
    position: relative;
}

.owl-galeria-imagenes .owl-nav {
    bottom: 20px;
    top: auto;
    left: 100px;
    transform: none;
    width: auto;
    z-index: 3;
}

.owl-galeria-imagenes .owl-nav .owl-prev {
    margin-right: 5px;
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    z-index: 3;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

/* ~ SECCIÓN FONDO TEXTO ~ */

.seccion_fondo_texto .bloque_texto,
.seccion_galeria .bloque-flotante-owl,
.owl-carrusel-detalle-fondo .bloque_texto {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    width: 530px;
    z-index: 2;
}

.seccion_fondo_texto .bloque_texto.texto_izquierda,
.owl-carrusel-detalle-fondo .bloque_texto.texto_izquierda {
    left: 5%;
}

.seccion_fondo_texto .bloque_texto.texto_derecha,
.seccion_galeria .bloque-flotante-owl,
.owl-carrusel-detalle-fondo .bloque_texto.texto_derecha {
    right: 5%;
}

.seccion_cambio_coleccion .bloque_enlace {
    min-height: 500px;
    text-align: center;
    margin: 0;
}

.bloque-flotante-owl h1 {
    text-align: left;
    padding: 20px 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.5em;
    color: #FFF;
}

.seccion_intro .bloque_texto h2,
.seccion_galeria .bloque-flotante-owl h2 {
    font-size: 1.3em;
    padding: 5px 15px 0;
}

.bloque_texto h2,
.bloque-flotante-owl h2 {
    text-align: left;
    padding: 20px 15px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2.7em;
}

.bloque_texto h3,
.bloque-flotante-owl h3 {
    text-align: left;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3em;
    color: #FFF;
}

.bloque_texto p,
.bloque-flotante-owl p {
    padding: 5px 15px 15px;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.5em;
}

.bloque_texto .textos img {
    margin: 5px 15px;
}

.boton_estandar {
    margin: 40px 15px 20px;
    padding: 10px 15px;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    max-width: 100%;
    width: 250px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: none;
}

.boton_estandar:hover {
    border: none;
}

.bloque_texto .miniatura_video,
.bloque-flotante-owl .miniatura_video {
    max-width: 100%;
    width: 350px;
    margin: 15px;
    opacity: 0.85;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bloque_texto .miniatura_video:hover,
.bloque-flotante-owl .miniatura_video:hover {
    opacity: 1;
}

/*para la página general*/

.bloque_cabecera_pagina_general .fondo_con_texto {
    max-height: calc(100vh - 168px);
    width: 100%;
}

.bloque_cabecera_pagina_general .bloque_texto {
    width: 750px;
    text-align: center;
}

.bloque_cabecera_pagina_general .bloque_texto .textos h1,
.bloque_cabecera_pagina_general .bloque_texto .textos h2,
.bloque_cabecera_pagina_general .bloque_texto .textos h4,
.bloque_cabecera_pagina_general .bloque_texto .textos p {
    text-align: center;
}

.bloque_cabecera_pagina_general .bloque_texto .textos h1 {
    font-size: 2.5em;
    padding: 20px 15px;
    text-transform: uppercase;
}

.bloque_cabecera_pagina_general .bloque_texto .textos h2 {
    font-size: 1.3em;
    padding: 5px 15px;
}

.bloque_cabecera_pagina_general .bloque_texto .miniatura_video {
    margin: 15px auto;
}

.bloque_cabecera_pagina_general .bloque_texto .miniatura_video img {
    max-width: 100%;
}

.bloque_cabecera_pagina_general .bloque_texto img {
    max-width: 250px;
}

/*fin para la página general*/


/* ~ SECCION CAMBIO SECCION ~ */

.seccion_cambio_coleccion {
    background: #000;
}

.seccion_cambio_coleccion .bloque_enlace {
    min-height: 500px;
    text-align: center;
    margin: 0;
}

.seccion_cambio_coleccion .bloque_enlace .oscurecedor_selector {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.6;
    -moz-opacity: 0.60;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/*
.seccion_cambio_coleccion .bloque_enlace .cambio_coleccion {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}
*/

.seccion_cambio_coleccion .bloque_enlace img {
    width: 250px;
    max-width: 100%;
}

.seccion_cambio_coleccion .bloque_enlace p {
    color: #FFF;
    font-size: 1em;
    font-weight: 700;
    border: 2px solid #FFF;
    padding: 10px 15px;
    max-width: 220px;
    text-transform: uppercase;
    margin: 20px auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.seccion_cambio_coleccion .bloque_enlace p:hover {
    background: #FFF;
    color: #000;
}

/* ~ OWL CAROUSEL SIMPLE ~ */

.owl-carousel .owl-nav {
    left: 0;
}

.owl-carousel-simple {
    padding: 50px 40px;
    display: flex !important;
}

.seccion_carrusel_otros {
    border-top: 2px solid #222;
}

.owl-carousel .listadoproducto_nombre,
.bloque-centrado .listadoproducto_nombre {
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    color: #222;
    margin: 5px 0 15px;
}

.owl-carousel .zona_botones_listado_modelos,
.bloque-centrado .zona_botones_listado_modelos {
    background: #222;
    color: #FFF;
    text-transform: uppercase;
    padding: 10px 15px;
    max-width: 100%;
    width: 200px;
    font-weight: 700;
    margin: 20px auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.owl-carousel .listadoproducto_precio,
.bloque-centrado .listadoproducto_precio {
    text-align: center;
    margin: 10px 0;
    font-size: 1.2em;
    font-weight: 700;
}

.owl-carousel .listadoproducto_precio .precio_rebajado,
.bloque-centrado .listadoproducto_precio .precio_rebajado {
    margin: 0 5px;
    color: #F53F3F;
}

.owl-carousel .listadoproducto_precio .precio_producto,
.bloque-centrado .listadoproducto_precio .precio_producto {
    margin: 0 5px;
    color: #222;
}

.owl-carousel .listadoproducto_precio .precio_anterior,
.bloque-centrado .listadoproducto_precio .precio_anterior {
    text-align: center;
    color: #222;
    text-decoration: line-through;
}

/* ~ MODAL VIDEOS ~ */

.modal-content {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}

.modal-lanzamiento .modal-dialog {
    width: 90%;
    max-width: 1280px;
}

.modal-lanzamiento .modal-body,
.modal-lanzamiento .modal-content {
    background: transparent;
}

.modal-lanzamiento button.close {
    opacity: 0.7;
    color: #FFF;
}

.modal-lanzamiento button.close:hover {
    opacity: 0.9;
    color: #FFF;
}

/* ~ NAVEGACION LINEAS ~ */

.navegacion_lineas {
    float: right;
    position: relative;
    left: -50%;
    text-align: left;
}

.navegacion_lineas ul {
    list-style: none;
    position: relative;
    left: 50%;
    margin-top: 10px;
}

.navegacion_lineas ul li {
    float: left;
    position: relative;
    padding: 10px;
    font-weight: bolder;
    color: #666;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 10px;
    cursor: pointer;
}

/* ~ NAVEGACION CAROUSEL LINEAS ~ */

.owl-carrusel-navegacion {
    margin-top: 40px;
}

.contenido_carrusel_navegacion .navegacion_pasos {
    float: right;
    position: relative;
    left: -50%;
    text-align: left;
}

.contenido_carrusel_navegacion .navegacion_pasos ul {
    list-style: none;
    position: relative;
    left: 50%;
    margin: 25px auto;
}

.contenido_carrusel_navegacion .navegacion_pasos ul li {
    float: left;
    position: relative;
    font-weight: bolder;
    color: #666;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 15px;
    cursor: pointer;
}

.contenido_carrusel_navegacion .navegacion_pasos ul li.activado::after {
    width: 100%;
}

.contenido_carrusel_navegacion .navegacion_pasos ul li::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #222;
    -moz-transition: width .5s;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
}

.owl-carrusel-navegacion .owl-dots {
    position: relative;
    bottom: 0;
    margin-top: 15px;
}

.owl-carrusel-navegacion .owl-dots .owl-dot,
.owl-carrusel-detalle-fondo .owl-dots .owl-dot {
    position: relative;
}

@media (max-width: 991px) {
    .owl-galeria-producto .owl-stage-outer,
    .owl-galeria-producto .owl-stage,
    .owl-galeria-producto .item,
    .owl-galeria-producto .owl-item,
    .owl-carrusel-detalle-fondo .owl-stage-outer,
    .owl-carrusel-detalle-fondo .owl-stage,
    .owl-carrusel-detalle-fondo .item,
    .owl-carrusel-detalle-fondo .owl-item {
        height: fit-content;
    }

    .icono-scroll {
        display: none;
    }

    .bloque_texto,
    .bloque_texto h2,
    .bloque_texto h3,
    .bloque_texto p {
        margin-top: 0;
        text-align: center;
    }

    .menu_top_lineas {
        position: relative;
        border-top: none;
        border-bottom: 1px solid #333;
    }

    .opciones_menu_top_lineas .lineas ul li {
        font-size: 12px;
    }

    .owl-galeria-producto,
    .seccion_fondo_texto .fondo_con_texto {
        height: auto;
        min-height: auto;
        background-position: center !important;
    }

    .owl-galeria-jugadores {
        min-height: auto;
    }

    .owl-galeria-imagenes .owl-nav {
        display: none;
    }

    .seccion_galeria .bloque-flotante-owl,
    .seccion_fondo_texto .bloque_texto {
        position: relative;
        width: 100%;
        padding: 30px 20px;
        top: auto;
        right: auto;
        transform: none;
        min-width: auto;
    }

    .bloque_cabecera_pagina_general .bloque-flotante-owl {
        width: 100%;
    }

    .seccion_fondo_texto .bloque_texto.texto_izquierda {
        left: auto;
    }

    .seccion_fondo_texto .bloque_texto.texto_derecha {
        right: auto;
    }

    .bloque-flotante-owl h1,
    .bloque-flotante-owl h2,
    .bloque-flotante-owl p {
        text-align: center;
        padding: 10px 15px 30px;
    }

    .bloque-flotante-owl .miniatura_video {
        margin: 0 auto;
    }

    .boton_estandar {
        margin: 40px auto 20px;
    }

    .owl-galeria-producto .item,
    .fondo_con_texto {
        background-size: 100% !important;
        padding: 0;
    }

    .contenido_carrusel_navegacion .navegacion_pasos ul li {
        padding: 10px 5px;
    }

    .seccion_fondo_texto {
        overflow: hidden;
    }

    .owl-carrusel-navegacion,
    .owl-carrusel-detalle-fondo {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .seccion_carrusel_otros .owl-carousel .owl-dots,
    .contenido_carrusel_navegacion .owl-dots {
        display: none;
    }
}

/* ~ IMAGE MAP ~ */

.map-popup {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    transition: all 300ms ease-in;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 26px rgba(0, 0, 0, 0.2);
    opacity: 0;
    width: 280px;
    visibility: hidden;
    background-color: #fff;
}

.map-popup>*:first-child {
    margin-top: 0;
}

.map-popup>*:last-child {
    margin-bottom: 0;
}

.map-popup.open {
    opacity: 1;
    visibility: visible;
    border-radius: 5px;
}

.marker {
    position: absolute;
    z-index: 1;
    display: inline-block;
    width: 36px;
    height: 36px;
    color: #ffa000;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    transition: all 300ms;
}

a.marker:hover {
    color: #fff;
}

.map-item .marker {
    height: 22px;
    width: 22px;
    text-shadow: 0 6px 12px rgba(0, 0, 0, .2), 0 0 4px #222;
}

svg.svg-inline--fa.fa-plus-circle.fa-w-16.fa-2x {
    -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .2));
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .2));
}

.map-item .owl-theme .owl-dots .owl-dot {
    display: none;
}

@media (min-width:769px) {
    .map-popup {
        position: absolute;
        width: 320px;
    }

    .map-item {
        position: absolute;
    }
}

/***************  ESTILOS VIEJOS  ***********************/


/* ~ SECCIÓN INTRO ~ */

.zona_intro {
    overflow: hidden;
}

.gif_fondo img {
    width: auto;
}

.bloque_enlace img {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.bloque_enlace:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

/* ~ VIDEO ~ */

video {
    margin-bottom: -5px;
    width: 100%;
}

/* ~ SELECTOR MODELO ~ */

.detalles_botas {
    align-items: center;
    justify-content: center;
    position: relative;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.detalles_botas .selectores_zona {
    display: flex;
    justify-content: center;
}

.detalles_botas .texto_parte {
    text-align: right;
}

.detalles_botas .fotos_detalle {
    top: 0;
    bottom: 0;
}

.detalles_botas .imagen_detalle table {
    width: 100%;
}

.detalles_botas .imagen_detalle img {
    max-width: 100%;
}

.detalles_botas ul li {
    float: right;
    padding-left: 20px;
    padding-bottom: 0;
}

.navegacion_botas {
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 5%;
}

.selector .nombre {
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.selector {
    opacity: 0.96;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.selector:hover {
    opacity: 1;
}

/* 2 columnas */

.selector_bota {
    position: relative;
    overflow: hidden;
}

.selector_bota .bloque_selector {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    max-width: 60%;
}

.bloque_selector_izda {
    margin-left: -10px;
}

.bloque_selector_drcha {
    margin-right: -10px;
}

/* ~ DETALLES MODELO ~ */

.detalles_botas .todos_detalles {
    display: flex;
}

.detalles_botas .info_contenido {
    align-self: center;
}

.detalles_botas>img {
    width: auto;
}

.img_detalle {
    height: inherit;
    position: relative;
    width: 100%;
}

/*
.selectores_zona .tipo_palma {
    float: right;
    margin-bottom: 25px;
}
*/


/* ~ CAROUSEL OTROS PRODUCTOS ~ */

.owl-item>div {
    padding: 0 15px;
}

/* ~ OTROS MODELOS ~ */

.pr_marca_hover {
    opacity: 0.5;
    bottom: 20%;
    left: 0;
    right: 0;
    cursor: pointer;
}

/* ~ Bloque lanzamientos relacionados ~ */

.contenedor-lanzamientos-relacionados {
    background: #f7f8f9;
    padding: 50px 0 25px;
}

.contenedor-lanzamientos-relacionados h2 {
    text-align: center;
    padding: 0 15px 40px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2.5em;
    line-height: 120%;
}

.contenedor-lanzamientos-relacionados figure {
    padding: 0 25px;
}

.contenedor-lanzamientos-relacionados figcaption {
    padding: 25px 0;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 120%;
    color: #222;
}

/* ~ MEDIAS ~ */

@media (max-width: 991px) {
    .detalles_botas ul li {
        padding: 10px;
        padding-bottom: 0;
    }

    .detalles_botas ul.lista_modelos {
        margin: 15% 10% 5% 0 !important;
    }

    .detalles_botas .texto_parte {
        padding: 10px 10px 40px;
        text-align: right;
    }
}

@media (max-width: 767px) {
    .detalles_botas .todos_detalles {
        display: block;
    }

    .bloque_enlace {
        padding: 5% 15px;
    }

    .detalles_botas {
        background-image: none !important;
    }

    .detalles_botas .fotos_detalle {
        position: relative;
        bottom: 0;
        left: 0%;
    }

    .selectores_zona .tipo_palma {
        float: none;
    }

    .detalles_botas .imagen_detalle img {
        max-width: 100%;
    }

    .detalles_botas .selectores_zona {
        position: relative;
        text-align: center;
    }

    .banner_video .play_overly {
        top: 25%;
        font-size: 60px;
    }

    .bloque_selector {
        max-width: 100%;
    }

    .bloque_selector_izda .bota {
        padding-left: 25px;
    }

    .bloque_selector_drcha .bota {
        padding-right: 25px;
    }

    .selector .cta_bota {
        display: none;
    }
}

@media (max-width: 520px) {
    .seccion_cambio_coleccion .bloque_enlace {
        min-height: 300px;
    }
}