/* imagens de Glyph Neue*/

@charset "UTF-8";
@charset "UTF-8";
/*
* jQuery File Upload Plugin CSS 1.3.0
* https://github.com/blueimp/jQuery-File-Upload
*
* Copyright 2013, Sebastian Tschan
* https://blueimp.net
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/MIT
*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/* FORMATO PARA PCS / NOTEBOOKS
/*=======================================================================================================================
===*/
/* Menu */

.form-planos {
	padding: 20px;
    display: flex;
    flex-direction: row;
}

.img-logo {
	width: 100px;
    disPlay: flex;
    justify-content: center;
    align-items: center;
}

.form-carrousel-item {
	width: 100%%;
    height: auto;
}

.form-carrousel {
	width: 70%;
    height: auto;
}

.form-alinhar {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header.hidden {
  opacity: 0;
}

.form-evento-display {
	width:300px;
	height:auto;
	object-fit: cover;
}

.form-evento-img {
	width:300px;
	height:200px;
	object-fit: cover;
}

.header {
    position: fixed;
    right: 0;
    width: 100%;
    transition: 0.3s ease;
    z-index: 9999999;
}


.carousel-wrapper {
  position: relative;
}

.carousel-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.carousel-inner {
  position: relative;
}

.wave-container {
  position: relative;
  height: 250px; /* Cobrir toda a tela */
  background: transparent;
  overflow: hidden;
}

/* Onda como Background */
.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none; /* Garante que não bloqueie cliques */
  bottom: -2px;
}


.mini-imagem {
    height: 75px;
    width: 75px;
    border-radius: 100%;
    line-height: 90px;
    background: #ffffff;
    text-align: center;
    margin: 2 auto;
    margin-bottom: 0px;
    z-index: 2;
    margin-top: -30px;
	padding: 5px;
    transition: 0.3s;
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	z-index: 9999;
	border: none;
	outline: none;
	background-color: #3472c8;
	color: white;
	cursor: pointer;
	border-radius: 50%;
	font-family: "Play", sans-serif;
	font-size: 30px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	transition: transform 0.4s ease, background-color 0.4s ease, color 0.4s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	transform-origin: center;
	transform: rotate(180deg);
	outline: 1px solid #fcd600;
}

#myBtn:hover {
	background-color: #fcd600;
	color: #3472c8;
	outline: 1px solid #fcd600;
}

.menu-display-download {
    display: flex;
    align-items: center;
    flex-direction: column;
	font-family: "Mulish";
}

a.link {
	color:#fff;
}

.menu-div-sat {
	width: 60px;
	height: auto;
	overflow: hidden;
}

.menu-div-titulo-sat{
	font-weight: bolder; 
	font-family: "Mulish";
	font-size: clamp(1.1em, 1vw, 1em);
	color: #fff;
}

.menu-div-texto-sat{
	font-weight: 400; 
	font-family: "Mulish";
	font-size: clamp(0.8em, 1vw, 1em);
	color: #fff;
}


.download-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 700px;
}
.download-box {
  position: relative;
  background: linear-gradient(45deg, #ffffff, #c4c4c4);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: left;
  transition: box-shadow 0.3s ease;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.download-box::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  background: rgba(0, 123, 255, 0.1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 0;
}
.download-box:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.download-box h2 {
  margin: 0;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.download-box .date {
  font-size: 12px;
  color: #999;
  font-style: italic;
  position: relative;
  z-index: 1;
}
.download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
  position: relative;
  z-index: 1;
  text-decoration:none;
}
.download-btn:hover {
  text-decoration:none;
  background: #194c89;
  transform: scale(1.09);
  box-shadow: 0 6px 15px rgba(0, 86, 179, 0.3);
}

/* botão download */

.p-div-rs {
	margin:auto;
}

button:focus {
	outline: none;
}

.recaptcha {
	width: 304px;
	height: 78px;
}

.link_video {
	width: 900px;
	height: 600px;
}


.img-estrutura {
	width:100%;
	height:auto;
}

.desenvolvedor-menu {
	font-weight: bolder;
	font-family: "Mulish";
	font-size: 9px;
	color: white;
	text-align: center;
	padding: 10px;
	background: #194c89;
	margin: 0px;
	display: block;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

strong {
	font-weight: bolder;
	font-family: "Mulish";
}

b {
	font-weight: bolder;
	font-family: "Mulish";
}

.menu-pc {
	display: none;
}

.menu-pc-2 {
	display: none;
}

.menu-mobile {
	position: fixed;
	top: 0;
	left: -100%;
	width: 20%;
	height: 100%;
	background:#194c89;
	box-shadow: 2px 0 10px rgba(0, 0, 0, 0.6);
	transition: left 0.4s ease-in-out;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	justify-content: space-between;
	scrollbar-width: none;
}

.menu-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	background-color: #194c89;
}

.menu-mobile ul {
    list-style: none;
    margin: 0;
    padding: 15px;
    height: 100%;
    width: 100%;
}

.menu-mobile a {
	display: block;
	padding: 14px;
	color: white;
	text-decoration: none;
	font-size: 14px;
	border: 2px #fcd600;
	transition: background 0.3s ease-in-out, opacity 0.4s ease-in-out,
		color 0.3s ease-in-out;
	opacity: 0;
	border-radius: 8px;
	padding: 10px;
}

.menu-mobile ul li:last-child a {
	border-bottom: none;
}

.menu-mobile.open a {
	opacity: 1;
	font-family: "Mulish";
}

.menu-mobile a:hover, .submenu a:hover {
	background: #fcd600;
	color: #194c89;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.menu-btn {
    font-size: 30px;
    color: #fcd600;
    background: #ffffff15;
    border: none;
    cursor: pointer;
    transition: transform 0.4s ease;
    border-radius: 5px;
    height: 40px;
    display: inline-flex;
    align-self: anchor-center;
    align-items: center;
    font-family: "Font Awesome 6 Free";
}

.menu-btn.rotate {
	transform: rotate(90deg);
}

.menu-mobile.open {
	left: 0;
}

.logo-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #194c89;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.logo-mobile img {
	width: 70%;
	object-fit: contain;
}

.submenu-mobile {
	max-height: 0;
	overflow: hidden;
	padding-left: 20px;
	transition: max-height 0.5s ease-out, padding 0.3s ease;
}

.has-submenu > a::after {
	content: "\f105";
	float: right;
	font-size: 12px;
	transition: transform 0.3s ease-in-out;
	font-weight: bold;
	font-family: "Font Awesome 5 Free";
}

.has-submenu.open > a::after {
	transform: rotate(90deg);
}

.has-submenu.open .submenu-mobile {
	max-height: 200px;
	padding-left: 20px;
}

.submenu-mobile li a {
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
}

.has-submenu.open .submenu-mobile li a {
	opacity: 1;
}

/* Rodapé com informações de contato */
.menu-footer {
	background: linear-gradient(360deg, #01074f, #194c89);
	padding: 15px;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.menu-footer .contato {
	color: white;
	font-size: 10px;
}

.menu-footer .contato p {
	margin: 0 0 5px;
	font-size: 18px;
	font-weight: bold;
	font-family: "Mulish";
}

.menu-footer .contato ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu-footer .contato li {
	margin-bottom: 5px;
}

.menu-footer .contato li a {
	color: white;
	text-decoration: none;
}

.menu-div-btn {
    display: flex;
    justify-content: space-around;
    background: #194c89;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    overflow: hidden;
    width: 100%;
    height: 140px;
    z-index: 9999;
}

.menu-div-img {
    width: 350px;
    height: 165px;
    position: absolute;
    background: #194c89;
    padding: 10px;
    border-radius: 100px;
    z-index: 1;
    display: flex;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}

.menu-display-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    width: 10%;
}

.menu-display {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 25%;
}

.menu-div-rs-telefone {
	vertical-align: center;
	font-family: "Mulish";
	margin: 0;
	padding: auto;
	font-weight: 500;
	font-size: clamp(1em, 1vw, 1em);
	color: #fff;
}

.menu-div-sejasocio {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    width: 10%;
}


.page-content {
	padding-top: 120px; /* espaço para o cabeçalho fixo */
	background-color: #f0f0f0;
	min-height: 2000px; /* para demonstrar o scroll */
}

.menu-pc {
	height: clamp(6em, 1vw, 6em);
}

.menu-pc-2 {
	height: clamp(3em, 1vw, 3em);
}

.whatsapp-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: linear-gradient(45deg, #014d1d, #00ff5f);
	color: white;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
	font-size: 35px;
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	z-index: 1000;
}
.whatsapp-button:hover {
	transform: scale(1.15);
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.4);
}
.whatsapp-button img {
	width: 50px;
	height: 50px;
}

.form_video {
	display: flex;
	justify-content: right;
}

.vertical-menu-direita {
	width: 100%;
}

.video_institucional {
	width: 100%;
	height: auto;
	display: inline-block;
}

.campo_vazio {
	width: 42%;
}

ul.vertical-menu-direita {
	width: 100%;
	list-style-type: none;
}

li.item-est {
	margin: 10px;
}

li.item-est a {
	height: 60px;
	padding: 16px;
	width: auto;
	height: auto;
	text-align: center;
	font-weight: 500;
	background-color: #fff;
	font-size: clamp(1.2em, 1vw, 1em);
	color: #194c89;
	font-family: "Mulish";
	display: block;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../border-radius.htc);
	border: 1px solid #194c89;
}

li.item-est-active {
	margin: 10px;
}

li.item-est-active a {
	height: 60px;
	padding: 16px;
	width: auto;
	height: auto;
	text-align: center;
	font-weight: 500;
	background-color: #fff;
	font-size: clamp(1.2em, 1vw, 1em);
	font-family: "Mulish";
	display: block;
	text-decoration: none;
	behavior: url(../border-radius.htc);
	background: linear-gradient(90deg,rgba(25, 76, 137, 1) 0%, rgba(186, 209, 193, 1) 100%, rgba(237, 221, 83, 1) 100%);
    border: none;
	color: white !important;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
}

li.item-not {
	margin: 10px;
}

li.item-not a {
	height: auto;
	padding: 16px;
	width: auto;
	text-align: center;
	font-weight: 500;
	background-color: #fff;
	font-size: clamp(1em, 1vw, 1em);
	color: #194c89;
	font-family: "Mulish";
	display: block;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../border-radius.htc);
	border: 1px solid #194c89;
}


.vertical-menu-direita a:hover {
	background-color: #3472c8;
	color: white;
}

.vertical-menu-direita a.active {
	background-color: #194c89;
	color: white;
	font-size: clamp(1.4em, 1vw, 1em);
}

.conteudo_anexos{
	font-weight: 400;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 0.9em);
	color: #5b5b58;
}

.conteudo_anexos a {
	font-weight: 400;
	font-family: "Mulish";
	font-size: clamp(0.9em, 1vw, 0.9em);
	color: #5b5b58;
	text-decoration: none;
}

.conteudo_anexos a:hover {
	font-weight: 400;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 0.9em);
	color: #5b5b58;
	text-decoration: none;
}


nav {
	padding: 0px;
}

nav ul {
	list-style: none;
	margin: auto;
	padding: 10px;
	display: flex;	
}

nav ul li {
	font-family: "Mulish";
	font-weight: 600;
	text-align:center;
	background-color: #3472c8;
	position: relative;
	margin-right: 10px;
	border-radius: 10px;
	width: clamp(12em, 1vw, 120em);
	font-size: clamp(0.8em, 1vw, 0.8em);
}

nav ul li a {
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
	display: block;
	transition: 0.5s;
	border-radius: 10px;
	width: clamp(12em, 1vw, 120em);
}

