/*
    Theme Name: TheStage
    Theme URI:
    Author: kinesis
    Author URI: Kinesis
    Description: Tema diseñado para The Stage
    Version: 1.0
    Requires at least: 4.9.6
    Requires PHP: 5.2.4
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: flexbox, responsive, teko-grid, kinesis, css
    Text Domain: knthemewp

*/


/* Todos tus estilos aquí */


/********* Índice **********/


/**Declaración de Variables Globales**/


/**Declaración de Propiedades para selectores Generales**/


/**Declaración de Clases Generales**/


/**Empieza orden de páginas y secciones**/


/******* End Índice ********/


/* variables generales */

:root {
    --color-primario: #fff;
    --color-secundario: rgb(22, 22, 22);
    --color-azulverde: #0f1f3f;
    --color-cobre: #f86624;
    --color-othera: #1C4E5A;
    --color-text1e: #1e1e1e;
    --color-verdozo: #19223d;
}


/* Propiedades de selectores generales */

body, html {
    width: 100vw;
    overflow-x: hidden;
}

html{
    scroll-behavior: smooth;
}

.logo-img {
    margin-top: -4px;
    width: 220px;
    height: 90px;
    object-fit: cover;
}
a:hover{
    text-decoration: none;
}
.header-vidanta{
    height: 64px;
    background-color: #f0f0f0;
}
.separtation-line{
    display:none;
    /*width: 100%;
    height: 4px;
    background-image: url('assets/img/fondo-cobre.webp');*/
}
.menu-concerts{
    float: right;
}
.menu-concerts {
    display: flex;
    float: right;
    height: 80px;
    align-items: center;
}

