@charset "UTF-8";
/* CSS Document */

.wrapper {
	overflow-x: hidden;
}

.fixed-top {
	z-index: 1000!important;
}


/*General*/

.title {
	background-color: #000;
}

.title2 {
	background-color: #7c7d7a;
}

/*Menú*/

#mainNav {
	background-image: url(../img/bg-nav.png);
	box-shadow: 10px 0px 10px rgba(0,0,0,0.5);
}

#mainNav .navbar-brand {
	background-color: #000000;
	margin-top: -10px;
	max-height: 80px;
	transition: all 0.3s;
	  -webkit-transition: all 0.3s;
	  -moz-transition: all 0.3s;
	  -ms-transition: all 0.3s;
}

#mainNav .navbar-brand img {
	max-width: 200px;
	width: 100%;
	content:url(../img/logo.png);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #E80609;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #ddd;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color:white;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    background-color: transparent;
	border: transparent;
  }

#mainNav.navbar-shrink  .navbar-brand {
	margin-top: -103px;
	transition: all 0.3s;
	  -webkit-transition: all 0.3s;
	  -moz-transition: all 0.3s;
	  -ms-transition: all 0.3s;
}	
	
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #E80609;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color:#fff;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color:#E80609;
  }
  #mainNav.navbar-shrink {
	  transition: all 0.5s;
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color:rgba(0,0,0,0.7);
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #00a3b4;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #ddd;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #E80609;
  }
}

@media screen and  (max-width: 992px) {
	#mainNav .navbar-brand {
		background-color: #000000;
		margin-top: -97px;
	}
}

/* Boletos */

.iframe-wrapper {
	height: 750px;
	overflow: hidden;
}

.iframe-wrapper iframe {
	position: absolute;
	width: 100%;
	height: 1050px;
	top:-300px;
}


@media screen and  (max-width: 1200px) {

	.iframe-wrapper {
		height: 750px;
		overflow: hidden;
	}

	.iframe-wrapper iframe {
		position: absolute;
		width: 100%;
		height: 1050px;
		top:-270px;
	}

}

@media screen and  (max-width: 992px) {

	.iframe-wrapper {
		height: 700px;
		overflow: hidden;
	}

	.iframe-wrapper iframe {
		position: absolute;
		width: 100%;
		height: 1000px;
		top:-300px;
	}
}

@media screen and  (max-width: 767px) {

	.iframe-wrapper {
		height: 480px;
		overflow: hidden;
	}

	.iframe-wrapper iframe {
		position: absolute;
		width: 100%;
		height: 1000px;
		top:-300px;
	}
}

@media screen and  (max-width: 576px) {

	.iframe-wrapper {
		height: 610px;
		overflow: hidden;
	}

	.iframe-wrapper iframe {
		position: absolute;
		width: 100%;
		height: 1100px;
		top:-160px;
	}
}

@media screen and  (max-width: 500px) {

	.iframe-wrapper {
		height: 610px;
		overflow: hidden;
	}

	.iframe-wrapper iframe {
		position: absolute;
		width: 100%;
		height: 1100px;
		top:-145px;
	}
}

@media screen and  (max-width: 380px) {

	.iframe-wrapper {
		height: 610px;
		overflow: hidden;
	}

	.iframe-wrapper iframe {
		position: absolute;
		width: 100%;
		height: 1100px;
		top:-130px;
	}
}

/* Nosotros */
.img-nosotros {
	overflow: hidden;
}

/* Galería */

.gallery-box {
	height: 240px;
	overflow-y: hidden;
}

.gallery-box2 {
	height: 215px;
	overflow-y: hidden;
}

.gallery-box3 {
	height: 500px;
	overflow-y: hidden;
}

.gallery-box4 {
	height: 436px;
	overflow-y: hidden;
}

@media screen and  (max-width: 1200px) {

	.gallery-box {
		height: 220px;
	}

	.gallery-box2 {
		height: 190px;
	}

	.gallery-box3 {
		height: 500px;
	}

	.gallery-box4 {
		height: 390px;
		overflow-y: hidden;
	}	
	
}

@media screen and  (max-width: 992px) {

	.gallery-box {
		height: 170px;
	}

	.gallery-box2 {
		height: 145px;
	}

	.gallery-box3 {
		height: 400px;
	}

	.gallery-box4 {
		height: 285px;
		overflow-y: hidden;
	}	
	
}

@media screen and  (max-width: 767px) {

	.gallery-box {
		height: 250px;
		overflow-y: hidden;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.gallery-box2 {
		height: 250px;
		overflow-y: hidden;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.gallery-box3 {
		height: auto;
	}

	.gallery-box4 {
		height: 250px;
		overflow-y: hidden;
		padding-top: 10px;
		padding-bottom: 10px;
	}	
	
}

/* Modal-Galería */

/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #000;
	margin: auto;
	width: 80%;
	max-width: 1200px;
}

.myImage {
	margin: 0;
	position: absolute;
	margin-top: 48vh;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	margin: 0;
	position: absolute;
	margin-top: 48vh;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	padding: 16px;
	color: white!important;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: -40px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.column {
	float: left;
	width: 25%;
	height: 150px;
	overflow-y:hidden;
}

/* Contacto */

.contacto {
	background-image: url(../img/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
		
}


