@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap");
:root {
  --body-color: #ffffff;
  --back-color: #e6decf;
  --font-color: #155D44;
  --savanna-bg: #e9bf8b;
  --beach-bg: #e7dfcf;
  --glacier-bg: #b6d6c8;
  --coral-bg: #e86357;
  --arrow-fill: #333231;
  --body-font: "Montserrat", sans-serif;
  --italic-font: "EB Garamond", serif;
}

* {
  box-sizing: border-box;
  outline: none;
}

img {
  max-width: 100%;
}

h1,
h2,
h3 {
  margin: 0;
}

body {  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px;
}

.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
  background-color: var(--back-color);
  position: relative;
}

.logo {
  /* width: 116px; */
  width: 222px;
  height: 73px;
  /* position: absolute;
  left: 99px;
  top: -0.5px; */
}

.header {
  display: flex;
  align-items: center;
  height: 62px;
  width: 100%;
  white-space: nowrap;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(44, 45, 42, 0.25);
  position: sticky;
  top: 0;
  left: 0;
  background-color: var(--beach-bg);
  z-index: 6;
  padding: 0 2%;  
}
.header-menu {  
  display: flex;
  align-items: center;
  gap: 29.7px;
  padding: 2%;
  /* padding: 90px; */
  margin-top: 10px;
}

.header-menu a {
  color: #2C2D2A;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 17.25px;
  text-decoration: none;
  font-weight: 500;
}
.header-button {
  width: 215px;
  height: 41px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #155D44;
  cursor: pointer;

  color: #FFF;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.25px; /* 86.25% */
}


.hamburger {
  display: none;
  cursor: pointer;
  padding-left: 30%;
}
.bar {
  width: 25px;
  height: 3px;
  background-color:#155D44;
  margin: 6px 0;
}


.button-center {
  width: 50%;
  height: 41px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #155D44;
  cursor: pointer;

  color: #FFF;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.25px; /* 86.25% */
}

