@import url("../fonts/fonts.css?v=3");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*body {
    font-family: var(--font-principal);
    font-weight: 500;
    background-color: antiquewhite;
}*/

:root {
    --color1: #9F0E1C; /*Rojo*/
    --color2: #15333C; /*Azul oscuro*/
    --color3: #333333; /*Gris oscuro*/
    --color4: #646566; /*Gris medio oscuro*/
    --color5: #00000063; /*Negro transparente oscuro*/
    --color6: #00000029; /*Negro transparente claro*/
    --color7: #F8F8F8; /*Blanco sucio*/

    --font-principal: 'argesta_displayregular', sans-serif;
    --font-sec: 'argesta_headline', sans-serif;
    --font-sec-italic: 'argesta_headline-Italic', sans-serif;
}

/* *****************OPTIMIZACIÓN******************* */
* {
    font-display: swap;
}

/* *****************HEADER******************* */

#header__brand-l{
    display: none;
}

#header__brand-s{
    display: block;
}

.c-header__nav.u-flex.u-flex-justify-start > a:hover{
    text-decoration: underline;
}
.c-header__nav.u-flex.u-flex-justify-start > a.current:hover {
    text-decoration: none;
}

#editions {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #000;
    padding: 5px 5px 15px 5px;
    box-shadow: 0 10px 10px #00000033;
}

    #editions .edition-link {
        color: #000F15;
        margin: 5px 0 !important;
        padding: 0 8px !important;
        font-size: 0.8rem !important;
        border: none;
        border-right: solid 1px #000;
    }
    #editions .edition-link:last-child {
        border-right: none;
    }

       

/* *****************MAIN HOME******************* */
@keyframes slide {
    0% {
        opacity: 0.0
    }

    4% {
        opacity: 1.0
    }
    33.33% {
        opacity: 1.0
    }

    37.33% {
        opacity: 0.0
    }

    100% {
        opacity: 0.0
    }
}
.o-section.intro {
    background-color: #000F15;
    height: 65vw;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}
.intro-container{
    height: 100%;
}
    .intro-container > div {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.0;
        animation: slide 15s ease-in-out infinite; /* 4 imágenes 20s*/
        height: 100%;
        min-height: 234px;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
    }
    .intro-container > div > .claim.desktop {
        display: none;
    }

#item1 {
    background-image: url(../img/bg/slide1mobile.jpg);
    background-position: center center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    animation-delay: 0s;
}
#item1 > div {
    max-width: 53%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    padding-left: 5%;
}

    #item1 .item1__text{
        max-width: 53%;
    }



#item2 {
    background-image: url(../img/bg/slide2mobile.jpg);
    background-position: center center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    animation-delay: 5s;
}

    #item2 > div {
        max-width: 53%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 22px;
        padding-left: 5%;
        
    }

    #item2 .item1__text {
        max-width: 53%;
    }


#item3 {
    background-image: url(../img/bg/slide3mobile.jpg);
    background-position: center center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    animation-delay: 10s;
}

    #item3 > div {
        max-width: 53%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 22px;
        padding-left: 5%;
    }

    #item3 .item1__text {
        max-width: 53%;
    }


/*
#item2 {
    background-image: url(../img/bg/slide2mobile.jpg);
    background-position: center right;
    justify-content: center;
    align-items: center;
    animation-delay: 5s;
}
    #item2 > img {
        max-width: 40%;
        margin-right: auto;
        padding-left: 5%;
    }

#item3 {
    background-image: url(../img/bg/slide3mobile.jpg);
    background-position: center right;
    display: flex;
    justify-content: center;
    align-items: center;
    animation-delay: 10s;
}

    #item3 > img {
        max-width: 50%;
        margin-right: auto;
        padding-left: 5%;
    }*/



#item4 {
    background-image: url(../img/bg/img4-m.png);
    background-position: center left;
    display: flex;
    justify-content: center;
    align-items: center;
    animation-delay: 15s;
}

    #item4 > img {
        max-width: 50%;
        margin-right: auto;
        padding-left: 5%;
    }
    .o-section.intro > img {
        width: 234px;
        transform: translateY(30%);
    }

.buy__title {
    text-align: left;
    font-family: var(--font-principal);
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 30px;
}

.direct_link {
    background-color: #99E8D2;
    color: #364453;
    font-family: var(--font-principal);
    text-align: center;
    padding: 60px 0 50px;
}
    .direct_link > h3 {
        font-size: 40px;
        line-height: 54px;
        font-weight: 500;
        text-transform: uppercase;
    }

.video-l{
    display: none;
}

/*    .direct_link > h3 {
        font-size: 27px;
    }*/

#regForm > div.u-bg-white.u-pt-40-xs.u-pb-40-xs.u-pt-40 > div.u-grid.u-grid-columns-2 {
    column-gap: 6%;
}