.header-concerts {
    height: 100px;
}
.link-menu-concerts{
    color: var(--color-azulverde);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Grotesk Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    padding: 0 16px;
}
.item-menu-concerts{
    position: relative;
    cursor: pointer;
}
.link-menu-concerts:hover{
    color: var(--color-azulverde);
    text-decoration: none;
}
.menu-concerts > li:not(:last-child) {
    border-right: 1px solid var(--color-cobre);
}
.item-info-footer {

    margin-bottom: 8px;
}
ul.sub-menu-concerts a {
    color: #fff !important;
    font-family: "Grotesk Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 8px;
    border: 1px solid#f86624;
    background: linear-gradient(0deg,#f86624 0%,#f86624 100%), #1E4530;
    padding: 6px 14px;
    display: inline-block;
    text-align: left;
    transition: 0.3s ease;
}
ul.sub-menu-concerts a:hover{
    background: #f86624;
    border: 1px solid #f86624;
}
.sub-menu-concerts li {
    margin: 5px 0;
}
.div-sub-menu-concerts{
    display:none;
}
.item-menu-concerts:hover .div-sub-menu-concerts {
    left: 0;
    padding-top: 36px;
    display: block;
    position: absolute;
    z-index: 2;
}
.sub-menu-concerts {
    border-radius: 8px;
    padding: 8px 10px;
    background: #fff;
}
.sub-menu-concerts.active{
    display: block;
    transition: 1s;
}
.menu-planifica,.menu-groups,.menu-memories {
    right: 0;
}
.menu-planifica a{
    width: 182px;
}
.menu-groups a{
    width: 286px;
}
.menu-memories a{
    width: 148px;
}
.splide__slide img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}
.banner-2-slider img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
#image-carousel-3 img {
    width: 100%;
    height: 540px;
    object-fit: cover;
}
.splide__slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.info-banner {
    position: absolute;
    width: 890px;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.info-banner-3 {
    bottom: 60px;
}
.title-info-banner {
    color: #FFF;
    text-align: center;
    font-family: "Grotesk Medium";
    font-size: 48px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -2px;
    margin: 4px 0;
}
.sub-title-info-banner {
    color: #FFF;
    text-align: center;
    font-family: "Grotesk Medium";
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin: 4px 0;
}
.text-info-banner {
    color: #FFF;
    text-align: center;
    font-family: "Grotesk Medium";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 10px 0;
}
.btn-venta-banner {
    color: #fff;
    text-align: center;
    font-family: "Grotesk Medium";
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    padding: 6px 14px;
    border-radius: 8px;
    border: 1px solid#f86624 ;
    background:#f86624;
    margin-top: 14px;
    display: inline-block;
    font-weight: 600;
}
.btn-venta-banner:hover,.btn-send-form:hover{
    color: #fff;
    border: 1px solid #f86624;
    background: #f86624;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.40);
}
.btn-venta-banner-white {
    color: #fff;
    border: 1px solid#f86624;
    background:#f86624;
    transition: 0.3s ease;
}
.btn-venta-banner-white:hover{
    background: #f86624;
    border: 1px solid #f86624;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.40);
}
.concerts-home {
    padding: 82px 0;
}
.title-concerts-home {
    color: var(--color-azulverde);
    text-align: center;
    font-family: "Grotesk Medium";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 611px;
    margin: 0 auto;
}

.alm-btn-wrap {
    display: none !important;
}
.conciertos{
    padding-top: 36px;
}
.alm-item {
    float: left;
    width: 33.33%;
    padding: 0 8px !important;
}
.card-concierto {
    margin-bottom: 12px;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.img-concierto img {
    position: relative !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
.img-concierto {
    max-width: 100%;
    height: 286px;
    position: relative;
}
.info-concierto{
    padding: 40px 0;
}
.tag-concierto {
    position: absolute;
    z-index: 2;
    left: 32px;
    top: 232px;
    padding: 0px 8px;
    color: #fff;
    border-radius: 8px;
    border: 1px solid #f86624;
    background: #f86624;
    font-family: "Grotesk Medium";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}
.title-info-concierto,.title-gallery,.title2-termns {
    color: var(--color-azulverde);
    font-family: "Grotesk Medium";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.title-info-concierto {
    display: -webkit-box !important;
    height: 26px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.title-info-concierto a,.title-info-concierto a:hover{
    color: #424B5A;
}
.dateplace-concierto {
    color: #424B5A;
    font-family: "Grotesk Medium";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 8px 0;
    display: inline-block;
    height: 80px;
}
.text-concierto {
    color: #1e1e1e;
    font-family: "Grotesk Medium";
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 30px !important;
    display: -webkit-box;
    height: 89px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-terms{
    color: var(--color-text1e);
    font-family: "Grotesk Medium";
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 30px !important;
}
#banner-2-slider{
    position: relative;
}
.info-banner2 {
    width: 890px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.title-banner2 {
    color: #FFF;
    text-align: center;
    font-family: "Grotesk Medium";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 16px;
    line-height: 34px;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.pl-60{
    padding-left:60px;
}
.padding-footer {
    padding: 80px 0 20px 0;
}
.item-info-footer a, .terms a  {
    color: #fff;
    font-family: "Grotesk Medium";
    font-size: 16px;
    font-style: normal;
    line-height: 32px;
    font-weight: 500;
}
.terms a{
    font-size:12px;
}
.item-redes-footer a{
    color: #fff;
    font-family: "Grotesk Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    display: flex;
    align-content: center;
}
.btn-solicita {
    border-radius: 8px;
    border: 1px solid #f5f5f5 ;
    background: #f5f5f5 ;
    color: #0f1f3f;
    text-align: center;
    font-family: "Grotesk Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 6px 14px;
    line-height: 24px;
    transition: 0.3s ease;
}
.btn-solicita:hover{
    color: #0f1f3f;
    border-radius: 8px;
    border: 1px solid #f86624;
    background: #f86624;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.40);
}/*
.redes-sociales-footer {
    padding: 0 64px;
}*/
footer {
    background: linear-gradient(90deg, #0f1f3f 0%, #1b6195 100%);
}
.copy span {
    color: #FFF;
    text-align: center;
    font-family: "Grotesk Medium";
    font-size: 12px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    text-transform: capitalize;
    display: block;
    padding-bottom: 42px;
}
.item-redes-footer a img {
    margin-right: 12px;
}
.title-info-banner3 {
    color: #fff;
    text-align: center;
    font-family: "Grotesk Medium";
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -2px;
}
.title-info-banner3-h4 {
    margin: 16px 0;
    color: #fff;
    text-align: center;
    font-family: "Grotesk Medium";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.text-info-banner3{
    color: #fff;
    text-align: center;
    font-family: "Grotesk Medium";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
/* Single-concerts*/
.banner-compra,.banner-anteriores{
    position: relative;
}
.background-img-banner {
    height: 100vh;
}
.background-img-banner img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.info-concert {
    position: absolute;
    width: 890px;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.ptm-60 {
    padding: 60px 0;
}
.img-realiza-compra {
    display: block;
    margin: 0 auto;
    height: 500px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.container-desc p {
    color: var(--color-azulverde);
    font-family: "Grotesk Medium";
    font-size: 18px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
}

.container-desc {
    width: 822px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.video-concert {
    margin: 0 auto;
    width: 822px;
    height: 492px;
}
.title-gallery{
    margin-bottom: 8px;
}
.text-gallery {
    color: var(--color-azulverde);
    text-align: center;
    font-family: "Grotesk Medium";
    font-size: 18px;
    font-weight: 550;
    line-height: normal;
}
#gallery-splide {
    margin-top: 8px;
}
#gallery-splide img {
    object-fit: cover;
    height: 285px;
}
.my-slider-progress {
    width: 33.33%;
    margin: 10px auto;
    height: 6px;
    background: #C2D1D9;
    border-radius: 8px;
}

.my-slider-progress-bar {
    background: var(--color-azulverde);
    height: 6px;
    transition: width 400ms ease;
    width: 0;
    border-radius: 8px;
}

#gallery-splide li {
    height: 285px;
    padding: 0 8px;
}
.div-termns {

    margin-top: 30px;
}
.btn-see-more{
    display:block;
    color: var(--color-cobre);
    font-family: "Grotesk Medium";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 8px 0;
}
.btn-see-more:hover{
    color:var(--color-cobre);
}
.text-terms {
    display: none;
}
/* Preguntas frecuentes: respuestas siempre visibles (sin "Ver más") */
.faq-open .text-terms {
    display: block;
}
.faq-open .div-termns {
    margin-top: 24px;
}
.faq-open .text-terms ul {
    margin: 8px 0 8px 20px;
    list-style: disc;
}
.faq-open .text-terms li {
    margin-bottom: 4px;
}
#banner-aniversario .splide__slide video,#banner-aniversario .splide__slide img,
#image-carousel .splide__slide video,#image-carousel .splide__slide img,
#image-carousel-3 .splide__slide video, #image-carousel-3 .splide__slide img,
.banner-compra .splide__slide video,.banner-compra .splide__slide img,
.banner-anteriores .splide__slide video,.banner-anteriores .splide__slide img,
#banner-planifica .splide__slide video,#banner-planifica .splide__slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
#image-carousel .splide__list,#image-carousel-3 .splide__list,
.banner-anteriores .splide_list,.banner-compra .splide__list, #image-carousel .splide__slide,
#image-carousel-3 .splide__slide,
.banner-compra .splide__slide,
.banner-anteriores .splide__slide,
#banner-aniversario .splide__slide,
#banner-planifica .splide__slide {
    height: 100vh !important;
}


#slide-destinos .splide__list,#slide-destinos img{
    height: 800px !important;
}
.header-sticky {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 9;
    width: 100%;
}
.header-sticky .menu-concerts > li:not(:last-child) {
    border-right: 1px solid #fff;
}
.header-sticky .link-menu-concerts {
    color: #fff;
}
}
.header-sticky .sub-menu-concerts .link-menu-concerts{
    color: var(--color-azulverde);
}
.header-sticky.scrolled {
    background: #fff;
    top: 0;
}
.header-sticky.scrolled .menu-concerts > li:not(:last-child){
    border-right: 1px solid var(--color-cobre);
}
.header-sticky.scrolled .link-menu-concerts{
    color: var(--color-azulverde);
}
.logo-scrolled,.header-sticky.scrolled .logo-white{
    display:none;
}
.header-sticky.scrolled .logo-scrolled{
    display:inline-block;
}

.terms {
    text-align: center;
    padding-top: 10px;
    color: white;
}
.center-vertical {
    display: flex;
    align-items: center;
}
.overlay-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    z-index: 0;
    top: 0;
    left: 0;
}
.scroll-down {
    position: absolute;
    left: 0;
    bottom: 28px;
    text-align: center;
    width: 100%;
    z-index:2;
}
.scroll-down img {
    width: 18px !important;
    height: 18px !important;
}
.gallery-section-concert{
    background-color: #e8e8e8;
}
.ptm-80{
    padding: 80px 0;
}
.background-e8{
    background-color: #e8e8e8;
}
.title-concert {
    color: var(--color-azulverde);
    text-align: center;
    font-family: "Grotesk Medium";
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -2px;
    padding: 0 156px;
    line-height: 54px;
}
.mt-32{
    margin-top: 32px;
}
.mb-32{
    margin-bottom: 32px;
}
.btn-compra-proximos ,.btn-reserva-form{
    display: inline-flex;
    padding: 14px 24px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background:#f86624;
    color: #fff;
    font-family: "Grotesk Medium";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    transition: 0.3s ease;
}
.btn-compra-proximos:hover,.btn-reserva-form:hover{
    color: #fff;
    background: #f86624;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.40);
}
.subtitle-proximos {
    color: var(--color-azulverde);
    text-align: center;
    font-family: "Grotesk Medium";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    width: 245px;
    margin: 0 auto;
}
.div-concerts {
    width: 608px;
    height: 2px;
    background: var(--color-cobre);
    margin-left: auto;
    margin-right: auto;
}
.desc-concerts {
    color: var(--color-azulverde);
    text-align: center;
    font-family: "Grotesk Medium";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 768px;
    margin: 0 auto;
}

#video-concert iframe{
    border-radius: 16px;
    overflow:hidden;
}
.btn-idiom,.idioms a {
    display: inline-block;

    color: #fff;
    font-family: "Grotesk Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    transition: 0.3s;
    text-transform: uppercase;
}/*
.wpml-ls-current-language a {
    color: #fff;
    background: #f86624;

} */
.btn-idiom:hover,.idioms a:hover{
    color: #fff;
    background: #f86624;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.40);
}
.background-1c{
    background-color: var(--color-othera);
}
.sb_instagram_header,#sbi_load {
    display: none !important;
}
.title-white {
    color: #FFF;
    text-align: center;
    font-family: "Grotesk Medium";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

#sb_instagram .sbi_photo{
    border-radius:6px;
}


.info-aniversario {
    position: absolute;
    width: 510px;
    right: 110px;
    z-index: 3;
    top: 30%;
}
.year-event-a {
    color: #FFF;
    font-family: "Grotesk Medium";
    font-size: 96px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -2px;
}
.name-event-a {
    color: #FFF;
    font-family: "Grotesk Medium";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.subtitle-event-a {
    color: #FFF;
    font-family: "Grotesk Medium";
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: 20px;
}
.desc-event-a {
    color: #FFF;
    font-family: "Grotesk Medium";
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
}
.mb-16{
    margin-bottom:16px;
}
.mt-16{
    margin-top: 16px;
}
#banner-aniversario .splide__arrow--prev {
    left: 50%;
    top: 90%;
    transform: translate(-100%,-50%);
}
#banner-aniversario .splide__arrow--next {
    left: 50%;
    top: 90%;
    transform: translate(100%,-50%);
}
.splide__arrow{
    background:transparent;
}
.splide__arrow:focus {
    outline: none;
    opacity: 1 !important;
}

.titlef-48{
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.f-termina{
    font-family: "Grotesk Medium";
}
.text-white{
    color: #fff;
}
.titlef-24{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.titlef-22{
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.titlef-30{
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.titlef-34{
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.f-gotham-black{
    font-family: "Grotesk Medium";
}
.f-poppins{
    font-family: "Grotesk Medium";
}
/*
.text-upper,.title2-termns{
    text-transform: uppercase;
}*/

.info-planifica {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 86px;
}
.titlef-36{
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.text-azulverde{
    color: var(--color-azulverde);
}
.img-card img {
    width: 100%;
    height: 286px;
}
.card-concertg {
    background-color: #fff;
    border-radius: 6px !important;
    overflow: hidden;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25);
}
.pt-32{
    padding-top:32px;
}
.pt-64{
    padding-top:64px;
}
.pb-64{
    padding-bottom:64px;
}
.textf-18{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.textf-16{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.textf-14{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.f-gotham{
    font-family: "Grotesk Medium";
}
.text-1e{
    color: var(--color-text1e);
}
.text-cobre{
    color: var(--color-cobre);
}
.faq{
    width: 820px;
    margin: 0 auto;
}
.img-faq img {
    border-radius: 6px;
    height: 360px;
}
.w-100{
    width: 100%;
}
.faq:not(:first-child) {
    margin-top: 48px;
}
.w-768x{
    width: 768px;
    margin: 0 auto;
}
.pb-40{
    padding-bottom: 40px;
}
.pt-40{
    margin-top: 40px;
}
.plr-15 {
    padding: 0 15px;
}
.weight-500 {
    font-weight: 500;
}
.points-concertg li {
    margin-bottom: 0px;
}
.h-470 {
    height: 390px;
}
.h-525{
    height:525px;
}
#grupos-splide-list {
    padding-bottom: 10px !important;
}
.letter-form {
    font-family: "Grotesk Medium";
    color: #BFBFBF;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.form-concerts-text {
    transition: 0.3s;
    padding: 6px 14px;
    border-radius: 8px;
    background: #DADADA;
    color: #1e1e1e;
}
.form-concerts-text:hover, .form-concerts-text:active, .form-concerts-text:focus {
    background: var(--color-cobre);
    color: var(--color-azulverde);
}
.form-concerts-text:hover::-webkit-input-placeholder{
    color: #fff;
    opacity:0.9;
}
input[type="checkbox"],input[type="checkbox"]+img+img,input[type="checkbox"]:checked+img,#planifica-tu-visita{
    display:none;
}
input[type="checkbox"]+img{
    width: 20px;
    height:24px;
}
input[type="checkbox"]:checked+img+img{
    display: inline-block;
}
.check-div label {
    display: flex;
    gap: 8px;
}
.checkbox-boletos {
    display: flex;
    justify-content: center;
    gap: 32px;
}
.btn-send-form {
    padding: 6px 14px;
    border-radius: 8px;
    border: 1px solid#f86624;
    color: #fff;
    background-color:#f86624;
}
#concert-interest {
    background: url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ddd;
    -webkit-appearance: none;
    background-position-x: 98%;
}
.h-600 {
    height: 600px;
}
.flex-3-columns {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-items: start;
}
.flex-2-columns{
    display: grid;
    grid-template-columns: auto auto;
    justify-items: start;
}
.flex-3-columns > div:nth-child(2),.flex-3-columns > div:first-child {
    width: 100%;
}
.flex-3-columns > div:nth-child(2) label {
    justify-content: center;
}
.flex-3-columns > div:first-child label {
    justify-content: flex-end;
}
.div-2-gap-32,.div-3-gap-32 {
    display: flex;
    gap: 32px;
}.w-50 {
     width: 50%;
 }
.div-3-gap-32 img {
    width: 155px;
    height: 100px;
}
.info-destino {
    position: absolute;
    z-index: 1;
    top: 60%;
    transform: translate(-50%,-50%);
    background: white;
    padding: 60px 15px;
    width: 60vw;
    left: 50%;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25);
}
/*#slide-destinos .splide__track {
    padding-bottom:250px;
}*/
.btn-gray{
    padding: 6px 14px;
    border-radius: 8px;
    background:#f86624;
    border: 1px solid#f86624;
    color: #fff;
    transition: 0.5s ease;
}
.btn-gray:hover{
    color: #fff;
    border: 1px solid #f86624;
    background: #f86624;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.40);
}
.after-destinos {
    height: 230px;
}
.background-c8{
    background-color: var(--color-othera);
}
#slide-destinos .splide__arrow--prev {
    left: 50%;
    top: 5%;
    transform: translateX(calc(-50% - 25px));
}
#slide-destinos .splide__arrow--next {
    left: 50%;
    transform: translateX(calc(-50% + 25px));
    top: 5%;
}
.arrow_img{
    width:36px;
    height:36px;
}
.show-text-dest {
    border: none;
    background: none;
    position: absolute;
    top: 325px;
    right: 30px;
}
.no-show{
    display: none;
}
#transportation .fot-concertg h3 {
    height: 100px;
    padding-right: 100px;
}
.pb-16 {
    padding-bottom: 16px;
}
.pt-16{
    padding-top:16px;
}
.questions-div-planea {
    padding: 20px 0;
    border-bottom: 1px solid var(--color-azulverde);
}
.f-right {
    float: right;
}
#tickets .splide__arrow--prev {
    top: 25%;
    left: 33%;
}
#tickets .splide__arrow--next {
    top: 25%;
    right: 33%;
}
.img-icon-boleto img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.img-boleto img {
    height: 600px;
    object-fit: contain;
}
.flex-star{
    align-items: flex-start;
}
#cont_venue {
    display:none;
    width: 768px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%,-50%);
    z-index: 10;
    height: 650px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.img-venue img {
    height: 400px;
    width: 800px;
}
.div-3-gap-32 p {
    height: 90px;
}
.overlay_venue {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    z-index: 9;
}
.close{
    border: none;
    background: transparent;
}
.overlay_venue .close {
    position: absolute;
    right: 11%;
    top: 3%;
    z-index: 10;
}
span.wpml-ls-display {
    display: none;
}
.mb-82{
    margin-bottom: 82px !important;
}
.up_down_venues button {
    border: none;
    background: transparent;
}
.btn-up-venue {
    transform: translateX(-50%) rotate(90deg);
}
.btn-down-venue {
    transform: translateX(-50%) rotate(-90deg);
}
.up_down_venues {
    position: absolute;
    display: flex;
    right: 9%;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
    gap: 25px;
}
/*#slide-destinos-track {
    padding-bottom: 50px;
}*/
.iframe-boletiland{
    height: 660px;
}
.boletiland, .waiting-list {
    display: none;
}
.sub-menu-concerts a {
    width: 100% !important;
}
.img-boleto-digito {
    height: 510px;
}
#mensaje-form {
    display:none;
    position: fixed;
    padding: 60px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 8px;
    box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.24);
}
.div-3-gap-32 > div {
    text-align: center;
}
.img-icon-boleto {
    margin-bottom: 12px;
}
.header-azulverde .link-menu-concerts {
    color: var(--color-azulverde);
}
.header-azulverde .header-concerts .menu-concerts > li:not(:last-child) {
    border-right: 1px solid var(--color-cobre) !important;
}
.bol_digital_3 > div{
    width:33%;
}
.bol_fisico_2 > div{
    width:50%;
}
#mobile-header-div{
    display:none;
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: url("assets/img/image_background_menu_mobile.png");
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 50%;
    background-color: lightgray;
    background-repeat: no-repeat;
}
.mt-48{
    margin-top: 48px;
}
#menu-mobile {
    border-radius: 8px;
    background: #FFF;
    width: 350px;
    margin-top: 84px;
    margin-left: auto;
    margin-right: auto;
}
.p-32{
    padding:32px;
}
.menu-mobile-list > li {
    padding: 12px 0;
    text-align: center;
}
.menu-mobile-list > li:not(:last-child) {
    border-bottom: 1px solid var(--color-cobre);
}
/*#menu-mobile .wpml-ls-legacy-list-horizontal>ul {
    margin-left: -17px !important;
}*/

