@font-face {
  font-family: 'Calibri';
  src: url('../font/calibri-regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Calibri';
  src: url('../font/calibri-bold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'Mistral';
  src: url('../font/MISTRAL.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
button {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Calibri', sans-serif;
}
h1 {
  font-size: 67px;
  font-weight: 400;
  line-height: 75px;
  font-family: 'Calibri', sans-serif;
}
h2 {
  font-size: 68px;
  font-weight: 400;
}
p {
  font-family: 'Calibri', sans-serif;
  margin-bottom: 0;
  font-weight: 400 !important;
}
span,
strong {
  color: #3b1c16;
}
.valeska-span-main {
  margin-top: -33px;
  color: #f4752d;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-align: center;
  gap: 16px;
}

.valeska-span-main::after {
  content: '';
  display: inline-block;
  margin-top: 14px;
  width: 50px;
  height: 50px;
  background: url('/assets/images/icons/icon-coracao.png') no-repeat center /
    contain;
}
.title-nutri {
  color: #3b1c16;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-family: 'Mistral', cursive;
}
.valeska-span {
  margin-top: -33px;
  color: #3b1c16;
  font-size: 68px;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-align: center;
  gap: 16px;
}

.valeska-span::after {
  content: '';
  display: inline-block;
  margin-top: 14px;
  width: 45px;
  height: 45px;
  background: url('/assets/images/icons/icon-coracao.png') no-repeat center /
    contain;
}

.btn-primary {
  background-color: rgb(163, 238, 97);
  padding: 20px 26px;
  border-radius: 16px;
  color: #006130;
  border: none;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 20px;
  text-transform: uppercase;
}
.btn-primary:hover {
  background-color: #fff;
  color: #006130;
}
.btn-green {
  background-color: #006130;
  padding: 20px 26px;
  border-radius: 16px;
  color: #fff;
  border: none;
  transition: all 0.3s ease;
  font-size: 20px;
  text-transform: uppercase;
}
.btn-green:hover {
  background-color: rgb(163, 238, 97);
  color: #3b1c16;
}
.btn-enviar {
  background-color: #006130;
  border: none;
  padding: 8px;
  border-radius: 8px;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
}
.btn-enviar:hover {
  background-color: #82c349;
}
/* 1 section */
.bg-main {
  background-image: url('/assets/images/bg-primary.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 768px;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  display: flex;
}
.font-main {
  font-family: 'Mistral', cursive;
  color: #fff;
}
.container-primary {
  width: 1100px;
}
.grid-locations {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 40px auto;
}
.badges {
  background-color: #f4752d;
  padding: 10px 8px;
  text-align: center;
  border-radius: 12px;
  color: #ffffff;
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
/* 2 section */
.title-organico {
  color: #212529;
  font-size: 55px;
  width: 1070px;
}
.title-h3 {
  font-size: 50px;
  color: #212529;
}
.div-left {
  width: 584px;
}
.title-green {
  color: #016330;
  font-weight: 700 !important;
  font-size: 18px;
}
.card-depoimento {
  background-color: #006130;
  border-radius: 50px;
  color: #ffffff;
  width: 555px;
  padding: 10px 20px;
}
.text-card {
  padding: 20px;
  text-align: center;
}
.paragh-depoimento {
  font-weight: 400;
}
.top-div {
  margin-top: -55px !important;
  margin-bottom: 10px;
}
.div-depoimento {
  background-color: #f4752d;
  padding: 15px;
  color: #fff;
  border-radius: 20px;
  bottom: 0;
  position: absolute;
}
.bg-seco {
  background-image: url('/assets/images/bg-primary.webp');
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 10px;
}
.grid-experiences {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: center;
}
.box-experience {
  border: 1px solid #898989;
  border-radius: 47px;
  padding: 10px;
  background-color: #fff;
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 10px;
  text-align: center;
  flex-direction: column;
  transition: all 0.3s ease;
  height: 220px;
}
.box-experience h4 {
  font-size: 20px;
}
.box-experience:hover {
  background-color: #fff;
  color: #3b1c16;
}
.text-years {
  color: #fff;
  font-size: 100px;
  font-weight: 700;
}
.sub-title {
  margin-top: -20px;
  font-size: 48px;
  color: #fff;
  font-weight: 400 !important;
}
/* 3 section */
.nutri-h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.paragh-nutri {
  font-size: 17px;
  color: #666666;
  margin-bottom: 10px;
}
.img-main {
  width: 100%;
  height: 600px;
  border-radius: 74px;
}
/* 4 section */
.bg-pedidos {
  background-image: url('/assets/images/bg-primary.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 10px;
}
.swiper {
  width: 100%;
  margin: 50px auto;
}

.box-pedidos img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  margin-bottom: 15px;
}
.swiper-instagram {
  padding: 20px 0;
}

.swiper-slide-posts {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 9 / 12;
}

.swiper-slide-posts img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* controla altura do card */
.swiper-slide {
  height: 300px;
}
.box-pedidos {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.box-pedidos h4 {
  font-size: 22px;
  font-weight: 400 !important;
  color: #fff;
}

/* 5 section */
.title-instagram {
  width: 1000px;
  margin: 0 auto 60px auto;
  text-align: center;
  justify-content: center;
}
.title-instagram h2 {
  color: #3b1c16;
  font-size: 60px;
}
/* 6 section */
.div-map {
  background-image: url('/assets/images/frente-loja.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 748px;
  position: relative;
}
.titles-map {
  width: 600px;
  position: absolute;
  z-index: 10;
  height: 748px;
  align-items: center;
  justify-content: center;
  padding-left: 100px;
  padding-top: 450px;
}
.title-map {
  color: ef7340;
}
.card-map {
  width: 368px;
}
.map-btn {
  background-color: #82c349;
  border-end-end-radius: 16px;
  border-end-start-radius: 16px;
}
.btn-secondary {
  width: 100%;
  padding: 20px 26px;
  border-radius: 16px;
  color: #82c349;
  background-color: #fff;
  display: flex;
  gap: 10pxs;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 20px;
  border: none;
  text-transform: uppercase;
}
.btn-secondary:hover {
  background-color: #dddddd;
  color: #51362c;
}

/* 7 section */
.bg-green {
  background-image: url('/assets/images/bg-green.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 10px;
  position: relative;
}
.text-produtos-nutri {
  width: 374px;
  font-size: 46px;
  color: #666666;
  font-weight: 400;
  text-align: right;
}
.content-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.img-arrow {
  margin-top: -120px;
}
.container-saudavel h2 {
  font-size: 54px;
  text-align: center;
  color: #3b1c16;
}
.title-left {
  font-size: 46px;
  color: #666666;
}
.title-center {
  font-size: 127px;
  color: #3b1c16;
}
.title-com {
  background-color: #ef7340;
  padding: 20px 26px;
  border-radius: 16px;
  font-size: 20px;
  position: absolute;
  top: 37%;
  left: 39%;
  color: #ffffff;
}
.title-right {
  font-size: 30px;
  color: #666666;
  font-weight: 400;
}
.features-grid {
  margin: 50px auto;
  align-items: center;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  width: 900px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.feature-item h4 {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  position: relative;
  padding-left: 14px;
}

.feature-item h4::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f4752d;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.grid-items {
  margin: 60px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 90px;
  margin-top: 50px;
}
.itens {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cidade-title {
  color: #fff;
  font-size: 36px;
}

.btn-whatsapp {
  background-color: #82c349;
  padding: 20px 26px;
  border-radius: 16px;
  color: #fff;
  border: none;
  transition: all 0.3s ease;
  font-size: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
}
.btn-whatsapp:hover {
  background-color: #006130;
  color: #fff;
}
.bg-orange {
  background-color: #f4752d;
  height: 182px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* footer */
footer {
  background-color: #644332;
  padding: 80px auto;
  color: #ffffff;
}
.footer-title {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: start;
  justify-content: start;
  align-items: start;
  margin-bottom: 20px;
}
.btn-transparent {
  padding: 6px 10px;
  border-radius: 8px;
  background-color: #745647;
  color: #ffffff;
  display: flex;
  font-size: 16px;
  gap: 10px;
  align-items: center;
  border: 1px solid transparent;
  text-transform: uppercase;
}
.btn-transparent:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.title-desembale {
  color: #3b1c16;
  font-weight: 400;
  font-size: 70px;
}
.grid-produtos {
  width: 100%;
  margin: 60px 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 100px;
  margin-top: 50px;
}
.div-siga {
  padding-left: 40px;
}
@media (min-width: 1500px) {
  .container {
    max-width: 1380px !important;
  }
  .grid-produtos {
    width: 100%;
  }
}

@media (max-width: 1400px) {
  .grid-produtos {
    grid-template-columns: repeat(2, 2fr);
    gap: 20px;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .title-organico {
    width: 100%;
  }
  .grid-items {
    margin: 60px auto;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 20px;
    margin-top: 50px;
  }
  .div-left {
    width: 100%;
  }
  .title-desembale {
    color: #3b1c16;
    font-weight: 400;
    font-size: 60px;
  }
  .content-right {
    flex-direction: column;
    justify-content: end;
    align-items: end;
  }
  .img-arrow {
    display: none;
  }
  .card-depoimento {
    width: 100%;
    margin-top: 50px;
  }
  
}

@media (max-width: 1139px) {
  .title-organico {
    width: 100%;
  }
  .bg-main {
    padding: 100px 10px;
    height: auto;
  }
  .grid-items {
    width: 100%;
  }
  .grid-locations {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-experiences {
    grid-template-columns: repeat(2, 1fr);
  }
  .img-main {
    width: 100%;
    height: 100%;
  }
  .title-instagram {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .img-main {
    display: block;
  }
  h1 {
    font-size: 45px;
    line-height: 40px;
  }
  h2 {
    font-size: 35px;
  }
  .div-mapa-google {
    height: 400px;
  }
  .container-saudavel {
    width: 100%;
  }

  .features-grid {
    width: 500px;
    grid-template-columns: repeat(2, 1fr);
  }
  .cidade-title {
    text-align: center;
  }
  .bg-orange {
    height: 300px;
  }
  .title-desembale {
    font-size: 50px;
  }
  .title-h3 {
    font-size: 30px;
  }
  .title-organico {
    font-size: 35px;
  }
  .title-nutri {
    font-size: 45px;
    width: 100%;
  }
  .img-arrow {
    display: none;
  }
  .div-left {
    width: 100%;
  }
  .card-depoimento {
    margin-top: 50px;
  }
  .grid-produtos {
    width: 100%;
    margin: 60px 10px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 50px;
  }
  .div-siga {
    padding-left: 0px;
  }
  .card-depoimento {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .content-right {
    text-align: start;
    width: 100%;
    justify-content: start;
    align-items: start;
  }
  .text-produtos-nutri {
    width: 100%;
    text-align: start;
  }
}
@media (max-width: 550px) {
  .bg-main {
    width: 100%;
    height: auto;
    padding: 50px 10px;
  }
  .container-primary {
    width: 100%;
  }
  h1 {
    font-size: 30px;
  }
  .grid-locations {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 40px auto;
  }

  .grid-items {
    margin: 60px auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 2fr);
    gap: 20px;
    margin-top: 50px;
  }
  .div-depoimento {
    margin-top: -50px;
    position: relative;
  }
  .text-years {
    font-size: 60px;
    text-align: center;
  }
  .sub-title {
    font-size: 40px;
    margin-top: 0;
    text-align: center;
  }
  .grid-experiences {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    align-items: center;
  }
  .valeska-span {
    margin-top: 0;
    font-size: 40px;
  }
  .img-main {
    width: 100%;
    height: 100%;
  }
  .bg-pedidos h2 {
    font-size: 35px;
  }
  .title-instagram {
    width: 100%;
  }
  .title-instagram h2 {
    font-size: 35px;
  }
  .div-map {
    height: 500px;
  }
  .titles-map {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-left: 0;
    padding-top: 0;
    padding: 20px;
  }
  .card-map {
    width: 100%;
  }
  .bg-green {
    width: 100%;
  }
  .container-saudavel {
    width: 100%;
  }
  .title-center {
    font-size: 80px;
  }
  .title-com {
    left: 30%;
  }
  .title-left {
    text-align: center;
  }
  .title-right {
    text-align: center;
  }
  .features-grid {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .text-produtos-nutri {
    width: 100%;
    text-align: center;
  }
  .bg-orange {
    height: 250px;
  }

  h2 {
    font-size: 45px;
  }
  .text-produtos-nutri {
    font-size: 30px;
  }
  .title-desembale {
    text-align: center;
  }
  .title-h3 {
    font-size: 30px;
  }
  .card-depoimento {
    margin-top: 50px;
  }
  .div-siga {
    margin-top: 20px;
  }
  .content-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .swiper-slide-posts {
    width: 100%;
  }

  .swiper-slide-posts img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
}
