html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
img{
	max-width: 100%;
    height: auto;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* FIM DO CSS RESET */

body{
	width:100%;
	margin:0 auto;
	background-image:url('../imagens/bg.jpg'); /* no-repeat fixed top center; 
	-webkit-background-size:cover; 
	-moz-background-size:cover; 
	-o-background-size:cover; 
	background-size: cover; */
	font-family:'Verdana' !important;
}
	
@font-face {
    font-family: 'corporate_hqregular';
    src: url('../fonte/corp-webfont.eot');
    src: url('../fonte/corp-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonte/corp-webfont.woff') format('woff'),
         url('../fonte/corp-webfont.ttf') format('truetype'),
         url('../fonte/corp-webfont.svg#corporate_hqregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
	
::-moz-selection{
background:#ffe716;
color:#FFF;
}
::selection {
background:#ffe716;
color:#FFF;
}
	
input:focus {
  outline: none;
}
textarea:focus{
 outline:none;
}

#master{
	width:100%;
	}
	
/*In�cio Estilo Splash*/
	
#splash{
		width:900px;
		height:auto;
		margin-top:30px;
		margin:0 auto;
		}
		
#splash h1{
		font-family:'corporate_hqregular';
		font-size:31px;
		text-align:center;
		}
		
#splash h2{
		font-family:'corporate_hqregular';
		font-size:31px;
		text-align:center;
		}
		
#splash h3{
		font-family:'Impact';
		font-size:43px;
		text-align:center;
		color:#663300;
		text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff, #c0c0bc -0.1em 0.1em 0em;
		letter-spacing:2px;
		font-style:italic;	
		float:left;		
		margin-left:330px;
		margin-top:30px;
		}
		
#splash .buttonEntrar{
				float:right;
				margin-top:35px;
				margin-right:100px;
				}
				
#splash .logos{
			float:left;
			margin-top:30px;
			margin-left:190px;
			}
			
#splash .texto{
			float:left;
			margin-left:210px;
			text-align:center;
			font-family:'Verdana';
			font-size:30px;
			margin-top:40px;
			color:#663300;
			text-shadow: -1px 0 #69624d, 0 1px #69624d, 1px 0 #69624d, 0 -1px #69624d;
			letter-spacing:3px;
			}
			
#infoFinal{
		width:100%;
		float:left;
		margin-top:30px;
		margin-bottom:20px;
		}
				
#infoFinal h1{
		font-size:50px;
		color:#333333;
		font-family:'corporate_hqregular';
		text-align:center;
		text-shadow:#bfbfbf 0.05em 0.05em 0em;
		}
		
#infoFinal p{
		text-align:center;
		color:#ffffff;
		font-weight:bold;
		font-size:11px;
		}
		
#infoFinalInterna{
			float: right;
			margin-bottom: 20px;			
			}
	
#infoFinalInterna h1{
				font-size:50px;
				color:#333333;
				font-family:'corporate_hqregular';
				text-align:center;
				text-shadow:#bfbfbf 0.05em 0.05em 0em;
				}
				
#infoFinalInterna p{
				text-align:center;
				color:#ffffff;
				font-weight:bold;
				font-size:11px;
				}
					
/*Final Estilo Splash*/

#conteudo{
		width:960px;
		min-height:100%;
		margin:0 auto;
		margin-top:10px;
		}
.clearfix::before,
.clearfix::after{
    content: "";
    display: table;
}
.clearfix::after {
clear: both;
}
.header{
	position:relative;
	margin:0 auto;
	width: 100%;
	display: flex;
	justify-content:left;
    align-items: center;
	height:auto;
	/*font-family:'corporate_hqregular';*/
}

