@import url('placeholders.css');
@import url('StyleDateRange.css');
@import url('StyleEvento.css');
@import url('StyleCard.css');
@import url('StyleCheckout.css');
@import url('stylePerfil.css');

@font-face {
  font-family: "Gotham Light";
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham-Light.woff2") format("woff2"),
    url("../fonts/Gotham-Light.woff") format("woff"),
    url("../fonts/Gotham-Light.ttf") format("truetype"),
    url("../fonts/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham-Book.woff2") format("woff2"),
    url("../fonts/Gotham-Book.woff") format("woff"),
    url("../fonts/Gotham-Book.ttf") format("truetype"),
    url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grifter";
  src: url("../fonts/GRIFTERBold.eot");
  src: url("../fonts/GRIFTERBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GRIFTERBold.woff2") format("woff2"),
    url("../fonts/GRIFTERBold.woff") format("woff"),
    url("../fonts/GRIFTERBold.ttf") format("truetype"),
    url("../fonts/GRIFTERBold.svg#GRIFTERBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Bold";
  src: url("../fonts/GothamPro-Bold.eot");
  src: url("../fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GothamPro-Bold.woff2") format("woff2"),
    url("../fonts/GothamPro-Bold.woff") format("woff"),
    url("../fonts/GothamPro-Bold.ttf") format("truetype"),
    url("../fonts/GothamPro-Bold.svg#GothamPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --gris: #3d3d3d;
  --violeta: #e11dff;
  --naranja: #d0552a;
  --amarillo: #d0cd2a;
  --grisClaro: #eaeaea;
  --grisOscuro: #232323;
  --Grifter: "Grifter", Arial, Helvetica, sans-serif;
  --GothamBold: "Gotham Bold", Arial, Helvetica, sans-serif;
  --GothamBook: "Gotham Book", Arial, Helvetica, sans-serif;
  --GothamLight: "Gotham Light", Arial, Helvetica, sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
body {
  color: var(--gris);
  font-family: var(--GothamBook);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fs-7 {
  color: #3d91ff;
  font-size: 12px;
}

/* CUSTOM */

.text-rotate-90 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  width: 200px;
}

.fs-8{
  font-size: 13px;
}

.fs-9{
  font-size: 12px;
}

.fs-10{
  font-size: 11px;
}

.fs-11{
  font-size: 10px;
}

.dropdown-before{
  display: none;
}


.img-edit-pencil{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  padding: 10px 5px 10px 5px;
  border: 1px solid orange;
  color: black;
  opacity: 0;
}

.img-edit-pencil:hover{
  opacity: 0.8;
  color: white;
  border: 1px solid white;
  border-radius: 10px 10px 10px 10px;
  background-color: black;
}

.nav-hover:hover{
  background-color: rgba(248, 249, 250, 25%)!important;
}

.nav-ul{
  width: 200px;
}

.effect-blur{
  background: rgba( 255,255,255, 0.25 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 2px );
-webkit-backdrop-filter: blur( 2px );
border-radius: 0px;
border: 0px solid rgba( 255, 255, 255, 0.18 );

  z-index: 3;
}

.animation-modal{
  animation-name: modalCustom;
  animation-duration: 0.5s;
  border-radius: 10px!important;
}

.hover-card:hover{
  transition: 0.05s;
  transform: scale(1.02);
  /*background-color: rgba( 255, 255, 255, 1 )!important;*/
}

.effect-text-hidden:hover > span{
  display: inline!important;
}

@keyframes modalCustom{
  0%    { 
    opacity: 0; 
    -webkit-transform: scale(1) translateX(0px);
  }
  100%  { opacity: 1; }
}

.hidden-text{
  display: none;
}

.content-hidden-text:hover .hidden-text{
  display: block!important;
}

.w-custom-btn {
  width: 100%!important;
  height: "300px"!important;
}

@media (min-width: 768px) {
  .w-custom-btn {
    width: 15%!important;
    height: "300px"!important;
  }
}

@media (min-width: 1024px) {
  .w-custom-btn {
    width: 15%!important;
    height: "300px"!important;
  }
}


.w-custom-nota {
  width: 100%!important;
  height: "300px"!important;
}

@media (min-width: 768px) {
  .w-custom-nota {
    width: 93%!important;
    height: "300px"!important;
  }
}

@media (min-width: 1024px) {
  .w-custom-nota {
    width: 93%!important;
    height: "300px"!important;
  }
}

.w-custom-video {
  width: 100%!important;
  height: 300px!important;
}

@media (min-width: 768px) {
  .w-custom-video {
    width: 93%!important;
    height: 300px!important;
  }
}

@media (min-width: 1024px) {
  .w-custom-video {
    width: 93%!important;
    height: 300px!important;
  }
}

.img-banner {
  width: 100%;
  height: "auto"!important;
}

@media (min-width: 1024px) {
  .img-banner {
    width: auto;
    height: 300px!important;
  }
}

/* CUSTOM END*/

.border-custom-naranja {
  border: 1px solid var(--naranja)!important;
}

.text-custom-naranja{
  color: var(--naranja);
}

.text-custom-violeta{
  color: var(--violeta);
}

.texto-normal input {
  text-transform: none !important;
}

.texto-normal textarea {
  text-transform: none !important;
}

.texto-normal select {
  text-transform: none !important;
}

.texto-normal span {
  text-transform: none !important;
}

.filter_date_range{
  display: none!important;
}

.filter_date_range:hover{
  display: flex!important;
}

.btn_date_range:hover + .filter_date_range {
  display: flex!important;
}

main {
  margin-top: 200px;
}
/* hide scrollbar but allow scrolling */
/*element {
  -ms-overflow-style: none; 
  scrollbar-width: none; 
  overflow-y: scroll;
}
element::-webkit-scrollbar {
  display: none; 
}*/
h1 {
  font-size: 52px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 22px;
}
h1,
h2,
h3 {
  font-family: var(--Grifter);
}
a {
  color: var(--naranja);
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  color: var(--amarillo);
}
.form-control:focus {
  box-shadow: none;
  border-color: var(--naranja);
}
ul {
  list-style: none;
}
/* Utilities */
.br-10 {
  border-radius: 10px;
}
.br-30 {
  border-radius: 30px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.mt--25 {
  margin-top: -25px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.hr-black {
  opacity: 1;
  height: 3px !important;
  background: var(--grisOscuro);
}
.hr-white {
  opacity: 1;
  height: 3px !important;
  background: white;
}
.hr-white-01 {
  opacity: 1;
  height: 1px !important;
  background: white;
}
/* BG Colors */

/*::-webkit-scrollbar {
  display: none;
}*/

/* BG Colors */
.bg-blanco {background: white}
.bg-gris {background: var(--gris);}
.bg-naranja {background: var(--naranja);}
.bg-violet {background: var(--violeta);}
.bg-amarillo {background: var(--amarillo);}
.bg-gris-claro {background: var(--grisClaro);}
.bg-gris-oscuro {background: var(--grisOscuro);}
/* Colors */
.fc-blanco {color: white;}
.fc-gris {color: var(--gris);}
.fc-violeta {color: var(--violeta);}
.fc-amarillo {color: var(--amarillo);}
.fc-gris-claro {color: var(--grisClaro);}
/* Fonts */
.lh-04 {
  line-height: 0.4;
}

.GothamBook{
  font-family: var(--GothamBook)!important;
}

.Grifter {
  font-family: var(--Grifter)!important;
}
.GothamBold {
  font-family: var(--GothamBold)!important;
}
.GothamLight {
  font-family: var(--GothamLight)!important;
}

.navbar-collapse {
  margin-top: 40px;
}
.form-search {
  background: #fff url(../img/magnifying-glass-solid.svg) center right 15px
    no-repeat;
}
.form-select {
  background: #fff url(../img/chevron-down-solid.svg) center right 15px
    no-repeat;
}
.form-select,
.form-control {
  border: none;
  color: var(--gris);
  border: 1px solid var(--grisClaro);
  border-radius: 8px;
  /* text-transform: uppercase; */
  background-size: 14px;
}
.form-select:focus,
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  box-shadow: none;
}
.form-check-input:checked {
  border: none;
  background: var(--naranja);
}
.form-check-input {
  width: 18px;
  height: 18px;
}
.form-check-input:focus {
  box-shadow: none;
}
.btn-custom {
  line-height: 1;
  padding: 12px 40px 10px;
  border-radius: 50px;
  font-family: var(--Grifter);
  background: var(--grisClaro);
}
.btn-custom:hover {
  color: white;
  background-color: var(--naranja);
}
.btn-custom-black {
  color: white;
  line-height: 1;
  padding: 12px 40px 10px;
  border-radius: 50px;
  background: var(--gris);
  font-family: var(--Grifter);
}
.btn-custom-black:hover {
  color: var(--gris);
  background-color: var(--amarillo);
}
.btn-custom-amarillo {
  line-height: 1;
  color: var(--gris);
  padding: 12px 40px 10px;
  border-radius: 50px;
  background: var(--amarillo);
  font-family: var(--Grifter);
}
.btn-custom-amarillo:hover {
  color: white;
  background-color: var(--gris);
}

.btn-custom-naranja {
  line-height: 1;
  color: var(--white);
  padding: 12px 40px 10px;
  border-radius: 30px;
  background: var(--naranja);
  font-family: var(--Grifter);
}
.btn-custom-naranja:hover {
  color: white;
  background-color: var(--gris);
}

.custom-navbar {
  padding: 30px 0;
  background: white;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
.navbar-toggler {
  background: url(../img/nav-icon.png) center center no-repeat;
  background-size: 32px;
}
.custom-navbar .nav-item .active {
  color: var(--naranja);
  font-weight: 900;
}
.custom-navbar .nav-link {
  padding: 0 10px;
  font-size: 14px;
  color: var(--gris);
  text-transform: uppercase;
}
.custom-navbar .nav-link:hover {
  color: var(--naranja);
}
.custom-navbar .form-control {
  padding: 7px 20px;
  border-radius: 50px;
}
.custom-navbar .btn {
  right: 0;
  position: absolute;
}
.custom-navbar form {
  width: 80%;
}

#header {
  padding-bottom: 200px;
  background: url(../img/bg-01.svg) no-repeat;
  background-position: -70px 300px;
  background-size: 30%;
}
#header .owl-carousel {
  position: relative;
}
#header .body-carusel {
  top: 20%;
  left: 50px;
  position: absolute;
}
#header .owl-carousel img {
  border-radius: 30px;
}

#header .owl-carousel h5 {
  font-size: 80px;
}
#header .owl-carousel p {
  font-size: 22px;
  color: var(--grisClaro);
  text-transform: uppercase;
}

