@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic,300,300italic|Open Sans:400,300,700);
/* SOLO AFECTA FRONTAL*/
/*html {
  position: relative;
  min-height: 100%;
}*/

body{
  font-family: 'Open Sans', sans-serif;
  /*margin-bottom: 150px;*/
}

h1, h2, h3, h4, h5{
  font-family: 'Open Sans', sans-serif;
}

label {
  color: #666;
  font-weight: normal !important;
}

.modal-header {
  background: url("../img/bg-header.jpg") no-repeat fixed center center / cover ;
  border-radius: 4px 4px 0 0;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.header-eco{
  background: url('../img/bg-header.jpg') no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.navbar-default {
  border-color: transparent !important;
  margin-bottom: 0 !important;
}

.logo-eco{height:40px;}

.slider-eco{
  margin-bottom:70px;
  margin-top:50px;
}

.slider-photo{
  box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.5);
  max-width:300px;
  width:100%;
}

.slider-info{
  bottom: 20px;
  margin-left: 50px;
  left: 350px;
  position: absolute;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.slider-info h2{
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  margin: 10px 0px;
  line-height: 60px;
}

.slider-info h3{
  color:#fff;
  font-size:35px;
  font-weight:300;
  margin:10px 0px;
}

.slider-info h4{
  color:#fff;
  font-size:18px;
  font-weight:300;
  letter-spacing:0.5px;
  margin:15px 0;
}

.slider-info p{
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  /*padding-left:20px;*/
}

.price{
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 80px !important;
  font-weight: 700 !important;
  line-height: 50px;
  margin-right: 45px;
  margin-bottom: 0px;
}

.price span{
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.slider-info > .btn-eco{margin-top: -60px}

.container-eco{
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-top: 45px;
  margin-bottom: 45px;
  padding-bottom: 45px;
  padding-top: 0px;
}

.header-container-eco{
  background: #06B68F;
  color: #fff;
  border-bottom: 3px solid #a4eadb;
  border-radius: 5px 5px 0 0;
  padding-top:15px;
  padding-bottom: 15px;
}

.header-container-eco h1,
.header-container-eco h3{
  margin: 0 0 10px;
  text-shadow: 0px 2px 4px #059676;
}

.description-eco{ padding: 25px;}

.description-eco h1{
  color: #06B68F;
  font-size: 40px;
  margin-bottom: 5px;
}

.description-eco h2{
  color: #868789;
  margin-top: 5px;
}

.description-eco h3{
  color: #06B68F;
}

.description-eco p{
  color: #868789;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: justify;
  font-size: 15px;
}

.description-eco hr{
  border:3px solid #eee;
  margin-right: 80%;
}

.description-eco ul{
}

.description-eco li{
  color: #868789;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: justify;
  font-size: 15px;
  margin-bottom:5px;
}

.info-eco{ padding: 25px 15px 25px 0;}

.info-eco h4{
  color:#868789;
  font-size: 13px;
  font-weight: normal;
}

.info-eco p{
  color: #06B68F;
  font-size: 18px;
  font-weight: 300;
  margin-top: 15px;
  letter-spacing: 1px;
}

.info-eco > .price{
  color: #06B68F;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 80px !important;
  font-weight: 700 !important;
  line-height: 50px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.info-eco >  .price span{
  color: #06B68F;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.payments{
  display:inline-block;
  height: 28px;
  margin:5px;
}

.footer-eco{
  background: #06B68F !important;
  border-top: 1px solid #a4eadb;
  color:#fff;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.3px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-eco a{
  color: #fff;
  text-decoration: none;
}

.footer-eco a:hover,
.footer-eco a:focus,
.footer-eco a:active{
  text-decoration: underline;
}

.footer-eco ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-eco li{
  display: block;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  margin: 0 0 10px 0;
}

.footer-eco li::before {
  color: #a4eadb;
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 0px;
  margin-right: 10px;
}

.footer-eco hr{
  border-color: #a4eadb;
  margin: 0;
}

.footer-eco p{
  font-size: 13px;
  margin: 10px 0;
}

footer p{color: #fff;}
footer p a{color: #fff;}

.logo-footer{
  display: inline-block;
  width: 125px;
}

.footer {
/*  position: absolute;
  bottom: 0;
  width: 100%;
  height: 110px;*/
  background-color: #f5f5f5;
}

.alert-cookie-law{
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
  z-index: 9999;
}

.alert-cookie-law p{
  font-size:12px;
  line-height: 18px;
  margin-bottom: 10px;
}

.btn-eco {
  background: #06b68f;
  border:1px solid #34e0ba;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.btn-eco:hover, .btn-eco:focus {
  background: #16987b;
  border:1px solid #06b68f;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover,
.btn-primary:focus{
  background: #16987b !important;
  border-color:#16987b !important;
  color: #fff !important;
}

.btn-green{
  background: #06B68F;
  border: 1px solid #06b68f;
  color: #fff;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active{
  background: #16987b;
  border: 1px solid #16987b;
  color: #fff;
}

.btn-group-social{
  text-align: right;
}

.btn-group-social a{
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size:15px;
  height:32px;
  padding:5px;
  text-align:center;
  width:32px;
}

.btn-fb{
  background:#3B5998;
}

.btn-tw{
  background:#1DA1F2;
}

.btn-group-social a:nth-of-type(2){
  margin-left: 5px;
}

#btn_submit {
  background: #06B68F;
  border: 1px solid #06b68f;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.333;
  margin-bottom: 0;
  padding: 10px 16px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

#btn_submit:hover,
#btn_submit:focus,
#btn_submit:active{
  background: #16987b;
  border: 1px solid #16987b;
  color: #fff;
}

.payment-dates{
  list-style: none;
  padding-left: 0px;
}

.payment-dates li:before{
  color: #06b68f;
  content: "\f0da";
  font-family: 'FontAwesome';
  margin-right: 5px;
}

.payment-dates li{
  color: #868789;
  font-size: 16px;
  margin: 15px 0;
}

.table-sesion{margin-bottom: 0;}

.table-sesion > thead > tr > th {
  background-color: #06b68f;
  color: #fff;
}

.table-sesion > thead > tr > th {
  border-bottom: 2px solid #a4eadb;
}

.table-sesion .day{
  font-size:35px;
  line-height: 35px;
  display: block;
  text-align: center;
  color:#868789;
}

.table-sesion .month{
  font-size:14px;
  line-height: 14px;
  display: block;
  text-align: center;
  color:#868789;
}

.table-sesion .dates{
  font-size:16px;
  line-height: 16px;
  display: block;
  color:#868789;
  margin:8px 0;
}

.table-sesion .headers{
  font-size:18px;
  line-height: 18px;
  color:#868789;
}

.table-sesion .since{
  font-size:10px;
  line-height: 10px;
  display: block;
  text-align: center;
  color:#868789;
}

.table-sesion .since{
  font-size:10px;
  line-height: 10px;
  display: block;
  text-align: center;
  color:#868789;
}

.table-sesion .price-sesion{
  font-size:35px;
  font-weight: bold;
  line-height: 35px;
  display: block;
  text-align: left;
  color:#59A693;
}

.table-zone td, .table-sesion td, .table-seats td{
  vertical-align: middle !important;
}

.table-zone td:nth-of-type(5), .table-sesion td:nth-of-type(5){
  text-align: center;
}

.table-zone td > .progress, .table-sesion td > .progress{
  margin-bottom: 0;
}

.buy-seat{text-align: right;}


/*//////////////  G R I D  E V E N T S  ///////////////*/

.next-events{
  color: #666;
  margin: 25px auto;
  text-align:left;
}

.next-events-hr{
  border:2px solid #06B68F;
  float: left;
  margin:0px auto;
  width:150px;
}

.search-event{
  margin: 25px 0;
}

.btn-search-event{
  background: #06B68F;
  color: #fff;
}

.btn-search-event:hover,
.btn-search-event:active,
.btn-search-event:focus{
  background: #16987b;
  color: #fff;
}

.form-group-header select, .form-group-header input {
  border: 2px solid #06B68F !important;
  padding: 6px !important;
}

select.select-island {
  -moz-appearance: none;
  background: #fff url("../img/select-arrow.png") no-repeat scroll right center / 18px auto !important;
  cursor: pointer;
  margin: 0px 0;
}

.list-events{
  list-style:none;
  padding:0px;
  width: 100%;
}

.list-events > li > .thumbnail{ margin-bottom: 0px;}


.list-events-name{
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.list-events-name:hover,
.list-events-name:focus,
.list-events-name:active{
  color: #06B68F;
  text-decoration: none;
}

.list-events-name h4{
  letter-spacing:-0.5px !important;
  margin:5px 0 !important;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail:active{
  /*border-color: #06B68F;*/
  text-decoration: none;
}

.thumbnail:hover,
.thumbnail:focus,
.thumbnail:active{
  /*border-color: #06B68F;*/
}

.thumbnail{
  background: #fff !important;
  padding: 0px !important;
}

.event-photo{
  border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  margin:0px auto;
  width:100%;
}

.select-date{
  background: #ececed;
  color: #888;
  margin: 0px;
  padding: 5px 10px;
}

.select-date p{
  margin: 0;
  line-height: 12px;
}

.hidden_dates{
  display:block;
  height: 75px;
}

.event-info{
  padding: 5px 10px;
}

.event-calendar a{
  display: inline-block;
  margin: 0 0 0 2%;
  width: 30%;
  transition: all 1s;
  opacity: 1;
}

.event-info a:hover{
  opacity: 0.75;
}

.event-info h4{
  color:#06b68f;
  font-weight: bold;
  height: 22px;
  margin:5px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event-info h5{
  color: #888;
  margin: 5px 0;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event-info-date{
  color:#666;
  font-size: 12px;
  margin: 0 0 10px !important;
}

.calendar{
  display: inline-block;
  width: 100%;
}

.calendar-zone{
  color:#888;
  font-size:10px;
  text-align: center;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.calendar-month{
  background:#06b68f;
  border-radius: 3px 3px 0 0;
  color:#fff;
  font-size: 10px;
  text-align: center;
  padding: 2px;
  width:auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.calendar-day{
  background:#eee;
  border-radius: 0 0 3px 3px;
  color:#888;
  text-align: center;
  padding: 2px;
  width:auto;
}

.event-price{
  color:#666;
  font-size: 12px;
  margin:10px 0 0;
  text-align:right;
}

.event-price span{
  font-size: 15px;
}

.event-price-ticket::before, .event-price-ticket::after {
  content: "";
  display: inline-block;
  height: 30px;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 9999;
}

.event-price-ticket::before {
  background: url("../img/ticket-price-left.gif") no-repeat 0 0 / 100% auto;
  left: -5px;
}

.event-price-ticket::after {
  background: url("../img/ticket-price-right.gif") no-repeat 0 0 / 100% auto;
  right: -5px;
}

.event-price-ticket{
  background-color:#06b68f;
  color:#fff;
  display: inline-block;
  height: 30px;
  font-size: 20px !important;
  font-weight: bold;
  line-height: 20px;
  margin-left: 10px;
  text-align: center;
  padding: 5px 0;
  position: relative;
}

.previous-container{
  display: block;
  height:100%;
  position:relative;
  width:100%;
}

.island{
  background: #06b68f;
  border-radius: 3px;
  display: inline-block;
  height: 20px;
  padding: 2px;
  vertical-align: top;
  width: 20px;
}

.island img{
  vertical-align: top;
  width: 100%;
}

.previous{
  background: rgba(0,0,0,0.7);
  border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top:0px;
  width:100%;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.previous:hover{
  display: block;
  opacity: 1;
}

.previous span {
  font-size: 30px;
}

.previous h3 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 50px;
  font-weight: bold;
  margin: 0 0 5px;
}

.previous h4 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 30px;
  margin: 10px 0;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.previous p {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin: 0;
  text-align: left;
}


.view-previous {
  background: #06B68F none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  padding: 5px;
  position: absolute;
  width: 100%;
}

.view-previous p{ text-align: center;}


.btn-buy-ticket{
  background: #06B68F;
  border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
  border-top: 1px solid #a4eadb;
  color: #fff;
  font-weight: bold;
  padding:10px;
  text-align: center;
}

.btn-buy-ticket:hover,
.btn-buy-ticket:active,
.btn-buy-ticket:focus{
  background: #099374;
  border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
  border-top: 1px solid #a4eadb;
  color: #fff;
  font-weight: bold;
  padding:10px;
  text-align: center;
}

/*//////////////  E N D  G R I D  E V E N T S  ///////////////*/

/*//////////////  E V E N T  ///////////////*/

.bs-wizard {
  border-bottom: 0px !important;
  margin-top: 40px;
}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #a4eadb; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #06B68F; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .progress {background:#dededf;position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #a4eadb;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #dededf;}
.bs-wizard > .bs-wizard-step.disabled > .progress {background-color: #dededf;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

.panel-heading{
  background-color: #59a693 !important;
  color: #fff !important;
}

.panel-heading h4{
  color: #fff !important;
  font-size:16px !important;
  text-shadow: 0px 2px 2px #458273;
}

.panel-sub-header{
  background:#fafafa;
  border-bottom:1px solid #ddd;
  color:#868789;
  padding-top:0;
  padding-bottom:0;
}

.panel-sub-header img{
 display: inline-block !important;
 margin:10px 0;
}

.panel-body img{
  display: block;
  margin:0px auto;
}

.panel-body h5{
  color: #868789;
}

.info-eco p{
  color: #868789;
  font-size: 12px;
  font-weight: normal;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin:5px 0;
  letter-spacing: 0;
  text-align: justify;
}


.legend{
  text-align:center !important;
  width:675px;
}

.zoomable {
  transform: scale(1);
  transform-origin: 0% 0%;
  width: max-content;
}

.zoom-control {
  position: absolute;
  bottom: 25px;
  left: 25px;
  display: flex;
  border: solid 2px #06B68F;
  border-radius: 5px;
  padding: 8px;
  width: fit-content;
  background: #06B68F;
  color: white;
  z-index: 1000;
  transform: translate(0, 0);
}

.fa-search-minus {
  padding: 5px;
  font-size: 1.5em !important;
}

.fa-search-minus:hover {
  cursor: pointer;
}

.fa-arrows {
  padding: 5px;
  font-size: 1.5em !important;
}

.fa-arrows:hover {
  cursor: pointer;
}

.fa-search-plus {
  padding: 5px;
  font-size: 1.5em !important;
}

.fa-search-plus:hover {
  cursor: pointer;
}

.overflow-control {
  position: absolute;
  bottom: 25px;
  left: 145px;
  display: flex;
  border: solid 2px #06B68F;
  border-radius: 5px;
  padding: 8px;
  width: fit-content;
  background: #06B68F;
  color: white;
  z-index: 1000;
  transform: translate(0, 0);
}

.overflow-button {
  padding: 5px;
  font-family: sans-serif;
}

.overflow-button:hover {
  cursor: pointer;
}

.fa-rotate-left {
  font-size: 1em !important;
}

.seat-list{
  padding: 0;
  margin: 0;
  text-align: center;
}

/*------------------BUTACAS--------------------*/
#stage  li::before{
  content:"";
}

#stage li{
  display: inline-block;
  width: 24px;
  height: 24px;
}

#stage .first {
  width: 60px;
}

#stage li a.sold {
  background-position: 0 -75px;
}

#stage li a.validated {
  background-position: 0 -75px;
}

#stage li a.free.has-tickets {
  background-position: 0 -27px;
}

#stage li a.free.pmr {
  background-position: 0 -51px;
}

#stage li a.pmr.has-tickets {
  background-position: 0 -27px;
}

#stage li a.free.info {
  background-position: 0 -147px;
}

#stage li a.free.info.has-tickets {
  background-position: 0 -27px;
}

#stage li a.free.has-tickets {
  background-position: 0 -27px;
}

#stage li a.free {
  background-position: 0 -3px;
}

#stage li a.covid {
  background-position: 0 -98px;
}