.section-header {
  display: flex;
 /*  height: 500px; */
  height: 456px;
  padding: 42px 0 30px 0px;
  align-items: flex-start;
  /* gap: 120px */;
  gap: 75px;
  /* left: 106px; */
  bottom: 24.5px;
  padding: 0 126px;
}
.section-white {
  display: flex;
  background-color: #fff;
  /* height: 573px; */
  height: auto;
  /* padding: 42px 0 30px 0px; */
  align-items: flex-start;
  gap: 120px;
  bottom: 24.5px;
  /* padding: 0 30px; */
}
.section {
  display: flex;
  height: 573px;
  /* padding: 42px 0 30px 0px; */
  align-items: flex-start;
  gap: 120px;
  bottom: 24.5px;
  /* padding: 0 30px; */
}
.section-album {    
  margin: -34px 0 -10px;
}
.section-center {
  /* height: 500px; */
  
  height: auto;
  padding: 42px 0 30px 0px;
  text-align: center;
}
.section-footer {
  /* height: 300px; */
  height: auto;
  padding: 42px 0 30px 0px;
  text-align: center;
}
.section-center-white {
  background-color: #fff;
  height: 130px;
  padding: 42px 0 30px 0px;
  text-align: center;
}
.section-center-white-dep{
  background-color: #fff;
  /* height: 530px; */
  height: auto;
  padding: 42px 0 30px 0px;
  text-align: center;
}
.section-quem {
  display: flex;
  height: 665px;
  align-items: flex-start;
  gap: 120px;
  bottom: 24.5px;
}
.section-center-white-frase {
  background-color: #fff;
  height: 230px;
  padding: 95px 108px 30px 108px;
  text-align: center;
  background-image: url("images/pexels-irina-iriser-1408199.jpg");
/* mix-blend-mode: multiply; */
  background-size: cover;
  background-repeat: no-repeat; 
  background-position: center;
  background-attachment: fixed;
}
.section-center-white-frase::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: lightgray; /* Cor de fundo caso a imagem seja transparente */
  mix-blend-mode: multiply;
  z-index: -1; /* Coloca o pseudo-elemento atrás de todo o conteúdo */
}
.section-center-white-frase p{
  font-family: var(--italic-font);
  font-style: italic;
  color: #FFF;
  font-weight: 400;
  font-size: 32px;
  margin-top: 14px;
  margin-bottom: 60px;
  transition-delay: 0.4s;
}
.left-side {
  display: flex;
  height: 399px;
  max-width: 620px;
  padding-bottom: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.right-side {
  /* padding: 130px 71px; */
      padding: 110px 71px;
}
.rigth-side-header {
  z-index: 1;
}

.floresheader {
  margin-top: -91px;
}
.img-flores {
  max-width: 498px;
}
.img-album-flores {
    max-width: 100%;
    max-height: 400px;
}


.flex-content {
  display: flex; 
  padding: 30px 86px;
  justify-content: space-between;
}
.flex-content i {
  font-size: 40px;
  color: #0b0b0b;
}
.flex-item {
  flex-basis: 30%;
  margin: 5px;
}

.flex-title {
  color: #155D44;
text-align: center;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 700;
}
.flex-text {
  color: #000;
text-align: center;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 400;
}
.flex-title-plan {
  color: #155D44;
text-align: center;
font-family: Montserrat;
font-size: 28px;
font-style: normal;
font-weight: 900;
line-height: 0;
}
.flex-text-plan {
  color: #000;
text-align: center;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 0;
}
.flex-text-pp {
  color: #000;
text-align: center;
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 900;
line-height: 0;
}

.coluna-grid {
  display: grid; 
  grid-template-columns: repeat(6, 1fr); 
  grid-gap: 0px; 
}


.comentario {
  flex-basis: calc(33.33% - 20px);
}
.quadrado {
  border: 1px solid #ccc; 
  padding: 10px; 
  background-color: #ded2ba;
  border-radius: 10px; 
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.flex-text-com {
  color: #000;
  text-align: justify;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.flex-title-com {
  color: #2C2D2A;
text-align: center;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 700;
}





/* 
.mySwiper {
  display: flex;
  flex-grow: 1;
  position: relative;
}

.main {
  padding: 42px 0 30px;
  display: flex;
  flex-grow: 1;
  position: relative;
}
@media screen and (max-width: 930px) {
  .main {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
}
.main-header {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 600;
  transition-delay: 0.2s;
} */
.main-title {
  font-family: var(--italic-font);
  font-size: 100px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 1em;
  transition-delay: 0.3s;
}
.main-title-flex{
  font-family: var(--italic-font);
  font-size: 80px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 1em;
  transition-delay: 0.3s;}

.main-subtitle {
  font-family: var(--italic-font);
  font-weight: 400;
  font-size: 32px;
  margin-top: 14px;
  margin-bottom: 60px;
  transition-delay: 0.4s;
}
.main-content__subsubtitle {
  font-family: var(--italic-font);
  font-weight: 400;
  font-size: 13px;
  margin-top: 110px;
  transition-delay: 0.4s;
}
.main-content__subtext {
  font-family: var(--italic-font);
  font-weight: 400;
  font-size: 16px;
  transition-delay: 0.4s;
}
.main-content__title {
  font-size: 39.5px;
  font-family: var(--italic-font);
  font-style: italic; 
  margin-bottom: 14px;
  transition-delay: 0.2s;
}
.main-content__subtitle {
  font-size: 18.5px;
  line-height: 1.5;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
  transition-delay: 0.3s;
  font-family: Montserrat;
}
.main-content__subtitle-header {
  font-size: 16.5px;
  line-height: 1.5;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
  transition-delay: 0.3s;
  font-family: Montserrat;
}

.main-content .more-menu {
  font-size: 17px;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition-delay: 0.4s;
  font-family: Montserrat;
}
.main-content .more-menu svg {
  width: 28px;
  height: 18px;
  margin-left: 10px;
}



@media screen and (max-width: 1300px) {
  .floresheader {
    max-width: 140%;
  }
}
@media screen and (max-width: 930px) {
 /*  .main-content .more-menu {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) { */
   .header-menu {
    display: none;
   }
   
   .header-menu.show {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    background-color: #e7dfcf;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 10px;
    padding-right: 45px;
    position: absolute;
    top: 80%;
    left: 0;
    align-items: flex-end;
  }
 
   .header-menu a {
    display: block;
    text-align: center;
    padding: 0;
    text-decoration: none;
}
   .hamburger {
       display: block;    
       padding-left: 30%;
   }
 
  .header .header-button {
     display: none;
   }
   
  .section-header {
    flex-direction: column;
    height: auto; 
    gap: 0px;
    padding: 0 67px;
  }
   
  .section {
    flex-direction: column;
    height: auto; 
    gap: 0px;
  }
  .section-center-white-frase {
    padding: 0px;
}

  .section-center-white-frase p {
    font-size: 22px;
    margin-top: 63px;
    background-position: bottom;
    background-attachment: fixed;
}
  .section-quem {    
    flex-direction: column;
    height: auto; 
    gap: 0px;
  }
  .section-quem .right-side {
    padding-top: 137px;
}

.flex-text-com {
  text-align: center;
}

  .main-content__subsubtitle {
    margin-top: 0px;
  }
  .section .right-side {
    padding-top: 67px;
}
  
  .section-white {
    flex-direction: column;
    height: auto; 
  }
  .left-side {
    max-width: 100%; 
    padding-bottom: 30px;
    align-items: center;
  }
  .right-side {
    padding: 30px; 
  }
  .img-flores {    
    max-width: 100%;
    height: auto; 
  }
  .floresheader {
    max-width: 400%;
    margin-top: -404px;
    /* margin-left: -120px; */
    opacity: 30%;
  }
  .flex-content {
    padding: 26px 29px;
    flex-direction: column;
  }
  .flex-text {
    font-size: 16px;
  }
  .main-title {
    font-family: var(--italic-font);
    font-size: 60px;
    font-weight: 400;
    margin-top: 50px;
    line-height: 1em;
    transition-delay: 0.3s;
}

.button-center {
  width: 80%;
  line-height: 24.25px;
  height: 100%;
}
.main-content__title {
  font-size: 22.5px;
  font-family: var(--italic-font);
  font-style: italic;
  margin-bottom: 14px;
  transition-delay: 0.2s;
}
.main-content__subtitle {
  font-size: 12.5px;
  line-height: 1.5;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
  transition-delay: 0.3s;
  font-family: Montserrat;
}

  .main-content__subtitle-header {
    font-size: 14.5px;
    line-height: 1.5;
    margin-bottom: 24px;
    letter-spacing: -0.01em;
    transition-delay: 0.3s;
    font-family: Montserrat;
}
.main-content .more-menu {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition-delay: 0.4s;
  font-family: Montserrat;
 /*  margin-top: -24px; */
}

.comentario {
  margin-bottom: 10px;
}
}

@media (max-width: 575px) {
  .header {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}


@media (max-width: 480px) {
  .container {
    height: 100%;
    max-height: 100%;
  }

  body {
    padding: 0;
  }

  .button-long {
    height: 90px;
  }
}




/* 
.center {
  display: flex;
  margin-left: 120px;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 930px) {
  .center {
    margin-left: 0;
    margin-bottom: 56px;
  }
}
.center .bottle-bg {
  width: 320px;
  height: 450px;
  object-fit: cover;
  border-radius: 160px;
}
@media screen and (max-width: 930px) {
  .center .bottle-bg {
    width: 260px;
    height: 390px;
  }
}
@media screen and (max-width: 575px) {
  .center .bottle-bg {
    width: 220px;
    height: 340px;
  }
}
.center .bottle-img {
  position: absolute;
  top: 25%;
  left: 0;
  transform: scale(1.6);
}

.swiper-pagination {
  position: absolute;
  right: 30px;
  left: auto;
  top: 100px;
  width: auto;
  bottom: auto;
  z-index: 2;
  font-size: 14px;
  font-family: var(--body-font);
  font-weight: 500;
}

.button-wrapper {
  position: absolute;
  right: 30px;
  bottom: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 930px) {
  .button-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    padding: 0 60px;
  }
}
@media screen and (max-width: 575px) {
  .button-wrapper {
    padding: 0 20px;
  }
}
.button-wrapper svg {
  width: 28px;
}
.button-wrapper .swiper-button {
  border: 1px solid var(--body-color);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, var(--body-color) 40%, transparent 0%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.button-wrapper .swiper-button + .swiper-button {
  margin-left: 16px;
}
@media screen and (max-width: 930px) {
  .button-wrapper .swiper-button + .swiper-button {
    margin-left: 0;
  }
}
.button-wrapper .swiper-button:hover {
  background-color: var(--body-color);
  background-position: left bottom;
}
.button-wrapper .swiper-button:hover svg {
  stroke: #fff;
}
.button-wrapper .swiper-prev-button {
  background: linear-gradient(to left, var(--body-color) 40%, transparent 0%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all 0.3s ease-out;
}
.button-wrapper .swiper-prev-button svg {
  transform: rotate(-180deg);
}
.button-wrapper .swiper-prev-button:hover {
  background-position: right bottom;
}

.swiper-slide {
  opacity: 0 !important;
  transition: 0.4s;
}
.swiper-slide-active {
  opacity: 1 !important;
}

.swiper-slide .main-wrapper > *,
.swiper-slide .main-content > * {
  transform: translateY(-30px);
  opacity: 0;
  transition-duration: 0.8s;
}

.swiper-slide-active .main-wrapper > *,
.swiper-slide-active .main-content > * {
  transform: none;
  opacity: 1;
}

.swiper-slide .bottle-bg {
  transition-duration: 0.6s;
  opacity: 0;
  object-position: 60%;
}

.swiper-slide-active .bottle-bg {
  opacity: 1;
  transform: none;
  object-position: 50%;
}

.swiper-slide .bottle-img {
  transition-duration: 0.8s;
  transform: scale(1.2);
  opacity: 0;
}

.swiper-slide-active .bottle-img {
  opacity: 1;
  transform: scale(1.6);
}

[data-sld="1"] .container,
[data-sld="1"] .header {
  background-color: var(--savanna-bg);
}

[data-sld="2"] .container,
[data-sld="2"] .header {
  background-color: var(--glacier-bg);
}

[data-sld="3"] .container,
[data-sld="3"] .header {
  background-color: var(--coral-bg);
} */