#regForm > div.u-bg-white.u-pt-40-xs.u-pb-40-xs.u-pt-40 {
    padding: 40px;
}

#SubmitBtn{
    border-radius: 0;
    color: #fff;
}
#regForm > div.u-bg-white.u-pt-40-xs.u-pb-40-xs.u-pt-40, body > main > section.o-section.o-section-signin.u-bg-grey.u-pt-40.u-pb-40.u-pb-40-xs > div {
    border: solid 1px #9F0E1C;
    max-width: 1054px;
    margin: auto;
}



/******************************************************/
.message {
    max-width: 700px;
    text-align: center;
    margin: auto;
}

.message_title {
    text-transform: uppercase;
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.45px;
    font-weight: bold;
}
.message_text {
    font-size: 16px;
    line-height: 22px;
}

/******************************************************/
        .place {
    margin: 0 25px;
    width: 90%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#tns1-item0 > div.o-tab > div > div > div > h3, #tns1-item1 > div.o-tab > div > div > div > h3  {
    text-align: left;
}

.title {
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    padding-bottom: 2px;
}

.box {
    display: flex;
    justify-content: space-between;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
}

.data {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.data_limited {
    text-align: center;
    color: rgba(54, 68, 83, 1);
    text-transform: uppercase;
    font-size: 9px;
    line-height: 12px;
    font-weight: 500;
}

.data_text {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 10px;
    font-size: 11px;
}

.data_text-hour {
  font-family: var(--font-sec);
    display: flex;
    flex-direction: column;
    color: rgba(54, 68, 83, 0.5);
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
}

.data_text-title {
    font-size: 12px;
    line-height: 13px;
    font-weight: bold;
}

.studio > .box > div.data > div > div > p.data_text-title {
    color: var(--color1);
}
.room > .box > div.data > div > div > p.data_text-title {
    color: var(--color1);
}
.data_text-name {
    color: rgba(54, 68, 83, 1);
    font-size: 11px;
    line-height: 13px;
}

.data_price {
    min-width: 80px;
    border-left-width: 1px;
    border-left-style: solid;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.data_price-number {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-sizing: border-box;
}

.complet_text {
    display: none;
}

.data_price-price {
    color: rgba(54, 68, 83, 0.5);
    font-weight: 700;
    font-size: 26px;
    letter-spacing: -0.52px;
}

.data_price-money {
    color: rgba(54, 68, 83, 0.5);
    margin-top: 6px;
    font-size: 16px;
}

.data_add {
    border-top-width: 1px;
    border-top-style: solid;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 5px;
    box-sizing: border-box;
    max-height: 35px;
    text-transform: uppercase;
    font-size: 11px;
}

.data_add-text1 {
}

.data_add-text2 {
    display: none;
}

.data_add-arrow {
    width: 8px;
}

/****************************************** FORMULARIO */

#regForm > div.u-bg-white.u-pt-40-xs.u-pb-40-xs.u-pt-40 > h1{
    font-size: 22px;
    color: var(--color1);
    margin-bottom:45px;
}

/****************************************** GRACIAS */

body > main > section.o-section.o-section-signin.u-bg-grey.u-pt-40.u-pb-40.u-pb-40-xs > div > h1{
    color: var(--color1);
}

body > main > section.o-section.o-section-signin.u-bg-grey.u-pt-40.u-pb-40.u-pb-40-xs > div > div > a {
    border-radius: 0;
    color: #fff;
}
body > main > section.o-section.o-section-signin.u-bg-grey.u-pt-40.u-pb-40.u-pb-40-xs > div > h2{
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 0.53px;
    padding-bottom: 10px;
}
body > main > section.o-section.o-section-signin.u-bg-grey.u-pt-40.u-pb-40.u-pb-40-xs > div > h2 > span {
    color: var(--color1);
}
body > main > section.o-section.o-section-signin.u-bg-grey.u-pt-40.u-pb-40.u-pb-40-xs > div > p {
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 0.53px;
    padding-bottom: 40px;
}
/****************************************** NUESTRAS MARCAS */

body > main > section.o-section.u-bg-white.c-expo{
    border: 0;
}
/****************************************** CONCIERTOS */
.section__concert {
    background-color: #F9F0F1;

}

.concert__list{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
}

.concert__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.concert__img {
    width: 300px;
    height: 300px;
    /*border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;*/
    background-size: cover;
}
.concert--1 {
    background-image: url(../img/concerts/concierto1.png);
}
.concert--2{
    background-image: url(../img/concerts/concierto2.png);
}
.concert--3 {
    background-image: url(../img/concerts/concierto3.png);
}
.concert__text{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.concert__text > .name {
    text-transform: uppercase;
    color: var(--color1);
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.12px;
}
.concert__text > .hour {
    color: var(--color4);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.09px;
    line-height: 24px;
}
/* *****************fOOTER******************* */
.c-footer > .o-container {
    display: flex;
    flex-direction: column;
}

.footerColab {
    background-color: #fff;
    color: #000;
    font-family: var(--font-principal);
    text-align: center;
    padding: 50px 20px;
    margin: auto;
    font-size: 20px;
    font-weight: 700;
}

.footerColab__all {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: auto;
}

.footerColab__list--title {
    padding: 20px;
    font-weight: bold;
}

/*.list__element--img {
    max-height: 56px;
    max-width: 130px;
}*/

.footerColab__list--ambiental {
    color: #364453;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 20px;
}

.footerColab__list--logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    max-width: 620px;
}

.footerColab__list--element {
    align-self: baseline;
    padding: 10px 30px 10px 30px;
}

.footer__container{
    display: flex;
}
.footer_container {
    color: #fff;
}

.strikethrough-small {
    position: relative;
    font-size: 12px;
    color: #333333;
    max-width: 50px;
    margin-top: 10px;
    text-align: center;
    margin: 0 auto;
}

.strikethrough-small strong {
    font-size: 16px;
    font-weight: 500;
}

.strikethrough-small:before {
    position: absolute;
    content: "";
    left: -2px;
    top: 50%;
    right: -2px;
    border-top: 2px solid;
    border-color: #BB002E;
    -webkit-transform: rotate(-23deg);
    -moz-transform: rotate(-23deg);
    -ms-transform: rotate(-23deg);
    -o-transform: rotate(-23deg);
    transform: rotate(-23deg);
}

/**************************************************** MEDIAQUERIES */


/* *****************HEADER******************* */
@media (min-width: 768px) {

    #editions {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        right: 0px;
        border-top: solid 1px #000;
        padding: 5px 5px 15px 5px;
    }

        #editions .edition-link {
            color: #000F15;
            margin: 0;
            border: none;
        }

            #editions .edition-link:hover {
                text-decoration: underline;
            }
}

