

:root{
--monse: 'Montserrat', sans-serif;
--exo: 'Exo', sans-serif;
--rojo: #fe0000;
}

body {
  font-size: 12px;}
html, body {  
  scroll-behavior: smooth !important;
}
.venue{
  margin-top: -5rem;
}
@media screen and (min-width: 992px) {
  body {
    font-size: 16px;
  }
  .venue{
    margin-top: -17rem;
  }
}

.video-full{
  width: 100%;
  height: 100vh;
}

/* CABECERA */
.grid--head{
  display: grid;
  grid-template-columns: 1fr 10% 1fr;
  grid-template-rows: 100px 1fr 1fr;
  grid-gap: 10px;
}

.section--eros{  
  margin-top: 50px;
  padding: 10px 15px;
}
@media screen and (min-width:1200px) {
  .section--eros, 
  .grid--head{ 
    height: 100vh;
   }
}
.grid--head :nth-child(1){
  grid-column: 1 / 4;
  grid-row: 1 / 2;
  text-align: center;
}
.grid--head :nth-child(2){
  grid-column: 1 / 2;
  grid-row: 2 / 4;
  display: flex;
  justify-content: center;
  align-items: start;
}
.grid--head :nth-child(3){
  grid-column: 2 / 4;
  grid-row: 2 / 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid--head :nth-child(4){
  grid-column: 3 / 4;
  grid-row: 3 / 4;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* FIN CABECERA */


.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;
}
/* 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%;
 }
}


h2.h4 {
  font-size: 1.3rem !important;
}
@media screen and (min-width: 992px) {
  h2.h4 {
    font-size: 1.8rem !important;
  }
}

.txt-resume {
  display: block;
  font-family: var(--robo);
  color: var(--78);
  margin: auto;
  max-width: 1000px;
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .txt-resume {
    font-size: 1.3rem !important;
  }
}

#price-section {
  z-index: 555;
  position: relative;
}

#header {
  z-index: 9999999999;
}

.section, #video-section {
  z-index: 0 !important;
}

.btn-naranja {
  color: #fff;
  background: #cd384e;
  background: linear-gradient(90deg, #cd384e 0%, #dd6939 100%);
}
.btn-naranja:hover {
  opacity: 0.8;
  color: #fff;
}

.aviso {
  display: block;
  width: 100%;
}

.espero {
  font-size: 1.2rem;
}
.logo-bizzaro{max-width: 80%;}
@media screen and (min-width: 992px) {
  .espero {
    font-size: 1.8rem;
  }
  .logo-bizzaro{max-width: 100%;}
}

.calendario{
    margin: auto;
    height: auto;
}
.calendario iframe{
    height: 870px;
    border: 0px;
}
@media screen and (min-width: 768px) {
    .calendario iframe{
        height: 462px
    }
    .calendario{
        max-width: 768px;
    }
}

  .mt-2021{
    border-top: 55px !important;
    padding-top: 22px;
  }

.franja{
  text-align: center;
  padding: 2.5rem 1rem 2.5rem 1rem;
  background-color: #372c7b;
  color: #FFF;
}
.franja h3, .franja h4{
  line-height: 2.5rem;
  margin-top: 0px;
  margin-bottom: 0px;
}
.ittulox{
    color: #233771;
    text-align: center;
    font-size: 1.6rem;
}
.productora{
  color: #000;
}

.table-price td,.rd, .place-name {
    color: #fff;
}
.txt-bio{
    padding: 4rem 0px;
    font-size: 1rem;
    color: #787878;
    text-align: justify;
    line-height: 2.2rem;
}

.place-info {
    font-size: 0.4rem !important;
  }
.footer{
    padding: 1rem 0px;
    background-color:#000 !important
}  
  @media screen and (min-width: 1024px) {
    .txt-bio{
        font-size: 1.2rem; 
    }
    .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;
  }
  .scheme-mark .place-name {
    font-size: 0.6rem;
  }
  @media screen and (min-width: 1024px) {
    .scheme-mark .place-info {
      font-size: 14px;
    }
    .ittulox{
        font-size: 2rem;
    }
  }
.img--movil{
  max-width:50% ;
}
  
  @media screen and (min-width: 1024px) {
    .img--movil{
      max-width: 100%;
    }
      
    .scheme-mark .place-name {
      font-size: 1rem;
    }
  }
  .table td {
    padding: 0.4rem;
  }
  
  @media screen and (min-width: 1024px) {
    .table td {
      padding: 0.6rem;
    }
  }
main#main{
    padding-bottom: 0px !important;
}  

#cabecera2020 .pt-nav{
    padding: 0px 0px 5px 0px !important;
    }
    .dias{
    font-size: 0.8rem;
    }
    .vip--potato{
    color: #000;
    }
    .vip--potato p{
    font-size: 0.8rem;
    }
    .vip--potato strong{
    font-size: 1rem;
    }
    .terminos{
    text-align: center;
    max-width:550px;
    border: solid 1px #233771;
    color: #233771;
    padding: 1rem;
    text-transform: uppercase;
    display: block;
    margin: auto;
    }
    .terminos:hover{
    background: #233771;
    color: #fff;
    }
    #main{
        border-top: none !important;
    }
    .listado--potato{
        font-size: 12px;
    }
    .btn--naranja {
    background: transparent;
    border: solid 1px #ff6a14 !important;
    color: #ff6a14 !important;
    padding: 1,5rem !important;
} 

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

.resena--disco{
  background: #0c1749;
}

.tipo_venta{
  font-size: 1.8rem;
  font-family: var(--bebas) !important;
  margin: 1rem auto 0px auto;
  color: #000;
  letter-spacing: 1px;
}

.fecha_venta{
  color: #000000;
  margin-top: 0px;
  font-size: 1.2rem;
}

.mx-auto{
  margin: auto;
  display: block;
}


@keyframes zoomout {
  0% {
    background-size: 105%;
  }
  50% {
    background-size: 100%;
  }
  100% {
    background-size: 105%;
  }
}

.bg1{
  background-color:transparent;
  color: #fff;
}

.btn--compra__normal{
  text-align: center;
  color: #fff;
  border: solid 1px #fff;
  display: block;
  padding: 1rem 3rem;
}

.btn--compra__normal p{
  margin: 0px;
  font-size: 1.5rem;
  line-height: 1.6rem;
}

.btn--compra__normal strong{
  margin: 0px;
  font-size: 2.3rem;
  line-height: 1.6rem;
}

.btn--compra__normal:hover{
  background-color: #fff;
  color: #0c1749;
  border: solid 1px #0c1749;
}


.place-name{
  font: 600 1rem/1.125 "Montserrat", sans-serif;
}

.table-price th {
  font-size: 95% !important;
  line-height: 1.285714285;
  padding-bottom: 11px;
  min-width: auto !important;
  padding-left: 0.1rem !important;
  padding-right: 0.1rem !important;
}
.tabla table.table tbody tr td {
  font-size: 0.5rem !important;
  color: #fff !important
}

.table td {
  padding: 0.2rem !important;
}
@media screen and (min-width: 768px) {
  .tabla table.table tbody tr td {
    font-size: 0.8rem !important;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .tabla table.table tbody tr td {
    font-size: 0.8rem !important;
    text-align: center;
  }
  .table-price th {
    font-size: 90% !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .table td {
    padding: 0.5rem !important;
  }
  .place-name{
    font-size: 1.2rem !important;
    text-align: left;
  }
  .table-price th:first-child {
    min-width: 205px !important;
  }
}
.b1{
  background-color: #00da4c;
}
.b2{
  background-color: #eae759;
}
.b3{
  background-color: #fb3424;
}
.b4{
  background-color: #5f8fb2;
}
.b5{
  background-color: #1e4386;
}
.b6{
  background-color: #fe14ee;
}
.inactive{
  opacity: 0.2;
}

.seccion--spoty{
  background-image: url('.https://static-puntoticket.s3.amazonaws.com/especiales/ft0094_marc-martel/img/fondo-resena.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
footer p, footer h5{
  color: #fff;
}
.hora{
  color: #fff;
}

.degradado{
    background: rgb(254,0,0);
    background: linear-gradient(90deg, rgba(254,0,0,1) 46%, rgba(8,7,12,1) 100%);
}

.cabecera--roja{
    background: var(--rojo);
    margin-top: 49px;
    padding: 0.5rem 0px ;
}
.cabecera--roja .link{
    font-family: var(--monse);
    font-weight: 700;
    color: #fff;
    font-size: 0.7rem;
}
.cabecera--roja a:hover{
    opacity: 0.7;
    color: #fff;
}
.siguenos{
    color: #fff;
    font-family: var(--monse);
    font-weight: 100;
    font-style: italic;
}
.portada{
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, #e30614 50%);
}

.resena{
    background-image: url('https://static.puntoticket.com/especiales/sm0146_david-guetta-2023/img/fondo-descipcion.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.huincha-nueva{
    background-image: url('https://static.puntoticket.com/especiales/sm0146_david-guetta-2023/img/fondo-huincha-new.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.resume{
    font-size: 1.1rem;
    color: #fff;
    font-family: var(--monse);
}
.line-white{
    width: 100%;
    display: block;
    height: 5px;
    background-color: #fff;
}
.line-gris{
  width: 100%;
  display: block;
  height: 5px;
  background-color: #ccc;
}
.section{
    position: relative;
}
.huincha{
    width: 100%;
    max-width: 20px;
    position: absolute;
    left:0px;
    top:50%;
    transform: translateY(-50%);
    height: 80%;
    overflow-y:hidden ;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 4%, rgba(254,0,0,1) 100%);
}
.huincha2{
    width: 100%;
    max-width: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right:0px;
    height: 80%;
    overflow-y:hidden ;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 4%, rgba(254,0,0,1) 100%);
}
.anim1{
    animation: bottomTop 5s both infinite;
}

.anim2{
    animation: topBottom 5s both infinite;
}

.zonas{
    background-image: url('https://static.puntoticket.com/especiales/sm0146_david-guetta-2023/img/fondo-zonas.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.section--mapa{
  background-image: url('https://static.puntoticket.com/especiales/sm0146_david-guetta-2023/img/fondo-precios-tabla.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bajada__tickets{
  background-color: rgb(254,0,0);
  color:#fff;
  text-align: center;
  border-radius: 25px;
  font-size: 0.8rem;
  padding: 0.5rem 1.2rem;
  font-family: var(--monse);
  font-weight: 700;
  margin-top: 0px;
}
.section--mapa h4{
  color: #fff;
  font-family: var(--monse);
  font-weight: 700;
}

.box--tabla{
  padding: 2rem;

}
.lista--legales{
    font-family: var(--monse);
  color: #fff;
  list-style: none;
  font-size: 0.4rem;
  text-align: right;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .lista--legales{
    font-size: 0.7rem;
  }
}

.bloque--redes{
  background-color: #fff;
  padding: 2rem 0px;
}
.bloque--redes p{
  color: #000;
  font-family: var(--exo);
  font-weight: 600;
  font-style: italic;
  font-size: 1rem;
}
.bloque--footer{
  background-color: #ccc;
}

.section--layout{
  background-image: url('https://static.puntoticket.com/especiales/sm0146_david-guetta-2023/img/fondo-mapa.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section--layout h4{
  color: #fff;
}
.section--layout p.textos__bajada{
  color: #fff;
  padding-left: 3rem;
  font-family: var(--monse);
  font-weight: 100;
  text-align: justify;
}

@keyframes bottomTop {
    0%{
        transform: translateY(-100%);
    } 
    100%{
        transform: translateY(100%);
    }    
}

@keyframes topBottom {
    0%{
        transform: translateY(100%);
    } 
    100%{
        transform: translateY(-100%);
    }    
}

@media screen and (min-width: 768px) {
  .bloque--redes p{
    font-size: 2rem;
  }
  .bajada__tickets{
    font-size: 1.5rem;
  }
    .cabecera--roja .link,
    .siguenos{
        font-size: 1.3rem;
    }
    .resume{
        font-size: 1.5rem;
    }
}
@media screen and (min-width: 1200px) {
    .huincha, .huincha2{
        max-width: 50px;
    }
}