#stage li a.enajenada {
  background-position: 0 -98px;
}

#stage li a{
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image:url('../../images/seats.svg')!important;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 24px;
}

.stage{
  text-align:center !important;
  background:#ececed;
  border-radius: 5px;
  display: block;
  margin: 40px auto;
  padding:5px;
  width: 250px;
}

.stage h4{
  color:#868789;
  margin:0;
  text-align: center;
}

.parpadeo:after {

  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;

  display: block;
  content: '';
  height: 24px;
  width: 24px;
  background:#179112;
  border-radius: 50%;
}

@-moz-keyframes parpadeo{
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(0.5);
  }
  100% {
    opacity: 0.0;
    transform: scale(3);
  }
}

@-webkit-keyframes parpadeo {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(0.5);
  }
  100% {
    opacity: 0.0;
    transform: scale(3);
  }
}

@keyframes parpadeo {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(0.5);
  }
  100% {
    opacity: 0.0;
    transform: scale(3);
  }
}

/*------------------CIRCULOS--------------------*/
#stage-circle  li::before{
  content:"";
}

#stage-circle li{
  display: inline-block;
  width: 24px;
  height: 24px;
}

#stage-circle .first {
  width: 60px;
}

#stage-circle li a.sold {
  background-position: 0 -73px;
}