@media (min-width: 992px){
    .editions-container {
        position: relative;
        width: 100%;
        /* max-height: fit-content; */
        display: flex;
        justify-content: end;
        max-width: 1220px;
        margin: auto;
    }

    #editions {
        padding: 10px;
        flex-direction: column;
        position: absolute;
        border-top: none;
        box-shadow: 0 10px 10px #00000033;
        background-color: rgba(255,255,255,1);
    }

        #editions .edition-link {
            color: #000F15;
        }

    .fixed #editions {
/*        background-color: transparent !important;
*/        box-shadow: none !important;
    }
    .fixed .edition-link {
        /*color: #fff !important;*/
    }

    #editions .edition-link:hover {
        text-decoration: underline;
    }
}

@media (min-width: 1450px) {
    #editions {
        position: absolute;
    }
}




/* *****************MAIN HOME******************* */
@media (min-width: 768px) {
  
        .o-section.intro > img{
            width: 75%;
            max-width: 550px;
            transform: translateY(70%);
        }

        .direct_link > h3 {
            font-size: 45px;
            line-height: 54px;
        }
    .c-top__wrap > .c-card:nth-last-child(2){
        border-right: 0;
    }
    .resumen-ticket_typeText > p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .video-l{
        display: initial
    }
    .video-s{
        display: none;
    }
    #tns1{
        height: 255px;
    }

    /****************************************** CONCIERTOS */
    .section__concert {
    }

    .concert__list {
        flex-direction: row;
        justify-content: space-around;
    }

    .concert__container {
    }

    .concert__img {
        width: 170px;
        height: 170px;
    }

    .concert--1 {
        background-image: url(../img/concerts/concierto1.png);
    }

    .concert--2 {
        background-image: url(../img/concerts/concierto2.png);
    }

    .concert--3 {
        background-image: url(../img/concerts/concierto3.png);
    }
    .concert__text > .name {
    }

    .concert__text > .hour {
    }
    .intro-container > div > .claim.desktop {
        display: initial;
    }

    .intro-container > div > .claim.mobile {
        display: none;
    }
}
@media (min-width: 1024px) {
    .o-section.intro {
        height: 700px;
    }

    .intro-container {
    }

        .intro-container > div {
            height: 700px;
        }

    #item1 {
        background-image: url(../img/bg/slide1.jpg);
    }

        #item1 > div {
            transform: translateY(10%);
            padding-right: 10%;
        }

    #item2 {
        background-image: url(../img/bg/slide2.jpg);
    }

    #item2 > div {
        transform: translateY(10%);
        padding-right: 10%;
    }

    #item3 {
        background-image: url(../img/bg/slide3.jpg);
    }

        #item3 > div {
            transform: translateY(10%);
            padding-right: 10%;
        }

    /*#item2 {
        background-image: url(../img/bg/Slide2@2x.jpeg);
        justify-content: flex-end;
    }

        #item2 > p {
            margin: 0;
            padding-right: 10%;
            max-width: 588px;
        }

    #item3 {
        background-image: url(../img/bg/Slide3@2x.jpeg);
        justify-content: flex-end;
    }

        #item3 > p {
            margin: 0;
            padding-right: 10%;
            max-height: initial;*/
            /*max-width: 90%;*/
        /*}*/

    #item4 {
        background-image: url(../img/bg/img4-d.png);
        justify-content: flex-end;
    }

        #item4 > p {
            margin: 0;
            padding-right: 10%;
            max-height: initial;
            /*max-width: 90%;*/
        }

    #item1 > div {
        padding-left: 15%;
    }

    #item2 > div {
        padding-left: 15%;
    }

    #item3 > div {
        padding-left: 15%;
    }



    /****************************************** CONCIERTOS */
    .section__concert {
    }

    .concert__list {
    }

    .concert__container {
    }

    .concert__img {
        width: 300px;
        height: 300px;
    }

    .concert__text > .name {
    }

    .concert__text > .hour {
    }
}
@media (min-width: 1450px) {

}