#calendar .img {
  width: 13%;
  top: -260px;
  right: -45px;
  position: absolute;
}
.today {
  background: var(--naranja);
}
.weekend {
  background: var(--amarillo);
}
.month {
  background: var(--gris);
}

.big-button {
  width: 30%;
  height: 500px;
  position: relative;
  border-radius: 30px;
  transition: all 0.3s;
}

.big-button:hover {
  opacity: 0.8;
  width: 32%;
}

.big-button h1 {
  color: white;
  font-size: 52px;
  margin-bottom: 0;
  position: absolute;
  white-space: nowrap;
  transform: rotate(-90deg);
  font-family: var(--Grifter);
}

.tag-evento {
  color: white;
  padding: 12px 20px;
  border-radius: 30px;
  background: var(--naranja);
  font-family: var(--GothamLight);
}

/* Section eventos */
.calendar,
.calendar_weekdays,
.calendar_content {
  max-width: 400px;
}
.calendar {
  margin: auto;
  font-size: var(--Grifter);
}
.calendar_content,
.calendar_weekdays,
.calendar_header {
  overflow: hidden;
  position: relative;
}
.calendar_weekdays {
  padding: 10px 5px;
  background: var(--grisOscuro);
  border-radius: 10px 10px 0 0;
}
.calendar_content {
  padding: 20px 10px;
  border-radius: 0 0 10px 10px;
  border: 1px solid var(--grisClaro);
}
.calendar_weekdays div {
  vertical-align: top;
  display: inline-block;
}
.calendar_weekdays div,
.calendar_content div {
  width: 14.28571%;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
  color: var(--gris);
  background-color: transparent;
}
.calendar_content div {
  float: left;
  font-family: var(--Grifter);
  border: 1px solid transparent;
}
.calendar_content div:hover {
  border: 1px solid #dcdcdc;
  cursor: default;
}
.calendar_content div.blank:hover {
  cursor: default;
  border: 1px solid transparent;
}
.calendar_content div.past-date {
  color: #d5d5d5;
}
.calendar_content div.today {
  font-weight: bold;
  font-size: 14px;
  color: var(--naranja);
}
.calendar_content div.selected {
  background-color: #f0f0f0;
}
.calendar_header {
  width: 100%;
  text-align: center;
}
.calendar_header h2 {
  padding: 0 10px;
  font-family: var(--Grifter);
  font-size: 18px;
  color: var(--gris);
  float: left;
  width: 90%;
}
button.switch-month {
  background-color: transparent;
  padding: 0;
  outline: none;
  border: none;
  color: var(--gris);
  float: left;
  width: 18px;
  transition: color 0.2s;
}
button.switch-month:hover svg path {
  fill: var(--amarillo);
}
#eventos h4 {
  font-size: 25px;
}
#eventos .box-eventos {
  border-radius: 30px;
  background: white;
  border: 1px solid var(--grisClaro);
}
#eventos .box-eventos .teatro {
  font-size: 14px !important;
  color: var(--gris);
  text-transform: uppercase;
  font-family: var(--GothamLight);
}
#eventos .box-eventos .obra {
  font-size: 22px;
  padding: 0 15px;
  overflow: hidden;
  color: var(--gris);
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-family: var(--GothamBold);
}
#eventos .box-eventos .precio {
  font-size: 36px;
  position: relative;
  text-transform: uppercase;
  font-family: var(--GothamBold);
}
#eventos .box-eventos .precio span {
  top: 25%;
  font-size: 14px;
  margin-left: 10px;
  position: absolute;
  color: var(--gris);
  text-decoration: line-through;
  font-family: var(--GothamBold);
}


