@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://use.fontawesome.com/releases/v5.6.0/css/all.css");

body
{
margin:0px;
background-size: 100%;
}

img
{
border:0px;
}

a
{
color:inherit;
text-decoration:none;
}

a:hover
{
color:#0E579D;
text-decoration:none;
}

a,
input
{
/* Fade */
transition:.2s;
-moz-transition:.2s;
-webkit-transition:.2s;
-opera-transition:.2s;
}

.pagina.index
{
background:url(../imagens/background/background_rodape.jpg) bottom center no-repeat;
}

.pagina.interna
{
background:url(../imagens/background/background_rodape.jpg) bottom center no-repeat;
}

.pagina.conheca
{
background:url(../imagens/background/background_conheca.jpg) top center no-repeat,
		   url(../imagens/background/background_rodape.jpg) bottom center no-repeat;
}

  @media screen and (max-width:1024px)
  {
	.pagina.conheca
	{
	background:url(../imagens/background/background_interna_mobile.jpg) top center no-repeat,
	           url(../imagens/background/background_rodape.jpg) bottom center no-repeat;
	}
  }

.pagina .topo
{
margin:0px auto 0px auto;
display:block;
 
z-index: 9999;	
position:relative;
max-width:1200px;
height:240px;
}

  @media screen and (max-width:1024px)
  {
	.pagina .topo
	{
	height:145px;
	}
  }

.pagina .topo .logomarca
{
position:absolute;
top:30px;
left:10px;

width:300px;
}

  @media screen and (max-width:1024px)
  {
	.pagina .topo .logomarca
	{
    top:35px;
	margin:0px;
	width:220px;
	}
  }

.pagina .topo .atendimento
{
position:absolute;
top:45px;
right:10px;

display:inline-block;
width:200px;
}

.pagina .topo .atendimento .titulo-atendimento
{
font-family:'Montserrat', sans-serif;
font-size:17px;
line-height:20px;
color:#15559A;
font-weight:500;
text-align:center;	
}

.pagina .topo .atendimento a
{
font-family:'Montserrat', sans-serif;
font-size:19px;
line-height:22px;
color:#FFFFFF;
font-weight:700;
text-align:center;

background:#15559A;
margin:8px 0px 0px 0px;
padding:6px;
display:inline-block;

width:100%;
border-radius:5px;
}

.pagina .topo .atendimento a:hover
{
background:#0E3867;
}

.pagina .topo .atendimento a small
{
font-weight:500;
}

  @media screen and (max-width:1024px)
  {	  
	.pagina .topo .atendimento
	{
	display:none;
	} 
  }

.pagina .topo .whatsapp-topo
{
position:absolute;
top:45px;
right:280px;

display:inline-block;
width:200px;
}

.pagina .topo .whatsapp-topo .titulo-atendimento
{
font-family:'Montserrat', sans-serif;
font-size:17px;
line-height:20px;
color:#00C788;
font-weight:500;
text-align:center;	
}

.pagina .topo .whatsapp-topo a
{
font-family:'Montserrat', sans-serif;
font-size:19px;
line-height:22px;
color:#FFFFFF;
font-weight:700;
text-align:center;

background:#00C788;
margin:8px 0px 0px 0px;
padding:6px;
display:inline-block;

width:100%;
border-radius:5px;
}

.pagina .topo .whatsapp-topo a:hover
{
background:#008A5E;
}

.pagina .topo .whatsapp-topo a small
{
font-weight:500;
}

  @media screen and (max-width:1024px)
  {	  
	.pagina .topo .whatsapp-topo
	{
	display:none;
	} 
  }

.pagina .topo .btn-menu
{
display:none;
}

  @media screen and (max-width:1024px)
  {
	.pagina .topo .btn-menu
	{
	font-size:30px;
	line-height:33px;
	color:#0057A1;
	
	position:absolute;
	top:52px;
	right:10px;
	
	display:block;
	}
	
	.pagina .topo .btn-menu:hover
	{
	color:#F85654;
	}
  }

.pagina .topo .btn-menu-fechar
{
display:none;
}

  @media screen and (max-width:1024px)
  {
	.pagina .topo .btn-menu-fechar.active
	{
	font-size:27px;
	line-height:30px;
	color:#FFFFFF;
	
	position:absolute;
	z-index:9998;
	top:20px;
	right:20px;
	
	display:block;
	}
	
	.pagina .topo .btn-menu-fechar:hover
	{
	color:#FF5553;	
	}
  }

