@font-face {
    font-family: Lato;
    src: url("../font/lato.eot"); /* IE9 Compat Modes */
    src: url("../font/lato.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
         url("../font/lato.woff") format("woff"), /* Modern Browsers */
         url("../font/lato.woff2") format("woff2"), /* Modern Browsers */
         url("../font/lato.ttf")  format("truetype"), /* Safari, Android, iOS */
         url("../font/lato.svg#svgFontName") format("svg"); /* Legacy iOS */
}

@font-face {
    font-family: LatoLight;
    src: url("../font/lato-light.eot"); /* IE9 Compat Modes */
    src: url("../font/lato-light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
         url("../font/lato-light.woff") format("woff"), /* Modern Browsers */
         url("../font/lato-light.woff2") format("woff2"), /* Modern Browsers */
         url("../font/lato-light.ttf")  format("truetype"), /* Safari, Android, iOS */
         url("../font/lato-light.svg#svgFontName") format("svg"); /* Legacy iOS */
}

body {
	background: #FFFFFF;
	font-family: 'Lato', sans-serif;	
}


/**************************************************************Personalização do menu bootstrap*/
.navbar {	
	background: none;
	padding: 0px !important;
    margin: 0px;       
}

.navbar-inner {    
    background: none !important;
    padding: 0px !important;
    margin: 0px;               
    box-shadow: none !important;    
    border: none;
    border-radius: 0px;  
}

.navbar .nav > li {
	margin-left: 50px;
}

.navbar .nav {
	margin-left: -50px;
}

.navbar .nav > li > a {
    color: #666666;
    float: none;
    padding: 20px 0px;   /*tamanho do botão */
    text-decoration: none;
    text-shadow: none;
    margin: 0px;    	  
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover,
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.navbar .nav .active > a, .navbar .nav .active > a:hover,
.navbar .nav .active > a, .navbar .nav .active > a:focus  {
  color: #2CA53F;
  text-decoration: none;
  background: none;
  box-shadow: none;
}

.navbar .nav > li > a > i {
	font-size: 14px;
	margin-left: 5px;
}

.navbar-text {
  margin-bottom: 0;
  *line-height: 51px;
  color: #4483A4;  
}

.dropdown-menu li > a {
  	color: #1F1F1F;
  	padding: 15px 30px;
  	border-bottom: 1px solid #E1E1E1;  	
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
    background-color:  #EFEFEF;
    background-image: none;
    filter:none;
    color: #1F1F1F;
}

.dropdown-menu > .active > a {
	border-bottom: 1px solid #E1E1E1 !important;
	background-color:  #EFEFEF !important;
	color: #1F1F1F !important;
}

.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{
	-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); 	
}

.img_hover {
	transition: all 0.4s ease;
}

.img_hover:hover {
	opacity: 0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
   	transition: all 0.4s ease;
}

#content {	
	width: 940px;
	padding: 0px 10px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

/* Navegação */
.navega {	
	min-height: 20px;
	max-height: 20px;
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;	
	padding-bottom: 5px;
	border-bottom: #CCCCCC 1px solid;
}

.navega p{	
	/*max-width: 850px;
	width: 850px;*/
	width: 100%;
	font-weight: bold;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.navega a{
	color: #888888;
	font-weight: normal;
}
.navega a:hover{
	color: #666666;
}

.navega i{
	opacity: 0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
}

.navega a > i{
	opacity: 0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
}

.navega a > i:hover{
	opacity: 0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}

/* facebook */
.face_fim {
	border-top: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	margin-top: 30px;
	display: block;	
}

.face_fim > p {
	margin: 0 auto;
	margin-top: -13px;
	background: #FFFFFF;
	width: 130px;
	text-align: center;
	margin-bottom: 10px;
}

.face_fim .fb-list {
	margin-bottom: 15px;
}

.face_share {
	width: 100%;
	text-align: center;
}

.face_coments {
	
}

.face_coments legend {
	clear: both;
}

.mostra_whats {	
	display: none;	
}

.fb-share-button{
	
}

.fb-comments {
	margin: 0 auto;
	text-align: center;
}

.fb-list {
	margin-bottom: 30px;
}

.fb-list li {
	display: inline-block;
}

.fb-list a {
	background: #CCCCCC;
	padding: 2px 10px;
	border-radius: 5px;
	color: #FFFFFF;	
}

.fb-list a:hover,
.fb-list a:focus {
	color: #FFFFFF;
}

.fb-list .whatsapp {
	background: #25D266;
}

.fb-list .twitter {
	background: #1D9BF0;
}
/* facebook */

.form-horizontal .control-group {
    margin-bottom: 8px;
}

#paginacao{
	text-align: center;
	overflow: hidden;
	clear: both;	
}

.img_esquerda {
	float: left !important;
	margin-right: 15px;
	margin-bottom: 15px;
}

.img_direita {
	float: right !important;
	margin-left: 15px;
	margin-bottom: 15px;
}

.img_meio {
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	max-height: 100%;
}

a {
	transition: all 0.4s ease;
}

/* Banner slider - início */

#banner {
	background: #F5F5F5;
}

#banner_container {
	width: 940px;	
	padding: 0px 10px;
	margin: 0 auto;
}

.banner_item_pai {
	position:relative;
	top:0px;
	left:0px;
	display: block;	
}

.banner_item_pai img {
	display: block;
}

.banner_item_filho {
	position:absolute;
	bottom:0px;
	left:0px;
	right: 0px;
	background: #333333;
    background: rgba(0, 0, 0, 0.75);
    padding: 10px 15px;	
    transition: all 0.4s ease;
}

.banner_item > a:hover .banner_item_filho {
	background: rgba(0, 0, 0, 0.9);
	transition: all 0.4s ease;
}

.banner_item_filho h4 {
	color: #FFFFFF;
}

.banner_item_filho p {
	color: #FFFFFF;
}

/* Banner slider - fim */

#proluv {
	text-align: center;
	padding: 80px 0px;
}

#proluv p {
	margin-top: 20px;
	color: #888888;
}

