
/** container do video ao vivo **/
.aovivo-area {
	background-color: #1e1e1e;
}
.video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* Proporção 16:9 */
	height: 0;
	overflow: hidden;
	max-width: 1140px;
	margin: 0 auto;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.aovivo-actions {
	text-align: center;
	padding: 30px 0;
}
.aovivo-actions .header {
	color: #fe7c36;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 2rem;
	vertical-align: middle;
	padding: 0 40px;
}
.aovivo-actions .buttom {
	display: inline-block;
}
.aovivo-actions .buttom a {
	background: #fe7c36;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 25px;
	display: inline-block;
	font-size: 1.3rem;
}
.aovivo-actions .buttom a:hover {
	background: #1b5728;
}

/*
	Estilo do Banner
========================================================================== */
.internal-content .banner-area {

}

.banner-area .nav-banners {
	position: relative;
	bottom: 0px;
}

.nav-banners .carousel-indicators {
	position: relative;
	margin: 0;
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 10px;
	padding: 0;
	margin-right: initial;
	margin-left: initial;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: initial solid transparent;
	border-bottom: initial solid transparent;
	border-right: 3px solid #fff;
	opacity: 1;
	transition: opacity 0.6s ease;
	background-color: #1B5728;

	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.carousel-indicators [data-bs-target].active {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 20px;
	padding: 0;
	margin-right: initial;
	margin-left: initial;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: initial solid transparent;
	border-bottom: initial solid transparent;
	border-right: 3px solid #fff;
	opacity: 1;
	transition: opacity 0.6s ease;
	background-color: #FE7C36;
}


.app-area {
	margin-top: 200px !important;
	margin-bottom: 200px !important;
}
.phone {
	margin-top: -8%;
	margin-bottom: -8%;
}



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

}






