:root {
    --robo: "Roboto Condensed", sans-serif;
    --oro: #dac48f;
}
h1{color: #FFF;}
body{
    background-color: #00011b;
}
.header--evento{
    position: relative;
}
.logo--evento{
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
}

.section-c{
    background-image: url('https://static.puntoticket.com/especiales/biz198_ana-gabriel/img/fondo-luna.jpg');    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.blanco{
    color: #FFF;
}
.nombre__city, .bullet{
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 3px;
}
.bullet{
    color: var(--oro);
}
.nombre__city{
    color: #FFF;
    font-size: 1.3rem;
}
.boton-ciudad{
    padding: 1rem;
    margin: auto;
}
.recinto{
    color: #fff;
    font-weight: 100;
    letter-spacing: 2px;
}
.link--evento{
    border: solid 1px var(--oro);
    padding: 1rem 0.5rem;
    width:250px;
    display: block;
    text-align: center;
    margin: auto;
    background-color: transparent;
}
.link--evento:hover .fecha-evento{
    color: #fff;
}
.link--evento:hover{
    background-color: var(--oro);
    color: #fff;
}
.fecha-evento{
    color: var(--oro);
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 3px;
}

.titulo{
    margin-top: -100px;
}

.texto--txt, .color--bajada{
    color: #fff;
}
.color--titulo{
    color: var(--oro);
}


.horario{
    font-size: 2rem;
    text-align: center;
    color: #fbe2b6;
    font-weight: 700;
    margin-top: -20px;
}

.legal--bton{
    color: #fff;
    font-size: 0.8rem;
    padding-top: 1rem;
}
.h100{
    height: 130vh;
}
@media screen and (min-width: 1200px) {
    .h100{
        height: 150vh;
    }
    .link--evento{
        width:380px;
    }
    .fecha-evento{
        font-size: 2.3rem;
    }
    .nombre__city{
        color: #FFF;
        font-size: 1.7rem;
    }
}
.link-dg{
    color: #fff;
    font-size: 2.2rem;
}

.fecha{
    width: 100%;
    text-align: center;
}
.fecha img{
    margin-top: -200px;
}
@media screen and (min-width:1300px){
    .horario{
        font-size: 3rem;
        margin-top: 0px;
    }
    .logo-towers{
        max-width: 100%;
    }
    .fecha img{
        margin-top: -50px;
    }
    
}
.description-list .list-describe {

    margin-bottom: 5px;
    letter-spacing: 0.2px;
    font-family: 'Roboto Condensed', sans-serif!important;
    text-align: justify;
    text-align-last: left;
    color: #5a5a5a;
    font-size: 0.9rem;
}

.lista--menu li a {
  font-size: 0.7rem!important;
    letter-spacing: 0.10px!important;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif!important;
}

.nav-opener .button-text {
        font-size: 0.7rem!important;
    letter-spacing: 0.10px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif!important;
}

.nav-drop .h4, .nav-drop .h5 {
    font-size: 4vw;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 4vw;
    color: #6c2ce1;
}


.description-list .list-term {
    font-size: .875rem;
    font-weight: 800;
    margin: 0 0 2px;
    color: #6c2ce1;
}

#cabecera2021 .lista--menu {
    text-align: right;
    padding-top: 7px;
    margin-bottom: 9px;
}

.auspician.cd img{
  margin-top: -4vw;
}
.blanco{
    color: #fff;
}

.bloque-ana {
    background-color:rgba(0,0,0, 0.5);
    padding: 2rem;
}

.sptf{
  margin-bottom: 3rem;
}

@keyframes pulso-animado {
    0%{
     transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
}

.bk-video{
    padding: 0.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    border: solid 3px #0572bb;
}

.video-contenedor{
    padding: 0.5rem;
}

.video-youtube {
    width: 100%;
    height: 180px;
}

@media screen and (min-width: 768px){
    .video-contenedor{
      padding: 2.5rem 1rem 3rem 1rem;
    }  
}

@media screen and (min-width:1024px){
  .bk-video{
    padding: 2rem;
  }
  .video-contenedor{
    padding: 2rem;
  }  
.video-youtube {
    height: 300px;
  }
}

.luz{
    animation: sombra 5s infinite;
}
.mr-auto{
    margin: auto;
}
@keyframes sombra {
    50% {-webkit-box-shadow: 5px 5px 15px 5px #d974ad, -2px 14px 28px 9px rgba(122,235,252,0.84); 
        box-shadow: 5px 5px 15px 5px #d974ad, -2px 14px 28px 9px rgba(122,235,252,0.84);}
  }

@media screen and (min-width: 1024px) {
    .hvh2{
        height: 100vh;
    }
}
@keyframes opacidad {
    0% {
      opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    85% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
  }
.logob, .hammer{
    position: relative;
    z-index: 2;
}



html body{
    scroll-behavior: smooth;
}
.logo {
    max-width: 70%;
}

.produce{
    color: #fff;
}

.table-price.table{
    color: #fff;
}

.list-text{
    color: #fff!important;
}

.marker{
    color: #fff!important;
}

.legales{
    margin-left: auto;
    margin-right: auto;
}
.img-logo{
    position: absolute;
    max-width: 20%;
    left: 50%;
    margin-left: -10%;
}
.pulso{
    animation: pulse 2s infinite;
}
@keyframes pulse {
	0% {
		transform: scale(0.90);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.90);
	}
}


.badge.pfilas1{
    background-color: #d30000;;
}
.badge.pfilas2{
    background-color:#549f97;;
}
.badge.pfilas3{
    background-color:#3b5d5a;
}
.badge.pfilas4{
    background-color:#c40079;
}
.badge.pfilas5{
    background-color:#df9c51;
}
.badge.pfilas6{
    background-color:#ffd13e;
}
.badge.pfilas7{
    background-color:#7c741f;
}
.badge.pfilas8{
    background-color:#69a741;
}
.badge.pfilas9{
    background-color:#e94e1b;
}
.badge.pfilas10{
    background-color:#2d4894;
} 
.badge.pfilas11{
    background-color:#672084;
} 
.badge.pfilas12{
    background-color:#04564f;
} 
.badge.pfilas13{
    background-color:#e4aae4;
} 
.badge.pfilas14{
    background-color:#346613;
}
.badge.pfilas15{
    background-color:#380955;
}




@media screen and (min-width: 768px) {
    .logo {
        padding-top: 19rem;
        max-width: 38%;
        right: 0px;
   }
    .img-logo{
        max-width: 10%;
        right: 0px;
        left: inherit;
   }
    .img-logos{
       width: 100%;
        margin: auto;
        position: absolute;
        bottom: 0px;
        max-width: 800px;
        margin-bottom: 1rem;
        left: 50%;
        margin-left: -400px;
   }
}

th span{
    font-size: 0.6rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
.cont-logo{
    max-width: 800px;
    margin: auto;
    padding: 0px 1rem;
}
@media screen and (min-width: 1024px) {
    .intro-title-block{
        max-width: 700px;
   }
}
#info{
    background-color: #f8f9fa;
}
.intro-black{
    background-color: #000000;
    padding: 2rem 0px;
    border-top: solid 10px #0572bb;
}
.franja{
    background: #fff;
    text-align: center;
    padding: 3rem 1rem;
}
.intro-section .intro-holder{
    padding-top: 0px !important;
}
.titulo{
    text-align: center;
    color: #000;
    font-size: 1.8rem;
}
.fechas{
    text-align: center;
    font-size: 2rem;
    color: #ff6a14;
}

@media screen and (min-width: 1024px) {
    .titulo{
        font-size: 2.5rem;
   }
}
.estreno {
    font-size: 1.5rem;
    color: #5678d1;
    font-family: var(--robo);
    font-weight: 600;
}
.t-t{
    color: #000;
    font-size: 0.8rem;
    font-weight: bold;
}

@media screen and (min-width: 1024px) {
    .estreno {
        font-size: 2.8rem;
   }
    .t-t{
        font-size: 1.3rem;
   }
}
.pb-2 h2 {
    color: #000 !important;
    font-size: 1rem;
}
@media screen and (min-width: 1024px) {
    .pb-2 h2 {
        font-size: 2rem;
   }
}
.gallery-container {
    max-width: 780px;
    margin: 2rem auto;
}
.intro-place {
    font-size: 1.4rem;
    color: #2b9b28;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--robo);
    margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
    .intro-place {
        font-size: 2rem;
   }
}
.contador--content {
    background-color: #fff;
    color: #787878;
    text-align: justify;
    padding: 5rem 0px 5rem 0px;
    font-size: 1rem;
}
.texto--parrafo {
    font-size: 0.1rem;
    color: #fff;
    font-family: var(--robo);
    text-align: justify;
}
.intro-section .anchor-block, .intro-section-inner .anchor-block{
    bottom: 53px !important;
}
.date-event{
    font-size: 1rem;
    color:#787878;
    font-weight: bold;
    letter-spacing: 0.2rem;
}
@media screen and (min-width: 1024px) {
    .texto--parrafo {
        font-size: 1.4rem;
   }
    .date-event{
        font-size: 2rem;
        letter-spacing: 0.4rem;
   }
    .intro-section .anchor-block, .intro-section-inner .anchor-block{
        bottom: 92px !important;
   }
}
.items--logos img {
    margin: 0px 1rem;
}
@media screen and (min-width: 768px) {
    .contador--content {
        font-size: 1.1rem;
   }
}
.mx-auto {
    margin: 2rem auto;
    max-width: 100%;
    display: block;
}
@media screen and (min-width: 1024px) {
    .mx-auto {
        max-width: 481px;
   }
}
.intro-section {
    background-size: cover;
}
.intro-section:after {
    background: transparent;
}
.btn--naranja {
    background: transparent;
    border: solid 1px #ff6a14 !important;
    color: #000;
}
.btn--naranja:hover {
    background: #ff6a14;
    color: #fff;
}
.red{
    color: #ff6a14;
}
.btn--rojo {
    background: #ff141f;
    border: solid 1px #cb2229 !important;
    color: #000;
}
.btn--rojo:hover {
    background: #ff141f !important;
    color: #fff;
}
.btn--naranja.inactive {
    background-color: #efefef;
    border-color: transparent !important;
    color: #acacac !important;
    opacity: 1;
    pointer-events: none;
}
p.small {
    font-weight: 600;
    font-size: 1rem;
}
p.small span {
    font-weight: 300;
    display: block;
    font-size: 0.7rem;
}
.contain-small {
    max-width: 1195px;
    margin: auto;
    padding: 0rem 1rem;
}
.contain-small .data {
    color: #c31f4e;
    font-weight: 600;
    font-size: 1rem;
}
.beneficio{
    text-align: center;
    background:#ededed;
    padding: 2rem;
}
@media screen and (min-width: 1024px) {
    .contain-small .data {
        font-size: 1.3rem;
   }
}
.contain-small .parrafo {
    font-size: 1rem;
    font-family: "Roboto Condensed", sans-serif;
    text-align: justify;
    line-height: 1.4em;
    font-weight: 400;
    margin-top: 2rem;
    color: #787878;
}
@media screen and (min-width: 1024px) {
    .contain-small .parrafo {
        font-size: 1.3rem;
   }
}
.contain-small .parrafo .prtint {
    color: #c31f4e;
}
.place-info {
    font-size: 0.4rem !important;
}
@media screen and (min-width: 1024px) {
    .place-info {
        font-size: 0.7rem !important;
   }
}
.table-price {
    font-size: 0.7rem;
}
@media screen and (min-width: 1024px) {
    .table-price {
        font-size: 1rem;
   }
}
.scheme-mark .place-info {
    font-size: 10px;
}
@media screen and (min-width: 1024px) {
    .scheme-mark .place-info {
        font-size: 14px;
   }
}
.scheme-mark .place-name {
    font-size: 0.4rem;
}
@media screen and (min-width: 1024px) {
    .scheme-mark .place-name {
        font-size: 1rem;
   }
}
.table td {
    padding: 0.4rem;
}
@media screen and (min-width: 1024px) {
    .table td {
        padding: 0.6rem;
   }
}
.fundacion {
    background: #000;
    padding: 0rem 2rem;
}

.btn--naranja {
    color: #fff;
}
.legal {
    color: #7b7b7b;
    font-weight: 600;
}
.link {
    color: #ff6a14;
    transition: all 0.4s;
}
.link:hover {
    color: #ff6a14;
    text-decoration: underline;
}
.dropdown-toggle::after {
    color: #fff !important;
    margin-left: 1.5rem;
}
.block--logos div {
    padding: 1rem 0rem;
}
.text--gris{
    color: #797979;
    font-size: 12px;
}
.txt-logos {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 0.2rem;
    font-size: 11px;
}
.content-legal{
    max-width: 700px;
    margin: auto;
    padding: 3rem 0px;
}
.content-legal p{
    font-size: 0.7rem;
}
.badge-purple{
    background: #8e4b98;
}
.badge-green2{
    background: #005537;
}

.btn-comprar-new{
    width: 100%;
    display: block;
    text-align: center;
    padding: 1.5rem 1rem;
    color: #fff;
    border:solid 1px #fff;
    font-size:1.3rem;
    max-width: 505px;
    margin: auto;
}
.btn-comprar-new:hover{
    background:#ff6a14;
    color: #fff;
    border: solid 1px #ff6a14;
}
.tabla{
    margin-left: 0px !Important;
}


.btn--naranja {
    background: #fff;
    border: solid 1px #ff6a14 !important;
    color: #564841 !important;
}
.btn--naranja:hover {
    background: #ff6a14 !important;
    color: #fff !important;
}
.btn--naranja.inactive {
    background-color: #efefef;
    border-color: transparent !important;
    color: #acacac !important;
    opacity: 1;
    pointer-events: none;
}
.buttons-row .button-block{
    border-bottom: 0px !important;
}
.btn{
    padding: 10PX !important;
}

.normal{
    min-height: 70px;
    padding-top: 23px!important;
}
.normal.silla{
    min-height: 70px;
    padding-top: 15px!important;
}
.bjda--boton{
    font-size: 11px;
}

.mov--black{
    background-color: #000;
}
.auto{
    display: block;
    margin: auto;
}
@media screen and (min-width: 300px) and (max-width:1024px) {
    .table td{
        padding: 0.2rem;
   }
}
.img-fluid{
    max-width: 100%;
}
.corpo{
    margin: 1rem !important;
}
@media screen and (min-width: 1024px) {
    .intro-section{
        min-height: 900px;
   }
}

/* cabecera nueva */
#cabecera2021 .nav-opener{
    color: #fff !important;
}
#cabecera2021 .lista--menu{
    list-style: none;
}
#cabecera2021 .lista--menu li {
    display: inline-block !important;
    color: #fff;
}
.lista--menu li a{
    padding-right: .5rem;
    padding-left: .5rem;
    color: #fff;
    font-size: 0.9rem;
}
.pt-nav.cabecera-2021{
    padding: 10px 0px 0px 0px!important;
    line-height: 0px;
}
.nav-opener .button-text{
    font-size: 0.8rem;
}
.navbar{
    min-height: 39px !important;
}
.nav-drop{
    height: calc(100vh - 35px)!important;
}
@media screen and (min-width:1080px){
    .navbar{
        min-height: 55px !important;
   }
    .lista--menu li a{
        font-size: 1.1rem;
   }
    .nav-opener .button-text{
        font-size: 1rem;
   }
    .btn--redes{
        max-width: 19%;
   }
}