.arquivos_single {
	display: table;
	margin: 20px auto;
}

.arquivos_single_left {
	display: table-cell;
	vertical-align: top;
	width: 127px;
}

.arquivos_single_left a {
	display: block;
	margin-right: 10px;
}

.arquivos_single_left img {
	border: 1px solid #E1E1E1;
	border-radius: 10px;
}

.arquivos_single_right {
	display: table-cell;
	vertical-align: top;
}

.arquivos_single_right h2 {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

.arquivos_single_right span {
	display: block;
	font-size: 14px;
	color: #666666;
	margin-bottom: 20px;
}

.arquivos_single_right a {
	padding: 10px 20px;
}

.vid_frame_container { 
	width: 90%; 
	min-width: 17.5em; 
	margin:0 auto;
	margin-top: 20px;
}

.vid_frame_box {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 25px;
    height: 0;
    margin:0 auto;
}

.vid_frame_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vid_frame_container > p {
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
	font-weight: bold;
}

.fotos_zoom {
	width: 212px;
	height: 158px;
	overflow: hidden;
	transition: all 0.4s ease;
}

.fotos_zoom img {
	transition: all 0.4s ease;
}

.fotos_zoom:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.4s ease;
	cursor: zoom-in;
}

.fotos_pai {
	position:relative;
	bottom:0px;
	left:0px;
	display: block;
	height: 100%;
	width: 100%;
}

.fotos_pai:hover .fotos_filho {
	background: #000000;
	opacity: 0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}

.fotos_filho {
	position:absolute;
	bottom:0px;
	right:0px;
	color: #FFFFFF;	
	background: #333333;
	transition: all 0.4s ease;
	opacity: 0.0;
    filter:alpha(opacity=00); /* For IE8 and earlier */
   	width: 100%;
}

.fotos_filho p {
	padding: 5px 10px;
	margin: 0px;
	text-align: center;
}

.fotos_lista {
	padding: 15px 0px;
	text-align: center;
}

.fotos_lista li {
	vertical-align: top;
	display: inline-block;
	margin-right: -2px;
	margin-bottom: 1px;	
}

.mostra_tags {
	display: none;
}

#contato_info {
	float: right;	
	width: 520px;
}

#contato_form {
	float: left;	
	width: 380px;
}

#contato_form .span4 {
	width: 380px;
}

/*Cookies*/
.box-cookies.accept{
	display:none!important;
}
.box-cookies{
	bottom:0;
	width:100%;
	z-index:998;
	color:#fff;
	position:fixed;
	background:rgba(0,0,0,.9);
	padding: 20px;
	display:block;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 20px;
}
.msg-cookies {
	margin-right: 20px;
	line-height: 150%;
}
.msg-cookies a {
	color: #FFD613;
	text-decoration: underline;
	transition: all 0.4s ease;
}
.msg-cookies a:hover,
.msg-cookies a:focus {
	transition: all 0.4s ease;
	color: #AAAAAA;
}
.cookies_ul {
	margin: 0px;
}
.cookies_ul li {
	display: table-cell;
	vertical-align: middle;
}
.btn-cookies {
	font-size: 18px;
	padding: 20px 50px;
	color: #AAAAAA; 
	background: none;
	border: none;
	box-shadow: none;
	border-radius: 8px;
	text-shadow: none;
	transition: all 0.4s ease;
	font-weight: normal;
	border: 1px solid #AAAAAA;
}
.btn-cookies i {
	margin-left: 8px;
}
.btn-cookies:hover,
.btn-cookies:focus {
	background: #AAAAAA;
	color: #FFFFFF; 
	transition: all 0.4s ease;
	cursor: pointer;
}

.audio_player {
	width: 280px;
	margin: 20px auto;
	background: #222222;
	padding: 20px 15px;
	border-radius: 10px;	
	text-align: center;
}

.audio_player img {
	width: 270px;
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px;
}

.audio_player audio {
	width: 270px;
}

.audio_player h4 {
	color: #FFFFFF;
	font-weight: normal;
	line-height: 150%;
}

.audio_player_a {
	color: #999999;
}

.audio_player_a:hover,
.audio_player_a:focus {
	color: #FFFFFF;
}

.audio_player a > i {
	margin-right: 8px;
}

.audio_container {
	clear: both;
	overflow: hidden;
	width: 280px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.audios_embed {
	margin: 20px auto;
}

/*Botão whatsapp*/
.whatsapp-btn {
	position:fixed;
	right:10px;
	bottom:80px;
	display:block;
	cursor:pointer;
	*z-index:9999999;
	float:right;		
  	background: #25D266;
  	color: #FFFFFF;
  	height: 60px;
  	width: 60px;
  	border-radius: 10px;
  	transition: all 0.2s ease;
  	font-size: 36px;
  	text-align: center;
  	line-height: 60px; 
}

.whatsapp-btn:hover,
.whatsapp-btn:focus {
   	color: #FFFFFF;
   	transition: all 0.2s ease;
   	font-size: 45px;
}
/*Fim Botão whatsapp*/

.header_top {
	background: #025928;
}

.header_top_container {
	width: 940px;
	padding: 15px 10px;
	margin: 0 auto;	
	height: 25px;
}

.header_top_container p:first-child {
	float: left;
}

.header_top_container p:last-child {
	float: right;
}

.header_top_container p,
.header_top_container a {
	color: #FFFFFF;
	font-size: 14px;
}

.header_top_container p > i {
	margin-right: 10px;
	font-size: 16px;
}

.header_middle {
	background: #F0F3F5;
}

.header_middle_container {
	width: 940px;
	padding: 15px 10px;
	margin: 0 auto;	
	height: 105px;
}

.header_logo {
	float: left;
}

.header_middle_btn {
	float: right;
}

.btn_area {
	display: inline-block;	
	height: 47px;	
	transition: all 0.4s ease;
}

.btn_area > i {
	color: #FFFFFF;
	background: #2DA63F;
	line-height: 47px;
	width: 52px;
	text-align: center;
	font-size: 20px;
	float: left;
	border-radius: 50px 0px 0px 50px;
	transition: all 0.4s ease;
}

.btn_area > span {
	color: #025928;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 15px;
	line-height: 47px;
	background: #FFDD00;
	display: block;
	height: 47px;	
	float: left;
	border-radius: 0px 50px 50px 0px;
}

.btn_area:hover,
.btn_area:focus {
	text-decoration: none;
	transition: all 0.4s ease;
}

.btn_area:hover > i,
.btn_area:focus > i {	
	background: #333333;
	transition: all 0.4s ease;
}

.header_middle_btn {
	margin-top: 28px;
}


.header_menu {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(184,182,184,1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(184,182,184,1);
	box-shadow: 0px 5px 10px 0px rgba(184,182,184,1);
}

.header_menu_container {
	width: 940px;
	padding: 0px 10px;
	margin: 0 auto;
	font-size: 14px; 
    font-weight: bold;
    font-family: 'LatoLight', sans-serif;
}

#pp_banner {
	clear: both;
	overflow: hidden;
	background: #FFFFFF;
	padding: 0px;
	margin: 30px 0px;	
}

#pp_banner_fundo {
 	
}

