@import url('https://fonts.googleapis.com/css2?family=Marcellus:wght@400;700&family=Raleway:wght@400;500&display=swap');

body {
  font-family: 'Raleway', sans-serif !important;
  color: #251605;
  line-height: 1.6;
  background: #f8f8f8;
}

header {
  font-family: 'Marcellus', sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px;
  background: #e6e1c5;
}

html {
  scroll-behavior: smooth;
}

.hero h1 {
  font-family: 'Marcellus', sans-serif;
  text-align: left
}

.hero h2 {
  font-family: 'Raleway', sans-serif;
  text-align: left
}

.contato-titulo {
  text-align: center !important;
}

.hero form {
  text-align: center !important;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

nav {
  display: flex;
  gap: 15px;
}

.img-container {
  text-align: center;
  margin-top: 50px
}

.mapa-site {
  max-width: 720px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.section-divider {
  border-top: 5px solid #704e2e;
  margin: 0px 0;
}

.section-divider2 {
  width: 100%;
  border-top: 2px solid #704e2e;
  margin: 40px auto;
}

.form2 {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px; 
  z-index: 1000;
  display: inline-block;
  background-color: #679436;
  border-radius: 50%;
}

.whatsapp-button img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: transform 0.2s ease;
  display: block;
}

.whatsapp-button img:hover {
  transform: scale(1.1);
}

.multimidia {
  padding: 60px 20px;
  text-align: center;
  background: #f9f9f9;
}

.multimidia h2 {
  margin-bottom: 30px;
  font-size: 2em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 40px;
}

.video-container video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.carousel {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 40px auto 0;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel img {
  min-width: 100%;
  border-radius: 10px;
}

.carousel button {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1000;
}

.carousel .prev { left: 10px; }
.carousel .next { right: 10px; }

.whatsapp-btn {
  display: inline-block;
  background-color: #679436;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 40px;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: background 0.3s;
  margin-bottom: 40px;
}
.whatsapp-btn:hover {
  background-color: #fb8500;
}

.whatsapp-box {
  display: flex;
  align-items: center;
  justify-content: center;    
  gap: 10px;
  background: #679436;
  color: white;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  max-width: 300px;
  margin: 0 auto;
  text-align: center 
}
.whatsapp-box img {
  width: 30px;
  height: 30px;
  align-items: center;
  text-align: center 
}
.whatsapp-box:hover {
  background: #fb8500;
}

@media (max-width: 768px) {
  nav {
    display: none !important;
  }

  header .container,
  header.container {
    display: flex;
    justify-content: center !important;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo {
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    gap: 10px;
    margin: 0 auto !important;
    flex: 0 0 auto;
  }

  .logo img {
    margin: 0;
    height: 60px;
  }

  .logo-text {
    text-align: center;
    display: inline-block;
  }

    .mapa-site {
    max-width: 90%;
  }
}