@import url('https://fonts.googleapis.com/css2?family=Calistoga&family=Chango&family=Courgette&family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&family=Leckerli+One&family=Playwrite+NO&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=REM:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rufina:wght@400;700&family=Titan+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Calistoga&family=Chango&family=Courgette&family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&family=Grand+Hotel&family=Leckerli+One&family=Pattaya&family=Playwrite+NO&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=REM:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rufina:wght@400;700&family=Satisfy&family=Sevillana&family=Titan+One&display=swap');
:root {
    --color-light-green: #d5ffe2;
    --color-medium-green: #e11d48;
    --marron:#e11d48;
    --color-pale-green: #edfff2;
    --branco:#f5f9f4;
    --verde-medio:#e11d48;
    --verde-claro:#d2f2ff;
    --verde-cana:#FCEF8B;
    --amarelo:#FCEF8B;
    --verde: #B4BCB1;
    --azul-claro:#38c8ff;
    --creme: #fffbdb;
    --primary-color: #e11d48;
    --primary-hover: #be123c;
}

html, body {
    background-color: var(--creme);
    font-family: "Poppins", Verdana, Geneva, Tahoma, sans-serif;
    overflow-x: hidden; 
    width: 100vw; /* Use viewport width */
    max-width: 100%; 
    margin: 0; /* Remove default margins */
    padding: 0; /* Remove default padding */
    box-sizing: border-box; /* Include padding and border in element's total width and height */
}

* {
    box-sizing: border-box; /* Apply to all elements */
    margin: 0;
    padding: 0;
}


