@font-face {
    font-family: 'Road Rage';
    src: url('../fonts/road-rage.eot');
    src: url('../fonts/road-rage.eot?#iefix') format('embedded-opentype'),
        url('../fonts/road-rage.woff2') format('woff2'),
        url('../fonts/road-rage.woff') format('woff'),
        url('../fonts/road-rage.ttf') format('truetype'),
        url('../fonts/road-rage.svg#road-rage') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html,
body {
    font-family: "Poppins", sans-serif;
    background: #E6EFFF;
}
a {
    color: #23272E;
    text-decoration: none;
}
*{
    box-sizing:border-box;outline:none;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-family: "Poppins", sans-serif;
  }
.u__containerVideo {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 30px;
}
.u__containerVideo iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/*----------[Desktop]----------*/
.desktop {
    background: url(../imagesBase/mainBackGround.svg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#boletasFixed {
    width: 150px;
    height: 50px;
    position: fixed;
    left: 0px;
    top: 200px;
    z-index: 200;
    background-image: url(../imagesBase/bg_buyNow.svg);
    border-radius: 0px 7px 7px 0px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
}
/*----------[Menu]----------*/
#headerMenu {
    position: absolute;
    top: 17px;
    left: 20px;
    width: 24px;
    height: 16px;
    background-image: url(../imagesBase/headerMenu.svg);
    cursor: pointer;
}
#menuBox {
    background-color: #303C49;
    position: fixed;
    top: 10px;
    left: 10px;
    width: 300px;
    z-index: 1000;
    padding-top: 9px;
    display: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /* future proofing */
    -khtml-border-radius: 5px;
    /* for old Konqueror browsers */
    -webkit-box-shadow: 0px 1px 3px 0px rgba(179, 179, 179, 1);
    -moz-box-shadow: 0px 1px 3px 0px rgba(179, 179, 179, 1);
    box-shadow: 0px 1px 3px 0px rgba(179, 179, 179, 1);
}
#menuLogo {
    margin: 0px auto 0px auto;
    width: 33px;
    height: 32px;
}
#menuClose {
    position: absolute;
    top: 18px;
    left: 20px;
    width: 14px;
    height: 14px;
    background-image: url(../imagesBase/menuClose.svg);
    cursor: pointer;
    z-index: 9999
}
#menuMenu {

}
.menuItem {
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    line-height: 80%;
}
#menuMenu a:link {
    color: #ffffff;
}
#menuMenu a:visited {
    color: #ffffff;
}
#menuMenu a:hover {
    color: #ffffff;
    text-decoration: underline;
}
#menuMenu a:active {
    color: #ffffff;
}
#menuLine {
    margin: 5px auto 15px auto;
    width: 40px;
    height: 10px;
    border-bottom: solid 1px #85909D;
}
#contentBox {
    display: block;
}
/* ------- Inicio 2025 ------- */
/* ---------------------------------- Elementos HEADER ---------------------------------- */
.header-wrapper {
  position: absolute;
  left: 0;
  z-index: 500;
  width: 100vw;
  margin: 20px auto;
  padding: 0px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .header-wrapper {
    padding: 0px 30px;
  }
}
.header-logo {
  margin-right: 15px;
  width: 150px;
}
@media screen and (min-width: 768px) {
  .header-logo {
    width: 200px;
    margin-right: 20px;
  }
}
.header-column-left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.header-date-dark {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  border-left: 2px solid #D21E1E;
  padding: 5px 15px;
}
.header-date-light {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  border-left: 2px solid #D21E1E;
  padding: 0px 10px;
}

@media screen and (min-width: 768px) {
  .header-date-dark, .header-date-light {
    padding: 0px 20px;
  }
}
.header-fecha-dark {
  color: #E6EFFF;
  font-size: 14px;
  font-weight: 700;
}
.header-fecha-light {
  color: #23272E;
  font-size: 14px;
  font-weight: 700;
}
.header-countDown-dark {
  color: #D21E1E;
  font-size: 14px;
  font-weight: 700;
}
.header-countDown-light {
  color: #D21E1E;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .header-fecha-light, .header-fecha-dark, .header-countDown-light, .header-countDown-dark {
    font-size: 19px;
  }
}
.header-column-right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.header-boleteria {
  background-color: #D21E1E;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 10px;
  border-radius: 10px;
  border: 1px solid #ffffff;
}

@media screen and (min-width: 768px) {
  .header-boleteria {
    font-size: 14px;
    padding: 7px 15px;
  }
}
.header-column-right a:active {
  text-decoration: none;
}
.header-column-right a:visited {
  text-decoration: none;
}
.header-column-right a:link {
  text-decoration: none;
}
.header-column-right a:hover {
  text-decoration: none;
  opacity: 80%;
}
.header-menu {
  margin-left: 10px;
  width: 30px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .header-menu {
    width: 40px;
  }
}
/* ---------------------------------- Elementos Header Nuevos ---------------------------------- */
.header-top-wrapper {
  position: relative;
}
.home-cycle-item img {
  width: 100vw;
}
.header-base-logo {
  position: absolute;
  width: 100vw;
  left: 0;
  bottom: 40px;
  z-index: 700;
}
.header-base-logo img {
  width: 100%;
  padding: 0px 30px;
}

@media screen and (min-width: 768px) {
  .header-base-logo img {
    padding: 0px 200px;
  }
}
.home-seccion-01 {
  color: #fff;
}
.home-seccion-01 {
  background-color: #181C24;
  display: flex;
  align-items: center;
}
.home-countdown-wrapper {
  max-width: 900px;
  margin: 0px auto;
  padding: 40px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.home-countdown-par {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 0px 10px;
}

@media screen and (min-width: 768px) {
  .home-countdown-par {
    margin: 0px 20px;
  }
}
.home-countdown-numero {
  color: #D21E1E;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .home-countdown-numero {
    font-size: 44px;
  }
}
.home-countdown-letra {
  color: #EFF5FF;
  font-size: 24px;
  font-weight: 700;
  margin: 0px 0px 0px 5px;
}

@media screen and (min-width: 768px) {
  .home-countdown-letra {
    font-size: 20px;
  }
}
.footer-pataLogos-wrapper-dark {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  background-color: #1F242C;
}
.footer-pataLogos-wrapper-light {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  background-color: #E6EFFF;
}
.footer-pataLogos-dark {
  width: 70%;
  margin: 50px auto 20px auto;
}

@media screen and (min-width: 768px) {
  .footer-pataLogos-dark {
    width: 300px;
  }
}
.footer-pataLogos-light {
  width: 70%;
  margin: 50px auto 20px auto;
}