#pp_banner_container {
	width: 940px;	
	margin: 0 auto;
}

.pp_banner {
	position:relative;
	top:0px;
	left:0px;
	display: block;	
}

.pp_banner img {
	display: block;	
}

.pp_banner_title {
	color: #FFFFFF;
	line-height: normal;
	position: absolute;
  	right: 0;
  	top: 0;
  	left: 0;  	
  	background: #333333;
  	background: rgba(0, 0, 0, 0.50);
  	height: 100%;
  	text-shadow: 2px 2px 2px #000000;
  	transition: all 0.4s ease;
  	border-radius: 10px;  	
}

.pp_banner_title:hover,
.pp_banner_title:focus {
	background: rgba(0, 0, 0, 0);	
	transition: all 0.4s ease;	 
}

.pp_banner_title p {
	position: absolute;
  	right: 0;
  	bottom: 0px;
  	padding: 10px;
  	left: 0;
}

#pp_banner_1 {
	width: 627px;
	float: left;
	font-size: 24px; 
}

#pp_banner_2 {	
	font-size: 16px;
	margin-bottom: 4px;
}

#pp_banner_3 {	
	font-size: 16px;	
}

#pp_banner_2 img {
	width: 309px;
	height: 174px;
}


#pp_banner_3 img {
	width: 309px;
	height: 175px;
}

#pp_banner_right {
	float: right;
	width: 309px; 
}

.banvid_frame_container { 
	width: 100%; 
	height: 100%; 
}

.banvid_frame_box {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 0px;
    height: 0;
    margin:0 auto;
}

.banvid_frame_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.banvid_mobile {
	display: none;
}

#pp_banner_1 .ban_zoom {
	overflow: hidden;
	width: 627px;
	height: 353px;
	transition: all 0.4s ease;
	border-radius: 10px;
}

#pp_banner_1 .ban_zoom img {
	overflow: hidden;
	width: 627px;
	height: 353px;
	transition: all 0.4s ease;
}

#pp_banner_1 .ban_zoom:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.4s ease;
}

#pp_banner_2 .ban_zoom {
	overflow: hidden;
	width: 309px;
	height: 174px;
	transition: all 0.4s ease;
	border-radius: 10px;
}

#pp_banner_2 .ban_zoom img {
	overflow: hidden;
	width: 309px;
	height: 174px;
	transition: all 0.4s ease;
}

#pp_banner_2 .ban_zoom:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition: all 0.4s ease;
}

#pp_banner_3 .ban_zoom {
	overflow: hidden;
	width: 309px;
	height: 175px;
	transition: all 0.4s ease;
	border-radius: 10px;
}

#pp_banner_3 .ban_zoom img {
	overflow: hidden;
	width: 309px;
	height: 175px;
	transition: all 0.4s ease;
}

#pp_banner_3 .ban_zoom:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition: all 0.4s ease;
}

.conteudo {
	width: 940px;
	padding: 0px 10px;
	margin: 0 auto;
}

.clear {
	clear: both;
	overflow: hidden;
}

.home_noticias_container {
	margin-bottom: 30px;
}

.home_tit {
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px; 
}

.home_public_ul {
	margin-right: -15px;
	margin-bottom: 0px;
}

.home_public_ul li {
	vertical-align: top;
	display: inline-block;
	width: 300px;
	margin-right: 15px;
	margin-bottom: 30px;
}

.home_public_ul a {
	color: #333333;
}

.home_public_ul a:hover,
.home_public_ul a:focus {
	text-decoration: none;
}

.home_public_txt p {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

.home_public_ul a:hover .home_public_txt p,
.home_public_ul a:focus .home_public_txt p {
	text-decoration: underline;
}

.home_public_ul a .home_public_txt span {
	color: #666666;
	font-size: 14px;
	display: block;
}

.home_public_img {
	width: 300px;
	height: 217px;
	overflow: hidden;	
	display: block;
	border-radius: 10px;
	margin-bottom: 15px;
	-webkit-box-shadow: 2px 2px 10px -3px rgba(102,102,102,1);
	-moz-box-shadow: 2px 2px 10px -3px rgba(102,102,102,1);
	box-shadow: 2px 2px 10px -3px rgba(102,102,102,1);
}

.home_public_img img {
	transition: all 0.4s ease;
}

.home_public_ul a:hover .home_public_img img,
.home_public_ul a:focus .home_public_img img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.4s ease;
}

.home_botao {
	text-align: center;
}

.btn_site {
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: #FFDD00;
	color: #000000;
	padding: 20px 0px;
	width: 215px;
	text-align: center;
	border-radius: 50px;
	transition: all 0.4s ease;
	box-shadow: none;
	border: none;
}

.btn_site i {
	margin-left: 8px;
}

.btn_site:hover,
.btn_site:focus {
	color: #FFFFFF;
	background: #333333;
	text-decoration: none;
}

.home_benef {
	padding: 100px 0px;
	background-image: url('../img/fundo_benef.jpg');
	background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
}

