#container {
  padding-bottom: 4em;
}
#container .texto {
  font-size: 1.4em;
  font-family: arial;
  color: #0c194a;
  padding-top: 1.5em;
}
#container .texto * {
  color: #0c194a;
  font-family: arial;
  font-size: 1em;
}
@media all and (max-width: 600px) {
  #container .esq_contato,
  #container .dir_contato {
    width: 100%;
  }
  #container .dir_contato {
    margin-top: 2em;
  }
}

table.table-cookies {
  width: 100%;
  margin-top: 60px;
}

table.table-cookies th,
table.table-cookies td {
  padding: 10px;
  vertical-align: middle;
}

table.table-cookies thead tr th:first-child {
  text-align: left;
}

table.table-cookies tbody tr td {
  border-top: 1px solid rgba(12,25,74,0.6);
}


table.table-cookies tbody tr td:first-child {
  font-weight: bold;
}

table.table-cookies tbody tr td:first-child,
table.table-cookies tbody tr td:last-child {
  width: 100px;

}

table.table-cookies caption {
  text-align: left;
  margin-bottom: 10px;
}

#container .texto table.table-cookies caption h3 {
  font-size: 25px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: bolder;
  border-bottom: 1px solid rgba(12,25,74,0.4);

}
