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

/**/
.full-width{
  width: 100%;
}

.modal-login{
	z-index: 9999 !important;
	font-family: 'Kameron', serif;
  	color:#333;

}
.modal-content{
	border-radius: unset;
}


.modal-header{
	border: none !important;
}

.fondogris1{
	background-color: #F2F2F2;
}

.fondogris2{
	background-color: #E0E0E0;
}


.modal-login .modal-dialog {
    max-width: 400px;
    text-align: center;
}


.modal-login .modal-header h4 {
    color: #333;
    font-weight: 700;
    margin: 0;
    font-size: 20px;
}

.modal-login .modal-body p {
    color: #333;
    font-weight: 700;
    margin: 0;
    font-size: 12px;
}

.modal-login .form-group {
    margin-bottom: 10px;
}

.modal-login .form-group a{
    color: #3BA4DF;
}

.modal-login .form-group label {
    font-weight: 400;
    font-size: 16px;
    color: #666;
    margin-bottom: 2px;
}
.modal-login .form-group span {
	position: absolute;
	margin-left: 10px;
	margin-top: 9px;
	height: 25px;
	display: flex;
	align-items: center;
	color: #BDBFC1;
}
.modal-login .form-group .form-control {
    padding: 15px;
    text-align: left;
    background-color: #FEFEFE; /* #EBE8ED;*/
    border-radius: 0;
    border: 1px solid #C7C9CB;
    height: 44px;
    box-shadow: none;
	padding-left: 30px;
}

.modal-login .form-group .form-control:focus {
    border-color: #999;
}

.modal-login .modal-footer {
    border-top: none;
    text-align: center;
    padding: 0px 30px;
}

.modal-login .modal-footer .btn {
    display: block;
    width: 100%;
    background-color: #de3636;
    color: #fff;
}

.sectores label:hover{
  cursor: pointer;
}

.seat-list label:hover{
  cursor: pointer;
}

.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}

/* ---------------------------- */

/* ---------------------------- */

/*

.modal-login .modal-dialog {
    max-width: 300px;
    text-align: center;
}

.modal-content {
    border-radius: 0;
}

.modal-login .modal-header {
    border-bottom: 0;
    position: relative;
}

.modal-login .modal-header .close {
    font-size: 34px;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 0px;
    opacity: 0.5;
}

.modal-login .modal-header h4 {
    color: #333;
    font-weight: 700;
    margin: 0;
    font-size: 20px;
}

.modal-login .modal-body {
    padding: 0 20px;
}

.modal-login .form-group {
    margin-bottom: 10px;
}

.modal-login .form-group label {
    font-weight: 400;
    font-size: 16px;
    color: #666;
    margin-bottom: 2px;
}

.modal-login .form-group .form-control {
    padding: 15px;
    text-align: left;
    background-color: #EBE8ED;
    border-radius: 0;
    border: 1px solid transparent;
    height: 44px;
    box-shadow: none;
}

.modal-login .form-group .form-control:focus {
    border-color: #999;
}

.modal-login .modal-footer {
    border-top: none;
    text-align: center;
    padding: 15px 20px;
}

.modal-login .modal-footer .btn {
    display: block;
    width: 100%;
    background-color: #de3636;
    color: #fff;
}

#botoncambiarcliente{
    background-color: #de3636;
    color: #fff;
}

.modal-login .modal-footer .link-forgot {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
    display: block;
}


*/

/**/

.separador-texto-histioria{
	margin-top: 150px;
}

