* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Playfair Display', serif;
  color: #2c2c2c;
  background-color: #2c3350; 
}

.navbar {
  background: #313C5D;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  position: relative;
}

.navbar ul {
  list-style: none;
  display: flex;
  gap: 40px;
  margin-left: auto;
}

.navbar a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: 'Playfair Display', serif;
}

.navbar a:hover {
  color: #ffffff;
  text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; 
  transition: all 0.3s ease;
}

.btn-contato:hover {
  box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff; 
  transition: all 0.3s ease;
}

.btn-contato {
  position: absolute;
  right: 30px;
  background: #fff;
  color: #313C5D !important;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
}

.hero {
  background: url("img/capa.png") center/cover no-repeat;
  height: 700px;
  position: relative;
}

.hero .overlay {
  background: rgba(255,255,255,0.1);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #2c3350;
}

.hero h1 {
  font-family: 'Style Script', cursive; 
  font-size: 100px;
  font-weight: 300;
  margin-bottom: 10px;
}

.hero p {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
}

.hero .linha {
  width: 300px;
  height: 3px;
  background: #2c3350;
  margin-top: 10px;
}

/* Hamburger Menu */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  transform: translateY(-50%);
  top: 25px;
  z-index: 1001;
}

.hamburger span {
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.navbar.active .hamburger span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.navbar.active .hamburger span:nth-child(2) {
  opacity: 0;
}
.navbar.active .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.navbar.active ul {
  transform: translateX(0);
}

/* ---------- SEÇÃO CONTATO ---------- */

.contato-section {
  background-color: #2c3350;
  padding: 100px 20px;
  font-family: 'Playfair Display', serif;
}

.contato-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.card-contato {
  background: #ffffff;
  width: 300px;
  padding:  60px 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
   min-height: 260px;
}

.card-contato:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.card-contato h3 {
  font-size: 28px;
  color: #2c3350;
  margin-bottom: 15px;
  font-family: 'Playfair Display', serif;
}

.card-contato p {
  font-size: 18px;
  color: #555;
  font-family: 'Playfair Display', serif;
}

.linha-card {
  width: 50px;
  height: 2px;
  background: #2c3350;
  margin: 15px auto 20px auto;
}

/* --------------------- RODAPÉ --------------------- */
.rodape {
  background-color: #ffffff;
  color: #313C5D;
  padding: 50px 20px 20px 20px;
  font-family: 'Playfair Display', serif;
}

.rodape-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}

.rodape-logo h2 {
  font-family: 'Style Script', cursive;
  font-weight: 250px;
  font-size: 36px;
  margin-bottom: 20px;
}

.rodape-links h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.rodape-links ul {
  list-style: none;
  padding: 0;
}

.rodape-links li {
  margin-bottom: 10px;
}

.rodape-links a {
  color: #313C5D;
  text-decoration: none;
  transition: color 0.3s;
}

.rodape-links a:hover {
  color: #313C5D;
  text-decoration: underline;
}

.rodape-redes {
  text-align: center; 
}

.social-icons {
  display: flex;
  justify-content: center; 
  gap: 20px; 
  margin-top: 10px;
}

.social-icons a {
  display: inline-block;
  text-decoration: none; 
}

.social-icons img {
  width: 40px;  
  height: 40px;
}

.rodape-contato p {
  margin: 5px 0;
  font-size: 16px;
}

.rodape-copy {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: #313C5D;
}

.rodape-credits {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}

.rodape-credits a {
  color: #313C5D;
  cursor: pointer;
  text-decoration: none;
}

.rodape-credits a:hover {
  color: #313C5D;
  text-decoration: underline;
}

.rodape-credits p {
  margin: 5px 0;
}


/* -------- MAPA -------- */

.mapa-section {
  background-color: #2c3350;
  padding: 40px 20px;
  text-align: center;
}

.mapa-container {
  max-width: 1100px;
  margin: 0 auto;
}

.mapa-box {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.mapa-box iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

@media (max-width: 768px) {

  .btn-contato {
    display: none;
  }

  /* Remove barra lateral */
  body, html {
    overflow-x: hidden;
    max-width: 100%;
  }

  /* Navbar */
  .navbar {
    padding: 15px 10px;
  }

  .navbar ul {
    gap: 15px;
  }

  .navbar a {
    font-size: 14px;
  }

  .btn-contato {
    right: 10px;
    padding: 8px 14px;
    font-size: 12px;
  }
/* Hamburger Menu */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 1001;
}

.navbar.active .hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1001;
}

.hamburger span {
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.navbar.active .hamburger span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.navbar.active .hamburger span:nth-child(2) {
  opacity: 0;
}
.navbar.active .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Menu completo full-screen */
.navbar ul {
  list-style: none;
  display: flex;
  gap: 40px;
  margin-left: auto;
  transition: transform 0.3s ease-in-out;
}

  .navbar ul {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #313C5D;
    gap: 32px;
    transform: translateY(-100%);
    z-index: 1000;
  }

  .navbar.active ul {
    transform: translateY(0);
  }

  /* Botão contato dentro do menu */
  .navbar ul li:last-child {
    margin-top: 20px;
  }

  .navbar ul li a {
    margin: 0;
  }

  .btn-contato {
    position: static;
    margin-top: 20px;
    background: #fff;
    color: #313C5D !important;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
  }

  

  .hamburger {
    display: flex;
  }

  /* Quando o menu estiver ativo */
  .navbar.active .btn-contato {
    display: inline-flex;
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1001;

    background: #fff;
    color: #313C5D !important;
    padding: 14px 26px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 500;
    text-decoration: none;
  }

/* Hero */
  .hero {
    height: 480px;
  }

  .hero h1 {
    font-size: 50px;
  }

  .hero p {
    font-size: 20px;
  }

  .hero .linha {
    width: 180px;
  }


/* Rodapé */
  .rodape-container {
    flex-direction: column;
    text-align: center;
  }

  .rodape-logo h2 {
    font-size: 28px;
  }

  .rodape-links h3 {
    font-size: 18px;
  }
}