@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800&display=swap');

body
{
margin:0px;
}

img
{
border:0px;
}

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

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

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

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

  @media screen and (max-width:1024px)
  {
	.pagina.index
	{
	background:url(../imagens/background/background_rodape_mobile.jpg) bottom no-repeat;	
	}
  }

.pagina .topo-fixo
{
background:none;
}

.pagina .topo-fixo.topo-fixo-menor
{
position:fixed;
z-index:9990;
right:0px;
left:0px;

background:#021C33;
border-bottom:2px solid #0CF95F;
}

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

position:relative;
max-width:1200px;
height:164px;
}

.pagina .topo.topo-menor
{
background:none;

height:90px;
}

  @media screen and (max-width:1024px)
  {
	.pagina .topo
	{
	height:90px;
	background:#090540;
	}
  }

.pagina .topo .logomarca
{
position:absolute;
top:40px;
z-index:9;

display:block;
margin:0px;

width:363px;
}

  @media screen and (max-width:1100px)
  {
	.pagina .topo .logomarca img
    {
	  width:250px;
	}
  }
  
  @media screen and (max-width:1040px)
  {
	.pagina .topo .logomarca img
    {
	  width:230px;
	}
  }

.pagina .topo.topo-menor .logomarca
{
position:inherit;
top:0px;
left:0px;

padding:20px;
float:left;
width:200px;
}

  @media screen and (max-width:1024px)
  {
	.pagina .topo .logomarca
	{
	  top: 15px;
	  right: 20px;
	  
	  float:right;
	  
	  width: 190px;
	}
	
	.pagina .topo .logomarca img
	{
      width: 190px;
	}
	
	.pagina .topo.topo-menor .logomarca
	{
	  top: 15px;
	  right: 20px;
	  
	  padding: 0px;
	  margin-right:20px;
	  float:right;
	  
      width: 190px;
	}
	
	.pagina .topo.topo-menor .logomarca img
	{
      width: 190px;
	}
  }
  
.pagina .topo .fone-topo
{
font-family:'Montserrat', sans-serif;
font-size:21px;
line-height:24px;
color:#FFFFFF;
font-weight:800;

position:absolute;
top:40px;
right:10px;
z-index:9;

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

.pagina .topo .fone-topo small
{
font-size:13px;
line-height:16px;
color:#FFFFFF;
font-weight:400;
}

.pagina .topo .fone-topo img.fone
{
margin:0px 8px 0px 8px;
display:inline-block;
}

.pagina .topo .fone-topo img
{
margin-left:8px;
display:inline-block;
}

.pagina .topo.topo-menor .fone-topo
{
display:none;	
}

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

  @media screen and (max-width:1024px)
  {
	.pagina .topo .btn-menu
	{
	position:absolute;
	top: 20px;
	left: 20px;
	
	display:block;
	}
	  
	.pagina .topo.topo-menor .btn-menu
	{
	top: 20px;
	}
  }
  
.pagina .topo .btn-menu-fechar
{
display:none;
}

  @media screen and (max-width:1024px)
  {
	.pagina .topo .btn-menu-fechar.active
	{
	position:absolute;
	z-index:9998;
	top: 30px;
	left: 280px;

	margin: 0px auto 0px 0px;
	display:block;
	
	width:53px;
	}
  }

  @media screen and (max-width:560px)
  {
	.pagina .topo .btn-menu-fechar.active
	{
	left: 220px;
	}
  }

.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 .menu
{
position:absolute;
top:100px;
right:10px;

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

  @media screen and (max-width:1240px)
  {
	.pagina .topo .menu
	{
	right:10px;
	}
  }

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

margin:0px 14px 0px 0px;
padding:0px 24px 0px 0px;
display:block;
float:left;	
}

  @media screen and (max-width:1240px)
  {
	.pagina .topo .menu > li
	{
	margin:0px 6px 0px 0px;
	padding:0px 12px 0px 0px;
	}
  }

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

margin:0px;
padding:0px;
}

.pagina .topo .menu > li > a
{
font-family:'Montserrat', sans-serif;
font-size:16px;
line-height:19px;
color:#0CF95F;
font-weight:800;

padding-bottom:5px;

transition:none;
}

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

border-bottom:2px solid #FFFFFF;
}

.pagina .topo.topo-menor .menu
{
top:40px;
}