nav ul li a:hover {
	background-color: #fcd600;
	color: #194c89;
	border-radius: 10px;
}

/* Submenu inicialmente escondido */
nav ul li ul {
	margin: 2px;
	position: absolute;
	top: 100%;
	left: 0px;
	padding: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	display: block;
	border-radius: 10px;
}

nav ul li ul li {
	margin: 0;
}

nav ul li ul li a {
	display: block;
	border-radius: 0px;
	text-align: left;
	padding: 10px;
	background: #3472c8;
	transition: 0.8s;
	width: clamp(16em, 1vw, 100em);
}

nav ul li ul li a:hover {
	background: #fcd600;
	border-radius: 0px;
}

/* Exibe o submenu suavemente */
nav ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	z-index: 1000;
	display: block;
}

.video-item {
	width: clamp(60rem, 20vw, 30rem);
	height: clamp(40rem, 20vw, 30rem);
	padding: 0px;
	margin-left: clamp(26rem, 20vw, 30rem);
	display: inline-flex;
	justify-content: right;
	flex-direction: column;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
	box-shadow: rgba(0, 0, 0, 0.50) 0px 8px 18px;
}

.video_content {
	padding: 0px;
}


/*zapzap*/

.button-container {
	position: fixed; /* Mantém o contêiner fixo na tela */
	bottom: 30px; /* Ajuste conforme necessário para posicionar o contêiner */
	right: 10px; /* Ajuste conforme necessário para posicionar o contêiner */
	display: inline-block;
	z-index: 1000;
}

.hover-button {
	position: absolute;
	top: 50%;
	right: 60%;
	transform: translateY(-50%);
	padding: 13px 70px;
	font-size: clamp(1.4em, 1vw, 1em);
	cursor: pointer;
	transition: width 0.3s ease, opacity 0.3s ease;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	align-items: center;
	justify-content: center;
	opacity: 1;
	z-index: 999;
	height: clamp(2.8em, 1vw, 70em);
	width: clamp(15em, 1vw, 400em);
	background-color: #fcd600;
	color: #000;
	font-family: "Mulish";
	font-weight: 600;
	text-align: center;
}

.button-container:hover .hover-button {
	opacity: 1;
}

.button-container img {
	position: relative;
	width: 100px; /* Ajuste a largura da imagem conforme necessário */
	height: 100px; /* Ajuste a altura da imagem conforme necessário */
	transition: transform 0.3s ease;
	z-index: 1001; /* Garante que a imagem fique acima do botão */
}

.button-container:hover img {
	transform: scale(1.1); /* Aumenta a imagem no hover */
}

.button-container:hover {
	cursor: pointer;
}

/*Menu Horizontal*/

.horizontal-menu {
	width: 100%;
}

.horizontal-menu a {
	font-weight: 600;
	font-size: clamp(0.9em, 1vw, 0.9em);
	color: #2c3539;
	font-family: "Mulish";
	text-decoration: none;
	width: 100%;
	background-color: #4d5072;
	height: 46px;

}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 12px 16px;
	z-index: 1;
}

.dropdown:hover .dropdown-content {
	display: block;
}

ul.topnav {
	text-align: center;
	display: inline-block;
	list-style: none;
	margin: 0px;
	white-space: nowrap;
	padding: 10px;
	overflow: hidden;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	behavior: url(./border-radius.htc);	
}

ul.topnav li {
	display: inline-block;
}

ul.topnav li a {
	display: block;
	width: 150px;
	color: white;
	text-align: center;
	padding: 11px 20px;
	text-decoration: none;
	transition: .5s;
	height: 40px;
	background-color: #3472c8;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	behavior: url(./border-radius.htc);	
}

ul.topnav li a:hover {
	background-color: #fcd600;
	transition: .5s;
	color: #194c89;
}

ul.topnav li a.active a.hover {
	background-color: #fcd600;
	color: #194c89;
}

ul.topnav li.right {
	float: right;
}

.menu-icon {
	display: none;
}

/*noticias*/

.form_noticias {
	width: auto;
	height: auto;
	overflow: hidden;
}

.form_noticias img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	transition: all .5s ease;
}

.form_noticias img:hover {
	transform: zoom(1.1);
	filter: brightness(80%);
}

/*noticias*/

.redesocial img:hover {
	transform: zoom(1.1);
	filter: brightness(80%);
}


.form_processos {
	width: auto;
	height: auto;
	overflow: hidden;
}

.form_processos img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	transition: all .5s ease;
}

.form_processos img:hover {
	transform: zoom(1.1);
	filter: brightness(80%);
}

.form_imagens_topo {
	width: auto;
	height: auto;
	overflow: hidden;
}

.form_imagens_topo img {
	width: auto;
	height: auto;
	object-fit: fill;
	transition: all .5s ease;
}

.form_imagens_topo img:hover {
	transform: zoom(1.5);
	filter: brightness(80%);
}


/*form imagens noticias*//* off */

.form_img_noticias {
	overflow: hidden;
	object-fit: fill;
	border-radius: 10px;
	height: 100%;
	width: 100%;
}

.mapa_form {
	width:100%;
	height:500px;
}

/*João Estilos Fim*/

.container_checkbox {
	display: block;
	position: relative;
	padding-left: 60px;
	margin-bottom: 30px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 90px;
}

/* Hide the browser's default checkbox */
.container_checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: -13;
	left: 10;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border: solid #fff;
	border-width: 1px 1px 1px 1px;
}

/* On mouse-over, add a grey background color */
.container_checkbox:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_checkbox input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container_checkbox input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container_checkbox .checkmark:after {
	left: 5px;
	top: 5px;
	width: 15px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

label.container_checkbox {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.table_cabecalho_logo{
	width: 35%;
}

.table_cabecalho_col_45{
	width: 65%;
}

table.table_cabecalho_menu{
	width: clamp(450rem, 30vw, 90rem);
}

table.table_estrutura {
	min-height : 800px;
}

td.td_conteudo_estrutura {
	min-height : 600px;
}


table.table_noticia {
	width: clamp(90rem, 30vw, 90rem);
}

table.table_noticia_session {
	width: clamp(80rem, 40vw, 80rem);
}


a.sem_underline:link {
	text-decoration: none;
}

img.brasao {
	width: clamp(80px, 35vw, 260px);
}

img.patrocinadores {
	width: clamp(100px, 40vw, 180px);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

img.ingressos {
	width: clamp(100px, 40vw, 200px);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

img.foto_evento {
	width: clamp(8em, 16vw, 100em);
}


.vertical-menu {
	width: 100%;
}

.vertical-menu a {
	font-weight: 500;
	background-color: #eee;
	font-size: clamp(1em, 1vw, 1em);
	color: #2c3539;
	font-family: "Mulish";
	display: block;
	padding: 6px;
	text-decoration: none;
}

ul.vertical-menu {
	width: 100%;
	list-style-type: none;
}

.vertical-menu a:hover {
	background-color: #ccc;
}

.vertical-menu a.active {
	background-color: #3472c8;
	color: white;
	font-size: clamp(1.4em, 1vw, 1em);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../border-radius.htc);
}

a.nav-link{
	color: #fff;
}

a.nav-admin{
	color: #fff;
}

.cat {
	height: 300px;
	width: 300px;
}

a.nav-admin:link {
	transition: all 0.3s ease; /*Aplicamos um efeito de transição*/
	text-decoration: none; /*Removemos o sublinhado*/
	font-size: clamp(1.2em, 1vw, 1em);  /*Alteramos o tamanho da fonte*/
	font-family: Mulish; /*Mudamos a fonte padrão para verdana*/
	/*Adicionamos um espaçamento de 10px em TOP, BOTTOM, RIGHT e LEFT*/
	color: #194c89; /*Mudamos a cor para Azul*/
	font-weight: 500;
	vertical-align: center;
}

a.nav-admin:hover{
	color: #194c89;
}

a.nav-admin{
	color: #194c89;
}

a.nav-admin:visited{
	color: #194c89;
}

/* Quando já clicamos no link anteriormente */
a:visited {
	color: #fff; /*Mudamos a cor */
}

/* Quando passamos o mouse sobre o link */
a:hover {
	color: #fff; /*Mudamos a cor*/
}

/* Quando clicamos no link */
a:active {
	color: #fff; /*Mudamos a cor*/
}

a.nav-link{
	color: #fff;
}

a.nav-link:hover{
	color: #ff9933;
}

.container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.navbar-toggler{
	border: 1px solid #fff;
	width: 80px;
	height: 40px;
	background-color: #194c89;
	padding: 0;
	position: relative;
	margin-top: 0px;
	margin-left: 275px;
}

.btn-text-top {
	background-color: #f5f6fa;
	border: 1px solid rgba(255, 255, 255, .1);
	padding: 15px 70px 15px 30px;
	border-radius: 10px;
	width: 600px!important;
	height: 32px;
	font-weight: 300;
	color: #8795a2;
}

.logo_banner {
	display: inline-block;
	width: 100%;
	text-align: center;
	vertical-align: center;
}

.btn-buscar-top {
	width: 20px!important;
	height: 22px;
	background: url(./imagens/buscar_grey.png) no-repeat;
	cursor: pointer!important;
	border: none;
	transform: translateY(-50%);
	padding: 0;
	position: relative;
	top: 0px;
	left: 280px;
}

.telefone {
	background: url(./imagens/telefone_amarelo.png);
	width: 40px;
	height: 40px;
	border: none;
	transition: 0.3s ease;
	outline:none;
}

.telefone:hover {
	background: url(./imagens/telefone_branco.png);
	transition: 0.3s;
	cursor: pointer;
	border:none;
	transform: scale(1.08);
	outline:none;
}

.whatsapp {
	background: url(./imagens/whatsapp_amarelo.png);
	width: 40px;
	height: 40px;
	border: none;
	transition: 0.3s ease;
	outline:none;
}

.whatsapp:hover {
	background: url(./imagens/whatsapp_branco.png);
	transition: 0.3s;
	cursor: pointer;
	border:none;
	transform: scale(1.08);
	outline:none;
}

.instagram {
	background: url(./imagens/instagram_amarelo.png);
	width: 40px;
	height: 40px;
	border: none;
	transition: 0.3s ease;
	outline:none;
}

.instagram:hover {
	background: url(./imagens/instagram_branco.png);
	transition: 0.3s;
	cursor: pointer;
	border:none;
	transform: scale(1.08);
	outline:none;
}

.facebook {
	background: url(./imagens/facebook_amarelo.png);
	width: 40px;
	height: 40px;
	border: none;
	transition: 0.3s ease;
	outline:none;
}

.facebook:hover {
	background: url(./imagens/facebook_branco.png);
	width: 40px;
	height: 40px;
	border: none;
	transition: 0.3s;
	cursor: pointer;
	transform: scale(1.10);
	outline:none;
}

.youtube {
	background: url(./imagens/youtube_amarelo.png);
	width: 40px;
	height: 40px;
	border: none;
	transition: 0.3s ease;
	outline:none;
}

.youtube:hover {
	background: url(./imagens/youtube_branco.png);
	width: 40px;
	height: 40px;
	transition: 0.3s;
	cursor: pointer;
	border:none;
	transform: scale(1.08);
	outline:none;
}

.fileinput-button {
	position: relative;
	overflow: hidden;
}

fieldset {  
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../border-radius.htc);
}

.borda_redonda {  
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../border-radius.htc);
	overflow: hidden;
}

.borda_redonda_px {  
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #DCDCDC;
	display: block;
	width: 100%;
	behavior: url(../border-radius.htc);
}


.imagem_pequena {  
	width: 180px;
}

.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
}

.table {
	width: 100%;
	display:block;
	border-spacing: 0;
}

.top {
	vertical-align: top
}