@media screen and (min-width: 768px) {
  .footer-pataLogos-light {
    width: 300px;
  }
}
.footer-top-light {
  background-image: url(../imgBase/footer-top-light.svg);
  background-repeat: no-repeat;
  background-position: center 10%;
  height: 77px;
}
.footer-top-dark {
  background-image: url(../imgBase/footer-top-dark.svg);
  background-repeat: no-repeat;
  background-position: center 10%;
  height: 77px;
}
.footer-redes-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer-redes {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.footer-redes li {
  margin: 0px 2px;
}
.footer-redes li:hover {
  opacity: 0.8;
}
.redes-arroba {
  width: 200px;
}
.footer-links-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-text-dark {
  color: #23272E;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.footer-text-light {
  color: #E6EFFF;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.footer-links-wrapper {
  margin-top: 50px;
}
.footer-links {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #D21E1E;
}
.footer-links li a:link, a:visited, a:hover, a:active {
  text-decoration: none !important;
  color: #D21E1E;
}
.footer-links-dark {
  margin: 0px;
  padding: 10px 0px;
  border-bottom: 1px solid #23272E;
}
.footer-links-light {
  margin: 0px;
  padding: 10px 0px;
  border-bottom: 1px solid #E6EFFF;
}
.footer-links-last {
  border-bottom: 0px solid #E6EFFF !important;
}
.footer-links a:link {
  text-decoration: none;
}
.footer-links a:active {
  text-decoration: none;
}
.footer-links a:visited {
  text-decoration: none;
}
.footer-links a:hover {
  text-decoration: underline !important;
  font-size: 16px !important;
}
.footer-legal-text {
  font-family: "Poppins";
  padding: 30px 30px 0px 30px;
  font-size: 12px;
}

@media screen and (min-width: 900px) {
  .footer-legal-text {
    width: 900px;
    margin: 0px auto;
  }
}
.footer-legal-text span {
  font-weight: 700;
}
.footer-credits {
  font-family: "Poppins";
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  margin-top: 60px;
  padding-bottom: 10px;
}


.page-title-wrapper {
  max-width: 900px;
  margin: 0px auto 0px auto;
  padding-left: 30px;
}
.page-title-dark {
  color: #E6EFFF;
}
.page-title-light {
  color: #23272E;
}
.page-title-light li:last-child span, .page-title-dark li:last-child span {
  font-family: "Poppins";
  color: #8F9DB6;
  font-weight: 700 !important;
}
.page-title-texts {
  padding-left: 20px;
  border-left: 3px solid #D21E1E;
}
.subPage-title-texts {
  padding-left: 20px;
  border-left: 3px solid #FFFFFF;
  text-transform: uppercase;
}
.page-title-texts li {
  font-family: "Poppins";
  padding-right: 20px;
}
.page-title-texts li:first-child {
  font-size: 14px;
  font-weight: 700;
  color: #D21E1E;
}
.subPage-title-texts li:first-child {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
}
.page-title-texts li:last-child {
  font-size: 24px;
  font-weight: 700;
  margin-top: 16px;
  line-height: 23px;
}
.subPage-title-texts li:last-child {
  font-size: 18px;
  font-weight: 700;
  margin-top: 16px;
  line-height: 23px;
}
.page-intro-texts {
  max-width: 900px;
  padding: 0px 30px;
  margin: 40px auto;
  font-size: 18px;
  font-weight: 500;
}
.page-intro-texts p {
  margin-bottom: 20px;
}
.page-info-wrapper {
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.page-info-item {
  max-width: 300px;
  margin: 20px 30px;
}
.page-info-item img {
  width: 300px;
  border-radius: 20px;
  margin: 0px 0px 10px 0px;
  box-shadow: rgba(30, 45, 60, 0.3) 0px 4px 6px, rgba(0, 0, 0, 0.2) 0px 8px 14px;
}
/* ------- Fin 2025 ------- */
/*----------[Header]----------*/
header a {
    display: block;
}
header a img {
    max-width: 260px;
}
#headerWrapper {
    width: 80%;
    height: 81px;
    margin: 0px auto 45px;
}
#headerSOFA {
    width: 221px;
    height: 66px;
    float: left;
    margin-top: 38px;
    background-image: url(../imagesBase/headerLogo.svg);
}
#headerSOFA img {
    display: none
}
#headerDragon {
    width: 83px;
    height: 94px;
    margin: 0px auto;
    background: url(../imagesBase/headerPennant.png) center no-repeat;
    background-size: contain;
}
#headerLogoSOFA {
    width: 239px;
    height: 112px;
    margin: 0px auto;
    background-image: url(../imagesBase/headerLogoSOFA.svg);
}
#headerETB {
    display: none;
    width: 76px;
    height: 80px;
    float: right;
    background-image: url(../imagesBase/headerETB.svg);
}
#headerInnerETB {
    width: 76px;
    height: 80px;
    position: fixed;
    top: 0px;
    right: 40px;
    background-image: url(../imagesBase/headerETB.svg);
}
/*----------[Redes]----------*/
#redesWrapper {
    width: 38px;
    height: auto;
    margin: 0px auto;
    justify-content: center;
    display: flex;
}
#redesFacebook {
    width: 38px;
    height: 39px;
    background-image: url(../imagesBase/redesFacebook.svg);
}
#redesTwitter {
    width: 38px;
    height: 38px;
    background-image: url(../imagesBase/redesTwitter.svg);
}
#redesInstagram {
    width: 38px;
    height: 39px;
    background-image: url(../imagesBase/redesInstagram.svg);
}
/*----------[Footer]----------*/
.footer{
    text-align: center;
}
#footerWrapper {
    width: 100%;
    margin: 0px auto;
}
#footerPataLogos {
    width: 300px;
    height: 80px;
    margin: 0px auto;
    background: url(../imagesBase/pataLogos.svg) center no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
    right: 5px;
}
#footerLine {
    width: 252px;
    height: 1px;
    margin: 0px auto;
    background-image: url(../imagesBase/footerLine.svg);
}
#footerLogo {
    width: 69px;
    height: 69px;
    margin: 0px auto;
    background-image: url(../imagesBase/footerLogo.svg);
}
#footerCredits {
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 10px;
    text-align: center;
    color: #999999;
}
#pataClick {
    width: 120px;
    height: 50px;
    margin-left: 0;
    margin-top: 0;
}
/*#pataClick{width: 120px; height: 50px; margin-left: 20px; margin-top: 30px; float: left; }*/
/*#pataCorferias{width: 130px; height: 50px; margin-left: 45px; margin-top: 30px; float: left; }*/
#pataCorferias {
    width: 130px;
    height: 50px;
    margin-left: 0;
    margin-top: 0;
}
/*----------[Banner]----------*/
#bannerWrapper {
    width: 750px;
    height: 390px;
    margin: 0px auto;
}
#progress {
    position: absolute;
    bottom: 50px;
    height: 1px;
    width: 0px;
    background: #ccc;
    z-index: 500;
}
#textoBanner {
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    color: #000;
}
.textoBoldBanner {
    font-family: "Montserrat";
    font-weight: 900;
    font-size: 12px;
    text-align: center;
    color: #000;
}
/*----------[Posts]----------*/
#postWrapper {
    width: 750px;
    margin: 0px auto;
}
#postItem img {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}
#postItem {
    float: left;
    margin: 5px;
    cursor: pointer;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(179, 179, 179, 1);
    -moz-box-shadow: 0px 1px 3px 0px rgba(179, 179, 179, 1);
    box-shadow: 0px 1px 3px 0px rgba(179, 179, 179, 1);
    transition: box-shadow 0.2s ease-in-out;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    /* future proofing */
    -khtml-border-radius: 2px;
    /* for old Konqueror browsers */
}
#postItem:hover {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(150, 150, 150, 1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(150, 150, 150, 1);
    box-shadow: 0px 5px 15px 0px rgba(150, 150, 150, 1);
}
#postItemCountDown {
    width: 240px;
    height: 136px;
    float: left;
    margin: 5px;
    background-image: url(../imagesContent/post_countdown.svg);
    background-size: 240px;
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 45px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(179, 179, 179, 1);
    -moz-box-shadow: 0px 1px 3px 0px rgba(179, 179, 179, 1);
    box-shadow: 0px 1px 3px 0px rgba(179, 179, 179, 1);
    transition: box-shadow 0.2s ease-in-out;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    /* future proofing */
    -khtml-border-radius: 2px;
    /* for old Konqueror browsers */
}
#postItemCountDownSmall {
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    margin-top: -5px;
}
#postItemCountDown:hover {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(150, 150, 150, 1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(150, 150, 150, 1);
    box-shadow: 0px 5px 15px 0px rgba(150, 150, 150, 1);
}
/*----------[CountDown]----------*/
#bg_countDown {
    width: 336px;
    height: 396px;
    margin: 0px auto;
    background-image: url(../imagesContent/bg_countDown.svg);
}
#countDown_days {
    font-family: "Montserrat";
    font-weight: 100;
    font-size: 120px;
    text-align: center;
    color: #ffffff;
}
#defaultCountdownDay {
    font-family: "Montserrat";
    font-weight: 100;
    font-size: 120px;
    text-align: center;
    color: #ffffff;
}
#countDown_title {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}
#countDown_text {
    width: 250px;
    margin: 0px auto;
}
#defaultCountdown_D {
    width: 250px;
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}
/*----------[About]----------*/
#bg_about {
    width: 715px;
    height: 476px;
    margin: 0px auto;
    background-image: url(../imagesContent/bg_about.svg);
}
#wrapperAbout {
    width: 340px;
    height: 360px;
    overflow: scroll;
    margin-left: 260px;
    padding: 40px 50px;
}
#aboutTitle {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}
#aboutGrafica {
    width: 345px;
    height: 358px;
    margin: 0px auto;
    background-image: url(../imagesContent/page_about.svg);
}
#aboutLeyend {
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}
#aboutText {
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 12px;
    text-align: justify;
    color: #ffffff;
}


/*----------[Boleteria]----------*/