#eventos .img-evento {
  height: 300px;
  overflow: hidden;
  position: relative !important;
  border-radius: 30px 30px 0 0;
}
#eventos .img-evento .tag-evento {
  top: 20px;
  left: 20px;
  position: absolute;
}
#eventos .img-evento .tag-descuento {
  top: 20px;
  right: 20px;
  color: white;
  padding: 12px 20px;
  position: absolute;
  font-family: var(--GothamLight);
  background: url(../img/img-tag-descuento.svg) center center no-repeat;
}

#eventos .carousel-inner .carousel-item.active,
#eventos .carousel-inner .carousel-item-next,
#eventos .carousel-inner .carousel-item-prev {
  display: flex;
}

#eventos .dropdown-toggle {
  padding: 0;
  margin: 0 10px;
  border: none;
  background: none;
  color: var(--gris);
}
#eventos .form-check .form-check-input {
  float: right;
}
#eventos .form-check {
  padding: 0;
}

/* medium and up screens */
@media (min-width: 768px) {
  #eventos .carousel-inner .carousel-item-end.active,
  #eventos .carousel-inner .carousel-item-next {
    transform: translateX(25%);
    opacity: 0;
  }
  #eventos .carousel-inner .carousel-item-start.active,
  #eventos .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }

  
}

