@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;
}

.lazy {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.lazy.loaded {
  opacity: 1;
}

.container-banner {
  position: relative;
  padding: 32px 16px;
}
.container-banner.shadow::before {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(178deg, rgba(0, 0, 0, 0) 18.32%, rgba(0, 0, 0, 0.8) 67.59%);
}
.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.shadow::before {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 29.66%, #292E2B 65.68%);
  }
  .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;
    position: relative;
  }
  .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 .box-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 .box-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.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-profile-selector {
  background-color: #F4EED3;
}
.container-profile-selector .box-profile-selector {
  width: 100%;
  padding: 16px 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.container-profile-selector .box-profile-selector .profile {
  display: grid;
  grid-template-columns: 32px auto;
  gap: 8px;
}
.container-profile-selector .box-profile-selector .profile .box-image {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}
.container-profile-selector .box-profile-selector .profile .box-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.container-profile-selector .box-profile-selector .profile .title {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.container-profile-selector .box-profile-selector .profile .title h3 {
  line-height: 100%;
  color: #7f554e;
  font-size: 16px;
  font-family: Gopher-Regular;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-profile-selector .box-profile-selector .profile .title h3 {
    font-size: 18px;
  }
}
.container-profile-selector .box-profile-selector .profile .title h3 strong {
  color: #FF632C;
  font-size: 16px;
  font-family: Gopher;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .container-profile-selector .box-profile-selector .profile .title h3 strong {
    font-size: 18px;
  }
}
.container-profile-selector .box-profile-selector .link-another-profile {
  display: grid;
  grid-template-columns: 20px;
  gap: 8px;
  transition: 0.3s ease-in-out;
  position: relative;
}
.container-profile-selector .box-profile-selector .link-another-profile:hover::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FF632C;
}
.container-profile-selector .box-profile-selector .link-another-profile svg {
  width: 20px;
  height: 20.025px;
  aspect-ratio: 20/20.02;
}
.container-profile-selector .box-profile-selector .link-another-profile span {
  display: none;
  color: #7f554e;
  font-size: 18px;
  font-family: Gopher-Regular;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-profile-selector .box-profile-selector .link-another-profile span {
    font-size: 18px;
  }
}

.container-deserves-more {
  padding: 0;
}
.container-deserves-more .box-deserves-more {
  width: 100%;
  padding: 40px 0;
  gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-deserves-more .box-deserves-more .title {
  gap: 24px;
  padding: 0 16px;
  max-width: 644px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-deserves-more .box-deserves-more .title h2 {
  width: 100%;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #FF632C;
  color: #7f554e;
  font-size: 32px;
  font-family: Mackay-Regular;
  font-style: normal;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .container-deserves-more .box-deserves-more .title h2 {
    font-size: 36px;
  }
}
.container-deserves-more .box-deserves-more .title p {
  text-align: center;
  color: #7f554e;
  font-size: 18px;
  font-family: Gopher-Regular;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-deserves-more .box-deserves-more .title p {
    font-size: 24px;
  }
}
.container-deserves-more .box-deserves-more .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.container-deserves-more .box-deserves-more .items .item {
  background-color: #7f554e;
  width: 100%;
  padding: 24px 16px;
  gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-deserves-more .box-deserves-more .items .item .box-image {
  width: 74px;
  height: 64px;
  aspect-ratio: 37/32;
}
.container-deserves-more .box-deserves-more .items .item .box-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.container-deserves-more .box-deserves-more .items .item .title p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: Gopher;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .container-deserves-more .box-deserves-more .items .item .title p {
    font-size: 18px;
  }
}

.container-combined {
  padding: 0;
}
.container-combined .box-combined {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 520px;
  background-color: #7f554e;
}
.container-combined .box-combined .box-image {
  width: 100%;
  height: 100%;
  position: relative;
}
.container-combined .box-combined .box-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container-combined .box-combined .box-text {
  padding: 40px 16px;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.container-combined .box-combined .box-text .title {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.container-combined .box-combined .box-text .title h2 {
  line-height: 100%;
  max-width: 500px;
  color: #F4EED3;
  font-size: 32px;
  font-family: Mackay-Bold;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .container-combined .box-combined .box-text .title h2 {
    font-size: 64px;
  }
}
.container-combined .box-combined .box-text .description {
  width: 100%;
  gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.container-combined .box-combined .box-text .description p {
  color: #F4EED3;
  font-size: 16px;
  font-family: Gopher-Regular;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-combined .box-combined .box-text .description p {
    font-size: 20px;
  }
}
.container-combined .box-combined .box-text .description ul {
  width: 100%;
  gap: 10px;
  padding-left: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.container-combined .box-combined .box-text .description ul li {
  list-style-type: disc;
  color: #F4EED3;
  font-size: 18px;
  font-family: Gopher-Regular;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-combined .box-combined .box-text .description ul li {
    font-size: 18px;
  }
}

.container-form {
  padding-top: 64px;
}
.container-form .box-form {
  padding: 32px 16px;
  background-color: #F4EED3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-form .box-form .text {
  margin-bottom: 32px;
  gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-form .box-form .text .title {
  width: 100%;
  gap: 24px;
  padding: 0 16px;
  border-bottom: 1px solid #FF632C;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-form .box-form .text .title h2 {
  width: 100%;
  text-align: center;
  padding-bottom: 8px;
  max-width: 544px;
  color: #7f554e;
  font-size: 32px;
  font-family: Mackay-Regular;
  font-style: normal;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .container-form .box-form .text .title h2 {
    font-size: 36px;
  }
}
.container-form .box-form .text .description p {
  text-align: center;
  color: #7f554e;
  font-size: 18px;
  font-family: Gopher-Regular;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-form .box-form .text .description p {
    font-size: 24px;
  }
}
.container-form .box-form .wpcf7 {
  width: 100%;
}
.container-form .box-form .wpcf7 form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-form .box-form .wpcf7 form label {
  width: 100%;
  gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  color: #7f554e;
  font-size: 14px;
  font-family: Mackay-Regular;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .container-form .box-form .wpcf7 form label {
    font-size: 16px;
  }
}
.container-form .box-form .wpcf7 form label span {
  width: 100%;
}
.container-form .box-form .wpcf7 form label span input,
.container-form .box-form .wpcf7 form label span select,
.container-form .box-form .wpcf7 form label span textarea {
  width: 100%;
  padding: 8px 16px;
  color: #000;
  font-size: 14px;
  font-family: Mackay-Regular;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .container-form .box-form .wpcf7 form label span input,
  .container-form .box-form .wpcf7 form label span select,
  .container-form .box-form .wpcf7 form label span textarea {
    font-size: 16px;
  }
}
.container-form .box-form .wpcf7 form label span input::-moz-placeholder, .container-form .box-form .wpcf7 form label span select::-moz-placeholder, .container-form .box-form .wpcf7 form label span textarea::-moz-placeholder {
  color: #bdbdbd;
}
.container-form .box-form .wpcf7 form label span input::placeholder,
.container-form .box-form .wpcf7 form label span select::placeholder,
.container-form .box-form .wpcf7 form label span textarea::placeholder {
  color: #bdbdbd;
}
.container-form .box-form .wpcf7 form .double-grid,
.container-form .box-form .wpcf7 form .triple-grid {
  width: 100%;
  display: grid;
  gap: 16px;
}
.container-form .box-form .wpcf7 form .double-grid {
  grid-template-columns: 1fr;
}
.container-form .box-form .wpcf7 form .triple-grid {
  grid-template-columns: 1fr;
}
.container-form .box-form .wpcf7 form input[type=submit] {
  background-color: #7f554e;
  padding: 8px 16px;
  border: none;
  outline: none;
  transition: 0.3s ease-in-out;
  color: #fff;
  font-size: 14px;
  font-family: Gopher-Regular;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .container-form .box-form .wpcf7 form input[type=submit] {
    font-size: 16px;
  }
}
.container-form .box-form .cta a {
  border-bottom: 1px solid #FF632C;
  width: 100%;
  text-align: center;
  padding-bottom: 8px;
  color: #FF632C;
  font-size: 12px;
  font-family: Gopher-Regular;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .container-form .box-form .cta a {
    font-size: 12px;
  }
}

@media screen and (min-width: 720px) {
  .container-profile-selector .box-profile-selector .profile .box-image {
    width: 32px;
    height: 32px;
    aspect-ratio: 1/1;
  }
  .container-profile-selector .box-profile-selector .link-another-profile {
    grid-template-columns: 20px auto;
  }
  .container-profile-selector .box-profile-selector .link-another-profile span {
    display: block;
  }
  .container-form {
    padding-top: 64px;
  }
  .container-form .box-form {
    padding: 32px 64px 64px;
    background-color: #F4EED3;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .container-form .box-form .text {
    margin-bottom: 32px;
    gap: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .container-form .box-form .text .title {
    width: 100%;
    gap: 24px;
    padding: 0 16px;
  }
  .container-form .box-form .wpcf7 form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .container-form .box-form .wpcf7 form label {
    width: 100%;
    gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .container-form .box-form .wpcf7 form label span {
    width: 100%;
  }
  .container-form .box-form .wpcf7 form label span input,
  .container-form .box-form .wpcf7 form label span select,
  .container-form .box-form .wpcf7 form label span textarea {
    width: 100%;
    padding: 16px;
  }
  .container-form .box-form .wpcf7 form .double-grid,
  .container-form .box-form .wpcf7 form .triple-grid {
    width: 100%;
    display: grid;
    gap: 32px;
  }
  .container-form .box-form .wpcf7 form .double-grid {
    grid-template-columns: 1fr 1fr;
  }
  .container-form .box-form .wpcf7 form .triple-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .container-form .box-form .wpcf7 form input[type=submit] {
    padding: 8px 16px;
    border: none;
    outline: none;
  }
  .container-combined {
    padding: 0;
  }
  .container-combined .box-combined {
    grid-template-columns: 0.9fr 1.1fr;
  }
  .container-combined .box-combined .box-text .description {
    gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .container-deserves-more .box-deserves-more {
    width: 100%;
    padding: 60px 0;
    gap: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .container-deserves-more .box-deserves-more .items {
    grid-template-columns: repeat(4, 1fr);
  }
  .container-deserves-more .box-deserves-more .items .item .box-image {
    width: 74px;
    height: 64px;
    aspect-ratio: 37/32;
  }
}