#bg_boleteria {
    width: 666px;
    height: 481px;
    margin: 0px auto;
    background-image: url(../imagesContent/bg_boleteria.svg);
}
#wrapperBoleteria {
    width: 315px;
    height: 370px;
    overflow: scroll;
    margin-left: 9px;
    padding: 40px 15px;
}
#boleteriaText {
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    color: #303030;
    margin: 0px 0px 10px 0px;
}
#boleteriaBubble {
    width: 38px;
    height: 41px;
    margin: 0px auto;
    background-image: url(../imagesContent/page_boleteriaBubble.svg);
}
#boleteriaTitle_a {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #303030;
    margin: 10px 0px 0px 0px;
}
#boleteriaTitle_b {
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    color: #303030;
    margin: 0px 0px 10px 0px;
}
#boleteriaTitle_c {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 10px;
    text-align: center;
    color: #303030;
}
#boleteriaTitle_d {
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    font-style: italic;
    color: #303030;
}
#boleteriaDia {
    width: 100px;
    height: 19px;
    float: left;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    margin-right: 60px;
    color: #303030;
}
#boleteriaPrecio {
    width: 50px;
    height: 19px;
    float: left;
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 14px;
    text-align: right;
    font-style: italic;
    margin-right: 20px;
    color: #303030;
}
#boleteriaComprarOn {
    float: left;
    width: 65px;
    height: 19px;
    background-image: url(../imagesContent/page_boleteriaComprarOn.svg);
}
#boleteriaComprarOff {
    float: left;
    width: 65px;
    height: 19px;
    background-image: url(../imagesContent/page_boleteriaComprarOff.svg);
}
#boleteriaLine {
    width: 259px;
    height: 1px;
    margin: 0px auto;
    background-image: url(../imagesContent/page_boleteriaLine.svg);
}
.boleteria .boleteria__form {
    flex: 2;
    background: #f8f8f8;
    padding: 40px 45px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
  }
  .error {
    color: red;
    margin-right: 2px;
  }
  hr{
    border: none;width: 100%;
    height: 1px;margin: 40px 0 30px;background: #9d9d9d
  }
  .boleteria__form--intro h2{
    color: #000 !important;
    font-size: 2em;
    margin-bottom: 30px;
  }
  .boleteria__form--intro h3{
    color: #000 !important;font-weight: 500;
    font-size: 1.75em;
  }
  .box__title h4 {
    background: #23272e;
    color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
  }
  .boleteria__form--intro p{
    font-size: 1em;
    /*line-height: 1*/
  }
  .boleteria__form--contboxes {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 10px;
  }
  .boleteria__form--contboxes .boleteria__formcontboxes--box {
    flex: 1 30%;position: relative;
  }
  .boleteria__form--contboxes .boleteria__formcontboxes--box.doble {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0 8px;
  }
  .boleteria__form--contboxes .boleteria__formcontboxes--box label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 0.9em;
  }
  .boleteria__form--contboxes .boleteria__formcontboxes--box input {
    width: 100%;
    background: #f9f9f9;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    padding: 8px 10px;
  }
  .boleteria__form--contboxes .boleteria__formcontboxes--box.doble input{
    width: 63.333%;
  }
  .boleteria__form--contboxes .boleteria__formcontboxes--box select {
    width: 90px;
    background: #f9f9f9;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    padding: 7px 10px;
    overflow-x: hidden;
    cursor: pointer;
    }
  .boleteria__form--contboxes .boleteria__formcontboxes--box.doble:before {
        position: absolute;
        width: 1px;
        background: #a2a2a2;
        content: '';
        height: 19px;
        top: 35px;
        left: 70px;
        pointer-events: none;
  }
  .boleteria__form--seleccionaentradas .box__title h2 {
    text-align: center;
    font-weight: 900;
    font-size: 2em;
    -webkit-text-stroke: 2px black;
    letter-spacing: 0.04em;
  }
  .boleteria__form--seleccionaentradas ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
    justify-content: space-evenly;
    margin: 30px 0;
  }
  .boleteria__form--seleccionaentradas ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px 0px;
    /* margin-bottom: 20px; */
    /* flex-direction: column; */
    flex: 1 25%;
    background-color: #EFF5FF;
    border-radius: 15px;
    border: 2px solid #FFFFFF;
    box-shadow: rgba(30, 45, 60, 0.2) 0px 4px 6px, rgba(30, 45, 60, 0.1) 0px 8px 14px;
    flex-wrap: wrap;
    color: #23272E;
    max-width: 31.545%;
  }
  .boleteria__form--seleccionaentradas ul li.bolcat2945 {
        flex: 1 50%;
  }
    .boleteria__form--seleccionaentradas ul li.bolcat3398,
    .boleteria__form--seleccionaentradas ul li.bolcat3432 {
        max-width: unset;
        background-color: #23272E;
        flex: 0 77%;
        border: 1px solid #D21E1E!important;
        margin: 5px 0;
        position: relative;
    }
    .boleteria__form--seleccionaentradas ul li.bolcat3398:before,
    .boleteria__form--seleccionaentradas ul li.bolcat3432:before {
        content: '';
        width: 100%;
        position: absolute;
        height: 1px;
        background: #9d9d9d;
        top: -17px;
        transform: scaleX(1.26);
    }
    .boleteria__form--seleccionaentradas ul li.bolcat3398:after,
    .boleteria__form--seleccionaentradas ul li.bolcat3432:after {
        content: '';
        width: 100%;
        position: absolute;
        height: 1px;
        background: #9d9d9d;
        bottom: -16px;
        transform: scaleX(1.26);
    }
    .boleteria__form--seleccionaentradas ul li.bolcat2989,
    .boleteria__form--seleccionaentradas ul li.bolcat2990,
    .boleteria__form--seleccionaentradas ul li.bolcat2991,
    .boleteria__form--seleccionaentradas ul li.bolcat2992,
    .boleteria__form--seleccionaentradas ul li.bolcat2993{
        /* order:1 */
    }
    .boleteria__form--seleccionaentradas ul li.bolcat3398 h3,
    .boleteria__form--seleccionaentradas ul li.bolcat3398 .box__body--cantidad p,
    .boleteria__form--seleccionaentradas ul li.bolcat3398 p,
        .boleteria__form--seleccionaentradas ul li.bolcat3432 h3,
    .boleteria__form--seleccionaentradas ul li.bolcat3432 .box__body--cantidad p,
    .boleteria__form--seleccionaentradas ul li.bolcat3432 p {
        color: white;
    }
    .boleteria__form--seleccionaentradas ul li.bolcat3398 .box__body--cantidad select,
    .boleteria__form--seleccionaentradas ul li.bolcat3432 .box__body--cantidad select{
        width: 49%;
        color: #23272E;
        margin-left: auto;
        margin-right: auto;
    }
    .boleteria__form--seleccionaentradas ul li.bolcat3398 .box__body--cantidad:before,
    .boleteria__form--seleccionaentradas ul li.bolcat3432 .box__body--cantidad:before {
        right: 206px;
    }
  .boleteria__form--seleccionaentradas ul li h3{
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    color: #22272e;
    line-height: 1.1;
  }
  .boleteria__form--seleccionaentradas ul li p{
    font-size: 1em;
    line-height: 1;
    margin: 0;
  }
  .boleteria__form--seleccionaentradas ul li .box__body--tituloydesc {
    width: 100%;
  }
  .boleteria__form--seleccionaentradas ul li .box__body--tituloydesc span.box__bodytituloydesc--desc {
    width: 100%;
    text-align: center;
    font-weight: 300;
    display: block;
    font-size: 0.9em;   
  }
  .boleteria__form--seleccionaentradas ul li .box__body--tituloydesc>div:first-child{
    display: none;
  }
  .boleteria__form--seleccionaentradas ul li:first-child .box__body--tituloydesc>div:first-child{
    /* display: block; */
  }
  .boleteria__form--seleccionaentradas ul li .box__body--cantidad,
  .boleteria__form--seleccionaentradas ul li .box__body--valorunitario,
  .boleteria__form--seleccionaentradas ul li .box__body--subtotal{
   /*  flex: 2; */
    text-align: center;
  }
  .boleteria__form--seleccionaentradas ul li .box__body--cantidad{
    position: relative;
    width: 100%;
    margin: 12px 0 18px;
  }
  .boleteria__form--seleccionaentradas ul li .box__body--cantidad:before {
    position: absolute;
    width: 1px;
    background: #a2a2a2;
    content: '';
    height: 19px;
    bottom: 8px;
    right: 24px;
    pointer-events: none;
  }
  .boleteria__form--seleccionaentradas ul li .box__body--cantidad p{
   font-weight: 300;
  }
  .boleteria__form--seleccionaentradas ul li .box__body--cantidad select{
    width: 100%;
    background: #f9f9f9;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    padding: 7px 10px;
    cursor: pointer;
    margin-top: 7px;
  }
  .boleteria__form--seleccionaentradas ul li .box__body--subtotal{
    text-align: right;
    display: none;
  }
  .boleteria__form--seleccionaentradas ul li >div>div:first-child p{
    /* display: none; */
  }
  .boleteria__form--seleccionaentradas ul li:first-child >div>div:first-child p{
    display: block;
  }
  .boleteria__form--seleccionaentradas ul li >div> p{
    font-weight: 600;
    letter-spacing: 0.02em;
    text-indent: 0.02em;
    font-size: 0.9em;
  }
  .boleteria__form--seleccionaentradas ul li >div> p i{
    font-style: normal;
    font-size: 0.6em
  }
  .boleteria__form--resumen {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    font-weight: 600;
    gap:50px;
    font-size: 1.1em;
  }
  .boleteria__form--resumen p{
    margin-bottom: 0;margin-right: 50px;text-transform: uppercase;
  }
  .boleteria__form--resumen .boleteria__formresumen--valor {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 3px;
  }
  .boleteria__form--resumen .boleteria__formresumen--valor span{
    font-size: 0.6em;
  }
  /*.boleteria__form--tycybtn*/ .fancybox-close-small {
    height: 60px!important;
    width: 60px!important;
    color: #9b9b9b!important;
  }
  /*.boleteria__form--tycybtn*/ #terminos__popup{
    display: none;
    width: 90%;
    padding: 1.4%;
    min-height: 500px;
    max-width: 900px
  }
  .boleteria__form--tycybtn .boleteria__formtycybtn--tyc {
    text-align: center;
    margin: 20px 0;
    font-size: 0.8em;
    display: flex;justify-content: center;align-items: center;
  }
  .boleteria__form--tycybtn .boleteria__formtycybtn--tyc input{
    cursor: pointer;
  }
  .boleteria__form--tycybtn .boleteria__formtycybtn--tyc label{
    display: flex;
    align-items: c;
  }
  .boleteria__form--tycybtn .boleteria__formtycybtn--tyc a{
    text-decoration: underline;
    transition: var(--main-transition);
    color: #487ed8
  }
  .boleteria__form--tycybtn .boleteria__formtycybtn--tyc a:hover{
    color: #cacaca
  }
  .boleteria__form--tycybtn >input#btnForm {
    /* color: #121E2A; */
    font-family: "Montserrat";
    font-weight: 700;
    padding: 7px 50px;
    background-color: #D21E1E;
    border-radius: 90px;
    text-align: center;
    margin: 10px auto;
    display: block;
    border: none;
    font-size: 1.2em;
  }
  .boleteria__form--tycybtn input:hover{
    filter: brightness(1.3);
  }
  .boleteria__form--tycybtn> p {
    font-size: 0.9em;
    line-height: 1;
  }