#eventos .carousel-inner .carousel-itexm-end,
#eventos .carousel-inner .carousel-item-start {
  transform: translateX(0);
}
#eventos .carousel-control-prev-icon {
  background: url(../img/icon-prev-arrow.svg) center center no-repeat;
}
#eventos .carousel-control-next-icon {
  background: url(../img/icon-next-arrow.svg) center center no-repeat;
}
#eventos .carousel-control-next,
#eventos .carousel-control-prev {
  opacity: 1;
  top: -125px;
}
#eventos .carousel-control-prev {
  left: -100px;
}
#eventos .carousel-control-next {
  right: -100px;
}

@media only screen and (max-width: 767px) {
  #eventos .carousel-inner .carousel-item > div {
    display: none;
  }
  #eventos .carousel-inner .carousel-item > div:first-child {
    width: 100%;
    display: block;
  }
}

/* === */

/* Section Cartelera */
.box-actualidad {
  position: relative;
  border-radius: 30px;
}

.box-actualidad h2 {
  top: 20px;
  left: 20px;
  position: absolute;
}
#actualidad {
  background: url(../img/bg-actualidad.png) center center no-repeat;
  background-size: 70%;
  background-position-y: 50px;
}
#actualidad .box-cartelera {
  padding: 80px 0;
  border-radius: 30px;
}
#actualidad .card {
  border: none;
  height: 400px;
  overflow: hidden;
  border-radius: 30px;
}
#actualidad .card-body {
  padding: 40px;
  position: absolute;
}
#actualidad .card-overlay {
  top: 100%;
  height: 50%;
  padding: 30px;
  position: absolute;
  border-radius: 30px;
  background: var(--naranja);
  transition: all 350ms cubic-bezier(0, 0, 0.2, 1);
}
#actualidad .card:hover .card-overlay {
  top: 50%;
}
#actualidad .card-overlay.top {
  left: 0;
  top: -100%;
}
#actualidad .card:hover .card-overlay.top {
  top: 0;
}