.welcome1{
  top: -300px;
  position: absolute;
  height: 1000px;
  width: 970px;
  left: -30px;
  background-image: url(../images/bg_teatro.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow:hidden;
}
.welcome-historia{
	top: -100px !important;
}

/**/
.welcome-historia .content{
  padding:100px 0 0 60px !important;

}

.welcome1 .content{
  padding:300px 0 0 60px;
  max-width: 410px;
  color:#fff;
}

.welcome1 .content .title{
  margin-bottom:40px;
}
.welcome1 .content .title h1{
  font-size:42px;
  color:#fff;
}
.welcome1 .content .title:after{
  display:none;
}
.welcome1 .content .btn{
  margin-top:80px;
}


.welcome2{
  top: -300px;
  position: absolute;
  height: 450px;
  width: 970px;
  left: -30px;
  background-image: url(../images/bg_teatro1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow:hidden;
}
.welcome2-historia{
	top: 100px !important;
}
.welcome2 .content{
  padding:60px 0 0 60px;
  max-width: 410px;
  color:#fff;
}

.welcome2 .content .title{
  margin-bottom:40px;
}
.welcome2 .content .title h1{
  font-size:42px;
  color:#fff;
}
.welcome2 .content .title:after{
  display:none;
}
.welcome2 .content .btn{
  margin-top:80px;
}


.evento-separacion{
	margin-bottom: 40px;
}
/* contacto*/

.contact-info {
    text-align: center;
}
.contact-details{
	margin:0;
	padding:0;
	text-align:center;
	list-style:none;
}
.contact-info img {
    height: 100px;
    display: block;
    margin: auto;
    margin-top: 15px;
}
.contact-info span {
    display: block;
    margin: 20px 0;
    font-size: 18px;
    letter-spacing: -1px;
}
.contact-form {
	margin-top:40px;
	margin-bottom:40px;
}
.contact-form h2 {
	margin-bottom:35px;
}
.formContacto  input{
	height:42px;
	padding:10px;
	font-size:16px;
	font-weight:400;
}
.formContacto  input,
.formContacto  textarea{
	border-radius:0;
	box-shadow:none;
	background-color:#eee; /*eee*/
	color:#333;

}
.formContacto  input:focus,
.formContacto  select:focus,
.formContacto  textarea:focus,
.formContacto  input:active,
.formContacto  select:active,
.formContacto  textarea:active{
	box-shadow:none;
	border-color:#ddd;
}
.formContacto .form-group {
	margin-bottom:25px;
	position:relative;
}
.form_hint {
	font-size: 11px;
}
.formContacto input:required, .formContacto select:required,
.formContacto textarea:required {
	background: #eee url(../images/red_asterisk.png) no-repeat 98% center;
}
.formContacto input:required:valid, .form textarea:required:valid {
	background: url(../images/valid.png) no-repeat 98% center;
	background-color: #eee;
}
.formContacto input:focus:invalid,
.formContacto textarea:focus:invalid {
	background: url(../images/invalid.png) no-repeat 98% center;
	background-color: #eee;
}
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999;
	position: absolute;
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.formContacto input:focus + .form_hint {display: inline;}
.formContacto input:required:valid + .form_hint {background: #28921f;}
.formContacto input:required:valid + .form_hint::before {color:#28921f;}
#mensajes .thanks {
	font-size:18px;
	padding:10px;
	text-align:center;
	border-radius:4px;
	color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-weight: 600;
	background-color: #89C04A;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
#mensajes .thanks_error {
	font-size: 14px;
    padding: 6px;
    line-height: 120%;
	text-align:center;
	border-radius:4px;
	color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-weight: 700;
	background-color:#C35F63;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
.working {
	margin-bottom:20px;
	font-family: "Open Sans",sans-serif;
	font-size: 18px;
	padding: 10px;
	text-align: center;
	border-radius: 4px;
	color: #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight: 600;
	background-color: #ddd;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.2);
}
label.error {
	font-size: 13px;
	color: red;
	font-weight:300;
	position: absolute;
	left: 0;
	margin-top:3px;
}
.formContacto input.error, .form  textarea.error {
	color:#e9322d;
	border-color:#e9322d;
	background-color:#F5E0E0;
}
.formContacto input.valid, .form  textarea.valid {
	border-color:#85B200;
}
#contact{
	text-align:center;
}

/* mapa */
.section-map .map {
    width: 100%;
    height: 400px;
    border: 0px solid #ddd;
}

@media (max-width:1199px){

  .welcome1 {
    top: -180px;
    height: 838px; /*738px;*/
    width: 569px;
  }
  .welcome1 .content {
    padding: 175px 0 0 60px;
  }
  .history .content .title h1 {
    font-size: 36px;
  }
  .welcome1 .content .title h1 {
    font-size: 36px;
  }


  .welcome2 {
    top: -180px;
    height: 838px; /*738px;*/
    width: 569px;
  }
  .welcome2 .content {
    padding: 175px 0 0 60px;
  }

  .welcome2 .content .title h1 {
    font-size: 36px;
  }

}

@media (max-width:991px){

  .welcome1 {
    left:-15px;
  }
  .welcome1 .content {
    max-width: 370px;
  }
  .welcome2 {
    left:-15px;
  }
  .welcome2 .content {
    max-width: 370px;
  }

  .welcome1 {
    height: 738px;
    width: 400px;
  }
  .welcome2 {
    height: 738px;
    width: 400px;
  }

}

@media (max-width:767px){

  .welcome1{
    width: 100%;
    position: relative;
    height: auto;
    left: auto;
    top:auto;
  }


  .welcome1 .content{
    max-width:inherit;
    text-align:center;
    padding:40px;
  }

  .welcome-historia .content{
	  padding: 40px !important;

  }

  .welcome2{
    width: 100%;
    position: relative;
    height: auto;
    left: auto;
    top:auto;
	  margin-top: -150px;
  }

  .welcome2 .content{
    max-width:inherit;
    text-align:center;
    padding:40px;

  }

  .separador-texto-histioria{
	margin: 0px 0px !important;
	}

}

@media (max-width:576px){

  .welcome1 .content .title h1 {
    font-size: 24px;
  }
  .history .content,
  .welcome1 .content{
    padding:40px 20px;
  }


  .separa-top-movile{
		margin-top: 100px;

  }

  .welcome2 .content .title h1 {
    font-size: 24px;
  }
  .history .content,
  .welcome2 .content{
    padding:40px 20px;
  }


}