.home_benef_container {
	width: 940px;
	padding: 0px 10px;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
}

.home_benef_container hr {
	width: 100px;
	border: none;
	margin: 0 auto;
	padding: 0px;
	border-top: 2px solid #FFFFFF;
	margin-bottom: 50px;
}

.home_benef_container h4 {
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	font-size: 30px;
	margin-bottom: 40px;
}

.home_benef_container p {
	margin: 0 auto;
	padding: 0px;
	font-size: 18px;
	width: 610px;
	line-height: 130%;
	margin-bottom: 40px;
}

.benef_buttons a:first-child {
	margin-right: 130px;
}

.benef_buttons .btn_site {
	background: #FFFFFF;
}

.benef_buttons .btn_site:hover,
.benef_buttons .btn_site:focus {
	background: #FFDD00;
	color: #000000;
}

.home_destaq {
	margin-top: 40px;
}

.destaq_ul {
	margin-right: -15px;
	margin-bottom: 0px;
}

.destaq_ul > li {
	vertical-align: top;
	display: inline-block;
	width: 300px;
	margin-right: 15px;
}

.destaq_ul > li > a {
	background: #025928;
	display: block;
	height: 290px;
	border-radius: 10px;
	padding: 10px;
	box-sizing: border-box;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
}

.destaq_ul > li > a:hover,
.destaq_ul > li > a:focus {
	background: #333333;
	text-decoration: none;
}

.destaq_ul > li > a > i {
	font-size: 70px;
	margin-top: 20px;
	margin-bottom: 20px; 
}

.destaq_ul > li > a > h4 {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 30px;
}

.destaq_ul > li > a > p {
	font-size: 18px;
	line-height: 140%;
}

#footer {
	background: #067335;
	margin-top: 60px;
}

.footer_container {
	width: 940px;
	padding: 60px 10px;
	margin: 0 auto;
}

.footer_top_ul {
	margin-bottom: 0px;
}

.footer_top_ul > li {
	vertical-align: top;
	display: inline-block;
	color: #FFFFFF;
	font-size: 16px;
	margin-right: 70px;	
}

.footer_top_ul > li:last-child {
	margin-right: 0px;
}

.footer_top_ul > li > ul {
	margin-top: 20px;
	margin-bottom: -5px;	
}

.footer_top_ul > li > ul > li {
	margin-bottom: 5px;	
}

.footer_top_ul > li > ul > li > a {
	color: #B5D5C3;
	font-size: 14px;
}

.footer_top_ul > li > ul > li > a:hover,
.footer_top_ul > li > ul > li > a:focus {
	color: #FFFFFF;	
}

#footer hr {
	padding: 0px;
	margin: 0px;
	border: none;
	border-top: 1px solid #83B99A;
}

.footer_bottom_ul {
	
}

.footer_bottom_ul > li {
	vertical-align: top;
	display: inline-block;
	color: #FFFFFF;
	font-size: 16px;
	margin-right: 130px;
}

.footer_bottom_ul > li {
	width: 210px;
}

.footer_bottom_ul > li:first-child {
	width: 240px;
}

.footer_bottom_ul > li:last-child {
	margin-right: 0px;
}

.footer_sociais {
	margin-top: 40px;
}

.footer_sociais > li {
	vertical-align: top;
	display: inline-block;
	margin-right: 7px;
}

.footer_sociais > li:last-child {
	margin-right: 0px;
}

.footer_sociais > li > a {
	border-radius: 8px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	display: block;	
	color: #067335;		
	font-size: 18px;
	background: #FFDD00;
}

.footer_sociais > li > a:hover,
.footer_sociais > li > a:focus {
	background: #FFFFFF;
	color: #067335;
}

.btn_footer_entrar {
	margin-top: 40px;
	display: block;
	transition: all 0.4s ease;
}

.btn_footer_entrar span {
	transition: all 0.4s ease;
}

.btn_footer_entrar:hover span,
.btn_footer_entrar:focus span {
	background: #FFFFFF;
	transition: all 0.4s ease;
}

.btn_footer_entrar i {
	transition: all 0.4s ease;
}

.btn_footer_entrar:hover i,
.btn_footer_entrar:focus i {
	background: #2DA63F;
	color: #FFFFFF;
	transition: all 0.4s ease;
}

.footer_contato_ul {
	margin-top: 40px;
	margin-bottom: 20px;
}

.footer_contato_ul li {
	margin-bottom: 15px;
}

.footer_contato_ul li > i {
	display: table-cell;
	font-size: 18px;
	width: 25px;
	text-align: center;
	padding-right: 8px;
}

.footer_contato_ul li > a {
	display: table-cell;
	font-size: 14px;
	color: #B5D5C3;
}

.footer_contato_ul li > a:hover,
.footer_contato_ul li > a:focus {
	color: #FFFFFF;
}

.btn_footer_contato {
	font-size: 12px;
	color: #015927 !important;
	padding: 0px 10px;
	height: 47px;
	line-height: 47px;
	box-sizing: border-box;		
}

.btn_footer_contato:hover,
.btn_footer_contato:focus {
	background: #FFFFFF;
}

a {
	color: #2CA53F;
	transition: all 0.4s ease;
}

a:hover,
a:focus {
	color: #2CA53F;
	transition: all 0.4s ease;
}

.single_cab {	
	margin-bottom: 20px;
	background: #F0F3F5;
}

.single_cab_container {
	width: 940px;		
	margin: 0 auto;	
	padding: 10px 10px;
	margin-top: 10px;
	padding-bottom: 20px;		
}

.single_cab_container p {
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	font-size: 14px;	
}

.single_sidebar_container {
	display: table;
	width: 100%;
}

.single_sidebar_left {
	display: table-cell;
	padding-right: 30px;
	vertical-align: top;
}

.single_sidebar_right {
	display: table-cell;
	width: 300px;
	box-sizing: border-box;
	padding-left: 30px;
	border-left: 1px solid #E1E1E1;
	vertical-align: top;	
}

.side_form {
	
}