/* *****************FLUJO DE COMPRA******************* */
@media all and (min-width: 768px) {
    #regForm > div.u-bg-white.u-pt-40-xs.u-pb-40-xs.u-pt-40 > div.u-grid.u-grid-columns-2 {
            -ms-grid-columns: 47% 47%;
    grid-template-columns: 47% 47%;
        column-gap: 6%;
    }

    .activities-day {
        flex-direction: row;
    }

    .place {
        min-width: initial;
        width: 48.7%;
    }
}

@media all and (min-width: 1000px) {

    #regForm > div.u-bg-white.u-pt-40-xs.u-pb-40-xs.u-pt-40 {
        padding: 40px 70px;
    }

    #header__brand-l {
        display: initial;
    }

    #header__brand-s {
        display: none;
    }


    .box:hover:not(.free, .complet, .added) {
        border-width: 3px;
        box-sizing: border-box;
        margin-bottom: -4px;
    }

    .studio > .box > .data_price > .data_add:hover {
        background-color: var(--color1);
        color: white;
        fill: white;
    }

    .room > .box > .data_price > .data_add:hover {
        background-color: var(--color1);
        color: white;
        fill: white;
    }

    .place {
        margin: 0;
        align-self: baseline;
    }
/*    .arrow {
        margin-right: 25px;
    }*/

}

@media all and (min-width: 1200px) {
    .activities {
    }

    .activities-title {
    }

    .activities-day {
    }

    .place {
    }

    .title {
    }

    .box {
    }

    .data {
    }
    
    .data_limited {
        font-size: 10px;
    }

    .data_text {
        font-size: 12px;
    }

    .data_text-hour {
        font-size: 16px;
        line-height: 18px;
    }

    .data_text-title {
        font-size: 16px;
        line-height: 18px;
        padding-bottom: 3px;
    }

    .data_text-name {
        font-size: 12px;
        line-height: 14px;
    }

    .data_price {
        min-width: 90px;
    }

    .data_price-number {
    }

    .complet_text {
    }

    .data_price-price {
        font-size: 30px;
        letter-spacing: -0.6px;
    }

    .data_price-money {
        font-size: 18px;
        margin-top: 8px;
    }

    .data_add-text {
    }

    .data_add-arrow {
        width: 9.5px;
    }
}


    /* *****************fOOTER******************* */
    @media (min-width: 768px) {
        .c-footer > .o-container {
            flex-direction: row;
            align-items: baseline;
            justify-content: space-between;
            max-width: 1300px;
        }
        .footerColab__list--logos {
            gap: 15px;
        }

        .footerColab__list--element {
            align-self: center;
            padding: 10px 10px 10px 10px;
        }

        nav.c-footer__share{
            flex-direction:initial;
            grid-column:  2/3;
        }
        nav.c-footer__links {
            flex-direction: row;
        }
        div.c-footer__copy {
            max-width: 769px;
        }
    }

    @media (min-width: 1450px) {
        .footerColab__all {
            max-width: 1450px;
        }

        .footerColab__list--logos {
            gap: 20px;
        }

        .footerColab__list--element {
            align-self: center;
        }
    }


/******************************************************* CLASES COMUNES */

.hidden {
    display: none !important;
}

.pointer {
    cursor: pointer !important;
}

.visibility {
    visibility: hidden !important;
}

.mobile-none{
    display: none !important;
}

.margin-footer{
    margin-bottom: 130px;
}

@media (min-width: 768px) {
    .mobile-none {
        display: initial !important;
    }
}