.header_logos img{
	max-width:135px;
	height: auto;
}
.header_text-center{
	position: relative;
	display: block;
	text-align: center;
	font-size:18px;
	color:white; 
	margin-left:8px;
	padding:5px;
	/*Estilo para a Fonte:*/
	font-family: 'Univers Condensed';
    font-weight: bold;
    font-style: normal;
}
.header_text-right{
	position: relative;
	display: block;
	text-align: center;
	font-size:22px;
	margin-left:8px;
	padding:5px;
	text-transform: uppercase;
	/*Estilo para a Fonte:*/
	font-family: 'Univers Condensed';
    font-weight: bold;
    font-style: normal;
	
}
.solucao_ideal{
	position: relative;
	display: flex;
	justify-content:center;
    align-items: center;
    margin:60px 0px;
    color:white;
    font-size: 16px;
}
.solucao_ideal_box{
	text-align: center;
	max-width:70%;
	background-color: #3a1411;
	border-radius:10px;
	border:solid white 4px;
	padding:20px;

}
.solucao_ideal_box h1{
	padding-bottom: 10px;
	font-size: 38px;
	/*Estilo para a Fonte:*/
	font-family: 'Univers Condensed';
    font-weight: bold;
    font-style: normal;
}
.solucao_ideal_box p{
	/*Estilo para a Fonte:*/
	font-size:22px;
	font-family: 'Calibri';
    font-weight: 700;
    font-style: normal;
}
/*Estilos para o Formulário de Acesso página Home:*/

#ladoEsquerdo{
			width:200px;
			float:left;
			}
.content{
	position: relative;
	justify-content:left;
	vertical-align: top;
}
.content_atendimento{
	position: relative;
	display: flex;
	justify-content:center;
    align-items:center;
}		
.content .acesso{
					width:300px;
					float:left;
					}
					
.content .acesso h1{
					font-size:16px;
					text-transform:uppercase;
					font-family:'Verdana';
			        display: inline-block;
			        background-color: #3a1411;
			        color:white;
			        text-align: center;
			        padding: 5px;
			        width:155px;
			        box-shadow: 0px 2px 17px 6px rgba(255,255,0,1);
			        border-radius:3px;
			        margin-bottom:5px;
					}
					
.content .acesso h2{
					width:76px;
					height:20px;
					background-image:url('../imagens/opcao.png');
					background-repeat:no-repeat;
					font-weight:bold;
					font-size:13px;
					padding:8px;
					}
					
.content .acesso .box1{
						width:160px;
						height:83px;
						background-color:#fed600;
						border:1px solid #3a1411;
						border-radius:10px;
						padding:5px;
						margin-bottom:25px;
						}
						
.content .acesso .box2{
						width:155px;
						height:83px;
						background-color:#fed600;
						border:1px solid #3a1411;
						border-radius:10px;
						padding:5px;
						}
						
.content .acesso label{
						font-size:14px;
						float:left;
						color:#ffffff;
						background-color:#3a1411;
						padding:6px;
						}
						
.content .acesso input{
						width:83px;
						height:22px;
						float:left;
						margin-bottom:5px;
						background-color:#ecd8c0;
						border:0px;
						border:1px solid #3a1413;
						font-size:10px;
						}
						
.content .acesso .buttonOk{
							width:58px;
							height:21px;
							float:right;
							background-image:url('../imagens/entrar.jpg');
							background-repeat:no-repeat;
							border:0px !important;
							cursor:pointer;
							}

.content .banner{
	width:400px;
	height:87px;
	margin:0 auto;
	margin-top:25px;
	background-color:#ffffff;
	border:1px solid #b38e59;
	border-radius:5px;
	float:left;
	}

.filiar_trabalheconosco{
	position: relative;
	display: flex;
	justify-content:center;
    align-items: center;
    margin-top:30px;

}
.afiliar,.trabalheConosco{
	text-decoration: none;
	margin:40px 80px;
}
.afiliar a,.trabalheConosco a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	background-color: #3a1411;
	padding:10px 10px;
	text-align: center;
	border-radius:5px;
	width:180px;
	color:white;
	font-weight: 400;
	border: solid #ffe716 3px;
	text-transform: uppercase;
}
.contato_whatsapp{
	position: relative;
	display: flex;
	justify-content:center;
    align-items: center;
}
.satisfacao img{
  max-width: 150px;
}
#topo{
	position:relative;
	width:960px;
	height:auto;
	margin-top:40px;
	float:left;
	z-index:9999;
	}
	
#topo .menu{
		/*width:390px;*/
		/*float:left;*/
		width: 100%;
		margin:0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom:30px;
		}
		
#topo .menu ul li{
			float:left;
			margin-left:3px;
			margin-bottom:3px;
			padding:7px;
			background-color:#663300;
			text-transform:uppercase;
			color:#ffff00;
			font-family:'Verdana';
			font-size:12px;
			font-weight:bold;
			border:1px solid #291d0d;
			border-radius:3px;
			}
			
