/* Configurações da Tela Inicial
==== */

.banner-main,
.banner-contact {
  width: 100%;
}

.banner-contact {
  padding-top: 10px;
}

a .card-home {
  color: rgba(0,0,0,0.8);
}

a:hover {
  text-decoration: none;
}

.card-home {
  width: 100%;
  min-height: 260px;
  background: white;
  border: 1px solid #eeeeee;
  text-align: center;
  margin-top: 10px;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
}

.card-home:hover {
  opacity: 0.8;
}

.card-home-title {
  font-size: 24px;
  font-weight: 400;
  padding: 15px 0 0;
}

.card-home-icon {
  font-size: 42px;
  padding: 5px 0;
  color: #ffcc29;
  background: #292929;
  width: 100%;
}

.card-home-content {
  font-size: 14px;
  padding: 5px 25px 20px;
  color: #666666;
}

.footer-home {
  text-align: center;
  padding: 20px 0 0;
  color: #666666;
}

@media only screen and (max-width: 768px) {
  .card-home {
    height:auto;
    padding-bottom: 10px;
  }
  .footer-home {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .card-home {
    height:auto;
    padding-bottom: 20px;
  }
  .card-home-title {
    font-size: 32px;
  }
  .card-home-content {
    font-size: 24px;
  }
}

#page-content {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
  color: rgba(0,0,0,.84);
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 575.98px) {
  #page-content table {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

#page-content table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}
#page-content th, td {
    padding: 8px;
    border: 1px solid #ddd;
}
#page-content tr:nth-child(even) {background-color: #f2f2f2;}

#page-content img {
  margin: 20px;
}
