html{
font-size: 2vh;
}

body {
  font-family: 'Roboto', sans-serif !important;
  margin: 0;
  background: none; 
  color: #888888;
  text-decoration: none;
  overflow-x: hidden !important;
  font-weight: 300;
  align-content: center;
  width: 100%;
}

body p{
	line-height: 36px !important;
	padding: 0 0 20px 0 !important;
	font-weight: 250;
}

h3 {
	padding: 30px 0 20px 0;
}

a{
	text-decoration: underline;
	color: #444;
}

a:hover {
    text-decoration: underline;
    color: var(--cor-principal-medio);
}

ol{
	padding-left: 40px;
	list-style-position: inside;
}

ol li::marker {
	font-weight: bold;
}

ul, .centralizado ol{
	font-weight: 250;
}

#tudo{
	width: 100% !important;
}

#site, #cima{
	float: none !important;
	width: 100% !important;
	padding: 0 !important;
}

#menu{
	background: #0f365a;
	width: 100% !important;
	height: 42px;
	padding: 10px 0;
}

.centralizado{
	width: 95%;
	max-width: 1248px;
	margin: auto;
	padding-bottom: 20px;
}

#menu-virtual {
	/* width: 340px; */
	float: right;
	clear: none;
}

#menu-virtual ul li, #menu-virtual ul li a {
	color: #2dc7f2 !important;
}
#menu-principal ul li, #menu-principal ul li a, #menu-virtual ul li, #menu-virtual ul li a {
	/* display: block; */
	list-style:  none;
	float: left;
	clear: right;
	color: #ebebeb;
	font-weight: normal;

}
#menu-principal ul li, #menu-virtual ul li {
	padding: 4px 10px 16px 0;
	line-height: 10px !important;
}
#menu-principal ul li a, #menu-virtual ul li a {
	clear: both;
	padding: 10px;
	font-family: Roboto, sans-serif !important;
	font-weight: 300;
	font-size: 15px;
	white-space: nowrap;
	letter-spacing: 1px;
	text-decoration: none;
}
/* #menu-principal ul li a:first-child{
	padding-left: 0 !important;
} */

.busca {
    padding: 0;
    display: block;
    float: right;
    clear: none;
    background-color: #fff;
    width: 500px;
	margin-top: 6px;
    /* height: 80px; */
}

.form-busca{
    display: flex;
    align-items: center;
    justify-content: right;
    /* height: inherit; */
	padding: 25px 0;
}

.busca input{
	width: 70%;
    height: 49px;
    display: block;
    background-color: #f0f0f0;
    border: none;
    text-align: center;
	font-size: 17px;
	color: #888;
}

.busca input::placeholder{
	text-align: center;
	font-family: RobotoSlab, serif;
	font-size: 18px;
	color: #bbb;
}

.btnBusca {
    background-color: #bbb;
    border: none;
    /* width: 20%; */
    height: auto;
    padding: 8px 8px !important;
}
.btnBusca:hover {
	background-color: #0F365A;
	cursor: pointer;
}

.busca img{
	scale: 0.75;
}

#menu-principal ul li a:hover, #menu-principal ul li a.ativo {
	/* background: #2DC7F2; */
	text-decoration: none;
	/* color: #0E3559 !important; */
	color: #2DC7F2;
}

#menu-virtual ul li a:hover, #menu-virtual ul li a.ativo {
	/* background: #2DC7F2; */
	text-decoration: none;
	/* color: #0E3559 !important; */
	color: #fff !important;
	margin-top: 2px;
}

#menu-principal ul li a.ativo, #menu-virtual ul li a.ativo {
	margin-top: 0;
	background: transparent;
	color: #2DC7F2;
	font-weight: 500;
}
#menu-principal ul li div, #menu-virtual ul li div {
	display: none;
}

#menu-principal ul li:first-child{
	padding-left: 0;
}

#menu-principal ul li:first-child a{
	padding-left: 0;
}

#menu-virtual ul li:last-child{
	padding-right: 0;
}

#topo-logo{
	float: left;
	clear: both;
	padding: 0;
	width: 100%;
}
#topo-logo h1 {
	display: block;
	float: left;
	clear: none;
}
#topo-logo h1 a {
	display: block;
	padding: 40px 20px 20px 0;
	background: url(/imagens/logo_topo.jpg) left center no-repeat;
	width: 313px;
	height: 40px;
	text-indent: -9999px;
}

#topo-logo-atalhos {
	display: block;
	float: right;
	clear: none;
}

#topo-logo-atalhos li {
	display: block;
	float: left;
	clear: none;
	list-style: none;
	padding: 25px 0;
	
}

#topo-logo-atalhos li a {
	display: block;
	height: 40px;
	border-left: 1px solid #2DC7F2;
	padding: 0 20px 3px 20px;
	text-transform: uppercase;
	color: #EC262D;
	font-weight: 400;
}

