/* FONTES */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@media (max-width: 375px) {
  .navbar-brand {
      width: 75% !important;
  }
}

@media (min-width: 992px) {
  nav {
      position: absolute !important;
  }
}

body {
  font-family: 'Roboto', sans-serif;
}

.secao-dois {
  background-image: url(https://www.gruposermacol.com.br/images/varios/back-secao2.png);
  background-repeat: no-repeat;
}

/* HTML: <div class="hexagon"></div> */
.hexagon {
  height: 320px; /* adjust to control the size  */
  aspect-ratio: cos(30deg);
  clip-path: polygon(-50% 50%,50% 100%,150% 50%,50% 0);
  background: #265689;
}

.hexagon:hover {
  background: #3373B9;
}

.cor-padrao {
  color: #265689 !important;
}

.cor-padrao:hover {
  color: #3373B9 !important;
  text-decoration-color: #3373B9 !important;
}

.cor-padrao2 {
  color: #3373B9 !important;
}

.cor-padrao2:hover {
  color: #265689 !important;
}

.bg-padrao {
  background: #265689 !important;
  border-color: #265689 !important;
}

.bg-padrao2 {
  background: #3373B9 !important;
  border-color: #3373B9 !important;
}

.bg-padrao2:hover {
  background: #265689 !important;
  border-color: #265689 !important;
}

.lato {
  font-family: 'Lato', sans-serif;
}

.link-gold {
  color: #B47817 !important;
}

.link-gold:hover {
  text-decoration-color: #B47817 !important;
}

.text-shadow {
  text-shadow: 1px 1px 1px #000;
}