#stage-circle li a.validated {
  background-position: 0 -73px;
}

#stage-circle li a.free.has-tickets {
  background-position: 0 -24px;
}

#stage-circle li a.free.pmr {
  background-position: 0 -49px;
}

#stage-circle li a.pmr.has-tickets {
  background-position: 0 -24px;
}

#stage-circle li a.free.info {
  background-position: 0 -147.5px;
}

#stage-circle li a.free.info.has-tickets {
  background-position: 0 -24px;
}

#stage-circle li a.info.has-tickets {
  background-position: 0 -24px;
}

#stage-circle li a.free {
  background-position: 0 0;
}

#stage-circle li a.covid {
  background-position: 0 -97px;
}

#stage-circle li a.enajenada {
  background-position: 0 -97px;
}

#stage-circle li a{
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image:url('../../images/seats_circle.svg')!important;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 24px;
}

.stage-circle{
  background:#ececed;
  border-radius: 5px;
  display: block;
  margin: 40px 212px 10px;
  padding:5px;
  width: 250px;
}

.stage-circle h4{
  color:#868789;
  margin:0;
  text-align: center;
}

/*-------------------FIN BUTACAS--------------------*/

#resume-seats{
  margin-bottom: 15px;
  width:100%;
}

#resume-seats div {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #868789;
  cursor: pointer;
  margin-top: -1px;
  padding: 10px 5px;
}