.espaco10px {
	text-decoration: none;
	color: inherit;
	padding: 1px 1px 1px 1px;
	vertical-align: center;
	margin-top: 15px;
	margin-left: 10px;
}

.espaco7px {
	text-decoration: none;
	color: inherit;
	padding: 1px 1px 1px 1px;
	vertical-align: center;
	margin-top: 15px;
	margin-left: 7px;
}

.espaco5px {
	text-decoration: none;
	color: inherit;
	padding: 5px 5px 5px 5px;
	vertical-align: center;
}

.espaco20px {
	text-decoration: none;
	color: inherit;
	padding: 50px 0px 0px 20px;
	vertical-align: center;
}

input.pesquisar { 
	font-family: "Mulish";
	font-size: 15px; 
	font-weight: normal; 
	color: #696969;
	text-decoration: none; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	height:32px;
	vertical-align: "center";
	border-radius: 10px;
	behavior: url(../border-radius.htc);
}

input.text {
	font-family: "Mulish";
	height: 30px;
	border: 1px solid #fff;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 5px;
	text-align: left;	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../border-radius.htc);
}

input.text_login {
	font-family: "Mulish";
	height: 50px;
	border: 1px solid #fff;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 5px;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../border-radius.htc);
}

input.text_desabilitado {
	font-family: "Mulish";
	font-size: 15px; 
	color: #515151; 
	background-color: #dedede;
	border: 0px solid #dedede;
}

input.text_m {
	font-family: "Mulish";
	border: 1px solid #fff;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 5px;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../border-radius.htc);
}

input.number {
	font-family: "Mulish";
	height: 30px;
	border: 1px solid #fff;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 5px;
	text-align: right;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../border-radius.htc);
}

input.data {
	border: 1px solid #fff;
	height: 30px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 5px;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../border-radius.htc);
}

.fileinput-button {
	position: relative;
	overflow: hidden;
}

.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	filter: 'alpha(opacity=0)';
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
}

.button {
	font-weight: bold;
	font-family: "Mulish";
	/*	font-size: clamp(0.9em, 1vw, 0.9em);*/
	color: #fff;
	border: 1px solid #3472c8;
	background-color:#3472c8;
	height: clamp(2.2em, 1vw, 70em);
	width: clamp(18em, 1vw, 400em);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	transition: 0.5s;
}