.side_form input[type=text],
.side_form textarea {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 20px 10px;	
	display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;	
}

.side_form textarea {
	padding-top: 10px;
}

.side_form .btn_site {
	padding: 20px;
	width: 100%;
}

.side_form select {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 0px 5px;	
	display: block;
    width: 100%;
    min-height: 30px;
    height: 40px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;	
   color: #888888;
}

.side_form select:focus {
	outline: none;
}

.side_form input::placeholder,
.side_form textarea::placeholder {
	color: #888888;
	opacity: 1;
}

.sideCheck {
	color: #888888;
	font-size: 18px;
	margin-bottom: 30px;
}

.sideCheck input {	
	line-height: normal;
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
	margin-top: -2px;
}

.side_tit {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: normal;
	margin-bottom: 30px;
	font-weight: normal;
}

.novid_tit {
	font-size: 26px;
	line-height: 130%;
	padding-bottom: 20px;
}

.notic_fonte {
	font-size: 16px;
	line-height: 130%;
}

.faleconosco_container {
	display: table;
	width: 100%;
}

.faleconosco_left {
	display: table-cell;
	padding-right: 30px;
}

.faleconosco_right {
	display: table-cell;
	width: 370px;
	box-sizing: border-box;
	padding-left: 30px;
	border-left: 1px solid #E1E1E1;	
}

.faleconosco_ul {

}

.faleconosco_ul > li {
	font-size: 16px;
	margin-bottom: 15px;	
}

.faleconosco_ul > li > i {
	width: 35px;
	text-align: center;
	display: table-cell;
}

.faleconosco_ul > li > a,
.faleconosco_ul > li > p {
	display: table-cell;
}

.faleconosco_iframe {
	margin-bottom: 20px;
}

.faleconosco_iframe iframe {
	height: 238px !important;
	width: 100% !important;
}


.form_contato input[type=text],
.form_contato textarea {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 20px 10px;	
	display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;	
   border: 1px solid #999999;
}

.form_contato input::placeholder,
.form_contato textarea::placeholder {
	color: #999999;
	opacity: 1;
}

.form_contato input:focus,
.form_contato textarea:focus {
	border: 1px solid #666666;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(137, 127, 111, 1);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(137, 127, 111, 1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(137, 127, 111, 1);
}

.form_contato textarea {
	padding-top: 10px;
	height: 200px;
}

.form_contato select {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 0px 10px;	
	display: block;
    width: 100%;
    min-height: 30px;
    height: 40px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;	
   border: 1px solid #999999;
   color: #666666;
}

.politicaCheck {
	margin-bottom: 0px;
	font-size: 16px;
	margin: 5px 0px;
}

.politicaCheck input {	
	line-height: normal;
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
	margin-top: -2px;
	width: 25px;	
    height: 25px;    
}

.ouvidoria_form_container {
	max-width: 650px;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #CCCCCC;
	padding: 20px;
	border-radius: 10px;
	box-sizing: border-box;
	padding-bottom: 0px;
}

.dir_gestoes {
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.dir_gestoes > h4 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	margin-bottom: 20px;
}

.dir_gestoes > ul {
	margin: 0px;
	margin-right: -20px;
	margin-bottom: -10px;
}

.dir_gestoes > ul > li {
	vertical-align: top;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}

.dir_gestoes > ul > li > a {
	background: #F0F3F5;
	color: #333333;
	padding: 8px 15px;
	border-radius: 50px;
	display: block;
}

.dir_gestoes > ul > li > a:hover,
.dir_gestoes > ul > li > a:focus,
.dir_gestoes > ul > li.active > a {
	text-decoration: none;
	background: #333333;
	color: #FFFFFF;
}

.dir_areas {
	
}

.dir_margem_top {
	margin-top: 40px;
}


.dir_areas > h4 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	margin-bottom: 20px;
}

.dir_areas > ul {
	margin: 0px;
}

.dir_areas > ul > li > .dir_mobile_container {
	display: table;
	width: 100%;
	border: 1px solid #CCCCCC;
	padding: 20px;
	border-radius: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.dir_left {
	display: table-cell;
	vertical-align: top;
	width: 90px;
	padding-right: 10px;
}

.dir_middle {
	display: table-cell;
	vertical-align: top;
	padding-right: 10px;
	width: 500px;
}

.dir_right {
	display: table-cell;
	vertical-align: top;
	width: 300px;
	text-align: right;
}

.dir_middle > h4 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	margin-bottom: 10px;
}

.dir_middle > p {
	color: #666666;
}

.dir_right > ul {
	margin: 0px;
	margin-bottom: -10px;
}

.dir_right > ul > li {
	margin-bottom: 10px;
}

.dir_right > ul > li i {
	width: 15px;
	text-align: center;
	margin-left: 10px;
	color: #666666;
}

.dir_info_mobile,
.dir_i_mobile {
	display: none !important;
}

.faleconosco_dep_container {
	border-top: 1px solid #CCCCCC;
	padding-top: 20px;
	margin-top: 20px;
}

.faleconosco_dep_lista {
	margin-right: -20px;
	text-align: center;
}

.faleconosco_dep_lista li {
	vertical-align: top;
	display: inline-block;
	margin-right: 20px;
	width: 360px;
	margin-bottom: 30px;
	text-align: left; 
}

.faleconosco_dep_lista h4 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	margin-bottom: 20px;
}

.faleconosco_dep_dados {
	font-size: 14px;
	color: #666666;
}

.faleconosco_dep_dados a {
	color: #666666;
}

.faleconosco_dep_dados {
	
}

.faleconosco_dep_dados > li {
	margin-bottom: 8px;
}

.faleconosco_dep_dados > li > span {
	display: table-cell;
	float: left;
	width: 70px;
	text-align: right;
	padding-right: 8px;
	font-weight: bold;
}

.faleconosco_dep_dados > li > p {
	display: table-cell;
}

.leg_container {
	display: table;
	width: 100%;
}

.leg_left {
	display: table-cell;
	vertical-align: top;
	width: 270px;
	padding-right: 20px;
}

