* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    scroll-behavior: smooth
}

/*font na parte do pontos turisticos*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');


/*CONFIGURAÇÕES DO HEADER DO HEADER*/
header {
    background: linear-gradient(90deg, #2c3e50, #3498db);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    padding: 20px 100px;
}

.logo {
    
}

.logo img{
    height: 70px;
}

.nav-links {
    display: flex;
    gap: 30px;
    list-style: none;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font: normal 13pt arial;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #f1c40f;
}

.menu-icon {
    display: none;
    font-size: 1.8rem;
    cursor: pointer;
}

@media (max-width: 700px) { /*RESPONSIVIDADE DO HEADER*/

    .logo img{
        height: 50px;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 90px;
        left: 0;
        right: 0;
        background: #2c3e50;
        flex-direction: column;
        align-items: center;
        padding: 1rem 0;
    }

    .nav-links.active {
    display: flex;
    }

    .menu-icon {
        display: block;
    }
}
/*FIM DAS CONFIGURAÇÕES DO HEADER*/


/*CONFIGURAÇÕES MAIN*/
main{
    
}

main #bem-vindo{
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7)), url("https://raw.githubusercontent.com/brenosilvaweb/img-site-capelinhamg/refs/heads/main/IMAGEM%20CAPELINHA.png");    
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    padding: 20px 0;
}

main #bem-vindo #texto{
    min-width: 50%;
    height: 100vh;
    display: grid;
    place-content: center;
}

main #bem-vindo #texto #interno-texto h1{
    color: white;
    font: normal 25pt arial;
    font-weight: 900;
    border-bottom: 3px solid rgb(0, 106, 255);
    width: max-content;
    margin: 33px auto;
    padding: 4px; /* coloqui para dar espaçamento entre a o titilo e o sublinhado */

}

main #bem-vindo #texto #interno-texto p{
    color: white;
    font: normal 14pt arial;
    text-align: justify;
    width: 95%;
    margin: 30px auto;
    font-weight: 700;
}

main #bem-vindo #texto #interno-texto p strong{
    color: rgb(255, 247, 0);
}

main #bem-vindo #texto #interno-texto #links{
    display: flex;
    place-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

main #bem-vindo #texto #interno-texto #links a{
    display: block;
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding: 10px;
    font: normal 12pt arial;
    background-color: rgba(255, 255, 255, 0.281);
    font-weight: 700;
}

main #bem-vindo #texto #interno-texto #links a:hover{
    scale: 1.09;
    background-color: rgba(255, 255, 255, 0.621);
}

main #bem-vindo #foto{
    min-width: 50%;
    height: 100vh;
    display: grid;
    place-content: center;
}

main #bem-vindo #foto img{
    width: 95%;
}


/*CONFIGURAÇÕE DOS PONTOS TURISTICOS DE CAPELINHA*/
.pontos-turisticos {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f9f9f9 0%, #eef2f3 100%);
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.pontos-turisticos h2 {
  font-size: 2.4rem;
  margin-bottom: 10px;
  color: #1a1a1a;
  font-weight: 600;
}

.pontos-turisticos .descricao {
  font-size: 1.05rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 50px;
  line-height: 1.6;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 25px;
}

.card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  width: 360px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 5px;
}

.card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.card h3 {
  font-size: 1.3rem;
  margin: 15px;
  color: #0d6efd;
  font-weight: 600;
}

.card p {
  font-size: 0.95rem;
  color: #555;
  padding: 0 15px 20px;
  flex-grow: 1;
}

.card a {
  text-decoration: none;
  width: max-content;
  margin: 5px auto;
  background-color: #0d6efd;
  color: white;
  padding: 5px;
  border-radius: 5px;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.card:hover img {
  transform: scale(1.05);
}

/*CONFIGURAÇÕES DA SEÇÃO DE ECONOMIA DE CAPELINHA*/

#cafe-madeira{
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("https://raw.githubusercontent.com/brenosilvaweb/img-site-capelinhamg/refs/heads/main/IMAGEM%20CAPELINHA.png");    
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 3px;
}

#cafe-madeira h2{
    color: white;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 60px 0;
    font-size: 40px;
}


#cafe-madeira #cards2{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

#cafe-madeira .card2{
    width: 500px;
    margin-bottom: 100px;
    box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.199);
    margin: 10px;
    padding: 10PX;
    border-radius: 10px;

    backdrop-filter: blur(30px);
}

#cafe-madeira .card2 img{
    width: 300px;
    display: block;
    margin: 10px auto;

    filter: drop-shadow(0 0 12px rgba(16, 187, 1, 0.685))
}

#cafe-madeira .card2 h3{
    color: white;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 33px;
}

#cafe-madeira .card2 p{
    color: white;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    font-size: 17px;
    padding: 10px;
}


#mapa-capelinha{
    background: linear-gradient(135deg, #f9f9f9 0%, #eef2f3 100%);
    padding: 100px 0;
}

#mapa-capelinha h1{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 35px;
}

#mapa-capelinha p{
    font-size: 1.05rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto 50px;
    line-height: 1.6;
    width: 90%;
    text-align: center;
}

#mapa-capelinha iframe{
    width: 90%;
    height: 100vh;
    margin: auto;
    display: block;
}















footer {
  background: #1a1a1a;
  color: #fff;
  padding: 40px 20px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
}

.footer-col {
  flex: 1;
  min-width: 250px;
  margin: 10px;
}

.footer-logo {
  height: 60px;
  margin-bottom: 10px;
}

.footer-col h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #f1c40f;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin: 8px 0;
}

.footer-col ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #f1c40f;
}

#social-links a {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 10px;
  margin-bottom: 14px;
  color: white;
  text-decoration: none;
}

.social-links a:hover {
  color: #f1c40f;
}

.social-links a img{
  height: 30px;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #333;
  padding-top: 15px;
  font-size: 14px;
  color: #bbb;
}

/* Responsividade */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .social-links a {
    margin: auto;
  }
}
















































@media (max-width:880px){
    header {
        padding: 20px 40px;
    }
    main #bem-vindo{
        display: block;
        place-content: center;
    }

    main #bem-vindo #texto{
        height: max-content;
    }

    main #bem-vindo #foto{
        height: max-content;
    }

    main #bem-vindo #foto img{
        width: 90%;
        margin: auto;

    }
}