/* Banner */

.slider_banner {
	position: relative;
}
.slider_banner ._box {
	position: absolute;
	left: 10%;
	top: 20%;
	bottom: 20%;
}
.slider_banner ._box ._titulo {
	font-size: 36px;
	line-height: 40px;
	color: #003B61;
	width: 350px
}
.slider_banner ._box .btn-conheca {
	background: url(/assets/img/btn-seta.png) no-repeat right center;
	background-color: #8db2c680;
	color: #FFF;
	display: inline-block;
	padding: 8px 15px;
	width: 100%;
	margin-top: 40px;
	max-width: 200px;
}
.slider_banner ._box .btn-conheca:hover {
	background-color: #FFF;
	text-decoration: none;
	color: #003B61
}
.owl-theme .owl-nav {
	width: 100%;
	margin-top:0;
}
.owl-theme.slider_banner .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    right: 5%;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 26px;
    margin-top: -150px;
}
.owl-theme.slider_banner .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	right: 5%;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 26px;
	margin-top: -10px
}
.owl-theme.slider_banner .owl-nav .owl-prev:hover,
.owl-theme.slider_banner .owl-nav .owl-next:hover {
	background: transparent
}
.owl-theme.slider_banner .owl-dots {
	position: absolute;
    top: 0;
	right: 5%;
	justify-content: center;
    display: flex;
    flex-direction: column;
    width: 12px;
    font-size: 26px;
    margin-right: 8px;
}
.owl-theme.slider_banner .owl-dots .owl-dot{
    margin-top: 10px;
}
.owl-theme.slider_banner .owl-dots .owl-dot span {
	background: transparent;
	border: 1px solid #FFF;
	width: 12px;
	height: 12px;
	margin: 0px;
}
.owl-theme.slider_banner .owl-dots .owl-dot.active span {
	background: #FFF;
	border: 1px solid #FFF;
}
.owl-theme.slider_banner .owl-dots .owl-dot {
	display: block;
}

.solucoes_ctn {
	padding: 40px 0 14px 0;
	background: url(../../img/bg_solucoes.jpg) repeat-y top center;
	color: #FFF;
}
.solucoes_ctn h1{
	margin:0 0 15px 0;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.solucoes_ctn h2{
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 14px;
	font-weight: normal;
}
.solucoes_ctn ._solucao{
	margin-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
}
.solucoes_ctn ._solucao img {
	margin: 0 auto 15px auto;
}

.economia_ctn_orcamento_ctn {
	padding: 80px 0;
	background: url(../../img/bg_orcamento.jpg) no-repeat top center;
	background-size: cover;
}
.economia_ctn > div {
	background: #FFF;
	border-radius: 6px;
	overflow: hidden;
	margin-left: 30px;
	margin-right: 30px;
	min-height: 420px;
}
.economia_ctn ._header{
	padding:15px 15px 0;
	background: #fff;
}
.economia_ctn h1{
	margin:0 0 15px 0;
	font-size: 24px;
	font-weight: bold;
	color: #e9a418;
	text-transform: uppercase;
}
.economia_ctn h1 span{
	display: block;
	font-size: 33px;
}
.economia_ctn h2{
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: normal;
}
.economia_ctn span._anos {
	color: #e8a418;
}
.economia_ctn span._valor_1,
.economia_ctn span._valor_2,
.economia_ctn span._valor_3,
.economia_ctn span._valor_4 {
	color: #579e9f;
}
.economia_ctn ._valores .input-group{
	width: 150px;
	margin: auto;
}
.economia_ctn ._valores .input-group-addon{
	background: #363636;
    color: #FFF;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
}
.economia_ctn ._line_anos{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}

.orcamento_ctn > div {
	background: #FFF;
	border-radius: 6px;
	overflow: hidden;
	margin-left: 30px;
	margin-right: 30px;
	min-height: 420px;
}
.orcamento_ctn ._header{
	padding:15px 15px 0;
	background: #fff;
}
.orcamento_ctn h1{
	margin:18px 0 15px 0;
	font-size: 24px;
	font-weight: bold;
	color: #e9a418;
	text-transform: uppercase;
}
.orcamento_ctn h1 span{
	display: block;
	font-size: 33px;
}
.orcamento_ctn h2{
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: normal;
}
.orcamento_ctn ._btn-contato-home{
	background: #e8a418;
	color: #FFF;
	margin: 0 20px;
	text-transform: uppercase;
	display: inline-block;
    font-weight: 600;
    width: 150px;
}
.orcamento_ctn ._btn-contato-home:hover{
	background: #fbc24e;
	color: #fff;
	text-decoration: none;
}
.orcamento_ctn ._btn-whatsapp{
	background: #579e9f;
	margin: 0 20px;
	color: #FFF;
	text-transform: uppercase;
	display: inline-block;
    font-weight: 600;
    padding-top: 12px;
    width: 150px;
}
.orcamento_ctn ._btn-whatsapp:hover{
	background: #73bfc0;
	color: #FFF;
	text-decoration: none;
}

@media(max-width:991px) {
	.slider_banner ._box {
		position: absolute;
		left: 5%;
		top: 10%;
		bottom: 10%;
	}
	.slider_banner ._box ._titulo {
		font-size: 26px;
		line-height: 40px;
		color: #003B61;
		width: 350px
	}
	.extras_ctn ._item {
		margin-top: 30px;
	}	
	.economia_ctn h1,
	.orcamento_ctn h1 {
    	font-size: 22px;
    }
    .economia_ctn h1 span {
    	font-size: 28px;
	}
	.economia_ctn ._line_anos {
 	   margin-bottom: 5px;
	}
	.g-recaptcha {
		transform: scale(.7)
	}
	.orcamento_ctn ._btn-contato-home,
	.orcamento_ctn ._btn-whatsapp {
    	margin: 0 10px;
    	width: auto;
	}
}
@media(max-width:768px) {
	.slider_banner ._box {
		position: absolute;
		left: 5%;
		right: 5%;
		top: 10%;
		bottom: 10%;
	}
	.slider_banner ._box ._titulo {
		font-size: 16px;
		line-height: 20px;
		color: #003B61;
		width: 70%
	}
	.slider_banner ._box .btn-conheca {
		margin-top: 15px;
	}
	.slider_banner .owl-nav,
	.slider_banner .owl-dots {
		display: none !important
	}
	.titulos_home {
		font-size: 26px;
	}
	.economia_ctn {
		margin-bottom: 30px;
	}
	.orcamento_ctn ._btn-contato-home, 
	.orcamento_ctn ._btn-whatsapp {
    	margin: 0 7px;
    }
    .orcamento_ctn > div {
    	padding-bottom: 20px;
    }
}