#menu-mobile .wpml-ls-legacy-list-horizontal a {
    line-height: normal;
}
.btn-mobile{
    border: none;
    background: transparent;
}

.sub-menu-concerts-mobile li a {
    display: block;
    width: auto;
    padding: 6px 14px;
    align-items: center;
    border-radius: 8px;
    background: #DADADA;
    margin: 12px 0;
}
.sub-menu-concerts-mobile li a:hover{
    color: var(--color-azulverde);
}
.div-sub-menu-concerts-mobile {
    display: none;
}
.btn-header-mobile img {
    width: 36px;
    height: 36px;
}
.btn-header-mobile {
    display: flex;
    justify-content: center;
    gap: 16px;
}
span.hide {
    display: none;
}
.hide-menu-principal > a,
.item-menu-concerts.idioms.hide-menu-principal{
    display: none !important;
}
.hide-menu-principal {
    padding: 0 !important;
    border-bottom: none !important;
}
.show-movil{
    display: none !important;
}
#slide-destinos .splide__track {
    background-color: #fff;
}
.faqs-grupos.background-e8 {
    padding-top: 30px;
}
.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
    display: none !important;
}
.term-conditions {
    margin-top: 60px;
}
.dark .header-sticky .link-menu-concerts {
    color: var(--color-azulverde);
}
.dark .menu-concerts > li:not(:last-child) {
    border-right: 1px solid var(--color-cobre);
}
#grupos-form{
    display:none;
}
.container-groups{
    width: 60%;
    margin: 0 auto;
}
.container-groups > div {
    margin-top: 0 !important;
}
.container-groups .btn-see-more-planea {
    transform: translateY(-18%);
}
.container-groups .text-terms{
    margin-bottom: 0!important;
}
.text-verdozo{
    color: var(--color-verdozo);
}
.form-concerts-text {
    background-color: #fff;
}
.bg-40-cobre{
    transition:0.3s ease;
    background: linear-gradient(0deg, rgba(232, 100, 41, 0.40) 0%, rgba(232, 100, 41, 0.40) 100%), #FFF;
}
.bg-40-cobre:hover{
    background: var(--color-cobre);
    color: #fff;
}
.form-concerts-text:hover,.form-concerts-text:active,.form-concerts-text:focus {
    background: var(--color-cobre);
    color: var(--color-azulverde);
}
#grupos-form,.waiting-list,#spotify,#video-concert,.background-form {
    background-image: url("assets/img/descanso-form.png");
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}
#grupos-form{
    background-image: url('assets/img/descanso-form-rotated.png');
    background-size: cover;
    background-position: right;
}
.bg-ig {
    background-size: cover;
    background-image: url("assets/img/fondo-ig.png");
}
#destinations {
    background: #1E4530;
}
.background-fc{
    background-color: #FCF3E7;
}
.pb-20{
    padding-bottom:20px;
}
/* styles cintillos */
.cintillo-header{
    background: linear-gradient(90deg, #0f1f3f 0%, #1b6195 100%);
}
.p-8{
    padding: 7px 0 9px 0;
}
.cintillo-header a {
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 2px;
}
.cintillo-header a:hover{
    color: white;
}
/* ----------------------------------------------
 * Generated by Animista on 2024-1-4 17:0:28
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes slide-right {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

/*after yatra and carlos */
#open-yc {
    font-style: normal;
    line-height: normal;
}
#open-yc strong {
    font-weight: 600;
}
#btn_music {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 990;
    font-size: 22px;
    color:#f86624;
    background: #fff;
    padding: 20px;
    border-radius: 100%;
    box-shadow: -1px -1px 7px 4px rgba(0,0,0,0.34);
    cursor: pointer;
}
.info-concerts-yc {
    display: none;
    font-size: 16px;
    position: absolute;
    top: -75px;
    width: 300px;
    left: -300px;
    background-image: url('assets/img/descanso-form.png');
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    padding: 20px;
    border-radius: 16px;
    box-shadow: -1px -1px 7px 4px rgba(0,0,0,0.34);
    height: 140px;
}
.info-concerts-yc::after {
    content: "";
    position: absolute;
    left: 100%;
    margin-top: -14px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #9c9a44;
}
#btn_music:hover .info-concerts-yc{
    display:block;
}
.popup-yc{
    border-radius: 16px;
    display:none;
    position: fixed;
    width: 85vw;
    height: 85vh;
    max-height: 750px;
    min-height: 700px;
    padding: 60px 0;
    background-color: #fff;
    box-shadow: -1px -1px 7px 4px rgba(0,0,0,0.34);
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index:999;
    background-image: url(assets/img/descanso-form.png);
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}
.close-popup-yc {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.overlay-popup-yc {
    display:none;
    position: fixed;
    width: 100vw;
    height: 110vh;
    top: 0;
    left: 0;
    z-index: 998;
    background: rgba(0,0,0,0.34);
}
.info-yc .img-concierto {
    height: 200px;
}
.info-yc .info-concierto{
    padding: 20px 0;
}
.h-100{
    height: 100%;
}
.info-o-y,.info-o-c{
    display:none;
    width: 85%;
    overflow-y: auto;
    overflow-x: hidden;
}
.popup-yc .img-card img {
    height: 150px;
}
.popup-yc .titlef-22 {
    font-size: 14px;
}
.popup-yc .pt-32 {
    padding-top: 10px;
}
.popup-yc .show-text-yc {
    border: none;
    background: none;
    position: absolute;
    top: 155px;
    right: 13px;
}
.popup-yc .show-text-yc img {
    width: 30px;
    height: 30px;
}
.popup-yc .textf-18 {
    font-size: 13px;
}
.popup-yc ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
    list-style: disc;
    margin: 16px 0 8px 26px;
}
.popup-yc .img-card img {
    object-fit: cover;
}
.popup-yc .tkol-md-4:nth-child(2).open .img-card img {
    object-fit: cover;
    object-position: 0px -185px;
}
.info-hidden-yc {
    position: fixed;
    z-index: 2;
    background: #fcf3e7;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 60px;
    border-radius: 10px;
    box-shadow: -1px -1px 7px 4px rgba(0,0,0,0.34);
    cursor: pointer;
    width: 70vw;
    max-height: 90vh;
    overflow-y: scroll;
}
.overlay-info-h-yc {
    display:none;
    position: fixed;
    background: rgba(0,0,0,0.37);
    top: 0;
    left: 0;
    width: 100vw;
    height: 110vh;
    z-index: 1;
}
.close-popup-info-h-yc {
    position: absolute;
    top: 20px;
    right: 20px;
}
.popup-yc b+ul {
    margin-top: 2px !important;
}
.popup-yc b{
    display: block;
}
.popup-yc strong{
    font-weight: bold;
}
.info-hidden-yc .titlef-22 {
    font-size: 18px;
}
.popup-yc ::marker {
    color: #E86429;
}
.title-ap, .logo-ap {
    height: 100px;
    margin: 2rem 0;
}
.logo-ap {
    height: 130px;
}