/*.pagina .topo.topo-menor .menu > li
{
position:relative;
float:left;
list-style:none;
}

.pagina .topo.topo-menor .menu > li > a
{
font-family:'Montserrat', sans-serif;
font-size:14px;
line-height:17px;
letter-spacing:-0.5px;
color:#FFFFFF;
font-weight:500;

padding:0px 6px 0px 6px;
margin:0px 0px 0px 0px;
display:block;
}

.pagina .topo.topo-menor .menu > li > a:hover
{
color:#5799C1;
}*/

  /*@media screen and (max-width:1080px)
  {
	.pagina .topo.topo-menor .menu > li
	{
	margin:0px 0px 0px 0px;
	padding:0px 6px 0px 0px;
	}
  }
  
  @media screen and (max-width:1024px)
  {
	.pagina .topo.topo-menor .menu > li > a
	{
	padding:44px 17px 45px 16px;
	}
  }*/

  @media screen and (max-width:1024px)
  {
	.pagina .topo.topo-menor .menu
	{
	  top:0px;
	}
	  
	.pagina .topo .menu
	{
	background:#FFFFFF;
	
	z-index:9996;
	top:0px;
	left:0px;
	
	padding:20px;
	margin:0px auto 0px 0px !important;
	display:none;
	width:375px;
	
	-moz-box-shadow:0px 0px 4px #666666;
	-webkit-box-shadow:0px 0px 4px #666666;
	box-shadow:0px 0px 4px #666666;
	
	/*Borda Arredondada*/
	-moz-border-radius:0px 0px 10px 0px;
	-webkit-border-radius:0px 10px 0px 0px;
	-opera-border-radius:0px 10px 0px 0px;
	border-radius:0px 10px 0px 0px;
	}
	
	.pagina .topo .menu.active
	{
	display:block;
	}
	
	.pagina .topo .menu > li,
	.pagina .topo .menu > li:last-child
	{
	margin:0px auto 40px auto;
	display:block;
	float:none;
	
	background:none;	
		
	width:270px;
	}
	
	.pagina .topo .menu > li > a
	{
	background:none;
	
	font-size:17px;
	line-height:20px;
	color:#787676;
	font-weight:400;
	text-align:center;
	
	height:47px;
			
	padding:6px 0px 10px 0px !important;
    margin:0px 0px 5px 0px !important;
	}
	
	.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:#0160A3;
	}
	
	.pagina .topo .menu > li > a:before 
	{
	background:#0160A3;
	}
	
	.pagina .topo .menu > li > a:hover
	{
	color:#0160A3;	
	}

  }

  @media screen and (max-width:560px)
  {
	.pagina .topo .menu
	{
	width:300px;
	}
	  
	.pagina .topo .btn-menu-fechar.active 
 	{
      right: 30px;
  	}
  }

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

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

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

position:relative;
max-width:1200px;
height:514px;
}

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

.pagina .rodape .left
{
margin-top:35px;
display:block;
float:left;

width:710px;	
}

.pagina .rodape .left .titulo-contato
{
font-family:'Montserrat', sans-serif;
font-size:26px;
line-height:29px;
color:#021C33;
font-weight:800;

margin:15px auto 20px auto;
display:block;
}
 
.pagina .rodape .left .titulo-contato small
{
font-family:'Montserrat', sans-serif;
font-size:13px;
line-height:16px;
color:#9B9B9B;
font-weight:500;

margin-left:15px;

vertical-align:middle;
}

