/* Map Block
 * =============================== */
 #enoticket_plugin{
    text-align: center;
    white-space: initial !important;

 }
#enoticket_map{
  width: 100% !important;
}
/* [Object] Modal
 * =============================== */
.modal-enoticket {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(0, 0, 0, .9);
  transition: opacity .25s ease;
  z-index: 99999;
}

.modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.modal-state {
  display: none !important;
}

.modal-state:checked+.modal-enoticket {
  opacity: 1;
  visibility: visible;
}

.modal__inner {
  transition: top .25s ease;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 57%;
  margin: auto !important;
  overflow: auto;
  background: #fff;
  border-radius: 5px;
  padding: 0 2em;
  min-height: 660px;
  min-height: 100%;
  box-sizing: content-box !important;

}

/* Cerrar contenido */
.modal__close {
  position: absolute;
  right: 1em;
  top: 1.1em;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
}

.modal__close:after,
.modal__close:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 1.5em;
  background: red;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 0;
}

.modal__close:hover:after,
.modal__close:hover:before {
  background: #ff00009e;
}

.modal__close:before {
  transform: rotate(-45deg);
}

/* Retroceder contenido */
.modal__back {
  position: absolute;
  left: 1em;
  top: 1.1em;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
}

.modal__back:after,
.modal__back:before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3px
}

.modal__back:after {
  width: 15px;
  height: 15px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  bottom: 0px;
  border-color: #000080;

}

.modal__back::before {
  width: 23px;
  height: 2px;
  bottom: 6px;
  background: #000080;
}

.back{
  margin-left: 35px;
  color:#000080;
  font-weight: bold;
  word-wrap: initial !important ;
}

.back:hover{
  color: #000080ba;
}

.modal-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  text-align: center;
  padding: 0px;
  cursor: pointer !important;
}

.modal-event-title {
  font-weight: bold !important;
  font-size: 10px !important;
}

.modal-items-container {
  text-align: center;
}

#modal-content-title {
  font-size: 35px !important;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center !important;
  line-height: 40.25px !important;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #2196F3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#enoticket_map path{
  outline: none;
}
#modal-spinner-loader{
  position: absolute;
  top: 50%;
  left: 55%;
  z-index: 1;
  margin-top: -50px;
  margin-left: -100px;
}
/* Responsive */

#div_container_frame{
  z-index: 50;position: relative;width: 100%;margin: 0px auto;
}

@media (min-width: 25px) and (max-width: 768px) {
  .modal-container {
    display: inline-grid;
    grid-template-columns: auto;
    grid-gap: 30px;
    text-align: center;
    padding: 0px;
    text-align: center;
  }
}

@media screen and (max-width: 1200px) {
  .modal__inner {
    padding: 0px;
  }
  #modal-content-elements{
    padding-left: 2em;
    padding-right: 2em;
  }
  #modal-spinner-loader{
    top: 52%;
    left: 57%;
  }
}

@media screen and (max-width: 850px) {
  .modal__inner {
    width: 100%;
    /*height: 100%;*/
    box-sizing: border-box;
    border-radius: 0px;
  }
}

@media (min-width: 768px) {
  .modal-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    text-align: center;
    padding: 0px;
  }
}

@media screen and (max-width: 580px) {
  #modal-spinner-loader{
    top: 57%;
    left: 57%;
  }
}

@media screen and (max-width: 500px) {
  #modal-spinner-loader{
    top: 57%;
    left: 61%;
  }
}
/* Contenido tippy */
.tippy-box[data-theme~='light'] {
  background-color: white;
  color: black;
}
.tippy-box[data-theme~='light'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: white;
}
/* Ajuste Iframe altura global */
#enoticket_plugin iframe{
  max-height: 100% !important;
  min-height: 660px !important;
  margin-top: 0px !important;

}

/*BugFix Plantilla Education */
body #wrapper-container #main-content {
    z-index: 100 !important;
}

@media screen and (max-width: 520px) {
  #modal-content-title{
    font-size: 25px !important;
  }
  .modal__back:after {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    bottom: 0px;
    border-color: #000080;

  }

  .modal__back::before {
    width: 13px;
    height: 2px;
    bottom: 4px;
    background: #000080;
  }
  .back {
      margin-left: 20px;
      font-size: 12px;
  }
}

@media screen and (max-width: 460px) {
  #modal-content-title{
    font-size: 20px !important;
  }
}

/*Counter Block*/
.eventos_numblock{
  font-size: 25px;
  line-height: 73px;
  margin-top: 5px;
  text-align: center !important;
}

.eventos_numblock_text{
  font-size: 25px;
  margin-top: 5px;
  text-align: center !important;
}

.counter-block{
  width: 300px;
  margin: 0 auto;
}

.counter-block .wrapper-number{
  font-size: 50px;
  width: 75px;
  height: 75px;
  margin: 0 auto;
  border-radius: 50px;
}