html, body, div, span, applet, object, iframe,
h1, h4, h5, h6, hr, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin:0; padding:0; border:0; background:transparent;
  /*vertical-align: baseline;*/
}

/* lists */
.list-full, .list-full li,
.list-auto, .list-auto li { width: 100%; float: left; display: block; position: relative; }
.list-auto, .list-auto li { width: auto; }

/* floats */
.float-l { float: left; }
.float-r { float: right; }

#float-direita-invisibile {
float: right;
border-left: 0px solid  #DADADA;
border-bottom: 0px solid  #DADADA;
padding: 30px;
}

#float-direita-invisibile-anuncio {
width: 350px;
float: right;
border-left: 1px solid  #DADADA;
border-bottom: 0px solid  #DADADA;
padding-left: 30px;
}

#float-meio-anuncio {
width: 320px;
float: left;
border-right: 1px solid  #DADADA;
border-bottom: 1px solid  #DADADA;
padding: 20px;
}

#artigo-abaixo {
width: 320px;
float: left;
border-right: 0px solid  #DADADA;
border-bottom: 0px solid  #DADADA;
padding-top: 5px;
padding-bottom: 5px;
}

#float-direita-visibile {
float: center;
border-left: 0px solid  #DADADA;
border-bottom: 0px solid  #DADADA;
padding: 30px;
}

#anuncio-topo {
padding-top: 10px;
padding-bottom: 5px;
margin-left: 20px;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
}

header {
  min-height: 70px;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid #ccc;
  background: #ECECEC;
  z-index: 2;
}

header h1 {
  padding: 10px 0 0 10px;
}

header h1 a {
  color: #333;
}

header ul {
  padding: 15px 10px 0 0;
}

header li {
  border-left: 1px solid #ccc;
}

header li:first-child {
  border: none;
}

header li a {
  display: block;
  padding: 0 10px;
  color: #999;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

header li a:hover {
  color: #333;
}

input#control-nav {
  visibility: hidden;
  position: absolute;
  left: -9999px;
  opacity: 0;
}

/* conteudo */

section {
padding: 5px 20px 50px;
border-top: 0px solid #ccc;
font-size: 20px;
line-height: 24px;
margin-left: 10px;
}

section:after {
content: "";
display: block;
clear: both;
}

figura img {
width: 48%;
padding-bottom: 25px;
}

desenho img {
width: 42%;
padding-bottom: 25px;
border: 1px solid #ccc;
}

figcaption {
font-size: 1.2em;
font-weight: bold;
font-family: arial, sans-serif;
}

.separa {
border-top: 1px solid #ccc;
}

codigo img {
width: 180px;
height: 65px; 
}

section p {
padding: 0 0 20px;
line-height: 1.8;
font-family: Roboto, helvetica, arial, sans-serif;
}

input {
font-size: 1em;
font-family: arial, sans-serif;
}

.radio-button {
width: 30px;;
height: 30px;
color: #FF0000; 
}

.err {
font-size: 1em;
font-family: arial, sans-serif;
background-color: #FFCC00;
}

p a{
line-height: 2.1;
}

h2{
line-height: 1.5;
}

h3{
line-height: 1.5;
}

ul.corpo {
font-size: 18pt;
font-family: 'PT Sans', Arial, sans-serif;
line-height: 2;
list-style-type: none;
}

ul.lateral {
font-size: 16pt;
font-family: 'PT Sans', Arial, sans-serif;
line-height: 2;
list-style-type: none;
background-color: #ECECEC;
border-top: 17px solid #ECECEC;
border-bottom: 17px solid #ECECEC;
border-right: 20px solid #ECECEC;
}

.highlights {
  position: relative;
}