#topo-logo-atalhos li a strong {
	font-family: RobotoSlab, serif;
	font-size: 30px;
	color: #0E3559;
	line-height: 40px;
	padding-left: 2px;
}
#topo-logo-atalhos li a.sem-marca {
	border: none;
}
#topo-logo-atalhos li a:hover {
	text-decoration:  none;
}
#topo-logo-atalhos li a:hover strong {
	color: #EC262D !important;
}
#topo-logo-atalhos li a img {
	height: 100%;
}

#menu-aberto {
    background: #2DC7F2;
    width: 1248px;
    /* width: 95%; */
    /* max-width: 1248px; */
    min-height: 50px;
    margin: 0 !important;
    float: left;
    clear: both;
    padding: 17px calc(50% - 624px);
    letter-spacing: 1px;
    position: absolute;
    top: 61px;
    left: 0;
    /* justify-content: center; */
    z-index: 1;
}

#menu-aberto .coluna {
	display: block;
	float: left;
	clear: none;
	border-left: 1px solid #ebebeb;
	padding: 0 15px;
	min-width: 152px;
}
#menu-aberto .dupla {
	min-width: 332px;
}
#menu-aberto .quadrupla {
	min-width: 650px;
}
#menu-aberto .central > *, #menu-aberto .central strong, #menu-aberto .central form {
	display: block;
	text-align: center !important;
	width: 100%;
}
#menu-aberto a.sublink {
	display: inline-block !important;
	width: auto !important;
}
#menu-aberto .coluna:first-child {
	border-left: none;
	padding-left: 0;
}
#menu-aberto .coluna:last-child {
	padding-right: 0;
}
#menu-aberto .coluna a {
	/* display: block;
	padding: 4px; */
	font-size: 14px;
	/* color: #ebebeb; */
	font-weight: 400;
	line-height: 20px !important;
	text-decoration: none;
}
#menu-aberto .coluna li:first-child a, #menu-aberto .coluna strong {
	font-size: 14px;
	color: #0F365A;
	text-transform: uppercase;
	font-family: Roboto, sans-serif;
}
#menu-aberto .coluna strong {
	display: inline-block;
	margin-top: 4px;
}
#menu-aberto .coluna em {
	font-size: 12px;
	color: #0F365A;
	font-weight: normal;
	font-style: normal;
	line-height: 24px;
}
#menu-aberto .coluna em.comentario {
	font-size: 13px;
	color: #ebebeb;
}
#menu-aberto .coluna .gigante {
	font-family: Roboto, sans-serif;
	font-size: 19px !important;
}
#menu-aberto .coluna li {
	list-style: none;
}
#menu-aberto .especial li a {
	display: block;
	font-size: 15px !important;
	font-family: Roboto, sans-serif;
	text-transform: uppercase;
	color: #0F365A;
	font-weight: normal !important;
	margin-top: 2px;
	margin-bottom: 18px;
}
#menu-aberto form input, #menu-aberto form textarea {
	margin: 8px 0;
	padding: 5px 8px;
	border: none;
	background: #ebebeb;
	color: #888;
	text-align: center;
	font-family: inherit;
}
#menu-aberto form input[type="submit"] {
	background: #0F365A;
	color: #ebebeb;
	cursor: pointer;
}
#menu-aberto form input[type="button"] {
	background: #0F365A;
	color: #ebebeb;
	cursor: pointer;
}
#menu-aberto form input[type="radio"] {
	padding: 0;
	margin-top: 5px;
	cursor: pointer;
	background: none;
}
#menu-aberto form input.campobusca {
	width: 240px;
}
#menu-aberto form input.botaobusca {
	min-width: 40px;
}
#menu-aberto form input.campoacompanhamento {
	width: 120px;
}
#menu-aberto form input.campocontato {
	width: 200px;
}
#menu-aberto form textarea.campomensagem {
	width: 400px;
	height: 150px;
}
#menu-aberto form div.linhaform {
	display: block;
	float: none;
	clear: both;
}
#menu-aberto form div.colunaform {
	display: block;
	float: left;
	clear: none;
	padding-right: 10px;
}
#menu-aberto form input.botaocontato {
	margin-top: 50px;
	width: 180px;
}
#menu-aberto form label {
	color: #ebebeb;
	font-size: 12px;
	padding-right: 5px;
}
#menu-aberto form label input {
	margin-right: 5px;
	vertical-align: middle;
}
#menu-aberto .coluna a:hover, #menu-aberto .coluna li:first-child a:hover, #menu-aberto .especial li a:hover {
	color: #EC262D !important;
	background: #E0F7FD;
}

#menu-aberto .coluna * {
	white-space: normal !important;
}
