 /* Geral */

 .body {
 	padding-top: 54px;
 }

 @media (min-width: 992px) {
 	.body {
 		padding-top: 56px;
 	}
 }

 .zerar{
 	clear: both;
 }

 .menu_blue{
 	background-color: #0d47a1;
 	color: #f8f8f8;	
 }


 .menu_item{
 	color: #f8f8f8;
 }

 .menu_item:hover{
 	color: #fdd835;
 }

 .chat_whats_app{
 	position: fixed;
 	bottom: 0px;
 	right: 0px;
 	padding-top: 5px;
 	padding-bottom: 5px;
 	padding-left: 10px;
 	padding-right: 10px;
 	background-color: #009846;	
 	color: #f8f8f8;
 	font-weight: bold;
 	font-size: 24px;
 	text-align: top;
 	border-top-right-radius: 10px;
 	border-top-left-radius: 10px;
 	z-index: 99999;
 }

 .barra_azul{
 	width: 100%;
 	background-color: #0d47a1;
 	height: 10px;
 	border-radius: 3px;
 	margin-top: 10px;
 	margin-bottom: 10px;
 }

 .bg_azul{
 	width: 100%;
 	background-color: #0d47a1;
 	border-radius: 3px;
 	margin-top: 10px;
 	margin-bottom: 10px;
 }

 .marquee_header{
 	color: #4b4b4d;
 	font-size: 18px;
 	font-weight: bold;
 }

 .espaco_20{
 	margin-top: 20px;
 }

 .botao_mobile{
 	color: #f8f8f8;
 }


 /* Home */
 .botao_corretor{
 	background-color: #00c853;
 	color: #f8f8f8;
 	padding: 10px;
 	border-radius: 3px;
 	margin: 10px;
 	width: 100%;
 	border: none;
 }

 .botao_corretor:hover{
 	background-color: #fdd835;
 	color: #f8f8f8;
 	font-weight: bold;
 	padding: 10px;
 	border-radius: 3px;
 	margin: 10px;
 	width: 100%;
 	border: none;
 }

 .botao_segurado{
 	background-color: #0d47a1;
 	color: #f8f8f8;
 	padding: 10px;
 	border-radius: 3px;
 	margin: 10px;
 	width: 100%;
 	border: none;
 }

 .botao_segurado:hover{
 	background-color: #fdd835;
 	color: #f8f8f8;
 	font-weight: bold;
 	padding: 10px;
 	border-radius: 3px;
 	margin: 10px;
 	width: 100%;
 	border: none;
 }

 .botao_cadastro{
 	background-color: #1947d2;
 	color: #f8f8f8;
 	padding: 10px;
 	border-radius: 3px;
 	margin: 10px;
 	width: 100%;
 	border: none;
 }

 .botao_cadastro:hover{
 	background-color: #fdd835;
 	color: #f8f8f8;
 	font-weight: bold;
 	padding: 10px;
 	border-radius: 3px;
 	margin: 10px;
 	width: 100%;
 	border: none;
 }

 .div_topo_max{
 	width: 100%;
 	background-color: #0d47a1;
 	color: #f8f8f8;
 	border-radius: 3px;
 	margin: 10px;	
 }

 .logo_com_fale_conosco{
 	max-width: 90%; 	
 	margin: 20px;
 }

 @media (min-width: 992px) {
 	.logo_com_fale_conosco{
 		max-width: 60%;
 		margin: 20px;
 	}

 	.funcoes{
 		padding: 10px;
 		color: #4b4b4d;
 		border-right: solid;
 		border-right-width: 0.5px;
 		border-right-color: #4b4b4d;
 	}

 	.funcoes_border_left{	
 		border-left: solid;
 		border-left-width: 0.5px;
 		border-left-color: #4b4b4d;
 	}
 }

 .ajuda{
 	padding: 10px;
 	color: #4b4b4d;
 	border: solid;
 	border-width: 0.5px;
 	border-color: #4b4b4d;
 }

 .titulos_videos{
 	max-width: 100%;
 	font-size: auto;
 	height: 80px;
 }

 .funcoes{
 	padding: 10px;
 	color: #4b4b4d;
 	border-right: solid;
 	border-right-width: 0.5px;
 	border-left: solid;
 	border-left-width: 0.5px;
 	border-right-color: #4b4b4d;
 }

 .funcoes_border_left{	

 }

 .titulo_funcao{
 	color: #1976d2;
 	font-weight: bold;
 }


 .vantagens_titulo{
 	color: #fdd835;	
 	font-weight: bold;
 	font-size: 20px;
 }

 .vantagens_texto{
 	color: #f8f8f8;
 	font-size: 18px;
 }

 .vantagens_sub_texto{
 	color: #c9c9c9;
 	font-size: 14px;
 }

 .porque_titulo{
 	color: #0d47a1;	
 	font-weight: bold;
 	font-size: 20px;	
 }

 .porque_sub_titulo{
 	color: #4b4b4d;
 	font-size: 14px;
 }

 .porque_icones{
 	margin-top: 20px;
 	background-color: #4b4b4d;
 	color: #f8f8f8;
 	min-width: 50%;	
 	padding: 10px;
 	border-radius: 50%;
 }

