/*
Theme Name: Tema Sportlife
Author: Rodrigo Berroeta (Agencia Böll)
Author URI: https://www.boll.cl
Description: Plantilla desarrollada para proyecto web Sportlife. Agencia Böll
Version: 1.0.7
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

body {
    background-color: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

.btnes_flex {
    display:flex;
    gap:20px;
    align-items: center;
}

.flex_btnes {
    display: flex;
    gap: 10px;
    align-items: center;
}

.btnSportlife {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #e8e8e8;
    /* border-radius: 20px 3px 35px 10px; */
    border-radius: 50px;
    outline: none;
    background: #77b2c6CC;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 10px 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.btnSportlife i {
    opacity: 0;
    font-size: 0px;
    transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btnSportlife:hover {
    animation: gradient 10s ease infinite;
    font-size: 14px;
    box-shadow: 2px 2px 0 #1a1a1a;
    color: #fff;
}

.btnSportlife:hover i {
    opacity: 1;
    font-size: 14px;
    margin-left: 10px;
}

.btnSportlife a {
    color: #fff;
    text-decoration: none;
    position: relative;
}


.btnSportlife.btnBorde {
    border: 2px solid #d96262;
    background-color: transparent;
    color: #d96262;
}

.btnSportlife.btnBlanco {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btnes_sucursales_prod .btnSportlife.btnBlanco {
    min-width: 200px;
}

.btnSportlifeHead.btnMiSportlife {
    /* Si usan background-image/gradient, esto lo pisa */
    background: #77b2c6CC !important;
    background-image: none !important;

    border-color: #77b2c6CC !important;
    color: #ffffff !important;
}

/* Hover del botón Mi Sportlife */
.btnSportlifeHead.btnMiSportlife:hover {
    background: #77b2c6 !important;        /* mismo color pero sin alpha */
    background-image: none !important;
    border-color: #77b2c6 !important;
    color: #ffffff !important;
}




@keyframes gradient {
    50% {
        background-position: 100% 0;
    }
}

.btncats_home {
    padding-top: 15px;
}

.btncats_home .btn.btnSportlife {
    padding: 7px 20px;
    font-size: 10px;
}

.btn.btnSportlife.btnLink {
    background: transparent;
    text-decoration: underline;
}

.btnCtaSeccion {
    display: flex;
    justify-content: center;
    padding-top: 25px;
}

/** btnAnimado **/
.cta {
    display: flex;
    align-items: center;
    color: #fff;
    background: none;
    border: none;
    padding: 12px 18px;
    position: relative;
    z-index: 9;
}

.cta a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    font-family: 'Barlow Condensed', sans-serif;
}

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

.cta::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(calc(200% - 5px));
    width: 45px;
    height: 45px;
    background: linear-gradient(130deg, #499dc5 0%, #181b8f 45%);
    border-radius: 50px;
    transition: transform .25s .25s cubic-bezier(0, 0, .5, 2), width .25s cubic-bezier(0, 0, .5, 2);
    z-index: -1;
}

.cta:hover::before {
    width: 100%;
    transform: translateY(-50%) translateX(-18px);
    transition: transform .25s cubic-bezier(0, 0, .5, 2), width .25s .25s cubic-bezier(0, 0, .5, 2);
}

.cta i {
    margin-left: 5px;
    transition: transform .25s .4s cubic-bezier(0, 0, .5, 2);
}

.cta:hover i {
    transform: translateX(3px);
}

/** fim btnAnimado **/


/** HEADER ***/

.topbar {
    background: rgba(119, 178, 198, 0.5);
    padding: 5px 0;
    margin-bottom: 10px;
}

.info_topbar {
    display: flex;
    gap: 15px;
}

.txt_topbar {
    font-size: 13px;
}

.icono_topbar {
    color: #fff;
}

.txt_topbar a,
.txt_topbar {
    color: #fff;
    text-decoration: none;
}

.cabecera_ppal {
    position: absolute;
    z-index: 10;
    top: 0;
    width: 100%;
    background: rgba(26, 26, 26, 0.8);
    padding: 0 0 10px;
    transition: all .3s ease;
}

.page-template-page-servicios .cabecera_ppal, .single-product .cabecera_ppal {
    position: sticky;
    top: 0;
    background: #343434;
}