#topo .menu a,visited{
				color:#ffff00;
				text-decoration:none;
				}
		
#topo .texto{
			width:400px;
			float:right;
			font-weight:bold;
			}
			
#topo .texto h1{
		font-family:'Arial';
		font-size:16px;
		color:#403b34;
		text-align:center;
		}
		
#topo .texto h2{
		font-family:'Arial';
		font-size:16px;
		color:#403b34;
		text-align:center;
		}
		
#topo .texto h3{
			font-family:'Arial';
			font-size:22px;
			color:#403b34;
			text-align:center;
			margin-top:5px;
			}
			
#topo .texto h4{
			font-family:'Arial';
			font-size:16px;
			color:#403b34;
			text-align:center;
			margin-top:5px;
			}
			
#topo .texto p{
			text-align:center;
			font-family:'Arial';
			color:#403b34;
			font-size:15px;
			font-weight:bold;
			margin-top:10px;
			}
			
#ladoEsquerdo{
			width:200px;
			float:left;
			}
			
#ladoEsquerdo .acesso{
					width:200px;
					float:left;
					}
					
#ladoEsquerdo .acesso h1{
					font-size:16px;
					text-transform:uppercase;
					font-family:'Verdana';
					margin-bottom:35px;
					}
					
#ladoEsquerdo .acesso h2{
					width:76px;
					height:20px;
					background-image:url('../imagens/opcao.png');
					background-repeat:no-repeat;
					font-weight:bold;
					font-size:13px;
					padding:8px;
					}
					
#ladoEsquerdo .acesso .box1{
						width:155px;
						height:83px;
						background-color:#fed600;
						border:1px solid #3a1411;
						border-radius:10px;
						padding:5px;
						margin-bottom:25px;
						}
						
#ladoEsquerdo .acesso .box2{
						width:155px;
						height:83px;
						background-color:#fed600;
						border:1px solid #3a1411;
						border-radius:10px;
						padding:5px;
						}
						
#ladoEsquerdo .acesso label{
						font-size:14px;
						float:left;
						color:#ffffff;
						background-color:#3a1411;
						padding:6px;
						}
						
#ladoEsquerdo .acesso input{
						width:83px;
						height:22px;
						float:left;
						margin-bottom:5px;
						background-color:#ecd8c0;
						border:0px;
						border:1px solid #3a1413;
						font-size:10px;
						}
						
#ladoEsquerdo .acesso .buttonOk{
							width:58px;
							height:21px;
							float:right;
							background-image:url('../imagens/entrar.jpg');
							background-repeat:no-repeat;
							border:0px !important;
							cursor:pointer;
							}
						
#ladoEsquerdo .afiliar{
					margin-top:30px;
					float:left;
					}

#centro{
	width:335px;
	float:left;
	margin-left:70px;
	}
	
#centro .banner{
	width:335px;
	height:87px;
	margin:0 auto;
	margin-top:55px;
	background-color:#ffffff;
	border:1px solid #b38e59;
	border-radius:5px;
	float:left;
	}

#centro .promocao{
	width:335px;
	height:87px;
	margin:0 auto;
	margin-top:85px;
	background-color:#ffffff;
	border:1px solid #b38e59;
	border-radius:5px;
	float:left;
}

#centro .promocao img{
	max-width:335px;
}
			
#centro .trabalheConosco{
					float:left;
					margin-top:120px;
					margin-left:65px;
					}
			
#ladoDireito{
			width:250px;
			float:right;
			margin-left:80px;
			}
			
#ladoDireito .logos{
				text-align: right;
                margin-right: 12px;
                margin-top: 45px;
				}
				
#ladoDireito .logos img{
					margin-bottom:10px;
					}
				
#conteudoInterno{
				width:400px;
				height:auto;
				float:left;
				}
				
#conteudoInterno h1{
				font-family:'Verdana';
				font-size:12px;
				font-weight:bold;
				color:#663300;
				margin-left:10px;
				}
				
#conteudoInterno .descricao{
						padding:10px;
						}
				
#conteudoInterno p{
				font-family:'Verdana';
				font-size:10px;
				color:#663300;
				text-align:justify;
				line-height:15px;
				}
				
#conteudoInterno .descricao .imgAtendimento{
										float:left;
										}
									