.pagina .topo .btn-menu-voltar
{
display:none;
}

  @media screen and (max-width:1024px)
  {
	.pagina .topo .btn-menu-voltar.active
	{
	position:absolute;
	z-index:9998;
	top:309px;
	right:94px;
	
	display:none;
	}
  }
  
.pagina .topo .separador
{
position:absolute;
z-index:9996;
top:170px;
right:0px;
left:0px;

background:#EAEAEA;

height:4px;
width:100%;	
}

  @media screen and (max-width:1024px)
  {	  
	.pagina .topo .separador
	{
	display:none;
	} 
  }

.pagina .topo .menu
{
background:none;

position:absolute;
z-index:9996;
top:190px;
right:10px;
left:10px;

padding:0px;
margin:0px auto;	
display:block;

width:100%;
max-width:835px;
}

.pagina .topo .menu > li
{
background:url(../imagens/icone_menu.png) right no-repeat;

padding:0px 10px 0px 10px;	 
margin:0px 0px 0px 0px;

display:block;
position:relative;
float:left;
}

.pagina .topo .menu > li:last-child
{
background:none;
}

.pagina .topo .menu > li > a
{
font-family:'Montserrat', sans-serif;
font-size:14px;
line-height:17px;
color:#15559A;
font-weight:600;	

padding:10px 15px;
margin:0px;

display:inline-block;
}

.pagina .topo .menu > li > a:hover,
.pagina .topo .menu > li > a.active
{
color:#FFFFFF;
background:#0F589D;
}
  
.pagina .topo .menu,
.pagina .topo .menu ul
{
padding:0px;
list-style:none;
}

.pagina .topo .menu > li > ul
{
background:#795132;

position:absolute;
z-index:9996;
top:36px;
left:0px;

display:none;
width:260px;

/*Borda Arredondada*/
-moz-border-radius:0px 4px 4px 4px;
-webkit-border-radius:0px 4px 4px 4px;
-opera-border-radius:0px 4px 4px 4px;
border-radius:0px 4px 4px 4px;
}

.pagina .topo .menu > li:hover > ul,
.pagina .topo .menu > li.active > ul
{
display:block;
}

.pagina .topo .menu > li > ul > li
{
position:relative;
}

.pagina .topo .menu > li > ul > li > a
{
font-family:'Montserrat', sans-serif;
font-size:13px;
line-height:16px;
color:#FFFFFF;
font-weight:600;

border-bottom:1px solid #98653F;

padding:10px;
display:block;
}

.pagina .topo .menu > li > ul > li:last-child > a
{
border-bottom:none;
}

.pagina .topo .menu > li > ul > li > a:hover,
.pagina .topo .menu > li > ul > li > a.active,
.pagina .topo .menu > li > ul > li:hover > a,
.pagina .topo .menu > li > ul > li.active > a
{
color:#FFFFFF;

background:#E8B76A;
}
	
  @media screen and (max-width:1024px)
  {
	.pagina .topo .menu
	{
	  background:#0057A1;
	
	  position:absolute;
	  z-index:9996;
	  top:0px;
	  right:0px;
	  left:0px;	
	
	  margin-bottom:0px;	
	  padding:20px 10px 20px 10px;
	  display:none;
	  width:100%;
	  max-width:100%;
		
	  border-radius:0px;
	}
	
	.pagina .topo .menu.active
	{
	  display:block;
	  text-align:center;	
	}
	
	.pagina .topo .menu > li
	{
	  background:none;
	  clear:both;	
	  
	  margin:0px;
	  padding:0px;
	  
	  width:100%;
	}
	
	.pagina .topo .menu > li > a > img
	{
	  display:none;
	}
		
	.pagina .topo .menu > li > a
	{
	  background:none;
	  
	  font-family:'Montserrat', sans-serif;
	  font-size:18px;
	  line-height:21px;
	  color:#FFFFFF;
	  font-weight:600;
	  text-align:center;
	
	  padding:6px 0px 10px 0px !important;
	  margin:0px auto 5px auto !important;
	  
	  width:270px;
	  display:inline-block;
	  
	  border-bottom:1px solid #FFFFFF;
	}
	
	.pagina .topo .menu > li > a:hover,
	.pagina .topo .menu > li > a.active,
	.pagina .topo .menu > li:hover > a,
	.pagina .topo .menu > li.active > a
	{
	  color:#FFFFFF;
	}
	
	.pagina .topo .menu > li > a:before 
	{
	  background:#FF5553;
	}
	
	.pagina .topo .menu > li > a:hover
	{
	  color:#FFFFFF;
	  background:#FF5553;
	}
	
	.pagina .topo .menu > li > ul
	{
	background:none;
	
	position:inherit;
	z-index:9996;
	top:0px;
	left:0px;
	
	display:none;
	width:270px;
	}
	
	.pagina .topo .menu > li:hover > ul,
	.pagina .topo .menu > li.active > ul
	{
	margin:0px auto;
	display:block;
	}
	
	.pagina .topo .menu > li > ul > li > a
	{
	font-family:'Montserrat', sans-serif;
	font-size:14px;
	line-height:17px;
	color:#D7B536;
	font-weight:500;
	letter-spacing:0px;
	text-align:center;
	
	padding:10px 0px 10px 0px;
	
	border-bottom:none;
	}
  }