.btnSportlifeHead {
    font-size: 13px;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 10px 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    background: linear-gradient(90deg, #5b5b5b, #2f2f2f); /* gris que combina con el header */
    border-radius: 14px;
    border: 1px solid #111111;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.45);
}

/* Hover / focus */
.btnSportlifeHead:hover,
.btnSportlifeHead:focus {
    background: linear-gradient(90deg, #6a6a6a, #343434);
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.55);
	color: #fff;
}

/* Estado activo (clic) */
.btnSportlifeHead:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.logo {
    display: flex;
    justify-content: center;
    padding: 10px 0px;
}

.logo_ppal {
    width: 190px;
    max-width: 200px;
    /* margin-top: -20px; */
    transition: width .3s ease;
    filter: hue-rotate(359deg) brightness(1000);
}

.menu_principal {
    display: flex;
    justify-content: flex-end;
    /* margin-left: 20px; */
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

.menu_principal .menu,
.menu_principal .htmega-megamenu {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
    align-content: stretch;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    letter-spacing: -.3px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.menu_principal .htmega-menu-container ul>li {
    margin-right: 10px !important;
}

.menu_principal .menu li a,
.htmega-megamenu li>a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    /* text-transform: uppercase; */
    padding: 10px 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.menu_principal .btnVerde,
.menu_principal .btnNaranja,
.menu_principal .btn.btnOutlineVerde {
    min-width: 120px;
}

/* menu hamburguesa*/


.desktop_head .hamburger {
    padding: 10px;
	display: none;
}

.desktop_head .hamburger-box {
    width: 30px;
}

.desktop_head .hamburger-inner {
    margin-top: 0;
    top: calc(50% + 2px);
}

.desktop_head .hamburger-inner,
.desktop_head .hamburger-inner:after,
.desktop_head .hamburger-inner:before {
    height: 2px;
    width: 30px;
    border-radius: 3px;
    background-color: #fff;
}

.scrolling .desktop_head .hamburger-inner,
.scrolling .desktop_head .hamburger-inner:after,
.scrolling .desktop_head .hamburger-inner:before {
    background: #343434;
}

.desktop_head .hamburger-inner:before {
    top: -8px;
}

.desktop_head .hamburger-inner:after {
    bottom: -8px;
}

.menu_izquierda {
    gap: 20px;
}

.menu_derecha {
    justify-content: flex-end;
}

/** SUBMENU **/
.menu-item-has-children {
    position: relative;
    display: flex;
    align-items: center;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    width: 240px;
    background: #03adc0;
    padding: 0 10px;
    list-style: none;
    height: 0;
    overflow: hidden;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    z-index: 20;
}

.htmega-menu-container .menu-item-has-children .sub-menu li a {
    padding: 5px 10px;
}

.htmega-menu-container .menu-item-has-children .sub-menu li {
    line-height: 1;
    display: flex;
    align-items: center;
}

.menu-item-has-children:hover .sub-menu {
    padding: 10px 10px 0;
    height: auto;
}

.menu-item-has-children::after {
    /* content: "\f078"; */
    font-size: 8px !important;
    margin-left: 6px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    margin-bottom: 3px;
}


.menu-item-has-children:hover>a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 10%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-right: 9px solid transparent;
    border-bottom: 12px solid #03adc0;
    border-left: 9px solid transparent;
}

.menu-item-has-children .sub-menu li {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    padding: 0px;
    border-bottom: 1px solid #eaeaea29;
    display: flex;
    align-items: center;
}

.menu-item-has-children .sub-menu li a {
    padding: 10px 0;
    color: #fff;
}

.menu-item-has-children .sub-menu li::before {
    content: "\f054";
    font-size: 8px !important;
    margin-left: 6px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #1c1c1c;
    margin-bottom: 3px;
    margin-right: 10px;
}

.menu-item-has-children .sub-menu li:last-of-type {
    border-bottom: 0;
}

.btnes_head {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.rrss_head {
    display: flex;
    gap: 10px;
    margin-right: 10px;
}

.rrss_head a {
    color: #fff;
    font-size: 14px;
    font-family: 'Barlow Condensed', sans-serif;
    text-decoration: none;
}

.rrss_head a i {
    font-size: 16px;
    margin-right: 9px;
    background: #fa7b00;
    padding: 6px 7px;
    border-radius: 50px;
}

.rrss_head a.link_login {
    color: #fff;
    background-color: transparent;
    border-radius: 50px;
    padding: 3px 10px;
    text-decoration: none;
    transition: background-color .3s ease-in-out;
    display: flex;
    align-items: center;
    font-weight: 700;
    line-height: 1;
}

.rrss_head a.link_login:hover {
    color: #fff;
    background: #0000001f;
}

.fono_menu {
    display: flex;
    flex-direction: column;
}

.fono_menu span {
    font-size: 12px;
    font-weight: 400;
}

.rrss_head.rrss_movil {
    margin-top: 25px;
}

.rrss_head.rrss_movil a {
    background: #0e1b4d;
    padding: 9px 10px;
    border-radius: 50%;
    line-height: 1;
}

/** MEGAMENU **/
.htmegamenu-content-wrapper.sub-menu {
    top: 0px !important;
    padding: 10px !important;
}

.htmega_mega_menu,
.htmega-megamenu,
.desktop_head>.container>.row>.col-sm {
    position: unset !important;
}

/* .htmega_mega_menu:hover::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
} */

.menu_principal .htmega-megamenu .htmegamenu-content-wrapper {
    width: 900px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: none;
    top: 75px !important;
    background-color: transparent;
}

.logo_2 {
    display: none;
}

/** on scroll **/
.cabecera_ppal.scrolling,
.cabecera_ppal.mm_activo {
    position: fixed;
    top: 0;
    background: #1a1a1a;
    box-shadow: 0 0 7px rgba(0, 0, 0, .2);
}

.scrolling .logo_ppal,
.mm_activo .logo_ppal {
    filter: none;
}

.scrolling .menu_principal .menu li a,
.scrolling .htmega-menu-container ul>li>a,
.scrolling .rrss_head a,
.mm_activo .menu_principal .menu li a,
.mm_activo .htmega-menu-container ul>li>a,
.mm_activo .rrss_head a {
    color: #fff;
}


.scrolling .menu_principal .menu li.menu-item-has-children .sub-menu li a {
    color: #1a1a1a;
}

.scrolling .btn.btnOutlineVerde {
    color: #74bc1e;
}

.scrolling .mobile_head .rrss_head.rrss_movil a {
    color: #fff;
}

.scrolling .rrss_head a i {
    padding: 0;
    background: transparent;
    color: #e1251b;
}

.scrolling .logo_1 {
    display: none;
}

.scrolling .logo_2 {
    display: block;
}

/** fin on scroll **/

/*** BODY ***/
.box_convenios:hover {
    background-color: #47a6f8;
    border-radius: 15px;
}

.box_convenios:hover .elementor-widget-container {
    border-color: #fff !important;
}

.box_convenios:hover .elementor-image-box-wrapper .elementor-image-box-title,
.box_convenios:hover .elementor-image-box-wrapper .elementor-image-box-description {
    color: #fff !important;
}

/***
*** PAG INTERNAS SEDES **
***/
.tits_int_sedes span {
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    display: block;
    text-transform: uppercase;
}

.contenedor-sticky {
    position: relative; /* Posición por defecto */
    transition: all 0.3s ease-in-out;
}

.contenedor-sticky.fijo {
    position: fixed;
    top: 129.43px; /* Espaciado desde la parte superior */
    width: 100%; /* Asegura que mantenga el ancho */
    z-index: 999; /* Asegura que quede por encima de otros elementos */
}


/***
*** PAG INTERNAS PRODUCTOS **
***/
.img_dest_pag_producto img {
    border-radius: 20px !important;
}





































.tit_subt span,
.tits_boxes span {
    display: block;
    line-height: 1;
    font-size: 70%;
    font-weight: 300;
}

.tits_boxes span {
    font-size: 75%;
    line-height: 1.2;
}

.app_seccion .tit_subt span {
    font-size: 65%;
}

.box_info_faq .elementor-image-box-wrapper .elementor-image-box-img img {
    border-radius: 20px 20px 0 0;
}

.box_info_faq .elementor-image-box-wrapper .elementor-image-box-content {
    padding: 25px;
}

.cta_nosotros .btnes_flex {
    display: flex;
    gap: 30px;
    justify-content: center;
}









/** form **/

.flex_form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form_row {
    display: flex;
    gap: 10px;
    width: 100%;
    flex-direction: column;
}

.flex_box {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.flex_box p,
.flex_box input,
.flex_box select,
.flex_box textarea,
.flex_box label {
    width: 100%;
}

.flex_box input,
.flex_box select,
.flex_box textarea {
    border: 0;
    border-radius: 5px;
    padding: 10px 15px;
}

.flex_box label {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0;
}

.flex_box textarea {
    max-height: 120px;
}



.cards_form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.form-group {
    margin-bottom: 10px;
}

.form-group label {
    color: #42421C;
    font-size: 14px;
    font-family: 'Barlow Condensed', sans-serif;
}

.content_form .form-control.form-control-lg {
    border-radius: 4px;
    background: #f3f5f3;
    border: none;
    box-shadow: none;
    font-family: 'Barlow Condensed', sans-serif;
}

.content_form .form-control {
    color: #42421C;
    font-size: 14px;
}

.content_form .form-control::placeholder {
    color: #42421C8a;
}

.form_pagina_interna .content_form textarea {
    min-height: 111px;
}

.content_form .input-group-text {
    height: 100%;
    color: #ffffff;
    background-color: #d96262;
    border: none;
    border-radius: 0.25rem 0 0 0.25rem;
    font-size: 14px;
}

/** fin form **/



.ocultar {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
}

body.blog .cabecera_ppal {
    background: #1a1a1a;
    padding-bottom: 0;
}

body.blog .menu_principal .menu li a {
    color: #1c1c1c;
}

body.blog .logo_ppal {
    filter: hue-rotate(359deg) brightness(1000);
    max-width: 120px;
}

/* body.page-template-page-servicios .logo_ppal {
    max-width: 170px;
} */

.container.mw1000 {
    max-width: 700px;
}

.submenu_int {
    background: #1c1c1c;
}

.submenu_flex {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
}

.menuitem {
    width: 100%;
    text-align: center;
    padding: 10px;
}

.menuitem.activo,
.menuitem:hover {
    background-color: #ffffff40;
}

.menuitem a {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    text-decoration: none;
}

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

.smalltxt {
    font-size: 14px;
}

.col_equipo .elementor-widget-wrap.elementor-element-populated {
    overflow: hidden;
}

.secc_equipo .iconos_equipo {
    position: absolute;
    top: 15px;
    z-index: 3;
    padding-right: 10px;
}

.secc_equipo .abs_titulo {
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, black, transparent);
    padding: 30px 20px 20px 20px;
    z-index: 2;
}


/** MORPH **/
.circle_morph {
    background: plum;
    width: 450px;
    height: 450px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    overflow: hidden;
    animation: morph 4s linear infinite;
    margin: 0 auto;
}

.circle_morph img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 50%;
    }

    34% {
        border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
    }

    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    }

    100% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 50%;
    }

}

