@font-face {
  font-family: "Gopher";
  src: url("/wp-content/themes/benjamin/assets/fonts/gopher/Gopher-Bold.otf") format("opentype"), url("/wp-content/themes/benjamin/assets/fonts/gopher/Gopher-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Gopher-Regular";
  src: url("/wp-content/themes/benjamin/assets/fonts/gopher/Gopher-Regular.otf") format("opentype"), url("/wp-content/themes/benjamin/assets/fonts/gopher/Gopher-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Mackay-Regular";
  src: url("/wp-content/themes/benjamin/assets/fonts/mackay/Mackay-Regular.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Mackay-Medium";
  src: url("/wp-content/themes/benjamin/assets/fonts/mackay/Mackay-Medium.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Mackay-Bold";
  src: url("/wp-content/themes/benjamin/assets/fonts/mackay/Mackay-Bold.otf") format("opentype");
  font-display: swap;
}
.wpcf7-spinner {
  display: none !important;
}

form.sent .wpcf7-response-output {
  margin-top: 8px !important;
  background-color: #B6DBCC !important;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

main {
  overflow: hidden;
}

.super-title-logo {
  position: relative;
}
.super-title-logo::before {
  position: absolute;
  content: "";
  top: -1px;
  right: -13px;
  width: 16px;
  height: 17px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none"%3E%3Cpath d="M7.93097 0.5C8.23669 2.59116 9.0158 4.44974 10.57 5.91414C12.0907 7.34504 13.8402 8.31473 16 8.3778C11.4398 9.18785 8.69035 11.7934 7.91126 16.5C7.14203 11.8013 4.38659 9.19771 0 8.4251C4.44379 7.74316 7.09073 5.05482 7.93097 0.501971V0.5Z" fill="%23FF632C"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: contain;
}

.wpcf7-not-valid {
  border: 1px solid red !important;
}

.wpcf7-not-valid::-moz-placeholder {
  color: red !important;
}

.wpcf7-not-valid::placeholder {
  color: red !important;
}

.page-redirect {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 32px;
  padding: 32px 0;
  min-height: 100vh;
}
.page-redirect h1,
.page-redirect h2,
.page-redirect h3,
.page-redirect h4,
.page-redirect h5,
.page-redirect h6 {
  color: #7f554e;
  text-align: center;
  font-family: Gopher;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (min-width: 992px) {
  .page-redirect h1,
  .page-redirect h2,
  .page-redirect h3,
  .page-redirect h4,
  .page-redirect h5,
  .page-redirect h6 {
    font-size: 60px;
  }
}
.page-redirect .loading {
  display: block;
  max-width: 600px;
  width: 100%;
  max-height: 428px;
  -o-object-fit: contain;
     object-fit: contain;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
span {
  margin: 0;
  text-decoration: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none !important;
  cursor: pointer;
}

.container-fluid-custom {
  padding: 0 16px;
  overflow: hidden;
}

.container-custom {
  padding: 0;
}

@media screen and (min-width: 992px) {
  .container-fit-custom {
    padding: 0 100px;
  }
}

@media screen and (min-width: 992px) {
  .container-mid-custom {
    padding: 0 50px;
  }
}

.menta {
  background-color: #b6dbcc;
  margin-bottom: 64px;
}
.menta .swiper-depoimentos-button-prev,
.menta .swiper-depoimentos-button-next {
  background-color: #ff632c;
}
.menta .swiper-depoimentos-button-prev svg path,
.menta .swiper-depoimentos-button-next svg path {
  fill: #fff;
}

.branco {
  background-color: #fff;
}
.branco .swiper-depoimentos-button-prev,
.branco .swiper-depoimentos-button-next {
  background-color: #fff;
  border: 2px solid #777e90;
}
.branco .swiper-depoimentos-button-prev svg path,
.branco .swiper-depoimentos-button-next svg path {
  fill: #777e91;
}

.btn-green {
  background: #7f554e;
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  border-radius: 90px;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  border: 1px solid #7f554e !important;
}

.btn-laranja {
  background: #9ebbab;
  border: 2px solid #ff632c !important;
  border-radius: 90px;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  text-decoration: none;
}

.btn-branco {
  border: 1px solid #ff632c;
  background: #fff;
  border-radius: 90px;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-decoration: none;
}

.container-modal-promo {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.container-modal-promo #flutuantes-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /* A altura da tela */
  overflow: hidden;
}
.container-modal-promo #flutuantes-container .flutuante {
  position: absolute;
  animation: cair 10s linear infinite;
  -o-object-fit: contain;
     object-fit: contain;
}
@keyframes cair {
  0% {
    transform: translateY(-150vh) rotate(-45deg);
  }
  100% {
    transform: translateY(120vh) rotate(45deg);
  }
}
.container-modal-promo .modal-promo {
  width: 90%;
  max-width: 809px;
  min-height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 69px 24px 24px 24px;
  gap: 24px;
  overflow: hidden;
  border-radius: 20px;
  background: #f4eed3;
}
.container-modal-promo .modal-promo .fechar-modal {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.container-modal-promo .modal-promo .fechar-modal::after {
  content: "";
  width: 90%;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, 85%) rotate(-45deg);
  background-color: black;
}
.container-modal-promo .modal-promo .fechar-modal::before {
  content: "";
  width: 90%;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 40%;
  transform: translate(-50%, -80%) rotate(45deg);
  background-color: black;
}
.container-modal-promo .modal-promo .marca {
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 198.588px;
  height: 45.34px;
  flex-shrink: 0;
}
.container-modal-promo .modal-promo .titles {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.container-modal-promo .modal-promo .titles .title h1,
.container-modal-promo .modal-promo .titles .title h2,
.container-modal-promo .modal-promo .titles .title h3,
.container-modal-promo .modal-promo .titles .title h4,
.container-modal-promo .modal-promo .titles .title h5,
.container-modal-promo .modal-promo .titles .title h6 {
  color: #000;
  text-align: center;
  font-family: Gopher-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
}
.container-modal-promo .modal-promo .titles .subtitle h1,
.container-modal-promo .modal-promo .titles .subtitle h2,
.container-modal-promo .modal-promo .titles .subtitle h3,
.container-modal-promo .modal-promo .titles .subtitle h4,
.container-modal-promo .modal-promo .titles .subtitle h5,
.container-modal-promo .modal-promo .titles .subtitle h6 {
  color: #7f554e;
  text-align: center;
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
}
.container-modal-promo .modal-promo .form-promo {
  width: 100%;
}
.container-modal-promo .modal-promo .form-promo .wpcf7-form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.container-modal-promo .modal-promo .form-promo .wpcf7-form .wpcf7-not-valid-tip {
  color: red;
}
.container-modal-promo .modal-promo .form-promo .wpcf7-form .line {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.container-modal-promo .modal-promo .form-promo .wpcf7-form .line span {
  width: 100%;
  padding: 0;
}
.container-modal-promo .modal-promo .form-promo .wpcf7-form .line span input {
  width: 100%;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 39px;
  border: 1px solid #ff632c;
  background: #fff;
}
.container-modal-promo .modal-promo .form-promo .wpcf7-form span {
  width: 100%;
  padding: 0;
}
.container-modal-promo .modal-promo .form-promo .wpcf7-form span input {
  width: 100%;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 39px;
  border: 1px solid #ff632c;
  background: #fff;
}
.container-modal-promo .modal-promo .form-promo .wpcf7-form .line-button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  gap: 8px;
}
.container-modal-promo .modal-promo .form-promo .wpcf7-form .line-button .wpcf7-acceptance .wpcf7-list-item label {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.container-modal-promo .modal-promo .form-promo .wpcf7-form .line-button .wpcf7-acceptance .wpcf7-list-item label input.aceite {
  border-radius: 3px;
  border: 1px solid #ff632c;
  background: #fff;
  width: 16px;
  height: 16px;
  align-self: center;
  margin: 12px;
}
.container-modal-promo .modal-promo .form-promo .wpcf7-form .line-button .wpcf7-acceptance .wpcf7-list-item label span {
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Gopher-Regular;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.container-modal-promo .modal-promo .form-promo .wpcf7-form .line-button .wpcf7-submit {
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 42px;
  background: #9ebbab;
  border: none;
  outline: none;
  color: #fff;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Gopher;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  width: 100%;
}
.container-modal-promo .modal-promo .form-promo .wpcf7-form .wpcf7-response-output {
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Gopher;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.container-modal-promo .modal-promo .form-promo .screen-reader-response {
  display: none;
}

.show {
  display: flex !important;
}

.wpcf7-not-valid-tip {
  color: red;
}

.container-nav {
  background-color: #fff;
  display: none;
}
.container-nav .nav-breadcrumb ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.container-nav .nav-breadcrumb ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7f554e;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Gopher-Regular;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.container-nav .nav-breadcrumb ul li a,
.container-nav .nav-breadcrumb ul li .separador {
  color: #7f554e;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Gopher-Regular;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (max-width: 992px) {
  .container-nav.nav-produtos {
    background-color: #fff;
  }
}

@media screen and (min-width: 992px) {
  .container-nav {
    display: none;
  }
  .container-nav .nav-breadcrumb {
    padding: 12px 0;
  }
  .container-nav .nav-breadcrumb ul li {
    font-size: 14px;
  }
  .container-nav .nav-breadcrumb ul li a,
  .container-nav .nav-breadcrumb ul li .separador {
    font-size: 14px;
  }
  .container-modal-promo {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .container-modal-promo .modal-promo {
    width: 90%;
    max-width: 809px;
    min-height: 200px;
    background-color: blue;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 64px 0;
    gap: 42px;
    border-radius: 20px;
    background: #f4eed3;
  }
  .container-modal-promo .modal-promo .marca {
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: inherit;
    max-width: 467px;
    height: 45.34px;
    flex-shrink: 0;
  }
  .container-modal-promo .modal-promo .titles {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .container-modal-promo .modal-promo .titles .title h1,
  .container-modal-promo .modal-promo .titles .title h2,
  .container-modal-promo .modal-promo .titles .title h3,
  .container-modal-promo .modal-promo .titles .title h4,
  .container-modal-promo .modal-promo .titles .title h5,
  .container-modal-promo .modal-promo .titles .title h6 {
    color: #000;
    text-align: center;
    font-family: Gopher-Regular;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
  }
  .container-modal-promo .modal-promo .titles .subtitle h1,
  .container-modal-promo .modal-promo .titles .subtitle h2,
  .container-modal-promo .modal-promo .titles .subtitle h3,
  .container-modal-promo .modal-promo .titles .subtitle h4,
  .container-modal-promo .modal-promo .titles .subtitle h5,
  .container-modal-promo .modal-promo .titles .subtitle h6 {
    color: #7f554e;
    text-align: center;
    font-family: "DM Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: -0.32px;
  }
  .container-modal-promo .modal-promo .form-promo {
    width: 100%;
    max-width: 722px;
  }
  .container-modal-promo .modal-promo .form-promo .wpcf7-form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
  }
  .container-modal-promo .modal-promo .form-promo .wpcf7-form .line {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 16px;
  }
  .container-modal-promo .modal-promo .form-promo .wpcf7-form .line span {
    width: 100%;
    padding: 0;
  }
  .container-modal-promo .modal-promo .form-promo .wpcf7-form .line span input {
    width: 100%;
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 39px;
    border: 1px solid #ff632c;
    background: #fff;
  }
  .container-modal-promo .modal-promo .form-promo .wpcf7-form span {
    width: 100%;
    padding: 0;
  }
  .container-modal-promo .modal-promo .form-promo .wpcf7-form span input {
    width: 100%;
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 39px;
    border: 1px solid #ff632c;
    background: #fff;
  }
  .container-modal-promo .modal-promo .form-promo .wpcf7-form .line-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 40px;
  }
  .container-modal-promo .modal-promo .form-promo .wpcf7-form .line-button .wpcf7-acceptance .wpcf7-list-item label {
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container-modal-promo .modal-promo .form-promo .wpcf7-form .line-button .wpcf7-acceptance .wpcf7-list-item label input.aceite {
    border-radius: 3px;
    border: 1px solid #ff632c;
    background: #fff;
    width: 16px;
    height: 16px;
    align-self: center;
    margin: 12px;
  }
  .container-modal-promo .modal-promo .form-promo .wpcf7-form .line-button .wpcf7-acceptance .wpcf7-list-item label span {
    color: #000;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Gopher-Regular;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
  }
  .container-modal-promo .modal-promo .form-promo .wpcf7-form .line-button .wpcf7-submit {
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 42px;
    background: #9ebbab;
    border: none;
    outline: none;
    color: #fff;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Gopher;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    width: 100%;
  }
  .btn-green {
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 42px;
    background: #7f554e;
    transition: 0.3s ease-in-out;
  }
  .btn-green:hover {
    background-color: #fff;
    color: #7f554e !important;
  }
  .btn-laranja {
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 42px;
    background: #9ebbab;
    border: 1px solid #ff632c !important;
    transition: 0.3s ease-in-out;
  }
  .btn-laranja:hover {
    background-color: #fff;
    color: #9ebbab !important;
  }
  .btn-branco {
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 42px;
    border: 1px solid #ff632c;
    background: #fff;
    transition: 0.3s ease-in-out;
  }
  .btn-branco:hover {
    background-color: #9ebbab !important;
    color: #fff !important;
  }
}
.ramo-1,
.ramo-composto,
.ramo-composto-2,
.ramo-verde,
.ramo-2 {
  display: none !important;
}

.container-banner {
  position: relative;
  padding: 32px 16px;
}
.container-banner .image {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.container-banner .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container-banner .image img.desktop, .container-banner .image img.tablet {
  display: none;
}
.container-banner .image img.mobile {
  display: flex;
}
.container-banner .box-text {
  min-height: 55vh;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  gap: 34px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}
.container-banner .box-text .text {
  gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.container-banner .box-text .text h1 {
  max-width: 557px;
  color: #F4EED3;
  font-size: 24px;
  font-family: "Mackay-Medium";
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .container-banner .box-text .text h1 {
    font-size: 40px;
  }
}
.container-banner .box-text .text p {
  max-width: 557px;
  color: #F4EED3;
  font-size: 16px;
  font-family: "Gopher-Regular";
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .container-banner .box-text .text p {
    font-size: 24px;
  }
}
.container-banner .box-text a {
  width: 100%;
  padding: 5px 32px;
  text-decoration: none;
  background: #FF632C;
  transition: 0.3s ease-in-out;
  text-align: center;
  color: #F4EED3;
  font-size: 16px;
  font-family: "Gopher-Regular";
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .container-banner .box-text a {
    font-size: 16px;
  }
}
.container-banner .box-text a:hover {
  filter: brightness(110%);
}

@media screen and (min-width: 720px) {
  .container-banner .image img.tablet {
    display: flex;
  }
  .container-banner .image img.mobile, .container-banner .image img.desktop {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .container-banner .image img.desktop {
    display: flex;
  }
  .container-banner .image img.mobile, .container-banner .image img.tablet {
    display: none;
  }
  .container-banner .box-text {
    min-height: 60vh;
    justify-content: center;
  }
  .container-banner .box-text a {
    width: -moz-max-content !important;
    width: max-content !important;
  }
}
.container-depoimentos {
  position: relative;
}
.container-depoimentos .depoimentos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 32px 0;
  gap: 24px;
  position: relative;
}
.container-depoimentos .depoimentos .titles {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.container-depoimentos .depoimentos .titles .title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-depoimentos .depoimentos .titles .title h1,
.container-depoimentos .depoimentos .titles .title h2,
.container-depoimentos .depoimentos .titles .title h3,
.container-depoimentos .depoimentos .titles .title h4,
.container-depoimentos .depoimentos .titles .title h5,
.container-depoimentos .depoimentos .titles .title h6 {
  color: #7f554e;
  text-align: center;
  font-family: Mackay-Medium;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
}
.container-depoimentos .depoimentos .depoimentosSwiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.container-depoimentos .depoimentos .depoimentosSwiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 32px 24px;
  gap: 7px;
  border-radius: 6px;
  border: 0.5px solid var(--Gray-4, #bdbdbd);
  background: var(--Bege-benjamin, #f4eed3);
}
.container-depoimentos .depoimentos .depoimentosSwiper .swiper-slide .title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.container-depoimentos .depoimentos .depoimentosSwiper .swiper-slide .title h3 {
  color: #1e1e1e;
  font-family: Mackay-Medium;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.container-depoimentos .depoimentos .depoimentosSwiper .swiper-slide .description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
.container-depoimentos .depoimentos .depoimentosSwiper .swiper-slide .description p {
  color: #1e1e1e;
  font-family: Gopher-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 21px */
}
.container-depoimentos .depoimentos .depoimentosSwiper .swiper-slide .description .user {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 16px;
  width: 100%;
}
.container-depoimentos .depoimentos .depoimentosSwiper .swiper-slide .description .user .img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(1);
}
.container-depoimentos .depoimentos .depoimentosSwiper .swiper-slide .description .user .container-text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container-depoimentos .depoimentos .depoimentosSwiper .swiper-slide .description .user .container-text .text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}
.container-depoimentos .depoimentos .depoimentosSwiper .swiper-slide .description .user .container-text .text .name h1,
.container-depoimentos .depoimentos .depoimentosSwiper .swiper-slide .description .user .container-text .text .name h2,
.container-depoimentos .depoimentos .depoimentosSwiper .swiper-slide .description .user .container-text .text .name h3,
.container-depoimentos .depoimentos .depoimentosSwiper .swiper-slide .description .user .container-text .text .name h4,
.container-depoimentos .depoimentos .depoimentosSwiper .swiper-slide .description .user .container-text .text .name h5,
.container-depoimentos .depoimentos .depoimentosSwiper .swiper-slide .description .user .container-text .text .name h6 {
  color: #1e1e1e;
  font-family: Gopher-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.container-depoimentos .depoimentos .depoimentosSwiper .swiper-slide .description .user .container-text .text .position p {
  color: #1e1e1e;
  font-family: Gopher-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.container-depoimentos .depoimentos .depoimentosSwiper .swiper-slide .description .user .container-text svg path {
  fill: #FF632C;
}
.container-depoimentos .depoimentos .container-swiper-depoimentos-button {
  width: 100%;
  gap: 32px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-depoimentos .depoimentos .container-swiper-depoimentos-button .swiper-depoimentos-button-prev,
.container-depoimentos .depoimentos .container-swiper-depoimentos-button .swiper-depoimentos-button-next {
  width: 63.744px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-depoimentos .depoimentos .container-swiper-depoimentos-button .swiper-depoimentos-button-prev svg path,
.container-depoimentos .depoimentos .container-swiper-depoimentos-button .swiper-depoimentos-button-next svg path {
  fill: #ff632c;
}
.container-depoimentos .depoimentos .container-swiper-depoimentos-button .swiper-button-disabled {
  opacity: 0.8;
}
.container-depoimentos .depoimentos .container-swiper-depoimentos-button .swiper-button-disabled svg path {
  fill: #bdbdbd;
}
.container-depoimentos .depoimentos .container-swiper-depoimentos-button .swiper-button-lock {
  display: none;
}

@media screen and (min-width: 992px) {
  .container-depoimentos {
    position: relative;
  }
  .container-depoimentos .depoimentos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 120px 0;
    gap: 40px;
    position: relative;
  }
  .container-depoimentos .depoimentos .titles {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    padding-right: 24px;
    width: 100%;
  }
  .container-depoimentos .depoimentos .titles .title h1,
  .container-depoimentos .depoimentos .titles .title h2,
  .container-depoimentos .depoimentos .titles .title h3,
  .container-depoimentos .depoimentos .titles .title h4,
  .container-depoimentos .depoimentos .titles .title h5,
  .container-depoimentos .depoimentos .titles .title h6 {
    font-size: 40px;
  }
  .container-depoimentos .depoimentos .depoimentosSwiper {
    position: relative;
    padding: 32px 0;
  }
  .container-depoimentos .depoimentos .depoimentosSwiper::after {
    width: 60%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 16px;
    content: "";
    background-color: #bfb5aa;
  }
  .container-depoimentos .depoimentos .depoimentosSwiper .swiper-slide {
    background-color: #fff;
    padding: 43px 24px;
  }
  .container-depoimentos .depoimentos .depoimentosSwiper .swiper-slide .title h3 {
    font-size: 24px;
  }
  .container-depoimentos .depoimentos .depoimentosSwiper .swiper-slide .description .user .container-text .text .name h1,
  .container-depoimentos .depoimentos .depoimentosSwiper .swiper-slide .description .user .container-text .text .name h2,
  .container-depoimentos .depoimentos .depoimentosSwiper .swiper-slide .description .user .container-text .text .name h3,
  .container-depoimentos .depoimentos .depoimentosSwiper .swiper-slide .description .user .container-text .text .name h4,
  .container-depoimentos .depoimentos .depoimentosSwiper .swiper-slide .description .user .container-text .text .name h5,
  .container-depoimentos .depoimentos .depoimentosSwiper .swiper-slide .description .user .container-text .text .name h6 {
    font-size: 18px;
  }
  .container-depoimentos .depoimentos .depoimentosSwiper .swiper-slide .description .user .container-text svg path {
    fill: #d2d2d2;
  }
  .container-depoimentos .depoimentos .container-swiper-depoimentos-button {
    display: none;
  }
}
.container-action {
  padding: 0;
}
.container-action .box-action {
  background-color: #7f554e;
  padding: 60px 0;
  gap: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-action .box-action .title {
  text-align: center;
  gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-action .box-action .title h2 {
  color: #F4EED3;
  font-size: 32px;
  font-family: Mackay-Medium;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .container-action .box-action .title h2 {
    font-size: 40px;
  }
}
.container-action .box-action .title p {
  max-width: 744px;
  color: #F4EED3;
  font-size: 18px;
  font-family: Mackay-Medium;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .container-action .box-action .title p {
    font-size: 24px;
  }
}
.container-action .box-action .box-video {
  width: 100%;
  max-width: 698px;
  position: relative;
}
.container-action .box-action .box-video .video {
  width: 100%;
  padding-bottom: 56.35%;
  position: relative;
}
.container-action .box-action .box-video .video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .container-action {
    padding-top: 64px;
  }
  .container-action .box-action {
    padding: 60px 0;
    gap: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .container-action .box-action .title {
    text-align: center;
    gap: 24px;
  }
}
.container-products .box-products {
  padding: 32px 0;
  width: 100%;
  gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-products .box-products .title {
  width: 100%;
  text-align: center;
}
.container-products .box-products .title h2 {
  color: #7f554e;
  font-size: 32px;
  font-family: Mackay-Medium;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-products .box-products .title h2 {
    font-size: 40px;
  }
}
.container-products .box-products .grid-products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 24px;
}
.container-products .box-products .grid-products .item {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.container-products .box-products .grid-products .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.container-products .box-products .grid-products .item:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.container-products .box-products .grid-products .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
}

.container-orders {
  padding: 0;
}
.container-orders .box-order-ease {
  padding: 64px 0;
  width: 100%;
  gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-orders .box-order-ease .title {
  padding: 0 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-orders .box-order-ease .title h2 {
  padding-bottom: 8px;
  color: #7f554e;
  font-size: 32px;
  font-family: "Mackay-Medium";
  font-style: normal;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .container-orders .box-order-ease .title h2 {
    font-size: 40px;
  }
}
.container-orders .box-order-ease .title p {
  text-align: left;
  padding: 24px 0 8px 0;
  border-top: 1px solid #FF632C;
  color: #1e1e1e;
  font-size: 18px;
  font-family: "Gopher-Regular";
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-orders .box-order-ease .title p {
    font-size: 22px;
  }
}
.container-orders .box-order-ease .box-cta {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.container-orders .box-order-ease .box-cta .cta {
  width: 100%;
  gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.container-orders .box-order-ease .box-cta .cta .title {
  display: grid;
  grid-template-columns: 32px auto;
  gap: 10px;
}
.container-orders .box-order-ease .box-cta .cta .title h3 {
  color: #7f554e;
  font-size: 18px;
  font-family: "Mackay-Medium";
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .container-orders .box-order-ease .box-cta .cta .title h3 {
    font-size: 32px;
  }
}
.container-orders .box-order-ease .box-cta .cta .title img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.container-orders .box-order-ease .box-cta .cta .banner-cta {
  width: 100%;
  position: relative;
  transition: 0.3s ease-in-out;
  display: grid;
  grid-template-columns: 1fr;
  height: 190px;
  overflow: hidden;
}
.container-orders .box-order-ease .box-cta .cta .banner-cta:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.container-orders .box-order-ease .box-cta .cta .banner-cta:hover img {
  transform: scale(1.1);
}
.container-orders .box-order-ease .box-cta .cta .banner-cta .box-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.container-orders .box-order-ease .box-cta .cta .banner-cta .box-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #f4eed3;
  background: linear-gradient(0deg, rgb(244, 238, 211) 55%, rgba(238, 238, 238, 0.29) 100%);
}
.container-orders .box-order-ease .box-cta .cta .banner-cta .box-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
}
.container-orders .box-order-ease .box-cta .cta .banner-cta .text {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px 32px;
  z-index: 2;
  background-color: #F4EED3;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-orders .box-order-ease .box-cta .cta .banner-cta .text p {
  width: 100%;
  text-align: left;
  color: #7f554e;
  font-size: 14px;
  font-family: Gopher-Regular;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .container-orders .box-order-ease .box-cta .cta .banner-cta .text p {
    font-size: 18px;
  }
}

.container-advantages {
  position: relative;
}
.container-advantages .banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.container-advantages .box-advantages {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-advantages .box-advantages .box-text {
  width: 100%;
  height: 100%;
  min-height: 135vh;
  gap: 40px;
  padding-bottom: 77px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.container-advantages .box-advantages .box-text h2 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-family: "Mackay-Medium";
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .container-advantages .box-advantages .box-text h2 {
    font-size: 40px;
  }
}
.container-advantages .box-advantages .box-text .box-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.container-advantages .box-advantages .box-text .box-items .item {
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-advantages .box-advantages .box-text .box-items .item p {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-family: Gopher-Regular;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-advantages .box-advantages .box-text .box-items .item p {
    font-size: 22px;
  }
}

.container-orders-placed {
  padding-right: 0;
}
.container-orders-placed .box-orders-placed {
  overflow: hidden;
  gap: 32px;
  padding: 60px 0;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-orders-placed .box-orders-placed .box-title {
  width: 100%;
  gap: 32px;
  padding-right: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.container-orders-placed .box-orders-placed .box-title .text {
  gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.container-orders-placed .box-orders-placed .box-title .text .title {
  width: 100%;
  font-style: normal;
  line-height: 110%;
  color: #7f554e;
  font-size: 32px;
  font-family: Mackay-Medium;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .container-orders-placed .box-orders-placed .box-title .text .title {
    font-size: 40px;
  }
}
.container-orders-placed .box-orders-placed .box-title .text .title span {
  color: #7f554e;
  font-family: Mackay-Bold;
}
.container-orders-placed .box-orders-placed .box-title .text .description p {
  color: #7f554e;
  font-size: 18px;
  font-family: Gopher-Regular;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-orders-placed .box-orders-placed .box-title .text .description p {
    font-size: 18px;
  }
}
.container-orders-placed .box-orders-placed .box-swiper-orders-placed {
  gap: 8px;
  row-gap: 16px;
  width: 100%;
  overflow: hidden;
}
.container-orders-placed .box-orders-placed .box-swiper-orders-placed .swiper-orders-placed {
  padding-right: 16px;
}
.container-orders-placed .box-orders-placed .box-swiper-orders-placed .swiper-orders-placed .item {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  gap: 16px;
}
.container-orders-placed .box-orders-placed .box-swiper-orders-placed .swiper-orders-placed .item .box-img {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 166%;
  position: relative;
}
.container-orders-placed .box-orders-placed .box-swiper-orders-placed .swiper-orders-placed .item .box-img .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.container-orders-placed .box-orders-placed .box-swiper-orders-placed .swiper-orders-placed .item .box-img:hover .img {
  transform: translate(-50%, -50%) scale(1.2);
  filter: brightness(1.1);
}

@media screen and (min-width: 720px) {
  .container-orders .box-order-ease {
    padding: 64px 0;
    width: 100%;
    gap: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .container-orders .box-order-ease .title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .container-orders .box-order-ease .title p {
    text-align: center;
  }
  .container-orders .box-order-ease .box-cta {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .container-orders .box-order-ease .box-cta .cta {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .container-orders .box-order-ease .box-cta .cta .banner-cta {
    position: relative;
    overflow: inherit;
    height: inherit;
    grid-template-columns: 1fr 1fr;
  }
  .container-orders .box-order-ease .box-cta .cta .banner-cta .box-image::before {
    background: #f4eed3;
    background: linear-gradient(274deg, rgb(244, 238, 211) 7%, rgba(238, 238, 238, 0.29) 100%);
  }
  .container-orders .box-order-ease .box-cta .cta .banner-cta .text {
    position: relative;
    padding: 64px 32px 64px 0;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .container-products .box-products {
    padding: 124px 0 60px 0;
    gap: 60px;
  }
  .container-products .box-products .grid-products {
    grid-template-columns: repeat(4, 1fr);
  }
  .container-advantages {
    position: relative;
  }
  .container-advantages .banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
  .container-advantages .box-advantages {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .container-advantages .box-advantages .box-text {
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 72px);
    gap: 40px;
    padding-bottom: 160px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
  .container-advantages .box-advantages .box-text .box-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .container-orders-placed .box-orders-placed {
    display: grid;
    grid-template-columns: 2.2fr 0.8fr;
    overflow: hidden;
    gap: 32px;
    padding: 0 0 160px 0;
  }
  .container-orders-placed .box-orders-placed .box-title {
    width: 100%;
    height: 100%;
    gap: 32px;
    padding: 64px 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }
  .container-orders-placed .box-orders-placed .box-title .text .title {
    font-size: 40px;
  }
  .container-orders-placed .box-orders-placed .box-title .text .title span::before {
    top: -5px;
    right: -17px;
    width: 23px;
    height: 23px;
  }
  .container-orders-placed .box-orders-placed .box-title .box-swiper-button {
    width: 100%;
    max-width: 258px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  .container-orders-placed .box-orders-placed .box-title .box-swiper-button .swiper-order-placed-button-prev,
  .container-orders-placed .box-orders-placed .box-title .box-swiper-button .swiper-order-placed-button-next {
    width: 63.744px;
    height: 14px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .container-orders-placed .box-orders-placed .box-title .box-swiper-button .swiper-order-placed-button-prev svg path,
  .container-orders-placed .box-orders-placed .box-title .box-swiper-button .swiper-order-placed-button-next svg path {
    fill: #ff632c;
  }
  .container-orders-placed .box-orders-placed .box-title .box-swiper-button .swiper-button-disabled {
    opacity: 0.8;
  }
  .container-orders-placed .box-orders-placed .box-title .box-swiper-button .swiper-button-disabled svg path {
    fill: #bdbdbd;
  }
  .container-orders-placed .box-orders-placed .box-title .box-swiper-button .swiper-button-lock {
    display: none;
  }
}
