body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imagens/bg.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #606060;
}

form {
	margin: 0;
}

img {
	border: 0;
}

h1,
h2,
h3,
h4 {
	display: inline;
}

input,
select,
textarea {
	border: 1px solid #CCCCCC;
}

a {
	text-decoration: none;
	color: #606060;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.5px;
	text-shadow: 2px 2px 2px #FFF;
	margin: 0;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0.5px;
	text-shadow: 2px 2px 2px #FFF;
	margin: 0;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.5px;
	text-shadow: 1px 1px 1px #FFF;
	margin: 0;
}

h4 {
	font-size: 10px;
	margin: 0;
}

.texto_espacamento {
	line-height: 18px;
}

.bg_rodape {
	background-image: url(../imagens/bg_rodape.jpg);
	background-position: center bottom;
	background-color: #DCDCDC;
	background-repeat: no-repeat;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#img_principal {
	height: 500px;
	width: 998px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#logomarca {
	position: absolute;
	height: 158px;
	width: 212px;
	margin: 20px;
	z-index: 1000;
}

.rotator {
	display: none;
}

.bt_enviar {
	color: #FFFFFF;
	border: 1px solid #626B6D;
	background-color: #626B6D;
}

.transparent {
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}

img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

img.b {
	position: absolute;
	left: 0;
	top: 0;
}

#imagens_topo {
	position: absolute;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#imagens_topo img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

#detalhe_base_menu {
	width: 998px;
	margin: 0 auto 0;
}

#corpo {
	width: 998px;
	margin: 0 auto;
	height: 100%;
}

#corpo ul {
	display: table-cell;
	padding: 14px;
}

#corpo li {
	float: left;
	width: 295px;
	list-style: none;
	margin: 0;
	padding: 15px;
	text-align: justify;
}

#seguradoras {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#seguradoras img {
	padding: 13px;
	vertical-align: middle;
}

.dourado {
	color: #BF9130;
}

.azul {
	color: #005190;
}

.foto_borda {
	border: solid 1px #BEBEBE;
	background-color: #FFFFFF;
	padding: 5px;
}