/** CSS BOTON VIDEO **/
.Blink {
    animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

@keyframes blinker {
    from {
        transform: scale(1);
        opacity: .7;
    }

    to {
        transform: scale(.7);
        opacity: 1;
    }
}

.Blink_in {
    animation: blinker 1.5s cubic-bezier(.4, 0, 1, 1) infinite alternate;
}

.circle {
    display: block;
    border-radius: 50%;
    background-color: #fa7b008a;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    padding: 15px;
}

.circle.circle_in {
    width: 20px;
    /*misma altura y anchura*/
    height: 20px;
    background-color: #fa7b00;
    margin: 0px auto;
    padding: 0;
}

.btn_video {
    position: relative;
    display: table;
    font-family: 'Poppins', sans-serif;
}

.btn__video {
    position: absolute;
    left: calc(105%);
    top: calc(50% - 13px);
}

.icono_video {
    width: 45px;
    height: auto;
    margin: 0 auto;
}

/****************************************************************
**** PAGINA BLOGs ********************************
**************************************************************** */

.wrap_blog {
    padding-top: 150px;
    padding-bottom: 60px;
    background: #96A6FD1A;
}

.blog_page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog_page .article-loop {
    width: 31%;
    margin-bottom: 10px;
}

.content_video_frame {
    max-width: 600px;
    margin: 30px auto;
    display: block;
}

.flex_blog {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.box_img_video {
    height: 315px;
    width: 100%;
}

.box_img_video img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
}

.box_content_blog {
    padding: 20px;
}

.box_content_blog h2 {
    font-family: 'Yummo W03', sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.box_content_blog h2 a {
    color: #000;
}

.box_content_blog a {
    text-decoration: none;
}

.box_content_blog p {
    font-size: 13px;
    line-height: 1.3;
}

.primary-sidebar.widget-area {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 7px #9d9d9d0d;
}

.primary-sidebar.widget-area h2 {
    font-family: 'Yummo W03', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 20px;
}

.primary-sidebar.widget-area ul li {
    margin-bottom: 10px;
    background: #0000000a;
    padding: 10px;
    border-radius: 10px;
}

.primary-sidebar.widget-area a {
    /* text-decoration: none; */
    font-family: 'Yummo W03', sans-serif;
    color: #000;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
}

.primary-sidebar.widget-area .wp-block-latest-posts__post-excerpt {
    font-size: 13px;
    font-family: 'Yummo W03', sans-serif;
}

.wp-block-latest-posts__post-date,
.box_content_blog .fecha_post {
    color: #D2D314;
    font-family: 'Yummo W03', sans-serif;
    font-size: 11px;
}


.socios-idicam #gallery-1 img,
.socios-idicam #gallery-2 img {
    border: 0;
}


/****************************************************************
**** PAGINA INTERNA BLOG ********************************
**************************************************************** */
/* body.single.single-post .cabecera_ppal,
body.single-videoteca .cabecera_ppal,
body.page-template-page-videoteca .cabecera_ppal,
body.page-template-page-blogidicam .cabecera_ppal {
    position: relative;
    background: #fff;
}

body.single.single-post .logo_ppal,
body.single-videoteca .logo_ppal,
body.page-template-page-videoteca .logo_ppal,
body.page-template-page-blogidicam .logo_ppal {
    filter: brightness(0);
    width: 80px;
}

body.single.single-post .cabecera_ppal .menu_principal .menu li a,
body.single.single-post .cabecera_ppal .rrss_head a,
body.single-videoteca .cabecera_ppal .menu_principal .menu li a,
body.single-videoteca .cabecera_ppal .rrss_head a,
body.page-template-page-videoteca .cabecera_ppal .menu_principal .menu li a,
body.page-template-page-videoteca .cabecera_ppal .rrss_head a,
body.page-template-page-blogidicam .cabecera_ppal .menu_principal .menu li a,
body.page-template-page-blogidicam .cabecera_ppal .rrss_head a {
    color: #1c1c1c;
} */

.blog_wrap {
    background: #f0f0f0;
    padding: 120px 0 70px;
}

.blog_wrap .container {
    max-width: 900px;
}

.seccion_blog_single {
    display: flex;
    gap: 30px;
}

/* .seccion_blog_single article {
    width: 70%;
}

.seccion_blog_single .sidebar_col {
    width: 30%;
} */

.seccion_blog_single article {
    width: 100%;
}

.seccion_blog_single article h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
}