.button:hover {
	font-weight: bold;
	font-family: "Mulish";
	/*font-size: clamp(0.9em, 1vw, 0.9em);*/
	color: #194c89;
	background-color: #fcd600;
	transition: .5s;
	color: #194c89;
	border: 1px solid #194c89;
	height: clamp(2.2em, 1vw, 70em);
	width: clamp(18em, 1vw, 400em);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 15px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.button_adm {
	font-weight: bold;
	font-family: "Mulish";
	/*	font-size: clamp(0.9em, 1vw, 0.9em);*/
	color: #fff;
	border: 1px solid #3472c8;
	background-color: #fcd600;
	height: clamp(2.2em, 1vw, 70em);
	width: clamp(6em, 1vw, 400em);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	transition: 0.5s;
}

.button_adm:hover {
	font-weight: bold;
	font-family: "Mulish";
	/*font-size: clamp(0.9em, 1vw, 0.9em);*/
	color: #194c89;
	border: 1px solid #3472c8;
	background-color: #fcd600;
	transition: .5s;
	color: #194c89;
	height: clamp(2.2em, 1vw, 70em);
	width: clamp(6em, 1vw, 400em);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 15px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}


.button_noticias {
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(1.5em, 1vw, 1em);
	color: #fff;
	border: 1px solid #3472c8;
	background-color:#3472c8;
	height: clamp(2.6em, 1vw, 70em);
	width: clamp(11em, 1vw, 400em);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	transition: 0.5s;
}

.button_noticias:hover {
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(1.5em, 1vw, 1em);
	color: #194c89;
	background-color: #fcd600;
	transition: .5s;
	color: #194c89;
	border: 1px solid #194c89;
	height: clamp(2.6em, 1vw, 70em);
	width: clamp(11em, 1vw, 400em);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 15px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.button_associe {
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(1.5em, 1vw, 1em);
	color: #fff;
	border: 1px solid #ff4700;
	background-color:#ff4700;
	height: clamp(2.6em, 1vw, 70em);
	width: clamp(11em, 1vw, 400em);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	transition: 0.5s;
}

.button_associe:hover {
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(1.5em, 1vw, 1em);
	color: #194c89;
	background-color: #fcd600;
	transition: .5s;
	color: #194c89;
	border: 1px solid #194c89;
	height: clamp(2.6em, 1vw, 70em);
	width: clamp(11em, 1vw, 400em);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 15px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}


.button_seja_socio {
    font-weight: bold;
    font-family: "Mulish";
    font-size: 14px;
    color: #000;
    border: 1px solid #fcd600;
    background-color: #fcd600;
    height: 40px;
    width: 100%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -goog-ms-border-radius: 10px;
    border-radius: 10px;
    vertical-align: center;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    transition: 0.5s;
}

.button_seja_socio:hover {
	font-weight: bold;
	font-family: "Mulish";
	font-size: 14px;
	color: #194c89;
	border: 1px solid #194c89;
	background-color:#fff;
	height: 40px;
	width: 100%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 15px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}


.button_faleconosco {
    font-weight: bold;
    font-family: "Mulish";
    font-size: clamp(1.2em, 1vw, 1em);
    color: #ffffff;
    border: 1px solid #194c89;
    background-color: #194c89;
    height: auto;
    width: 50%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -goog-ms-border-radius: 10px;
    border-radius: 10px;
    vertical-align: center;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: 0.5s;
    padding: 10px;
	margin-top: 5px;
}

.button_faleconosco:hover {
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	color: #194c89;
	border: 1px solid #194c89;
	background-color:#fcd600;
	height: auto;
    width: 52%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 15px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
	padding: 10px;
}

.button_eventos {
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(2em, 1vw, 1em);
	color: #ffffff;
	border: 1px solid #194c89;
	background-color:#f08020;
	height: clamp(2em, 1vw, 70em);
	width: clamp(15em, 1vw, 400em);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
}

.button_eventos:hover {
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(2em, 1vw, 1em);
	color: #ffffff;
	border: 1px solid #fff;
	background-color:#fff;
	height: clamp(2em, 1vw, 70em);
	width: clamp(15em, 1vw, 400em);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
}

.button_grande {
	font-weight: bold;
	font-family: "Mulish";
	font-size: 22px;
	color: #ffffff;
	border: 1px solid #fff;
	background-color:#fff;
	height: 100px;
	width: 340px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
}

.button_grande:hover {
	font-weight: bold;
	font-family: "Mulish";
	font-size: 22px;
	color: #ffffff;
	border: 1px solid #194c89;
	background-color:#194c89;
	height: 100px;
	width: 340px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
}

.button_videos {
	font-weight: bold;
	font-family: "Mulish";
	font-size: 22px;
	color: #ffffff;
	border: 1px solid #194c89;
	background-color:#194c89;
	height: 50px;
	width: 240px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
}

.button_videos:hover {
	font-weight: bold;
	font-family: "Mulish";
	font-size: 22px;
	color: #ffffff;
	border: 1px solid #fff;
	background-color:#fff;
	height: 50px;
	width: 240px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
}

.button_login {
	font-weight: bold;
	font-family: "Mulish";
	font-size: 22px;
	color: #ffffff;
	border: 1px solid #194c89;
	background-color:#194c89;
	height: 50px;
	width: 100%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
	text-align: center;
}

.button_login:hover {
	font-weight: bold;
	font-family: "Mulish";
	font-size: 22px;
	color: #ffffff;
	border: 1px solid #fff;
	background-color:#fff;
	height: 50px;
	width: 100%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
	text-align: center;
}

.exclui-imagens {
	font-weight: bold;
	font-family: "Mulish";
	font-size: 12px;
	color: #ffffff;
	border: 1px solid #194c89;
	background-color:#194c89;
	height: 20px;
	width: 30px;
	-moz-border-radius: 4;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
}

.exclui-imagens:hover {
	font-weight: bold;
	font-family: "Mulish";
	font-size: 12px;
	color: #ffffff;
	border: 1px solid #fff;
	background-color:#fff;
	height: 20px;
	width: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
}

.exclui-documentos {
	font-weight: bold;
	font-family: "Mulish";
	font-size: 12px;
	color: #ffffff;
	border: 1px solid #194c89;
	background-color:#194c89;
	height: 20px;
	width: 30px;
	-moz-border-radius: 4;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
}

.exclui-documentos:hover {
	font-weight: bold;
	font-family: "Mulish";
	font-size: 12px;
	color: #ffffff;
	border: 1px solid #fff;
	background-color:#fff;
	height: 20px;
	width: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
}

.adiciona {
	font-weight: bold;
	font-family: "Mulish";
	font-size: 12px;
	color: #ffffff;
	border: 1px solid #194c89;
	background-color:#194c89;
	height: 25px;
	width: 60px;
	-moz-border-radius: 4;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
}

.adiciona:hover {
	font-weight: bold;
	font-family: "Mulish";
	font-size: 12px;
	color: #ffffff;
	border: 1px solid #fff;
	background-color:#fff;
	height: 25px;
	width: 60px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
}

.submit {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4682B4), color-stop(1, #a5cc52) );
	background:-moz-linear-gradient( center top, #4682B4 5%, #a5cc52 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4682B4', endColorstr='#a5cc52');
	background-color:#4682B4;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:"Play";
	font-size:15px;
	font-weight:bold;
	padding:2px 16px;
	text-decoration:none;
	text-shadow:1px 1px 0px #86ae47;
}

.submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #4682B4) );
	background:-moz-linear-gradient( center top, #a5cc52 5%, #4682B4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#4682B4');
	background-color:#a5cc52;
}

.submit:active {
	position:relative;
	top:1px;
}

/* MENUS */
.menu_superior_azul {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 40%;
	background-color: #194c89;
	height: 130px;
}

.rodape_fundo_azul {
	background: linear-gradient(0deg, #00266C, #194c89);
	height: 100%;
	width: 100%;
}

.menu_superior_azul_claro {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 40%;
	background-color: #72bcd4;
	height: 70px;
}

.menu_superior_verde {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 40%;
	background-color: #fff;
	height: 60px;
}

.cabecalho_banner {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 40%;
	height: 300px;
}

.banner {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	vertical-align: center;
	height: 400px;
}

.saiba_como_chegar {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
}

.noticias {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	height: 100%;
}

.pesquisa {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	height: 1000px;
}

.videos {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	height: 800px;
	width: 100%;
}

.eventos {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	height: 100%;
	width: 100%;
}

.rodape {
	background-color: #194c89;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	height: 100%;
	width: 100%;
}

/* FUNDOS */
.fundo_azul{
	background-color: #194c89;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}

.fundo_azul_sat{
	background-color: #194c89;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}

.fundo_azul_claro{
	background-color: #3ea4c4;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}

.fundo_amarelo{
	background-color: #fcd600;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}

.fundo_cinza{
	background-color: #e9e9e9;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}

.fundo_cinza_d3d3d3{
	background-color: #d3d3d3;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}

.fundo_cinza_fp{
	background-color: #666666;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}

.fundo_cinza_noticia{
	background-color: #dedede;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	height: clamp(10em, 33vw, 60em);
}

.fundo_cinza_evento{
	background-color: #dedede;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	height: clamp(10em, 43vw, 80em);
}

.fundo_cinza_video{
	background-color: #dedede;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	height: clamp(12em, 32vw, 28em);
}

.fundo_cinza_claro_noticia{
	background-color: #f4f4f4;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}

.fundo_cinza_claro{
	background-color: #f4f4f4;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}

.fundo_servicos{
	background-image: url(./imagens/bg-servicos.png);
}

.fundo_preto{
	background-color: #000000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	vertical-align: center;
	height: 60px;
}

.fundo_branco {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}

.fundo_branco_noticia{
	background-color: #fff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	height: clamp(6em, 28vw, 50em);
}

.fundo_branco_plano{
	background-color: #fff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	height: auto;
}


.fundo_branco_foto_sat {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	background-image: url(./imagens/fundo_sat_transparente.png);
}

.fundo_video_sat {
	background-image: url(./imagens/fundo_video_sat.jpg);
}

.fundo_cinza_escuro {
	background-color: #DCDCDC;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}

/* FONTES */

.menu_logo_topo {
	padding-left: 30px;
}

.menu_logo_superior_imagem {
	text-align: right;
}

.menu_logo_superior_imagem a{
	text-align: center;
	text-decoration:none;
}

.menu_logo_superior_imagem a:hover {
	text-align: center;
	text-decoration:none;
}

.menu_logo_superior_texto {
	font-weight: 500;
	font-family: "Mulish";
	font-size: clamp(0.8em, 1vw, 0.9em);
	color: white;
}

.menu_logo_superior_texto a{
	font-weight: 500;
	font-family: "Mulish";
	font-size: clamp(0.8em, 1vw, 0.9em);
	color: white;
	text-decoration:none;
}

.menu_logo_superior_texto a:hover {
	font-weight: 500;
	font-family: "Mulish";
	font-size: clamp(0.8em, 1vw, 0.9em);
	color: #fcd600;
	text-decoration:none;
}

.sombra{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
	box-shadow: rgba(0, 0, 0, 0.50) 0px 8px 18px;
}

.titulo_adm{
	font-family: "Mulish";
	font-size: clamp(2.6em, 1vw, 1em);
	color: white;
	font-weight: bolder;
	padding-left: 30px;
	text-shadow: black 0.1em 0.1em 0.2em;
}

.titulo_adm_menu{
	font-family: "Mulish";
	font-size: clamp(1.4em, 1vw, 1em);
	color: white;
	font-weight: bolder;
	padding-left: 30px;
	background-color:#3472c8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
	height: 40px;
}

.usuario_admin_logado{
	font-family: "Mulish";
	font-size: clamp(0.9em, 1vw, 1em);
	color: white;
	font-weight: 600;
	text-align: center;
}

.corpo_legenda_login{
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	color: black;
	font-weight: 600;
}

.fonte_menu_superior{
	font-family: "Mulish";
	font-size: clamp(1em, 1vw, 1em);
	color: white;
	font-weight: 600;
	text-align: center;
}

.titulo_sessao {
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(3em, 1vw, 1em);
	color: #194c89;
	text-align: left;
	vertical-align: center;
	height: 130px;
}

.titulo_sessao_amarelo {
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(3em, 1vw, 1em);
	color: #fcd600;
	text-align: left;
	vertical-align: center;
	height: 100%;
}

.titulo_sessao_branco {
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(3em, 1vw, 1em);
	color: #ffffff;
	text-align: left;
	vertical-align: center;
	height: 130px;
}

.titulo_manutencao {
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(3.8em, 1vw, 1em);
	color: #194c89;
	text-align: center;
}

.titulo_noticias{
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(3.2em, 1vw, 1em);
	color: #194c89;
	text-align: left;
}

.cabecalho_noticias{
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(2.2em, 1vw, 1em);
	color: #194c89;
}

.titulo_videos{
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(3.2em, 1vw, 1em);
	color: #194c89;
	text-align: left;
}

.titulo_videos_fp{
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(3em, 1vw, 1em);
	color: #ffffff;
}

.titulo_saiba_como_chegar{
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(3.2em, 1vw, 1em);
	color: #194c89;
	text-align: left;
}

.plano_titulo{
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(1.8em, 1vw, 1em);
	color: #2c3539;
	text-align: center;
	height: 50px;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.plano_nome{
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	height: 80px;
	text-align: center;
	border-radius: 10px;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.plano_anuidade{
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(1.5em, 1vw, 1em);
	color: #2c3539;
	text-align: center;
}

.plano_texto_prazo{
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(1.4em, 1vw, 1em);
	color: #2c3539;
	text-align: center;
}

.plano_vl_parcela{
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(2.8em, 1vw, 1em);
	color: #2c3539;
	text-align: center;
}

.plano_vl_vista{
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(1.4em, 1vw, 1em);
	color: #2c3539;
	text-align: center;
}

.plano_taxa_adesao{
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(0.8em, 1vw, 0.8em);
	color: #2c3539;
	text-align: center;
}

.plano_tx_dependentes{
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(0.8em, 1vw, 0.8em);
	color: #2c3539;
	text-align: center;
}

.plano_tx_vantagens{
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(1em, 1vw, 1em);
	color: #2c3539;
	margin-left: 60px;
	margin-right: 60px;
	text-align: center;
	line-height: 1.5;
}


.plano_tx_observacao{
	font-weight: normal;
	font-family: "Mulish";
	font-size: clamp(1em, 1vw, 1em);
	color: #2c3539;
	margin-left: 60px;
	margin-right: 60px;
	text-align: center;
	line-height: 1.5;
}


.conteudo_titulo{
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(2em, 1vw, 1em);
	color: #2c3539;
}

.conteudo_texto{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(0.8em, 1vw, 0.8em);
	color: #2c3539;
}

.conteudo_titulo_conteudo{
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(1.8em, 1vw, 1em);
	color: #2c3539;
}

.conteudo_texto_conteudo{
	font-weight: 400;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	color: #2c3539;
}

.combobox select{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	color: #2c3539;
}

.option combobox{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	color: #2c3539;
}

.conteudo_texto_sublinhado{
	font-weight: normal;
	font-family: "Mulish";
	font-size: 16px;
	color: #2c3539;
	text-decoration: underline;
}

.conteudo_texto_data{
	font-weight: normal;
	font-family: "Mulish";
	font-size: clamp(0.9em, 1vw, 1em);
	color: #2c3539;
}

.conteudo_texto_bold{
	font-weight: bold;
	font-family: "Mulish";
	font-size: 16px;
	color: #2c3539;
}

.conteudo_texto_saiba_mais{
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	color: #fff;
}

.conteudo_texto_saiba_mais a{
	color: #fff;
}

.conteudo_texto_saiba_mais a:hover{
	color: #fff;
}

.borda_noticia{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
	padding: 10px;
}

.borda_video{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
}

.conteudo_texto_ver_mais{
	font-weight: bold;
	font-family: "Mulish";
	font-size: 22px;
	color: #ffffff;
	border: 1px solid #CCCCCC;
	background-color:#fff;
	height: 40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	vertical-align: "center";
	border-radius: 10px;
}

.noticia_titulo{
	font-weight: bold;
	font-family: "Mulish";
	font-size: 40px;
	color: #2c3539;
}

.noticia_titulo_principal{
	font-weight: bolder; 
	font-family: "Mulish";
	font-size: clamp(2em, 1vw, 2em);
	color: #2c3539;
}

.noticia_publicado_em{
	font-weight: 400;
	font-family: "Mulish";
	font-size: clamp(0.9em, 1vw, 1em);
	color: #2c3539;
	height: 40px;
}

.noticia_texto p{
	font-weight: 400;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	color: #2c3539;
	letter-spacing: 0.5px;
	margin-top: 10px;
	line-height: 1.5;
}

.noticia_texto a{
	font-weight: bolder;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	color: #2c3539;
	letter-spacing: 0.5px;
	margin-top: 10px;
	line-height: 1.5;
	text-decoration:none;
}

.noticia_texto a:hover{
	font-weight: bolder;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	color: #2c3539;
	letter-spacing: 0.5px;
	margin-top: 10px;
	line-height: 1.5;
	text-decoration:none;
}


div.noticia_texto_lado{
	font-weight: 300;
	display: inline-block;
	font-family: "Mulish";
	font-size: clamp(1.3em, 1vw, 1em);
	color: #2c3539;
	letter-spacing: 0.5px;
	margin-top: 10px;
	line-height: 1.5;
}

.todas_as_noticias_titulo{
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(2.4em, 1vw, 1em);
	color: #194c89;
	margin-top: 10px;
}

.fale_conosco_titulo{
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(2.4em, 1vw, 1em);
	color: black;
	margin-top: 10px;
	text-align:center;
	vertical-align: center;
}

.fale_conosco_subtitulo{
	font-weight: 400;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	color: #194c89;
	margin-top: 10px;
	text-align:justify;
	vertical-align: center;
}

.noticia_recente_titulo{
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(1.8em, 1vw, 1em);
	color: #fff;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 20px;
}

.noticia_titulo_texto_todas{
	font-weight: bolder;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	color: #194c89;
}


.consulta_texto{
	font-weight: bolder;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	text-align: right;
	vertical-align: center;
	color: #2c3539;
}

.consulta_data{
	font-weight: 400;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	vertical-align: center;
	color: #2c3539;
}

.consulta_resultado{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(0.8em, 1vw, 1em);
	color: #2c3539;
	height: 30px;
	vertical-align: center;
}

.consulta_acesso{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(0.6em, 1vw, 0.8em);
	color: #2c3539;
	height: 30px;
	vertical-align: center;
}

.consulta_resultado_titulo{
	font-weight: bolder;
	font-family: "Mulish";
	font-size: clamp(0.8em, 1vw, 1em);
	vertical-align: center;
	color: white;
	text-align:center;
	height: 30px;
}

.atendimento{
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(1.6em, 1vw, 1em);
	color: white;
	text-align: center;
	line-height: 10px;
}

.dia_semana {
	font-weight: 500;
	font-family: "Mulish";
	text-align: center;
	font-size: clamp(1.4em, 1vw, 1em);
	color: white;
}

p.dia_semana {
	font-weight: 500;
	font-family: "Mulish";
	text-align: center;
	font-size: clamp(1.4em, 1vw, 1em);
	color: white;
}

.horario {
	font-weight: 300;
	font-family: "Mulish";
	text-align: center;
	font-size: clamp(1.4em, 1vw, 1em);
	line-height: 8px;
	color: white;
}

p.horario {
	font-weight: 300;
	font-family: "Mulish";
	text-align: center;
	font-size: clamp(1.4em, 1vw, 1em);
	line-height: 8px;
	color: white;
}

.endereco_prefeitura{
	font-weight: 300;
	font-family: "Mulish";
	text-align: center;
	font-size: clamp(0.8em, 1vw, 1em);
	color: white;
}

.desenvolvido_por_menor{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1em, 1vw, 0.8em);
	color: white;	
	text-align: center;
	vertical-align: center;
	height: 30px;
}

.desenvolvedor{
	font-weight: bolder;
	font-family: "Mulish";
	font-size: clamp(0.8em, 1vw, 0.8em);
	color: white;
	text-align: center;
	padding: 10px;
	background: transparent;
}

.hr_rodape {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
	border-width: 1px;
	height: 1px;
	border: 0;
	box-shadow: 0 2px 2px -2px #8c8b8b inset;
}

.noticia_recente_chamada{
	font-weight: 600;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	margin: 0px;
	width: 100%;
	color: #194c89;
	padding: 10px 10px 10px 10px;
}

.noticia_recente_data{
	font-weight: 400;
	font-family: "Mulish";
	font-size: clamp(0.8em, 1vw, 1em);
	color: #194c89;
	padding-left: 5px;
	padding-right: 5px;
}

.noticia_texto_data_todas{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(0.6em, 1vw, 0.8em);
	color: #2c3539;
}

.noticia_texto_data{
	font-weight: normal;
	font-family: "Mulish";
	font-size: clamp(0.9em, 1vw, 1em);
	color: #2c3539;
	overflow: hidden;
}

.noticia_texto_chamada_todas{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1em, 1vw, 1em);
	color: #2c3539;
}

.noticia_titulo_texto_todas a{
	color: #194c89;
}

.noticia_titulo_texto_todas a:hover{
	color: #fff;
	text-decoration:none;
}

.noticia_texto_chamada_todas a{
	color: #2c3539;
}

.noticia_texto_chamada_todas a:hover{
	color: #2c3539;
	text-decoration:none;
}

.noticia_recente_chamada a{
	color: #2c3539;
	transition: 0.5s ease;
}

.noticia_recente_chamada a:hover{
	color: #194c89;
	transition: 0.5s ease;
	text-decoration:none;
}

.pesquisar_noticias{
	font-weight: bold;
	font-family: "Mulish";
	font-size: 20px;
	color: #2c3539;
}

.noticia_texto_chamada{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1.1em, 1vw, 1em);
	color: #2c3539;
	padding: 10px 10px 0px 10px;
}

.noticia_texto_chamada_data{
	font-weight: 600;
	font-family: "Mulish";
	font-size: clamp(1em, 1vw, 1em);
	color: #2c3539;
	vertical-align: center;
	padding: 10px 10px 10px 10px;
	height: 40px;
}

.noticia_texto_chamada p{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	color: #2c3539;
}

.noticia_texto_chamada_zs{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1em, 1vw, 1em);
	color: #2c3539;
}

.pesquisa_texto{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(0.8em, 1vw, 1em);
	color: #2c3539;
}

.pesquisa_texto select{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(0.8em, 1vw, 1em);
	color: #2c3539;
}

.pesquisa_texto_site{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1em, 1vw, 1em);
	color: #2c3539;
	height: 50px;
}

.pesquisa_texto_site select{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1em, 1vw, 1em);
	height: 50px;
	color: #2c3539;
}

.noticia_texto_chamada a{
	color: #2c3539;
	text-decoration:none;
}

.video_texto_chamada{
	font-weight: 300;
	font-family: "Mulish";
	font-size: 16px;
	color: #2c3539;
	height: 100%;
}

.noticia_imagem{
	font-weight: normal;
	font-family: "Mulish";
	font-size: 18px;
	color: #2c3539;
	width: 100px;
	height: 20px;
	display: inline-block;
}

.video_imagem{
	font-weight: normal;
	font-family: "Mulish";
	font-size: 18px;
	color: #2c3539;
	width: 200px;
	height: 100px;
	display: block;
	margin-right: 20px;
}

.noticia_texto_sublinhado{
	font-weight: normal;
	font-family: "Mulish";
	font-size: 20px;
	color: #2c3539;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.noticia_texto_titulo_principal{
	font-weight: 600;
	font-family: "Mulish";
	font-size: clamp(1.4em, 1vw, 1em);
	height: 100%;
	color: #194c89;
	padding: 0px 10px 0px 10px;
}

.noticia_texto_titulo_principal a{
	color: #194c89;
}
.noticia_texto_titulo_principal a:hover{
	color: #3472c8;
	text-decoration:none;
}

.atividade_nm_atividade {
	font-weight: 600;
	font-family: "Mulish";
	font-size: clamp(1.4em, 1vw, 1em);
	height: 80px;
	margin: 0;
	color: #000;
	padding: 14px;
	text-align: center;
	vertical-align: center;
}

.atividade_nm_atividade a{
	color: #194c89;
}

.atividade_nm_atividade a:hover{
	color: #3472c8;
	text-decoration:none;
}

.evento_nm_evento {
	font-weight: 600;
	font-family: "Mulish";
	font-size: clamp(1.4em, 1vw, 1em);
	height: 80px;
	margin: 0;
	color: #000;
	padding: 14px;
	text-align: center;
	vertical-align: center;
}

.evento_nm_evento a{
	color: #194c89;
}

.evento_nm_evento a:hover{
	color: #3472c8;
	text-decoration:none;
}

.presidente_nm_presidente {
	font-weight: 600;
	font-family: "Mulish";
	font-size: clamp(1.3em, 1vw, 1em);
	height: 80px;
	margin: 0;
	color: #000;
	padding: 14px;
	text-align: center;
	vertical-align: center;
}

.presidente_gestao {
	font-weight: 600;
	font-family: "Mulish";
	font-size: clamp(1em, 1vw, 1em);
	height: 50px;
	margin: 0;
	color: #000;
	padding: 6px;
	text-align: center;
	vertical-align: center;
}


.estrutura_nm_estrutura {
	font-weight: 600;
	font-family: "Mulish";
	font-size: clamp(1.4em, 1vw, 1em);
	height: 80px;
	margin: 0;
	color: #000;
	padding: 14px;
	text-align: center;
	vertical-align: center;
}

.estrutura_nm_estrutura a{
	color: #194c89;
}
.estrutura_nm_estrutura a:hover{
	color: #3472c8;
	text-decoration:none;
}

.video_texto_titulo_principal{
	font-weight: bolder;
	font-family: "Mulish";
	font-size: 22px;
	height: 100%;
	color: #2c3539;
}

.noticia_texto_bold{
	font-weight: bold;
	font-family: "Mulish";
	font-size: 22px;
	color: #a9a9a9;
}

.noticia_texto_saiba_mais{
	font-weight: bold;
	font-family: "Mulish";
	font-size: 18px;
	color: #fff;
}

.noticia_texto_ver_mais{
	font-weight: bold;
	font-family: "Mulish";
	font-size: 22px;
	color: #ffffff;
	border: 1px solid #FFFFFF;
	background-color:#194c89;
	height: 80px;
	width: 180px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-goog-ms-border-radius: 2px;
	border-radius: 2px;
	vertical-align: center;
}

.noticia_texto_ver_mais a:hover{
	font-weight: bold;
	font-family: "Mulish";
	font-size: 22px;
	color: #FFFFFF;
	border: 2px solid #fff;
	background-color: #fff;
	text-align: center;
}

.desenvolvido_por{
	font-weight: bold;
	font-family: "Mulish";
	font-size: 14x;
	color: white;
	text-align: left;
	line-height: 2px;
}

.cpicon {
	position: relative;
	display: inline-block;
	font-family: "Mulish";
	text-align: center;
	font-weight: 500;
	background-color:#f5f5f5;
	color: #194c89;
}

.cpicon a {
	color: #194c89;
	font-weight: 500;
	position: relative;
	display: inline-block;
	list-style: none;
	height: clamp(12em, 1vw, 1em);
	width: clamp(11em, 1vw, 1em);
	text-decoration : none;
	text-align: center;
	font-size: clamp(0.6em, 1vw, 0.9em);
	border: 1px solid #CCCCCC;
	background-color:#DCDCDC;
	padding: 10px 0px 0px 0px;
	margin: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	vertical-align: "center";
	border-radius: 10px;
}

.cpicon a:hover{
	color: #fff;
	border: 1px solid #fff;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.cpicon img {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.cpicon span {
	font-size: clamp(1em, 1vw, 1em);
	font-weight: 500;
	font-family: "Mulish";
	display: block;
	text-align: center;
}

.file_doc span {
	position: static;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 40px;
}

.file_doc_mais span {
	position: static;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 40px;
}

.file_doc_estrutura span {
	position: static;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 40px;
}


.noticia_recente_titulo span {
	font-size: 32px;
	font-weight: bolder;
	font-family: "Mulish";
	text-align: center;
}


.corpo  { 
	font-family: "Mulish";
	font-size: clamp(0.9em, 1vw, 0.9em);
	color: #515151; 
	background-color: #eee;
	vertical-align: center;
	height: 35px;
}

.fundo_button_adm  { 
	background-color: #eee;
	height: 35px;
}

.corpo_legenda  { 
	font-family: "Mulish";
	font-size: clamp(1.8em, 1vw, 1em);
	font-weight: 300; 
	color: #515151;
	background-color: #ffffff;
}

.corpo_titulo  { 
	font-family: "Mulish";
	font-size: 18px; 
	color: #515151; 
	background-color: #dedede;
	height:30px;
}

.corpo_rodape  { 
	font-size: clamp(1.6em, 1vw, 1em);
	background-color: #fff;
}

.corpo_rodape_adm  { 
	font-size: clamp(1.3em, 1vw, 1em);
	background-color: #3472c8;
	color: #fff	; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-goog-ms-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../border-radius.htc);
}


select {  
	font-family: "Mulish";
	font-size: 15px;
	height: 30px;
	color: #000000; 
	background-color: #FFFFFF; 
	border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../border-radius.htc);
}

select.text {  
	font-family: "Mulish";
	font-size: 15px;
	height: 30px;
	color: #000000; 
	background-color: #FFFFFF; 
	border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 5px;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../border-radius.htc);
}

.botao {  
	font-family: "Mulish";
	font-size: 15px;
	font-weight: bold; 
	color: #336699; 
	background-color: #FFFFCC;
	border-color: #000066 000066 000066; 
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width:1px; 
	border-left-width: 1px
}

textarea { 
	font-family: "Mulish";
	font-size: clamp(1em, 1vw, 1em);
	color: #000000;
	background-color: #FFFFFF; 
	border: 1px solid #dcdcdc;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 5px;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../border-radius.htc);
	width: 100%;
}
input {  
	font-family: "Mulish";
	font-size: 15px;
	padding: 2px;
	color: #000000; 
	background-color: #FFFFFF; 
	border-color: #000066 000066 000066 #000066; 
	border-style: solid; 
	border-top-width: 5px;
	border-right-width: 5px; 
	border-bottom-width: 5px;
	border-left-width:5px
}

input.texto {
	font-family: "Mulish";
	height: 50px;
	font-size: clamp(1em, 1vw, 1em);
	border: 1px solid #dcdcdc;
	margin-top: 1px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
	width: 100%
}

input.texto:hover {
	font-family: "Mulish";
	height: 50px;
	font-size: clamp(1em, 1vw, 1em);
	border: 1px solid #dcdcdc;
	margin-top: 1px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
}

input.texto_adm {
	font-family: "Mulish";
	height: 35px;
	font-size: clamp(1em, 1vw, 1em);
	border: 1px solid #dcdcdc;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 10px;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
}

input.texto_adm:hover {
	font-family: "Mulish";
	height: 35px;
	font-size: clamp(1em, 1vw, 1em);
	border: 1px solid #dcdcdc;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 10px;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
}



input.texto_m {
	font-family: "Mulish";
	height: 30px;
	text-transform: uppercase;
	font-size: clamp(0.8em, 1vw, 0.8em);
	border: 1px solid #fff;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 3px;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
}


input.search {
	font-family: "Mulish";
	font-weight: 300;
	font-size: clamp(0.8em, 1vw, 0.8em);
	height:40px;
	border: 1px solid #194c89;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 3px;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
}

input.text {
	font-family: "Mulish";
	height:25px;
	font-size: clamp(0.8em, 1vw, 0.8em);
	border: 1px solid #fff;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1px;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
}

.rodape_imagem {  
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-goog-ms-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	text-align: right;
	behavior: url(../border-radius.htc);
}

.rodape_imagem_rd {  
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-goog-ms-border-radius: 3px;
	border-radius: 3px;
	width: 40%;
	text-align: right;
	behavior: url(../border-radius.htc);
}

.min-rodape_imagem {  
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-goog-ms-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	behavior: url(../border-radius.htc);
}

.texto-form-control{
	font-weight: normal;
	font-family: "Mulish";
	font-size: 15px;
	color: #999;
	vertical-align: center;
}

input[type='file'] {
	display: none
}

label {
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(1em, 1vw, 1em);
	color: #fff;
	background-color:#3472c8;
	width: 250px;
	margin: 0px;
	padding: 6px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.5s;
}

.corpo_browse { 
	font-family: "Mulish";
	text-transform: uppercase;
	font-size: 13px; 
	color: #515151;
	height:30px;
	border: 1px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: "center";
	behavior: url(border-radius.htc);
}

.corpo_browse { 
	font-family: "Mulish";
	text-transform: uppercase;
	font-size: 13px; 
	color: #515151;
	height:30px;
	border: 1px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: "center";
	behavior: url(border-radius.htc);
}

.label_doc {  
	font-family: "Mulish";
	font-size: 15px; 
	font-weight: bold; 
	color: white; 
	background-color: #194c89;
	border: 1px solid #194c89;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	height:30px;
	vertical-align: "center";
	behavior: url(border-radius.htc);
}

.rodape_titulo{
	font-weight: bolder; 
	font-family: "Mulish";
	font-size: clamp(1.3em, 1vw, 1em);
	color: #fff;
	height: 50px;
}

.rodape_texto{
	font-weight: 300; 
	font-family: "Mulish";
	font-size: clamp(0.8em, 1vw, 1em);
	color: #fff;
	height: 50px;	
}

.rodape_titulo_rs{
	font-weight: bolder; 
	font-family: "Mulish";
	font-size: clamp(1.3em, 1vw, 1em);
	color: #fff;
	height: 50px;
}

.rodape_texto_rs{
	font-weight: 300; 
	font-family: "Mulish";
	font-size: clamp(0.8em, 1vw, 1em);
	color: #fff;
	height: 50px;	
}

.rodape_titulo_sat{
	font-weight: bolder; 
	font-family: "Mulish";
	font-size: clamp(1.1em, 1vw, 1em);
	color: #fff;
	height: 30px;
}

.rodape_texto_sat{
	font-weight: 400; 
	font-family: "Mulish";
	font-size: clamp(0.8em, 1vw, 1em);
	color: #fff;
	height: 30px;	
}

.rodape_texto a {
	font-weight: 300; 
	font-family: "Mulish";
	font-size: clamp(0.8em, 1vw, 1em);
	color: #fff;
	height: 50px;
}

.rodape_texto a:hover {
	font-weight: 300; 
	font-family: "Mulish";
	font-size: clamp(0.8em, 1vw, 1em);
	color: #fff;
}

/*==========================================================================================================================*/
/* PAGINAÇÃO
/*==========================================================================================================================*/
ul.pagination {
	display: inline-block;
	padding: 0;
	margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
}

ul.pagination li a.active {
	background-color: #fff;
	color: white;
	border: 1px solid #fff;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}

.linha_rodape {
	height:40px;
}

/*==========================================================================================================================*/
/* FORMATO PARA MOBILE - ANDROID / IPHONE
/*==========================================================================================================================*/
@media screen and (max-width: 768px) {

.form-planos {
	padding: 20px;
    display: flex;
    flex-direction: column;
}	
	
.img-logo {
	width: 80px;
    disPlay: flex;
    justify-content: center;
    align-items: center;
}	
	
.form-evento-display {
	width:100%;
	height:auto;
	object-fit: cover;
}	
	
.form-evento-img {
	width:100%;
	height:200px;
	object-fit: cover;
}	
	
.min_estrutura_sat {
	display:flex;
	padding:10px;
}	
	
.rodape_fundo_azul {
	background: linear-gradient(0deg, #00266C, #194c89);
	height: 100%;
	width: 100%;
	padding: 10px;
	align-items: center;
    justify-content: center;
    text-align: center;
}	

.wave-container {
  position: relative;
  height: 50px; /* Cobrir toda a tela */
  background: transparent;
  overflow: hidden;
  bottom: -2;
}	
	
.rodape_texto_rs{
	font-weight: 300; 
	font-family: "Mulish";
	font-size: clamp(0.8em, 1vw, 1em);
	color: #fff;
	height: auto;	
}	
	
.rodape_titulo_sat{
	font-weight: bolder; 
	font-family: "Mulish";
	font-size: clamp(1.1em, 1vw, 1em);
	color: #fff;
}	
	
.button_faleconosco {
    font-weight: bold;
    font-family: "Mulish";
    font-size: clamp(1em, 1vw, 1em);
    color: #ffffff;
    border: 1px solid #194c89;
    background-color: #194c89;
    height: auto;
    width: 60%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -goog-ms-border-radius: 10px;
    border-radius: 10px;
    vertical-align: center;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: 0.5s;
    padding: 10px;
	margin-top: 5px;
}

.button_faleconosco:hover {
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(2em, 1vw, 1em);
	color: #194c89;
	border: 1px solid #194c89;
	background-color:#fcd600;
	height: auto;
    width: 65%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 15px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
	padding: 10px;
}	
	
.menu-display-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    width: 25%;
}	
	
.button_seja_socio {
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	color: #000;
	border: 1px solid #fcd600;
	background-color:#fcd600;
	height: auto;
	width: clamp(9em, 1vw, 300em);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	transition: 0.5s;
}

.button_seja_socio:hover {
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	color: #194c89;
	border: 1px solid #194c89;
	background-color:#fff;
	height: auto;
	width: clamp(9em, 1vw, 300em);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 15px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
	
.download-container {
	gap: 15px;
}
.download-box {
	padding: 15px;
}
.download-btn {
	text-align: center;
}

.menu-display {
	display: none;
}

.p-div-rs {
	display:none;
}

.textarea-faleconosco {
	font-family: "Mulish";
	width: 100%;
	min-height: 50px;
	max-height: 100px;
	font-size: clamp(1.4em, 1vw, 1em); !important
	border: 1px solid #dcdcdc;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 5px;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../border-radius.htc);
}

.recaptcha {
	width: 100%;
	height: auto;
}

.link_video {
	width: 100%;
	height: auto;
}

.fale_conosco_subtitulo {
	font-weight: 400;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	color: #194c89;
	padding:10px;
	text-align: justify;
	vertical-align: center;
	display: inline-flex;
	width: 100%;
	height: auto;
}

.img-atividade {
	width: 100%;
	height: auto;
	margin: auto;
	margin-bottom: 10px;
}

td.td_conteudo_estrutura {
	width:100%;
	height: auto;
}

ul.vertical-menu-direita {
	width: 100%;
	height: auto;
	list-style-type: none;
	padding: 0;
}

.img-estrutura {
	width: 100%;
	height: auto;
	margin: auto;
	margin-bottom: 10px;
}



.whatsapp-button {
	width: 60px;
	height: 60px;
}
.whatsapp-button img {
	width: 40px;
	height: 40px;
}


.fundo_video_sat  {
	background-image: url(./imagens/sat_fundo_azul.jpg)
}

/* Menu Mobile */

.menu_superior_azul {
	display:none;
}

.menu-pc {
	display: none;
}

.menu-pc-2 {
	display: none;
}

.menu-mobile {
	position: fixed;
	top: 0;
	left: -100%;
	width: 70%;
	height: 100%;
	background: linear-gradient(180deg, #01074f, #194c89);
	box-shadow: 2px 0 10px rgba(0, 0, 0, 0.6);
	transition: left 0.4s ease-in-out;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	justify-content: space-between;
}

.menu-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	background-color: #194c89;
}

.menu-mobile ul {
	list-style: none;
	margin: 0;
	padding: 15px;
}

.menu-mobile a {
	display: block;
	padding: 14px;
	color: white;
	text-decoration: none;
	font-size: 14px;
	border: 2px #fcd600;
	transition: background 0.3s ease-in-out, opacity 0.4s ease-in-out,
		color 0.3s ease-in-out;
	opacity: 0;
	border-radius: 8px;
	padding: 10px;
}

.menu-mobile ul li:last-child a {
	border-bottom: none;
}

.menu-mobile.open a {
	opacity: 1;
}

.menu-mobile a:hover, .submenu a:hover {
	background: #fcd600;
	color: #194c89;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.menu-btn {
	margin: 20px;
	font-size: 30px;
	color: #fcd600;
	background: #ffffff15;
	border: none;
	cursor: pointer;
	transition: transform 0.4s ease;
	border-radius: 5px;
	height: 37px;
	display: inline-flex;
	align-self: anchor-center;
	align-items: center;
	font-family: "Font Awesome 6 Free";
}

.menu-btn.rotate {
	transform: rotate(90deg);
}

.menu-mobile.open {
	left: 0;
}

.logo-mobile {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #01074f, #194c89);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.logo-mobile img {
	width: 60%;
	object-fit: contain;
}

.submenu-mobile {
	max-height: 0;
	overflow: hidden;
	padding-left: 20px;
	transition: max-height 0.5s ease-out, padding 0.3s ease;
}

.has-submenu > a::after {
	content: "\f105";
	float: right;
	font-size: 12px;
	transition: transform 0.3s ease-in-out;
	font-weight: bold;
	font-family: "Font Awesome 5 Free";
}

.has-submenu.open > a::after {
	transform: rotate(90deg);
}

.has-submenu.open .submenu-mobile {
	max-height: 200px;
	padding-left: 20px;
}

.submenu-mobile li a {
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
}

.has-submenu.open .submenu-mobile li a {
	opacity: 1;
}

/* Rodapé com informações de contato */
.menu-footer {
	background: linear-gradient(360deg, #01074f, #194c89);
	padding: 15px;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.menu-footer .contato {
	color: white;
	font-size: 10px;
}

.menu-footer .contato p {
	margin: 0 0 5px;
	font-size: 18px;
	font-weight: bold;
}

.menu-footer .contato ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu-footer .contato li {
	margin-bottom: 5px;
}

.menu-footer .contato li a {
	color: white;
	text-decoration: none;
}

.menu-div-btn {
	display: flex;
	justify-content: space-between;
	background: linear-gradient(180deg, #01074f, #194c89);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	overflow: hidden;
	width: 100%;
	z-index: 9999;
}
	.menu-div-img {
		width: 80px;
		height: auto;
		overflow: hidden;
		position: unset;
		background: none;
		border-radius: 0px;
	}

.menu-div-rs {
	display: none;
}

.menu-div-sejasocio {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 25%
}
.page-content {
	padding-top: 120px; /* espaço para o cabeçalho fixo */
	background-color: #f0f0f0;
	min-height: 2000px; /* para demonstrar o scroll */
}

/* Botão Voltar */

#btnTop {
	font-family: "Mulish";
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: linear-gradient(45deg, #194c89, #4397fc);
	color: #ffd900;
	border:1px solid #ffd900;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	cursor: pointer;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

#btnTop:hover {
	transform: scale(1.1);
	background: linear-gradient(45deg, #194c89, #4397fc);
}

#btnTop.show {
	opacity: 1;
	visibility: visible;
}

/* FIM MENU MOBILE */

.rodape_texto {
	font-weight: 500;
	font-family: "Mulish";
	font-size: clamp(1em, 1vw, 1em);
	color: #fff;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px;
	height: auto;
}

.linha_rodape {
	display: none;
}

.alinhamento_logo {
	text-align: center;
}

.fundo_branco_noticia  {
	background-color: #fff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	height: auto;
}

.videos {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	height: 100%;
	width: 100%;
}

.min_form_video_titulo {
	width: 100%;
}

.min-menu_logo_superior_imagem {
	display: none;
}

.video-item {
	width: 100%;
	height: 500px;
	padding: 0px;
	margin: 0px;
}

.min-form_video {
	padding: 0px;
	margin: 0px;
	display: inline-flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: auto;
}

.video_imagem {
	font-weight: normal;
	font-family: "Mulish";
	font-size: 18px;
	color: #2c3539;
	width: 100%;
	height: 100%;
	display: inline-block;
}

.min-form_processos {
	width: 300px;
	height: auto;
	overflow: hidden;
}

.min-form_processos img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	transition: all .5s ease;
}

.min-form_processos img:hover {
	transform: zoom(1.1);
	filter: brightness(80%);
}

/* joao min */

.menu-icon {
	display: block;
	cursor: pointer;
	padding: 15px 16px;
	background-color: #0000002c;
	border-radius: 10px;
}

ul.topnav {
	display: none;
	flex-direction: column;
	width: 100%;
}

ul.topnav li {
	display: block;
	text-align: left;
}

ul.topnav.responsive {
	display: flex;
}

table {
	padding:0px;
	float: none;
	width: 100%;
}
td {
	display:inline-block;
	width:100%;
}

.coordenadoria_cultura_titulo{
	font-weight: normal;
	font-family: "Mulish";
	font-size: clamp(1.8em, 1vw, 1em);
	color: #194c89;
	margin-top: 10px;
}
input.texto {
	font-family: "Mulish";
	height: auto;
	width: 100%;
	font-size: clamp(1.4em, 1vw, 1em);
	border: 1px solid #b9b9b9;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 10px;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
}

input.texto:hover {
	font-family: "Mulish";
	height: auto;
	width: 100%;
	font-size: clamp(1.4em, 1vw, 1em);
	border: 1px solid #b9b9b9;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 10px;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
}


img.min_foto_evento {
	width: clamp(6em, 6vw, 60em);
}
img.min_foto_noticia {
	width: clamp(6em, 6vw, 60em);
}
img.banner_cultura {
	width: 100%;
}
table.min_table_cultura {
	width: 100%;
}	
img.min_eventos {
	width: clamp(10em, 6vw, 60em);
}

.cidade_titulo{
	font-weight: bolder;
	font-family: "Mulish";
	font-size: clamp(2em, 1vw, 1em);
	color: #194c89;
}

.nav-item {
	background-color:#fff;
	font-size: clamp(1em, 1vw, 1em);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-goog-ms-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	margin-top: 5px;
	vertical-align: center;
}

.navmenu{
	color: white;
}

.evento_titulo_principal{
	font-weight: bolder;
	font-family: "Mulish";
	font-size: clamp(2em, 1vw, 1em);
	color: #194c89;
	padding: 0px 10px 0px 10px;
}

input {
	font-family: "Mulish";
	width: clamp(18em, 1vw, 1em);
	height: clamp(2.6em, 1vw, 1em);
	border: 1px solid #fff;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 5px;
	text-align: left;	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../border-radius.htc);
}

textarea {
	font-family: "Mulish";
	width: 100%;
	min-height: 50px;
	max-height: 100px;
	font-size: clamp(2.4em, 1vw, 1em); !important
	border: 1px solid #dcdcdc;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 5px;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../border-radius.htc);
}

select {  
	font-family: "Mulish";
	font-size: clamp(1em, 1vw, 1em);
	color: #000000; 
	background-color: #FFFFFF; 
	border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 5px;
	vertical-align: center;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../border-radius.htc);
}

.combobox select {  
	font-family: "Mulish";
	font-size: clamp(1em, 1vw, 1em);
	color: #000000; 
}

.option combobox{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1em, 1vw, 1em);
	color: #2c3539;
}

.min-fonte_menu_superior{
	font-family: "Mulish";
	font-size: clamp(1em, 1vw, 1em);
	color: white;
	font-weight: 600;
	text-align: center;
}

.fonte_12_branca{
	font-weight: 600;
	font-family: "Mulish";
	font-size: clamp(1em, 1vw, 1em);
	color: white;
}

.min-conteudo_texto{
	font-weight: 400;
	font-family: "Mulish";
	font-size: clamp(2em, 1vw, 1em);
	color: #2c3539;
}

.min_canil_titulo{
	font-weight: bolder;
	font-family: "Mulish";
	font-size: clamp(1.4m, 1vw, 1em);
	color: #fff;
}

.min_canil_texto p{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	color: #2c3539;
}

.min_fumam_texto p{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	color: #2c3539;
}

.min_fumam_texto_fc {
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(0.9, 1vw, 1em);
	text-align: left;
	color: #2c3539;
}

.min_fumam_titulo{
	font-weight: bolder;
	font-family: "Mulish";
	font-size: clamp(2em, 1vw, 1em);
	color: #194c89;
}

.min_fumam_sub_titulo{
	font-weight: bolder;
	font-family: "Mulish";
	font-size: clamp(1.5em, 1vw, 1em);
	color: #194c89;
}

div.min_canil_texto{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1em, 1vw, 1em);
	color: #2c3539;
}

.noticia_titulo_principal{
	font-weight: bolder; 
	font-family: "Mulish";
	font-size: clamp(2em, 1vw, 2em);
	color: #2c3539;
}

.min_noticia_recente_titulo{
	font-weight: normal;
	font-family: "Mulish";
	font-size: clamp(1.8em, 1vw, 1em);
	color: #fff;
	text-align: center;
	margin-top: 30px;
	padding-bottom: 20px;
}

.noticia_titulo_texto_todas p{
	font-weight: bolder;
	font-family: "Mulish";
	font-size: clamp(1.4em, 1vw, 1em);
	color: #194c89;
}

.noticia_texto_chamada_todas p{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	color: #2c3539;
}

.noticia_texto_chamada_todas a{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	color: #2c3539;
}
.div.noticia_texto_chamada_todas{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	color: #2c3539;
}

.noticia_titulo_texto_todas a{
	font-weight: bolder;
	font-family: "Mulish";
	font-size: clamp(1.4em, 1vw, 1em);
	color: #194c89;
}

div.noticia_titulo_texto_todas{
	font-weight: bolder;
	font-family: "Mulish";
	font-size: clamp(1.4em, 1vw, 1em);
	color: #194c89;
}

.noticia_texto_chamada_data{
	font-weight: 600;
	font-family: "Mulish";
	font-size: clamp(1em, 1vw, 1em);
	color: #2c3539;
	padding: 10px 10px 0px 10px;
	height: 40px;
}

.noticia_texto_chamada{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1.4em, 1vw, 1em);
	color: #2c3539;
}
.evento_texto_chamada {
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1.4em, 1vw, 1em);
	color: #2c3539;
	padding: 2px 10px 0px 10px;
}

.evento_texto_chamada p{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	color: #2c3539;
	padding: 2px 10px 0px 10px;
}

.evento_texto_chamada div{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	color: #2c3539;
	padding: 2px 10px 0px 10px;
}

div.evento_texto_chamada {
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	color: #2c3539;
	padding: 2px 10px 0px 10px;
}

.noticia_texto_chamada a{
	color: #2c3539;
	text-decoration:none;
}

.noticia_texto_chamada_zs{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1em, 1vw, 1em);
	color: #2c3539;
}

.noticia_texto_chamada_zs a{
	color: #2c3539;
	text-decoration:none;
}

.noticia_texto_saiba_mais{
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(1.7em, 1vw, 1em);
	color: #fff;
}

.noticia_texto_saiba_mais p{
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(1.7em, 1vw, 1em);
	color: #fff;
}

div.noticia_texto_saiba_mais{
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(1.7em, 1vw, 1em);
	color: #fff;
}

.noticia_texto_saiba_mais_zs{
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(1.4em, 1vw, 1em);
	color: #fff;
}

.noticia_texto_saiba_mais_zs p{
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(1.4em, 1vw, 1em);
	color: #fff;
}

div.noticia_texto_saiba_mais_zs{
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(1.4em, 1vw, 1em);
	color: #fff;
}

.noticia_texto_data {
	font-weight: normal;
	font-family: "Mulish";
	font-size: clamp(0.9em, 1vw, 0.9em);
	color: #2c3539;
	overflow: hidden;
}

.noticia_texto_chamada a:hover{
	color: #2c3539;
	text-decoration:none;
}

.noticia_texto_chamada_zs a:hover{
	color: #2c3539;
	text-decoration:none;
}

img.min-brasao {
	width: clamp(300px, 40vw, 300px);
}

img.brasao_cartao_idoso {
	width: clamp(50px, 10vw, 50px);
}

img.min_brasao_fp {
	width: clamp(100px, 40vw, 200px);
}

img.ingressos {
	width: clamp(100px, 40vw, 200px);
}

/*
.conteudo_texto_conteudo{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(0.5em, 1vw, 0.5em);
	color: #2c3539;
	padding: 10px;
}
*/
.min_artista_texto_conteudo{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1em, 1vw, 1em);
	color: #2c3539;
	text-align: left;
}

.min_artista_button_texto{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(0.5em, 1vw, 0.5em);
	color: #2c3539;
	text-align: left;
}

.min_artista_texto_conteudo_cobr{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(0.3em, 1vw, 0.3em);
	color: #2c3539;
	text-align: center;
}

.cidade_texto {
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1.1em, 1vw, 1em);
	color: #2c3539;
	margin: 5px;
}

.cidade_texto p {
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1.1em, 1vw, 1em);
	color: #2c3539;
	margin: 5px;
}

.cidade_texto img {
	display:inline-block;
	padding:3px 3px;
	width:50%;
}

.endereco_prefeitura{
	font-weight: 300;
	font-family: "Mulish";
	text-align: center;
	font-size: clamp(1em, 1vw, 1em);
	color: white;
}

.desenvolvido_por_menor{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1.1em, 1vw, 0.8em);
	color: white;	
	text-align: center;
	vertical-align: center;
	height: 60px;
}

.desenvolvedor-menu {
	font-weight: bolder;
	font-family: "Mulish";
	font-size: 9px;
	color: white;
	text-align: center;
	padding: 10px;
	background: #01074f;
	margin: 0px;
	display: block;
}

img.min-borda_redonda {  
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	width: 100%;
	behavior: url(../border-radius.htc);
}

.min-logo_banner {
	display: inline-block;
	max-width: 100%;
	text-align: center;
	vertical-align: center;
}

.min-todas_as_noticias_titulo{
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(2.4em, 1vw, 1em);
	color: #194c89;
	margin-top: 10px;
}

.min-imagem_pequena {  
	width: 100%;
}

p {
	font-size: clamp(1.3em, 1vw, 1em);
}

.hidden {
	display: none;
}

.min-servicos {
	display:inline-block;
	padding:2px;
	width: clamp(4.8em, 1vw, 1em);
}

div.min-cpicon {
	vertical-align: center;
	position: relative;
	display: inline-block;
	font-family: "Mulish";
	text-align: center;
	font-weight: normal;
	background-color:#f5f5f5;
	color: #194c89;
}
div.min-cpicon a {
	color: #194c89;
	font-weight: bold;
	position: relative;
	display: inline-block;
	list-style: none;
	height: clamp(9em, 1vw, 1em);
	width: clamp(9em, 1vw, 1em);
	vertical-align: center;
	text-decoration : none;
	text-align: center;
	font-size: clamp(0.9em, 1vw, 1em);
	border: 1px solid #CCCCCC;
	background-color:#DCDCDC;
	padding: 5px 5px 5px 5px;
	margin: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	vertical-align: center;
	border-radius: 10px;
}
div.min-cpicon span {
	font-size: clamp(0.9em, 1vw, 1em);
	font-weight: normal;
	font-family: "Mulish";
	display: block;
	text-align: center;
}
div.min-cpicon a:hover{
	font-size: clamp(0.9em, 1vw, 1em);
	color: #fff;
	border: 2px solid #fff;
	text-align: center;
}
div.min-cpicon img {
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
}
.titulo_sessao {
	font-weight: bolder;
	font-family: "Mulish";
	font-size: clamp(2.4em, 1vw, 1em);
	color: #194c89;
	vertical-align: center;
	height: 100%;
	padding: 20px 20px 20px 20px;
	width: 100%;
	cursor: default;
	display: inline-block;
}

.titulo_noticias{
	font-weight: bolder;
	font-family: "Mulish";
	font-size: clamp(2.2em, 1vw, 1em);
	color: #194c89;
	vertical-align: center;
	height: 100%;
	padding: 20px 20px 20px 20px;
	width: 100%;
}

.titulo_noticias_fp{
	font-weight: bolder;
	font-family: "Mulish";
	font-size: clamp(2em, 1vw, 1em);
	color: #194c89;
	vertical-align: center;
	text-align: center;
	height: 100%;
	padding: 20px 20px 20px 20px;
	width: 100%;
}
.titulo_programacao_fp{
	font-weight: bolder;
	font-family: "Mulish";
	font-size: clamp(2.2em, 1vw, 1em);
	color: #ffffff;
	vertical-align: center;
	text-align: center;
	height: 100%;
	padding: 20px 20px 20px 20px;
	width: 100%;
}

.titulo_videos{
	font-weight: bolder;
	font-family: "Mulish";
	font-size: clamp(2em, 1vw, 1em);
	color: #194c89;
	vertical-align: center;
	text-align: center;
	height: 100%;
	padding: 20px 20px 20px 20px;
	width: 100%;
}
.min_titulo_saiba_como_chegar{
	font-weight: bolder;
	font-family: "Mulish";
	font-size: clamp(2em, 1vw, 1em);
	color: #194c89;
	vertical-align: center;
	text-align: center;
	height: 100%;
	padding: 20px 20px 20px 20px;
	width: 100%;
}

div.min-rodape_imagem {  
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-goog-ms-border-radius: 3px;
	border-radius: 3px;
	width: 100px;
	text-align: center;
	behavior: url(../border-radius.htc);
}

div.min-rodape_imagem_fp {  
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-goog-ms-border-radius: 3px;
	border-radius: 3px;
	width: 80px;
	text-align: center;
	behavior: url(../border-radius.htc);
}

div.min-rodape_ascom_imagem {  
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-goog-ms-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	text-align: center;
	behavior: url(../border-radius.htc);
}

.pesquisa_texto{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(0.9em, 1vw, 1em);
	color: #2c3539;
}

.pesquisa_texto select{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1em, 1vw, 1em);
	color: #2c3539;
}


div.min-noticia-imagem {  
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-goog-ms-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	behavior: url(../border-radius.htc);
}

td.min-borda_noticia{
	width: 100%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
}
div.min-borda_redonda {  
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	width: 100%;
	behavior: url(../border-radius.htc);
}
td.min-noticia_texto_ver_mais{
	font-weight: bold;
	font-family: "Mulish";
	font-size: 22px;
	text-align: center;
	color: #ffffff;
	border: 1px solid #CCCCCC;
	background-color:#194c89;
	height: 40px;
	width: 240px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-goog-ms-border-radius: 2px;
	border-radius: 2px;
	vertical-align: center;
}
td.rodape_vazio {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	height: 1px;
}

table.min-noticia_texto_ver_mais{
	height: 40px;
	width: 240px;
	text-align: center;
	vertical-align: center;
}
div.min-video_texto_titulo_principal{
	font-weight: bolder;
	font-family: "Mulish";
	font-size: 22px;
	height: 100%;
	color: #2c3539;
}
div.min-video_texto_chamada{
	font-weight: 300;
	font-family: "Mulish";
	font-size: 18px;
	height: 100%;
	color: #2c3539;
}

div.min-video_data{
	font-weight: 300;
	font-family: "Mulish";
	font-size: 11px;
	color: #2c3539;
	height: 100%;
}

div.min-video_imagem{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-goog-ms-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	behavior: url(../border-radius.htc);
}

.min_fundo_cinza {
	width: 40vh;
	height: 25vh;
	text-align: center;
}

.min-iframe{
	width: 100%;
	height: 100%;
	text-align: center;
}

.min-saiba_como_chegar {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	width: 90%;
	height: 100%;
}	

tr.min-rodape {
	background-color: #000000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	height: 100%;
}

.min-button_noticias {
        font-weight: bold;
        font-family: "Mulish";
        font-size: 22px;
        color: #212529;
        border: 1px solid #007bff;
        background-color: #fcd600;
        height: 50px;
        width: 240px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -goog-ms-border-radius: 10px;
        border-radius: 10px;
        vertical-align: center;
        margin: 50px;
    }

.min-button_noticias:hover {
	font-weight: bold;
	font-family: "Mulish";
	font-size: 22px;
	color: #ffffff;
	border: 1px solid #194c89;
	background-color:#194c89;
	height: 50px;
	width: 240px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
}

.min-button_associe {
        font-weight: bold;
        font-family: "Mulish";
        font-size: 22px;
        color: #212529;
        border: 1px solid #fcd600;
        background-color: #fcd600;
        height: 50px;
        width: 240px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -goog-ms-border-radius: 10px;
        border-radius: 10px;
        vertical-align: center;
    }

.min-button_associe:hover {
	font-weight: bold;
	font-family: "Mulish";
	font-size: 22px;
	color: #ffffff;
	border: 1px solid #ff4700;
	background-color:#ff4700;
	height: 50px;
	width: 240px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
}



.min-button_informativos {
	font-weight: bold;
	font-family: "Mulish";
	font-size: 22px;
	color: #ffffff;
	border: 1px solid #194c89;
	background-color:#194c89;
	height: 50px;
	width: 250px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
}

.min-button_informativos:hover {
	font-weight: bold;
	font-family: "Mulish";
	font-size: 22px;
	color: #ffffff;
	border: 1px solid #194c89;
	background-color:#194c89;
	height: 50px;
	width: 250px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
}

.min-button_faleconosco {
	font-weight: bold;
	font-family: "Mulish";
	font-size: 22px;
	color: #ffffff;
	border: 1px solid #194c89;
	background-color:#194c89;
	height: 50px;
	width: 240px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
}

.min-button_faleconosco:hover {
	font-weight: bold;
	font-family: "Mulish";
	font-size: 22px;
	color: #ffffff;
	border: 1px solid #194c89;
	background-color:#fcd600;
	height: 50px;
	width: 240px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
}

.min_button_cultura {
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(2em, 1vw, 1em);
	color: #ffffff;
	border: 1px solid #194c89;
	background-color:#194c89;
	height: clamp(2em, 1vw, 70em);
	width: clamp(12em, 1vw, 500em);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
	text-align: center;
}

.min_button_cultura:hover {
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(2em, 1vw, 1em);
	color: #ffffff;
	border: 1px solid #fff;
	background-color:#fff;
	height: clamp(2em, 1vw, 70em);
	width: clamp(12em, 1vw, 500em);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	text-align: center;
	border-radius: 10px;
	vertical-align: center;
}


.min-button_cartao_idoso {
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(2em, 1vw, 1em);
	color: #ffffff;
	border: 1px solid #194c89;
	background-color:#194c89;
	height: clamp(2em, 1vw, 35em);
	width: clamp(8em, 1vw, 250em);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
}

.min-button_cartao_idoso:hover {
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(2em, 1vw, 1em);
	color: #ffffff;
	border: 1px solid #fff;
	background-color:#fff;
	height: clamp(2em, 1vw, 35em);
	width: clamp(8em, 1vw, 250em);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
}

.min-button_noticias_fp {
	font-weight: bold;
	font-family: "Mulish";
	font-size: 22px;
	color: #ffffff;
	border: 1px solid #f08020;
	background-color:#f08020;
	height: 70px;
	width: 300px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
	text-align: center;
	margin-top: 20px;;
}

.min-button_grande {
	font-weight: bold;
	font-family: "Mulish";
	font-size: 22px;
	color: #ffffff;
	border: 1px solid #194c89;
	background-color:#194c89;
	height: 100px;
	width: 340px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;

}

.min-button_noticias_fp:hover {
	font-weight: bold;
	font-family: "Mulish";
	font-size: 22px;
	color: #ffffff;
	border: 1px solid #fff;
	background-color:#fff;
	height: 70px;
	width: 300px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	vertical-align: center;
}

.min-button_grande:hover {
	font-weight: bold;
	font-family: "Mulish";
	font-size: 22px;
	color: #ffffff;
	border: 1px solid #194c89;
	background-color:#194c89;
	height: 100px;
	width: 340px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
}

.min-button_videos {
	font-weight: bold;
	font-family: "Mulish";
	font-size: 22px;
	color: #ffffff;
	border: 1px solid #194c89;
	background-color:#194c89;
	height: 50px;
	width: 240px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
}

.min-button_videos:hover {
	font-weight: bold;
	font-family: "Mulish";
	font-size: 22px;
	color: #ffffff;
	border: 1px solid #194c89;
	background-color:#194c89;
	height: 50px;
	width: 240px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-goog-ms-border-radius: 10px;
	border-radius: 10px;
	vertical-align: center;
}

nav ul     {
	display: none;
}

nav select { 
	display: inline-block;
}

.rodape_titulo{
	font-weight: bolder; 
	font-family: "Mulish";
	font-size: clamp(1.8em, 1vw, 1em);
	color: #fff;
	height: 100%;
	padding: 5px;
}

div.noticia_publicado_em {
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	color: #a9a9a9;
}
.noticia_texto p{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1.3em, 1vw, 1em);
	color: #2c3539;
	margin-top: 10px;
}