/*-----------[Nueva BoleterÃ­a]------*/

.boleteria__banner {
    max-width: 1024px;
    margin: 50px auto 20px auto;
    width: 100%
}
.boleteria__banner img,
.boleteria__banner--movil img {
    width: 100%
}
.boleteria__banner--movil {
    display: none;
    max-width: 100%;
    width: 700px;
    margin: 50px auto 20px auto
}
.boleteriainterna {
    padding-top: 40px
}
.boleteria__new .boleteria__personal, .boleteria__entradas {
    background: #EFF5FF;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    -webkit-box-shadow: rgba(30, 45, 60, 0.3) 0px 4px 6px, rgba(30, 45, 60, 0.2) 0px 8px 14px;
    box-shadow: rgba(30, 45, 60, 0.3) 0px 4px 6px, rgba(30, 45, 60, 0.2) 0px 8px 14px;
    margin-bottom: 20px;
    padding: 2% 3%;
    position: relative;
}
.boleteria__personal:after {
    content: 'Paso 1';
    display: block;
    position: absolute;
    background: #23272E;
    color: #fff;
    width: 150px;
    height: 30px;
    left: -8.6%;
    top: 101px;
    text-align: center;
    font-size: 20px;
    transform: rotate(-90deg);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-family: 'Titillium Web', sans-serif
}
.boleteria__entradas:after {
    content: 'Paso 2';
    display: block;
    position: absolute;
    background: #23272E;
    color: #fff;
    width: 150px;
    height: 30px;
    left: -8.6%;
    top: 101px;
    text-align: center;
    font-size: 20px;
    transform: rotate(-90deg);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-family: 'Titillium Web', sans-serif
}
.boleteria__entradas .box__body ul li h3 {
    /*text-transform: lowercase !important;*/
}

@media (min-width: 860px) {
/*  .boleteria__entradas .box__body ul li:nth-child(5) {
        margin: 0 50px !important;
    }   */
}
/*Preventa no disponible*/
.boleteria__entradas .box__body ul li.oculta{
    display: none;
}
/*.boleteria__entradas .box__body ul li:nth-child(7),
.boleteria__entradas .box__body ul li:nth-child(8),
.boleteria__entradas .box__body ul li:nth-child(9),
.boleteria__entradas .box__body ul li:nth-child(10),
.boleteria__entradas .box__body ul li:nth-child(11),
.boleteria__entradas .box__body ul li:nth-child(12),
.boleteria__entradas .box__body ul li:nth-child(13),
.boleteria__entradas .box__body ul li:nth-child(14),
.boleteria__entradas .box__body ul li:nth-child(15),
.boleteria__entradas .box__body ul li:nth-child(16),
.boleteria__entradas .box__body ul li:nth-child(17),
.boleteria__entradas .box__body ul li:nth-child(18),
.boleteria__entradas .box__body ul li:nth-child(19),
.boleteria__entradas .box__body ul li:nth-child(20),
.boleteria__entradas .box__body ul li:nth-child(21),
.boleteria__entradas .box__body ul li:nth-child(22),
.boleteria__entradas .box__body ul li:nth-child(23),
.boleteria__entradas .box__body ul li:nth-child(24) {
    display: none;
}*/
.boleteria__entradas .box__body ul li.agotadas {
    opacity: 0.4;
    filter: blur(0.04em) brightness(1.1);
}
.boleteria__entradas select {
    width: 80% !important;
}

@media screen and (max-width:1094px) {
    .boleteria__banner {
        margin: 50px auto 45px auto;
    }
    .boleteria__personal:after,
    .boleteria__entradas:after {
        transform: rotate(0deg);
        left: 20px;
        top: -30px
    }
    .boleteria__new .boleteria__personal,
    .boleteria__entradas {
        margin-bottom: 50px
    }
}
.boleteria__new .boleteria__personal p:after {
    content: '';
    display: block;
    clear: both;
    margin-top: 10px;
    border-bottom: dashed 1px #ccc
}
.boleteria__new .boleteria__entradas h3 {
    position: relative;
    margin-top: 0px !important;
    margin-bottom: 15px
}
.boleteria__new .boleteria__entradas .box__body li {
    padding: 0;
    margin: 0
}
.boleteria__new .boleteria__entradas .box__body .right:before {
    content: 'Selecciona la cantidad de boletas';
    display: block;
    /*font-size: 0.9em;*/
    /*font-weight: 700;*/
    margin: 20px 0 5px;
}
.boleteria__new .boleteria__entradas .box__body li:nth-last-child(3) .right:before, 
.boleteria__new .boleteria__entradas .box__body li:nth-last-child(4) .right:before{
    display: none;
}
.boleteria__new .boleteria__entradas h3:before {
    content: 'BOLETAS '
}
.boleteria__new .boleteria__entradas h3:after {
    content: '';
    height: 2px;
    width: 30px;
    background: #23272E;
    position: absolute;
    bottom: -5px;
    left: 0
}
.boleteria__entradas ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0
}
.boleteria__proceso .resumen {
    background: #23272E;
    color: #fff;
    width: 33%;
    float: right;
    border-radius: 10px;
    text-align: right;
    padding: 1% 2%;
    font-size: 1.2em;
    clear: both;
    margin-bottom: 40px
}
.boleteria__proceso .resumen h3 {
    color: #fff;
    margin-top: 0;
    border-bottom: solid thin #fff;
    margin-bottom: 10px
}
.boleteria__proceso--entradas {
    clear: both
}
.boleteria__new .boleteria__entradas .unitPrice {
    font-size: 1.3em
}
.boleteria__new .boleteria__entradas .box__body li:nth-last-child(3) .unitPrice,
.boleteria__new .boleteria__entradas .box__body li:nth-last-child(4) .unitPrice{
    text-align: center;
    margin-top: 40px;
}
.boleteria__new .boleteria__personal .boleteria__personal--box label {
    /*color: #fff;*/
    font-weight: 700;
}
.boleteria__new .boleteria__personal .boleteria__personal--box input[type="text"],
.boleteria__new .boleteria__personal .boleteria__personal--box input[type="email"] {
    padding-left: 2%;
    width: 98%
}
.boleteria__new .boleteria__personal .boleteria__personal--box input[type="text"]:focus,
.boleteria__new .boleteria__personal .boleteria__personal--box input[type="email"]:focus,
.boleteria__new .boleteria__personal .boleteria__personal--box select:focus {
    border: 1px solid #1d1f3a;
    transition: .4s
}
.boleteria__new .boleteria__personal .error {
    font-weight: 600;
    color: #ff000d
}
.boleteria__new .boleteria__personal .boleteria__personal--box select {
    height: 43px
}
.boleteria__entradas>h3 {
    display: none
}