.modelpup {
    height: auto !important;
    margin-bottom: 30px;
}


.header_blog {
    margin-bottom: 35px;
}

.header_blog .meta_data {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content_imagen_dest {
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 25px;
    margin-bottom: 35px;
}

.content_imagen_dest img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.blog_wrap .article-full p {
    text-align: justify;
    color: #54595f;
    font-family: "Barlow Condensed", Sans-serif;
}


/****************************************************************
**** MODALS ********************************
**************************************************************** */
#modalForm .modal-body {
    padding: 0;
    border-radius: 7px;
}

#modalForm .modal-body .btn-close {
    position: absolute;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: #ffffffa6;
    line-height: 1;
    border-radius: 50%;
    color: #000;
    right: 10px;
    top: 10px;
}

#modalForm .modal-body .row .col-sm:first-of-type {
    background-color: #fff;
    border-radius: 7px 0 0 7px;
}

.bg_modal_form {
    background: url(/italzip/wp-content/uploads/2024/06/galeria-home.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    border-radius: 0 7px 7px 0;
}

.content_modal_form {
    padding: 7px;
}

.content_modal_form h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #3C6035;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.content_modal_form .form_row {
    flex-direction: column;
    gap: 0;
}


/****************************************************************
**** FOOTER ********************************
**************************************************************** */
footer {
    width: 100%;
    padding: 0;
    padding-top: 50px;
    /* background: linear-gradient(to right, #4b82fb, #720fad); */
    background-color: #343434;
}