#conteudoInterno .descricao .infoAtendimento p{
											width:240px;
											float:left;
											font-family:'Verdana';
											font-size:10px;
											text-align:justify;
											line-height:15px;
											color:#111111;
											text-align:center;
											}
											
#conteudoInterno .descricao .atendimentoFinal{
											float:left;
											width:400px;
											margin-top:30px;
											}
											
															
#barraLateral{
			width:250px;
			float:right;
			}
				
#barraLateral .logoUnica{
                    width: 200px !important;
					margin-top:45px;
					background-color:#996633;
					border-radius:10px;
					float:right;
					}
#barraLateral .logoUnica img{
    width: 200px !important;
}
#footerInterno{
		width:1090px;
		float:left;
		margin-top:30px;
		margin-bottom:20px;
		}
				
#footerInterno h1{
		font-size:50px;
		color:#333333;
		font-family:'corporate_hqregular';
		text-align:right;
		text-shadow:#bfbfbf 0.05em 0.05em 0em;
		}
		
#footerInterno p{
		text-align:center;
		color:#ffffff;
		font-weight:bold;
		}
		
/* Formul�rio Cadastro */

#conteudo .cadastro{
				font-family:'Verdana';
				margin-top:20px;
				padding:20px;
				border:10px groove #949494;
				float:left;
				}
				
#conteudo .cadastro .titulo{
						margin:0 auto;
						font-size:20px;
						text-transform:uppercase;
						font-weight:bold;
						text-align:center;
						padding:5px;
						background-color:#949494;
						border-radius:10px;
						color:#ffffff;
						}
						
#conteudo .cadastro label{
					font-size:12px;
					text-transform:uppercase;
					font-weight:bold;
					color:#313131;
					}
					
#conteudo .cadastro input{
					width:180px;
					background-color:#ffffff;
					border:1px solid #949494;
					}
					
#conteudo .cadastro .checkbox{
							width:5px;
							height:5px;
							}
							
#conteudo .cadastro .enviar{
						width:150px;
						height:35px;
						background-image:url('../imagens/enviar.jpg');
						background-repeat:no-repeat;
						margin-top:15px;
						border:none;
						}
							
/* Contrato */

#contrato{
		width:780px;
		height:auto;
		float:left;
		padding:20px;
		}

#contrato .topo{
			float:left;
			width:800px;
			}

#contrato .topo .logo{
				width:180px;
				height:124px;
				float:left;
				}
							
#contrato .topo h1{
			font-size:23px;
			color:#111111;
			text-align:center;
			margin-top:20px;
			margin-left:40px;
			font-weight:bold;
			float:left;
			}
						
#contrato .topo p{
			text-align:center;
			font-weight:bold;
			font-size:13px;
			line-height:16px;
			float:left;
			margin-left:20px;
			margin-top:20px;
			}
							
#contrato .formTopo{
				float:right;
				margin-top:20px;
				}
				
#contrato .formTopo label{
					font-weight:bold;
					font-size:14px;
					}
					
#contrato .formTopo input{
					width:195px;
					border:1px solid #6c6c6c;
					}
					
#contrato .formTopo .linha{
						border:0px;
						border-bottom:1px solid;
						}

#contrato h2{
		width:800px;
		font-size:15px;
		float:left;
		text-transform:uppercase;
		font-weight:bold;
		text-align:center;
		padding:5px;
		background-color:#949494;
		border-radius:10px;
		color:#ffffff;
		margin-top:20px;
		}
		
#conteudoContrato{
				float:left;
				width:760px;
				margin-top:20px;
				border:10px groove #949494;
				padding:15px;
				font-size:12px;
				line-height:20px;
				}
				
#contratante{
			width:100%;
			margin-top:20px;
			float:left;
			}
			
#dadosSocio{
			width:100%;
			margin-top:20px;
			float:left;
			}
			
#condicoesGerais{
				width:100%;
				margin-top:20px;
				float:left;
				}
				
#conteudoContrato h2{
				width:100%;
				font-size:15px;
				float:left;
				text-transform:uppercase;
				font-weight:bold;
				text-align:center;
				padding:5px;
				background-color:#949494;
				border-radius:10px;
				color:#ffffff;
				}
				
#conteudoContrato .infoDireita{
							margin-left:30px;
							font-weight:bold;
							}
							
#conteudoContrato .label{
					font-weight:bold;
					}
					
