@import url('https://fonts.googleapis.com/css?family=Kameron:400,700|Raleway:300,400,600&display=swap');

body{
  font-family: 'Kameron', serif;
  color:#333;
  font-size:16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  position:relative;
  background-color:#fff;
  font-weight:400;
  overflow-x:hidden;
  padding: 0;
  margin: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
b{
  font-weight:bold;
}
body, html {
    display: block;
    position: static;
    padding: 0;
    width: 100%;
    height: 100%;
}
html{
	scroll-behavior: smooth;
}
a, button {
	color:#fff;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
p {
  font-family: 'Raleway', sans-serif;
  font-size:16px;
  font-weight: 400;
}
.btn {
  color: #fff;
  border: 0;
  border-radius: 30px;
  padding: 11px 16px;
  line-height: 1;
  font-size: 15px;
  background-color:#E6E6E6;
}
.btn-sm {
  padding: 10px 12px;
  font-size: 12px;
}
.btn-lg {
  padding: 14px 20px;
  line-height: 1;
  font-size: 17px;
}
.btn-xl {
  padding: 18px 30px;
  line-height: 1;
  font-size: 23px;
}
.btn-primary{
  color: #fff;
  background-color:#d2172f;
  box-shadow:none;
  outline:none;
}
.btn-primary:visited,
.btn-primary:not(:disabled):not(.disabled):active{
  background-color:#d2172f;
  border:inherit;
  outline:none;
  box-shadow:none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  border:none;
  color:#fff;
  box-shadow:none;
  outline:none;
  background-color:#860415;
}
.btn-primary:not(:disabled):not(.disabled):active:focus{
  box-shadow: #fff;
}
.btn-secondary,
.btn-secondary:visited,
.btn-secondary:not(:disabled):not(.disabled):active {
  color:#fff;
  background-color:#CCBB85;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
	background-color:#fff;
	color:#CCBB85;
}
.btn-third {
  background-color: #dc9868;
}
.btn-third:hover {
  color: white;
  background-color: #aa6432;

}
.btn-dark,
.btn-dark:visited,
.btn-dark:not(:disabled):not(.disabled):active {
  color:#fff;
  background-color:#666666;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
	background-color:#000;
	color:#fff;
}
header {
  background-color:#000;
  padding-bottom: 10px;
}
header.fixed{
  position:absolute;
  top:0;
  left:0;
  right:0;
  width:100%;
  z-index: 999;
  background:transparent;
}
header .topbar{
  padding:10px 0;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
header .topbar .login{
  display:flex;
  align-items: center;
  justify-content: flex-end;
  color:#fff;
}
header .topbar .login span{
  display:inline-block;
  font-size:13px;
}
header .topbar .icon-login{
  height:26px;
  display:inline-block;
  margin-left:5px;
  background-image: url('../images/icon-login.svg');
  background-size:cover;
  width:26px;
}
header .navbar .container{
  position:relative;
}
header .navbar-brand img {
  display: inline-block;
  width:auto;
  height:80px;
}
header .navbar-inner{
  display:flex;
  justify-content: space-between;
  align-items: center;
  flex-flow:row nowrap;
  width: 100%;
}
header .navbar-inner .navbar-brand{
  margin:0;
  padding:0;
}
.menu-inner {
  color: transparent;
   text-align:right;
   flex-grow:2;
   margin-bottom: 0;
}
.menu-link {
  display: inline-block;
}
.menu-link a {
  margin: auto;
  display:block;
  padding: 10px 18px;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  font-weight: 400;
  color:#fff;
  background:transparent;
  border-radius:30px;
  text-decoration: none;
}
.menu-link a:hover,
.menu-link.active a,
.menu-link.active a:hover  {
  color:#fff;
  background-color:#d2172f;
  text-decoration:none;
}

@media (max-width: 767px) {
  #menu_usuario {
    float:left !important;
  }

}

.menu-social {
  display:inline-block;
  margin-left:10px;
}
.menu-social a{
  background-color:#d2172f;
  text-decoration:none;
  border-radius:100%;
  width:36px;
  height:36px;
  padding: 9px;
  line-height: 1;
  text-align:center;
  display:inline-block;
}
.menu-social a img{
  height:100%;
}

/*Homepage banner*/
.banner{
  background-size:cover;
  background-position:center center;
  height:100vh;
  text-align:center;
  position: relative;
}
.banner-caption{
  position: absolute;
  left:50%;
  top:50%;
  width:75%;
  height:75vh;
  transform: translate(-50%,50%);
  z-index: 999;
  color:#fff;
}
.banner-caption h2{
  font-size:50px;
  margin:0;
}
.banner-caption h1{
  font-size:80px;
  font-weight:bold;
  margin:0 0 20px;
}
.title{
  position: relative;
  margin-bottom:60px;
}
.title:after{
  content:"";
  left:0;
  bottom: -15px;
  width: 70px;
  height: 5px;
  position:absolute;
  background-color:#dac991;
}
.title h2{
  color:#666666;
  font-size:28px;
  letter-spacing: -1px;
  margin:0;
}
.title h1{
  letter-spacing: -1px;
  color:#666666;
  font-size:46px;
}

/*Slider shows*/
.block-shows{
  padding:100px 0;
  position:relative;
  margin:0;
  z-index: 2;
}
.block-shows .slick-list{
  margin:0 -10px;
}
.block-shows article{
  padding:0;
  position:relative;
  margin:0 10px;
  background-color:#000;
}
.block-shows article figure{
  overflow: hidden;
  width: 100%!important;
  height: 350px;
  margin: auto;
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
}
.block-shows article figure a{
    padding-bottom: 100%!important;
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.block-shows article figure a img{
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    width: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.block-shows  article .caption{
	padding:15px;
	margin:0;
}
.block-shows article .caption .date{
	font-size:19px;
	color:#fff;
	margin-bottom:20px;
	position:relative;
}
.block-shows article .caption .date span{
  color:#dac991;
}
.block-shows article .caption .buttons{
  display: flex;
  justify-content: space-between;
}
.block-shows .slick-arrow{
  background-size:cover;
  width:25px;
  height:48px;
  position:absolute;
  top:45%;
  z-index: 99;
  text-indent: -99999px;
  border:0;
  background:transparent;
  outline: none;
  opacity:0.5;
}
.block-shows .slick-prev.slick-arrow{
  background-image: url(../images/arrow-left.svg);
  left:-40px;
}
.block-shows .slick-next.slick-arrow{
  background-image: url(../images/arrow-right.svg);
  right:-40px;
}
.block-shows .slick-arrow:hover{
 opacity: 1;
}
.block-shows .slick-prev.slick-arrow.slick-disabled{
  opacity:0.1
}
.block-shows .slick-dots{
  display:none;
}

/*About homepage*/
.block-about{
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.history{
  background-color:#F0F0F0;
}
.history .content{
  padding:60px 20px 60px 60px;
}
.history .content .title h2{
  font-size:24px;
}
.history .content .title h1{
  font-size:42px;
}
.welcome{
    top: -300px;
    position: absolute;
    height: 1000px;
    width: 970px;
    left: -30px;
    background-image: url(../images/bg_welcome.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 75% 25%;
    overflow:hidden;
}
.welcome .content{
  padding:300px 0 0 60px;
  max-width: 410px;
  color:#fff;
}
.welcome .content .title{
  margin-bottom:40px;
}
.welcome .content .title h1{
  font-size:42px;
  color:#fff;
}
.welcome .content .title:after{
  display:none;
}
.welcome .content .btn{
  margin-top:80px;
}

/*gallery homepage*/
.section-gallery{
  height: 400px;
  overflow: hidden;
  margin: 150px 0 60px;
  position: relative;
}
.section-gallery .content-button{
    position: absolute;
    z-index: 999;
    top: 50%;
    left:0;
    width:100%;
    margin-top: -30px;
    text-align: center;
}
.section-gallery .row{
  margin:0;
}
.section-gallery .row .col-12{
  padding:0;
}
.section-gallery .bg-gal1,
.section-gallery .bg-gal2,
.section-gallery .bg-gal3,
.section-gallery .bg-gal4{
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  background-position: center center;
}
.section-gallery .bg-gal1{
  background-image: url(../images/bg_gal1.jpg);
  height:400px;
}
.section-gallery .bg-gal2{
  background-image: url(../images/bg_gal2.jpg);
  height:400px;
}
.section-gallery .bg-gal3{
  background-image: url(../images/bg_gal3.jpg);
  height:200px;
}
.section-gallery .bg-gal4{
  background-image: url(../images/bg_gal4.jpg);
  height:200px;
}

/*prefooter*/
.prefooter{
  position:relative;
  padding:60px 0;
  background-color:#D0C28C;
}
.prefooter h1{
  color: #fff;
  font-size: 29px;
  letter-spacing: -1px;
  font-weight: normal;
  line-height: 1.1;
  margin:0;
  padding-right: 60px;
}
.newsletter form{
  position:relative;
  padding:10px 0 10px 60px;
}
.newsletter ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
  }
.newsletter ::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
  }
.newsletter :-ms-input-placeholder { /* IE 10+ */
	color: #fff;
  }
.newsletter :-moz-placeholder { /* Firefox 18- */
	color: #fff;
  }
.newsletter form .input-group .form-control{
  border-radius:30px;
	background-color:transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 8px 20px;
  height: auto;
  margin-right: 15px;
}
.newsletter form label.error {
  left: auto;
  right: auto;
  top: 40px;
  text-align: left;
  display: block;
}
.newsletter #mensajes .thanks {
    font-size: 13px;
    padding: 5px;
    text-align: center;
    position: absolute;
    width: 100%;
}
footer{
  padding-top:60px;
  position:relative;
  background-color:#171717;
}
footer .brand-footer img{
  height:80px;
}
footer .footer-text{
  font-size:22px;
  letter-spacing: -0.5px;
  color:#D0C28C;
}
footer .footer-text .light{
  opacity:0.5;
  color:#D0C28C;
}
footer .address-text{
  text-align:right;
  color:#fff;
}
footer .phone-text{
  margin-top:40px;
}
footer .hour-text{
  margin-top:53px;
  text-align:right;
}
footer .footer-center{
  text-align:center;
  margin:50px 0;
  padding:50px 0;
  border-top:1px solid #D0C28C;
  border-bottom:1px solid #D0C28C;
}
footer .footer-center h3{
  color:#fff;
  font-size:24px;
  margin-bottom:20px;
  font-weight:normal;
}
footer .brand{
  display:flex;
  justify-content: center; /*space-between;*/
  flex-flow: row nowrap;
  list-style: none;
  margin:0;
  padding:0;
}
footer .footer-links{
  list-style: none;
  margin:0;
  padding:0;
  text-align: left;
}
footer .footer-links li{
  display:inline-block;
  border-right: 1px solid #fff;
  margin-right: 5px;
  padding-right:10px;
}
footer .footer-links li a{
  display:block;
  color:#fff;
  opacity: 0.5;
  font-size:16px;
}
footer .footer-links li:last-child{
  border-right: 0;
  margin-right:0;
}
footer .copy{
  color:#fff;
  opacity:0.3;
  font-size:14px;
  text-align:right;
}
footer .social-icons{
  padding:0;
  list-style:none;
  display: block;
  margin:0;
  text-align: center;
}
footer .social-icons li{
  display:inline-block;
}
footer .social-icons li a{
  background-color: #d2172f;
  text-decoration: none;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  padding: 9px;
  line-height: 1;
  text-align: center;
  display: block;
}
footer .social-icons li a img {
  height: 100%;
}
footer .footer-agency{
  text-align: center;
  padding:30px 0 15px;
}
footer .footer-agency p{
  color:#999;
  font-size:14px;
  margin-bottom:5px;
}
footer .footer-agency a{
  display:inline-block;
  padding 0;
}
footer .footer-agency a img{
  height:8px;
}
footer .brand li img{
  width: 100%;
}

.banner.banner-show{
  position:relative;
  height:640px;
  overflow:hidden;
  background-color:#000;
  text-align:center;
}
.banner.banner-show .banner-img{
  background-size: cover;
  background-position: center center;
  margin:auto;
  width:auto;
  height:100%;
}

.banner.banner-show1{
  position:relative;
  height:344px;
  overflow:hidden;
  background-color:#000;
  text-align:center;
}
.banner.banner-show1 .banner-img{
  background-size: cover;
  background-position: center center;
  margin:auto;
  width:auto;
  height:100%;
}

.show-block-title{
  padding:60px 0;
}
.show-block-title .container{
  position: relative;
}
.show-cta{
  position: absolute;
  right: 15px;
  top: -92px;
}
.show-title h1 {
    letter-spacing: -1px;
    color: #777;
    font-size: 36px;
    font-weight:400;
    line-height:1.2;
    max-width: 820px;
}
.show-time{
  position: absolute;
  right: 15px;
  top:5px;
}
.show-date h2 {
  letter-spacing: -1px;
  color: #777;
  font-size: 28px;
  font-weight:400;
  vertical-align: top;
  margin-bottom:0;
}
.show-time h2 {
  letter-spacing: -1px;
  color: #777;
  font-size: 28px;
  font-weight:400;
  vertical-align: top;
  margin-bottom:0;
}
.show-date{
  position: relative;
}
/* .show-date:after{
  content:"";
  left:0;
  bottom: -15px;
  width: 70px;
  height: 5px;
  position:absolute;
  background-color:#dac991;
} */
.show-date img{
  height:40px;
  width:40px;
  display:inline-block;
  position: relative;
  top: -4px;
}
.show-time img{
  height:40px;
  width:40px;
  display:inline-block;
  position: relative;
  top: -4px;
}
.show-block-info .content-price,
.show-block-info .content-theatre,
.show-block-info .content-payment{
  padding:40px;
  background-color:#f6f6f6;
  height:100%;
}
.show-block-info .container .row .col-12{
  align-items: stretch;
}
.show-block-info h2{
  letter-spacing: -1px;
  color: #777;
  font-size: 26px;
  font-weight:400;
}
.show-block-info h2{
  margin-bottom:30px;
}
.price-list{
  margin:0;
  padding:0;
  list-style: none;
}
.price-list li{
  margin-bottom:10px;
}
.price-list li i svg{
  height: 32px;
}
.pink svg *{
  fill:#ff0066;
}
.lightblue svg *{
  fill:#00ccff;
}
.blue svg *{
  fill:#0098f7;
}
.darkblue svg *{
  fill:#000066;
}
.violet svg *{
  fill:#990099;
}
.price-list li span{
  font-family: "Raleway", sans-serif;
  color:#666;
}
.payment-method h4{
  font-family: "Raleway", sans-serif;
  color:#666;
  font-weight:600;
  font-size:18px;
}
.payment-method img{
  max-width: 100%;
  height: 30px;
  margin-bottom: 25px;
}
.payment-method p{
  font-size:14px;
}
.show-block-details{
  padding:60px 0;
}
.show-title-details h2 {
  letter-spacing: -1px;
  color: #777;
  font-size: 28px;
  font-weight:400;
  vertical-align: top;
  margin-bottom:20px;
}
.show-title-details img{
  height:40px;
  width:40px;
  display:inline-block;
  position: relative;
  top: -4px;
}
.text-details{
  padding-left:45px;
}
.text-details p{
  font-size:18px;
}
.share{
  display:flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: row wrap;
  height: 100%;
}
.share p{
  margin-bottom:0;
  padding-right:15px;
  font-size:18px;
  color:#666;
  border-right: 1px solid #ccc;
}
.share .social-icons{
  padding:0;
  list-style:none;
  display: block;
  margin:0;
  text-align: center;
}
.share .social-icons li{
  display:inline-block;
}
.share .social-icons li a{
  background-color: #d2172f;
  text-decoration: none;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  padding: 9px;
  line-height: 1;
  text-align: center;
  display: block;
}
.share .social-icons li a img {
  height: 100%;
}
.show-block-conditions{
  padding-bottom:60px;
}
.show-block-conditions .container{
  border-top:1px solid #CCBB85;
  padding-top:40px;
}
.show-block-conditions h5{
  color:#666;
}

/*Ticket process*/
.ticket-process{
  padding:30px 0 60px;
}
ul.process {
  list-style:none;
  margin:0;
  padding:0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: row nowrap;
}
ul.process li{
  width:23%;
}
ul.process li .btn{
  display: block;
  border-radius: 5px;
cursor: auto;
}
ul.process li.active .btn{
  color:#fff;
  background-color:#d2172f;
}
.process-actions{
  text-align:center;
  padding:60px 0;
}
.process-actions h2{
  color:#666;
  font-size:30px;
  margin-bottom:30px;
}
.process-actions .btn{
  margin-bottom: 10px;
}
.sectores{
  position: relative;
  margin: 30px auto;
  width: 240px;
  clear: both;
}
.sectores .txt{
  font-family: "Raleway", sans-serif;
  font-size:12px;
}
.sectores .sec-txt-1{
  border-bottom: 1px solid #ddd;
  padding: 5px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
.sectores .sec-txt-2{
  margin-bottom: 5px;
  text-align: center;
}
.sectores .sec-txt-3{
  padding:10px 0 0;
  text-align: center;
  clear: both;
}
.sector-left,
.pulman-left{
  width: 110px;
  float: left;
}
.sector-right,
.pulman-right{
  width: 110px;
  float: right;
}
.sector{
  display:block;
  margin-bottom: 2px;
  position: relative;
}
.sector input{
  visibility: hidden;
  margin: 0;
  order: -1;
  position: absolute;
  left: 0;
}
.sector span {
  position: relative;
  padding:10px;
  text-align: center;
  display: block;
  border:3px solid transparent;
  color:#fff;
  font-family: "Raleway", sans-serif;
}
.sector.pink span{
  background-color:#ff0066;
}
.sector.lightblue span{
  background-color:#00ccff;
}
.sector.blue span{
  background-color:#0098f7;
}
.sector.darkblue span{
  background-color:#000066;
}
.sector.violet span{
  background-color:#990099;
}
.sector.green span{
  background-color:#99CC33;
}
.sector input[type="radio"]:checked ~ span{
  border:3px solid #333;
  box-shadow: inset 0 -2px 1px rgba(255,255,255,1);
}
.pulman-left{
  text-align:left;
  padding-left:5px;
}
.pulman-right{
  text-align:right;
  padding-right:5px;
}
.pulman-right span,
.pulman-left span{
  padding:20px 10px;
}
.sector.vip{
  display: inline-block;
  position: relative;
}
.sector.vip span{
  width: 30px;
  height: 35px;
  margin-bottom: -8px;
  padding: 0;
  display: inline-block;
}
.sector.vip .txt{
  position: absolute;
  top: -20px;
}
.btn.pink{
  background-color:#ff0066;
}
.btn.lightblue{
  background-color:#00ccff;
}
.btn.blue{
  background-color:#0098f7;
}
.btn.darkblue{
  background-color:#000066;
}
.btn.violet{
  background-color:#990099;
}
.btn.green{
  background-color:#99CC33;
}
.block-seats {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: row nowrap;
  margin:0;
  padding:0;
  list-style: none;
  margin-left:-10px;
  margin-right:-10px;
}
.block-seats > li{
  margin:10px;
  text-align: left;
  font-family: "Raleway", sans-serif;
}
.block-seats li h5{
  font-weight:600;
  font-size:16px;
  margin-bottom:25px;
}
.references{
  width:15%;
}
.ref-list{
  list-style: none;
  margin:0;
  padding:0;
}
.ref-list li {
  margin-bottom:5px;
}
.ref-list li i{
  width:10px;
  height:10px;
  display:inline-block;
  border-radius: 100%;
  position: relative;
  top:-1px;
  margin-right:5px;
}
.ref-list li i.grey{
  background-color:#999;
}
.ref-list li i.blue{
  background-color:#00ccff;
}
.ref-list li i.green{
  background-color:#119c00;
}
.seats {
  position: relative;
  width:31%;
}
.seats h5{
  font-weight:400;
  color:#999;
}
.seat-list {
  list-style: none;
  margin:0;
  padding:0;
  display:flex;
  width:324px;
  justify-content: space-around;
  flex-flow: row wrap;
  margin: auto !important;
}
.seat-list li{
  margin:1px;
  width:25px;
  height:25px;
  position: relative;
}
.seat-list li label{
  width:25px;
  height:25px;
  display: block;
  position: relative;
}
.seat-list li label input{
  visibility: hidden;
  margin: 0;
  order: -1;
  position: absolute;
  left: 0;
}
.seat-list li label i{
  width:25px;
  height:25px;
  background-color:#00ccff;
  display:block;
}
.seat-list li label input[type="checkbox"]:checked ~ i{
  background-color:#119c00;
}
.seat-list li label input[type="checkbox"]:disabled ~ i{
  background-color:#999;
}
.seat-files {
  margin:0;
  padding:0;
  list-style: none;
  display: flex;
  flex-flow: column wrap;
  position: absolute;
  right:0;
  top:44px;
}
.seat-files li{
  height:25px;
  text-align:right;
  line-height:23px;
  margin-bottom:2px;
}
.seats-sector-left h5{
  text-align:right;
}
.seats-sector-right h5{
  text-align:left;
}
.selection{
  width:23%;
}
.selection-list {
  margin:0;
  padding:0;
  list-style: none;
}
.selection-list > li{
  padding:5px;
  margin-bottom:2px;
}
.selection-list > li:nth-child(odd) {
  background-color: #f9f9f9;
}
.selection-list > li:nth-child(even) {
  background-color: #f0f0f0;
}

.selection-list > li .btn-delete{
  padding:0;
  border-radius:0;
  background:transparent;
  margin:5px 0 5px;
  float:right;
}
.selection-list > li .btn-delete img{
  width:16px;
}
.total-price{
  padding: 10px 0;
  text-align: right;
  font-size:18px;
}
.total-price-seguro{
    padding: 10px 0;
    text-align: right;
    font-size:18px;
}
.data-expire{
  text-align: right;
  margin-bottom: 10px;
  font-family: "Raleway";
}
.payment-methods{
  margin-bottom:30px;
}
.payment-methods h5{
  font-family: "Raleway", sans-serif;
  font-size:18px;
  font-weight:400;
  margin-bottom:20px;
}
.payment-methods img.mp{
  margin-bottom:20px;
  max-width: 100%;
}
.payment-methods p{
  font-size:14px;
}
.final-price{
  margin-bottom:30px;
  font-size:20px;
}
.show-block-info .content-payment{
  margin-top:30px;
}
/*Responsive*/
@media (max-width:1440px){
  .banner.banner-show {
    height: 500px;
  }
}
@media (max-width:1199px){
  .banner-caption h2 {
    font-size: 42px;
  }
  .banner-caption h1 {
    font-size: 66px;
  }
  .block-shows article figure {
    height: 300px;
  }
  .block-shows .slick-next.slick-arrow {
    right: -30px;
  }
  .block-shows .slick-prev.slick-arrow {
    left: -30px;
  }
  .title h1 {
    font-size: 40px;
  }
  .title h2 {
    font-size: 24px;
  }
  .welcome {
    top: -180px;
    height: 738px;
    width: 569px;
  }
  .welcome .content {
    padding: 175px 0 0 60px;
  }
  .history .content .title h1 {
    font-size: 36px;
  }
  .welcome .content .title h1 {
    font-size: 36px;
  }
  .section-gallery {
    height: 340px;
  }
  .section-gallery .bg-gal1,
  .section-gallery .bg-gal2 {
    height: 340px;
  }
  .section-gallery .bg-gal3,
  .section-gallery .bg-gal4 {
    height: 170px;
  }
  .prefooter h1 {
    padding-right:0;
  }
  .history .content {
    padding: 60px 30px 60px 40px;
  }
  .section-gallery {
    margin: 90px 0 80px;
  }
  footer .footer-text {
    font-size: 20px;
  }
  footer .footer-links li a {
    font-size: 14px;
  }
  footer .copy {
    font-size: 12px;
  }
  footer .footer-center {
    margin: 30px 0;
    padding: 30px 0;
  }
  .banner.banner-show {
    height: 480px;
    padding-top: 60px;
  }
  .show-title h1 {
    font-size: 32px;
    max-width: 700px;
  }
  .show-time h2,
  .show-date h2,
  .show-title-details h2 {
    font-size: 24px;
  }
  .show-time img,
  .show-date img,
  .show-title-details img {
    height: 32px;
    width: 32px;
    top: -2px;
  }
  .show-block-info h2 {
    font-size: 22px;
  }
  .show-block-info .content-price,
  .show-block-info .content-theatre,
  .show-block-info .content-payment {
    padding: 25px;
  }

  .text-details{
    padding-left:38px;
  }
  .text-details p {
    font-size: 16px;
  }
  ul.process li .btn.btn-xl {
    padding: 18px 20px;
    font-size: 19px;
  }
}
@media (max-width:991px){
  .block-seats > li{
    margin: 10px auto;
  }
  header .navbar{
    padding:0;
  }
  header .navbar-brand img{
    height:65px;
  }
  .menu-link a {
    font-size: 14px;
  }
  .menu-social a {
    width: 34px;
    height: 34px;
    padding: 8px;
  }
  .welcome {
    left:-15px;
  }
  .welcome .content {
    max-width: 370px;
  }
  .section-gallery {
    margin: 60px 0 80px;
  }
  .prefooter h1 {
    font-size: 22px;
  }
  .block-shows article {
    margin: 0 5px;
  }
  .newsletter form {
    padding: 0;
  }
  .block-shows .slick-arrow {
    width: 19px;
    height: 36px;
  }
  .block-shows article figure {
    height: 230px;
  }
  .block-shows article .caption .buttons .btn {
    padding: 10px 11px;
  }
  .block-shows article .caption .date {
    font-size: 17px;
    text-align: center;
  }
  footer .brand-footer img {
    height: 65px;
  }
  footer .footer-text {
    font-size: 16px;
  }
  footer .footer-center h3 {
    font-size: 20px;
  }
  footer .brand li{
    width:20%;
    padding:0 10px;
  }
  footer .brand li img{
    width: 100%;
  }
  footer .footer-links li a {
    font-size: 11px;
  }
  footer .footer-agency {
    padding: 15px 0 15px;
  }
  .welcome {
    height: 738px;
    width: 400px;
  }
  .banner.banner-show {
    height: 370px;
    padding-top: 60px;
  }
  .show-title h1 {
    font-size: 28px;
    max-width: 475px;
  }
  .show-time h2, .show-date h2, .show-title-details h2 {
    font-size: 20px;
  }
  .show-block-info .content-price, .show-block-info .content-theatre, .show-block-info .content-payment {
    padding: 20px;
  }
  .show-block-info .content-payment, .content-theatre{
    margin-top:30px;
  }
  .show-block-info h2 {
    font-size: 20px;
  }
  .share {
    height:auto;
  }
  .share p{
    border: 0;
    padding: 0;
    margin-bottom: 10px;
  }
  ul.process li {
    width: 24%;
  }
  ul.process li .btn.btn-xl {
    padding: 18px 8px;
    font-size: 17px;
  }
  .block-seats {
    flex-flow: row wrap;
    margin-left:0;
    margin-right:0;
  }
  /* .references {
    width: 35%;
    margin:0;
  } */
  .references {
    width: 100%;
    margin:0;
    margin-bottom:40px;
    text-align:center!important;
    padding:10px;
    background-color:#f9f9f9;
  }
  .selection {
    width: 100%;
    margin:0;
    margin-top:30px;
  }
  .seats {
    width: 50%;
    margin:0;
  }
  .data-expire{
    text-align:center;
  }
}
@media (max-width:767px){
  header .navbar-brand img {
    height: 45px;
  }
  .menu-link a {
    font-size: 13px;
    padding: 7px 5px;
  }
  .menu-social{
    position: absolute;
    top: -54px;
    right: 15px;
  }
  .menu-social a {
    width: 27px;
    height: 27px;
    padding: 5px;
  }
  header .topbar{
    border-bottom: 1px solid #666;
    margin-bottom:10px;
  }
  header .topbar .login{
    justify-content: flex-start;
  }
  header .topbar .login span{
    order:2;
  }
  header .topbar .icon-login {
    width: 27px;
    height: 27px;
    order:1;
    margin-left: 0;
    margin-right: 8px;
  }
  header .topbar .login {
    position: relative;
  }
  .banner-caption h2 {
    font-size: 38px;
  }
  .banner-caption h1 {
    font-size: 54px;
  }
  .block-shows {
    padding: 40px 0 30px;
  }
  .title {
    text-align: center;
  }
  .title:after {
    left: 50%;
    margin-left: -35px;
  }
  .welcome{
    width: 100%;
    position: relative;
    height: auto;
    left: auto;
    top:auto;
  }
  .history .content{
    padding:40px;
    text-align:center;
  }
  .welcome .content{
    max-width:inherit;
    text-align:center;
    padding:40px;
  }
  .section-gallery{
    height:600px;
    margin-bottom:0;
  }
  .section-gallery .bg-gal1,
  .section-gallery .bg-gal2 {
    height: 300px;
  }
  .section-gallery .bg-gal3,
  .section-gallery .bg-gal4 {
    height: 150px;
  }
  .section-gallery .content-button {
    margin-top: -22px;
  }
  .prefooter {
    padding: 40px 0;
    text-align: center;
  }
  .prefooter h1{
    margin-bottom:30px;
  }
  footer {
    padding-top: 30px;
    text-align: center;
  }
  footer .phone-text,
  footer .address-text,
  footer .hour-text{
    text-align: center;
    margin:5px 0;
    font-size: 16px;
  }
  footer .brand-footer{
    margin-bottom:20px;
  }
  footer .footer-center h3 {
    font-size: 16px;
  }
  footer .copy{
    text-align:center;
    margin-top:10px;
  }
  footer .footer-center {
    margin: 15px 0;
    padding: 20px 0;
  }
  footer .footer-links li a {
    font-size: 13px;
  }
  footer .social-icons {
    text-align: right;
  }
  footer .social-icons li a {
    width: 27px;
    height: 27px;
    padding: 5px;
  }
  footer .footer-agency {
    padding: 0 0 15px;
  }
  footer .footer-agency p{
    display: none;
  }
  .banner.banner-show {
    height: 356px;
    padding-top: 120px;
  }
  .show-block-title {
    padding: 60px 0 30px;
    /*padding: 120px 0 30px;*/
  }
  .show-cta {
    right:0;
    width:100%;
    text-align:center;
  }
  .show-title{
    text-align: center;
    width: 100%;
    margin-bottom:20px;
  }
  .show-time {
    top:auto;
    bottom: 0;
  }
  .show-date:after{
    display:none;
  }
  .show-block-info .content-price, .show-block-info .content-theatre, .show-block-info .content-payment{
    text-align: center;
    border-bottom: 15px solid #fff;
    margin:0;
  }
  .show-title-details {
    text-align: center;
  }
  .text-details {
    padding-left: 0;
    text-align: center;
  }
  .share {
    margin-top: 20px;
  }
  .share p {
    margin-bottom:0;
  }
  .show-block-conditions p{
    font-size:14px;
  }
  ul.process {
    flex-flow: row wrap;
  }
  ul.process li {
    width: 47%;
    margin-bottom: 10px;
  }
  .block-seats {
    flex-flow: row wrap;
    margin-left:0;
    margin-right:0;
  }
  
  .references h5{
    margin-bottom:10px!important;
  }
  .selection {
    width: 100%;
    margin:0;
  }
  .selection h5{
    text-align:center!important;
    margin-bottom:10px!important;
  }
  .seats {
    width: 360px;
    margin: 30px auto!important;
  }
  .ref-list {
    display:flex;
    justify-content: center;
    flex-flow: row nowrap;
  }
  .ref-list li{
    font-size:14px;
    margin:0;
    margin-right:20px;
  }
  .total-price{
    text-align:center;
  }
}
@media (max-width:576px){
  
  header .navbar-inner {
    justify-content: center;
    flex-flow: column wrap;
  }
  .menu-inner {
    text-align: center;
    margin: auto;
    margin-top:10px;
    width: 100%;
    padding: 0;
  }
  .banner-caption {
    width: 100%;
    height: 90vh;
  }
  .banner-caption h2 {
    font-size: 24px;
  }
  .banner-caption h1 {
    font-size: 36px;
  }
  .block-shows .shows{
    max-width: 280px;
    margin:auto;
  }
  .block-shows .slick-next.slick-arrow {
    right: -40px;
  }
  .block-shows .slick-prev.slick-arrow {
    left: -40px;
  }
  .block-shows article{
    margin:0;
  }
  .block-shows article figure {
    height: 360px;/*antes 300*/
  }
  .history .content .title h1 {
    font-size: 30px;
  }
  .welcome .content .title h1 {
    font-size: 24px;
  }
  .history .content,
  .welcome .content{
    padding:40px 20px;
  }
  .section-about .col-xs-12{
    padding-left:0;
    padding-right:0;
  }
  .welcome .content .btn {
    margin-top: 15px;
  }
  .section-gallery {
    height: 300px;
  }
  .section-gallery .col-12{
    padding-left:0;
    padding-right:0;
  }
  .section-gallery .bg-gal1,
  .section-gallery .bg-gal2 {
    height: 150px;
  }
  .newsletter form .input-group{
    flex-flow: column wrap;
    justify-content: center;
    align-items: inherit;
  }
  .newsletter form .input-group .form-control{
    width:100%;
    max-width:280px;
    margin:auto;
    margin-bottom:10px;
    text-align:center;
  }
  footer .brand-footer img {
    height: 45px;
  }
  footer .brand {
    flex-flow: row wrap;
  }
  footer .brand li {
    width: 33%;
    max-width: 160px;
    padding: 0 10px;
    margin: auto;
  }
  footer .footer-links{
    text-align:center;
  }
  footer .footer-links li:last-child {
    padding-right: 0;
  }
  footer .social-icons {
    text-align: center;
    margin: 14px 0;
  }
  .banner.banner-show {
    height: 300px; /*antes 260*/
    padding-top: 160px; /*antes 130*/
  }
  .show-date{
    text-align: center;
    margin-bottom:20px;
  }
  .show-time{
    position: relative;
    top: auto;
    width: 100%;
    right:auto;
    text-align: center;
  }
  .show-date img,
  .show-time img,
  .show-title-details .info img{
    display:block;
    margin:auto;
    margin-bottom:5px;
  }
  .show-cta{
    top: -84px;
  }
  .show-cta .btn-xl {
    padding: 14px 30px;
    line-height: 1;
    font-size: 20px;
  }
  .process-actions h2{
    font-size:24px;
  }
  ul.process li .btn.btn-xl {
    padding: 14px 5px;
    font-size: 15px;
  }
  .seat-list {
    width: 310px;
    /* margin: 0% 4% !important; */
  }
  .seat-list li,
  .seat-list li label,
  .seat-list li label i{
    width: 18.5px;
    height: 18.5px;
  }
  .seat-files li {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
  }
  .ref-list li {
    margin: 6px;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-flow: column wrap;
    line-height: 1.2;
}
  .ref-list {
    display: flex;
    justify-content: center;
    flex-flow: row nowrap;
    align-items: baseline;
  }
  .ref-list li i {
    margin: auto!important;
    margin-bottom:5px!important;
  }
  .ref-list li span{
    display: none;
  }
  .references h5{
    display:none;
  }
}

.escenario{
  width:370px; 
  background-color: black; 
  color:#FFF; 
  text-align:center; 
  height: 50px; 
  padding-top:10px;
}

.escenariomb{
  background-color: black; 
  color:#FFF;
}

/* columnas ubicaciones  */
.liColumnaUbicaciones{
  position: relative; 
}



.pasilloIzquierda{
  font-family: Raleway, sans-serif; 
  width:10px;  
  word-wrap: break-word;   
  text-align:center; 
  position: absolute; 
  left: 360px; 
  top: 0px; 
  height: 250px; 
  padding: 5px 20px 0px 10px; 
  
}

.pasilloDerecha{
  font-family: Raleway, sans-serif;  
  width:10px;  
  word-wrap: break-word;   
  text-align:center; 
  position: absolute; 
  left: -60px; 
  top: 0px; 
  height: 250px; 
  padding: 5px 20px 0px 10px; 
    
}


/* .bs-wizard {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; width: 25%;}
.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: #d2172f; 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: #860415; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {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: #d2172f;}
.bs-wizard > .bs-wizard-step > .progress.active > .progress-bar {
  background: linear-gradient(to right, #d2172f 50%, #f5f5f5 50%);
}
.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: #f5f5f5;}
.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*/


@media (max-width:767px){
  .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {font-size: 10px;}
  .bs-wizard > .bs-wizard-step > .bs-wizard-dot{top: 40px;}
  .liColumnaUbicaciones{
    position: relative; 
    text-align: left !important;    
    overflow: hidden;
    width: 100%;
  }

  .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    top: 40px;
  }

  /* .pasilloIzquierda{
    font-family: Raleway, sans-serif; 
    width:10px;  
    word-wrap: break-word;   
    text-align:center; 
    position: absolute; 
    top: 0px; 
    height: 250px; 
    padding: 5px 20px 0px 10px;    
    left: 425px!important; 
  } */

  .pasilloIzquierda{
    right: 0% !important;
    padding: 0px !important;
    left: 92% !important;
  }

  .pasilloDerecha{
    font-family: Raleway, sans-serif;  
    width:10px;  
    word-wrap: break-word;   
    text-align:center; 
    position: absolute; 
    left: -11px; 
    top: 0px; 
    height: 250px; 
    padding: 5px 20px 0px 10px;    
   
  }
}