.boxes_footer {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.logo_foot {
    filter: contrast(0) brightness(1000);
}

.box_foot {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.box_foot:first-child {
    align-items: flex-start;
    width: 35%;
    gap: 20px;
}

.box_foot:first-child p {
    padding-right: 80px;
}

.box_foot {
    /* align-items: flex-end; */
    width: 21.6%;
}

.box_foot:nth-child(2) {
    /* width: 30%; */
    /* align-items: flex-start; */
}

.box_foot h3 {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 35px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -.5px;
}

.box_foot .rrss_foot a {
    text-decoration: none;
    /* background: -webkit-linear-gradient(286deg, #808080, #b6b6b6, #fdfdfd, #d0d0d0, #9c9c9c, #9c9c9c);
    background: linear-gradient(286deg, #808080, #b6b6b6, #fdfdfd, #d0d0d0, #9c9c9c, #9c9c9c);
    background: -moz-linear-gradient(286deg, #808080, #b6b6b6, #fdfdfd, #d0d0d0, #9c9c9c, #9c9c9c); */
    background-color: #fff;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_foot p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
    color: #ffffffcf;
    text-align: right;
}

/* .box_foot:nth-child(2) p {
    text-align: left;
} */

.box_foot p i {
    margin-right: 10px;
    color: #74bc1e;
    display: none;
}

.box_foot a {
    font-family: 'Montserrat', sans-serif;
    color: #ffffffcf;
    text-decoration: none;
    font-size: 13px;
    margin-bottom: 7px;
}

.box_foot a:hover {
    color: #fa7b00;
}

.list_footer {
    list-style: none;
    padding: 0;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
}

.list_footer li {}

.list_footer li a {
    color: #1c1c1c;
    text-decoration: none;
}

.list_footer li a:hover {
    text-decoration: underline;
}

.foot_1 img {
    width: 100%;
    max-width: 250px !important;
}

.separador_footer {
    width: 90%;
    height: 1px;
    background-color: #ffffff4a;
    display: block;
    margin: 0 auto 25px;
}

.box_copy {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.copy_footer {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    background: #77B2C6;
    width: 100%;
    padding: 10px 0;
    border-radius: 35px 35px 0 0;
    margin-top: 30px;
}

.rrss_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    /* margin-top: 15px; */
    position: relative;
}

.rrss_footer a {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    border-radius: 5px;
    border: 2px solid #fff;
    transition: all .4s ease-in-out;
}

.rrss_footer a i {
    font-size: 20px;
    line-height: 1;
}

.rrss_footer a:hover {
    background-color: #4b82fb;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-5px);
}

.box_foot.order3 {
    padding-left: 40px;
    gap: 10px;
    align-items: center;
}

.logos_apps {
    flex-direction: column;
}

.copy_footer p {
    margin: 0;
    color: #fff;
}

.copy_footer p a {
    text-decoration: underline;
    color: #fff;
}

.mobile_head {
    display: none;
}




/*** BLOG **/
.blog .eael-grid-post-holder {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .05);
}

.blog .eael-grid-post-holder:hover {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
}

.blog .eael-grid-post .eael-entry-wrapper {
    padding: 20px 15px;
}

.blog .eael-grid-post .eael-entry-wrapper .eael-entry-title {
    font-family: 'Orkney', sans-serif;
}

.blog .eael-grid-post .eael-entry-wrapper .eael-entry-content {
    font-family: 'Effra', sans-serif;
}

.blog .eael-grid-post .eael-entry-wrapper .eael-entry-content a {
    display: table;
    margin-top: 10px;
}




@media (max-width:767px) {

    .desktop_head {
        display: none;
    }

    .mobile_head {
        display: block;
    }

    .btnSportlife {
        font-size: 13px;
    }

    .logo_ppal {
        max-width: 80%;
        margin: 0 auto;
        display: block;
        width: auto;
        max-height: 70px;
    }

    /** Menu movil **/
    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before,
    body.page-template-page-servicios .hamburger-inner,
    body.page-template-page-servicios .hamburger-inner:after,
    body.page-template-page-servicios .hamburger-inner:before {
        background-color: #5e8ba6 !important;
    }

    .menu_movil .menu {
        list-style: none;
        padding: 0;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1.5;
        font-weight: 500;
    }

    .menu_movil .menu li {
        padding: 10px;
        border-bottom: 1px solid #f0f1f4;
    }

    .menu_movil .menu li a {
        text-decoration: none;
        color: #5e8ba6;
        font-family: 'Barlow Condensed', sans-serif;
    }

    .menu_movil .menu li .sub-menu li a {
        color: #fff;
    }

    .btnes_head {
        justify-content: center;
    }

    .menuitem {
        padding: 10px 0;
    }

    .menuitem a {
        font-size: 10px;
    }

    /** Body **/

    .tits_int_sedes span {
        font-size:20px;
    }
    
    .btnes_flex {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .blog_wrap {
        padding-top: 90px;
    }

    .content_imagen_dest {
        height: 300px;
    }



    .circle {
        width: 300px;
        height: 300px;
    }

    .tarjeta,
    .tarjeta.tarjeta_izq {
        margin-left: auto;
        margin-right: auto;
    }

    .box_int_contacto h2 {
        font-size: 30px;
    }

    .box_int_contacto.boxes_der h2 {
        font-size: 18px;
    }

    .boxtxt {
        font-size: 10px;
    }

    .box_flotante,
    .box_int_contacto {
        width: 90%;
    }

    .wrap_blog {
        padding-top: 80px;
    }

    .blog_page .article-loop {
        width: 100%;
    }

    /** Footer **/
    .flex_cds {
        gap: 0;
        border-radius: 10px;
        overflow: hidden;
        flex-wrap: wrap;
    }

    .cds {
        width: 33.3%;
        border-radius: 0;
    }

    .boxes_footer {
        flex-wrap: wrap;
        gap: 0;
    }

    .boxes_footer .box_foot {
        width: 100%;
        margin-bottom: 20px;
        padding: 2%;
        align-items: center;
    }

    .boxes_footer .box_foot:nth-child(2) {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .box_foot.order3 {
        display: flex;
        flex-wrap: wrap;
    }

    /* .box_foot.order3 img {
        max-width: 60%;
        margin:0 auto;
    } */

    .logos_apps {
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }

    .logos_apps a {
        width: 100%;
    }

    .box_foot h3 {
        font-size: 16px;
        margin-bottom: 25px;
        width: 100%;
        text-align: center;
    }

    .box_foot p {
        margin-bottom: 5px;
    }

    /* .box_foot:first-child {
        align-items: flex-start;
    } */

    .box_foot:first-child p {
        text-align: left;
    }

    /* .box_foot a {
        width: 33%;
        margin-bottom: 10px;
    } */

    .order1 {
        order: 1;
    }

    .order2 {
        order: 2;
    }

    .order3 {
        order: 3;
    }

    .copy_footer p {
        text-align: center;
    }

    .carrusel>.product {
        width: 50%;
    }

    .seccion_blog_single {
        flex-direction: column;
    }

    .seccion_blog_single article,
    .seccion_blog_single .sidebar_col {
        width: 100%;
    }

    .item_video-contenido p {
        display: none;
    }

    .copy_movil p {
        font-size: 12px;
        text-align: center;
        margin: 30px 0 15px;
    }

    .info_bio {
        padding: 20px;
    }

    .link_bio .btn.btnAdv {
        font-size: 15px;
    }


    .box_glass {
        background: linear-gradient(221deg, #499dc5 0%, #181b8f 55%);
    }

}

/* Asegura que el botón se posicione relativo al hero */
.hero {
  position: relative;      /* importante */
  min-height: 100vh;       /* o la altura que ya uses para tu hero */
}

/* Botón redondo, centrado al fondo del hero */
.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(119, 178, 198, 0.5); /* #77b2c6 al 50% */
  display: grid;
  place-items: center;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
  border: 1.5px solid #fff;              /* bordes blancos */
  transition: transform .2s ease, box-shadow .2s ease;
  backdrop-filter: blur(6px);
  -webkit-tap-highlight-color: transparent;
}

.scroll-down:hover,
.scroll-down:focus-visible {
  transform: translateX(-50%) translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.3);
  outline: none;
}

/* Flecha blanca hecha con bordes */
.arrow {
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  margin-top: -2px;
  animation: bob 1.4s ease-in-out infinite;
}

@keyframes bob {
  0%, 100% { transform: rotate(45deg) translateY(0); opacity: 1; }
  50%      { transform: rotate(45deg) translateY(6px); opacity: .8; }
}

/* opcional: scroll suave al ancla */
html { scroll-behavior: smooth; }


:root{
  --c-prim:#77b2c6;
  --c-blanco:#fff;
}

:root{
  --c-prim:#77b2c6;
  --c-blanco:#ffffff;
}

/* SECCIÓN (FONDO DINÁMICO) */
#beneficios.seccion-beneficios{
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  transition: background-image .4s ease-out;
  padding:60px 0;
}

/* GRID */
.contenedor-tarjetas.compact{
  display:grid;
  grid-template-columns: repeat(3, minmax(220px,1fr));
  gap: clamp(16px,2.5vw,32px);
  max-width:1100px;
  margin:0 auto;
  font-family: Montserrat, system-ui, sans-serif;
  color: var(--c-blanco);
}

/* CARD */
.contenedor-tarjetas.compact .tarjeta{
  background: transparent;
  border: none;
  outline: none;
  border-radius: 12px;
  padding: 16px 16px 14px;
  min-height: 180px;
  display:flex;
  flex-direction:column;
  gap:10px;
  cursor:pointer;
  transition: transform .25s ease;
}

.contenedor-tarjetas.compact .tarjeta:hover{
  transform: translateY(-2px);
}

/* HEADER */
.head{
  display:grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "num  pill"
    "tit  pill";
  align-items:center;
  gap:6px 12px;
}

.num{
  grid-area:num;
  font-weight:700;
  font-size:30px;
  color:var(--c-prim);
  letter-spacing:.12em;
}

.tarjeta h3{
  grid-area:tit;
  margin:0;
  font-size:20px;
  line-height:1.05;
  font-weight:700;
  text-transform:uppercase;
  color: var(--c-blanco);
}

/* PILL */
.pill{
  grid-area:pill;
  justify-self:end;
  font-size:18px;
  padding:6px 10px;
  border:1px solid var(--c-prim);
  color:var(--c-prim);
  border-radius:999px;
  background: rgba(119,178,198,0.1);
  text-transform:uppercase;
  letter-spacing:.06em;
  white-space:nowrap;
}

/* CONTENIDO (show on hover) */
.contenido{
  overflow:hidden;
  max-height:0;
  opacity:0;
  transform: translateY(6px);
  transition: max-height .35s ease, opacity .25s ease, transform .25s ease;
}
.tarjeta:hover .contenido{
  max-height:240px;
  opacity:1;
  transform: translateY(0);
}

.dash{
  display:block;
  width:40px;
  height:2px;
  background:var(--c-prim);
  margin:4px 0 8px;
  opacity:.9;
}

.contenido p{
  margin:0 0 10px 0;
  font-size:12.5px;
  line-height:1.5;
  color:rgba(255,255,255,.9);
}

.chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.chip{
  font-size:11px;
  padding:5px 10px;
  border:1px solid var(--c-prim);
  color:var(--c-prim);
  border-radius:999px;
  background: rgba(119,178,198,0.1);
  text-transform:uppercase;
}

@media (max-width: 960px){
  .contenedor-tarjetas.compact{ grid-template-columns: repeat(2, minmax(220px,1fr)); }
}
@media (max-width: 640px){
  .contenedor-tarjetas.compact{ grid-template-columns: 1fr; }
}


/* ===== Botón circular flecha hacia abajo ===== */
.scroll-btn{
  --size: 48px;             /* cambia a 40/56/64 según necesites */
  --bg: #37555b;            /* teal oscuro (fondo) */
  --ring: #7fb2b8;          /* teal claro (borde) */
  --icon: #b9dadd;          /* color de la flecha */
  
  width: var(--size);
  height: var(--size);
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--bg);
  color: var(--icon);       /* hereda para el SVG */
  border: 2px solid var(--ring);
  box-shadow: 0 2px 10px rgba(0,0,0,.25);
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  outline: none;
}

