@import url('https://fonts.cdnfonts.com/css/utendo');

* {
      box-sizing: border-box;
    }

body {
      margin: 0;
      font-family: 'Utendo', sans-serif;
      color: #555;
      background-color: #fff;
    }

    .hero {
      background-color: #0C1E1D;
      padding: 4rem 2rem 2rem 2rem;
      text-align: center;
    }

    .hero h1 {
      font-size: 2.5rem;
      color: white;
      margin: 0;
    }

    .hero h2 {
      font-size: 1rem;
      color: #64D3A5;
      font-weight: 500;
      margin-top: 0.5rem;
    }

    .hero-image {
  max-width: 80%;
  width: 100%;
  height: 400px;
  margin: 2rem auto;
  display: block;
  object-fit: cover;
}

    .caption {
      font-size: 0.9rem;
      color: white;
      max-width: 800px;
      margin: 0 auto 2rem auto;
      text-align: center;
	  letter-spacing: 1px;
    }

    .content {
      display: flex;
      flex-wrap: wrap;
      padding: 2rem;
      max-width: 1200px;
      margin: 0 auto;
      gap: 2rem;
    }

    .column {
      flex: 1;
      min-width: 300px;
    }

    .highlight {
      font-weight: 800;
      font-size: 1.2rem;
      margin-top: 2rem;
    }

    @media (max-width: 768px) {
      .hero h1 {
        font-size: 1.8rem;
      }

      .hero h2 {
        font-size: 0.9rem;
      }
	  header {
        background: rgba(0, 0, 0, 0.5) !important;
	}
	  .hero {
		  padding: 7rem 2rem 2rem 2rem;
	  }	  
    }
	
.back-container {
            width: 100%;
            display: flex;
            justify-content: center;
            margin-top: 30px;
			margin-bottom: 30px;
        }
.back-button {
            padding: 12px 20px;
            background-color: #2c3e50;
            color: white;
            text-align: center;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
            transition: background-color 0.3s;
			z-index: 9999;
        }
.back-button:hover { background-color: #1a252f; }	

.nav-arrows {
  position: fixed;
  bottom: 40px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  z-index: 1000;
}

.arrow {
  background-color: #333;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.arrow:hover {
  background-color: #555;
}

.navigation-buttons {
  position: relative;
  bottom: 0px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  z-index: 1000;
  gap: 20px;
}

.navigation-buttons a {
  text-decoration: none;
  color: #000;
  background: #fff;
  border: 1px solid #aaa;
  padding: 10px 14px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: background 0.2s;
}

.navigation-buttons a:hover {
  background: #f0f0f0;
}

.highlight {
  margin-bottom: -10px;
}

.hero {
  /* Estilos existentes do seu hero section */
  text-align: center;
  margin: 0 auto;
}

.hero-dual-images {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 80%;
  margin: 2rem auto;
}

.hero-dual-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .hero-dual-images {
    flex-direction: row;
  }
  
  .hero-dual-image {
    height: 400px;
  }
}

.hero-video-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px; /* Cantos arredondados */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.hero-video {
  width: 100%;
  height: 450px;
  border: none;
  border-radius: 20px; /* Garante que o vídeo também tenha cantos arredondados */
  margin: 12px 0px 20px 0px;
}

.page-indicator {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  background: #fafafa;
  padding: 0px 8px;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  min-width: auto;
  text-align: center;
}

.navigation-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 20px 0;
}

.navigation-buttons a {
    background: #0c1e1d;
    color: #fff;
    border-radius: 8px;
    padding: 2px 10px;
    font-size: 1.1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    border: none;
    transition: transform .15s 
ease, background .2s;
    margin: 0px -10px 0px -10px;
}

.navigation-buttons a:hover {
  background: #13312f;
  transform: translateY(-2px);
}

@media only screen and (max-width: 768px) {
.hero-video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Proporção 16:9 */
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.navigation-buttons a {
    font-size: xx-large;   
    margin: 0px -10px 12px -10px;
}
.navigation-buttons {
    margin: 0px;
}
}