#actualidad .circulo-enlace,
#links-multimedia .circulo-enlace {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  transition: all 0.3s;
  text-decoration: none;
}
#actualidad .circulo-enlace:hover,
#links-multimedia .rectangulo-enlace:hover,
#links-multimedia .circulo-enlace:hover,
#actualidad .rectangulo-enlace:hover {
  opacity: 0.8;
}
#actualidad .rectangulo-enlace,
#links-multimedia .rectangulo-enlace {
  width: 100%;
  padding: 20px 0;
  border-radius: 10px;
  transition: all 0.3s;
  text-decoration: none;
}
#news {
  background: url(../img/bg-news.png) center no-repeat;
  background-position-x: -100px;
  background-size: 85%;
}
#news .card,
#news-somos .card {
  border: none;
  height: 450px;
  overflow: hidden;
  border-radius: 30px;
}
#news .card-body,
#news-somos .card-body {
  padding: 40px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
}
#news .btn-custom-black,
#news-somos .btn-custom-black {
  right: 20px;
  bottom: 20px;
  position: absolute;
}

#news .lottie-player,
#video .lottie-player {
  z-index: 1;
  cursor: pointer;
  position: absolute;
}

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

#publicidad {
  height: 400px;
  overflow: hidden;
}
#news-somos,
.eventos-salas {
  margin-top: 400px;
  position: relative;
  background: var(--amarillo) url(../img/bg-01.svg) center left -200px no-repeat;
}
#news-somos .img,
.eventos-salas .img,
#salas .img {
  width: 100%;
  left: 0;
  top: -157px;
  position: absolute;
}
#news-somos .img-01 {
  top: -200px;
  right: -150px;
  position: absolute;
}

/* Section Apoyo */
#apoyo {
  padding: 200px 0;
}
#apoyo .wrapper {
  width: 100%;
}

#apoyo .carousel {
  position: relative;
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#apoyo .carousel__item {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  padding: 0 12px;
  opacity: 0;
  filter: drop-shadow(0 2px 2px #555);
  will-change: transform, opacity;
  -webkit-animation: carousel-animate-vertical 27s linear infinite;
  animation: carousel-animate-vertical 27s linear infinite;
}
#apoyo .carousel__item img {
  height: 100px;
}
#apoyo .carousel__item:nth-child(1) {
  -webkit-animation-delay: calc(3s * -1);
  animation-delay: calc(3s * -1);
}
#apoyo .carousel__item:nth-child(2) {
  -webkit-animation-delay: calc(3s * 0);
  animation-delay: calc(3s * 0);
}
#apoyo .carousel__item:nth-child(3) {
  -webkit-animation-delay: calc(3s * 1);
  animation-delay: calc(3s * 1);
}
#apoyo .carousel__item:nth-child(4) {
  -webkit-animation-delay: calc(3s * 2);
  animation-delay: calc(3s * 2);
}
#apoyo .carousel__item:nth-child(5) {
  -webkit-animation-delay: calc(3s * 3);
  animation-delay: calc(3s * 3);
}
#apoyo .carousel__item:nth-child(6) {
  -webkit-animation-delay: calc(3s * 4);
  animation-delay: calc(3s * 4);
}
#apoyo .carousel__item:nth-child(7) {
  -webkit-animation-delay: calc(3s * 5);
  animation-delay: calc(3s * 5);
}
#apoyo .carousel__item:nth-child(8) {
  -webkit-animation-delay: calc(3s * 6);
  animation-delay: calc(3s * 6);
}
#apoyo .carousel__item:last-child {
  -webkit-animation-delay: calc(-3s * 2);
  animation-delay: calc(-3s * 2);
}