.scroll-btn .icon{
  width: 55%;               /* tamaño relativo dentro del círculo */
  height: 55%;
  display: block;
}

.scroll-btn:hover{
  transform: translateY(1px);
  box-shadow: 0 4px 16px rgba(0,0,0,.35);
}

.scroll-btn:active{
  transform: translateY(2px) scale(.98);
}

.scroll-btn:focus-visible{
  box-shadow: 0 0 0 3px rgba(127,178,184,.4), 0 4px 16px rgba(0,0,0,.35);
}

/* Opción: posición fija centrada abajo (descomenta si la quieres flotante) */
/*
.scroll-btn.is-floating{
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
}
*/

.selector h4 {
	color: #fff;
}

/* ====== Layout general ====== */
.sl-cards{
  background:#1f1f1f;
  padding:24px 0;
}
.sl-cards__grid{
  max-width:1200px;
  margin:0 auto;
  padding:0 16px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

/* ====== Tarjeta ====== */
.sl-card{
  position:relative;
  border-radius:10px;
  overflow:hidden;
  height:420px;
  box-shadow:0 6px 18px rgba(0,0,0,.35);
  isolation:isolate;
  background:#111;
  transform:translateZ(0);
  transition:transform .2s ease, box-shadow .2s ease;
}
.sl-card:hover,
.sl-card:focus-within{
  transform:translateY(-4px);
  box-shadow:0 12px 28px rgba(0,0,0,.45);
}

/* Imagen */
.sl-card__img{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover;
  filter:brightness(.7) saturate(.9);
  z-index:0;
}

/* Vignette + gradiente inferior */
.sl-card__overlay{
  position:absolute; inset:0; z-index:1;
  background:
    radial-gradient(120% 90% at 50% -10%, rgba(0,0,0,0) 40%, rgba(0,0,0,.35) 100%),
    linear-gradient(to bottom, rgba(0,0,0,0) 55%, rgba(0,0,0,.65) 100%);
  pointer-events:none;
}

/* Contenido */
.sl-card__content{
  position:absolute; inset:16px;
  display:flex; flex-direction:column; justify-content:flex-end;
  z-index:2; color:#e9f2f3;
}

/* Importante: sin gap para que el título no se separe de la imagen */
.sl-card__content--with-text{ gap:0; position:relative; }

.sl-card__title{
  font:700 18px/1.2 "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  letter-spacing:.02em;
  text-transform:uppercase;
  color:#e6f4f5;
  text-shadow:0 2px 6px rgba(0,0,0,.6);
  margin:0;
}

/* ====== Descripción: NO ocupa espacio (se muestra al hover/focus) ====== */
.sl-card__desc{
  position:absolute;
  left:0; right:0;
  bottom:56px;                 /* ajusta si quieres más/menos separación del título */
  margin:0;
  max-width:36ch;
  font:400 14px/1.5 "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:#d7e6e8;

  /* oculta por defecto */
  opacity:0;
  transform:translateY(8px);
  visibility:hidden;
  transition:opacity .25s ease, transform .25s ease, visibility 0s linear .25s;
}

.sl-card:hover .sl-card__desc,
.sl-card:focus-within .sl-card__desc{
  opacity:1;
  transform:translateY(0);
  visibility:visible;
  transition-delay:0s;
}

/* Icono */
.sl-card__icon{
  --bg:#37555b; --ring:#7fb2b8; --icon:#b9dadd;
  position:absolute; top:10px; right:10px; z-index:3;
  width:34px; height:34px; border-radius:50%;
  display:grid; place-items:center;
  background:var(--bg); color:var(--icon);
  border:2px solid var(--ring);
  box-shadow:0 2px 10px rgba(0,0,0,.25);
  outline:none; cursor:pointer;
  transition:transform .15s ease, box-shadow .15s ease;
}
.sl-card__icon svg{ width:60%; height:60%; display:block; }
.sl-card__icon:hover{ transform:translateY(1px); box-shadow:0 4px 16px rgba(0,0,0,.35); }
.sl-card__icon:focus-visible{ box-shadow:0 0 0 3px rgba(127,178,184,.4), 0 4px 16px rgba(0,0,0,.35); }

/* ====== Responsivo ====== */
@media (max-width:1024px){
  .sl-cards__grid{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:640px){
  .sl-cards__grid{ grid-template-columns:1fr; }
  .sl-card{ height:380px; }
}

/* ---------- FORMULARIO DE CONTACTO SPORTLIFE ---------- */

.form-contacto-wrapper {
    max-width: 900px;
    margin: 40px auto;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

.form-contacto label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
}

.form-contacto .required {
    color: #77b2c6;
}

/* Inputs + selects */
.form-contacto input,
.form-contacto select,
.form-contacto textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid rgba(255,255,255,0.25);
    background: rgba(0,0,0,0.35);
    color: #fff;
    border-radius: 10px;
    outline: none;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.25s ease;
}

.form-contacto input:focus,
.form-contacto select:focus,
.form-contacto textarea:focus {
    border-color: #00aaff; /* celeste estilo SPORTLIFE */
    background: rgba(0,0,0,0.55);
}

/* Grillas (compatibles con bootstrap si lo usas) */
.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.col-md-6 {
    flex: 1;
}

.form-contacto label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
}