.social-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row !important;
    gap: 12px !important;
    margin-left:0 !important;
    justify-content: center !important;
}
.social-list li {
    display: inline;
}
.social-list a {
    text-decoration: none;
    font-size: 30px;
}
.fa-tiktok {
    color: #69C9D0; /* Color de TikTok */
}
.fa-instagram {
    color: #E4405F; /* Color de Instagram */
}
.fa-youtube {
    color: #FF0000; /* Color de YouTube */
}
.fa-threads {
    color: #000000; /* Color de Threads (por defecto negro, ajusta si hay color específico) */
}

.img-comparte-pp {
    width: 150px;
}

.hashtag-p {
    font-size: 18px;
}

.text-flujo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.grotesk-medium{
    font-family: "Grotesk Medium";
}
.grotesk-black{
    font-family: "Grotesk Black";
}
.grotesk-bold{
    font-family: "Grotesk Bold";
}
.grotesk-extra-bold{
    font-family: "Grotesk ExtraBold";
}
.grotesk-light{
    font-family: "Grotesk Light";
}

@media  screen and (max-width: 910px){
    .info-hidden-yc {
        overflow: auto;
        width: 85vw;
    }
}
@media  screen and (max-width: 767px) {
    .popup-yc {
        width: 95vw;
        height: 95vh;
        max-height: 95vh;
        min-height: 95vh;
    }
    .list-horarios li:nth-child(3) {
        padding-right: 3rem;
    }
    .info-hidden-yc {
        padding-right: 15px;
        padding-left: 15px;
        width: 90vw;
    }
    .info-yc, .info-o-y, .info-o-c {
        height: 100%;
        overflow: scroll;
    }
    .info-yc {
        padding-top: 45px;
    }
    .info-yc .img-concierto {
        height: 270px;
    }
    .info-yc .img-concierto img{
        object-position: top;
    }
    #open-yc {
        font-size: 14px;
    }

}
@media  screen and (max-width: 480px) {
    .info-concerts-yc {
        top: -90px;
        width: 250px;
        left: -250px;
    }
    .list-horarios li:nth-child(3) {
        padding-right: 1rem;
    }
}
@media screen and (max-height: 820px){
    .popup-yc .tkol-md-4:nth-child(2).open .img-card img {
        object-fit: cover;
        object-position: 0px -122px !important;
    }
}