.highlights input {
  visibility: hidden;
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.highlights-item {
  float: left;
  margin: 0 0 0 2%;
  width: 32%;
  text-align: center;
}

.highlights-item:first-of-type {
  margin-left: 0;
}

.highlights-item img {
  display: block;
  width: 100%;
  margin: 0 0 5px;
}

.highlights-item p {
  font-size: 14px;
}

.highlights-button {
  display: inline-block;
  padding: 10px 15px 8px;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #ccc;
  background-color: #ececec;
  -webkit-transition: background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out, border-color 300ms ease-in-out;
}

.highlights-button:hover {
  border: 1px solid #ececec;
  background-color: #ccc;
}

.highlights-buttons {
  display: none;
  clear: both;
  text-align: center;
}

.highlights-buttons label {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 10px; 
  border-radius: 10px;
  background-color: #ccc;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}

.highlights-buttons label:hover {
  background-color: #777;
}

/* init modal */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s 0.5s ease-in-out;
  transition: all 0.5s 0.5s ease-in-out;
}

.modal-content {
  padding: 10px;
  max-width: 600px;
  min-width: 360px;
  max-height: 85%;
  overflow: auto;
  position: absolute;
  top: 5%;
  left: 50%;
  z-index: 2;
  opacity: 0;
  border-radius: 3px;
  background: #fff;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.modal-content img {
  display: block;
  width: 100%;
  margin: 10px 0 0;
}

.modal-content p {
  padding-top: 10px;
  text-align: justify;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
}

.modal-close:after {
  content: "X";
  float: right;
  margin: 5px 5px 0 0;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 3;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  background-color: rgba(255,255,255,0.8);
  border-radius: 20px;
  box-shadow: 0 0 3px #000;
}

input[id*="modal_"] {
  position: fixed;
  left: -9999px;
  top: 50%;
  opacity: 0;
}
input[id*="modal_"]:checked + div.modal {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

input[id*="modal_"]:checked + div.modal .modal-content {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

@media screen and (max-width: 767px) {
  header nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 250px;
    border-left: 1px solid #ccc;
    background: #fff;
    overflow-x: auto;
    z-index: 2;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }

  header ul.list-auto {
    padding: 0;
  }

  header ul.list-auto li {
    width: 100%;
    border: solid #ccc;
    border-width: 0 0 1px;
  }

  header li a {
    padding: 15px 10px;
  }

  header li a:hover {
    background-color: #ccc;
  }

  .control-nav { /* label icon */
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    width: 30px;
    padding: 5px 0;
    border: solid #333;
    border-width: 3px 0;
    z-index: 2;
    cursor: pointer;
  }

  .control-nav:before {
    content: "";
    display: block;
    height: 3px;
    background: #333;
  }

  .control-nav-close {
    position: fixed; /* label layer */
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
    background: rgba(0,0,0,0.4);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }

  /* checked nav */
  input#control-nav {
    display: block;
  }

  input#control-nav:focus ~ .control-nav {
    border-color: #000;
    box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
  }

  input#control-nav:focus ~ .control-nav:before {
    background: #000;
  }

  input#control-nav:checked ~ nav,
  input#control-nav:checked ~ .control-nav-close {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  header+section {
    padding-top: 5px;
  }

  section {
    padding: 30px 15px 10px;
  }

  .highlights {
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }

  .highlights-item {
    width: 100%;
    margin-left: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .highlights-item p {
    opacity: 0;
    -webkit-transition: opacity 500ms 500ms ease-in-out;
    transition: opacity 500ms 500ms ease-in-out;
  }

  .highlights-buttons {
    display: block;
    padding-top: 10px;
  }

  /*checked*/
  .highlights input:checked + div {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .highlights input:checked + div p {
    opacity: 1;
  }

  .highlights input:nth-of-type(1):checked ~ .highlights-buttons label:nth-child(1),
  .highlights input:nth-of-type(2):checked ~ .highlights-buttons label:nth-child(2),
  .highlights input:nth-of-type(3):checked ~ .highlights-buttons label:nth-child(3) {
    background-color: #000
  }

  .modal-content {
    padding: 10px 5%;
    min-width: 88%;
  }
  
#float-direita-invisibile {
display: none;
}

#anuncio-topo {
width: 96%;
padding-top: 10px;
padding-bottom: 5px;
margin-left: 20px;
padding: 5px;
margin: 5px;
}

h3 {
line-height: 1.9;
}

h3 a{
line-height: 2.2;
}

h2{
line-height: 1.2;
}

}

@media screen and (max-width: 480px) {
header h1 {
font-size: 20px;
line-height: 40px;
}

h3 a{
line-height: 2.2;
}

h2{
line-height: 1.2;
}

}

/* Rodape */

.cont-corresp{
width: 100%;
line-height: 2;
text-align: center;
padding: 5px;
margin-top: 5px;
}

.footer{
	background-color: #000000;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font: normal 18px sans-serif;
	padding: 20px;
	margin-top: 20px;
}

.footer .footer-descricao{
	color:  #ffffff;
	font-size: 15px;
	margin: 0;
}

.footer .footer-name{
	color:  #ffffff;
	font-size: 30px;
	margin: 0;
}

.footer .footer-links{
	list-style: none;
	font-size: 18px;
	color:  #ffffff;
	padding: 35px 0 23px;
	margin: 0;
}

.footer .footer-links a{
	display:inline-block;
	text-decoration: underline;
	line-height: 1.9;
	color: inherit;
}

@media (max-width: 600px) {

.footer{
padding: 30px;
}

.footer .footer-descricao{
font-size: 15px;
}

.footer .footer-name{
font-size: 30px;
}

.footer .footer-links{
font-size: 18px;
padding: 25px 0 20px;
}

.footer .footer-links a{
line-height: 2.2;
}
	
h3 a{
line-height: 2.2;
}

}