@media screen and (max-width:520px) {
    .boleteria__banner--movil {
        margin: 50px auto 45px auto;
    }
    .boleteria__banner {
        display: none
    }
    .boleteria__banner--movil {
        display: block
    }
    .boleteria__personal--box,
    .boleteria__entradas ul li {
        width: 100%!important
    }
    .boleteria__proceso .resumen {
        width: 96%
    }
}
.u__input,
.boleteria select,
.boleteria__personal--box input[type=button],
.boleteria__personal--box input[type=text],
.boleteria__personal--box input[type=number],
.boleteria__personal--box input[type=email],
.boleteria__personal--box input[type=submit],
.boleteria__personal--box select,
.boleteria__entradas ul li select {
    display: block;
    height: 40px;
    border-radius: 8px;
    width: 100%;
    border: 1px solid #bcb0b0;
    border-radius: 8px;
    font-size: 100%
}
.boleteria__personal--box input[type=text]:focus,
.boleteria__personal--box input[type=number]:focus,
.boleteria__personal--box input[type=email]:focus,
.boleteria__personal--box select:focus {
    background: #fff6e5;
}
.u__input:hover,
.boleteria select:hover,
.boleteria__personal--box input[type=button]:hover,
.boleteria__personal--box input[type=text]:hover,
.boleteria__personal--box input[type=number]:hover,
.boleteria__personal--box input[type=email]:hover,
.boleteria__personal--box input[type=submit]:hover,
.boleteria__personal--box select:hover,
.boleteria__entradas ul li select:hover,
.u__input:focus,
.boleteria select:focus,
.boleteria__personal--box input[type=button]:focus,
.boleteria__personal--box input[type=text]:focus,
.boleteria__personal--box input[type=number]:focus,
.boleteria__personal--box input[type=email]:focus,
.boleteria__personal--box input[type=submit]:focus,
.boleteria__personal--box select:focus,
.boleteria__entradas ul li select:focus,
.u__input:active,
.boleteria select:active,
.boleteria__personal--box input[type=button]:active,
.boleteria__personal--box input[type=text]:active,
.boleteria__personal--box input[type=number]:active,
.boleteria__personal--box input[type=email]:active,
.boleteria__personal--box input[type=submit]:active,
.boleteria__personal--box select:active,
.boleteria__entradas ul li select:active {
    outline: none
}
.boleteria #vlrTotBol {
    font-size: 29px
}
.boleteria form {
    padding: 25px
}
.boleteria form h3 {
    font-weight: 700;
    margin: 25px 0 12px;
    font-size: 1.3em;
    color: $red;
    width: 100%
}
.boleteria form p {
    width: 100%;
    font-size: 1.2em;
    color: #615546;
    margin-bottom: 20px
}
.boleteria form label {
    font-weight: 700;
    margin: 8px 0 8px 15px;
    display: block;
    color: #615546
}
.boleteria__personal {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.boleteria__personal >div{
    width: 100%;
}
#cntFuncion .box__body li {
    border: 1px solid white;
    border-radius: 8px;
    padding: 15px 16px 20px;
    /*  margin: 5px;
    background: #f4f4f4;*/
}
#cntFuncion .box__body .validity,
#cntFuncion .box__body .left .boleteria__tipo {
    //display: none;
}
.box__header, 
#cntFuncion .box:nth-child(2)::before
/*  #cntFuncion .box:nth-child(2) li:nth-child(1)::break-before: */{
    /*
    background:#1D1F3A;
    color: #fff; */
    display: block;
    font-weight: 900;
    padding: 10px;
    text-align: center;
}
.box__header, 
#cntFuncion .box:nth-child(2)::before{
    width: 100%;
}
/*
#cntFuncion .box:nth-child(2) li:nth-child(1)::before{
    width: 40%;
}*/
#cntFuncion .box:nth-child(2)::before{
    content: "SFX GARAGE";
}
#cntFuncion .box:nth-child(2) li{
    background:#c9e8a5;
}
#cntFuncion .box .legal li{
    background:unset;
}
@media screen and (min-width:1001px) and (max-width:1016px) {
    .boleteria__personal {
        /*margin-top: 200px*/
    }
}
.boleteria__personal p {
    margin-bottom: 20px;
    color: #23272E;
}
.boleteria__personal p.responsebol {
    color: #23272E;
    max-width: 61%;
    margin: 0 auto 20px;
}
.boleteria__personal h3 {
    color: #23272E;
    font-size: 2em;
    margin-top: 10px;
    margin-bottom: 15px!important;
    position: relative
}
.boleteria__personal h3:after {
    content: '';
    height: 2px;
    width: 70px;
    background: #D21E1E;
    position: absolute;
    bottom: -5px;
    left: 36.3%;
}
.boleteria__personal--box {
    margin: 1%;
    width: 48%
}
.boleteria__personal--box input[type=submit] {
    background: #76af29;
    color: #fff;
    cursor: pointer;
    margin-top: 25px
}
.boleteria__entradas h3 {
    color: #1d1f3a;
    font-size: 1em;
    font-weight: bold;
}
.boleteria__entradas ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 0;
}
.boleteria__entradas ul li {
    list-style: none;
    margin: 10px 1% 25px !important;
    width: 45%;
}
.boleteria__entradas ul li h3 {
    margin-bottom: .5em;
    padding: 0
}
.boleteria__entradas--pago .boleteria__entradas--acepto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1em
}
.boleteria__entradas--pago .boleteria__entradas--acepto label {
    padding-right: 1em;
    margin-left: 40%;
    /*color: #fff;*/
}
.boleteria__entradas--pago input[type="submit"] {
    background: #D21E1E;
    border: none;
    color: #121E2A;
    cursor: pointer;
    display: block;
    margin: 30px auto 20px auto;
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    text-decoration: none!important;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    width: 100%;
}
.boleteria__entradas--pago input[type="submit"]:hover {
    background: #1d1f3a;
    color: #fff !important
}
.boleteria__entradas--pago input {
    background: $red;
    cursor: pointer
}
.boleteria__entradas--pago input:hover {
    background: #fff;
    color: #1d1f3a!important;
    border: 1px solid #1d1f3a!important;
    font-weight: bold!important
}
.boleteria__proceso h3 {
    color: #1d1f3a;
    font-size: 1.5em;
    margin: 15px 0 0 0
}
.boleteria__entradas h3 {
    margin: 20px 0 0 0
}
.boleteria__proceso--terminos {
    border: 1px solid #ccc;
    padding: 1em;
    overflow-y: auto
}
.bolteria__entradas--valor {
    font-size: 1.4em
}
.cont-video {
    width: 100%;
    margin: 30px auto 0;
    max-width: 475px;
}
#terminos__popup {
    display: none;
    width: 90%;
    padding: 1.4%;
    min-height: 500px;
    max-width: 900px
}
.ver__terminos--bt {
    /* border: 1px solid #979797; */
    border-radius: 8px;
    color: #333;
    display: block!important;
    font-weight: 700;
    /* padding: 0; */
    text-align: center;
    transition: .4s;
}
.ver__terminos--bt:hover {
    background: #23272E;
    color: #fff
}
.boleteria__proceso--entradas h3 {
    display: none
}
.fancybox-close-small {
    height: 60px!important;
    width: 60px!important;
    color: red!important
}
.boleteria__entradas--acepto label:after {
    /*content: ' los tÃ©rminos y condiciones'*/
}
.boleteria__entradas--acepto label {
    font-weight: 700;
    font-size: 14px
}
.boleteria__entradas--acepto {
    text-align: center
}
.btn-boleteria {
    position: fixed;
    right: 0;
    top: 90px
}
.btn-boleteria--m {
    display: none
}


.legal ul{
        display: unset;
    }
    .legal ul li{
        list-style: unset;
        margin: 0 0 2px 18px !important;
        font-size: 0.8em !important
    }


.legal2021{
    color: #23272E;
    font-size: 0.8em
}
.legal2021 p a{
    text-decoration: underline;
    /*color: #fff;*/
}
.legal2021 .legal2021__contlogosic{
    display: flex;justify-content: flex-end;
    margin-bottom: 30px;
}
.legal2021 .legal2021__contlogosic img{
    height: 37px
}



@media (max-width:1365px) {
    .btn-boleteria {
        top: 46px
    }
    .header .header__cabecera .header__cabecera--evento,
    .header .header__cabecera .header__menu {
        z-index: -1
    }
}

@media (max-width:700px) {
    .btn-boleteria {
        display: none
    }
    .btn-boleteria--m {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%
    }
    .footer {
        padding-bottom: 60px
    }
    .spot-movil {
        z-index: 0
    }
}


/*----------[Galeria]----------*/

#slider {
    max-width: 700px;
    margin: 50px auto;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(150, 150, 150, 1);
    -moz-box-shadow: 0px 1px 8px 0px rgba(150, 150, 150, 1);
    box-shadow: 0px 1px 8px 0px rgba(150, 150, 150, 1);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /* future proofing */
    -khtml-border-radius: 5px;
    /* for old Konqueror browsers */
    border-style: solid;
    border-bottom-color: #ffffff;
}


/*----------[360]----------*/

#bg_360 {
    width: 616px;
    height: 452px;
    margin: 0px auto;
    background-image: url(../imagesContent/bg_360.svg);
}
#wrapper360 {
    width: 600px;
    height: 338px;
    margin: 3px auto 0px auto;
}
#item360First {
    width: 120px;
    height: 95px;
    margin-left: 10px;
    float: left;
}
#item360 {
    width: 120px;
    height: 95px;
    float: left;
}
#text360 {
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    color: #303030;
    margin-top: 70px;
}


/*----------[faq]----------*/

#bg_faq {
    width: 666px;
    height: 416px;
    margin: 0px auto;
    background-image: url(../imagesContent/bg_faq.svg);
}
#wrapperFaq {
    width: 270px;
    height: 310px;
    overflow: scroll;
    margin-left: 290px;
    padding: 40px 50px;
}
#faqTitle {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #303030;
}
.ss_pregunta {
    padding: 10px 20px 10px 20px;
    border-top: 1px solid #b4b4b4;
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 10px;
    color: #000000;
}
.ss_pregunta:hover {
    background-color: #eceef2;
    cursor: pointer;
}
.ss_respuesta {
    display: none;
    padding: 10px 30px 20px 30px;
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 10px;
    font-style: italic;
    color: #565656;
}


/*----------[Visitantes]----------*/

#bg_visitantes {
    width: 726px;
    height: 426px;
    margin: 0px auto;
    background-image: url(../imagesContent/bg_visitantes.svg);
}
#wrapperVisitante_a {
    width: 170px;
    height: 370px;
    float: left;
    padding: 0px 30px;
    margin-left: 10px;
    cursor: pointer;
}
#wrapperVisitante_b {
    width: 180px;
    height: 370px;
    float: left;
    padding: 0px 30px;
    cursor: pointer;
}
#wrapperVisitante_c {
    width: 170px;
    height: 370px;
    float: left;
    padding: 0px 30px;
    cursor: pointer;
}
#visitanteText {
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    margin-top: 250px;
    color: #ffffff;
}
#wrapperDonde {
    width: 700px;
    height: 350px;
    margin: 0px auto;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(150, 150, 150, 1);
    -moz-box-shadow: 0px 1px 8px 0px rgba(150, 150, 150, 1);
    box-shadow: 0px 1px 8px 0px rgba(150, 150, 150, 1);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /* future proofing */
    -khtml-border-radius: 5px;
    /* for old Konqueror browsers */
}
#map {
    width: 700px;
    height: 350px;
    margin: 0px auto;
}