.brd_up {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.brd_dupla {
	background-image: url(../imagens/brd.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.brd_rigth_azul {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #005190;
}

.div_itens_rodape {
	padding: 2px;
	font-size: 13px;
	color: #005190;
	text-decoration: none;
}

.div_itens_rodape:hover {
	color: #FFFFFF;
	background-color: #005190;
	text-decoration: none;
}

.brd_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.brd_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.brd_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.txt-oculto {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

/* scss */
body.has-menuOpen {
	overflow: hidden;
}

.MobileMenuOpen,
.MobileMenu-close {
	background: transparent;
	color: #2e497d;
	border: 0;
	float: right;
	position: relative;
	top: 40px;
	left: 20px;
	/*   position: absolute;
  top: 47px;
  right: 10px; */
	font-size: 26px;
	z-index: 500;
	outline: none;
	cursor: pointer;
}

.MobileMenuOpen:hover,
.MobileMenu-close:hover {
	color: #0b2b69;
}

@media (min-width: 768px) {

	.MobileMenuOpen,
	.MobileMenu-close {
		/*     display: none; */
	}
}

.MobileMenu {
	display: table;
	background-color: rgb(178, 215, 244);
	position: fixed;
	top: 0;
	/* left: 0; */
	right: -300px;
	bottom: 0;
	height: 100%;
	width: 300px;
	z-index: 99;
	transition: transform linear .15s;
}

.MobileMenu.is-visible {
	/* display: table; */
	transform: translateX(-300px);
}

.MobileMenu-close {
	color: #fff;
}

.MobileMenu-links-link .div_itens_rodape {
	padding: 0;
	font-size: inherit;
	color: inherit;
	text-decoration: none;
}

.MobileMenu-links-link .div_itens_rodape:hover {
	background: inherit;
	text-decoration: none;
}

.MobileMenu-links-link {
	display: block;
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
	text-decoration: none !important;
	transition: color linear .15s;
}

.MobileMenu-links-link:hover {
	color: #7094da;
}

.MobileMenu-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.MobileMenu-links {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.MobileMenu-close {
	position: absolute;
	float: none;
	right: 20px;
	left: auto;
	color: #2e497d;
}

.MobileMenu-closeContainer {
	/*     width: 998px;
    margin: 0 auto;
    text-align: right;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0; */
}

#instafeed {
	display: flex;
}

#instafeed .insta-img-container img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

#instafeed .insta-img-container img:hover {
	transform: scale(1.1);
	transition: 0.8s;
}

@media(max-width:767px) {
	#instafeed {
		display: grid;
		grid-template-columns: repeat(3, 1fr)
	}

	#instafeed .insta-img-container img:hover {
		transform: scale(1.0);
	}
}

@media(max-width: 768px) {
	#img_principal {
		width: 100%;
		height: 195px;
		background-size: contain;
		position: relative;
		margin-top: 110px;
	}

	#imagens_topo img {
		width: 100vw;
	}

	#detalhe_base_menu {
		width: 100%;
	}

	#menu {
		display: none !important;
	}

	.menu-toggle {
		display: block !important;
	}

	.secao-seguro {
		width: 100%;
		padding: 0 15px;
	}

	#rodape .bg_rodape {
		width: 100vw;
	}

	.td-rodape {
		display: flex;
		flex-direction: column;
		width: calc(100vw - 32px);
		text-align: center;
		margin-bottom: 20px;
	}

	.titulo-rodape {
		font-size: 14px;
	}

	.tr-rodape {
		margin-top: 20px;
		display: flex;
		justify-content: center;
	}

	.td-rodape:last-child {
		margin-top: 25px;
	}

	.webmail {
		width: 55%;
	}

	#rotator {
		width: 100% !important;
	}

	#rotator .imagem {
		width: 100vw !important;
	}

	#rotator .imagem img {
		width: 100%;
		object-fit: contain;
	}

	#logomarca {
		margin-left: 0px;
		margin-top: -100px;
	}

	.png_bg {
		width: 48%;
		height: auto;
	}

	#detalhe_base_menu img {
		width: 100%;
		margin-top: 25px;
		margin-bottom: 10px;
	}

	.secao-bem-vindo {
		width: 100%;
	}

	.secao-bem-vindo td {
		display: flex;
		flex-wrap: wrap;
	}

	table.titulo-seguradoras {
		width: 100%;
	}

	.links-seguradoras {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.links-seguradoras tr {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.links-seguradoras img {
		width: 100%;
		margin-bottom: 40px;
		max-width: 105px;
	}

	.seguro-empresarial,
	.seguro-automovel,
	.seguro-residencial,
	.seguro-saude,
	.seguro-vida {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.bg_rodape {
		margin-top: 30px;
	}

	.menu-toggle {
		display: block;
	}

	#menu {
		display: none;
	}

	.menu-mobile.active {
		display: block;
	}

	.cotacao-layout {
		width: 100%;
		display: block;
		padding-left: 15px;
	}

	.form-cotacao-col {
		width: 100%;
		display: block;
	}

	.cotacao-layout tr {
		width: 100%;
		display: block;
	}

	.menu-cotacao-col td {
		width: 100vw;
	}

	.cotacao-seguro.cotacao-container {
		width: 100%;
	}

	.form-table {
		width: 100%;
		display: block;
		clear: both;
		float: right;
	}

	.form-table tr {
		display: block;
		margin-bottom: 15px;
	}

	.menu-cotacao-col table {
		width: 100%;
	}

	.menu-cotacao-col td {
		padding: 12px !important;
		font-size: 14px;
		border-bottom: none;
		padding-left: 0 !important;
	}

	.menu-cotacao-col a {
		display: block;
		padding: 8px 0;
		color: #005190;
		font-weight: bold;
	}

	.menu-cotacao-col a:hover {
		background-color: #f0f8ff;
		text-decoration: none;
	}

	.menu-cotacao-col {
		width: 100%;
		margin-bottom: 50px;
		display: block;
	}

	.form-table td {
		display: block;
		width: 100% !important;
		padding: 5px 0;
	}

	.form-table td:first-child {
		font-weight: bold;
		margin-bottom: 5px;
	}

	.form-table input[type="text"] {
		width: calc(100vw - 30px) !important;
		max-width: none !important;
		box-sizing: border-box;
		padding: 10px;
		font-size: 16px;
	}

	.form-table td:first-child {
		font-weight: bold;
		margin-bottom: 5px;
	}

	td.cotacao-titulo {
		padding-left: 15px;
		padding-right: 15px;
	}

	.form-table-automovel {
		padding-right: 15px;
	}

	.titulo-radio {
		display: block;
	}

	.form-seguro-empresarial p {
		margin-bottom: 0;
	}

	.form-seguro-empresarial, .form-seguro-residencial {
		padding-right: 15px;
	}

	.form-cotacao-col textarea {
		width: 100% !important;
	}
}

/* Menu Responsivo */
#menu {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	/* margin: 0; */
	padding-left: 10px;
	flex-wrap: wrap;
}

