@font-face {
  font-family: Gamora;
  src: url("../font/Gamora.ttf");
}

html {
  transition-property: all;
  /* Duração da transição (ex: 1 segundo) */
  transition-duration: 1s;
  /* Curva de aceleração da transição (ex: ease-in-out) */
  transition-timing-function: ease-in-out;
}


#container-navbar {
  position: absolute;
  top: 10%;
  left: 50%;
  background-color: none;

}

#container-navbar a {
  color: white;
  font-size: 1.3rem;
  text-transform: uppercase;
}

#banner-pelourinho {
  background-color: #15214f;
  min-height: 10rem;
  color: white;
  padding-bottom: 6rem;
}

#banner-pelourinho h1 {
  color: rgb(219, 194, 132);
}

#banner-pelourinho h2 {
  color: rgb(219, 194, 132);
  text-align: start !important;
  margin-top: 1.8rem;
}

#banner-pelourinho li {
  font-family: "NewJuneSemibold", "Raleway", sans-serif;
  text-transform: uppercase;
  padding-top: 1rem;
}

.corais {
  color: rgb(219, 194, 132);
}

#btn-navbar {
  top: 10%;
  right: 10%;
}

.thumb-noticia {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  
}