#apoyo .carousel__item-body {
  width: 100%;
  text-align: center;
  padding: 16px 20px;
  border-radius: 10px;
  background-color: var(--amarillo);
}

@-webkit-keyframes carousel-animate-vertical {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%,
  11.1111111111% {
    transform: translateY(100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  14.1111111111%,
  22.2222222222% {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  25.2222222222%,
  33.3333333333% {
    transform: translateY(-100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  36.3333333333% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
  100% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes carousel-animate-vertical {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%,
  11.1111111111% {
    transform: translateY(100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  14.1111111111%,
  22.2222222222% {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  25.2222222222%,
  33.3333333333% {
    transform: translateY(-100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  36.3333333333% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
  100% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}

/* === */

/* Section Suscription */
#suscriptions form {
  width: 90%;
  height: 64px;
}
#suscriptions .btn-custom {
  right: 0;
  padding: 15px 40px;
  position: absolute;
  background: var(--gris);
  border-radius: 0.25rem;
}

#suscriptions .btn-custom:hover {
  background: var(--amarillo);
}
#suscriptions .btn-custom:hover svg path {
  fill: var(--gris);
}
#suscriptions a svg {
  width: 60%;
}
#suscriptions a:hover svg path {
  fill: var(--amarillo);
}

/* @-webkit-keyframes ticker {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      visibility: visible;
    }
    100% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  @keyframes ticker {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      visibility: visible;
    }
    100% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  .ticker-wrap {
    width: 100%;
    height: 4rem;
    overflow: hidden;
    padding-left: 100%;
    box-sizing: content-box;
    background: var(--grisOscuro);
  }
  .ticker-wrap .ticker {
    display: inline-block;
    height: 4rem;
    line-height: 4rem;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
  }
.ticker-wrap .ticker__item {
    color: white;
    font-size: 40px;
    display: inline-block;
    font-family: var(--Grifter);
} */

/* Page Somos */
.box-team {
  cursor: pointer;
  padding: 40px 20px;
  border-radius: 10px;
  transition: all 0.3s;
  background: var(--grisClaro);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
.box-team:hover {
  background: var(--naranja);
}
.box-team h3,
.box-team p {
  transition: all 0.3s;
}
.box-team:hover h3,
.box-team:hover p {
  color: var(--grisClaro);
}
/* === */

/* Page Salas */

#sala-info .sala-logo {
  border-radius: 10px;
  padding: 20px;
  border: 1px solid var(--gris);
}
#ticket-info a svg path {
  transition: all 0.3s;
}
#ticket-info a:hover svg path {
  fill: var(--naranja);
}
#ticket-detail .img {
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  position: absolute;
}
#salas {
  margin-top: 150px;
  position: relative;
  background: var(--amarillo);
}
#salas .logo-sala {
  width: 200px;
  height: 200px;
  padding: 30px;
  display: flex;
  background: #fff;
  border-radius: 10px;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
#salas .logo-sala:hover {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
}
.box-multimedia {
  overflow: hidden;
  border-radius: 20px;
}
.box-multimedia img {
  border-radius: 0 20px 20px 0;
}

#video .box-multimedia img {
  border-radius: 20px 20px 0 0;
}
#video .header-box {
  height: 300px;
  overflow: hidden;
}
footer h1 {
  font-size: 24px;
  text-transform: uppercase;
}
footer ul a {
  text-decoration: none;
}
footer ul a:hover {
  color: var(--amarillo);
}

.tip-message {
  display: none;

}