.form-group label {
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

/* Botón */
.form-contacto button[type="submit"] {
    width: 100%;
    padding: 14px;
    background: #77b2c6;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: 0.25s ease;
    letter-spacing: .5px;
}

.form-contacto button[type="submit"]:hover {
    background: #0099ff;
}

/* Mensajes */
.alert {
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
}

.alert-success {
    background: rgba(0, 200, 80, 0.2);
    border: 1px solid rgba(0, 200, 80, 0.4);
    color: #0f0;
}

.alert-danger {
    background: rgba(255, 0, 0, 0.2);
    border: 1px solid rgba(255, 0, 0, 0.4);
    color: #ff4d4d;
}

/* Placeholders */
.form-contacto ::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

/* Mobile */
@media (max-width: 768px) {
    .form-row {
        gap: 10px;
    }
}


.seccion-beneficios {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  --beneficios-bg: none; /* se rellena desde JS */
}

/* Capa que se usa para el efecto de fade */
.seccion-beneficios::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--beneficios-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.4s ease; /* aquí controlas lo suave/rápido */
  pointer-events: none;
}

/* Cuando hay tarjeta activa, mostramos la capa */
.seccion-beneficios.is-hovered::after {
  opacity: 1;
}


.txt_topbar,
.txt_topbar:visited,
.txt_topbar:hover,
.txt_topbar:active{
    color: #fff;
}

.box_foot ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.box_foot li {
    list-style: none;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&display=swap');

.contenedor_sucursales {
    width: 100%;
    font-family: 'Montserrat', sans-serif !important;
}

/* Header */
.header_sedes_grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding: 0 10px;
}

.label-montserrat {
    color: #fff;
    font-weight: 800;
    font-size: 11px;
    letter-spacing: 2px;
}

.region-switcher-final {
    background: #111;
    color: #fff;
    border: 1px solid #333;
    padding: 8px 15px;
    border-radius: 4px;
    margin-left: 10px;
}

/* Nav */
.nav-sedes-custom button {
    background: #77b2c6 !important;
    border: none !important;
    color: #000 !important;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 5px;
}

/* TARJETA SIN PADDING */
.sede-item-final {
    margin: 0 10px; /* Separación lateral entre tarjetas */
    padding: 0 !important; /* MATAMOS EL PADDING */
}

.card-anchor {
    display: block;
    width: 100%;
    height: 380px; /* Altura pro */
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    text-decoration: none !important;
}