#conteudoContrato .importante{
							font-weight:bold;
							text-transform:uppercase;
							}
							
/* Formul�rio Franquias */

#conteudo .cadastroFranquia{
				font-family:'Verdana';
				padding:10px;
				float:left;
				}
						
#conteudo .cadastroFranquia label{
					font-size:11px;
					text-transform:uppercase;
					font-weight:bold;
					color:#313131;
					}
					
#conteudo .cadastroFranquia input{
					width:180px;
					background-color:#ffffff;
					border:1px solid #949494;
					font-family:'Verdana';
					font-size:11px;
					}
					
#conteudo .cadastroFranquia .botao{
							width:100px;
							height:25px;
							background-color:#663200;
							border:1px solid #fed700;
							color:#fed700;
							}
/*
body.atendimento-novo {
	background: #996533;
	background-image: linear-gradient(to bottom, #683402 5%, #996533 20%);
}
*/

.menu-novo ul li {
	float: left;
	margin-left: 3px;
	margin-bottom: 3px;
	padding: 7px;
	background-color: #663300;
	text-transform: uppercase;
	color: #ffff00;
	font-family: 'Verdana';
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #291d0d;
	border-radius: 3px;
}

.menu-novo a,visited {
	color: #ffff00;
	text-decoration: none;
}

.header-atendimento {
	width: 100%;
	margin-top: 10px;
}

.header-atendimento .header-left,
.header-atendimento .header-right {
	display: inline-block;
}

.header-atendimento .header-internal {
	display: inline-block;
	margin-top: 30px;
	vertical-align: top;
	text-align: center;
}

.header-atendimento .header-internal h1 {
	margin-bottom: 5px;
	font-family: 'Impact', sans-serif !important;
	font-size: 18px !important;
	letter-spacing: 1px !important;
	color: #fff !important;
}

.header-atendimento .header-internal h2 {
	color: #ffff00 !important;
}

.header-atendimento .header-left {
	float: left;
}

.post-header {
	display: block;
	padding-top: 130px;
	text-align: center;
	color: #fff;
}

.post-header h3 {
	font-family: 'Impact', sans-serif;
	letter-spacing: 1px;
	font-size: 28px;
}

.post-header h3.styled {
	padding-top: 10px;
	font-size: 40px;
	font-family: 'Impact';
	text-align: center;
	letter-spacing: none;
	color: #333333;
    text-shadow: #bfbfbf 0.05em 0.05em 0em;
}

.header-atendimento .header-right {
	float: right;
}



.row{
	width:98%;
	top: 0px;
	margin: 0%;
	padding: 0%;
	vertical-align: top;
	margin-left: 10px;

	
}
.col_first{
	width: 49%;
	display: inline-block;
}
.col_last{
	width: 49%;
	display: inline-block;
	float: right;
}

.sol_ideal{
	justify-content:center;
	align-items: center;
	margin:0px 0px;
	color:white;
	font-size: 16px;
	text-align: center;
	max-width:100%;
	background-color: #3a1411;
	border-radius:13px;
	border:solid white 4px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 30px;
	/*Estilo para a Fonte:*/
	font-family: 'Univers Condensed';
	font-weight: bold;
	font-style: normal;
}

.sol_ideal_texto{
	/*Estilo para a Fonte:*/
	text-align: center;
	padding-top:20px;
	font-size:18px;
	font-family: 'Calibri';
	font-weight: 700;
	font-style: normal;
	color: #3a1411;
	font-family: 'Univers Condensed';
	font-weight: bold;
	font-style: normal;
}
.botoes_opcoes{
	text-decoration: none;
	margin-top:20px;
}
.botoes_opcoes a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	background-color: #3a1411;
	padding:10px 10px;
	text-align: center;
	border-radius:5px;
	width:180px;
	color:white;
	font-weight: 400;
	font-size: 14px;
	font-weight: bold;
	border: solid #ffe716 3px;
	text-transform: uppercase;
}
.botao_entrar{
	text-decoration: none;
	margin: 40px 70px 40px 0px;
}
.botao_entrar a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	background-color: #3a1411;
	padding:10px 18px;
	text-align: center;
	border-radius:10px;
	color:white;
	font-weight: 400;
	font-size: 26px;
	font-weight: bold;
	border: solid #ffe716 3px;
	text-transform: uppercase;
}