.footer-social {
    text-align: center;
}

.footer-social__title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
}

.redes-sociales-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.redes-sociales-footer li {
    margin: 0;
}

.redes-sociales-footer a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.redes-sociales-footer img {
    width: 25px; /* Ajusta el tamaño a tu gusto */
    height: 25px;
    transition: transform .3s;
}

.redes-sociales-footer a:hover img {
    transform: scale(1.1);
}

/* The Stage */

.info-banner {
    top: auto; /* Liberamos el anclaje superior */
    bottom: 15%; /* Lo bajamos al primer tercio inferior (ajusta este número si lo quieres más arriba o abajo) */
    left: 50%;
    transform: translateX(-50%); /* Centrado horizontal perfecto */
    z-index: 10; /* Aseguramos que el botón se pueda hacer clic por encima de la imagen */
}

#image-carousel .splide__slide::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
    z-index: 0;
}

a.logo-menu-idiom {
    padding: 0;
}

.menu-concerts {
    height: auto;
}

.logo-img {
    margin-top: 0;
    width: auto;
    height: 90px;
    object-fit: cover;
}

/* ===== Single conciertos: fechas múltiples + boletera ===== */
.banner-compra .banner-cta {
    display: flex;
    justify-content: center;
}
.btn-scroll-boletos img {
    margin-left: 6px;
}