a.tip:hover > div {
  position: absolute;
  top: 5%;
  left: 0px;
  width: 100%;
  z-index: 2;
  border: 1px solid black;
  display: block !important;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 18px;
  }
  main {
    margin-top: 250px;
  }
  .pt-50 {
    padding-top: 25px;
  }
  .pb-50 {
    padding-bottom: 25px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .mt-100 {
    margin-top: 50px;
  }
  .mb-100 {
    margin-bottom: 50px;
  }
  .mb-200 {
    margin-bottom: 200px;
  }
  #header {
    padding-bottom: 50px;
    background: none;
  }
  nav
    .input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-radius: 0 50px 50px 0;
  }
  #apoyo {
    padding: 80px 0 280px;
  }
  #header .owl-carousel h5 {
    font-size: 40px;
  }
  #header .owl-carousel p {
    font-size: 16px;
  }
  #news-somos {
    margin-top: 150px;
  }
  #news-somos .img {
    top: -40px;
  }
  #news-somos .img-01 {
    width: 35%;
    right: -40px;
    top: -130px;
  }
  .box-team img {
    width: 60%;
  }
  #salas {
    margin-top: 50px;
  }
  #news-somos .img,
  .eventos-salas .img,
  #salas .img {
    top: -41px;
  }
  .box-multimedia img {
    border-radius: 20px 20px 0 0;
    width: 100%;
  }

  
  #podcast .header-box, #video .header-box {
    height: 200px;
    overflow: hidden;
}



.bg-01-video {
  position: absolute;
  top: 50% !important;
  width: 100% !important;
  z-index: -1 !important;
}

#video .header-box {
    height: 300px;
    overflow: hidden;
}

#video .header-box .lottie-player {
    position: absolute;}


.barchart {width: 90%;}
.bg-03-notas, .bg-07-index {display: none;}

  .buton-prev-carrousel {
    position: absolute !important;
    left: 0px !important;
  }

  .buton-next-carrousel {
    position: absolute !important;
    right: 0px !important;
  }

  /* CUSTOM */

  .nav-ul{
    width: 50px;
  }

  .dropdown-before{
  position: absolute;
  top: -20px;
  right: 0px;

  font-size: 22px;
  text-shadow: rgba(0, 0, 0, 0.1) 0px -2px 0px;
}



}

.card-ticket {
  height: 100%;
  background: linear-gradient(
    to bottom,
    var(--naranja) 0%,
    var(--naranja) 26%,
    #ecedef 26%,
    #ecedef 100%
  );
  padding: 1em;
}

.cardLeft {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.cardRight {
  border-left: 0.2em dashed #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.cardRight:before,
.cardRight:after {
  content: "";
  position: absolute;
  display: block;
  width: 0.9em;
  height: 0.9em;
  background: #fff;
  border-radius: 50%;
  left: -0.5em;
}
.cardRight:before {
  top: -0.4em;
}
.cardRight:after {
  bottom: -0.4em;
}

.title,
.name,
.seat,
.time {
  text-transform: uppercase;
  font-weight: normal;
}
.title h2,
.name h2,
.seat h2,
.time h2 {
  font-size: 0.9em;
  color: #525252;
  margin: 0;
}
.title span,
.name span,
.seat span,
.time span {
  font-size: 0.7em;
  color: #a2aeae;
}

.title {
  margin: 2em 0 0 0;
}
.name,
.seat {
  margin: 0.7em 0 0 0;
}
.time {
  margin: 0.7em 0 0 1em;
}
.seat,
.time {
  float: left;
}

.number {
  text-align: center;
  text-transform: uppercase;
}
.number h3 {
  color: var(--naranja);
  margin: 0.9em 0 0 0;
  font-size: 2.5em;
}
.number span {
  display: block;
  color: #a2aeae;
}


.bg-03-notas {
  top:  -190px;
  left: -50px;
  position: absolute;
}


.bg-01-notas {
  top: 50%;
  right: -400px;
  z-index: -1;
  position: absolute;
}

.bg-07-index {
  top: 50%;
  right: 0;
  width: 20%;
  position: absolute;
}

#noticias {
  background: url(../img/bg-01.svg) top right no-repeat;
}

#noticias img {
  border-radius: 30px;
}

/*custom ticket*/

.circle-white-top-left{
  position: absolute;
  left: -10px;
  top: -10px;
}

.circle-white-bottom-left{
  position: absolute;
  left: -10px;
  bottom: -10px;
}

.circle-white-top-right{
  position: absolute;
  right: -10px;
  top: -10px;
}

.circle-white-bottom-right{
  position: absolute;
  right: -10px;
  bottom: -10px;
}

/* https://codepen.io/Taimoorkhan/pen/LYNbBRV */