#menu li {
	margin: 0 5px;
}

#menu li a {
	display: block;
	transition: transform 0.3s ease;
}

#menu li a:hover {
	transform: scale(1.1);
}

/* Menu mobile */
.menu-toggle {
	display: none;
	background: transparent;
	border: none;
	font-size: 24px;
	color: #000;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1001;
	padding: 10px;
	border-radius: 4px;
	transition: background-color 0.3s ease;
}

.menu-mobile {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 81, 144, 0.95);
	z-index: 1000;
	padding: 60px 20px 20px;
	box-sizing: border-box;
	overflow-y: auto;
}

.menu-mobile.active {
	display: block;
}

.menu-mobile ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	max-width: 400px;
	margin: 0 auto;
	margin-top: 15px;
}

.menu-mobile li {
	width: 100%;
	text-align: center;
}

.menu-mobile a {
	display: block;
	color: white;
	font-size: 18px;
	padding: 15px;
	text-decoration: none;
	border-radius: 8px;
	transition: all 0.3s ease;
	/* background-color: rgba(255, 255, 255, 0.1); */
}

.menu-mobile a:hover {
	background-color: rgba(255, 255, 255, 0.2);
	transform: translateY(-2px);
}

.menu-mobile img {
	max-width: 120px;
	height: auto;
	filter: brightness(0) invert(1);
}

.menu-close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: transparent;
	border: none;
	color: white;
	font-size: 30px;
	cursor: pointer;
	padding: 10px;
	border-radius: 4px;
	transition: background-color 0.3s ease;
}

.menu-close:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 769px) {
	.menu-mobile {
		display: none !important;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	#menu {
		padding-left: 5px;
	}

	#menu li {
		margin: 0 2px;
	}

	#menu li a img {
		max-width: 90px;
		height: auto;
	}
}

@media (max-width: 480px) {
	.menu-toggle {
		top: -104px;
		right: 15px;
		font-size: 45px;
	}

	.menu-mobile {
		padding: 50px 15px 15px;
	}

	.menu-mobile ul {
		gap: 15px;
	}

	.menu-mobile a {
		font-size: 16px;
		padding: 12px;
	}

	.menu-mobile img {
		max-width: 100px;
	}

	.menu-close {
		top: 15px;
		right: 15px;
		font-size: 24px;
	}
}

html.menu-open,
body.menu-open {
	overflow: hidden !important;
	height: 100% !important;
}

.tr-submit {
    display: flex;
    justify-content: flex-end;
}

.btn-enviar {
    background: #005190;
    padding: 12px 40px;
    color: #fff;
    border: none;
    border-radius: 8px;
}