/* Tabs de fechas */
.fecha-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}
.fecha-tab {
    border: none;
    cursor: pointer;
    background: #ede8e2;
    color: var(--color-azulverde);
    border-radius: 999px;
    padding: 16px 34px;
    font-size: 16px;
    line-height: 1;
    transition: 0.25s ease;
    white-space: nowrap;
}
.fecha-tab:hover {
    background: #e0d8ce;
}
.fecha-tab.active {
    background: #f86624;
    color: #fff;
}
.fecha-tab-tag {
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.85;
}

/* Sección de compra: fondo gris claro */
.event-detail {
    background: #f2f2f2;
}

/* Grid: boletera 2/3 (izq) + acerca del artista 1/3 (der) */
.event-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
    align-items: start;
}

/* Acerca del venue: fila completa debajo del grid */
.event-venue {
    margin-top: 48px;
}
.event-venue .venue-list {
    column-count: 2;
    column-gap: 48px;
}
.event-venue .venue-item {
    break-inside: avoid;
}

/* Columna izquierda: boletera */
.boletera-col {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: #f4f1ec;
    min-height: 560px;
}

/* Acerca del artista / venue */
.event-about {
    padding: 8px 0;
}
.about-title {
    color: var(--color-azulverde);
    font-size: 26px;
    margin-bottom: 8px;
}
.about-sep {
    width: 48px;
    height: 3px;
    background: var(--color-cobre);
    margin-bottom: 16px;
}
.about-text {
    color: var(--color-azulverde);
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 32px;
}
.venue-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.venue-item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: var(--color-azulverde);
}
.venue-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-cobre);
}
.venue-item-title {
    font-size: 17px;
}
.venue-item-content {
    font-size: 15px;
    color: #4a5568;
    margin-top: 2px;
}