@media screen and (max-width:520px) {
    .huincha {
    padding: 1rem 10px;
    color: #fff;
    font-size: 1.2vh;
    letter-spacing: 2px;
    text-transform: uppercase;
    }
}

#main {
    border-top: 39px solid #000!important;
    padding-bottom: 0px !important;
}
.info-mov{
    font-size: 0.75rem!important;
    vertical-align: super;
}

h2{
    color: #fff;
}
.color-cancha{
    background-color: #d744ac;
}
.block--botones{
    padding: 10px;
}
.block--botones p, 
.block--botones strong{
    color: #fff;
}
.btn-block {
    min-width: 250px;
    height: 70px;
    margin-top: 0px;
    padding-bottom: 70px !important;
    display: block;
    border-radius: 45px;
}
.btnes{
    min-width: 250px;
    margin: auto;
    display: block;
    transition: all .4s;
}
.btnes:hover{
    opacity: 0.5;
}
.legal--boton{
    font-size: 11px;
    color: #fff;
}
.fondo--img{
    background: #000;
    text-align: center;
}

.agotadopt a, .inactivopt a{
    pointer-events: none;
}
.inactivopt a, .agotadopt a{
    background-color: #efefef;
    border-color: transparent !important;
    color: #acacac !important;
}
.agotadopt img{
    opacity: 0.6 !important;
    filter: grayscale(1) !important;
}

.activopt p, .activopt span{
    display: none !important;
}
.activopt p, .activopt span{
    display: block;
}
.agotadopt p, .agotadopt span{
    display: none;
}
.agotadopt strong{
    opacity: 0.2 !important;
}
.agotadopt strong::before{
    content:'AGOTADO' !important;
}

.data{
    text-align: center;
    padding: 1rem 0.5rem;
}
.btn span{
        font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: black;
    text-transform: uppercase;
}
.data strong{
    font-size: 1.9rem;
    letter-spacing: 2px;
}

.btn-block {
    min-width: 250px;
    height: 70px;
    margin-top: 0px;
    padding-top: 28px !important;
    padding-bottom: 55px !important;
    display: block;
    border-radius: 45px;}

    .inactive{
        pointer-events: none;
        filter: grayscale(1);
        opacity: 0.5;
    }
    .inactive img{
        filter: grayscale(1);
        pointer-events: none;
    }

    .protocolo-covid{
        font-size: 12px;
    }