@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrQ.ttf) format('truetype');
}

body {
  background-color: #ffffff;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(14, 29, 51, 0.8), rgba(14, 29, 51, 0.2));
}

.hero-slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-slider .carousel-cell {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slider .carousel-cell .inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  text-align: center;
  padding: 1em 2em 1em 1em;
}

.hero-slider .carousel-cell .inner .subtitle {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.2em;
  font-weight: 200;
  font-style: italic;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}

.hero-slider .carousel-cell .inner .title {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 40px;
  text-shadow: 2px 2px 0px #19508f;
}

.hero-slider .carousel-cell .inner .btn {
  border: 1px solid #fff;
  padding: 14px 18px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 3px;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}

.hero-slider .carousel-cell .inner .btn:hover {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  color: #000;
}

.hero-slider .flickity-prev-next-button {
  width: 80px;
  height: 80px;
  background: transparent;
}

.hero-slider .flickity-prev-next-button:hover {
  background: transparent;
}

.hero-slider .flickity-prev-next-button .arrow {
  fill: white;
}

.hero-slider .flickity-page-dots {
  bottom: 30px;
}

.hero-slider .flickity-page-dots .dot {
  width: 30px;
  height: 4px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  border: 0 solid white;
  border-radius: 0;
}

.hero-slider .flickity-page-dots .dot.is-selected {
  background: #f6be00;
  border: 0 solid #f6be00;
}

@media (max-width: 768px) {
  .hero-slider .carousel-cell {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center !important;
  }

  .hero-slider .carousel-cell .inner {
    position: relative;
    top: 40%;
    transform: translateY(-50%);
    color: white;
    text-align: center;
  }

  .hero-slider .flickity-prev-next-button {
    top: 38.5%;
    width: 80px;
    height: 80px;
    background: transparent;
  }

  .hero-slider .carousel-cell .inner .subtitle {
    font-size: 1.5rem;
  }

  .hero-slider .carousel-cell .inner .title {
    font-size: 1.1rem;
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 0px #19508f;
  }

  .hero-slider .carousel-cell .inner .btn {
    padding: 10px 14px;
    font-size: 0.7rem;
  }
}
/* Hero CSS *//*# sourceMappingURL=style.css.map */

.form-control {
  border-width: 2px; /* Ajuste para a largura desejada, como 2px ou mais */
  border-radius: 0.5rem; /* Personalize o arredondamento se desejar */
  box-shadow: 1px 1px 4px -1px;
}

.form-check-input {
  box-shadow: 1px 1px 4px -1px;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  background-color: #b9202000;
  background-image: rgb(0, 0, 0) !important;
}

.custom-confirm-button {
  background-color: black; /* Cor preta */
  color: white; /* Cor do texto branca */
  border: none; /* Remove bordas */
  border-radius: 5px; /* Bordas arredondadas */
  padding: 10px 20px; /* Tamanho do botão */
  font-size: 16px; /* Tamanho do texto */
  cursor: pointer; /* Mostra o cursor de clique */
}

.custom-confirm-button:hover {
  background-color: #333; /* Tom mais claro ao passar o mouse */
}

#rodapeModal #noticiaLink:hover {
  color: white;
  background-color: #19508f;
}

#rodapeModal .btn:hover {
  color: white;
}