/*----------[Expositores]----------*/

#bg_expositores {
    width: 666px;
    height: 416px;
    margin: 0px auto;
    background-image: url(../imagesContent/bg_expositores.svg);
}
#wrapperExpositores {
    width: 240px;
    height: 400px;
    margin-left: 10px;
    padding: 0px 30px;
}
#expositoresTitle {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #303030;
}
#expositoresText {
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    color: #303030;
}
#expositoresContacto {
    width: 100px;
    float: left;
    margin: 10px;
}
#expositoresTitleContacto {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #303030;
}
#expositoresTextContacto {
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 9px;
    text-align: center;
    color: #303030;
}
#expositoresLine {
    width: 256px;
    height: 2px;
    margin: 0px auto;
    background-image: url(../imagesContent/page_expositoresLine.svg);
}
#expositoresForma {
    width: 250px;
    margin: 0px auto;
}
#inputExpositores {
    width: 200px;
    height: 28px;
    margin: 0px 0px 0px 25px;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    text-align: center;
    border: none;
    border-bottom: solid #303030 1px;
    background: transparent;
}
#expositoresSubmit {
    width: 80px;
    height: 19px;
    margin: 0px 0px 0px 85px;
    background-color: #F5A623;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 10px;
    color: #000000;
    text-align: center;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /* future proofing */
    -khtml-border-radius: 5px;
    /* for old Konqueror browsers */
}


/*----------[Convocatorias]----------*/

#bg_convocatorias {
    width: 666px;
    height: 416px;
    margin: 0px auto;
    background-image: url(../imagesContent/bg_convocatorias.svg);
}
#wrapperConvocatorias {
    width: 180px;
    height: 400px;
    margin-left: 410px;
    padding: 0px 30px;
}
#convocatoriasTitle {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #303030;
}
#convocatoriasText {
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    color: #303030;
}
#convocatoriasForma {
    width: 180px;
    margin: 0px auto;
}
#inputConvocatorias {
    width: 190px;
    height: 28px;
    margin: 0px 0px 0px 0px;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    text-align: center;
    border: none;
    border-bottom: solid #303030 1px;
    background: transparent;
}
#convocatoriasSubmit {
    width: 80px;
    height: 19px;
    margin: 0px 0px 0px 55px;
    background-color: #1E5167;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 10px;
    color: #ffffff;
    text-align: center;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /* future proofing */
    -khtml-border-radius: 5px;
    /* for old Konqueror browsers */
}


/*----------[Prensa]----------*/

#bg_prensa {
    width: 666px;
    height: 416px;
    margin: 0px auto;
    background-image: url(../imagesContent/bg_prensa.svg);
}
#wrapperPrensa {
    width: 240px;
    height: 400px;
    margin-left: 10px;
    padding: 0px 30px;
}
#prensaTitle {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #303030;
}
#prensaText {
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 10px;
    text-align: center;
    color: #303030;
}
#prensaForma {
    width: 250px;
    margin: 0px auto;
}
#inputPrensa {
    width: 200px;
    height: 20px;
    margin: 0px 0px 0px 20px;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    text-align: center;
    border: none;
    border-bottom: solid #303030 1px;
    background: transparent;
}
#prensaSubmit {
    width: 80px;
    height: 19px;
    margin: 0px 0px 0px 85px;
    background-color: #7D242F;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 10px;
    color: #ffffff;
    text-align: center;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /* future proofing */
    -khtml-border-radius: 5px;
    /* for old Konqueror browsers */
}


/*----------[Agenda]----------*/

#bg_agenda {
    width: 666px;
    height: 416px;
    margin: 0px auto;
    background-image: url(../imagesContent/bg_agenda.svg);
}
#wrapperAgenda_a {
    width: 265px;
    height: 400px;
    float: left;
    margin-left: 10px;
    padding: 0px 30px;
}
#wrapperAgenda_b {
    width: 265px;
    height: 400px;
    float: left;
    padding: 0px 30px;
}
#agendaTitle {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}
#agendaText {
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
}
#agendaForma {
    width: 250px;
    margin: 0px auto;
}
#inputAgenda {
    width: 200px;
    height: 20px;
    margin: 0px 0px 0px 20px;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    text-align: center;
    border: none;
    border-bottom: solid #303030 1px;
    background: transparent;
}
#agendaSubmit {
    width: 80px;
    height: 19px;
    margin: 0px 0px 0px 85px;
    background-color: #455A73;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 10px;
    color: #ffffff;
    text-align: center;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /* future proofing */
    -khtml-border-radius: 5px;
    /* for old Konqueror browsers */
}
.centrar {
    max-width: 1150px;
    margin: 0 auto;
}
@media(max-width: 768px){
    .centrar {
    margin: 0 1%;
    }
}
/*----------[Contacto]----------*/

#bg_contacto {
    width: 666px;
    height: 416px;
    margin: 0px auto;
    background-image: url(../imagesContent/bg_contacto.svg);
}
#wrapperContacto {
    width: 310px;
    height: 400px;
    margin-left: 290px;
    padding: 0px 30px;
}
#contactoTitle {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #303030;
}
#contactoText {
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    color: #303030;
}
#contactoForma {
    width: 300px;
    margin: 0px auto;
}
#inputContactoMensaje {
    width: 300px;
    height: 140px;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    background: transparent;
}
#inputContacto {
    width: 220px;
    height: 18px;
    margin: 0px 0px 0px 40px;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    text-align: center;
    border: none;
    border-bottom: solid #303030 1px;
    background: transparent;
}
#contactoSubmit {
    width: 80px;
    height: 19px;
    margin: 0px 0px 0px 110px;
    background-color: #8B97A5;
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 10px;
    color: #ffffff;
    text-align: center;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /* future proofing */
    -khtml-border-radius: 5px;
    /* for old Konqueror browsers */
}


/*----------[Sent]----------*/

#bg_sent {
    width: 336px;
    height: 263px;
    margin: 0px auto;
    background-image: url(../imagesContent/bg_sent.svg);
}
#wrapperSent {
    width: 276px;
    padding: 0px 30px;
}
#sentTitle {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}
#sentText {
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}

label,
input,
select {
    display: block;
    /*margin:20px auto;*/
    /*width:  100%;*/
}

input[type="text"],
select,
input[type="number"],
input[type="email"] {
    font-family: "Montserrat";
    /* height: 40px; */
    font-weight: 300;
    /* font-size: 18px; */
    color: #717171;
    text-align: left;
    border-radius: 10px;
    background: white;
    max-width: 430px;
    margin: 0 auto;
}

input[type="radio"] {
    width: 10%;
    margin: 0px;
    padding: 0px;
}

input[type="submit"] {
    color: white;
    background: #305c98; 
    display: block;
    position: relative;
    max-width: 385px;
    border-radius: 10px;
    font-size: 16px;
    margin: 20px auto;
    padding: 10px 15px;
    cursor: pointer;
    transition: 0.2s;
}
input[type="submit"]:hover {
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
.pstRadio {
    float: none !important;
}
.u__container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 5%;
}

@media screen and (max-width: 960px) {
    input[type="text"],
    select {
        width: 90%;
    }
}
.contenido__in--periodistas .error {
    height: auto;
    z-index: 2;
}
.contenido__in--periodistas p {
    margin: 20px 60px 20px 30px;
}
.contenido__in--periodistas h1 {
    margin: 30px 0;
    color: #536c87;
    font-weight: bold;
    font-size: 2em;
    text-align: left;
    text-shadow: inherit;
}
.contenido__in--periodistas h2 {
    margin: 30px 0;
    color: #536c87;
    font-weight: bold;
    font-size: 1.25em;
    text-align: left;
    text-shadow: inherit;
}
.contenido__in--periodistas h3 {
    color: #536c87;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    margin: 20px 0;
}
.contenido__in--periodistas h4 {
    color: #e89d33;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px;
}
.contenido__in--periodistas ul {
    list-style: initial;
    margin-left: 30px;
    padding: 0 !important;
}
.contenido__in--periodistas ul li {
    font-size: 16px;
    padding: 5px;
    list-style-image: url("../img/selector.png");
}
.contenido__in--periodistas label {
    display: inline-block;
    font-size: 16px;
    float: left;
    position: relative;
    position: relative;
    padding: 10px 0 0;
    vertical-align: bottom;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}