.pagina .rodape .left #contato{ margin:0px auto 0px auto; display:block; width:100%; max-width:700px; }
.pagina .rodape .left #contato .form-control{ height:34px; }
.pagina .rodape .left #contato #strMensagem.form-control{ height:80px; }
.pagina .rodape .left #contato input,
.pagina .rodape .left #contato textarea{ color:#646464; border:1px solid #ABAFC1; border-radius:4px; box-shadow:none; }
.pagina .rodape .left #contato ::-webkit-input-placeholder{ color:#646464; }
.pagina .rodape .left #contato :-moz-placeholder{ color:#646464; }
.pagina .rodape .left #contato ::-moz-placeholder{ color:#646464; }
.pagina .rodape .left #contato :-ms-input-placeholder{ color:#646464; }
.pagina .rodape .left #contato .text-danger{ color:#C9302C !important; padding-top:10px !important; }
.pagina .rodape .left #contato .form-group{ padding:0px 10px 10px 0px; }
.pagina .rodape .left #contato .form-group:nth-child(2),
.pagina .rodape .left #contato .form-group:nth-child(4),
.pagina .rodape .left #contato .form-group:nth-child(5){ padding:0px 0px 10px 0px; }
.pagina .rodape .left #contato .form-actions{ display:block; padding:0px !important; clear:both; border:none; width:99%; }
.pagina .rodape .left #contato .form-actions .btn-enviar{ font-size:15px; line-height:18px; color:#FFFFFF; font-weight:700; margin:0px auto 0px auto; padding:10px 0px 10px 0px; display:block; float:right; width:280px; background:#022748; border-radius:6px; border:none; }
.pagina .rodape .left #contato .form-actions .btn-enviar:hover{ background:#03396B; color:#FFFFFF; }
.pagina .rodape .left #contato .form-group.captcha{ padding:0px; margin:0px auto 20px auto; display:table; float:inherit; width:100% !important; }
.pagina .rodape .left #contato .form-group .bg-captcha{ background-color:#021C33; padding: 6px 0px 50px 0px; border-radius: 5px; }
.pagina .rodape .left #contato .form-group .bg-captcha .control-label{ font-size: 12.5px; line-height: 27px; color: #ABAFC1; margin: 8px 6px; display: none; float: left; }
.pagina .rodape .left #contato .form-group .bg-captcha .control{ width: 99%; float: right; }
.pagina .rodape .left #contato .form-group .bg-captcha #strCaptcha{ background-color: #FFFFFF; }
.pagina .rodape .left #contato .form-group .bg-captcha ::-webkit-input-placeholder{ color:#646464; }
.pagina .rodape .left #contato .form-group .bg-captcha :-moz-placeholder{ color:#646464; }
.pagina .rodape .left #contato .form-group .bg-captcha ::-moz-placeholder{ color:#646464; }
.pagina .rodape .left #contato .form-group .bg-captcha :-ms-input-placeholder{ color:#646464; }
.pagina .rodape .left #contato .realperson-regen{ display:none; }
.pagina .rodape .left #contato .hasRealPerson{ width:calc(100% - 140px); height:44px; }
.pagina .rodape .left #contato .realperson-text{ font-size: 5px; color:#646464; padding: 11px 5px 5px 10px; background-color: #FFFFFF; height: 44px; border-radius: 5px; -moz-border-radius:5px; -webkit-border-radius:5px; -opera-border-radius:5px; border: 1px solid #ABAFC1; }
.pagina .rodape .left #contato .form-group .bg-captcha input{ color:#646464; background-color: transparent; -moz-border-radius:5px; -webkit-border-radius:5px; -opera-border-radius:5px; border-radius:5px; border: 1px solid #ABAFC1; }

  @media screen and (max-width:1200px)
  {
	.pagina .rodape .left
	{
	 padding-left:10px;
	}
  }
  
   @media screen and (max-width:1130px)
  {
	.pagina .rodape .left
	{
	 width:605px;
	}
  }
  
  @media screen and (max-width:1024px)
  {
	.pagina .rodape .left
	{
	margin:0px auto;
	padding:0px 10px 0px 10px;
	display:block;
	float:none;
	
	width:100%;	
	max-width:540px;
	}
	
	.pagina .rodape .left .titulo-contato
	{
	text-align:center;
	}
	
	.pagina .rodape .left .titulo-contato small
	{
	display:none;
	}
	
	.pagina .rodape .left .titulo-contato img
	{
	display:none;
	}
  }

.pagina .rodape .right
{
margin-top:15px;
padding:10px 0px 10px 0px;
display:block;
float:right;

width:415px;
}

  @media screen and (max-width:1024px)
  {
	.pagina .rodape .right
	{
	margin:20px auto 20px auto;
	padding:0px 10px 20px 10px;
	display:block;
	float:none;
	
	width:100%;
	max-width:540px;
	}
  }

.pagina .rodape .info
{
font-family:'Montserrat', sans-serif;
font-size:18px;
line-height:24px;
color:#021C33;
font-weight:700;
letter-spacing:1px;

margin-bottom:10px;
padding-bottom:20px;
border-bottom:1px solid #D9D9D9;

width:100%;
}