.pagina .menu-background
{
display:none;
}

  @media screen and (max-width:1024px)
  {
	.pagina .menu-background.active
	{
	background:#000001;
	
	position:fixed;
	z-index:9994;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	
	display:block;
	opacity:0.6;
	}
  }

.pagina .rodape
{
margin:0px auto 0px auto;
display:block;

position:relative;
width:100%;
height:410px;
}

  @media screen and (max-width:1024px)
  {	  
	.pagina .rodape
	{
	height:590px;
	} 
  }

.pagina .rodape #map
{
border-top:8px solid #D9D9D9;
border-bottom:8px solid #D9D9D9;
}

.pagina .rodape .info
{
margin:0px auto 0px auto;
display:block;

position:relative;

width:100%;
max-width:1200px;	
}

.pagina .rodape .info .fale-conosco
{
font-family:'Montserrat', sans-serif;
font-size:14px;
line-height:14px;
color:#0E579D;
font-weight:500;

position:absolute;
top:33px;
left:10px;

width:220px;
}

.pagina .rodape .info .fale-conosco b
{
font-size:24px;
line-height:24px;
color:#0E579D;
font-weight:600;
}

.pagina .rodape .info .fale-conosco img
{
margin:0px 10px 0px 0px;
display:block;
float:left;
width:30px;
}

  @media screen and (max-width:1130px)
  {	  
	.pagina .rodape .info .fale-conosco
	{
	width:280px;
	} 
  }
  
  @media screen and (max-width:1024px)
  {	  
	.pagina .rodape .info .fale-conosco
	{
	right:10px;
	left:10px;
	margin:0px auto;
	padding:0px 0px 20px 30px;
	
	width:320px;
	
	border-right:none;
	border-bottom:1px solid #D9D9D9;	
	} 
  }

.pagina .rodape .info .redes-sociais
{
position:absolute;
top:38px;
right:125px;
}

.pagina .rodape .info .redes-sociais h2
{
font-family:'Montserrat', sans-serif;
font-size:15px;
line-height:25px;
color:#7A7A7A;
font-weight:500;

margin:0px 5px 0px 0px;
padding:0px;
float:left;	
}

.pagina .rodape .info .redes-sociais a
{
font-size:26px;
color:#F85654;

margin:0px 4px;
padding:0px;
float:left;	
}

.pagina .rodape .info .redes-sociais a:hover
{
color:#0E579D;
}

  @media screen and (max-width:1100px)
  {	  
	.pagina .rodape .info .redes-sociais
	{
	right:100px;
	} 
  }

  @media screen and (max-width:1024px)
  {	  
	.pagina .rodape .info .redes-sociais
	{
	top:130px;
	right:10px;
	left:10px;
	margin:0px auto;
	
	width:170px;	
	} 
  }

.pagina .rodape .info .menu-rodape
{
position:absolute;
top:30px;
right:10px;
left:10px;

margin:0px auto;
padding:12px 8px;
width:100%;
max-width:560px;

border-top:1px solid #D9D9D9;
border-bottom:1px solid #D9D9D9;
}

.pagina .rodape .info .menu-rodape a
{
font-family:'Montserrat', sans-serif;
font-size:15px;
line-height:18px;
color:#494949;
font-weight:600;
}

.pagina .rodape .info .menu-rodape a:hover
{
color:#F85654;
}

.pagina .rodape .info .menu-rodape b
{
font-size:15px;
line-height:15px;
color:#F85654;
font-weight:600;

padding:0px 8px;
}
  
  @media screen and (max-width:1024px)
  {	  
	.pagina .rodape .info .menu-rodape
	{
	display:none;
	} 
  }
  
