*{
	margin:0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

:target {
  scroll-margin-top: .8em;
}

body
{
	font-family: 'Roboto', sans-serif;
	font-size:0.9em;
	color:#525252;
}

@media (min-width:1024px){
body
{
	font-family: 'Roboto', sans-serif;
	font-size:1em;
	color:#525252;
}
}

p
{
	font-size:0.9em;
	line-height:36px;

}

@media (min-width:1024px){
p
{
	font-size:1em;
	line-height:36px;

}
}

.container
{
	width:100%;
	height:auto;
	background-color:#FFF;
	margin:0px;
}

h1
{
	font-family: 'Source Sans Pro', sans-serif;
	color: #3959a0;
	font-size: 2.9em;
	font-weight: 600;
	display:block;
	margin:10px;
	width:auto;
}

@media (min-width:1024px){
	h1	{
			font-size: 1.9em;
	}
}

.content
{
	width:100%;
	height:auto;
	margin-bottom:30px;
	display:block;
}

.content h1
{
	margin:10px auto;
	text-align:center;
}
	

#bg-cinza
{
	background-color:#ececec;
}


.content-left, .content-right
{
	width:90%;
	height:auto;
	padding:30px;
	margin:10px auto;
	display:block;
	float:none;
	text-align:center;

}

.content-right
{
		border-bottom:5px solid #525252;
}

@media (min-width:1024px){
.content-right
{
		border-bottom:none;
}
}

@media (min-width:1024px){
.content-left, .content-right
{
	width:35%;
	height:auto;
	margin:30px;
	float:left;
	display:block;
	text-align:left;

}
}
	

.content-left h1, .content-right h1
{
	text-align:center;
}

@media (min-width:1024px){
.content-left h1, .content-right h1
{
	text-align:left !IMPORTANT;
}
}

.content-right
{
	float:none;

}

@media (min-width:1024px){
.content-right
{
	float:right;

}
}


#largura
{
	width:none;

}

@media(min-width:1024px) {
#largura
{
	width:40%;

}
}
img
{
	display:block;
	width:100%;
	height:auto;
}

.menu
{
	width:100%;
	height:400px;
	background-color:#e9e9e9;
    border-bottom:2px solid #3959a0;
}

@media (min-width:1024px){
.menu
{
	width:100%;
	height:190px;
	background-color:#e9e9e9;
    border-bottom:2px solid #3959a0;
}
}


.logotipo
{
	width:100%;
	height:auto;
	float:none;
	display:block;
	margin:0 auto;
}
@media (min-width:1024px){
.logotipo
{
	width:50%;
	height:auto;
	float:left;
	display:block;
	margin:10px;
}
}

.logotipo img
{
	width:50%;
	height:auto;
	margin:0 auto;
}

@media (min-width:1024px){
.logotipo img
{
	width:auto;
	height:auto;
	float:left;
}
}

.nav
{
	width:80%;
	height:auto;
	display:block;
	float:none;
	color:#3959a0;
	margin:0 auto;
	text-align:center;

}	

@media (min-width:1024px){
.nav
{
	width:20%;
	height:auto;
	display:block;
	float:right;
	color:#3959a0;
	margin-top:90px;

}	
}

.nav a, .nav a:hover
{
	color:#3959a0;
	text-decoration:none;
	font-size:2.3em;
}

@media (min-width:1024px){
.nav a, .nav a:hover
{
	color:#3959a0;
	text-decoration:none;
	font-size:1em;
}
}

.nav a:hover
{
	color:#0098da;
}

.slider
{
	width:100%;
	height:10%;
	margin-bottom:10px;
	background:url("../banner-us.jpg") no-repeat top center;
	background-size:100%;
	padding-top:410px;
}

@media (min-width:1024px){
.slider
{
	width:100%;
	height:40%;
	margin-bottom:10px;
	background:url("../banner-us.jpg") no-repeat top center;
	background-size:100%;
	padding-top:560px;
}
}


.servicos
{
	display:block;
	width:80%;
	min-height:90px;
	height:auto;
	min-height:95px;
	background:url("icon-logo-mezete.png") left center no-repeat;
	border:1px solid #e3e3e3;
	border-bottom:3px solid #b3b3b3;
	float:none;
	padding-left:90px;
	padding-top:20px;
	padding-bottom:20px;
	margin:30px auto;


}

.servicos p
{
	font-size:2.3em;
}

@media (min-width:1024px){
.servicos p
{
	font-size:1em;
}
}


@media (min-width:1024px){
.servicos
{
	display:block;
	width:38%;
	min-height:90px;
	height:auto;
	min-height:95px;
	background:url("icon-logo-mezete.png") left center no-repeat;
	border:1px solid #e3e3e3;
	border-bottom:3px solid #b3b3b3;
	float:left;
	padding-left:90px;
	margin:30px;


}
}

.servicos a, .servicos a:hover
{
	color:#9e053b;
	text-decoration:none;
}

.servicos a:hover
{

	text-decoration:underline;
}

@media (min-width:1024px){
.possoajudar a, .possoajudar a:hover
{
	display:block;
	color:#FFF;
	width:25%;
	height:auto;
	border: 2px solid #4da92c;
	border-radius: 10px;
	background:url("../imagens/whatsapp.png") no-repeat left center #4da92c;
	text-align: center;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	text-decoration: none;
	font-size:3.3em;
}
}



.possoajudar a, .possoajudar a:hover
{
	display:block;
	color:#FFF;
	width:150px;
	height:auto;
	border: 2px solid #4da92c;
	border-radius: 10px;
	background:url("../imagens/whatsapp.png") no-repeat left center #4da92c;
	text-align: center;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	text-decoration: none;
	font-size:1em;
	
}


	
.possoajudar a:hover
{
	background-color:#72c056;
}

@media (min-width:1024px){
.solicitar a, .solicitar a:hover
{
	display:block;
	color:#FFF;
	width:25%;
	height:auto;
	border: 2px solid #3959a0;
	border-radius: 10px;
	background-color:#3959a0;
	text-align: center;
	padding:10px;
	text-decoration: none;
	margin-top:10px auto;
	font-size:2.3em;
}
}



.solicitar a, .solicitar a:hover
{
	display:block;
	color:#FFF;
	width:150px;
	height:auto;
	border: 2px solid #3959a0;
	border-radius: 10px;
	background-color:#3959a0;
	text-align: center;
	padding:10px;
	text-decoration: none;
	margin-top:10px;
	font-size:1em;
}


.solicitar a:hover
{
	background-color:#0098da;
    border: 2px solid #0098da;
}

.consultasonline
{
	width:80%;
	height:auto;
	margin:0 auto;
	float:none;
	text-align:center;
	border-bottom:2px solid #e3e3e3;
}

@media (min-width:1024px){
.consultasonline
{
	width:30%;
	height:auto;
	margin:10px;
	float:left;
	text-align:center;
	border-bottom:none;
}
}

@media (min-width:1024px){
.btnconsultar a, .btnconsultar a:hover
{
	display:block;
	color:#FFF;
	width:30%;
	height:auto;
	border: 2px solid #9e053b;
	border-radius: 10px;
	background-color:#9e053b;
	text-align: center;
	padding:10px;
	text-decoration: none;
	margin:10px auto;
	font-size:2.3em;
}
}


.btnconsultar a, .btnconsultar a:hover
{
	display:block;
	color:#FFF;
	width:150px;
	height:auto;
	border: 2px solid #9e053b;
	border-radius: 10px;
	background-color:#9e053b;
	text-align: center;
	padding:10px;
	text-decoration: none;
	margin:10px auto;
	font-size:1em;
}


.btnconsultar a:hover
{
	background-color:#0098da;
}

.consultaonline p
{
	font-size:2.3em;
}

@media (min-width:1024px){
.consultaonline p
{
	font-size:1em;
}
}


.consultasonline img
{
	width:200px;
	height:auto;
	margin-bottom:10px;
	border:2px solid #9e053b;
	margin-left:auto;
	margin-right:auto;
}

.consultasonline h1
{
	font-size:1.5em;
	text-transform:uppercase;
	display:block;
	width:auto;
	text-align:center;
	
}

.clear
{
	clear:both;
}

.ancora
{
	width:60px;
	height:60px;
	float:right;
	display:block;
}

.maisservicos
{
	width:100%; 
	height:auto; 
	text-align:center;
	clear:both;
	margin-bottom:20px;
}

.maisservicos a, .maisservicos a:hover
{
	color:#9e053b;
	text-decoration:none;
}

.maisservicos a:hover
{
	text-decoration: underline;
}

.footer
{
	width:auto;
	margin:0;
	height:auto;
	padding:30px;
	text-align:center;
	color:#787470;
	background:#e9e9e9;
	border-top:2px solid #b6b6b6;
	border-bottom:1px solid #4b4b4b;
}

.footer a, .footer a:hover
{
		color:#9e053b;
	text-decoration:none;

}

.footer a:hover
{
		text-decoration: underline;
}





