@font-face {
  font-family: "panton";
  src: url("../font/Panton-Bold.ttf");
}

html {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
a {
  text-decoration: none;
}
body {
  background: url("../img/bg_18.png") no-repeat center center fixed;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
}
img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
header {
  width: 100%;
  padding: 20px;
}
main {
  padding: 20px;
}
.fichas {
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0;
  padding: 30px;
  -webkit-box-shadow: -1px 1px 10px -1px rgba(0, 0, 0, 0.98);
  -moz-box-shadow: -1px 1px 10px -1px rgba(0, 0, 0, 0.98);
  box-shadow: -2px 2px 10px -2px rgba(0, 0, 0, 0.98);
  position: relative;
  top: -1280px;
}

.pareceres {
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0;
  padding: 30px;
  -webkit-box-shadow: -1px 1px 10px -1px rgba(0, 0, 0, 0.98);
  -moz-box-shadow: -1px 1px 10px -1px rgba(0, 0, 0, 0.98);
  box-shadow: -2px 2px 10px -2px rgba(0, 0, 0, 0.98);
  position: relative;
  top: -280px;
}
.instrucoes {
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0;
  padding: 30px;
  -webkit-box-shadow: -1px 1px 10px -1px rgba(0, 0, 0, 0.98);
  -moz-box-shadow: -1px 1px 10px -1px rgba(0, 0, 0, 0.98);
  box-shadow: -2px 2px 10px -2px rgba(0, 0, 0, 0.98);
  position: relative;
  top: -280px;
}

.videos {
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0;
  padding: 30px;
  -webkit-box-shadow: -1px 1px 10px -1px rgba(0, 0, 0, 0.98);
  -moz-box-shadow: -1px 1px 10px -1px rgba(0, 0, 0, 0.98);
  box-shadow: -2px 2px 10px -2px rgba(0, 0, 0, 0.98);
  position: relative;
  top: -280px;
}
.cadernos {
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0;
  padding: 30px;
  -webkit-box-shadow: -1px 1px 10px -1px rgba(0, 0, 0, 0.98);
  -moz-box-shadow: -1px 1px 10px -1px rgba(0, 0, 0, 0.98);
  box-shadow: -2px 2px 10px -2px rgba(0, 0, 0, 0.98);
  position: relative;
  top: -1280px;
  text-align: center;
}
.cadernosList {
  font-size: 17px;
  vertical-align: top;
  display: block;
  padding-bottom: 15px;
  padding-top: 15px;
  color: #22354b;
}
.cadernosList:hover {
  cursor: pointer;
  color: rgb(15, 110, 219);
}
.menu {
  align-self: center;
  margin: 0;
  padding: 0;
}

.menuLinkFundo {
  display: inline-block;

  background: url("../img/botao-fundo.png") no-repeat center center;
  background-position: center;
  box-sizing: border-box;
  font-family: "panton";
  letter-spacing: 3px;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  transition: all 0.2s;
  margin-bottom: 15px;
  border-radius: 0px;
  border-width: 4px;
  overflow: hidden;
  height: 82px;
  line-height: 82px;
  width: 100%;
  cursor: pointer;
}
.menuLinkFundo:hover {
  background: url("../img/botao-fundo-on.png") no-repeat center center;
  background-position: center;
}

.menuLink1 {
  width: 608px;
  height: 82px;
  list-style-type: none;
  text-decoration: none;
  color: white;
  text-align: center;
  font-size: 1.2em;
  background: url("../img/botao-menu-1.png") no-repeat center center;
  line-height: 70px;
  margin-bottom: 15px;
  border-radius: 0px;
  border-width: 4px;
  border-style: none;
  border-color: white;
  overflow: hidden;
}
.menuLink1:hover {
  background: url("../img/botao-menu-1-h.png") no-repeat center center;
  cursor: pointer;
}
.menuLink2 {
  width: 608px;
  height: 82px;
  list-style-type: none;
  text-decoration: none;
  color: white;
  text-align: center;
  font-size: 1.2em;
  background: url("../img/botao-menu-2.png") no-repeat center center;
  line-height: 70px;
  margin-bottom: 15px;
  border-radius: 0px;
  border-width: 4px;
  border-style: none;
  border-color: white;
  overflow: hidden;
}
.menuLink2:hover {
  background: url("../img/botao-menu-2-h.png") no-repeat center center;
  cursor: pointer;
}
.menuLink3 {
  width: 608px;
  height: 82px;
  list-style-type: none;
  text-decoration: none;
  color: white;
  text-align: center;
  font-size: 1.2em;
  background: url("../img/botao-menu-3.png") no-repeat center center;
  line-height: 70px;
  margin-bottom: 15px;
  border-radius: 0px;
  border-width: 4px;
  border-style: none;
  border-color: white;
  overflow: hidden;
}
.menuLink3:hover {
  background: url("../img/botao-menu-3-h.png") no-repeat center center;
  cursor: pointer;
}
.menuLink4 {
  width: 608px;
  height: 82px;
  list-style-type: none;
  text-decoration: none;
  color: white;
  text-align: center;
  font-size: 1.2em;
  background: url("../img/botao-menu-4.png") no-repeat center center;
  line-height: 70px;
  margin-bottom: 15px;
  border-radius: 0px;
  border-width: 4px;
  border-style: none;
  border-color: white;
  overflow: hidden;
}
.menuLink4:hover {
  background: url("../img/botao-menu-4-h.png") no-repeat center center;
  cursor: pointer;
}
.menuLink5 {
  width: 608px;
  height: 82px;
  list-style-type: none;
  text-decoration: none;
  color: white;
  text-align: center;
  font-size: 1.2em;
  background: url("../img/botao-menu-5.png") no-repeat center center;
  line-height: 70px;
  margin-bottom: 15px;
  border-radius: 0px;
  border-width: 4px;
  border-style: none;
  border-color: white;
  overflow: hidden;
}
.menuLink5:hover {
  background: url("../img/botao-menu-5-h.png") no-repeat center center;
  cursor: pointer;
}
#relator {
  width: 60%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

#retorno {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
footer {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  position: fixed;
  bottom: 0px;
  overflow: hidden;
  padding-top: 0px;
}
section {
  width: 100%;
  height: 0;
  position: relative;
  top: -25px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  overflow: hidden;
}
article {
  width: 25%;
  padding: 1%;
  float: left;
}
article img {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
}
article:hover {
  opacity: 0.8;
}
#rodape {
  max-width: 900px;
}
.col-100 {
  width: 29%;
  height: auto;
  float: left;
  margin: 2%;
}
.col-33 {
  width: 14%;
  float: left;
  margin-left: 9%;
  margin-right: 9%;
}

.maximo {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.minimo {
  max-width: 648px;
  margin-right: auto;
  margin-left: auto;
}

.link {
  cursor: pointer;
}

@media (max-height: 885px) {
  footer {
    position: static;
  }
  .menuLinkFundo {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  article {
    width: 100%;
    padding: 4%;
  }
  .menuLinkFundo {
    font-size: 14px;
  }
  .col-100 {
    width: 70%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    float: none;
    margin-top: 2%;
    margin-bottom: 2%;
    padding: 20px;
  }
  #rodape {
    overflow: hidden;
  }
  footer {
    background-size: cover;
    overflow: hidden;
    position: static;
    padding-top: 15px;
  }
  #relator {
    width: 80%;
    margin-top: 80px;
  }
}