.pagina .rodape .info:last-child
{
margin-bottom:0px;
padding-bottom:0px;
border-bottom:none;
}

  @media screen and (max-width:1024px)
  {
    .pagina .rodape .info:last-child
	{
	margin-bottom:10px;
	padding-bottom:20px;
	border-bottom:1px solid #D9D9D9;
	}
  }
  
  @media screen and (max-width:430px)
  {
    .pagina .rodape .info.email b
	{
	font-size:13px;
	line-height:16px;
    }
  }

.pagina .rodape .info img
{
margin:-4px 0px 0px 0px;
display:inline-block;
}

.pagina .rodape .info a:hover
{
color:#929292;
}

.pagina .rodape .info h3
{
font-family:'Montserrat', sans-serif;
font-size:14px;
line-height:17px;
color:#929292;
font-weight:400;
letter-spacing:0px;

display:inline-block;

width:100%;
}

.pagina .rodape .info:first-child h3
{
line-height:26px;
}

.pagina .rodape .info h3 img
{
margin:0px 10px 0px 0px;
float:left;
}

.pagina .rodape .info h3 b
{
font-family:'Montserrat', sans-serif;
font-size:16px;
line-height:24px;
color:#021C33;
font-weight:800;
}
    
.pagina .rodape .copyright
{
font-family:'Montserrat', sans-serif;
font-size:13px;
line-height:16px;
color:#0CF95F;
font-weight:600;
text-align:center;

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

margin:0px auto;
}

  @media screen and (max-width:1024px)
  {
	.pagina .rodape .copyright 
	{
	  top:842px;
	  
	  margin:0px auto;
	  width:270px;
	}
  }
  
  @media screen and (max-width:470px)
  {
	.pagina .rodape .copyright 
	{
	  text-align:left;
	  margin:0px;
	  width:260px;
	}
  }

.pagina .rodape .developed
{
position:absolute;
top:465px;
right:10px;
}

  @media screen and (max-width:1024px)
  {
	.pagina .rodape .developed
	{
	  top:855px;
	}
  }
  
.pagina .rodape .redes-sociais
{
position:absolute;
top:460px;
left:10px;
}

.pagina .rodape .redes-sociais img
{
margin:2px;
float:left;
}

  @media screen and (max-width:1024px)
  {
	.pagina .rodape .redes-sociais
	{
	  top:845px;
	}
  }
  
  @media screen and (max-width:470px)
  {
	.pagina .rodape .redes-sociais
	{
	  display:none;
	}
  }
  
.pagina .conteudo
{
margin:0px auto 0px auto;
display:block;

position:relative;
padding:810px 10px 40px 10px;
max-width:1200px;
min-height:550px;
}

  @media screen and (max-width:1024px)
  {
	.pagina .conteudo
	{
	margin:0px auto 0px auto;
	display:block;
	
	position:relative;
	padding:30px 10px 40px 10px;
	max-width:960px;
	min-height:550px;
	}
  }

.pagina .conteudo > h1,
.pagina .conteudo > div
{
display:inline-block;
width:100%;
}

.titulo
{
font-family:'Montserrat', sans-serif;
font-size:35px;
line-height:38px;
letter-spacing:-1px;
color:#0A7CA5;
font-weight:300;
text-align:center;

padding:0px;
margin:0px auto 30px auto;
width:auto !important;
display:table !important;
}

.titulo-interno
{
font-family:'Montserrat', sans-serif;
font-size:19px;
line-height:22px;
letter-spacing:-0.5px;
color:#0F366B;
font-weight:600;
font-style:italic;

padding:0px;
margin:0px;
}

.texto
{
font-family:'Montserrat', sans-serif;
font-size:12px;
line-height:15px;
color:#303030;
font-weight:400;
text-align:justify;
}

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

a.btn,
input.btn,
label.btn
{
font-family:'Montserrat', sans-serif;
font-size:14px;
line-height:17px;
font-weight:700;

padding:6px 18px 6px 18px;
}

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:'Montserrat', sans-serif;
font-size:14px;
line-height:17px;
font-weight:500;
}

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

display:none;
}

  @media screen and (max-width:1024px)
  {
	*[data-toggle="backtop"]
	{
	right:10px;
    bottom:50px;
	
	padding-top: 8px !important;
	width: 100px;
	height: 30px;
	}
  }

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

cursor:pointer !important;
}