* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: nunito, nunito-family, allroundgothic;
}
@font-face {
  font-family: 'All Round Gothic';
  src: url('fonts/AllRoundGothic.woff2') format('woff2'),
       url('fonts/AllRoundGothic.woff') format('woff'),
       url('fonts/AllRoundGothic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&family=Kodchasan:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body {
  font-family: 'All Round Gothic', Arial, sans-serif;
}

.kodchasan-bold {
  font-family: "Kodchasan", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body {
  background: #fff;
  color: #333;
}
a{
  text-decoration: none;
}

/* Header */
.parte-azul {

 background: #0f4675;
 height: 30px;
}
header {
  background: #fff;
  color: #fff;
}
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  height: 100px;
}

.top-bar img {
  height: 50px;
}

.menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

.search-area {
  display: flex;
 border-radius: 4px;
 border-color: #e8e7e7;
 padding: 5px;
 
}
.search-area input {
  background-color: #e8e7e7;
  border: rgb(155, 155, 155);
  border-radius: 4px;
  padding: 0px 6px;
}
.search-area button {
  background: #0f4675;
  color: white;
  border: none;
  padding: 6px 10px;
  margin-left: 1px;
  border-radius: 4px;
}

nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  background: #0f4675;
  padding: 10px 20px;
}
nav ul li {
  margin: 0 15px;
}
nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  margin-right: 5px;
}
nav ul li a:hover{
  background-color: #052745;
  padding: 10px;
  color: #fff;
}
nav ul li a:active{
  background-color: #052745;
  padding: 10px;
  color: #fff;
}

nav.active ul {
  display: block;
  background-color: #052745;
}

/* Banner */
.banner {
  background: url('banner.jpg') center/cover no-repeat;
  height: 350px;
}

/* Atalhos */
.atalhos {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 10px;
  flex-wrap: wrap;
}
.atalhos .card {
  background:white;
  color:  black;
  padding: 20px;
  border-radius: 10px;
  width: 160px;
  height: 150px;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  align-items:center;
  justify-content: center;

}
.atalhos .card i {
  font-size: 30px;
  margin-bottom: 10px;
  color: #052745;
}
.atalhos .card .a{
text-decoration: none;
}


/* Notícias */

.noticias {
  padding: 40px 20px;
  text-align: center;
}

.noticias h2 {
  margin-bottom: 20px;
  font-family: 'all round gothic', nunito;
}
.noticias .grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.noticias .noticia {
  background: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
  width: 280px;
  text-align: left;
}
.noticias .noticia img {
  width: 100%;
}
.noticias .noticia h4 {
  padding: 10px;
}
.noticias .noticia p {
  padding: 0 10px 10px;
  font-family: domine;
}
.noticias .noticia a {
  display: block;
  padding: 10px;
  text-align: center;
  background: #0f4675;
  color: white;
  text-decoration: none;
}
.btn {
  margin-top: 20px;
  padding: 10px 20px;
  border: none;
  background: #0f4675;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}
.noti{
  padding: 40px 20px;
  text-align: justify;
  line-height: 1.5;
  align-content: center;
  margin-left: 300px;
  margin-right: 300px;
}
.noti img{
  width: 40%;
  align-items: center;
  display: flex;
}
.noti p{
  font-family: domine;
}
.noti h1{
  font-family: nunito;
  font-weight: bold;
  text-align: center;
}

/* Atrativos */
.linha{
  width: 55%; /* Define a largura */
  height: 5px; /* Define a espessura/altura */
  background-color: #1f4e63; /* Define a cor (verde neste exemplo) */
  border-radius: 5px; /* Arredonda as bordas */
  margin: 10px auto; /* Centraliza e adiciona espaço */
  border: none; /* Importantíssimo para remover o estilo de borda padrão do navegador */
}
.atrativos {
  text-align: center;
  padding:0px 20px;
  background: #f0f0f0;
  background: linear-gradient(180deg, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.atrativos .fotos {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.atrativos img {
  width: 180px;
  border-radius: 8px;
}
.atrativos h2{
  font-family: 'all round gothic', nunito;
}

.turistico{
  display: flex;
  margin: 20px;
  padding-right: 20px;
  text-align: justify;
}
.turistico h2{
  font-family: 'all round gothic', nunito;
  color: #528e7c;
}
.turistico img{
  width: 500px;
  margin-right: 50px;
}

/* Onde Hospedar / Comer / Comprar */
section h3 {
  text-align: center;
  margin: 30px 0 20px;
}
.opcoes {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 10px;
  flex-wrap: wrap;
}
.opcoes div {
  text-align: center;
}
.opcoes i {
  font-size: 40px;
  color: #0f4675;
  margin-bottom: 10px;
}

/* CERTIDÕES */
.certidao {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 50px;
  flex-wrap: wrap;
}

.certidao .card {
  background:#528e7c;
  color:  white;
  padding: 20px;
  border-radius: 10px;
  width: 300px;
  height: 100px;
  text-decoration: solid;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  align-items:center;
  justify-content: center;

}

.certidao .card i {
  font-size: 30px;
  margin-bottom: 10px;
  color: #052745;
}

.certidao .card .a{
text-decoration: none;
}


/* Rodapé */
footer {
  background: #0f4675;
  color: white;
  text-align: center;
  padding: 15px;
  margin-top: 40px;
  display:flex;
  gap: 10px;

}
footer img{
  width: 300px;
}
.rodape{
  padding: 20px;
  margin: 5px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.rodape a{
  color: white;
}
.rodape a:hover{
  color: #939a3b;
}

/* ========================= */
/* RESPONSIVIDADE */
/* ========================= */
@media (max-width: 992px) {
  .atalhos {
    justify-content: center;
  }
  .atalhos .card {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .top-bar {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .search-area {
    margin-top: 10px;
    width: 100%;
  }
  nav ul {
    display: none;
    flex-direction: column;
    text-align: center;
  }
  nav ul li {
    margin: 10px 0;
  }
  .menu-toggle {
    display: block;
  }
  .atrativos .fotos {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .atrativos img {
    flex: 0 0 70%;
    max-width: 250px;
  }
}

@media (max-width: 480px) {
  .atalhos .card {
    width: 100%;
  }
  .opcoes {
    gap: 20px;
  }
}