/*
// #Footer
// --------------------------------------------------
*/
.footer {
	background: #000;
	color: #8c8c8c;
	font-size: 14px;
}
.footer a {
	color: #fff;
}
.footer.footer__light {
	background: none;
}
/* Footer Widgets */
.footer-widgets {
	padding: 60px 0 10px 0;
	border-top: 4px solid #000;
}
/* Footers Widgets specific styling */
.widget__footer {
	margin-bottom: 50px;
	/* Widget Title */
	/* Thumbnail */
	/* Base Widgets */
}
.widget__footer .widget-title {
	font-size: 16px;
	margin-bottom: 1.6em;
	text-transform: uppercase;
	color: #d8d8d8;
}
.widget__footer .thumbnail {
	padding: 3px;
	background: none;
	border-radius: 3px;
}
.widget__footer .thumbnail:hover {
	background: rgba(255, 255, 255, 0.1);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.widget__footer .thumbnail a {
	display: block;
	position: relative;
}
.widget__footer .thumbnail a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
	border-radius: 2px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.widget__footer .thumbnail a:after {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #1976D2;
	text-align: center;
	color: #fff;
	margin: -15px 0 0 -15px;
	font-size: 28px;
	line-height: 30px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	transform: translate(0, -10px);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	content: '\1F517';
	font-family: 'EntypoRegular';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.widget__footer .thumbnail a:hover:before {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.widget__footer .thumbnail a:hover:after {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.widget__footer .thumbnail img {
	border-radius: 2px;
	border: none;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.widget__footer.widget_archive ul li,
.widget__footer.widget_nav_menu ul li,
.widget__footer.widget_meta ul li,
.widget__footer.widget_pages ul li,
.widget__footer.widget_recent_comments ul li,
.widget__footer.widget_recent_entries ul li,
.widget__footer.widget_categories ul li {
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.widget__footer.widget_archive ul li:before,
.widget__footer.widget_nav_menu ul li:before,
.widget__footer.widget_meta ul li:before,
.widget__footer.widget_pages ul li:before,
.widget__footer.widget_recent_comments ul li:before,
.widget__footer.widget_recent_entries ul li:before,
.widget__footer.widget_categories ul li:before {
	color: rgba(255, 255, 255, 0.4);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.widget__footer.widget_archive ul li > a,
.widget__footer.widget_nav_menu ul li > a,
.widget__footer.widget_meta ul li > a,
.widget__footer.widget_pages ul li > a,
.widget__footer.widget_recent_comments ul li > a,
.widget__footer.widget_recent_entries ul li > a,
.widget__footer.widget_categories ul li > a {
	color: #8c8c8c;
}
.widget__footer.widget_archive ul li > a:hover,
.widget__footer.widget_nav_menu ul li > a:hover,
.widget__footer.widget_meta ul li > a:hover,
.widget__footer.widget_pages ul li > a:hover,
.widget__footer.widget_recent_comments ul li > a:hover,
.widget__footer.widget_recent_entries ul li > a:hover,
.widget__footer.widget_categories ul li > a:hover {
	text-decoration: underline;
	color: #1976D2;
}
/* Copyright */
.footer-copyright {
	background: #000;
	font-size: 13px;
	padding: 25px 0;
	text-align: center;
	position: relative;
}
@media (min-width: 768px) {
	.footer-copyright {
		text-align: left;
	}
}
.footer-copyright a {
	color: #fff;
}
.footer-copyright .social-links-wrapper {
	padding-top: 10px;
}
@media (min-width: 768px) {
	.footer-copyright .social-links-wrapper {
		text-align: right;
		padding-top: 0;
	}
}
.footer-copyright .social-links-wrapper .social-links-txt {
	position: relative;
	top: 3px;
}
.footer-copyright .social-links-wrapper .social-links {
	display: inline-block;
	vertical-align: middle;
}

.list_style_none{
	list-style-type: none;
}

/* Contato */

.botao_contato{
	background-color: #0d47a1;
	color: #f8f8f8;
	border-radius: 3px;
	border-color: transparent;
	width: 100px;
}

.input_contato{
	border-radius: 3px;	
	border-width: 0.5px;
	border-color: #4b4b4d;
}

.numero_funcao{
	font-size: 60px;
	font-weight: bold;	
}



