

body {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: "Quicksand", sans-serif;
  font-size: 1.1em;
  font-style: normal;
  line-height: 1.5;
  text-align: justify;
  color: #e3defa;
  background-color:#00162d;
}

img {
  max-width: 100% !important;
  height: auto;
  display: inline-block;
  position: relative;
}

h3, h4, h5, h6 {
  margin-top: 0.6em;
  margin-bottom: 0.0em;
  font-weight: normal;
}

h1 {
  color: #a55bff;
  font-size: 3.3em;
  line-height: 1.1em;
  margin-top: 0.3em;
  margin-bottom: 0.5em;
  font-weight: normal;
}

h2 {
  color: #e6ff99;
  font-size: 1.8em;
  line-height: 1.3em;
  margin-top: 0.6em;
  margin-bottom: 0.3em;
  font-weight: normal;
}

h3 {
  color: #ffff00;
  font-size: 1.5em;
}

h4 {
  color: #80ff00;
  font-size: 1.3em;
}

h5 {
  color: #73ffb9;
  font-size: 1.1em;
}

h6 {
  color: #bfffdf;
  font-size: 1.08em;
}

p {
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

header {
  margin: 0px;
}

section {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 8%;
  margin-right: 8%;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 4%;
  padding-right: 4%;
  }

footer {
  color: #eeeeee;
  display: block;  
  vertical-align: middle;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 0.8em;
  line-height: 40px;
  position: relative;
  bottom: 0px;
  width: 100%;
  border-top: 1px solid #03060c;
  background-image: linear-gradient(
      180deg,
      transparent 0%,
      #263857 98%,
      #020406 1%,
      transparent 400%);
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

a:link {
  color: #26c9ff;
}

a:visited {
  color: #55b1d0;
}

a:hover, a:focus {
  color: #99ffff;
}

a:active {
  color: #99ffe5;
}

.banner {text-align: center; position: relative; top: 0; margin:0; padding:0;border-bottom: 1px solid #0f1013;}

.img_esquerda {
  float: left;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.img_direita {
  float: right;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}
.img_direita_30 {
  float: right;
  right: 30%;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.img_100 {
  clear: both;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.max_100 {
  max-width: 100% !important;
  max-height: 100% !important;
}



.borda {
  border: 1px solid #000000;
}

.moldura {
  border: 1px solid #000000;
  margin:12px;
}

.texto_esquerda {
  text-align: left;
}

.texto_direita {
  text-align: right;
}

.texto_centro {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.centrada {
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

.grande {
  font-size: 3em;
}

.media {
  font-size: 2em;
}

.pequena {
  font-size: 0.7em;
}

.encolhe {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 12%;
  margin-right: 12%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 4%;
  padding-right: 4%;
  }
  
.input {
  border: 1px  solid #49526d;
  border-radius: 10px;
  transition: all 0.1s ease 0s;
  background-color: #f7f9fb;
  color: black;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 32px;
  margin-bottom: 8px;
  font-size: 0.9em;
  line-height: 2em;
  width: 420px;
  max-width: 90%;
}

.button, .button:visited {
  display: inline-block;
  width: 250px;
  max-width: 98%;
  margin-top: 8px;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  color: #ffffff;
  background-color: #5470af;
  border-color: #373d4a;
  border-width: 1px;
  border-style: solid;
  border-radius: 20px;
  text-align: center;
  font-size: 1em;
}

.button:hover {
  color: #ffffff;
  background-color: #5775a2;
  text-transform: uppercase;
  border-color: #373d4a;
}

.em_linha {
  display: inline-block;
}
.oculta {
  display: none;
}

.logo {
  position: fixed;
  top: 1px;
  left: 1px;
  display: block;
  float: left;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 80;
}

.topo {
  position: fixed;
  right: 5px;
  bottom: -5px;
  display: inline-block;
  z-index: 30;
}

.sobe {
  margin-top: -40px;
}
.verde {
  color: #00ff80;
}
.branco {
  color: #ffffff;
}
.amarela {
  color: #ffff80;
}
.encarnada {
  color: #ff95a5;
}

.f_tdh {
	background-color: #273447;
	font-size: 1.5rem;
	font-weight: bold;
	font-style: italic;
	line-height: 3rem;
	color: #c7b6e7;
	border: 0px solid #1a1d22;
	padding-left: 18px;
	padding-right: 18px;
}
.f_td {
	background-color: #454d5f;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 18px;
	padding-bottom: 18px;
	border: 0px solid #1a1d22;
}

div.borda img {
  border: 1px solid #16171f;
}

div.gallery {
  margin: 0px;
  border: 0px solid #16171f;
  display: inline-block;
}

div.gallery:hover {
  border: 0px solid #777;
}

div.gallery img {
  width: auto;
  height: 100%;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 20px;
  margin-bottom: 0px;
}

div.desc {
  padding: 0px;
  text-align: center;
}

#empresa{
    position: absolute;
    top: -9999px;
}


@media only screen and (max-width: 1200px) {
  h1 { font-size: 2.6em; padding-top: 6px;}
  h2 { font-size: 1.4em; line-height: 1.1em;}
  h3 { font-size: 1.1em; }
  h4 { font-size: 0.9em; }
  h2, h3, h4, h5, h6 { margin-top: 1.1em; }  
  body {font-size: 1em; }
  table { width: 98%; } 
  .logo { position: relative; display: block; width: 100%; height: 40px; float:left; z-index: 12;
  background-image: linear-gradient(
      180deg,
      transparent 0%,
      #2f3a46 2%,
	  #303849 3%,
      #253f45 3%,
  transparent 100%);}  
}

@media all and (max-width: 768px) {
  li, img {width: auto;}
  section {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 2%;
  padding-right: 2%;
  }
  h1 { font-size: 2.0em; padding-top: 6px;}
  h2 { font-size: 1.2em; line-height: 1.1em;}
  h3 { font-size: 0.9em; }
  
  .logo {
  position: relative;
  top: -400px;
  left: -400px;
  display: block;
  float: left;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 80;
}
  
  .img_direita_30 {
  float: right;
  right: 2%;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

audio, canvas, progress, video {
  min-width: 96% !important;
}
}

@media print {
  *, *::before, *::after {
    background-color: transparent !important;
    background-image: none !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
    background-position: 0% 0% !important;
    color: black !important;
	box-shadow: none  !important;
	text-shadow: none  !important;
  }
  a, a:visited {
    text-decoration: none;
  }
  a[href]::after {
    content: "(" attr(href) ")";
  }
  abbr[title]::after {
    content: "(" attr(title) ")";
  }
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre, blockquote {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999999;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999999;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}