.contenido__in--periodistas select {
    background: url("../img/ico-select.png") 97% center no-repeat #f2f2f2;
    width: 100%;
}
.contenido__in--periodistas input[type=button] {
    background: url("../img/ico-newsletter.png") center right no-repeat #da8916;
    border: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 0 auto;
    padding: 10px;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto;
    text-align: center;
    border-radius: 25px;
    box-shadow: 4px 4px 16px -1px rgba(0, 0, 0, 0.75);
    transition: 0.4s all;
}
.contenido__in--periodistas input[type=button]:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.contenido__in--periodistas textarea {
    min-height: 100px;
    width: 100%;
}
.contenido__in--periodistas .send {
    background: url("../img/ico-newsletter.png") center right no-repeat #41197d;
    border: 0;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 15px 15px !important;
    margin: 0 auto;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 50px;
    text-align: center;
    transition: 0.4s all;
    border-radius: 25px;
    box-shadow: 4px 4px 16px -1px rgba(0, 0, 0, 0.75);
}
.contenido__in--periodistas .send:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.contenido .periodistas textarea,
.contenido .periodistas input[type=text],
.contenido .periodistas input[type=file],
.contenido .periodistas input[type=mail],
.contenido .periodistas input[type=email],
.contenido .periodistas input[type=number],
.contenido .periodistas select {
    border: 1px solid rgb(48, 71, 102);
    background: #f2f2f2;
    color: #000;
    display: block;
    font-style: italic;
    margin: 5px auto;
    margin-bottom: 10px;
    padding: 6px 3%;
    width: 100%;
    /*-webkit-appearance: none;*/
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.boleteriainterna {
    padding-top: 60px;
}
.boleteriainterna h3 {
    color: #23272E;
    font-size: 25px;
    margin-bottom: 25px;
}
.contenido__in--formularios form {
    padding: 15px 30px;
}
.contenido__in--formularios form input[type="email"],
.contenido__in--formularios form input[type="text"],
.contenido__in--formularios form input[type="number"],
.contenido__in--formularios form select,
.contenido__in--formularios form textarea {
    width: 100%;
    background: #f9f9f9;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    padding: 7px 10px;
    cursor: pointer;
    margin-top: 7px;
}
.contenido__in--formularios form input[type="submit"] {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 10px auto;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}
.contenido__in--formularios form input[type="submit"]:hover {
    background:#23272E;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}
.contenido__in--formularios form label {
    display: block;
    padding: 5px 0;
    width: 100%;
}
.contenido__in--formularios .agenda-del-autor ul {
    list-style: none !important;
    padding: 0px;
}
.contenido__in--formularios .agenda-del-autor ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.contenido__in--formularios .agenda-del-autor ul li div {
    border: 1px dotted #3468c7;
    padding: 15px;
    text-align: center;
    width: 25%;
}
.contenido__in--formularios .agenda-del-autor ul .Aprobado {
    background: rgba(0, 128, 0, 0.2);
    font-weight: 600;
}
.contenido__in--formularios .agenda-del-autor ul .Denegado {
    background: rgba(255, 0, 0, 0.2);
}
.contenido__in--formularios .agenda-del-autor ul .cabecera {
    background: #009ddf;
    border: 1px dotted #fff;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.contenido__in--formularios .alerta {
    background: #009ddf;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.contenido__in--formularios .login-expositores {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    width: 95%;
}
.contenido__in--formularios .mitad {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.contenido__in--formularios .mitad div {
    width: 48%;
}
.contenido__in--formularios .mitad div:nth-child(1) {
    margin-right: 4%;
}
.u__container {
    max-width: 1090px;
    margin: 0 auto;
}
.boleteria__entradas--wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.boleteria__entradas--wrapper>div {
    width: 45%;
    margin-bottom: 35px;
    border: 1px solid #c8c9cb;
    padding: 90px 40px 40px 40px;
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.boleteria__entradas--wrapper>div .unit__valor {
    margin-bottom: 5px;
    color: #6b6b79;
}
.boleteria__entradas--wrapper>div .unit__valor span {
    font-weight: bold;
    color: #474545;
}
.boleteria__entradas--wrapper>div .vigencia {
    margin-bottom: 5px;
    color: #6b6b79;
}
.boleteria__entradas--wrapper>div .vigencia span {
    font-weight: bold;
    color: #474545;
}
.boleteria__entradas--wrapper>div label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #3468c7;
    color: white;
    margin: 0;
    padding: 10px;
    text-align: center;
    line-height: 25px;
    border-bottom: 3px solid #e9b78d;
}
.boleteria__entradas--wrapper>div label>div {
    font-size: 13px;
}
.boleteria__proceso--entradas span {
    font-size: 26px;
    color: #474545 !important;
}


/*.bolteria__entradas--valor {
    color: #6b6b79;
}*/

.bolteria__entradas--qty {
    margin-bottom: 10px;
    color: #6b6b79;
}
.boleteria__entradas--pago {
    margin-top: 55px;
}
.contenido .centrar h1 {
    text-align: center;
    color: #1d1f3a;
    font-size: 1.5em;
    font-weight: 700;
}
.infografia__movil{
    display: none;
}
.logos,
.logos ul.logos__lista{
    display: flex;justify-content: center;align-items: center;
}
.logos .logos__linea{
    width: 2px;
    height: 50px;
    background: #747678;
    margin: 0 20px;
    position: relative;
    top: 25px
}
.logos ul.logos__lista li{
    list-style: none;
    margin: 0 5px;
}
.logos ul.logos__lista .logos__lista--linea {
    width: 1px;
    height: 45px;
    background: #747678;
    margin: 0 13px;
}
.logos ul.logos__lista li a img{
    width: unset;
    max-height: 50px;
}
.periodistas ul{
  list-style: url(../img/dot.png);
  margin-left: 45px;
}
.periodistas ul li{    
    margin: 8px 0px 5px;
}
.periodistas h2{
    margin-top: 20px;
    margin-bottom: 10px;
    color: #22272e;
    font-size: 1.2em;
}
.periodistas h3{
    margin: 20px 0 10px;
    color: #22272e;
}
html.intquetipodedragoneres {
    background: #181c25;
}
.quetipodedragoneres {
    background: #181c25;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Road Rage', sans-serif;
}
.quetipodedragoneres p{
    font-family: "Poppins", sans-serif;
}
.quetipodedragoneres img{
    pointer-events: none;
}
.quetipodedragoneres h1,
.quetipodedragoneres h2,
.quetipodedragoneres h3,
.quetipodedragoneres h4,
.quetipodedragoneres h5,
.quetipodedragoneres h6{
    margin: 0;
    font-weight: 100;
}
.quetipodedragoneres>img.quetipodedragoneres__bg{
    width: 100%;
}
.quetipodedragoneres .quetipodedragoneres__slide {
    position: absolute;
    display: none;
}
.quetipodedragoneres .quetipodedragoneres__slide.slide0 {
    display: block;text-align: center;
}
.quetipodedragoneres .quetipodedragoneres__slide.slide0 h1{
    color: #bb202e;
    font-size: 4em;
    line-height: 1;
    margin-bottom: 5px;
}
.quetipodedragoneres .quetipodedragoneres__slide.slide0 h2{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 2.3em;
    line-height: 1.3;
}
.quetipodedragoneres .quetipodedragoneres__slide.slide0 h3 {
    font-size: 2.7em;
    margin-top: 20px;
}
.quetipodedragoneres .quetipodedragoneres__slide.slide0 p {
    font-size: 2em;
    margin: 0 0 10px;
    line-height: 1;
}
.quetipodedragoneres .quetipodedragoneres__slide.slide0 .quetipodedragoneres__boton {
    display: inline-block;
    background: #0f0f0f;
    color: white;
    font-size: 2.5em;
    padding: 6px 30px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 12px;
    transition: 0.3s ease-out all;
}
.quetipodedragoneres .quetipodedragoneres__slide.slide0 .quetipodedragoneres__boton:hover {
    background:  #bb202e;
}
.quetipodedragoneres .quetipodedragoneres__slide h4 {
    color: #bb202e;
    font-size: 3.2em;
    line-height: 1.25;
}
.quetipodedragoneres .quetipodedragoneres__slide h4 span{
    color: black;
}
.quetipodedragoneres .quetipodedragoneres__slide .quetipodedragoneres__respuestascont {
    max-width: 790px;
    margin: 30px auto 0;
    text-align: left;
}
.quetipodedragoneres .quetipodedragoneres__slide .quetipodedragoneres__respuestascont.corta{
    margin:50px auto 0;
    max-width: 420px;
}
.quetipodedragoneres .quetipodedragoneres__slide .quetipodedragoneres__respuestascont--respuesta {
    transition: 0.3s ease-out all;
    cursor: pointer;
    font-size: 2em;
    margin: 10px 0;
    line-height: 1.3;
    display: flex;
    gap:30px;
    align-items: baseline;
}
.quetipodedragoneres .quetipodedragoneres__slide .quetipodedragoneres__respuestascont--respuesta:hover{
    color: #bb202e;
}
.quetipodedragoneres .quetipodedragoneres__slide .quetipodedragoneres__respuestascont--respuesta span {
    font-family: 'Road Rage', sans-serif;
    display: inline-block;
    /* margin-right: 15px; */
    font-size: 1.4em;
}
.quetipodedragoneres .quetipodedragoneres__slide.slide6 {
    margin: 0;
    padding: 0 36vw 0 21vw;
}
.quetipodedragoneres .quetipodedragoneres__slide.slide6 h5 {
    font-size: 3em;
    margin-top: 50px;
}
.quetipodedragoneres .quetipodedragoneres__slide.slide6 p{
    font-size: 1.8em;
    margin-bottom: 5px;
}
.quetipodedragoneres .quetipodedragoneres__slide.slide6 h6{
    font-size: 2em;
    margin-bottom: 10px;
}
.quetipodedragoneres .quetipodedragoneres__slide.slide6 a{
    display: inline-block;
    background: #0f0f0f;
    color: white;
    font-size: 2.25em;
    padding: 6px 30px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 12px;
    transition: 0.3s ease-out all;
}
.quetipodedragoneres .quetipodedragoneres__slide.slide6 a:hover{
    background:  #bb202e;
}
@media screen and (max-width:1366px) {
    .quetipodedragoneres .quetipodedragoneres__slide.slide0 h2 {
        font-size: 1.7em;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide0 h1 {
        font-size: 2.8em;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide0 h3 {
        font-size: 2em;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide0 p {
        font-size: 1.7em;
    }
    .quetipodedragoneres .quetipodedragoneres__slide h4 {
        font-size: 2.7em;
    }
    .quetipodedragoneres .quetipodedragoneres__slide .quetipodedragoneres__respuestascont--respuesta {
        font-size: 1.6em;
    }
    .quetipodedragoneres .quetipodedragoneres__slide .quetipodedragoneres__respuestascont {
        max-width: 625px;
        margin: 20px auto 0;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide6 h5 {
        margin-top: 20px;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide6 p {
        font-size: 1.5em;
        margin: 0;
    }
}
@media screen and (max-width:1280px) {
    .quetipodedragoneres .quetipodedragoneres__slide.slide6 p {
        font-size: 1.3em;
        margin: 0;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide6 h6 {
        font-size: 1.8em;
        margin-bottom: 0;
    }
}
@media screen and (max-width:1024px) {
    .u__container {
        padding-left: 5%;
        padding-right: 5%;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide0 h2 {
        font-size: 1.3em;
        line-height: 1.1;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide0 h1 {
        font-size: 2.2em;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide0 p {
        font-size: 1.3em;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide0 .quetipodedragoneres__boton {
        font-size: 2.2em;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide0 h3 {
        font-size: 1.5em;
    }
    .quetipodedragoneres .quetipodedragoneres__slide h4 {
        font-size: 1.6em;
    }
    .quetipodedragoneres .quetipodedragoneres__slide .quetipodedragoneres__respuestascont--respuesta {
        font-size: 1.2em;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide6 {
        margin: 0;
        padding: 0 31vw 0 18vw;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide6 p {
        font-size: 1.1em;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide6 a {
        font-size: 1.8em;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide6 h6 {
        font-size: 1.633333em;
    }
}

@media screen and (max-width:990px) {
    .boleteria__entradas--wrapper>div {
        width: 100%;
        padding: 110px 40px 40px 40px;
    }
}
@media screen and (max-width:768px) {
    .boleteria__entradas ul li {
        width: 100%;
    }
    .boleteria__form--seleccionaentradas ul {
        gap: 30px 20px;
    }
    .boleteria__form--contboxes .boleteria__formcontboxes--box select {
        width: 72px;
    }
    .boleteria__form--seleccionaentradas ul li.bolcat3398 .box__body--cantidad:before {
        right: 21vw;
    }
    .footer img{
        width: 100%
    }
    #headerWrapper {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        width: 100%;
        height: 52px;
        padding-left: 5%;
        padding-right: 5%;
        background: #eeeeee;
        border-bottom: solid 1px #dddddd;
    }
    #headerWrapper a {
        display: flex;
        align-items: center;
    }
    #headerWrapper .clear {
        display: none;
    }
    #headerSOFA {
        margin: 0;
        background: none;
        width: auto;
        height: auto;
    }
    #headerSOFA img {
        display: block;
        width: 75%;
    }
    .headerETB {
        display: none !important;
    }
    #headerDragon {
        background-image: url(../imagesBase/headerLogo.svg);
        background-repeat: no-repeat;
        background-position: center;
        height: 40px;
        margin: 5px 0 0 0;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide0 h2 {
        font-size: 1.1em;
        line-height: 1;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide0 .quetipodedragoneres__boton {
        font-size: 1.5em;
    }
    .quetipodedragoneres .quetipodedragoneres__slide .quetipodedragoneres__respuestascont.corta {
        margin: 20px auto 0;
        max-width: 420px;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide6 h5 {
        margin-top: 3px;
        line-height: 1;
        font-size: 2.5em;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide6 p {
        line-height: 1.05;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide6 h6 {
        font-size: 1.2em;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide6 a {
        font-size: 1.3em;
    }
}
@media(max-width: 600px){
    .boleteriainterna {
        padding-top: 0;
    }
    .boleteria__personal p.responsebol {
        max-width: unset;
    }
    .boleteria__form--seleccionaentradas ul li.bolcat3398:after,
    .boleteria__form--seleccionaentradas ul li.bolcat3398:before {
        transform: scaleX(1);left: 0;
    }
    .boleteria__form--contboxes .boleteria__formcontboxes--box {
        flex: 1 100%;
    }
    .boleteria__form--contboxes .boleteria__formcontboxes--box select {
        width: 100px;
    }
    .boleteria__form--seleccionaentradas ul {
        gap: 20px;
    }
    .boleteria__form--seleccionaentradas ul li {
        max-width: 50%;
        flex: 1 44%;
    }
    .boleteria__form--seleccionaentradas ul li.bolcat3398 {
        flex: 1 100%;
    }
    .boleteria__form--seleccionaentradas ul li .box__body--cantidad, .boleteria__form--seleccionaentradas ul li .box__body--valorunitario, .boleteria__form--seleccionaentradas ul li .box__body--subtotal {
        text-align: right;
        width: 100%;
    }
    .boleteria__form--seleccionaentradas ul li .box__body--cantidad p {
        text-align: center;
    }
    .boleteria__form--resumen {
        font-size: 1.1em;
    }
    .infografia{
        display: none;
    }
    .infografia__movil{
        display: block;
    }
    .logos, .logos ul.logos__lista {  
     flex-wrap: wrap;
    }
    .logos .logos__linea {
        height: 35px;
        margin: 0 10px;
    }
    .logos ul.logos__lista .logos__lista--linea {
        height: 35px;
        margin: 0 7px;
    }
    .logos ul.logos__lista li a img{
        max-height: 35px;
    }
    .quetipodedragoneres .quetipodedragoneres__slide {
        padding: 0 8%;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide0 h2 br{
        display: none;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide0 h1 {
        position: absolute;
        top:-158px;
        right: 9.5%;
        max-width: 44vw;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide0 h2 {
        font-size: 1.3em;
        line-height: 1.3;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide0 h3 {
        font-size: 1.5em;
        margin: 70px 0 20px;
    }
    .quetipodedragoneres .quetipodedragoneres__slide h4 {
        font-size: 1.9em;
        padding: 0 5%;
    }
    .quetipodedragoneres .quetipodedragoneres__slide h4 br{
        display: none;
    }
    .quetipodedragoneres .quetipodedragoneres__slide .quetipodedragoneres__respuestascont {
        max-width: 75vw;
    }
    .quetipodedragoneres .quetipodedragoneres__slide .quetipodedragoneres__respuestascont.corta {
        margin: 30px auto 0;
        max-width: 55vw;
    }
    .quetipodedragoneres .quetipodedragoneres__slide .quetipodedragoneres__respuestascont--respuesta {
        gap: 6px;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide6 {
        padding: 0 11vw 0;
        margin-bottom: 60px;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide6 h5 {
        margin: 12px 0;
        font-size: 3.2em;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide6 p {
        line-height: 1.2;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide6 a {
        font-size: 1.3em;
        padding: 3px 10px;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide6 h6 {
        font-size: 1.1em;
    }
}
@media(max-width: 390px){
    .quetipodedragoneres .quetipodedragoneres__slide.slide0 h1 {
        top: -25vw;
        right: 6.5%;
        max-width: 48vw;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide0 h3 {
        font-size: 1.4em;
    }
    .quetipodedragoneres .quetipodedragoneres__slide h4 {
        font-size: 1.5em;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide6 h6 {
        font-size: 1.05em;
    }
}
@media(max-width: 360px){
    .quetipodedragoneres>img.quetipodedragoneres__bg {
        height: 100vh;
        object-fit: fill;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide0 h1 {
        top: -32vw;
        right: 8.5%;
        max-width: 48vw;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide0 h2 {
        font-size: 1em;
        line-height: 1.1;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide0 h3 {
        margin: 10px 0 20px;font-size: 1.25em;
    }
    .quetipodedragoneres .quetipodedragoneres__slide h4 {
        font-size: 1.2em;
    }
    .quetipodedragoneres .quetipodedragoneres__slide .quetipodedragoneres__respuestascont--respuesta {
        font-size: 1em;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide6 p {
        line-height: 1.1;
        font-size: 1em;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide6 h6 {
        font-size: 1em;
    }
    .quetipodedragoneres .quetipodedragoneres__slide.slide6 a {
        font-size: 1.1em;
        margin-top: 1px;
    }
}
.box__body h2 {
    text-align: center;
    /*display: none;*/
}