div.noticia_texto {
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1.3em, 1vw, 1em);
	color: #2c3539;
	margin-top: 10px;
}

.noticia_texto_lado p{
	font-weight: 300;
	display: inline-block;
	font-family: "Mulish";
	font-size: clamp(1.3em, 1vw, 1em);
	color: #2c3539;
	margin-top: 10px;
}

div.noticia_texto_lado {
	font-weight: 300;
	display: inline-block;
	font-family: "Mulish";
	font-size: clamp(1.3em, 1vw, 1em);
	color: #2c3539;
	margin-top: 10px;
}


div.noticia_recente_chamada{
	font-weight: bold;
	font-family: "Mulish";
	font-size: clamp(1.6em, 1vw, 1em);
	padding-left: 5px;
	padding-right: 5px;
	color: #194c89;
}
div.noticia_recente_data{
	font-weight: 400;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	color: #a9a9a9;
	padding-left: 5px;
	padding-right: 5px;
}
div.conteudo_texto_data{
	font-weight: 400;
	font-family: "Mulish";
	font-size: clamp(0.9em, 1vw, 1em);
	color: #2c3539;
}

.noticia_texto_chamada p{
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1.4em, 1vw, 1em);
	color: #2c3539;
}

p.noticia_texto_chamada {
	font-weight: 300;
	font-family: "Mulish";
	font-size: clamp(1.4em, 1vw, 1em);
	color: #2c3539;
}

.noticia_texto_titulo_principal{
	font-weight: bolder;
	font-family: "Mulish";
	font-size: clamp(1.6em, 1vw, 1em);
	height: 100%;
	color: #194c89;
}

.noticia_texto_titulo_principal a{
	color: #194c89;
}
.noticia_texto_titulo_principal a:hover{
	color: #194c89;
	text-decoration:none;
}

.noticia_texto_titulo_principal_zs{
	font-weight: bolder;
	font-family: "Mulish";
	font-size: clamp(1.2em, 1vw, 1em);
	height: 100%;
	color: #194c89;
}

.noticia_texto_titulo_principal_zs a{
	color: #194c89;
}

.noticia_texto_titulo_principal_zs a:hover{
	color: #194c89;
	text-decoration:none;
}
}