.leg_right {
	display: table-cell;
	vertical-align: top;
}

.cat_ul {
	
}

.cat_ul > li {
	margin-bottom: 2px;
}

.cat_ul > li > a {
	display: table;
	width: 250px;
	background: #EEEEEE;
	font-size: 14px;
	color: #333333;
	padding: 10px 10px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	vertical-align: top;
}

.cat_ul > li > a:hover,
.cat_ul > li > a:hover,
.cat_ul > li.active > a {
	background: #333333;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #333333;
}

.cat_ul > li > a .left {
	display: table-cell;
	vertical-align: middle;	
	width: 200px;
	padding-right: 10px;
}

.cat_ul > li > a .right {
	display: table-cell;
	vertical-align: middle;
	text-align: center;	
}

.cat_qtde {
	background: #FFFFFF;
	border-radius: 50px;
	padding: 3px 10px;
	color: #333333;
	line-height: 16px;
	width: 15px;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.leg_ul {
	
}

.leg_ul > li {
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}

.leg_ul > li > h4 {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 5px;
}

.leg_ul > li > p {
	color: #666666;
	margin-bottom: 20px;
}

.leg_ul > li > span {
	display: block;
	color: #666666;
	margin-bottom: 15px;
	font-size: 14px;
}

.leg_top {
	display: none;
}

.rel_ul {
	margin-right: -12px;
	margin-bottom: 0px;
}

.rel_ul li {
	vertical-align: top;
	display: inline-block;
	width: 223px;
	margin-right: 12px;
	margin-bottom: 30px;
}

.rel_ul a {
	color: #333333;
}

.rel_ul a:hover,
.rel_ul a:focus {
	text-decoration: none;
}

.rel_txt p {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

.rel_ul a:hover .rel_txt p,
.rel_ul a:focus .rel_txt p {
	text-decoration: underline;
}

.rel_ul a .rel_txt span {
	color: #666666;
	font-size: 14px;
	display: block;
}

.rel_img {
	width: 223px;
	height: 162px;
	overflow: hidden;	
	display: block;
	border-radius: 10px;
	margin-bottom: 15px;
	*-webkit-box-shadow: 2px 2px 10px -3px rgba(102,102,102,1);
	*-moz-box-shadow: 2px 2px 10px -3px rgba(102,102,102,1);
	*box-shadow: 2px 2px 10px -3px rgba(102,102,102,1);
	border: 1px solid #E1E1E1;
}

.rel_img img {
	transition: all 0.4s ease;
}

.rel_ul a:hover .rel_img img,
.rel_ul a:focus .rel_img img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.4s ease;
}

.pub_ul {
	margin-right: -15px;
	margin-bottom: 0px;
}

.pub_ul li {
	vertical-align: top;
	display: inline-block;
	width: 300px;
	margin-right: 15px;
	margin-bottom: 30px;
}

.pub_ul a {
	color: #333333;
}

.pub_ul a:hover,
.pub_ul a:focus {
	text-decoration: none;
}

.pub_txt p {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

.pub_ul a:hover .pub_txt p,
.pub_ul a:focus .pub_txt p {
	text-decoration: underline;
}

.pub_ul a .pub_txt span {
	color: #666666;
	font-size: 14px;
	display: block;
}

.pub_img {
	width: 300px;
	height: 217px;
	overflow: hidden;	
	display: block;
	border-radius: 10px;
	margin-bottom: 15px;
	-webkit-box-shadow: 2px 2px 10px -3px rgba(102,102,102,1);
	-moz-box-shadow: 2px 2px 10px -3px rgba(102,102,102,1);
	box-shadow: 2px 2px 10px -3px rgba(102,102,102,1);
	*border: 1px solid #E1E1E1;
}

.pub_img img {
	transition: all 0.4s ease;
}

.pub_ul a:hover .pub_img img,
.pub_ul a:focus .pub_img img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.4s ease;
}

.info_left {
	width: 200px;
	padding-right: 15px;
}

.info_cat > li > a {
	width: 200px;
}

.ass_instrucoes {
	margin-bottom: 30px;
	margin-right: -10px;
	font-size: 16px;
}

.ass_instrucoes li {
	display: inline-block;
	width: 300px;
	vertical-align: top;
	margin-right: 10px;
}

.ass_instrucoes h4 {
	float: left;
	background: #FFDD00;
	color: #025928;
	text-align: center;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	padding: 5px;
	margin: 0px;
	margin-right: 10px;
	border-radius: 100px;
}

.ass_instrucoes p {
	display: table-cell;
}

.ass_dados_container {
	clear: both;
	overflow: hidden;
}

.form_inline_container {
	clear: both;
	overflow: hidden;
}

.form_inline {
	margin: 0px;
	margin-right: -16px;	
}

.form_inline li {
	vertical-align: top;
	display: inline-block;
	margin-right: 16px;
}

.form_inline label {
	font-size: 16px;
}

.form_inline_input input {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 20px 10px;	
	display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.form_inline_input select {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 0px 5px;	
	display: block;
    width: 100%;
    min-height: 30px;
    height: 42px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;	
   color: #333333;
}

.form_inline_input textarea {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 10px;	
	display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.form_inline_12 {
  width: 940px;
}

.form_inline_11 {
  width: 860px;
}

.form_inline_10 {
  width: 780px;
}

.form_inline_9 {
  width: 700px;
}

.form_inline_8 {
  width: 620px;
}

.form_inline_7 {
  width: 540px;
}

.form_inline_6 {
  width: 460px;
}

.form_inline_5 {
  width: 380px;
}

.form_inline_4 {
  width: 300px;
}

.form_inline_3 {
  width: 220px;
}

.form_inline_2 {
  width: 140px;
}

.form_inline_1 {
  width: 60px;
}

.ass_dados {

}

.ass_foto {
	margin-bottom: 20px;
	background: #F2F2F2;
}

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

.anun_lista li {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	
}

.anu_newimg {
	text-align: center;
	border: 1px dashed #0088CC;	
	width: 100%;
	height: 215px;
	box-sizing: border-box;
}

.anu_newimg:hover,
.anu_newimg:focus {
	border: 1px dashed #005580;
}

.anu_newimg a {
	display: block;
	height: 115px;
	padding-top: 70px;	
}

.anu_newimg a:hover,
.anu_newimg a:focus {
	
}

.anu_newimg i {
	font-size: 30px;
}

.anu_newimg p {
	margin: 0px;
	padding: 0px;
	font-weight: bold;	
}

.anu_newimg span {
	font-size: 12px;
}

.anu_newimg_loading {
	text-align: center;
	border: 1px dashed #005580;
	height: 215px;
	padding-top: 80px;
	background: #EEEEEE;
	box-sizing: border-box;
}

.anu_img {
	width: 160px;
	height: 215px;
	margin: 0 auto;		
}

.anu_img a {
	padding: 0px;	
}

.anu_img_dados {
	width: 160px;
	background: #F2F2F2;
	padding: 5px;
	height: 35px;
	margin-top: 1px;
	box-sizing: border-box;	
}

.anu_img_dados p {
	float: left;
	color: #333333;
}

.anu_img_btn {
	text-align: right;
}

.form_cep input {
	width: 98px;
}

.form_cep .btn {
	height: 42px;
}

.form_parentesco {
	display: none;
}

.ses_container {
	width: 900px;
	margin: 0 auto;
}

.ses_ul {
	margin-right: -50px;
	margin-bottom: -20px;
	text-align: center;
}

.ses_ul > li {
	vertical-align: top;
	display: inline-block;
	margin-right: 50px;
	width: 400px;
	margin-bottom: 40px;
}

.ses_ul > li > a {
	display: block;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	padding: 65px;
	box-sizing: border-box;
	width: 400px;	
	height: 440px;	
}

.ses_ul > li > a:hover,
.ses_ul > li > a:focus {
	text-decoration: none;
}

.ses_img img {
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	margin-bottom: 20px;
}

.ses_ul > li > a h4 {
	margin: 0px;
	padding: 0px;
	line-height: 140%;
	font-size: 18px;
	margin-bottom: 12px;
	color: #333333;
}

.ses_ul > li > a:hover h4,
.ses_ul > li > a:focus h4 {
	color: #2CA53F;
	text-decoration: underline;
}

.ses_ul > li > a p {
	color: #666666;
	line-height: 150%;
}

.conv_container {
	
}

.conv_ul {
	margin-right: -15px;
	margin-bottom: 0px;
}

.conv_ul > li {
	width: 300px;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 20px;
}

.conv_ul > li > a {
	display: block;
	border: 1px solid #D8DADC;
	box-sizing: border-box;
	padding: 20px;
	width: 300px;
	height: 360px;
	background: #F4F4F4;
}

.conv_ul > li > a:hover,
.conv_ul > li > a:focus {
	text-decoration: none;
}

.conv_ul > li > a img {
	margin-bottom: 20px;
}

.conv_ul > li > a h4 {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-size: 18px;
	margin-bottom: 15px;
	color: #333333;
	transition: all 0.4s ease;
}

.conv_ul > li > a:hover h4,
.conv_ul > li > a:focus h4 {
	color: #2CA53F;
	text-decoration: underline;
	transition: all 0.4s ease;
}

.conv_ul > li > a p {
	color: #666666;
	line-height: 150%;
}

.bn_container {
	display: table;
}

.bn_tit {
	display: table-cell;
	width: 120px;
	text-align: center;
	vertical-align: top;
}

.bn_tit img {
	width: 120px;
}

.bn_fonte {
	display: table-cell;
	padding-left: 20px !important;
	vertical-align: top;
}

.bn_fonte .text-center {
	margin-top: 20px;
}

.btn_unimed_container {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.btn_unimed_container .btn_site {
	padding: 10px 15px;
	margin-bottom: 5px;
}

.btn_unimed_container .btn_site.verde {
	background: #2BA800;
	transition: all 0.4s ease;
}

.btn_unimed_container .btn_site.verde:hover {
	background: #1673FE;
	transition: all 0.4s ease;
}

.un_valores_container {
	margin-top: 20px;
}

.un_valores_tabela > table .right {
	text-align: right;
}

.un_simula_container {
	width: 510px;
}

.un_simula_container label {
	font-size: 12px;
}

.un_simula_container li {
	margin-right: 5px;
}

.form_inline_idade {
	width: 110px;
}

.form_inline_tabela {
	width: 250px;
}

.form_inline_valor {
	width: 110px;
}

.form_inline_trash a {
	font-size: 16px;
}

.form_inline_trash {
	width: 20px;
	text-align: center;
	padding-top: 38px;
}

.un_total {
	font-weight: bold;
}

.un_total .form_inline_valor {
	color: #2BA800;
	font-size: 18px;
}

.un_adicionar_container {
	*text-align: center;	
	margin-bottom: 20px;
}

.un_adicionar_container .btn_site {
	padding: 10px 15px;
}

.pres_branco {
	width: 100px;
}

.nucleos_lista > li > ul > li span {
	font-size: 16px;
	display: table-cell;
}

.tabBenef {
	margin-top: -10px !important;
}

.pgbenef_left {
	display: table-cell;
	width: 120px;
	text-align: center;
	vertical-align: top;
}

.pgbenef_left img {
	width: 120px;
}

.pgbenef_right {
	display: table-cell;
	padding-left: 20px !important;
	vertical-align: top;
}

#dropunimed li > a {
  	color: #1F1F1F;
  	font-size: 14px;
  	padding: 10px 30px !important;
  	border-bottom: 1px solid #E1E1E1;
}

#dropunimed > .active > a {
	color: #FFFFFF !important;
}

.modal_full {
	top: 5% !important;
	left: 5%  !important;
	margin: 0px  !important;
	width: 90%  !important;
  	max-height: 90%  !important;
  	padding: 0px  !important;
  	overflow: auto  !important;
}


/* area do associado */

.login_cab {
	background: #F1F5F7;
}

.login_cab_container {
	width: 940px;
	padding: 10px 10px;
	margin: 0 auto;
	height: 70px;
}

.login_cab_left {
	float: left;
}

.login_cab_left img {
	height: 70px;
}

.login_cab_right {
	float: right;
}

.login_cab_right p {
	font-size: 20px;
	margin-top: 25px;
}

.login_cab_right p > i {
	margin-right: 10px;
}

.user_menu {
	float: right;
	margin-top: 18px;
}

.header_usernome_a {
	color: #666666;
	font-size: 15px;
	display: table;
}

.header_usernome_a i,
.header_usernome_a span {
	display: table-cell;
	vertical-align: middle;
}

.header_usernome_a i:first-child {
	font-size: 24px;
	padding-right: 5px;
}

.header_usernome_a i:last-child {
	font-size: 16px;
	padding-left: 5px;
}

.header_usernome_a:hover,
.header_usernome_a:focus {
	color: #2CA53F;
	text-decoration: none;
}

.header_usernome_a:hover span,
.header_usernome_a:focus span {
	text-decoration: none;
}

.user_menu_drop i {
	margin-right: 10px;
}

.ass_footer {
	background: #F1F5F7;
	margin-top: 40px;
}

.ass_footer_container {
	width: 940px;
	padding: 30px 10px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}

.ass_item_footer {
	text-align: center;
	font-size: 14px;
}

.ass_item_footer a {
	display: block;
	text-decoration: none;
}

.ass_item_footer a > i {
	display: block;
	font-size: 20px;
	margin-bottom: 10px;	
}

.tabFormDados {
	width: 100%;
	display: table;
	margin-top: 20px;
}

.tabFormDados > li {	
	display: table-row;
	width: 100%;	
}

.tabFormDados > li:nth-child(odd) {
 
}

.tabFormDados > li:hover {
	background: #F5F5F5;
}

.tabFormDados > li > .col1,
.tabFormDados > li > .col2,
.tabFormDados > li > .col3 {
	border-top: 1px solid #DDDDDD;
	display: table-cell;
	padding: 5px;
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 10px;
}

.tabFormDados .titulo {
	font-weight: bold;
}

.tabFormDados .titulo i {
	margin-right: 5px;
}

.curric_forma_tr_edit {
	background: #F2F2F2;
}

.formacaoUL {
	padding-bottom: 5px;
}

.close_mensa {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-decoration: none;
}

.close_mensa:hover,
.close_mensa:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.ass_informativos {
	margin-top: 40px;
}

.ass_tit {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 24px;
}

.ass_ativ {
	margin-top: 50px;
}

.ass_ativ_ul {
	margin-bottom: 20px;
}

.ass_ativ_ul > li {
	vertical-align: top;
	box-sizing: border-box;
	width: 450px;
	display: inline-block;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	padding: 20px;
	margin-right: 35px;
	height: 190px;	
} 

.ass_ativ_ul > li:last-child {
	margin-right: 0px;
}

.ass_ativ_ul > li > h4 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
}

.ass_ativ_ul > li > p {
	color: #666666;
	font-size: 14px;
}

.ass_ativ_ul > li > span > i {
	margin-right: 5px;
}


.ass_pesq {
	margin-top: 50px;
}

.ass_pesq_ul {
	
}

.ass_pesq_ul > li {
	background: #F5F5F5;
	border: 1px solid #CCCCCC;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.ass_pesq_ul > li > h4 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
}

.ass_pesq_ul > li > p {
	color: #666666;
	font-size: 14px;
	margin-bottom: 20px;
}

.ass_pesq_ul > li > a {
	padding: 10px 0px;
	background: #333333;
	color: #FFFFFF;
}

.ass_site_form textarea {
	height: 250px;
	margin-bottom: 20px;
}

.ass_ativ_ul_pag > li {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 0px;
	height: 100%;
}

.form_sucesso {
	text-align: center;
}

.form_sucesso i {
	font-size: 150px;
	color: #468847;
	margin-bottom: 10px;
}

.form_sucesso h4 {
	font-size: 30px;
	margin-bottom: 20px;
}

.leg_pesq_normal {
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 10px; 
}

.leg_pesq_cab {
	border-bottom: 1px solid #CCCCCC;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.leg_pesq_cab p {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;	
}

.leg_pesq_cab i {
	font-size: 16px;
	margin-top: 3px;	
}

.leg_form_campo {
	margin-bottom: 10px; 
}

.leg_form_campo label {
	margin-bottom: 1px;
}

.leg_form_campo input {
	box-sizing: border-box;
	font-family: 'Lato', sans-serif;
	padding: 3px;
	border-radius: 5px;
	border: 1px solid #AAAAAA;
} 

.leg_form_campo .full {
	width: 100%;
} 

.leg_form_campo .data {
	width: 112px;
} 

.leg_botoes {
	
}

.leg_botoes button {
	padding: 5px 10px;
	border-radius: 5px;
	border: none;
}

.leg_botoes .limpar {
	background: #DDDDDD;
	transition: all 0.4s ease;
}

.leg_botoes .limpar:hover,
.leg_botoes .limpar:focus {
	background: #CCCCCC;
	transition: all 0.4s ease;
}

.leg_botoes .pesquisar {
	background: #FFDD00;
	transition: all 0.4s ease;
}

.leg_botoes .pesquisar:hover,
.leg_botoes .pesquisar:focus {
	background: #333333;
	color: #FFFFFF;
	transition: all 0.4s ease;
}

#modal_simula {	
	width: 800px;
	left: 50%;
	margin-left: -400px;		
}

.un_simula_container {
	width: 750px;
}

.form_inline_aero {
	width: 220px;
}

#modalAdesao {
	z-index: 1041;
}

.un_ins_container {
	width: 910px;
}

.form_inline_grau {
	width: 70px;
}

.form_inline_nome {
	width: 200px;
}

.un_form_inline_tabela {
	width: 130px;
}

.un_form_inline_aero {
	width: 130px;
}

.fichaFilia {	
	width: 700px;
	left: 50%;
	margin-left: -350px;	
}