@charset "utf-8";

/**PADRÕES**/
body{
	margin: 0;
	padding: 0;
	font-family: "mregular", sans-serif;
	color: #1a1a1a;
	font-size: 14px;
	height: 100%;
	overflow-x: hidden;
	background: #fff;
}

img, a{
	text-decoration: none;
	border: none;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.img_cem{width: 100%;}

/**CARREGANDO**/
.corpo{
	display: none;
}

.carregando{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
  align-items: center;
  justify-content: center;
	animation-name: load;
	animation-duration: 5s;
	animation-iteration-count: 1;
}



/* Safari 4.0 - 8.0 */
@-webkit-keyframes load {
    0%   {opacity: 0%;}
		15%   {opacity: 100%;}
		75%   {opacity: 100%;}
		100%   {opacity: 0%;}
}

/* Standard syntax */
@keyframes load {
	0%   {opacity: 0%;}
	15%   {opacity: 100%;}
	75%   {opacity: 100%;}
	100%   {opacity: 0%;}
}

.logo_carregando{
	width: 30%;
	overflow: hidden;
}

/**FONTES**/
@font-face {font-family: "coluna"; src: url("../fonts/coluna.ttf") format("truetype");}
@font-face {font-family: "mregular"; src: url("../fonts/mregular.ttf") format("truetype");}
@font-face {font-family: "mmedio"; src: url("../fonts/mmedio.ttf") format("truetype");}
@font-face {font-family: "mbold"; src: url("../fonts/mbold.ttf") format("truetype");}
@font-face {font-family: "mblack"; src: url("../fonts/mblack.ttf") format("truetype");}


.font_title{font-family: "coluna";}
.font_regular{font-family: "mregular";}
.font_medio{font-family: "mmedio";}
.font_bold{font-family: "mbold";}
.font_black{font-family: "mblack";}

/**CORES**/
.cor_verde{color: #c3c907;}
.cor_cinza{color: #1a1a1a;}
.cor_branca{color: #fff;}
.cor_preta{color: #000;}

/*BGS*/
.bg_verde{background: #c3c907;}
.bg_cinza{background: #1a1a1a;}
.bg_branco{background: #fff;}
.bg_preto{background: #000;}

/**TAMANHOS**/
.tamanho_tt1{font-size: 35px;}
.tamanho_tt2{font-size: 55px;}
.tamanho_tt3{font-size: 35px;}

/**topo**/
.topo{
	background: #074c83;
	color: #aaa;
	position: fixed;
	width: 80%;
	padding: 0px 10%;
	opacity: 1;
	z-index: 2;
	animation-name: topo;
	animation-duration: 1s;
}

/*Safari 4.0 - 8.0 */
@-webkit-keyframes topo {
		0%   {top: -200px; opacity: 0;}
		100%   {top: 0px; opacity: 1;}
}

/* Standard syntax */
@keyframes topo {
	0%   {top: -200px; opacity: 0;}
	100%   {top: 0px; opacity: 1;}
}

.logo{
	float: left;
	width: 50px;
	overflow: hidden;
	padding: 10px 10px;
	background: #c3c907;
}

.logo2{
	float: left;
	width: 150px;
	overflow: hidden;
	padding: 12px 20px;
}

.menu{
	float: left;
	margin-left: 40px;
	width: 800px;
	display: block;
}

.lk{
	float: left;
	text-align: center;
	padding: 28px 20px;
	color: #fff;
	transition: all .5s ease;
	font-family: "mregular";
	cursor: pointer;
	text-transform: uppercase;
}

.lk:hover{
	background: #ff7c00;
	color: #fff;
}

.lk_bt{
	background: #ff7c00;
	float: left;
	text-align: center;
	padding: 15px 40px;
	margin-top: 10px;
	margin-left: 25px;
	border-radius: 8px;
	color: #fff;
	transition: all .5s ease;
	font-family: "mbold";
	cursor: pointer;
	text-transform: uppercase;
}

.socialtop{
	float: right;
	width: 150px;
	overflow: hidden;
	margin-top: 15px;
}

.icotop{
	float: right;
	width: 25px;
	margin: 0 10px;
	cursor: pointer;
}

.bt_menu_mob{
	position: absolute;
	right: 15px;
	top: 10px;
	width: 30px;
	z-index: 4;
	cursor: pointer;
	display: none;
}

/**slides**/
#slideshow-container {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	background: #000;
}

.mySlides {
	display: none;
	animation: fade 2s ease-in-out;
}

.mySlides img {
	width: 100%;
}

.prev, .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	cursor: pointer;
}

.prev {
	left: 0;
}

.next {
	right: 0;
}

@keyframes fade {
	0% { opacity: 0; }
	100% { opacity: 1; }
}


.base_slide{
	width: 100%;
	margin-top: -400px;
	position: absolute;
}

.container_index{
	position: absolute;
	width: 100%;
	margin-top: -150px;
	overflow: hidden;
}

/*area_principal*/
.area_principal{
	background: #003864;
	overflow: hidden;
	color: #fff;
	padding-left: 10%;
}

.info_princ{
	overflow: hidden;
	width: 30%;
	float: left;
	margin-top: 150px;
}

.title_princ{
	color: #ff7c00;
	font-size: 42px;
	overflow: hidden;
	margin-bottom: 20px;
}

.bts_princ{
	overflow: hidden;
	margin-bottom: 80px;
}

.bts{
	float: left;
	margin-right: 50px;
	width: 30%;
	text-align: center;
	background: #001f37;
	color: #fff;
	border-radius: 15px;
	margin-bottom: 30px;
	padding: 15px 0;
	font-size: 14px;
	transition: all .5s ease;
}

.bts:hover{
	background: #0080e5;
}

.img_princ{
	float: right;
	width: 60%;
	margin-top: 100px;
}

/*base*/
.base{
	overflow: hidden;
	padding: 100px 0;
}

.img_area{
	float: left;
	width: 50%;
	overflow: hidden;
}

.info_area{
	float: left;
	width: 40%;
	overflow: hidden;
	padding: 0 5%;
}

.title_area{
	font-size: 38px;
	overflow: hidden;
	color:#074c83;
	margin-bottom: 20px;
	padding-right: 10%;
	padding-top: 150px;
}

.text_area{
	font-size: 20px;
	overflow: hidden;
	margin-bottom: 20px;
	padding-right: 10%;
	line-height: 28px;
}

/*bts*/
.bts_box{
	background: #e4e4e4;
	padding: 15px 15px;
	width: 75%;
	margin-bottom: 0px;
	margin-top: 25px;
	overflow: hidden;
	border-radius: 20px;
	cursor: pointer;
}

.icon_bt{
	float: left;
	width: 20px;
}

.title_bt{
	font-size: 22px;
	color: #001f37;
	float: left;
	margin-left: 15px;
}

.seta_bt{
	float: right;
	width: 15px;
}

.cont_bt1, .cont_bt2, .cont_bt3, .cont_bt4, .cont_bt5, .cont_bt6, .cont_bt7, .cont_bt8, .cont_bt9, .cont_bt10, .cont_bt11, .cont_bt12, .cont_bt13, .cont_bt14, .cont_bt15, .cont_bt16, .cont_bt17, .cont_bt18, .cont_bt19, .cont_bt20{
	background: #f5f5f5;
	padding: 15px 5%;
	width: 68%;
	overflow: hidden;
	border-radius: 20px;
	font-size: 16px;
	display: none;
}


.footer_mob{
	display: none;
}

footer{
	background: #074c83;
	border-top: 40px solid #ff7c00;
	padding: 0px 0 0 0;
	color: #fff;
	display: block;
	overflow: hidden;
}

.logo_f{
	width: 200px;
	float: left;
	margin-bottom: 80px;
}

.endereco_fone{
	float: left;
	width: 500px;
	margin-left: 80px;
}

.title_footer{
	font-family: 'mbold';
	font-size: 25px;
	color: #fff;
	margin-bottom: 15px;
}

.text_footer{
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 25px;
}

.copyright_dev{
	background: #003a68;
	color: #fff;
	padding: 25px 0;
	overflow: hidden;
	display: block;
	clear: both;
}

.copyright{
	font-size: 12px;
	float: left;
}

.logo_dev2{
	float: right;
	width: 150px;
}

.content{
	margin: 0 auto;
	width: 80%;
}


/*box*/
.boxquemsomos, .boxseguros, .boxorcamento, .boxlocal, .boxoferta{
	display: none;
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	animation-name: boxbox;
	animation-duration: 2s;
}


.tt_box{
	font-size: 42px;
	margin-bottom: 20px;
	text-align: center;
}

.area_box{
	overflow: hidden;
	text-align: center;
}

.box{
	width: 50%;
	height: auto;
	background: #fff;
	border-radius: 40px;
	position: absolute;
	left: 50%;
	margin-left: -25%;
	margin-top: 100px;
	overflow: hidden;
}

.x{
	width: 60px;
	height: 60%;
	cursor: pointer;
}

.mapa{
	width: 100%;
	height: 400px;
	border: solid 1px #fff;
	margin-bottom: 50px;
}

.area_pag{
	width: 40%;
	overflow: hidden;
	margin-bottom: 20px;
	margin: 0 auto;
}

.pix_view{
	text-align: center;
	font-family: 'mbold';
	font-size: 22px;
	margin-bottom: 15px;
}

.pix_copy{
	font-size: 1px;
	color: #fff;
}

.bt_click{
	background: #c3c907;
	text-align: center;
	padding: 15px 40px;
	border: 0;
	margin: 0 auto;
	margin-bottom: 30px;
	border-radius: 8px;
	color: #000;
	transition: all .5s ease;
	font-family: "mbold";
	font-size: 22px;
	cursor: pointer;
	text-transform: uppercase;
}

.img_box{
	float: left;
	width: 40%;
	overflow: hidden;
}

.txt_box{
	float: right;
	width: 55%;
	overflow: hidden;
	font-size: 16px;
	line-height: 26px;
	color: #999;
	margin-bottom: 50px;
}

.txt_seguros{
	font-size: 16px;
	line-height: 26px;
	color: #999;
	margin-bottom: 25px;
	text-align: center;
}

.area_seguros{
	margin-bottom: 50px;
	overflow: hidden;
}

.ico_seg{
	width: 80px;
	margin: 0 15px;
	margin-bottom: 20px;
	float: left;
}

.form{
	overflow: hidden;
	margin-bottom: 50px;
}

.input{
	width: 300px;
	padding: 15px;
	background: #ccc;
	font-size: 12px;
	color: #000;
	border: solid 1px #ccc;
	border-radius: 10px;
	float: left;
	margin: 10px 15px;
}

.bt_form{
	width: 300px;
	padding: 15px;
	background: #ffe500;
	font-size: 18px;
	color: #00468c;
	text-align: center;
	border: solid 1px #ffe500;
	border-radius: 10px;
	float: left;
	margin: 10px 15px;
	font-family: "mbold";
	cursor: pointer;
}

/*Safari 4.0 - 8.0 */
@-webkit-keyframes boxbox {
		0%   {opacity: 0;}
		100%   {opacity: 1;}
}

/* Standard syntax */
@keyframes boxbox {
	0%   {opacity: 0;}
	100%   {opacity: 1;}
}




.whatsapp_ico{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 70px;
	z-index: 9999999999999999999999999999;
	animation-name: whatsapp;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
	@-webkit-keyframes whatsapp {
	    0%   {bottom: 20px;}
			50%   {bottom: 50px;}
			100%   {bottom: 20px;}
	}

	/* Standard syntax */
	@keyframes whatsapp {
		0%   {bottom: 20px;}
 	 50%   {bottom: 50px;}
 	 100%   {bottom: 20px;}
	}


	.b_orcamento{
		overflow: hidden;
		margin-bottom: 50px;
		overflow: hidden;
		padding-top: 50px;
		background: #074c83;
	}

	.base_orcamento{
		width: 50%;
		margin: 0 auto;
		margin-bottom: 50px;
		overflow: hidden;
	}

	.img_orcamento{
		float: left;
		width: 60%;
		overflow: hidden;
	}

	.form{
		float: right;
		width: 35%;
		overflow: hidden;
	}

	.box_form{
		padding: 10px 20px;
		background: #e1e1e1;
		margin-bottom: 15px;
		border: 0 solid #fff;
		border-radius: 10px;
		width: 90%;
		font-size: 18px;
	}

	.bt_formulario{
		padding: 10px 20px;
		background: #ff6600;
		color: #fff;
		margin-bottom: 15px;
		border: 0 solid #fff;
		border-radius: 10px;
		width: 90%;
		font-size: 18px;
		cursor: pointer;
	}


@media only screen and (max-width: 1500px) {

	/**topo**/
	.topo{
		background: #074c83;
		color: #aaa;
		position: fixed;
		width: 90%;
		padding: 0px 5%;
		opacity: 1;
		z-index: 2;
		animation-name: topo;
		animation-duration: 1s;
	}

	/*Safari 4.0 - 8.0 */
	@-webkit-keyframes topo {
			0%   {top: -200px; opacity: 0;}
			100%   {top: 0px; opacity: 1;}
	}

	/* Standard syntax */
	@keyframes topo {
		0%   {top: -200px; opacity: 0;}
		100%   {top: 0px; opacity: 1;}
	}

	.logo{
		float: left;
		width: 50px;
		overflow: hidden;
		padding: 10px 10px;
		background: #c3c907;
	}

	.logo2{
		float: left;
		width: 100px;
		overflow: hidden;
		padding: 12px 20px;
		margin-top: 10px;
	}

	.menu{
		float: left;
		margin-left: 10px;
		width: 610px;
		display: block;
	}

	.lk{
		float: left;
		text-align: center;
		padding: 28px 15px;
		color: #fff;
		transition: all .5s ease;
		font-family: "mregular";
		cursor: pointer;
		text-transform: uppercase;
		font-size: 12px;
	}

	.lk:hover{
		background: #ff7c00;
		color: #fff;
	}

	.lk_bt{
		background: #ff7c00;
		float: left;
		text-align: center;
		padding: 15px 20px;
		margin-top: 10px;
		margin-left: 25px;
		border-radius: 8px;
		color: #fff;
		transition: all .5s ease;
		font-family: "mbold";
		cursor: pointer;
		text-transform: uppercase;
		font-size: 12px;
	}

	.socialtop{
		float: right;
		width: 100px;
		overflow: hidden;
		margin-top: 15px;
	}

	.icotop{
		float: right;
		width: 25px;
		margin: 0 10px;
		cursor: pointer;
	}


	/**slides**/
	#slideshow-container {
		position: relative;
		max-width: 100%;
		margin: 0 auto;
		background: #000;
	}

	.mySlides {
		display: none;
		animation: fade 2s ease-in-out;
	}

	.mySlides img {
		width: 100%;
	}

	.prev, .next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		padding: 15px;
		background-color: rgba(0, 0, 0, 0.5);
		color: white;
		cursor: pointer;
	}

	.prev {
		left: 0;
	}

	.next {
		right: 0;
	}

	@keyframes fade {
		0% { opacity: 0; }
		100% { opacity: 1; }
	}


	.base_slide{
		width: 100%;
		margin-top: -400px;
		position: absolute;
	}

	.container_index{
		position: absolute;
		width: 100%;
		margin-top: -150px;
		overflow: hidden;
	}

	/*area_principal*/
	.area_principal{
		background: #003864;
		overflow: hidden;
		color: #fff;
		padding-left: 10%;
	}

	.info_princ{
		overflow: hidden;
		width: 30%;
		float: left;
		margin-top: 150px;
	}

	.title_princ{
		color: #ff7c00;
		font-size: 22px;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.bts_princ{
		overflow: hidden;
		margin-bottom: 80px;
	}

	.bts{
		float: none;
		margin-right: 50px;
		width: 100%;
		text-align: center;
		background: #001f37;
		color: #fff;
		border-radius: 15px;
		margin-bottom: 10px;
		padding: 15px 0;
		font-size: 12px;
		transition: all .5s ease;
	}

	.bts:hover{
		background: #0080e5;
	}

	.img_princ{
		float: right;
		width: 60%;
		margin-top: 100px;
	}

	/*base*/
	.base{
		overflow: hidden;
		padding: 100px 0;
	}

	.img_area{
		float: none;
		width: 50%;
		overflow: hidden;
		display: none;
	}

	.info_area{
		float: none;
		width: 80%;
		margin: 0 auto;
		overflow: hidden;
		padding: 0 0%;
	}

	.title_area{
		font-size: 38px;
		overflow: hidden;
		color:#074c83;
		margin-bottom: 20px;
		padding-right: 10%;
		padding-top: 50px;
	}

	.text_area{
		font-size: 20px;
		overflow: hidden;
		margin-bottom: 20px;
		padding-right: 10%;
		line-height: 28px;
	}

	/*bts*/
	.bts_box{
		background: #e4e4e4;
		padding: 15px 5%;
		width: 90%;
		margin-bottom: 0px;
		margin-top: 25px;
		overflow: hidden;
		border-radius: 20px;
		cursor: pointer;
	}

	.icon_bt{
		float: left;
		width: 10px;
	}

	.title_bt{
		font-size: 16px;
		color: #001f37;
		float: left;
		margin-left: 15px;
	}

	.seta_bt{
		float: right;
		width: 10px;
	}

	.cont_bt1, .cont_bt2, .cont_bt3, .cont_bt4, .cont_bt5, .cont_bt6, .cont_bt7, .cont_bt8, .cont_bt9, .cont_bt10, .cont_bt11, .cont_bt12, .cont_bt13, .cont_bt14, .cont_bt15, .cont_bt16, .cont_bt17, .cont_bt18, .cont_bt19, .cont_bt20{
		background: #f5f5f5;
		padding: 15px 5%;
		width: 90%;
		overflow: hidden;
		border-radius: 20px;
		font-size: 14px;
		display: none;
	}

	.base_orcamento{
		width: 60%;
		margin: 0 auto;
		margin-bottom: 50px;
		overflow: hidden;
	}

	.img_orcamento{
		float: left;
		width: 60%;
		overflow: hidden;
		display: none;
	}

	.form{
		float: none;
		width: 100%;
		overflow: hidden;
	}

	.box_form{
		padding: 10px 20px;
		background: #e1e1e1;
		margin-bottom: 15px;
		border: 0 solid #fff;
		border-radius: 10px;
		width: 100%;
		font-size: 18px;
	}

	.bt_formulario{
		padding: 10px 20px;
		background: #ff6600;
		color: #fff;
		margin-bottom: 15px;
		border: 0 solid #fff;
		border-radius: 10px;
		width: 100%;
		font-size: 18px;
		cursor: pointer;
	}


}


@media only screen and (max-width: 1000px) {

	.logo_carregando{
		width: 60%;
		overflow: hidden;
	}

	header{
		position: fixed;
		z-index: 1;
		width: 100%;
	}


	/**/

	.logo{
		float: left;
		width: 30px;
		overflow: hidden;
		display: none;
	}

	.logo2{
		float: left;
		width: 110px;
		overflow: hidden;
		padding: 12px 20px;
		display: block;
	}

	.menu{
		float: none;
		clear: both;
		margin-left: 0px;
		width: 80%;
		height: 100%;
		margin: 0 auto;
		display: none;
		margin-bottom: 10px;
		animation-name: menu;
		animation-duration: 1s;
		padding-bottom: 50px;
	}

	/*Safari 4.0 - 8.0 */
	@-webkit-keyframes menu {
			0%   {height: 0px; opacity: 0;}
			100%   {height: 100%; opacity: 1;}
	}

	/* Standard syntax */
	@keyframes menu {
		0%   {height: 0px; opacity: 0;}
		100%   {height: 100%; opacity: 1;}
	}

	.lk{
		float: none;
		text-align: center;
		padding: 20px 20px;
		color: #fff;
		transition: all .5s ease;
		font-family: "mmedio";
		cursor: pointer;
		text-align: center;
		text-transform: uppercase;
		border-bottom: 1px solid #ff7c00;
	}

	.lk_bt{
		background: #ff7c00;
		float: none;
		text-align: center;
		padding: 15px 40px;
		margin: 0 auto;
		margin-top: 10px;
		margin-left: 0px;
		margin-bottom: 5px;
		border-radius: 8px;
		color: #fff;
		transition: all .5s ease;
		font-family: "mbold";
		cursor: pointer;
		text-transform: uppercase;
		display: block;
		overflow: hidden;
	}

	.lk:hover{
		background: #ff7c00;
		color: #fff;
	}

	.socialtop{
		float: none;
		width: 150px;
		overflow: hidden;
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 0px;
		display: none;
	}

	.icotop{
		float: right;
		width: 25px;
		margin: 0 10px;
		cursor: pointer;
	}

	.bt_menu_mob{
		position: absolute;
		right: 25px;
		top: 17px;
		width: 30px;
		z-index: 4;
		cursor: pointer;
		display: block;
	}


	.mySlides {
		display: none;
		animation: fade 2s ease-in-out;
		padding-top: 50px;
	}

	.mySlides img {
		width: 100%;
	}

	.prev, .next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		padding: 15px;
		background-color: rgba(0, 0, 0, 0.5);
		color: white;
		cursor: pointer;
	}

	.prev {
		left: 0;
	}

	.next {
		right: 0;
	}

	@keyframes fade {
		0% { opacity: 0; }
		100% { opacity: 1; }
	}


	.base_slide{
		width: 100%;
		margin-top: -100px;
		position: absolute;
	}

	.container_index{
		position: absolute;
		width: 100%;
		margin-top: -30px;
		overflow: hidden;
	}


	/*area_principal*/
	.area_principal{
		background: #003864;
		overflow: hidden;
		color: #fff;
		padding-left: 0%;
	}

	.info_princ{
		overflow: hidden;
		width: 80%;
		float: none;
		margin: 0 auto;
		margin-top: 100px;
	}

	.title_princ{
		color: #ff7c00;
		font-size: 32px;
		overflow: hidden;
		margin-bottom: 50px;
		text-align: center;
	}

	.bts_princ{
		overflow: hidden;
		margin: 0 auto;
		margin-bottom: 80px;
		width: 80%;
	}

	.bts{
		float: none;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		background: #001f37;
		color: #fff;
		border-radius: 15px;
		margin-bottom: 30px;
		padding: 15px 0;
		font-size: 14px;
		transition: all .5s ease;
	}

	.bts:hover{
		background: #0080e5;
	}

	.img_princ{
		float: right;
		width: 60%;
		margin-top: 100px;
		display: none;
	}

	/*base*/
	.base{
		overflow: hidden;
		padding: 50px 0;
	}

	.img_area{
		float: none;
		width: 100%;
		overflow: hidden;
	}

	.info_area{
		float: none;
		width: 80%;
		margin: 0 auto;
		overflow: hidden;
		padding: 0 0%;
	}

	.title_area{
		font-size: 38px;
		overflow: hidden;
		color:#074c83;
		margin-bottom: 20px;
		padding-right: 10%;
		padding-top: 50px;
	}

	.text_area{
		font-size: 20px;
		overflow: hidden;
		margin-bottom: 20px;
		padding-right: 10%;
		line-height: 28px;
	}

	/*bts*/
	.bts_box{
		background: #e4e4e4;
		padding: 15px 5%;
		width: 90%;
		margin-bottom: 0px;
		margin-top: 25px;
		overflow: hidden;
		border-radius: 20px;
		cursor: pointer;
	}

	.icon_bt{
		float: left;
		width: 10px;
	}

	.title_bt{
		font-size: 16px;
		color: #001f37;
		float: left;
		margin-left: 15px;
	}

	.seta_bt{
		float: right;
		width: 10px;
	}

	.cont_bt1, .cont_bt2, .cont_bt3, .cont_bt4, .cont_bt5, .cont_bt6, .cont_bt7, .cont_bt8, .cont_bt9, .cont_bt10, .cont_bt11, .cont_bt12, .cont_bt13, .cont_bt14, .cont_bt15, .cont_bt16, .cont_bt17, .cont_bt18, .cont_bt19, .cont_bt20{
		background: #f5f5f5;
		padding: 15px 5%;
		width: 90%;
		overflow: hidden;
		border-radius: 20px;
		font-size: 14px;
		display: none;
	}


	footer{
		background: #074c83;
		border-top: 40px solid #ff7c00;
		padding: 50px 0 50px 0;
		color: #fff;
		margin-top: 100px;
		display: none;
	}

	.footer_mob{
		display: block;
		background: #074c83;
		border-top: 40px solid #ff7c00;
		padding: 50px 0 50px 0;
		color: #fff;
		margin-top: 80px;
	}

	.logo_f{
		width: 50%;
		float: none;
		margin: 0 auto;
	}

	.endereco_fone{
		float: none;
		width: 80%;
		margin-left: 0px;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 50px;
	}

	.title_footer{
		font-family: 'mbold';
		font-size: 25px;
		color: #fff;
		margin-bottom: 15px;
	}

	.text_footer{
		font-size: 16px;
		overflow: hidden;
		margin-bottom: 25px;
	}

	.social_footer{
		display: none;
	}

	.copyright_dev{
		background: #000;
		padding: 1px 0;
		overflow: hidden;
	}

	.copyright{
		color: #999;
		font-size: 10px;
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}

	.logo_dev2{
		float: none;
		width: 150px;
		margin: 0 auto;
	}

	.boxquemsomos, .boxseguros, .boxorcamento, .boxlocal, .boxoferta{
		display: none;
		background: #000;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.8);
		z-index: 99999;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		animation-name: boxbox;
		animation-duration: 2s;
	}


	.tt_box{
		font-size: 32px;
		margin-bottom: 20px;
	}

	.area_box{
		overflow: hidden;
	}

	.area_pag{display: none;}

	.img_box{
		float: left;
		width: 40%;
		overflow: hidden;
		display: none;
	}

	.txt_box{
		float: right;
		width: 100%;
		overflow: hidden;
		font-size: 14px;
		line-height: 26px;
		color: #999;
		margin-bottom: 50px;
	}

	.txt_seguros{
		font-size: 16px;
		line-height: 26px;
		color: #999;
		margin-bottom: 25px;
	}

	.area_seguros{
		margin-bottom: 50px;
		overflow: hidden;
	}

	.ico_seg{
		width: 60px;
		margin: 0 15px;
		margin-bottom: 20px;
		float: left;
	}

	.form{
		overflow: hidden;
		margin-bottom: 50px;
	}

	.input{
		width: 89%;
		padding: 5%;
		background: #ccc;
		font-size: 12px;
		color: #000;
		border: solid 1px #ccc;
		border-radius: 10px;
		float: left;
		margin: 10px 15px;
	}

	.bt_form{
		width: 89%;
		padding: 5%;
		background: #ffe500;
		font-size: 18px;
		color: #00468c;
		text-align: center;
		border: solid 1px #ffe500;
		border-radius: 10px;
		float: left;
		margin: 10px 15px;
		font-family: "mbold";
		cursor: pointer;
	}

	/*Safari 4.0 - 8.0 */
	@-webkit-keyframes boxbox {
			0%   {opacity: 0;}
			100%   {opacity: 1;}
	}

	/* Standard syntax */
	@keyframes boxbox {
		0%   {opacity: 0;}
		100%   {opacity: 1;}
	}

	.box{
		width: 80%;
		height: auto;
		background: #fff;
		border-radius: 40px;
		position: absolute;
		left: 50%;
		margin-left: -40%;
		margin-top: 60px;
		overflow: hidden;
	}

	.x{
		width: 60px;
		height: 60%;
		cursor: pointer;
	}

	.mapa{
		width: 100%;
		height: 400px;
		border: solid 1px #fff;
		margin-bottom: 50px;
	}

	.bt_click{
		background: #c3c907;
		text-align: center;
		padding: 15px 18px;
		border: 0;
		margin: 0 auto;
		margin-bottom: 30px;
		border-radius: 8px;
		color: #000;
		transition: all .5s ease;
		font-family: "mbold";
		font-size: 13px;
		cursor: pointer;
		text-transform: uppercase;
	}


	.whatsapp_ico{
		position: fixed;
		bottom: 20px;
		right: 20px;
		width: 70px;
		z-index: 9999999999999999999999999999;
		animation-name: whatsapp;
		animation-duration: 2s;
		animation-iteration-count: infinite;
	}

	/* Safari 4.0 - 8.0 */
		@-webkit-keyframes whatsapp {
		    0%   {bottom: 20px;}
				50%   {bottom: 50px;}
				100%   {bottom: 20px;}
		}

		/* Standard syntax */
		@keyframes whatsapp {
			0%   {bottom: 20px;}
	 	 50%   {bottom: 50px;}
	 	 100%   {bottom: 20px;}
		}

}
