/*-------- Banner --------------*/

.banner, .banner .item {
	background: #000;
	position: relative;
	width: 100%;
	height: 575px;
	z-index: 1;
}


.banner-Sub_banner_superior_esquerdo, .banner-Sub_banner_superior_esquerdo .item, .banner-Sub_banner_superior_direito, .banner-Sub_banner_superior_direito .item, .banner-Sub_banner_esquerdo, .banner-Sub_banner_esquerdo .item, .banner-Sub_banner_direito, .banner-Sub_banner_direito .item {
	height: 275px;
}

.banner-Sub_banner_inferior, .banner-Sub_banner_inferior .item {
	height: 325px;
}

.banner a:hover, .banner a:focus {
	text-decoration: none !important;
}

@media screen and (max-width: 1150px) {
	.banner, .banner .item {
		height: 300px;
	}

	.banner-Sub_banner_inferior, .banner-Sub_banner_inferior .item {
		height: 325px;
	}

	.banner-Sub_banner_inferior, .banner-Sub_banner_inferior .item {
		height: 173px !important;
	}

}

@media screen and (max-width: 992px) {
	.banner, .banner .item {
		height: 300px;
	}

}

@media screen and (max-width: 640px) {
	.banner-Sub_banner_inferior, .banner-Sub_banner_inferior .item {
		height: 158px !important;
	}

}

@media screen and (max-width: 640px) {
	.banner, .banner .item {
		height: 300px;
	}
}

@media screen and (max-width: 570px) {
	.banner, .banner .item {
		height: 300px;
	}
	.banner .arrows {
    opacity: .0;
	}
}

@media screen and (max-width: 450px) {
	.banner, .banner .item {
		height: 300px;
	}
}

@media screen and (max-width: 421px) {
	.banner, .banner .item {
		height: 300px;
	}
}

@media screen and (max-width: 350px) {
	.banner, .banner .item {
		height: 300px;
	}
}
@media screen and (max-width: 300px) {
	.banner, .banner .item {
		height: 250px;
	}
}

.banner .cycle-slideshow {
	height: 100%;
}

.banner .item {
	padding: 0;
	margin: 0;
}

.carousel-caption {
	bottom: inherit;
	top: 50%;
  transform: translate(0, -50%);
	padding: 15px !important;
	text-align: inherit;
}

.banner h3, .banner p {
	font-weight: normal;
	margin: 0;
}

.banner h3 {
	margin-top: 10px;
	border: none;
	font-weight: 300;
}

.banner p {
	line-height: 1em;
	margin-top: 15px;
	font-weight: lighter;
}

.banner .btn {
	margin-top: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
	padding-left: 60px;
	padding-right: 60px;
	transition: all .3s ease-in-out 0s;
}

.banner .btn:hover {
	opacity: .6;
}

.banner .control-banner {
	position: absolute;
	bottom: 5%;
	z-index: 1000;
	width: 100%;
	text-align: center;
}

.banner .control-banner span {
	text-indent: -999999px;
	font-size: 0em;
	background: none;
	border: 1px solid #fff;
	border-radius: 500px;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	padding: 8px;
	margin: 0 5px;
	cursor: pointer;
}

.banner .control-banner span.cycle-pager-active {
	background: #fff;
}

.banner .arrows {
	position: absolute;
	top: 0;
	z-index: 1000;
	width: 100%;
	top: 47%;
}

.banner .arrows .banner-prev, .banner .arrows .banner-next {
	width: 10%;
	min-width: 100px;
	position: absolute;
	color: #fff;
	font-size: 0px;
}

.banner .arrows .banner-prev::focus, .banner .arrows .banner-next::focus {
	text-decoration: none;
	background: none;
}

.banner .arrows .banner-prev:before, .banner .arrows .banner-next:before {
	font-size: 50px;
	text-shadow: 0 0 5px rgba(0,0,0,.7);
}

.banner .arrows .banner-prev:hover, .banner .arrows .banner-next:hover {
	opacity: .5;
}

.banner .arrows .banner-prev {
	left: 0;
	margin-left: 30px;
}
.banner .arrows .banner-next {
	right: 0;
	margin-right: 30px;
	text-align: right;
}

.featured-image-banner {
	z-index:5;
	position: absolute;
	top:0;
	left:0;
	background-size: cover;
	width:100%;
	height:100%;
}

/**** Banner Background video */

.the-video {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.the-video-inside,
.the-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  .the-video-inside { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .the-video-inside { width: 300%; left: -100%; }
}

@media (min-width: 641px) {
	.mobile-banner {
		display: none !important;
	}
}
@media (max-width: 640px) {
	.control-banner-mobile, .computer {
		display: none !important;
	}
}
