body, html {
  height: 100%;
}

body {
  color: #686868;
}

* {
  outline: none;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6
.display-1, .display-2, .display-3, .display-4 {
  font-family: 'Open Sans', sans-serif;
}

.btn-cor {
  background-color: #0174B6;
  color: #fff;
  transition: all 250ms;
}

.btn-cor:hover {
  background-color: #015483;
}

.texto-cor {
  color: #0174B6;
}

.texto-cor2 {
  color: #26C7FE;
}

.background-cor {
  background-color: #0174B6;
}

.background-cor2 {
  background-color: #26C7FE;
}

.titulo {
  position: relative;
}

.titulo:before {
  position: absolute;
  content: "";
  bottom: -13px;
  left: -15px;
  width: 50px;
  height: 2px;
  background: #26C7FE;
}

.titulo span {
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
}

.banner-height-100 {
  min-height: 100%;
}

.banner {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.banner .fotos {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.banner .fotos:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0.5));
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 350px;
}

.endereco {
  border-bottom: 1px dotted #fff;
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu a {
  display: block;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 250ms;
  color: #ccc;
}

.menu a:hover {
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .menu {
    position: fixed;
    z-index: 999;
    right: -100%;
    top: 0;
    margin: auto;
    background-color: #015483;
    padding: 10px;
    width: 40%;
    min-width: 250px;
    height: 100%;
    overflow: auto;
    text-align: center;
  }
}

.menu a.btn {
  color: #fff !important;
}

.menu a.btn:hover {
  background-color: #26C7FE;
}

.menu-responsivo {
  cursor: pointer;
  padding: 10px;
  outline: none;
  border: none;
  transition: all 300ms;
}

.menu-responsivo-fundo {
  display: none;
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.slogan {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  .slogan {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

.utilitarios {
  margin: 5px;
  display: block;
  height: 100%;
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid #e9e9e9;
  transition: all 250ms;
}

.utilitarios i {
  transition: all 250ms;
  opacity: .3;
}

.utilitarios:hover {
  border-color: #ddd;
  color: #333;
}

.utilitarios:hover i {
  opacity: .6;
}

.ebook {
  position: relative;
  background-size: cover;
}

.ebook:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.ebook-descricao p {
  font-size: 20px;
}

.ebook-form {
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px) {
  .links_importantes {
    columns: 2;
  }
}

.links_importantes li {
  margin-bottom: 8px;
}

.links_importantes a {
  transition: all 250ms;
}

.links_importantes a:hover {
  color: #000;
}

.redes_sociais a {
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  border: 2px solid #e2e2e2;
  transition: all 250ms;
}

.redes_sociais a:hover {
  color: #fff;
}

.redes_sociais a.facebook:hover {
  background-color: #3c5a99;
}

.redes_sociais a.twitter:hover {
  background-color: #55acef;
}

.redes_sociais a.instagram:hover {
  background: linear-gradient(to bottom, #8444BE, #D63083, #FECF6D);
}

.redes_sociais a.linkedin:hover {
  background-color: #006699;
}

.rodape {
  background-color: #e9e9e9;
}

.copyright {
  background-color: #e9e9e9;
  border-top: 3px solid #d9d9d9;
}

.mapa iframe {
  width: 100% !important;
  height: 230px !important;
}

.paginacao a {
  background: #e9e9e9;
  padding: 5px 10px;
  color: #303030;
  transition: all 300ms;
}

.paginacao a:hover, .paginacao .atual {
  background: #0174B6;
  padding: 5px 10px;
  color: #fff !important;
}

.divisoria {
  border-bottom: 1px dotted #ccc;
}

.conteudo a:not(.btn):hover {
  color: #0174B6;
}

@keyframes anima_janela {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.modal, .modal-search {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  background: linear-gradient(45deg, rgba(1, 116, 182, 0.9), rgba(1, 116, 182, 0.8));
  z-index: 99999999;
  top: 0;
  left: 0;
}

.modal-janela, .modal-search-janela {
  overflow: auto;
  width: 90%;
  max-height: 80%;
  position: relative;
  z-index: 998;
  padding: 15px;
  border-radius: 5px;
  margin-top: 30px;
  animation: anima_janela 1s;
}

.modal-janela-texto table, .modal-search-janela-texto table {
  width: 100% !important;
}

.modal-close, .modal-search-close {
  position: absolute;
  z-index: 999;
  top: 20px;
  right: 20px;
}

table {
  border-collapse: collapse;
}

table td {
  border: 1px solid #ccc;
  padding: 5px;
}

.btn-facebook {
  background-color: #4064AD;
  border-color: #324e88;
  color: white;
}

.btn-twitter {
  background-color: #1DA1F2;
  border-color: #0c85d0;
  color: white;
}

.btn-linkedin {
  background-color: #0271AE;
  border-color: #01507c;
  color: white;
}