/*//////////////  E N D  E V E N T  ///////////////*/

/*///////////  L O G I N  ///////////*/

.title-login h1{
  color:#06b68f;
  text-align:center;
}

.title-login hr{
  border:3px solid #eee;
  width:110px;
}

.container-login{
  border-right: 2px solid #ccc;
  margin: 55px 0;
}

.register-eco{margin: 55px 0;}

.register-eco i{
  color:#06b68f;
}

.register-eco h2{
  color:#06b68f;
}

.register-eco h3{
  color:#868789;
}

.register-eco > .btn {margin-top:15px;}

.card-container.card {
    max-width: 350px;
    padding: 30px;
}

.btn-login {
  display: block;
  margin: 20px auto;
  width: 175px;
}

.card {
  background-color: #F7F7F7;
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  margin-top: 30px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.logo-login {
  width: 100%;
  display: block;
  margin: 0px auto 15px;
}

.profile-name-card {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
  min-height: 1em;
}

.reauth-email {
  display: block;
  color: #404040;
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
  direction: ltr;
  height: 44px;
  font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin .form-control:focus {
  border-color: rgb(104, 145, 162);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.forgot-password {
  color: #54AC4C;
  text-align: center;
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
  color: rgb(12, 97, 33);
}

/*///////////  E N D  L O G I N  ///////////*/


@media (max-width: 992px) {

body{
  font-family: 'Open Sans', sans-serif;
  /*margin-bottom: 150px;*/
}

.footer {
/*  position: absolute;
  bottom: 0;
  width: 100%;
  height: 110px;*/
  background-color: #f5f5f5;
}

.footer-eco li{
  margin: 10px 5px;
}

.price{ display: block;}

.slider-info > .btn-eco{margin-top: 10px}

.slider-info{
  bottom: 20px;
  margin-left: 40px;
  left: 300px;
  position: absolute;
}

.slider-info h2{
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin: 10px 0px;
  line-height: 45px;
}

.slider-info h3{
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  margin: 10px 0px;
}

.slider-info h4{
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  margin: 15px 0;
}

.slider-info p{
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  padding-left:20px;
}

.price{
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 50px !important;
  font-weight: 700 !important;
  line-height: 50px;
  margin-right: 45px;
  margin-bottom: 0px;
}

.next-events{
  color: #666;
  margin: 25px auto;
  text-align:center;
}

.next-events-hr{
  border:2px solid #06B68F;
  float: none;
  margin:0px auto;
  width:150px;
}

.event-price{
  color:#666;
  font-size: 12px;
  margin:0px 0 0;
  text-align:left;
}

.event-price span{
  font-size: 15px;
}

.event-price-ticket{
  display: block;
  margin: 0px auto;
  max-width: 85px;
}

.description-eco{ padding: 0px;}

.container-login{
  border-bottom: 2px solid #ccc;
  border-right: 0px solid transparent;
  margin: 25px 0 0;
  padding-bottom: 25px;
}

.register-eco{margin: 0;}

.info-eco{ padding: 25px 0 25px 0;}

}

@media (max-width: 768px) {

body{
  font-family: 'Open Sans', sans-serif;
  /*margin-bottom: 275px;*/
}

.navbar-brand {
  float: left;
  height: 55px;
  margin: 0 auto;
  padding: 5px 0 !important;
}

.logo-eco {
  height: 25px;
  margin: 10px auto 0px;
}

.slider-eco{
  margin-bottom:10px;
  margin-top:0px;
}

.footer {
/*  position: absolute;
  bottom: 0;
  width: 100%;
  height: 255px;*/
  background-color: #f5f5f5;
  font-size: 10px;
}

.footer-eco li{
  display: block;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  margin: 5px;
}

.alert-cookie-law{
  border-radius: 0;
  bottom: 0px;
  margin-bottom: 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 9999;
}

.slider-photo{
  box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.5);
  display: block;
  margin: 0px auto;
  max-width:175px;
  width:100%;
}

.price{
  display: block;
  font-size: 50px !important;
}

.slider-info{
  margin-left: 0px;
  margin-top: 25px;
  position: static;
  clear: both;
}

.slider-info p {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  padding-left: 0;
}

.slider-info h2{
  font-size: 25px;
  line-height: 25px;
}

.slider-info h3{
  font-size: 15px;
}

.slider-info h4{
  font-size: 13px;
  margin: 10px auto;
}

.event-info-date{
  color:#666;
  font-size: 12px;
  margin: 0 0 5px !important;
}

.event-price{
  color:#666;
  font-size: 12px;
  margin:0px 0 0;
  text-align:left;
}

.event-price span{
  font-size: 15px;
}

.event-price-ticket{
  display: block;
  margin: 0px auto;
  max-width: 85px;
}

.header-container-eco h1{
  font-size: 25px;
}

.header-container-eco h3{
  font-size: 15px;
}

.description-eco{ padding: 0px;}

.description-eco h1{
  font-size: 30px;
}

.container-login{
  border-bottom: 2px solid #ccc;
  border-right: 0px solid transparent;
  margin: 25px 0 0;
  padding-bottom: 25px;
}

.register-eco{margin: 0;}

.btn-group-social {
  display: block;
  float: none;
  margin: 0 0 25px;
  text-align: right;
}

/* TABLA SESION */
.table-sesion table, .table-sesion thead, .table-sesion tbody, .table-sesion th, .table-sesion td, .table-sesion tr {
  display: block;
}

.table-sesion > thead tr:nth-of-type(1) {
  display: none;
}

.table-sesion tr:nth-child(2n){ background: #f9f9f9;}
.table-sesion tr:nth-child(2n+1){ background: #fff !important;}

.table-sesion td:nth-of-type(1){
  background:#06b68f;
  border-bottom: 3px solid #a4eadb;
}

.table-sesion td:nth-of-type(1) span{
  color: #fff !important;
}

.table-sesion {
  text-align: center;
}

.table-sesion td:before {
  padding-right: 5px;
}

/* TABLA ZONA */
.table-zone table, .table-zone thead, .table-zone tbody, .table-zone th, .table-zone td, .table-zone tr {
display: block;
}

.table-zone tr:nth-of-type(1) {
display: none;
}

.table-zone tr:nth-child(2n){ background: #dff0d8;}
.table-zone tr:nth-child(2n+1){ background: #fff;}

.table-zone td:nth-of-type(2), .table-zone td:nth-of-type(4){
  display: none;
}

.table-zone {
  text-align: center;
}

.table-zone td:before {
  padding-right: 5px;
}


.table-zone td:nth-of-type(1):before { content: "Nombre"; }
.table-zone td:nth-of-type(3):before { content: "Precio"; }

/* TABLA ASIENTO */
.table-seats table, .table-seats thead, .table-seats tbody, .table-seats th, .table-seats td, .table-seats tr {
  display: block;
}

.table-seats tr:nth-of-type(1) {
  display: none;
}

.table-seats tr{ background: #fff;}

.table-seats {
  text-align: center;
}

.table-seats td:nth-of-type(1) {
  background: #dff0d8;
}

.table-seats td:before {
  padding-right: 5px;
}

.info-seat td:nth-of-type(1):before { content: "Nombre"; }
.info-seat td:nth-of-type(2):before { content: "Precio"; }
.info-seat td:nth-of-type(3):before { content: "Disponibilidad"; }
.info-seat td:nth-of-type(4):before { content: "Cantidad"; }

.buy-seat{text-align: center;}

/*//////////////  E V E N T  ///////////////*/

.legend{
  text-align:center !important;
  width:500px;
}

.seat-list{
  padding: 0;
  margin: 0;
  text-align: center;
}

/*//////////////  E N D  E V E N T  ///////////////*/

} /*//////////    Close view XS    ////////*/

.error {
    color: #F00 !important;
}

.loader {
    background-color: rgba(100, 100, 100, 0.7);
    color: #fff;
    font-size: 25px;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 706px;
    z-index: 10;
}

@media (max-width: 768px) {
.loader {
    width: 640px;
}
}

.loader p{
  color: #fff;
  text-align: center;
  margin: 0;
}

.loader img{
  display: inline-block;
  margin: 0 0 5px 0;
  width: 32px;
}