.pagina .rodape .info .copyright
{
font-family:'Montserrat', sans-serif;
font-size:14px;
line-height:17px;
color:#7A7979;
font-weight:500;
text-align:center;

position:absolute;
top:90px;
left:10px;
right:10px;

width:calc(100% - 20px);
}

.pagina .rodape .info .quebra-linha
{
display:none;	
}
  
  @media screen and (max-width:1024px)
  {	  
	.pagina .rodape .info .copyright
	{
	text-align:center;
	
	top:180px;
	right:10px;
	left:10px;
	margin:0px auto;
	} 
	
	.pagina .rodape .info .quebra-linha
	{
	display:block;	
	}
  }
   
.pagina .rodape .info .developed
{
position:absolute;
top:44px;
right:10px;

width:90px;
}

  @media screen and (max-width:1024px)
  {	  
	.pagina .rodape .info .developed
	{
	top:260px;
	right:10px;
	left:10px;
	
	margin:0px auto;
	} 
  }

.pagina .conteudo
{
margin:0px auto 0px auto;
display:block;

position:relative;
padding:40px 10px 0px 10px;
max-width:1200px;
min-height:508px;
}

  @media screen and (max-width:1024px)
  {	  
	.pagina .conteudo
	{
	min-height:300px;
	} 
  }

.titulo-background
{
background:url(../imagens/background/background_titulo.jpg) top center no-repeat;

margin:0px auto;

height:120px;
width:100%;
max-width:1200px;
}

  @media screen and (max-width:1024px)
  {	  
	.titulo-background
	{
	background:#0057A1;
	display:inline-block;
	height:auto;
	} 
  }

.titulo-background h1.titulo
{
font-family:'Montserrat', sans-serif;
font-size:50px;
line-height:53px;
color:#FFFFFF;
font-weight:800;

margin:0px 0px 0px 60px;
padding:26px 0px 0px 0px;
display:inline-block;
float:left;
}

  @media screen and (max-width:1100px)
  {	  
	.titulo-background h1.titulo
	{
	margin:0px 0px 0px 40px;
	} 
  }
  
  @media screen and (max-width:1024px)
  {	  
	.titulo-background h1.titulo
	{
	font-size:37px;
    line-height:40px;
	
	margin:20px;
	padding:0px;
	} 
  }

.titulo-background .titulo-efeito
{
background:#FFFFFF;
height:1px;
width:100%;
max-width:550px;

margin:60px 50px 0px 0px;
padding:0px 0px 0px 0px;
display:block;
float:right;
}

  @media screen and (max-width:1100px)
  {	  
	.titulo-background .titulo-efeito
	{
	margin:60px 30px 0px 0px;
	} 
  }
  
  @media screen and (max-width:1024px)
  {	  
	.titulo-background .titulo-efeito
	{
	display:none;
	} 
  }

.titulo-interno
{
font-family:'Montserrat', sans-serif;
font-size:30px;
line-height:33px;
color:#504F4B;
font-weight:normal;
text-align:left;

margin:0px;
padding:0px;
}

.titulo-interno b
{
font-family:'Montserrat', sans-serif;
font-size:30px;
line-height:33px;
color:#504F4B;
font-weight:normal;

margin:0px;
padding:0px;
}

.texto
{
font-family:'Montserrat', sans-serif;
font-size:14px;
line-height:17px;
color:#504F4B;
font-weight:500;
text-align:justify;

margin:0px;
}

.texto b
{
color:#504F4B;
}

.texto-secundario
{
font-family:'Montserrat', sans-serif;
font-size:16px;
line-height:19px;
color:#0F3D6F;
font-weight:normal;
text-align:justify;
}

a.btn,
input.btn,
label.btn
{
font-family:'Montserrat', sans-serif;
font-size:16px;
line-height:19px;
font-weight:400;
font-style: normal;

height:25px;
padding:0px 15px;
}

a.btn-sm,
input.btn-sm,
label.btn-sm
{
font-size:12px;
line-height:15px;

padding:4px 12px 4px 12px;
}

a.btn-primary,
input.btn-primary,
label.btn-primary
{
border:none;
}

input.form-control,
select.form-control,
textarea.form-control
{
font-family:'Open Sans', sans-serif;
font-size:14px;
line-height:17px;
font-weight:400;
}

*[data-toggle="backtop"]
{
position:fixed;
z-index:9998;
right:10px;
bottom:10px;

display:none;
}

*[data-toggle="datepicker"]
{
background:url(../imagens/icone_input_calendario.png) right center no-repeat;

cursor:pointer !important;
}