/* Boletera: sólo el frame activo (de la fecha seleccionada) es visible */
.boletera-frame {
    display: none;
    height: 100%;
}
.boletera-frame.active {
    display: block;
}
.boletera-frame .iframe-boletiland {
    display: block;
    width: 100%;
    height: 560px;
    border: none;
}
.boletera-msg {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 560px;
    color: var(--color-azulverde);
    font-size: 32px;
    text-transform: uppercase;
    padding: 40px;
}

@media (max-width: 900px) {
    .event-grid {
        grid-template-columns: 1fr;
    }
    .boletera-col {
        min-height: 0;
    }
    .boletera-frame .iframe-boletiland,
    .boletera-msg {
        height: 100vh;
        min-height: 100vh;
    }
    .fecha-tabs {
        gap: 12px;
    }
    .fecha-tab {
        padding: 12px 20px;
        font-size: 14px;
    }
    .event-venue .venue-list {
        column-count: 1;
    }
}

/* ===== Más eventos (carrusel) ===== */
.mas-eventos .title-mas-eventos {
    color: var(--color-azulverde);
    font-size: 34px;
    margin-bottom: 32px;
}
.mas-eventos-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.mas-eventos-head .title-mas-eventos {
    margin-bottom: 24px;
}
.ver-todos-eventos {
    color: var(--color-cobre);
    font-size: 15px;
    white-space: nowrap;
    transition: 0.2s ease;
}
.ver-todos-eventos:hover {
    color: var(--color-cobre);
    opacity: 0.75;
}
#mas-eventos-slider .splide__slide,
#mas-interesan-slider .splide__slide,
#home-conciertos-slider .splide__slide {
    height: auto;
}
#home-conciertos-slider .card-evento-img img {
    height: 100%;
}
/* Home: imagen al doble de altura (16/4 -> 16/8) */
#home-conciertos-slider .card-evento-img {
    aspect-ratio: 11 / 8;
}
.card-evento {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 14px rgba(0,0,0,0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.card-evento-img {
    display: block;
    width: 100%;
    aspect-ratio: 6 / 4;
    overflow: hidden;
}
.card-evento-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.card-evento-info {
    padding: 20px 24px 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.card-evento-title {
    color: var(--color-azulverde);
    font-size: 22px;
    margin-bottom: 6px;
}
.card-evento-fecha {
    color: #b0324b;
    font-size: 15px;
    margin-bottom: 8px;
}
.card-evento-venue {
    color: #6b7280;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}
.card-evento-btn {
    margin-top: auto;
    align-self: flex-start;
    font-size: 16px !important;
    padding: 12px 22px !important;
}

/* Carrusel "Más eventos que te pueden interesar": imágenes ~1/3 más altas */
.mas-interesan .card-evento-img {
    aspect-ratio: 12 / 7;
}

@media (max-width: 768px) {
    .mas-eventos .title-mas-eventos {
        font-size: 26px;
    }
}

footer {
    background: #000;
    border-top: 2px solid #ea3546
}

#grupos-form, .waiting-list, #spotify, #video-concert, .background-form {
    background-image: none;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-color: rgba(0,0,0,0.05);
}

.header-concerts-desktop {
    display: flex;
    align-items: center;
    height: 100px;
    justify-content: space-between;
}
.logo-2 {
    height: 70px;
}
.ls-m2{
    letter-spacing: -2px;
}
.banner-2 li {
    height: 322px !important;
}
.logo-footer-vcs {
    transform: translateY(-30px);
}
.logo-menu-idiom {
    margin-left: 16px;
}