@font-face {
  src: url(../fontes/DINNextLTPro-Bold.otf);
  font-family: "din";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  max-width: 100%;
  height: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
  font-family: "din";
}
.link-texto{
  padding: 0px !important;
  font-size: 16px !important;
}
.link-texto::before{
  content: none !important;
}
a {
  font-size: 16px;
  color: white !important;
}
b{
  font-size: 17px;
}
p{
  text-align: justify !important;
}
.img-cabecalho{
  text-align: center;
  padding: 10px;
}
.img-cabecalho img{
  width: 100%;
  max-width: 200px;
}

.container {
  width: 92%;
}

.fundo {
  background-image: url(../images/destaque-home.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  background-position-y: 40%;
}

.conteudo-destaque {
  background: rgba(255, 120, 0, 0.4);
  padding: 100px;
  width: 100%;
  margin: 0px;
  height: 400px;
  margin-left: 0px !important;
}

.conteudo-destaque h1 {
  font-size: 38px;
  color: #ffffff;
  text-align: left;
}
.conteudo-destaque h3 {
  font-size: 20px;
  color: #ffffff;
  text-align: left;
  width: 34%;
}



.conteudo-meio p {
  text-align: justify;
  font-size: 16px;
  margin: 60px 0px;
  color: black;
  padding: 0px 40px 0px 0px;
}

.texto-laranja p {
  background-color: #ff7800;
  color: #ffffff;
  font-size: 22px;
  margin: 0px;
  text-align: center;
  padding: 40px; 
  margin-bottom: 15px;
}
.conteudo-rodape {
  padding: 80px 0px;
  text-align: right;
}

.conteudo-rodape p {
  background-color: #2196f3;
  padding: 15px 50px 15px 15px;
  display: inline-block;
  color: white;
  margin-right: -50px;
}

.footer {
  background-color: #222222;
  padding: 20px;
  margin: 0px !important;
}

.footer img {
  width: 100%;
  max-width: 200px;
}

.panel {
  background-color: transparent !important;
  border: none !important;
  box-shadow: #fff 0px 0px 0px;
}

.aviso-info a {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
}

.aviso-info .panel-heading {
  padding: 0px;
  border-radius: 0px;
  text-align: center;
}

.panel-body{
  padding: 20px 0px !important;
}

.faq-conteudo {
  /* border: 1px solid #ef8225; */
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
}
.faq-conteudo h3{
  background: #ff7800;
}
.faq-conteudo a {  
  color: #ffffff !important;
  font-size: 22px;
  text-align: left;
}
.faq-conteudo p {  
  text-align: justify !important;
  line-height: 1.5;
  font-size: 16px;
}

@media screen and (max-width: 764px) {
  .container {
    width: 90%;
  }
  .conteudo-destaque {
    padding: 15px;
  }
  .conteudo-destaque h1 {
    font-size: 22px;
  }
  .conteudo-destaque h3 {
    font-size: 18px;
    width: 100%;
  }

  .conteudo-meio h2 {
    font-size: 20px;
    text-align: justify;
  }
  .conteudo-meio img {
    max-width: 140px;
  }
  .conteudo-meio p {
    margin: 20px 0px;
  }

  .conteudo-rodape {
    padding: 30px 0px;
  }

  .conteudo-rodape p {
    padding: 10px 40px 10px 10px;
    margin-right: -20px;
  }
}

.texto-botao a{
  position: relative;
  left:15px;
  background-color: #ff7800;
  padding: 15px;
  cursor: pointer;
  text-decoration: none;
}

.texto-botao a::before{
    content: "";
}


/* TABELA */

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 30px;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
table td, th{
  padding: 5px !important;
  border: 1px solid #d9d9d9;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table td, th{
    border: none;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 5px;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

