.navigation-wrapper {
  display: contents;
}
 
.navigation-container1 {
  display: contents;
}
 
.navigation-container2 {
  display: none;
}
 
.navigation-container3 {
  display: contents;
}
 
.navigation-container4 {
  display: none;
}
 
.navigation-container5 {
  display: contents;
}
 
.navigation-image {
  width: 200px;
  object-fit: cover;
}
 
.navigation-navigation-toggle-icon1 {
  top: 50%;
  left: 50%;
  display: flex;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s var(--animation-curve-primary),
      transform 0.3s var(--animation-curve-primary);
  align-items: center;
  justify-content: center;
}
 
.navigation-navigation-toggle-icon2 {
  top: 50%;
  left: 50%;
  display: flex;
  opacity: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s var(--animation-curve-primary),
      transform 0.3s var(--animation-curve-primary);
  align-items: center;
  justify-content: center;
}
 
.navigationroot-class-name {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: var(--color-secondary-700);
}

.footer-wrapper {
  display: contents;
}
 
.footer-container1 {
  display: contents;
}
 
.footer-container2 {
  display: none;
}
 
.footer-container3 {
  display: contents;
}
 
.footer-container4 {
  display: none;
}
 
.footer-container5 {
  display: contents;
}
 
.footer-container6 {
  display: none;
}
 
.footer-container7 {
  display: contents;
}
 
.footer-link25 {
  text-decoration: underline;
}

.home-container1 {
  width: 100%;
  display: block;
  min-height: 100vh;
}
 
.home-container2 {
  display: none;
}
 
.home-container3 {
  display: contents;
}
 
.home-container4 {
  display: none;
}
 
.home-container5 {
  display: contents;
}
 
.home-hero-content {
  height: 563px;
}
 
.home-hero-title {
  padding-top: 10px;
}
 
.home-text10 {
  font-size: 160px;
}
 
.home-text11 {
  font-size: 3rem;
  font-weight: 700;
}
 
.home-text12 {
  color: var(--color-primary);
  font-size: 3rem;
  font-weight: 700;
}
 
.home-text13 {
  font-size: 2rem;
  font-weight: 700;
}
 
.home-text15 {
  font-size: 1.7rem;
}
 
.home-text16 {
  color: var(--color-primary);
  font-size: 1.7rem;
  font-weight: var(--font-weight-semibold);
}
 
.home-text17 {
  font-size: 1.7rem;
}
 
.home-text19 {
  font-style: normal;
  font-weight: 700;
}
 
.home-btn1 {
  text-decoration: none;
}
 
.home-btn2 {
  text-decoration: none;
}
 
.home-image1 {
  width: 100%;
  object-fit: cover;
}
 
.home-btn3 {
  text-decoration: none;
}
 
.home-sobre-text {
  width: 635px;
}
 
.home-text24 {
  font-style: normal;
  font-weight: 700;
}
 
.home-image3 {
  width: 100%;
}
 
.home-form-group5 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.home-whatsapp-float {
  background-color: #018023;
}
 /*
.home-container6 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
} */

.home-container6 {
  right: 50px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  /* Branco com transparência */
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(58, 122, 183, 0.3);
  /* Azul Principal com transparência */
  min-height: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(59, 122, 183, 0.8);
  /* Azul Principal com transparência */
}
 
.home-icon208 {
  width: 24px;
  margin-right: 4px;
}
 
.home-text41 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