.card-content {
    position: absolute;
    inset: 0; /* Ocupa todo sin dejar aire */
    background: linear-gradient(to top, #191919 0%, rgba(25, 25, 25, 0.4) 50%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px; /* Padding interno para el texto solamente */
    box-sizing: border-box;
}

/* Textos Montserrat Heavy */
.card-content h3 {
    font-weight: 800;
    font-size: 24px;
    margin: 0 0 8px 0;
    color: #fff;
    text-transform: uppercase;
}

.card-content p {
    font-size: 14px;
    margin: 0 0 20px 0;
    color: #ccc;
    line-height: 1.4;
}

.tag { color: #77b2c6; font-weight: 800; font-size: 10px; letter-spacing: 3px; }
.ver { color: #77b2c6; font-weight: 800; font-size: 12px; border-bottom: 2px solid #77b2c6; align-self: flex-start; }

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&display=swap');

.contenedor_sucursales {
    width: 100%;
    font-family: 'Montserrat', sans-serif !important;
    margin: 40px 0;
}

/* --- HEADER Y SELECTOR --- */
.header_sedes_grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 10px;
}

.label-montserrat {
    color: #fff;
    font-weight: 800;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.region-switcher-final {
    background: #111;
    color: #fff;
    border: 1px solid #333;
    padding: 10px 20px;
    border-radius: 4px;
    margin-left: 10px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}

/* --- FLECHAS (Corregidas) --- */
.nav-sedes-custom {
    display: flex;
    gap: 8px;
}

.nav-sedes-custom button {
    background: #77b2c6 !important;
    border: none !important;
    color: #000 !important;
    width: 45px;
    height: 45px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: 0.3s ease;
}

.nav-sedes-custom button:hover {
    background: #fff !important;
    transform: translateY(-2px);
}

.nav-sedes-custom button.slick-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* --- MODO GRID (Forzado para que no sea lista) --- */
.grid-mode .slick-instancia {
    display: grid !important; /* Forzamos el grid */
    grid-template-columns: repeat(4, 1fr) !important; /* 4 columnas fijas en desktop */
    gap: 20px !important;
    width: 100%;
}

/* Responsive del Grid */
@media (max-width: 1200px) { .grid-mode .slick-instancia { grid-template-columns: repeat(3, 1fr) !important; } }
@media (max-width: 900px) { .grid-mode .slick-instancia { grid-template-columns: repeat(2, 1fr) !important; } }
@media (max-width: 600px) { .grid-mode .slick-instancia { grid-template-columns: repeat(1, 1fr) !important; } }

/* --- TARJETAS (Sin padding, puras y duras) --- */
.sede-item-final {
    margin: 0 10px; /* Solo para el carrusel */
}

/* Ajuste para que en Grid no tengan margen loco */
.grid-mode .sede-item-final {
    margin: 0 !important;
}

.card-anchor {
    display: block;
    width: 100%;
    height: 480px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    text-decoration: none !important;
    transition: 0.4s ease;
}

.card-anchor:hover {
    transform: scale(1.02);
}

.card-content {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #191919 0%, rgba(25, 25, 25, 0.3) 50%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    box-sizing: border-box;
}

/* --- TEXTOS --- */
.card-content h3 {
    font-weight: 800;
    font-size: 24px;
    margin: 0 0 8px 0;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.1;
}

.card-content p {
    font-size: 14px;
    margin: 0 0 20px 0;
    color: #ccc;
    line-height: 1.4;
    font-weight: 400;
}

.tag { 
    color: #77b2c6; 
    font-weight: 800; 
    font-size: 10px; 
    letter-spacing: 3px; 
    margin-bottom: 5px;
    display: block;
}

.ver { 
    color: #77b2c6; 
    font-weight: 800; 
    font-size: 12px; 
    text-transform: uppercase;
    border-bottom: 2px solid #77b2c6; 
    align-self: flex-start;
    padding-bottom: 2px;
}

/* ============================================
   SPORTLIFE — MOBILE HEADER MENU
   Fuente: Montserrat
   ============================================ */

:root {
  --sl-negro: #0d0d0d;
  --sl-negro-suave: #1a1a1a;
  --sl-blanco: #ffffff;
  --sl-gris: #4a4a4a;
  --sl-acento: #6f9aa5; /* azul/teal del botón "Mi Sportlife" */
  --sl-acento-hover: #5c848f;
  --sl-borde: rgba(255, 255, 255, 0.1);
}

/* ---------- Barra mobile ---------- */
.mobile_head {
  display: none;
  background-color: var(--sl-negro);
  font-family: 'Montserrat', sans-serif;
  padding: 12px 0;
  border-bottom: 1px solid var(--sl-borde);
}

@media (max-width: 991px) {
  .mobile_head {
    display: block;
  }
  .desktop_head {
    display: none;
  }
}

.mobile_head .logo img {
  max-height: 34px;
  width: auto;
}

/* ---------- Botón hamburguesa ---------- */
.mobile_head .hamburger {
  background: transparent;
  border: none;
  padding: 8px;
  cursor: pointer;
}

.hamburger-box {
  width: 26px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  content: '';
  position: absolute;
  width: 26px;
  height: 2px;
  background-color: var(--sl-blanco);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.hamburger-inner {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  top: 8px;
}

/* Animación al abrir (agrega clase .is-active vía JS si la necesitas) */
.hamburger.is-active .hamburger-inner {
  background: transparent;
}
.hamburger.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.is-active .hamburger-inner::after {
  top: 0;
  transform: rotate(-45deg);
}

/* ---------- Offcanvas (menú lateral) ---------- */
.mobile_head .offcanvas {
  background-color: var(--sl-negro);
  font-family: 'Montserrat', sans-serif;
  width: 280px;
  border-left: 1px solid var(--sl-borde);
}

.mobile_head .offcanvas-header {
  border-bottom: 1px solid var(--sl-borde);
  padding: 18px 20px;
}

.mobile_head .offcanvas-title {
  color: var(--sl-blanco);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}

.mobile_head .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
  opacity: 0.8;
}

.mobile_head .offcanvas-body {
  padding: 20px;
}

/* ---------- Menú de navegación ---------- */
.menu_movil ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu_movil li {
  border-bottom: 1px solid var(--sl-borde);
}

.menu_movil li a {
  display: block;
  padding: 14px 4px;
  color: var(--sl-blanco);
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.25s ease, padding-left 0.25s ease;
}

.menu_movil li a:hover,
.menu_movil li a:focus {
  color: var(--sl-acento);
  padding-left: 10px;
}

/* Submenús si existen */
.menu_movil .sub-menu {
  padding-left: 12px;
  border-top: 1px solid var(--sl-borde);
}

.menu_movil .sub-menu li a {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
}

/* ---------- Botones de acción ---------- */
.mobile_head .btnes_head {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mobile_head .btnSportlifeHead {
  display: block;
  text-align: center;
  padding: 12px 18px;
  border-radius: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.25s ease;
}

/* "Contrata tu plan" — botón gris/outline */
.mobile_head .btnSportlifeHead:not(.btnMiSportlife) {
  background-color: var(--sl-gris);
  color: var(--sl-blanco);
}

.mobile_head .btnSportlifeHead:not(.btnMiSportlife):hover {
  background-color: #5c5c5c;
}

/* "Mi Sportlife" — botón acento */
.mobile_head .btnMiSportlife {
  background-color: var(--sl-acento);
  color: var(--sl-negro);
}

.mobile_head .btnMiSportlife:hover {
  background-color: var(--sl-acento-hover);
  color: var(--sl-blanco);
}

/* ---------- Redes sociales ---------- */
.rrss_movil {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--sl-borde);
}

.rrss_movil a {
  color: var(--sl-blanco);
  font-size: 18px;
  transition: color 0.25s ease;
}

.rrss_movil a:hover {
  color: var(--sl-acento);
}

/* ---------- Copyright ---------- */
.copy_movil p {
  margin-top: 20px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Montserrat', sans-serif;
}

/* ============================================
   SPORTLIFE — FOOTER (SOLO MOBILE)
   Fuente: Montserrat
   ============================================ */

@media (max-width: 991px) {

  :root {
    --sl-negro: #0d0d0d;
    --sl-blanco: #ffffff;
    --sl-acento: #6f9aa5;
    --sl-borde: rgba(255, 255, 255, 0.12);
  }

  footer {
    background-color: var(--sl-negro);
    font-family: 'Montserrat', sans-serif;
    padding: 40px 0 0;
  }

  /* ---------- Boxes principales ---------- */
  footer .boxes_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 32px;
  }

  /* Reordenar: logo/contacto primero, luego menús, luego webpay */
  footer .box_foot.order0 { order: 1; }
  footer .box_foot.order1 { order: 2; }
  footer .box_foot.order2 { order: 3; }
  footer .box_foot.order3 { order: 4; }

  /* ---------- Logo + contacto ---------- */
  footer .foot_1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  footer .logo_foot {
    max-width: 160px;
    height: auto;
    margin-bottom: 18px;
  }

  footer .foot_contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  footer .foot_contact p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
  }

  footer .foot_contact i {
    color: var(--sl-acento);
    width: 18px;
    margin-right: 4px;
  }

  footer .foot_contact a {
    color: var(--sl-blanco);
    font-weight: 600;
    text-decoration: none;
  }

  footer .foot_contact a:hover {
    color: var(--sl-acento);
  }

  /* ---------- Menús (Mundo Sportlife / Información) ---------- */
  footer .box_foot h3 {
    color: var(--sl-blanco);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
  }

  footer .box_foot a {
    display: block;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    padding: 6px 0;
    transition: color 0.25s ease;
  }

  footer .box_foot a:hover {
    color: var(--sl-acento);
  }

  /* ---------- Webpay ---------- */
  footer .foot_webpay {
    width: 100%;
  }

  footer .webpay_logo {
    max-width: 110px;
    height: auto;
  }

  /* ---------- Separador ---------- */
  footer .separador_footer {
    width: 100%;
    height: 1px;
    background-color: var(--sl-borde);
    margin: 32px 0 24px;
  }

  /* ---------- Copy / redes sociales ---------- */
  footer .copy_footer {
    padding: 0 0 30px;
  }

  footer .copy_footer .boxes_footer {
    gap: 16px;
  }

  footer .box_copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
  }

  footer .box_copy p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    margin: 0;
  }

  footer .box_copy p a {
    color: var(--sl-acento);
    text-decoration: none;
    font-weight: 600;
  }

  footer .rrss_footer {
    display: flex;
    gap: 18px;
  }

  footer .rrss_footer a {
    color: var(--sl-blanco);
    font-size: 18px;
    transition: color 0.25s ease, transform 0.25s ease;
  }

  footer .rrss_footer a:hover {
    color: var(--sl-acento);
    transform: translateY(-2px);
  }

}