.navbar {
    width: 100%;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border-bottom: 1px solid rgba(213, 255, 226, 0.18);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.navbar-brand, .nav-link {
    color: var(--color-medium-green) !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 17px;
   
}

.nav-link:hover {
    color: var(--amarelo) !important;
    background-color: rgba(7, 96, 36, 0.1);
    transform: translateY(-2px);
  
}

.nav-link.active {
    color: white !important;
    background-color: var(--color-medium-green);
    box-shadow: 0 2px 5px rgba(0, 55, 17, 0.2);
    
}

.navbar-toggler {
    border-color: transparent;
    backdrop-filter: blur(8px);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(290, 200, 226, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.navbar.scrolled {
    background: var(--amarelo) !important;
    border-bottom: 1px solid rgba(213, 255, 226, 0.3);
   
}

.navbar.scrolled a{
   color: var(--color-medium-green) !important;  
}


.logo {
    position: absolute;
    z-index: 10;
    width: 50%; /* Ajuste o tamanho conforme necessário */
    height: auto;
    top: 100px; /* Ajuste negativo para sobrepor */
    margin-left: -160px; /* Posiciona à direita */
    transform: translateY(-50%);
    background:transparent; /* Fundo branco para dar destaque */
    padding: 10px;
    
}
.logo1 {
    position: relative;
    width: 70%; /* Ajuste o tamanho conforme necessário */
    height: auto;
    margin-left: -120px; /* Posiciona à direita */
    padding: 10px;
    
}
#heroTitle{
  margin-top: 150px;
  color: var(--amarelo);
  font-size: 3rem;
  font-family:"Poppins", Tahoma, sans-serif;
  margin-left: 10px;
  margin-right: 20px;
  text-align: center;
font-weight: bold;
  animation: slideIn 0.8s ease-in-out;
  
.animate-slide-in {
    animation: slideIn 0.8s ease-in-out;
  }

  @keyframes slideIn {
    from {
      transform: translateX(100%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
   
}

.text-p{
    color: #333;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: medium;
    font-weight: 1vw;
    
}

.logotext{
    font-size: 2rem;
    font-family: "Chango", serif;
    font-style: normal;
    font-optical-sizing: auto;
    color:var(--marron);
    font-weight: bold;

}

h2, h3{
    font-size: 3rem;
    font-family: "Poppins", serif;
    font-optical-sizing: auto;
    color:var(--marron);
    font-weight: bold;
    animation: slideIn 0.7s ease-in-out;

}

.animate-slide-in {
  animation: slideIn 0.7s ease-in-out;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

h3{
    font-size: 3rem;
    font-family: "Poppins", serif;
    font-optical-sizing: auto;
    color:var(--marron);
    font-weight: bold;
    animation: slideIn 0.7s ease-in-out;
}

.animate-slide-in {
  animation: slideIn 0.7s ease-in-out;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.fundosobre {
    background-color: var(--creme);
   
}

.fundo{
    background-color: var(--creme);
}

/* Certification Cards */
.certification-card {
    padding: 1.5rem;
    border-radius: 0.5rem;
    height: 100%;
    
}

.certification-card i {
    color: var(--primary-color);
}


.flip-card {
  background-color: transparent;
  width: 250px; /* Fixed width instead of 100% */
  height: 170px;
  perspective: 1000px;
  cursor: pointer;  
  margin-right:180px;
  margin-left: 150px; /* Even spacing around cards */
  display: inline-block; /* Allow cards to flow in a row */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%; /* Changed from 50% to 100% for full card height */
  backface-visibility: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.flip-card-front {
  background-color: var(--amarelo);
  display: flex; /* Added for centering content */
  align-items: center;
  justify-content: center;
}

.flip-card-back {
  background-color: var(--color-medium-green);
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.flip-card-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Add this container class to wrap your flip cards */
.flip-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}


.card-title{
    font-size: 1rem;
    font-family: "Poppins", serif;
    font-optical-sizing: auto;
    color:var(--color-medium-green);
    font-weight: bold;
    
}

.card-text{
    font-size: 1rem;
    font-family: "Poppins", serif;
    font-optical-sizing: auto;
    color:var(--color-medium-green);
    

}


h4{
    font-size: 1rem;
    font-family: "Poppins", serif;
    font-optical-sizing: auto;
    color:var(--marron);
    font-weight: bold;
    animation: slideIn 0.7s ease-in-out;
}

.animate-slide-in {
  animation: slideIn 0.7s ease-in-out;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.hero-section {
    position: relative;
    height: 100%; 
    width: 100%;
    overflow: hidden;
}
.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    background-image: url('../img/cilios1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;    
}

.logotipo{
    width: 10%;
    fill: currentColor;
    background: transparent;
}

/* Estilos do Carrossel de Depoimentos */
.testimonials {
    background-color: var(--color-medium-green);
    padding: 80px 0;
    
}

.testimonials h2 {
    color:var(--verde-cana);
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 50px;
}

.testimonial-card {
    background: white;
    padding: 30px;
    border-radius: 40px;
    margin: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 320px;

   
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.testimonial-content {
    display: flex;
    flex-direction: column;
    height: 45%;
}

.testimonial-stars {
    color: #ffd700;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.testimonial-text {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    margin-top: 15px;
   
}

.text-h5{
    margin-left: 120px;
}
.image-carousel{
    margin-bottom: 20px;
    width: 20%;
    border-radius: 50%;
    margin-top: -70px;
}
.author-info {
    flex-grow: 1;
    
}

.author-info h5 {
     color: #333;
    font-size: 1.1rem;
    margin-top: -30px;
    margin-left: 110px;
    font-weight: 600;
}

.author-info span {
    color: #888;
    margin-top: -110px;
    margin-left: 110px;
    font-size: 0.9rem;
}

/* Controles do Carrossel */
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.carousel-control-prev {
    left: -25px;
}

.carousel-control-next {
    right: -25px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: #f8f9fa;
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-size: 100%;
    filter: invert(1) grayscale(100);
}

/* Indicadores do Carrossel */
.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: #ddd;
    border: none;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.carousel-indicators button.active {
    background-color: #666;
    opacity: 1;
    width: 12px;
    height: 12px;
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.tab-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 9999px;
  background-color: white;
  color: #dc2626;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-button svg {
  width: 1.5rem;
  height: 1.5rem;
}

.tab-button:hover {
  background-color: #fee2e2;
}

.tab-button.active {
  background-color: #dc2626;
  color: white;
  transform: scale(1.05);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.content {
  display: none;
  text-align: center;
}

.content.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

.content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #1f2937;
}

.content p {
  font-size: 1.125rem;
  color: #4b5563;
  margin-bottom: 2rem;
}

.image-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

.image-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  .image-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.image-container {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  aspect-ratio: 4/3;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.image-container:hover img {
  transform: scale(1.05);
}

.overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.image-container:hover .overlay {
  opacity: 1;
}

.overlay span {
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
}

.qrcode{
  width: 30%;
}
/* Responsividade */
@media (max-width: 992px) {
    .testimonial-card {
        margin: 10px;
        padding: 20px;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
}

@media (max-width: 768px) {
  .logotext{
    font-size: 1.2rem;
    margin-left:-90px;
    font-family: "Chango", serif;
    font-style: normal;
    font-optical-sizing: auto;
    color:var(--marron);
    font-weight: bold;

   }
   .logotext {
    font-size: 1rem; /* Reduced font size */
    margin-right: 10px; /* Reduced margin */
    white-space: nowrap; /* Prevent text wrapping */
    overflow: hidden; /* Hide overflow */
    text-overflow: ellipsis; /* Add ellipsis for long text */
 }
  .testimonials {
        padding: 40px 0;
   }
    
   .testimonials h2 {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .testimonial-text {
        font-size: 0.9rem;
    }

    .testimonial-image {
        width: 50px;
        height: 50px;
    }

    .author-info h5 {
        font-size: 1rem;
    }

    .author-info span {
        font-size: 0.8rem;
    }
    .lead{
      color: #f5f9f4;
      font-size: 1rem;
      font-family: "verdana", serif;
      text-align: justify;
      margin-right: 15px;
    
    }
    .hero-section {
      position: relative;
      height: 300px;
      width: 100%;
      overflow: hidden;
    }
    .hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 300px;
      background-image: url('../img/cilios1.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;    
     }
     h2, h3{
    font-size: 1.5rem;
    font-family: "Poppins", serif;
    font-optical-sizing: auto;
    color:var(--marron);
    font-weight: bold;
    animation: slideIn 0.7s ease-in-out;
    }

   .animate-slide-in {
  animation: slideIn 0.7s ease-in-out;
   }

  @keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
  }
 .text-p{
  color: #333;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: medium;
  font-size: 4vw;
  margin: 0 40;
  overflow-wrap: break-word; /* Permite que palavras longas quebrem a linha */  
  word-break: break-word; /* Quebra palavras longas na linha se necessário */  
   }
   .certification-card{
    margin-top:-180px;
   }
   .flip-card{
    margin-left: 30px;

   }
   .tabs {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    margin-left: -50px;
  }
  
}

@media (max-width: 576px) {
     
    .testimonial-card {
        margin: 5px;
        padding: 15px;
    }
    .h4 {  
      font-size: 1.1rem; /* Reduzir o tamanho da fonte para tablets */  
  }
}

.hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, 
        rgb(206, 242, 247) 0%, 
        rgba(7, 22, 96, 0.5) 50%, 
        rgba(7, 96, 36, 0.1) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--color-light-green);
}

.btn-agendar-hero {
    background-color: var(--color-medium-green);
    color: var(--branco);
    padding: 15px 40px;
    border-radius: 30px;
    border: 2px solid var(--branco);
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 50px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-agendar-hero:hover {
    background-color: var(--amarelo);
    color:var(--marron);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.btn-agendar-hero:active {
    background-color: var(--color-dark-green);
    transform: translateY(1px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.btn-agendar-hero2 {
    background-color: var(--amarelo);
    color: var(--marron);
    padding: 15px 40px;
    border-radius: 30px;
    border: 2px solid var(--marron);
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 20px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-agendar-hero2:hover {
    background-color: var(--amarelo);
    color:var(--marron);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.btn-agendar-hero2:active {
    background-color: var(--amarelo);
    transform: translateY(1px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.booking-form {
    display: none;
    background: rgba(228, 252, 255, 0.95);
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 8px 32px rgba(7, 96, 36, 0.2);
    backdrop-filter: blur(10px);
    margin-top: -50px;
    position: relative;
    z-index: 3;
    animation: slideDown 0.5s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.success-message {
    display: none;
    background: var(--verde-cana);
    color:var(--marron);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
    animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #333;
    cursor: pointer;
}
.close-button:hover {
    color: #000;
}

.booking-form {
    background: rgba(237, 255, 242, 0.95);
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 8px 32px rgba(7, 96, 36, 0.2);
    backdrop-filter: blur(10px);
    margin-top: -50px;
    position: relative;
    z-index: 3;
}

.form-control {
    border: 1px solid var(--color-medium-green);
    padding: 10px 15px;
    padding-left: 40px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.form-group {
    position: relative;
}

.form-group i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-medium-green);
}

.btn-agendar {
    background: var(--color-medium-green);
    color: var(--color-light-green);
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-agendar:hover {
    background: var(--color-dark-green);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(7, 96, 36, 0.3);
}

/* Efeito vidro no menu mobile */
@media (max-width: 991.98px) {
    .navbar-collapse {
      width: 80%;
        background: rgba(7, 96, 36, 0.2);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 10px;
        margin-top: 10px;
        padding: 10px;
        border: 1px solid rgba(213, 255, 226, 0.18);
    }
}

.footer {
    background-image: url('../img/fundocarousel.jpg');
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    color: white;
    position: relative;
}


.footer-container {
    text-align: center;
    height: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .bi-facebook{
    font-size: 20px;
    margin-right: 10px;
}

.bi-facebook:hover{
    color: #3b5998; 
}

.bi-instagram {
    font-size: 20px;
    margin-right: 10px;
}

.bi-instagram:hover{
    color: #e1306c; 
}
.glass-card {
    background: rgba(180, 82, 57, 0.7);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.glass-card h4{
    font-size: 1.3rem;
    font-family: "Poppins", serif;
    font-optical-sizing: auto;
    color:var(--verde-cana);
    font-weight: bold;
    animation: slideIn 0.7s ease-in-out;

}
.social-links a {
    color: white;
    font-size: 24px;
    margin: 0 15px;
    transition: transform 0.3s;
}

.social-links a:hover {
    transform: scale(1.2);
    color: var(--verde-cana);
}

.bi {
    margin-right: 10px;
}

.qr-code {
    text-align: center;
}

.qr-code i {
    font-size: 100px;
}

  
.lead{
  color: #f5f9f4;
  font-size: 1rem;
  font-family: "verdana", serif;
  

}

.img-fluid {
    /* Efeitos de sombra e bordas */
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    width: 80%;
    
}

.img-fluid {
    filter: grayscale(50%); /* Adiciona um efeito de escala de cinza */
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}
.img-fluid:hover {
    /* Efeito de zoom ao passar o mouse */
    transform: scale(1.1);
}

.card{
    background: var(--amarelo);
    border-radius: 10px;
    border: 2px solid var(--marron);
            transition: transform 0.3s ease;
      }


/* Adicione este CSS para personalizar o estilo do carrossel */
.carousel-item {
    height: 350px;
    background-size: cover;
    background-position: center center;
   
  }

.carousel-inner img {
    width: 100px;
    height: 300px;
    object-fit: cover;
  }

/* Personalize as cores e fontes conforme necessário */
.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.img-circular img {    
    width: 100px;
    height: 100px;
    border-radius: 50%;
   
  }
h2.animate-slide-in, h3 {
    animation: slideIn 0.5s ease-in-out;
  }

.animate-slide-in {
    animation: slideIn 0.5s ease-in-out;
  }

  @keyframes slideIn {
    from {
      transform: translateX(100%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
  }

.btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
  }

.form-control {
    border: 1px solid #ced4da;
   
  }

.input-group-text {
    margin-bottom: 15px;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
  }

.img-fluid {
    max-width: 100%;
    height: auto;
  }

.bi-envelope-fill{
    color:var(--color-medium-green);
    font-size: 20px;
    
}


@media (max-width: 768px) {    
    .btn{
        margin-bottom: 180px;
        margin-right:  50px;

    }
    .hero-section{
        padding-bottom: 80px;
    }
    
    .nav-link.active {
        color: white !important;
        background-color: var(--color-dark-green);
        box-shadow: 0 2px 5px rgba(0, 55, 17, 0.2);
        width: 30%;
        padding-left: 20px;
        
    }
    .nav-link:hover {
        color: var(--color-dark-green) !important;
        background-color: rgba(7, 96, 36, 0.1);
        transform: translateY(-2px);
    }
    .img-fluid{
        margin-top: 10px;
        margin-left: 5px;
    }
    #heroTitle{
      margin-top: 350px;
      color: var(--amarelo);
      font-size: 1.5rem;
      font-family:"Poppins", Tahoma, sans-serif;
      margin-left: 10px;
      margin-right: 20px;
      text-align: justify;
    font-weight: bold;
      animation: slideIn 0.8s ease-in-out;
      
    .animate-slide-in {
        animation: slideIn 0.8s ease-in-out;
      }
    
      @keyframes slideIn {
        from {
          transform: translateX(100%);
          opacity: 0;
        }
        to {
          transform: translateX(0);
          opacity: 1;
        }
      }
       
    }
    .carousel-item {
      height: 325px;
      width: 85%;
      background-size: cover;
      background-position: center center;
     
    }
     
}

/* Background para demonstração do efeito vidro */


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    10footer0% {
        background-position: 0% 50%;
    }
}

@media (max-width: 991.98px) {
  .navbar {
      width: 100vw; /* Use viewport width */
      max-width: 100%; /* Ensure it doesn't exceed screen width */
      margin-left: 0;
      margin-right: 0;
      padding-left: 15px;
      padding-right: 15px;
      box-sizing: border-box; /* Include padding in width calculation */
  }

  .navbar-collapse {
      width: 100%; /* Full width */
      max-width: 100%; /* Prevent overflow */
      margin: 0;
      padding: 0;
  }
  .navbar-collapse {
    background: rgba(7, 96, 36, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid rgba(213, 255, 226, 0.18);
   }

  .container {
      width: 100%; /* Full width container */
      max-width: 100%; 
      padding-left: 15px;
      padding-right: 15px;
  }
}