@charset "UTF-8";

@font-face {
  font-family: "Arvo";
  src: url("../css/fonts/arvo/arvo-bold-italic.ttf");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Arvo";
  src: url("../css/fonts/arvo/arvo-bold.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Arvo";
  src: url("../css/fonts/arvo/arvo-italic.ttf");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Arvo";
  src: url("../css/fonts/arvo/arvo-regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Work Sans";
  src: url("../css/fonts/work-sans/work-sans-variable-font_wght.ttf");
  font-style: normal;
}

@font-face {
  font-family: "Work Sans";
  src: url("../css/fonts/work-sans/work-sans-italic-variable-font_wght.ttf");
  font-style: italic;
}

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

body {
  line-height: 1.6;
  width: 100%;
  overflow-x: hidden;
  background-color: #F3F2FA;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Arvo";
}

.no-scroll {
  overflow: hidden;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: 100%;
  max-width: 108.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}



.mobile-only {
  display: none;
}

@media screen and (max-width: 993px) {
  .container {
    padding-inline: 20px;
  }

  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }

}

.main-header {
  background-color: transparent;
  padding-block: 4.5rem;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transition: 300ms;
  z-index: 1000;
}

.main-header .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-header .container .wrapper-logo {
  width: 4.5rem;
  height: 4.5rem;
  position: relative;
}

.main-header .container .logo-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-header .container .logo-link .logo {
  transition: 300ms;
  width: 4.6875rem;
}

.main-header .container .logo-link .logo-active {
  width: 0rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 300ms;
  opacity: 0;
}

.main-header .container nav {
  flex: 1;
  margin-left: 3.4375rem;
  display: flex;
  align-items: center;
  gap: 4rem;
}

.main-header .container nav a {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 111%;
  color: #FFFFFF;
  text-decoration: none;
}

.main-header .container .btn {
  padding-inline: 4rem;
}

.main-header .container .btn-menu-mobile {
  width: 1.25rem;
  height: 1rem;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  margin-left: auto;
  display: none;
}

.main-header .container .btn-menu-mobile span {
  height: 0.125rem;
  width: 100%;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  transition: 200ms;
}

.page-11-monte-seu-uniforme .main-header .container .btn-menu-mobile span {
  background-color: #000000;
}

.main-header .container .btn-menu-mobile span:nth-child(1) {
  top: 0;
}

.main-header .container .btn-menu-mobile span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.main-header .container .btn-menu-mobile span:nth-child(3) {
  bottom: -1px;
}

.main-header .container .btn-menu-mobile.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.main-header .container .btn-menu-mobile.active span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.main-header .container .btn-menu-mobile.active span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  bottom: initial;
}

.main-header.active,
.page-11-monte-seu-uniforme .main-header {
  background-color: #989B4E;
  padding-block: 1.5rem;
}

.page-11-monte-seu-uniforme .main-header {
  background-color: transparent
}

.page-11-monte-seu-uniforme .main-header .btn-primary-2 {
  display: none;
}

.page-11-monte-seu-uniforme .main-header .container .logo-link .logo {
  width: 3.6875rem;
}

.main-header.active .container .logo-link {
  width: 100%;
  height: 100%;
}

.main-header.active .container .logo-link .logo {
  width: 0rem;
  opacity: 0;
}

.main-header.active .container .logo-link .logo-active {
  width: 7.5rem;
  top: -0.3125rem;
  right: 0.625rem;
  left: initial;
  transform: translate(0);
  opacity: 1;
}

.main-header.active .container .btn {
  background-color: #7637A5;
}

@media screen and (max-width: 1600px) {
  .main-header {
    padding-block: 1.5rem;
  }

  .main-header .container .logo-link .logo {
    width: 3.125rem;
  }

  .main-header.active {
    padding-block: 0.625rem;
  }

  .main-header.active .container .logo-link .logo-active {
    width: 4.375rem;
  }
}

@media screen and (max-width: 1100px) {
  .main-header .container {
    justify-content: space-between;
    padding-left: 0.625rem;
  }

  .main-header .container nav {
    display: none;
  }

  .main-header .container .btn {
    display: none;
  }

  .main-header .container .btn-menu-mobile {
    display: block;
  }

  .main-header.menu-open {
    background-color: transparent;
    padding-top: 1.75rem;
  }

  .main-header.menu-open .container .logo-link .logo {
    width: 3.125rem;
    opacity: 1;
  }

  .main-header.menu-open .container .logo-link .logo-active {
    width: 0rem;
    opacity: 0;
  }
}

.menu-mobile {
  display: none;
}

@media screen and (max-width: 1100px) {
  .menu-mobile {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #002E2B;
    width: 100%;
    padding-top: 9.375rem;
    padding-left: 1.25rem;
    z-index: 20;
    transform: translateX(100%);
    transition: 200ms;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 1.875rem;
    padding-inline: 1.25rem;
    background-image: url(../images/bg-vector-menu-mobile.svg);
    background-size: cover;
    background-color: #989B4E;
  }

  .menu-mobile ul {
    list-style: none;
  }

  .menu-mobile ul li {
    text-align: left;
  }

  .menu-mobile ul li+li {
    margin-top: 2.5rem;
  }

  .menu-mobile ul li a {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    text-decoration: none;
  }

  .menu-mobile ul li a:hover {
    text-decoration: underline;
  }

  .menu-mobile.active {
    transform: translateX(0);
  }
}

.main-footer {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.main-footer .bg-full {
  background-color: #2F2A33;
  position: absolute;
  inset: 0;
  z-index: 2;
  top: 90px;
}

.main-footer::after {
  content: "";
  display: block;
  height: 100px;
  position: absolute;
  top: 0;
  left: -1.5625rem;
  right: -1.5625rem;
  border-radius: 75px 75px 0 0;
  background-color: #2F2A33;
}

.main-footer .container {
  position: relative;
  inset: 0;
  z-index: 3;
}

.main-footer .container .top {
  padding-top: 5.75rem;
  display: flex;
  align-items: flex-start;
  padding-bottom: 5rem;
  border-bottom: 1px solid #F0E1FF;
  gap: 6.25rem;
}

.main-footer .container .top .logo-1 {
  margin-right: auto;
}

.main-footer .container .top .selo {
  margin-left: 1.25rem;
}

.main-footer .container .top .wrapper {
  flex: 1;
  display: flex;
  justify-content: space-between;
  max-width: 66.875rem;
}

.main-footer .container .top .wrapper .item-footer h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 111%;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}

.main-footer .container .top .wrapper .item-footer ul {
  list-style: none;
}

.main-footer .container .top .wrapper .item-footer ul li+li {
  margin-top: 2rem;
}

.main-footer .container .top .wrapper .item-footer ul li a {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 111%;
  text-decoration: none;
  color: #FFFFFF;
}

.main-footer .container .top .wrapper .item-footer ul.social-links li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.main-footer .container .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.25rem;
  padding-bottom: 2.875rem;
}

@media screen and (max-width: 1350px) {
  .main-footer .container .top {
    flex-wrap: wrap;
  }

  .main-footer .container .top .wrapper {
    width: 100%;
    flex: initial;
    order: 3;
  }
}

@media screen and (max-width: 1024px) {
  .main-footer::after {
    left: -0.75rem;
    right: -0.75rem;
    border-radius: 32px 32px 0 0;
  }

  .main-footer .container .top {
    padding-top: 3.625rem;
    padding-bottom: 2.5rem;
    gap: 4rem;
  }

  .main-footer .container .top .logo-1 {
    width: 4.6875rem;
  }

  .main-footer .container .top .selo {
    width: 7.25rem;
  }

  .main-footer .container .top .wrapper {
    flex-direction: column;
    gap: 4rem;
  }

  .main-footer .container .top .wrapper .item-footer ul li a {
    font-size: 0.875rem;
  }

  .main-footer .container .bottom {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.btn {
  padding-inline: 2rem;
  border: 2px solid #000000;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  color: #000000;
  font-size: 20px;
  cursor: pointer;
  transition: 200ms;
}

.btn.small {
  height: 4rem;
}

.btn.medium {
  height: 4.5rem;
}

@media screen and (max-width: 1024px) {
  .btn.medium {
    height: 4rem;
  }
}

.btn.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn:hover {
  transform: scale(1.02);
}

@media screen and (max-width: 1024px) {
  .btn {
    font-size: 16px;
  }
}

.btn-primary {
  background: #7637A5;
  border: 2px solid #F0E1FF;
  color: #F0E1FF;
}

.btn-secondary {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}

.btn-primary-2 {
  background-color: #989B4E;
  border: 2px solid #F0E1FF;
  color: #F0E1FF;
}

.btn-float-whatsapp {
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  background: linear-gradient(86.06deg, #30C96B -4.52%, #3DA666 88.2%);
  border: 1px solid #FFFFFF;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  transition: 200ms;
  z-index: 10;
  text-decoration: none;
}

.btn-float-whatsapp span {
  display: none;
}

.btn-float-whatsapp:hover {
  transform: scale(1.05);
}

@media screen and (min-width: 1024px) {
  .btn-float-whatsapp {
    height: 4rem;
    border-radius: 8px;
    padding-inline: 2.5rem;
    width: -moz-max-content;
    width: max-content;
    gap: 0.875rem;
    right: 2.5rem;
    bottom: 2.5rem;
  }

  .btn-float-whatsapp span {
    display: block;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 126.6%;
    text-align: center;
    color: #FFFFFF;
  }
}

@media screen and (min-width: 1680px) {
  .btn-float-whatsapp {
    right: calc((100% - 1650px) / 2);
  }
}

.modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.modal>.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  background-color: transparent;
  border: 0;
}

.modal.modal-filter {
  background-color: rgba(0, 0, 0, 0);
  visibility: hidden;
  transition: 150ms;
}

.modal.modal-filter .modal-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: calc(100vh - 130px);
  padding-top: 18px;
  transform: translateY(100%);
  transition: 300ms;
}

.modal.modal-filter .modal-content::after {
  content: "";
  display: block;
  height: 100px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  right: -7px;
  left: -7px;
  border-radius: 40px 40px 0 0;
}

.modal.modal-filter .modal-content .inner {
  background-color: #FFFFFF;
  position: relative;
  z-index: 2;
  height: 100%;
  padding-top: 1.125rem;
  display: flex;
  flex-direction: column;
}

.modal.modal-filter .modal-content .inner .line {
  display: block;
  height: 0.25rem;
  width: 85px;
  background-color: #E6E8EB;
  border-radius: 999px;
  margin-inline: auto;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.modal.modal-filter .modal-content .inner>h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 111%;
  color: #000000;
  margin-bottom: 1.5rem;
  text-align: center;
}

.modal.modal-filter .modal-content .inner form {
  overflow-y: auto;
  height: -moz-max-content;
  height: max-content;
  height: 100%;
  padding-inline: 1.25rem;
  padding-bottom: 1.25rem;
}

.modal.modal-filter .modal-content .inner .group-menu h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 111%;
  letter-spacing: -0.02em;
  color: #080910;
  margin-bottom: 1rem;
}

.modal.modal-filter .modal-content .inner .group-menu+.group-menu {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #D1D4D8;
}

.modal.modal-filter .modal-content .inner .group-menu .wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  row-gap: 1.5rem;
}

.modal.modal-filter .modal-content .inner .group-menu .option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.modal.modal-filter .modal-content .inner .group-menu .option input {
  -webkit-appearance: unset;
  -moz-appearance: unset;
  appearance: unset;
  cursor: pointer;
  width: 0.875rem;
  height: 0.875rem;
  border: 1px solid #535557;
  border-radius: 4px;
  background-color: transparent;
  background-image: url(../images/icons/icon-check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0rem;
  transition: all 0.2s ease-in-out;
}

.modal.modal-filter .modal-content .inner .group-menu .option input:checked {
  background-color: #2E3035;
  background-size: 0.5625rem;
  border-color: #2E3035;
}

.modal.modal-filter .modal-content .inner .group-menu .option input:checked+label {
  color: #2E3035;
}

.modal.modal-filter .modal-content .inner .group-menu .option label {
  cursor: pointer;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 111%;
  letter-spacing: -0.02em;
  color: #535557;
}

.modal.modal-filter .modal-content .inner .apply-filters {
  cursor: pointer;
  background-color: #989B4E;
  height: 3.5rem;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 0;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
  margin-top: 2rem;
}

.modal.modal-filter.active {
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible;
}

.modal.modal-filter.active .modal-content {
  transform: translateY(0);
}

.modal.modal-create {
  background-color: rgba(0, 0, 0, 0);
  visibility: hidden;
  transition: 150ms;
}

.modal.modal-create .modal-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: calc(100vh - 130px);
  padding-top: 18px;
  transform: translateY(100%);
  transition: 300ms;
}

.modal.modal-create .modal-content::after {
  content: "";
  display: block;
  height: 100px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  right: -7px;
  left: -7px;
  border-radius: 40px 40px 0 0;
}

.modal.modal-create .modal-content .inner {
  background-color: #FFFFFF;
  position: relative;
  z-index: 2;
  height: 100%;
  padding-top: 1.125rem;
  display: flex;
  flex-direction: column;
}

.modal.modal-create .modal-content .inner .line {
  display: block;
  height: 0.25rem;
  width: 85px;
  background-color: #E6E8EB;
  border-radius: 999px;
  margin-inline: auto;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.modal.modal-create .modal-content .inner>h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 111%;
  color: #000000;
  margin-bottom: 0.5rem;
  padding-inline: 1.25rem;
}

.modal.modal-create .modal-content .inner>p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 111%;
  color: #2E3035;
  margin-bottom: 1.5rem;
  padding-inline: 1.25rem;
}

.modal.modal-create .modal-content .inner>p span {
  color: #FF3B30;
}

.modal.modal-create .modal-content .inner form {
  overflow-y: auto;
  height: -moz-max-content;
  height: max-content;
  height: 100%;
  padding-inline: 1.25rem;
  padding-bottom: 1.25rem;
}

.modal.modal-create .modal-content .inner .input-group+.input-group {
  margin-top: 1rem;
}

.modal.modal-create .modal-content .inner button[type=submit] {
  cursor: pointer;
  background-color: #989B4E;
  height: 3.5rem;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 0;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
  margin-top: 2rem;
}

.modal.modal-create.active {
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible;
}

.modal.modal-create.active .modal-content {
  transform: translateY(0);
}

@media screen and (min-width: 1024px) {
  .modal.modal-create .modal-content {
    position: absolute;
    top: calc(50% + 100px);
    left: 50%;
    right: initial;
    bottom: initial;
    padding-top: 18px;
    max-height: initial;
    width: 100%;
    max-width: 500px;
    transform: translateY(-50%) translateX(-50%);
  }

  .modal.modal-create .modal-content .inner .line,
  .modal.modal-create .modal-content::after {
    display: none;
  }

  .modal.modal-create .modal-content .inner {
    padding: 2.5rem;
    border-radius: 18px;
  }

  .modal.modal-create .modal-content .inner>h2 {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 111%;
    padding-inline: 0;
    margin-bottom: 0.5rem;
  }

  .modal.modal-create .modal-content .inner p {
    font-size: 0.625rem;
    padding-inline: 0;
  }

  .modal.modal-create .modal-content .inner form {
    padding-inline: 0;
    padding-bottom: 0;
  }

  .modal.modal-create .modal-content .inner button[type=submit] {
    height: 4.75rem;
    font-size: 1.25rem;
  }

  .modal.modal-create.active .modal-content {
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}

.modal.modal-difficulties {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: 200ms;
}

.modal.modal-difficulties .modal-content {
  width: 100%;
  max-width: 50.625rem;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 2rem;
  padding-top: 10rem;
  position: relative;
  visibility: hidden;
  transform: translateY(100%);
  transition: 400ms;
}

.modal.modal-difficulties .modal-content>svg {
  margin-inline: auto;
  display: block;
  margin-bottom: 1.5rem;
}

.modal.modal-difficulties .modal-content h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 111%;
  text-align: center;
  color: #2F2A33;
  margin-bottom: 0.5rem;
}

.modal.modal-difficulties .modal-content p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #2F2A33;
  margin-bottom: 4rem;
}

.modal.modal-difficulties .modal-content .btn-close {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  left: initial;
  bottom: initial;
  height: auto;
  width: auto;
  cursor: pointer;
}

.modal.modal-difficulties .modal-content .buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 33.125rem;
  margin-inline: auto;
}

.modal.modal-difficulties .modal-content .buttons .btn-whatsapp {
  height: 72px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-decoration: none;
}

.modal.modal-difficulties .modal-content .buttons .btn-whatsapp::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(86.06deg, #30C96B -4.52%, #3DA666 88.2%);
  border-radius: 16px;
}

.modal.modal-difficulties .modal-content .buttons .btn-whatsapp svg,
.modal.modal-difficulties .modal-content .buttons .btn-whatsapp span {
  position: relative;
  z-index: 1;
}

.modal.modal-difficulties .modal-content .buttons .btn-whatsapp span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  color: #FFFFFF;
}

.modal.modal-difficulties .modal-content .buttons .btn-goback {
  height: 72px;
  border: 2px solid #2E3035;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #2E3035;
}

.modal.modal-difficulties.active {
  opacity: 1;
  visibility: visible;
}

.modal.modal-difficulties.active .modal-content {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 1024px) {
  .modal.modal-difficulties {
    align-items: flex-end;
  }

  .modal.modal-difficulties .modal-content {
    width: 100%;
    max-width: initial;
    bottom: 0;
    border-radius: 24px 24px 0 0;
    padding-inline: 1.25rem;
    padding-bottom: 1.25rem;
    padding-top: 6.25rem;
  }

  .modal.modal-difficulties .modal-content .btn-close {
    right: 20px;
    width: 20px;
  }

  .modal.modal-difficulties .modal-content .btn-close svg {
    display: block;
    width: 100%;
  }

  .modal.modal-difficulties .modal-content>svg {
    width: 60px;
    margin-bottom: 1.25rem;
  }

  .modal.modal-difficulties .modal-content h2 {
    font-size: 1.5rem;
  }

  .modal.modal-difficulties .modal-content p {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
  }

  .modal.modal-difficulties .modal-content .buttons .btn-whatsapp {
    height: 72px;
    gap: 0.375rem;
  }

  .modal.modal-difficulties .modal-content .buttons .btn-whatsapp span {
    font-size: 1rem;
  }

  .modal.modal-difficulties .modal-content .buttons .btn-goback {
    height: 4.5rem;
  }

  .modal.modal-difficulties .modal-content .buttons .btn-goback span {
    font-size: 1rem;
  }
}

.modal.modal-tabela {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 200ms;
}

.modal.modal-tabela .modal-content {
  width: 100%;
  max-width: 75rem;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 2.5rem;
  position: relative;
  visibility: hidden;
  transform: translateY(100%);
  transition: 400ms;
  height: 100%;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
}

.modal.modal-tabela .modal-content h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 111%;
  color: #2F2A33;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
}

.modal.modal-tabela .modal-content .btn-close {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  left: initial;
  bottom: initial;
  height: auto;
  width: auto;
  cursor: pointer;
}

.modal.modal-tabela .modal-content .cover {
  overflow-x: auto;
  height: 100%;
  overflow: hidden;
}

.modal.modal-tabela .modal-content img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}

.modal.modal-tabela.active {
  opacity: 1;
  visibility: visible;
}

.modal.modal-tabela.active .modal-content {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 1024px) {
  .modal.modal-tabela {
    align-items: flex-end;
  }

  .modal.modal-tabela .modal-content {
    padding-inline: 1.25rem;
    border-radius: 24px 24px 0 0;
    padding-bottom: 1.25rem;
  }

  

  .modal.modal-tabela .modal-content .cover {
    overflow-x: auto;
    width: calc(100% + 20px);
  }

  .modal.modal-tabela .modal-content .cover img {
    width: 100%;
    max-width: initial;
    object-fit: contain;
  }
}

.modal.modal-mesh-type {
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}

.modal.modal-mesh-type .modal-content {
  padding-bottom: 2.5rem;
  background-color: #FFFFFF;
  max-width: 44.375rem;
  border-radius: 24px;
  padding: 2.5rem;
  height: calc(100vh - 8.75rem);
  display: flex;
  flex-direction: column;
  height: auto;
}

.modal.modal-mesh-type .modal-content img {
  aspect-ratio: 1/1;
}

.modal.modal-mesh-type .modal-content header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.modal.modal-mesh-type .modal-content header h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 111%;
  text-align: center;
  color: #2F2A33;
}

.modal.modal-mesh-type .modal-content header button {
  font-size: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
}

.modal.modal-mesh-type .modal-content p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #2F2A33;
  margin-bottom: 1.5rem;
}

.modal.modal-mesh-type .modal-content .cover {
  border-radius: 1rem;
  width: 100%;
  background-color: #535557;
  overflow: hidden;
  flex: 1;
}

.modal.modal-mesh-type .modal-content .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal.modal-mesh-type.active {
  visibility: visible;
}

@media screen and (max-width: 1024px) {
  .modal.modal-mesh-type {
    align-items: flex-end;
  }

  .modal.modal-mesh-type .modal-content {
    border-radius: 24px 24px 0 0;
    padding-inline: 1.25rem;
    height: auto;
    max-height: 90vh;
    max-width: calc(100% - 30px);
  }

  .modal.modal-mesh-type .modal-content .btn-close {
    width: 20px;
  }

  .modal.modal-mesh-type .modal-content .btn-close svg {
    display: block;
    width: 100%;
  }

  .modal.modal-mesh-type .modal-content .cover {
    aspect-ratio: 1/1;
    flex: initial;
  }
}

.modal.modal-gallery {
  background-color: #37383F;
  visibility: hidden;
  opacity: 0;
  transition: 200ms;
}

.modal.modal-gallery .modal-content {
  height: 100%;
  padding-top: 8.75rem;
  padding-bottom: 2.625rem;
  position: relative;
  overflow-y: auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.modal.modal-gallery .modal-content .btn-close {
  top: 3.75rem;
  right: 8.75rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  border: 0;
}

.modal.modal-gallery .modal-content .btn-close svg {
  display: block;
  width: 100%;
  height: 100%;
}

.modal.modal-gallery .modal-content .swiper-gallery {
  width: 100%;
  padding-bottom: 6.25rem;
}

.modal.modal-gallery .modal-content .swiper-gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px;
}

.modal.modal-gallery .modal-content .swiper-gallery .swiper-button-prev,
.modal.modal-gallery .modal-content .swiper-gallery .swiper-button-next {
  top: calc(5.75rem + (100% - 5.75rem - 12.5rem) / 2);
  background-size: contain;
  width: 5rem;
  height: 5rem;
  background-repeat: no-repeat;
  background-position: center;
}

.modal.modal-gallery .modal-content .swiper-gallery .swiper-button-prev svg,
.modal.modal-gallery .modal-content .swiper-gallery .swiper-button-next svg {
  display: none;
}

.modal.modal-gallery .modal-content .swiper-gallery .swiper-button-prev.swiper-button-disabled,
.modal.modal-gallery .modal-content .swiper-gallery .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}

@media screen and (max-width: 1024px) {

  .modal.modal-gallery .modal-content .swiper-gallery .swiper-button-prev,
  .modal.modal-gallery .modal-content .swiper-gallery .swiper-button-next {
    top: calc(8.75rem + (100% - 5.75rem - 12.5rem) / 2);
  }
}

.modal.modal-gallery .modal-content .swiper-gallery .swiper-button-prev {
  left: 8.4375rem;
  background-image: url(../images/icons/swiper-arrow-left-active.svg);
  cursor: pointer;
}

.modal.modal-gallery .modal-content .swiper-gallery .swiper-button-prev.swiper-button-disabled {
  pointer-events: unset !important;
}

.modal.modal-gallery .modal-content .swiper-gallery .swiper-button-next {
  right: 8.4375rem;
  background-image: url(../images/icons/swiper-arrow-right-active.svg);
  cursor: pointer;
}

.modal.modal-gallery .modal-content .swiper-gallery .swiper-button-next.swiper-button-disabled {
  pointer-events: unset !important;
}

.modal.modal-gallery .modal-content .swiper-gallery .swiper-pagination .swiper-pagination-bullet {
  width: 3.4375rem;
  height: 0.375rem;
  background-color: #1F2127;
  opacity: 1;
  border-radius: 8px;
  margin-inline: 0 0.3125rem;
}

.modal.modal-gallery .modal-content .swiper-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 3.4375rem;
  height: 0.375rem;
  background-color: #FFFFFF;
  border-radius: 8px;
}

.modal.modal-gallery .modal-content .swiper-gallery .swiper-counter {
  position: absolute;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 111%;
  text-align: center;
  color: #FFFFFF;
  pointer-events: none;
}

.modal.modal-gallery .modal-content .swiper-gallery .swiper-counter span {
  font-weight: 600;
}

.modal.modal-gallery.open {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1700px) {
  .modal.modal-gallery .modal-content .swiper .swiper-button-prev {
    left: 10px;
    width: 3.75rem;
    height: 3.75rem;
  }

  .modal.modal-gallery .modal-content .swiper .swiper-button-next {
    right: 10px;
    width: 3.75rem;
    height: 3.75rem;
  }
}

@media screen and (max-width: 1024px) {
  .modal.modal-gallery .modal-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0;
  }

  .modal.modal-gallery .modal-content .btn-close {
    top: 2.5rem;
    right: 1.25rem;
  }

  .modal.modal-gallery .modal-content .swiper {
    width: 100%;
    padding-bottom: 3.125rem;
  }

  .modal.modal-gallery .modal-content .swiper .swiper-button-prev {
    left: 10px;
    width: 2rem;
    height: 2rem;
  }

  .modal.modal-gallery .modal-content .swiper .swiper-button-next {
    right: 10px;
    width: 2rem;
    height: 2rem;
  }

  .modal.modal-gallery .modal-content .swiper .swiper-pagination {
    display: none;
  }

  .modal.modal-gallery .modal-content .swiper .swiper-counter {
    font-size: 0.875rem;
    bottom: 0.625rem;
  }
}

.swiper {
  padding-bottom: 3.5rem;
}

.swiper .swiper-pagination {
  bottom: 0;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #E6E8EB;
  opacity: 1;
  margin-inline: 0 1.5rem;
  transition: 200ms;
}

.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #989B4E;
  width: 7.5rem;
  border-radius: 24px;
}

.hero {
  background-image: url(../images/home-hero-1920.png);
  background-size: cover;
  background-position: center;
  height: 100vh;
  padding-top: 6.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero .hero-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.hero .hero-video-wrapper::after {
  position: absolute;
  top: 0;
  content: ' ';
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero .hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}

.hero .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.hero .container .box {
  max-width: 53.125rem;
  margin-inline: auto;
}

.hero .container .box .group-title {
  margin-bottom: 5.625rem;
}

.hero .container .box .group-title h1 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 111%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}

.hero .container .box .group-title p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 111%;
  text-align: center;
  color: #FFFFFF;
  max-width: 38.25rem;
  margin-inline: auto;
}

.hero .container .box .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.hero .container .box .buttons .btn-primary {
  padding-inline: 4rem;
}

@media screen and (max-width: 1024px) {
  .hero {
    height: calc(100vh - 80px);
    padding-top: 0rem;
    padding-bottom: 0rem;
    min-height: 40rem;
    align-items: center;
    justify-content: center;
  }

  .hero .container .box .group-title {
    margin-bottom: 1.5rem;
  }

  .hero .container .box .group-title h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 111%;
    margin-bottom: 0.5rem;
  }

  .hero .container .box .group-title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
  }

  .hero .container .box .buttons {
    flex-direction: column;
    max-width: 25rem;
    margin-inline: auto;
  }

  .hero .container .box .buttons .btn {
    width: 100%;
  }
}

.hero-about {
  background-image: url(../images/bg-hero-about.svg);
  background-size: cover;
  background-color: #989B4E;
  position: relative;
}

.hero-about .fade-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(to bottom, rgba(152, 162, 87, 0) 0%, rgba(152, 162, 87, 0.3) 30%, rgba(152, 162, 87, 0.7) 60%, rgb(152, 162, 87) 100%);
  pointer-events: none;
}

.hero-about .container {
  max-height: 33.75rem;
  overflow-y: auto;
  padding-top: 5rem;
  padding-bottom: 6.875rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-bottom: 3rem;
}

.hero-about .container::-webkit-scrollbar {
  display: none;
}

.hero-about .container .box {
  max-width: 68.125rem;
  margin-inline: auto;
}

.hero-about .container .box h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #E5E3B3;
  margin-bottom: 3.75rem;
}

.hero-about .container .box p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 180%;
  color: #FFFFFF;
}

.hero-about .container .box p+p {
  margin-top: 2.625rem;
}

@media screen and (max-width: 1024px) {
  .hero-about {
    background-image: none;
  }

  .hero-about .container {
    padding-bottom: 5.625rem;
    max-height: calc(100vh - 92px);
  }

  .hero-about .container .box h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 2.5rem;
  }

  .hero-about .container .box p {
    font-size: 16px;
    line-height: 180%;
  }

  .hero-about .container .box p+p {
    margin-top: 1.875rem;
  }
}

.section-features {
  margin-bottom: 12.5rem;
}

.section-features .container {
  padding-top: 6.25rem;
}

.section-features .container .item {
  max-width: 18.75rem;
}

.section-features .container .item .icon {
  height: 6.25rem;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.1875rem;
}

.section-features .container .item .icon img {
  height: 100px;
  width: auto;
  object-fit: contain;
}

.section-features .container .item h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 180%;
  color: #373819;
}

.section-features .container .item p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #2E3035;
}

@media screen and (max-width: 1024px) {
  .section-features {
    margin-bottom: 5rem;
  }

  .section-features .container {
    padding-top: 1.5rem;
  }

  .section-features .container .item h2 {
    color: #989B4E;
  }

  .section-features .container .item p {
    color: #989B4E;
  }
}

.review .card-review {
  height: 41.875rem;
  border-radius: 16px;
  position: relative;
  padding: 3rem;
  display: flex;
  justify-content: flex-end;
}

.review .card-review .bg-review {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.review .card-review .box-comment {
  background: #989B4E;
  border-radius: 16px;
  width: 40.75rem;
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 2.5rem 3rem;
  display: flex;
  flex-direction: column;
}

.review .card-review .box-comment .quote {
  width: 3.5rem;
  height: 3.5rem;
  flex-shrink: 0;
}

.review .card-review .box-comment .text {
  flex: 1;
  margin-top: 1.875rem;
  padding-bottom: 1.875rem;

}

.review .card-review .box-comment .text p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
}

.review .card-review .box-comment .text p+p {
  margin-top: 1.875rem;
}

.review .card-review .box-comment .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review .card-review .box-comment .footer .person {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.review .card-review .box-comment .footer .person img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.review .card-review .box-comment .footer .person .info h4 {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}

.review .card-review .box-comment .footer .person .info p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
}

.review .container .group-title {
  margin-bottom: 1.5rem;
}

.review .container .group-title h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 111%;
  text-align: center;
  color: #2F2A33;
  margin-bottom: 0.5rem;
}

.review .container .group-title p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #2F2A33;
}

.review .swiper {
  margin-left: auto;
  margin-right: 0;
  padding-right: 6.25rem;
  padding-inline: calc((100% - 1650px) / 2);
}

.review .swiper .swiper-button-prev,
.review .swiper .swiper-button-next {
  top: calc(5.75rem + (100% - 5.75rem - 12.5rem) / 2);
  background-size: contain;
  width: 5rem;
  height: 5rem;
  background-repeat: no-repeat;
  background-position: center;
}

.review .swiper .swiper-button-prev svg,
.review .swiper .swiper-button-next svg {
  display: none;
}

.review .swiper .swiper-button-prev.swiper-button-disabled,
.review .swiper .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}

@media screen and (max-width: 1024px) {

  .review .swiper .swiper-button-prev,
  .review .swiper .swiper-button-next {
    display: none;
  }
}

.review .swiper .swiper-button-prev {
  left: calc((100% - 1720px) / 2);
  background-image: url(../images/icons/swiper-arrow-left-active.svg);
}

.review .swiper .swiper-button-prev.swiper-button-disabled {
  background-image: url(../images/icons/swiper-arrow-left-inactive.svg);
}

.review .swiper .swiper-button-next {
  right: calc((100% - 1720px) / 2);
  background-image: url(../images/icons/swiper-arrow-right-active.svg);
}

.review .swiper .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/icons/swiper-arrow-right-inactive.svg);
}

@media screen and (max-width: 1700px) {
  .review .swiper {
    padding-inline: 2.5rem;
  }

  .review .swiper .swiper-button-prev {
    left: 10px;
    width: 3.75rem;
    height: 3.75rem;
  }

  .review .swiper .swiper-button-next {
    right: 10px;
    width: 3.75rem;
    height: 3.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .review .swiper .swiper-pagination .swiper-pagination-bullet {
    transition: 200ms;
  }

  .review .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 7.5rem;
    border-radius: 24px;
  }
}

@media screen and (max-width: 850px) {
  .review .swiper {
    width: calc(100% - 40px);
    margin-inline: auto;
    padding-inline: 0;
  }
}

@media screen and (max-width: 1300px) {
  .review .container .card-review .box-comment {
    width: 37.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .review .card-review {
    padding: 0;
    padding-top: 18.75rem;
    padding-inline: 0.75rem;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
    position: relative;
    width: 100%;
    max-width: 31.25rem;
  }

  .review .card-review .bg-review {
    display: none;
  }

  .review .card-review .bg-review-mobile {

    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 26.25rem;
    border-radius: 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .review .card-review .box-comment {
    width: 100%;
    padding-inline: 1.25rem;
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
  }

  .review .card-review .box-comment .quote {
    width: 3.5rem;
    height: 3.5rem;
  }

  .review .card-review .box-comment .text {
    margin-top: 1.125rem;
  }

  .review .card-review .box-comment .text p {
    font-family: "Arvo";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
  }

  .review .card-review .box-comment .text p+p {
    margin-top: 1.3125rem;
  }

  .review .card-review .box-comment .footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .review .card-review .box-comment .footer .person {
    gap: 0.5rem;
  }

  .review .card-review .box-comment .footer .person .info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .review .card-review .box-comment .footer .person .info h4 {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 0.25rem;
  }

  .review .card-review .box-comment .footer .person .info p {
    font-size: 12px;
    line-height: 150%;
  }

  .review .card-review .box-comment .footer .btn {
    width: 100%;
  }

  .review .container .group-title {
    margin-bottom: 1.5rem;
  }

  .review .container .group-title h2 {
    font-size: 24px;
    line-height: 111%;
    margin-bottom: 0.5rem;
  }

  .review .container .group-title p {
    font-size: 16px;
    line-height: 150%;
    max-width: 25rem;
    margin-inline: auto;
  }
}

.banner-01 {
  max-width: 103.125rem;
  margin-inline: auto;
  border-radius: 16px;
  background-color: #989B4E;
  padding: 100px 160px;
  position: relative;
  margin-bottom: 12.5rem;
}

.banner-01 .box {
  max-width: 25.625rem;
}

.banner-01 .box h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 110%;
  color: #373819;
  margin-bottom: 1rem;
}

.banner-01 .box p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #373819;
  margin-bottom: 2rem;
}

.banner-01 .box a {
  height: 4.5rem;
  background: #FFFFFF;
  border-radius: 16px;
  padding-inline: 3.375rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #373819;
}

.banner-01 .img-fixed {
  position: absolute;
  top: -3.875rem;
  right: 6rem;
}

@media screen and (max-width: 1700px) {
  .banner-01 {
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 1500px) {
  .banner-01 {
    padding-inline: 5rem;
  }
}

@media screen and (max-width: 1400px) {
  .banner-01 .img-fixed {
    width: 31.25rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 1200px) {
  .banner-01 {
    padding-bottom: 23.125rem;
    width: calc(100% - 40px);
    max-width: 31.25rem;
    padding-inline: 2rem;
    padding-top: 3rem;
  }

  .banner-01 .box h2 {
    font-size: 36px;
    line-height: 110%;
    margin-bottom: 8px;
  }

  .banner-01 .box p {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 1rem;
  }

  .banner-01 .box a {
    width: 100%;
    height: 4rem;
    font-size: 16px;
    padding-inline: 1.25rem;
  }

  .banner-01 .img-fixed {
    width: 25rem;
    top: initial;
    transform: translateX(-50%);
    left: 50%;
    right: initial;
    bottom: -6.875rem;
  }
}

.full-banner {
  width: calc(100% - 80px);
  margin-inline: auto;
  max-width: 103.125rem;
  padding-block: 10rem;
  border-radius: 40px;
  background-image: url(../images/bg-banner-full.svg);
  margin-bottom: 5rem;
}

.full-banner .box {
  max-width: 57.5rem;
  margin-inline: auto;
}

.full-banner .box h2 {
  margin-bottom: 2rem;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 111%;
  text-align: center;
  color: #E5E3B3;
}

.full-banner .box h2 br {
  display: none;
}

.full-banner .box .buttons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}

.full-banner .box .buttons .btn-secondary {
  border-color: #E5E3B3;
  color: #E5E3B3;
}

@media screen and (max-width: 1200px) {
  .full-banner .box h2 {
    font-size: 3rem;
    max-width: 31.25rem;
    margin-inline: auto;
  }

  .full-banner .box .buttons {
    flex-direction: column;
    gap: 1rem;
  }

  .full-banner .box .buttons .btn {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .full-banner {
    padding: 5rem 1.5rem;
    width: calc(100% - 40px);
    background: #373819;
    border-radius: 24px;
  }

  .full-banner .box h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .full-banner .box h2 br {
    display: block;
  }

  .full-banner .box .buttons {
    gap: 0.5rem;
    width: 100%;
  }

  .full-banner .box .buttons .btn {
    height: 3.5rem;
    padding-inline: 0.625rem;
    text-align: center;
  }

  .full-banner .box .buttons .btn-primary {
    font-size: 0;
  }

  .full-banner .box .buttons .btn-primary::after {
    content: "Montar meu uniforme agora";
    font-size: 1rem;
  }
}

.input-group label {
  display: block;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 111%;
  color: #2E3035;
  margin-bottom: 0.5rem;
}

.input-group label span {
  color: #FF3B30;
}

.input-group input {
  display: block;
  width: 100%;
  height: 3rem;
  padding-inline: 1.5rem;
  border: 1px solid #D1D4D8;
  border-radius: 8px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 111%;
}

.input-group input::-moz-placeholder {
  color: #B7BABE;
}

.input-group input::placeholder {
  color: #B7BABE;
}

@media screen and (max-width: 1024px) {
  .input-group label {
    font-size: 0.875rem;
    margin-bottom: 0.375rem;
  }

  .input-group input {
    height: 2.5rem;
    padding-inline: 0.875rem;
    font-size: 1rem;
  }
}

.group-select {
  position: relative;
}

.group-select .input-group-select {
  position: relative;
}

.group-select .input-group-select label {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 111%;
  color: #2E3035;
  display: block;
  margin-bottom: 0.5rem;
}

.group-select .input-group-select .select-trigger {
  height: 3rem;
  border-radius: 8px;
  background-color: #FFF;
  padding-inline: 1.5625rem;
  /* Corporativo */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 111%;
  color: #2E3035;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  border: 1px solid #2E3035;
}

.group-select .input-group-select .select-trigger .select-value {
  flex: 1;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 1rem;
}

.group-select .input-group-select .select-trigger .select-arrow {
  flex-shrink: 0;
  transition: transform 0.2s;
}

.group-select .input-group-select .select-trigger.active .select-arrow {
  transform: rotate(180deg);
}

.group-select .select-modal {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 0.5rem;
  z-index: 1000;
}

.group-select .select-modal.active {
  display: block;
}

.group-select .select-modal .select-modal-content {
  background-color: #FFFFFF;
  border-radius: 12px;
  width: 100%;
  max-height: 300px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.group-select .select-modal .select-modal-content ::-webkit-scrollbar {
  width: 0.5rem;
}

.group-select .select-modal .select-modal-content ::-webkit-scrollbar-thumb {
  background-color: #989B4E;
  border-radius: 0.25rem;
}

.group-select .select-modal .select-modal-content ::-webkit-scrollbar-track {
  background-color: transparent;
}

.group-select .select-modal .select-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #D1D4D8;
}

.group-select .select-modal .select-modal-header h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 111%;
  color: #2E3035;
  margin: 0;
}

.group-select .select-modal .select-modal-header .select-modal-close {
  background: none;
  border: none;
  color: #000;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.group-select .select-modal .select-modal-header .select-modal-close:hover {
  opacity: 0.7;
}

.group-select .select-modal .select-options {
  overflow-y: auto;
  padding: 0.5rem;
}

.group-select .select-modal .select-options button {
  width: 100%;
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 111%;
  color: #2E3035;
  text-align: left;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color 0.2s;
}

.group-select .select-modal .select-options button:hover {
  background-color: rgba(152, 204, 71, 0.1);
}

.group-select .select-modal .select-options button.selected {
  background-color: #98CC47;
  color: #002E2B;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .group-select .input-group-select label {
    font-size: 0.875rem;
    margin-bottom: 0.375rem;
  }

  .group-select .input-group-select .select-trigger {
    height: 2.5rem;
    padding-inline: 0.875rem;
    font-size: 1rem;
  }

  .group-select .select-modal .select-modal-content .select-options button {
    padding: 0.625rem 1rem;
    font-size: 1rem;
  }
}

.separador {
  height: 5rem;
  background-color: #fbfbfb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
}

@media screen and (max-width: 1100px) {
  .separador {
    font-size: 1.25rem;
  }
}

.c-hero {
  background-image: url(../images/components/hero-bg-1.svg);
  background-size: cover;
}

.c-hero .container {
  padding-top: 17.5rem;
  padding-bottom: 2.5rem;
  position: relative;
}

.c-hero .container .logo {
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4.6875rem;
}

.c-hero .container .wrapper {
  display: flex;
  gap: 6.25rem;
  justify-content: content;
}

.c-hero .container .wrapper .buttons {
  display: none;
  align-items: center;
  gap: 0.4375rem;
  margin-top: 2rem;
}

.c-hero .container .wrapper .buttons .btn-secondary {
  color: #E5E3B3;
  border-color: #E5E3B3;
}

.c-hero .container .wrapper .left {
  max-width: 41.875rem;
  flex: 1;
}

.c-hero .container .wrapper .left .title {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 111%;
  color: #E5E3B3;
  margin-bottom: 1rem;
}

.c-hero .container .wrapper .left .p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #E5E3B3;
}

.c-hero .container .wrapper .left .buttons {
  display: flex;
}

.c-hero .container .wrapper .right {
  max-width: 810px;
  flex: 1;
}

.c-hero .container .wrapper .right .embed-video {
  aspect-ratio: 16/9;
  width: 100%;
  border-radius: 18px;
  background-color: #2D2D2D;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 993px) {
  .c-hero .container .wrapper .right .embed-video {
    aspect-ratio: 9/16;
  }
}

.c-hero .container .wrapper .right .embed-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.c-hero .container ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 0.8125rem;
  margin-top: 10.625rem;
}

.c-hero .container ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.c-hero .container ul li span {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #E5E3B3;
}

@media screen and (max-width: 1400px) {
  .c-hero .container {
    padding-top: 10rem;
  }

  .c-hero .container .wrapper {
    flex-direction: column;
    gap: 2.5rem;
  }

  .c-hero .container .wrapper .left {
    max-width: initial;
  }

  .c-hero .container .wrapper .left .buttons {
    display: none;
  }

  .c-hero .container .wrapper .right {
    max-width: initial;
  }

  .c-hero .container .wrapper .buttons {
    display: flex;
    width: 100%;
    margin-top: 0;
  }

  .c-hero .container .wrapper .buttons .btn {
    flex: 1;
  }

  .c-hero .container ul {
    margin-top: 2.5rem;
    margin-inline: auto;
    justify-content: center;
  }
}

@media screen and (max-width: 1024px) {
  .c-hero {
    background: #373819;
  }

  .c-hero .container {
    padding-top: 6.875rem;
    padding-bottom: 3rem;
  }

  .c-hero .container .logo {
    top: 2.5rem;
    width: 2.0625rem;
  }

  .c-hero .container .wrapper {
    gap: 0rem;
  }

  .c-hero .container .wrapper .buttons {
    flex-direction: column;
  }

  .c-hero .container .wrapper .buttons .btn {
    flex: none;
    width: 100%;
  }

  .c-hero .container .wrapper .left .title {
    font-size: 24px;
    line-height: 111%;
    margin-bottom: 0.5rem;
  }

  .c-hero .container .wrapper .left .p {
    font-size: 12px;
    line-height: 140%;
  }

  .c-hero .container .wrapper .right {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }

  .c-hero .container .wrapper .buttons .btn {
    height: 3.5rem;
  }

  .c-hero .container ul {
    margin-top: 2.5rem;
  }

  .c-hero .container ul li {
    gap: 0.5rem;
  }

  .c-hero .container ul li span {
    font-size: 0.625rem;
  }
}

.c-table-before-after {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-color: #F3F2FA;
}

.c-table-before-after .container .wrapper-table {
  border: 1px solid #373819;
  border-radius: 16px;
  overflow: hidden;
}

.c-table-before-after .container .wrapper-table .table {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.c-table-before-after .container .wrapper-table .table .thead {
  height: 5.625rem;
  background-color: #E5E3B3;
  padding-left: 2rem;
  display: flex;
  align-items: center;
  border-right: 1px solid #373819;
  border-bottom: 1px solid #373819;
}

.c-table-before-after .container .wrapper-table .table .thead span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 111%;
  color: #373819;
}

.c-table-before-after .container .wrapper-table .table .tbody .tr {
  padding-inline: 2rem;
  border-right: 1px solid #373819;
}

.c-table-before-after .container .wrapper-table .table .tbody .tr+.tr .td {
  border-top: 1px solid transparent;
}

.c-table-before-after .container .wrapper-table .table .tbody .tr .td {
  height: 4.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.c-table-before-after .container .wrapper-table .table .tbody .tr .td span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 111%;
  color: #2E3035;
}

@media screen and (max-width: 1024px) {
  .c-table-before-after {
    padding-block: 3rem;
  }

  .c-table-before-after .container .wrapper-table .table {
    grid-template-columns: 1fr;
  }

  .c-table-before-after .container .wrapper-table .table .thead {
    border-right: none;
    height: 4.375rem;
  }

  .c-table-before-after .container .wrapper-table .table .thead span {
    font-size: 1.25rem;
  }

  .c-table-before-after .container .wrapper-table .table .right {
    border-top: 1px solid #373819;
  }

  .c-table-before-after .container .wrapper-table .table .tbody .tr {
    border-right: 0;
  }

  .c-table-before-after .container .wrapper-table .table .tbody .tr+.tr .td {
    border-top: 1px solid #9A9EA2;
  }

  .c-table-before-after .container .wrapper-table .table .tbody .tr .td {
    gap: 1rem;
  }

  .c-table-before-after .container .wrapper-table .table .tbody .tr .td span {
    font-size: 0.875rem;
  }
}

.c-within-quality {
  padding-block: 5.125rem;
}

.c-within-quality .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-within-quality .container .left {
  max-width: 41.875rem;
}

.c-within-quality .container .left h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #2F2A33;
  margin-bottom: 0.5rem;
}

.c-within-quality .container .left p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #2F2A33;
  margin-bottom: 2.5rem;
}

.c-within-quality .container .left ul {
  list-style: none;
  margin-left: 2rem;
  margin-bottom: 3rem;
}

.c-within-quality .container .left ul li {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 111%;
  color: #2E3035;
  padding-left: 1.6875rem;
  background-image: url(../images/icons/icon-li-1.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.c-within-quality .container .left ul li+li {
  margin-top: 2rem;
}

.c-within-quality .container .left .btn {
  width: -moz-max-content;
  width: max-content;
  padding-inline: 3rem;
}

.c-within-quality .container .right {
  padding-right: 4.5rem;
}

.c-within-quality .container .right img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-within-quality .container .right .box-1 {
  width: 41.875rem;
  aspect-ratio: 670/780;
  border-radius: 24px;
  position: relative;
}

.c-within-quality .container .right .box-1 img {
  border-radius: 24px;
}

.c-within-quality .container .right .box-1 .box-2 {
  aspect-ratio: 264/452;
  width: 16.5rem;
  position: absolute;
  left: -8.75rem;
  bottom: 3.25rem;
  border-radius: 16px;
}

.c-within-quality .container .right .box-1 .box-2 img {
  border-radius: 16px;
}

.c-within-quality .container .right .box-1 .box-3 {
  aspect-ratio: 260/257;
  width: 16.25rem;
  position: absolute;
  right: -4.5rem;
  top: 1.875rem;
  border-radius: 16px;
}

.c-within-quality .container .right .box-1 .box-3 img {
  border-radius: 16px;
}

.c-within-quality .container>.btn {
  display: none;
}

@media screen and (max-width: 1550px) {
  .c-within-quality .container .right .box-1 {
    width: 35.625rem;
  }

  .c-within-quality .container .right .box-1 .box-2 {
    aspect-ratio: 102/176;
  }

  .c-within-quality .container .right .box-1 .box-3 {
    width: 10rem;
    aspect-ratio: 1/1;
  }
}

@media screen and (max-width: 1400px) {
  .c-within-quality .container {
    flex-direction: column;
    gap: 2.5rem;
  }

  .c-within-quality .container .left ul {
    margin-bottom: 0;
  }

  .c-within-quality .container .left .btn {
    display: none;
  }

  .c-within-quality .container .right {
    padding-right: 0;
  }

  .c-within-quality .container>.btn {
    display: flex;
    width: 100%;
    max-width: 31.25rem;
  }
}

@media screen and (max-width: 1100px) {
  .c-within-quality .container .left h2 {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 0.5rem;
  }

  .c-within-quality .container .left p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 1.5rem;
  }

  .c-within-quality .container .left ul {
    margin-left: 2rem;
    margin-bottom: 0rem;
  }

  .c-within-quality .container .left ul li {
    background-position: top 5px left;
    font-size: 0.75rem;
    line-height: 1.4;
  }

  .c-within-quality .container .left ul li+li {
    margin-top: 1rem;
  }

  .c-within-quality .container .right .box-1 {
    width: 25rem;
  }

  .c-within-quality .container .right .box-1 .box-2 {
    width: 9.375rem;
    left: -4.6875rem;
  }

  .c-within-quality .container>.btn {
    margin-top: -1rem;
  }
}

@media screen and (max-width: 768px) {
  .c-within-quality .container .right .box-1 {
    width: 100%;
    aspect-ratio: 335/380;
  }

  .c-within-quality .container .right .box-1 .box-2 {
    width: 100px;
    aspect-ratio: 100/176;
    bottom: 2.125rem;
    left: -0.9375rem;
  }

  .c-within-quality .container .right .box-1 .box-3 {
    width: 116px;
    aspect-ratio: 1/1;
    top: 1.5rem;
    right: -0.9375rem;
  }
}

.c-numbers .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  padding-block: 7.5rem;
}

.c-numbers .container .card {
  background: #E6E8EB;
  border-radius: 16px;
  padding-top: 4rem;
  padding-bottom: 4.875rem;
  padding-inline: 4rem;
}

.c-numbers .container .card .icon {
  height: 3.125rem;
  margin-bottom: 2.25rem;
  display: flex;
  align-items: center;
}

.c-numbers .container .card .title {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: #373819;
  margin-bottom: 0.25rem;
}

.c-numbers .container .card .p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #373819;
}

@media screen and (max-width: 1200px) {
  .c-numbers .container {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-block: 5rem;
  }

  .c-numbers .container .card {
    padding-block: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 3rem;
  }

  .c-numbers .container .card .icon {
    height: 2rem;
    max-width: 2rem;
    margin-bottom: 1.5rem;
  }

  .c-numbers .container .card .icon svg {
    height: 100%;
    display: block;
  }

  .c-numbers .container .card .title {
    font-size: 2rem;
    line-height: 1.2;
  }

  .c-numbers .container .card .p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.c-about-ours .container {
  display: flex;
  justify-content: space-between;
  gap: 6.25rem;
  padding-block: 5rem;
}

.c-about-ours .container .cover {
  max-width: 50.625rem;
}

.c-about-ours .container .cover img {
  display: block;
  width: 100%;
  border-radius: 24px;
}

.c-about-ours .container .cover .btn {
  display: none;
}

.c-about-ours .container .description {
  max-width: 41.875rem;
  display: flex;
  flex-direction: column;
}

.c-about-ours .container .description .text {
  padding-bottom: 1.25rem;
}

.c-about-ours .container .description .text h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #2F2A33;
  margin-bottom: 0.5rem;
}

.c-about-ours .container .description .text h3 {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #2F2A33;
  margin-bottom: 2.125rem;
}

.c-about-ours .container .description .text p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5D5F67;
}

.c-about-ours .container .description .text p+p {
  margin-top: 1.5rem;
}

.c-about-ours .container .description .btn {
  margin-top: auto;
}

@media screen and (max-width: 1400px) {
  .c-about-ours .container {
    flex-direction: column-reverse;
    gap: 2.5rem;
  }

  .c-about-ours .container .cover {
    max-width: 43.75rem;
    margin-inline: auto;
    width: 100%;
  }

  .c-about-ours .container .cover .btn {
    display: flex;
    margin-top: 1.5rem;
  }

  .c-about-ours .container .description {
    max-width: 43.75rem;
    margin-inline: auto;
  }

  .c-about-ours .container .description .text {
    padding-bottom: 0;
  }

  .c-about-ours .container .description .btn {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .c-about-ours .container {
    padding-block: 5rem;
    gap: 1.5rem;
  }

  .c-about-ours .container .description {
    margin-bottom: 0;
  }

  .c-about-ours .container .description .text h2 {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
  }

  .c-about-ours .container .description .text h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  .c-about-ours .container .description .text p {
    font-size: 0.875rem;
  }

  .c-about-ours .container .description .text p+p {
    margin-top: 1.5rem;
  }

  .c-about-ours .container .cover img {
    border-radius: 24px;
  }
}

.box-audio {
  margin-top: auto;
}

.box-audio .title {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #E5E3B3;
  display: block;
  margin-bottom: 0.5rem;
}

.box-audio .controlls {
  display: flex;
  align-items: center;
  padding: 18px 24px;
  background-color: #E5E3B3;
  gap: 20px;
  border-radius: 43px;
}

.box-audio .controlls .left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.box-audio .controlls .left span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #373819;
}

.box-audio .controlls .left .play-pause {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  background-color: transparent;
}

.box-audio .controlls .progress {
  flex: 1;
  height: 5px;
  background-color: #989B4E;
  border-radius: 9px;
}

.box-audio .controlls .progress .percentage {
  display: block;
  width: 0%;
  height: 100%;
  background-color: #373819;
}

.box-audio .controlls .volume {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  background-color: transparent;
}

@media screen and (max-width: 1024px) {
  .box-audio .controlls {
    padding: 0.875rem 1rem;
    gap: 0.5rem;
  }

  .box-audio .controlls .left span {
    font-size: 0.75rem;
  }
}

.page-01-home main {
  overflow-x: hidden;
  width: 100%;
}

.page-01-home .hero {
  background-image: url(../images/home-hero-1920.png);
  background-size: cover;
  background-image: none;
}

@media screen and (max-width: 1024px) {
  .page-01-home .hero {
    background-image: url(../images/home-hero-993.png);
    background-image: none;
  }
}

@media screen and (max-width: 500px) {
  .page-01-home .hero {
    background-position: center right;
    background-image: url(../images/home-hero-500.png);
    background-image: none;
  }
}

.page-01-home .segments-served {
  overflow: hidden;
}

.page-01-home .segments-served .card-product {
  width: 100%;
  padding-inline: 3rem;
  padding-bottom: 3rem;
  background: #E5E3B3;
  border: 1px solid #989B4E;
  border-radius: 16px;
  transition: 200ms;
}

.page-01-home .segments-served .card-product .wrapper-image {
  height: 23.4375rem;
  width: 22.5rem;
  margin-inline: auto;
  position: relative;
  padding-bottom: 2.75rem;
}

.page-01-home .segments-served .card-product .wrapper-image img {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  max-height: 400px;
  transition: 200ms;
}

.page-01-home .segments-served .card-product .wrapper-image::after {
  content: "";
  position: absolute;
  top: 320px;
  left: 50%;
  transform: translateX(-50%);
  width: 215px;
  height: 10px;
  background: rgba(8, 9, 16, 0.25);
  filter: blur(9.15px);
  transition: 200ms;
  opacity: 0;
}

.page-01-home .segments-served .card-product .details {
  padding-bottom: 5.9375rem;
  position: relative;
}

.page-01-home .segments-served .card-product .details h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 180%;
  color: #2F2A33;
  margin-bottom: 0.6875rem;
}

.page-01-home .segments-served .card-product .details p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #2F2A33;
  max-width: 27.125rem;
}

.page-01-home .segments-served .card-product .details .btn-secondary {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #2F2A33;
  border-color: #2F2A33;
}

.page-01-home .segments-served .card-product:hover {
  background: #F0E1FF;
  border: 1px solid #7637A5;
  border-radius: 16px;
}

.page-01-home .segments-served .card-product:hover .wrapper-image img {
  top: -4.375rem;
  width: 20.625rem;
  bottom: 2.75rem;
}

.page-01-home .segments-served .card-product:hover .wrapper-image::after {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .page-01-home .segments-served .card-product {
    padding-inline: 2rem;
    padding-bottom: 2rem;
  }

  .page-01-home .segments-served .card-product .wrapper-image {
    width: 17.1875rem;
    height: 16.75rem;
  }

  .page-01-home .segments-served .card-product .wrapper-image img {
    width: 100%;
  }

  .page-01-home .segments-served .card-product .details {
    padding-top: 2.75rem;
    padding-bottom: 5rem;
  }

  .page-01-home .segments-served .card-product .details h3 {
    font-size: 20px;
    line-height: 180%;
    margin-bottom: 0.25rem;
  }

  .page-01-home .segments-served .card-product .details p {
    font-size: 16px;
    line-height: 180%;
  }
}

.page-01-home .segments-served .container .group-title {
  margin-bottom: 1.0625rem;
}

.page-01-home .segments-served .container .group-title h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 111%;
  text-align: center;
  color: #2F2A33;
  margin-bottom: 0.5rem;
}

.page-01-home .segments-served .container .group-title p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #2F2A33;
}

.page-01-home .segments-served .container .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 1.875rem;
}

.page-01-home .segments-served .swiper {
  margin-left: auto;
  margin-right: 0;
  padding-top: 4.6875rem;
  padding-right: 6.25rem;
  padding-inline: calc((100% - 1650px) / 2);
  margin-top: 0rem;
}

.page-01-home .segments-served .swiper .swiper-wrapper {
  align-items: stretch;
}

.page-01-home .segments-served .swiper .swiper-slide {
  height: auto;
  display: flex;
}

.page-01-home .segments-served .swiper .swiper-slide .card-product {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.page-01-home .segments-served .swiper .swiper-pagination .swiper-pagination-bullet {
  transition: 200ms;
}

.page-01-home .segments-served .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 7.5rem;
  border-radius: 24px;
}

@media screen and (max-width: 1700px) {
  .page-01-home .segments-served .swiper {
    padding-inline: 2.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .page-01-home .segments-served .swiper {
    margin-top: -2.75rem;
    padding-top: 2.75rem;
  }
}

@media screen and (max-width: 850px) {
  .page-01-home .segments-served .swiper {
    width: calc(100% - 40px);
    margin-inline: auto;
    padding-inline: 0;
  }
}

@media screen and (max-width: 1024px) {
  .page-01-home .segments-served .card-product .wrapper-image img {
    max-height: 311px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .page-01-home .segments-served .card-product .wrapper-image::after {
    opacity: 1;
  }

  .page-01-home .segments-served .card-product:hover {
    background: #E5E3B3;
    border: 1px solid #989B4E;
  }

  .page-01-home .segments-served .container .group-title {
    margin-bottom: 3.75rem;
  }

  .page-01-home .segments-served .container .group-title h2 {
    font-size: 24px;
    line-height: 111%;
    margin-bottom: 0.5rem;
  }

  .page-01-home .segments-served .container .group-title p {
    font-size: 16px;
    line-height: 150%;
  }
}

.page-01-home .shop-window {
  margin-block: 12.5rem;
}

.page-01-home .shop-window .container .group-title {
  margin-bottom: 5.625rem;
}

.page-01-home .shop-window .container .group-title h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 111%;
  text-align: center;
  color: #2F2A33;
  margin-bottom: 0.5rem;
}

.page-01-home .shop-window .container .group-title p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #2F2A33;
}

.page-01-home .shop-window .container .item {
  width: 100%;
  aspect-ratio: 318/555;
  background-color: #2F2A33;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.page-01-home .shop-window .container .item .item-thumb,
.page-01-home .shop-window .container .item .item-video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 300ms ease;
}

.page-01-home .shop-window .container .item .item-thumb {
  opacity: 1;
  z-index: 1;
}

.page-01-home .shop-window .container .item .item-video {
  opacity: 0;
  z-index: 0;
}

.page-01-home .shop-window .container .item:hover .item-thumb {
  opacity: 0;
}

9 .page-01-home .shop-window .container .item:hover .item-video {
  opacity: 1;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .page-01-home .shop-window .container .item .item-thumb {
    opacity: 0;
  }

  .page-01-home .shop-window .container .item .item-video {
    opacity: 1;
    z-index: 10;
  }

  .page-01-home .shop-window .container .item::after {
    z-index: 10 !important;
  }
}

.page-01-home .shop-window .container .item .box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  z-index: 40;
}

.page-01-home .shop-window .container .item .box h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 180%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}

.page-01-home .shop-window .container .item::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  filter: blur(42.85px);
  border-radius: 16px;
  width: 28.125rem;
  height: 19.375rem;
  top: 315px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

@media screen and (max-width: 1024px) {
  .page-01-home .shop-window {
    margin-block: 5rem;
  }

  .page-01-home .shop-window .container .group-title {
    margin-bottom: 1.5rem;
  }

  .page-01-home .shop-window .container .group-title h2 {
    font-size: 24px;
    line-height: 111%;
    margin-bottom: 0.5rem;
  }

  .page-01-home .shop-window .container .group-title p {
    font-size: 16px;
    line-height: 150%;
  }
}

.page-01-home .companies {
  margin-block: 10rem;
  overflow: hidden;
}

.page-01-home .companies .swiper {
  padding-bottom: 0;
}

.page-01-home .companies .swiper .swiper-slide {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto !important;
}

.page-01-home .companies .card {
  width: -moz-max-content;
  width: max-content;
  padding: 15px;
}

.page-01-home .companies .card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 100px;
}

@media screen and (max-width: 1024px) {
  .page-01-home .companies {
    margin-block: 9.25rem;
  }
}

.page-02-sobre main {
  width: 100%;
  overflow-x: hidden;
}


.page-02-sobre .section-timeline .container .group-title h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 111%;
  text-align: center;
  color: #2F2A33;
  margin-bottom: 0.5rem;
}

.page-02-sobre .section-timeline .container .group-title p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #2F2A33;
}

.page-02-sobre .section-timeline .item {
  width: 100%;
  aspect-ratio: 390/450;
  position: relative;
  border-radius: 16px;
  perspective: 1000px;
  cursor: pointer;
  flex-shrink: 0;
  z-index: 2;
  --rotation: 0deg;
}

.page-02-sobre .section-timeline .item .front,
.page-02-sobre .section-timeline .item .back {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  border-radius: 16px;
  backface-visibility: hidden;
  transition: transform 1000ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-02-sobre .section-timeline .item .front {
  background-color: #fbfbfb;
  transform: rotateY(var(--rotation));
}

.page-02-sobre .section-timeline .item .front .year {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  height: 34px;
  padding-inline: 32px;
  border-radius: 24px;
  background: #E5E3B3;
  border: 1px solid #989B4E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 111%;
  color: #989B4E;
  text-align: center;
  transition: top 200ms;
  font-family: "Work Sans";
  font-style: normal;
}

.page-02-sobre .section-timeline .item .front .bg-image {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: #FFFFFF;
  background-size: cover;
  background-position: center;
}

.page-02-sobre .section-timeline .item .back {
  background-color: #7637A5;
  transform: rotateY(calc(var(--rotation) + 180deg));
  padding: 2.5rem 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-02-sobre .section-timeline .item .back .year {
  height: 2.125rem;
  border: 1px solid #FFFFFF;
  border-radius: 24px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 111%;
  color: #FFFFFF;
  padding-inline: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.page-02-sobre .section-timeline .item .back h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 111%;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

.page-02-sobre .section-timeline .item .back p {
  font-family: "Arvo";

  font-size: 16px;
  line-height: 180%;
  color: #FFFFFF;
  overflow-y: scroll;
  padding-right: 5px;
}

.page-02-sobre .section-timeline .item .back p.only-mobile {
  display: none;
}

.page-02-sobre .section-timeline .item.flipped .front .year {
  top: 0;
}

.page-02-sobre .section-timeline .wrapper {
  width: 100%;
  overflow: hidden;
}

.page-02-sobre .section-timeline .wrapper .timeline {
  width: 100%;
  margin-left: auto;
  position: relative;
}

.page-02-sobre .section-timeline .wrapper .timeline::after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  right: 0;
  left: 0;
  top: calc(5.75rem + (100% - 5.75rem - 12.5rem) / 2);
  transform: translateY(-50%);
  background-image: url(../images/icons/line-dashed-timeline.svg);
  background-repeat: repeat-x;
}

.page-02-sobre .section-timeline .wrapper .timeline::before {
  top: calc(5.375rem + (100% - 5.75rem - 12.5rem) / 2);
  left: calc((100% - 1650px) / 2);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  border-radius: 999px;
  background-image: url(../images/icons/bullet-timeline.svg);
  background-color: #F3F2FA;
  opacity: 0;
}

.page-02-sobre .section-timeline .wrapper .timeline .swiper {
  margin-top: 0rem;
  padding-top: 5.75rem;
  padding-bottom: 12.5rem;
  position: relative;
  padding-left: calc((100% - 1650px) / 2 + 8.75rem);
}

.page-02-sobre .section-timeline .wrapper .timeline .swiper::before {
  content: "";
  display: block;
  width: calc((100% - 1650px) / 2);
  height: 40px;
  background-color: #F3F2FA;
  position: absolute;
  left: 0px;
  top: calc(5.375rem + (100% - 5.75rem - 12.5rem) / 2);
  transform: translateY(-50%);
}

.page-02-sobre .section-timeline .wrapper .timeline .swiper::after {
  top: calc(5.375rem + (100% - 5.75rem - 12.5rem) / 2);
  right: 0;
  transform: translateY(-50%) translateX(48px);
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  border-radius: 999px;
  background-image: url(../images/icons/bullet-timeline.svg);
  background-color: #F3F2FA;
  opacity: 0;
  transition: 200ms;
}

.page-02-sobre .section-timeline .wrapper .timeline .swiper .swiper-pagination {
  display: none;
}

.page-02-sobre .section-timeline .wrapper .timeline .swiper-slide {
  width: -moz-max-content;
  width: max-content;
}

.page-02-sobre .section-timeline .wrapper .timeline.at-start::before {
  opacity: 1;
}

.page-02-sobre .section-timeline .wrapper .timeline.at-end .swiper::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0px);
}

.page-02-sobre .section-timeline .swiper {
  padding-right: 6.25rem;
}

@media screen and (max-width: 1550px) {
  .page-02-sobre .section-timeline .wrapper .timeline::before {
    left: 0;
    background-color: #F3F2FA;
  }

  .page-02-sobre .section-timeline .wrapper .timeline::after {
    left: 3rem;
  }

  .page-02-sobre .section-timeline .wrapper .timeline .swiper {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (max-width: 1024px) {
  .page-02-sobre .section-timeline {
    margin-bottom: 11.875rem;
  }

  .page-02-sobre .section-timeline .container .group-title h2 {
    font-size: 24px;
    line-height: 111%;
    margin-bottom: 0.5rem;
  }

  .page-02-sobre .section-timeline .container .group-title p {
    font-size: 16px;
    line-height: 150%;
  }

  .page-02-sobre .section-timeline .wrapper .timeline {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .page-02-sobre .section-timeline .wrapper .timeline::after,
  .page-02-sobre .section-timeline .wrapper .timeline::before {
    top: 50%;
  }

  .page-02-sobre .section-timeline .wrapper .timeline::before {
    top: calc(50% - 6px);
  }

  .page-02-sobre .section-timeline .wrapper .timeline .swiper {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
  }

  .page-02-sobre .section-timeline .wrapper .timeline .swiper::after {
    top: calc(50% - 6px);
    width: 2rem;
    height: 2rem;
    background-size: contain;
  }

  .page-02-sobre .section-timeline .wrapper .timeline .swiper .swiper-slide .item .front {
    transform: rotateY(-180deg);
  }

  .page-02-sobre .section-timeline .wrapper .timeline .swiper .swiper-slide .item .front .year {
    top: 0;
  }

  .page-02-sobre .section-timeline .wrapper .timeline .swiper .swiper-slide .item .back {
    transform: rotateY(0deg);
  }

  .page-02-sobre .section-timeline .wrapper .timeline .swiper .swiper-pagination {
    display: block;
    width: calc(100% - 40px);
    margin-inline: auto;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
  }

  .page-02-sobre .section-timeline .wrapper .timeline .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: initial;
    flex: 1;
  }

  .page-01-home .shop-window .container .item .item-thumb {
    opacity: 0;
    z-index: 0;
  }

  .page-01-home .shop-window .container .item .item-video {
    z-index: 10;
    opacity: 1;
  }

}

@media screen and (max-width: 650px) {
  .page-02-sobre .section-timeline .item {
    aspect-ratio: initial;
  }

  .page-02-sobre .section-timeline .item .back {
    position: initial;
    padding: 2rem;
  }

  .page-02-sobre .section-timeline .item .back .year {
    height: 2.125rem;
    padding-inline: 2rem;
    font-size: 1rem;
  }

  .page-02-sobre .section-timeline .item .back h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }

  .page-02-sobre .section-timeline .item .back p {
    font-size: 14px;
    display: none;
  }

  .page-02-sobre .section-timeline .item .back p.only-mobile {
    display: block;
    line-height: 160%;
    ;
  }

  .page-02-sobre .section-timeline .wrapper .timeline {
    width: calc(100% - 2px);
  }

  .page-02-sobre .section-timeline .wrapper .timeline::before {
    left: 0;
    width: 2rem;
    height: 2rem;
    background-size: contain;
  }
}

/* -------------------------------
   iOS only overrides
   - Targets iOS/touch webkit browsers using @supports and pointer:coarse
   - Applies a global font-size: 10px for iOS devices
   ------------------------------- */
@supports (-webkit-touch-callout: none) {
  @media (pointer: coarse) {
    .page-02-sobre .section-timeline .item .back p.only-mobile {
      font-size: 16px !important;
      -webkit-text-size-adjust: 100%;
      /* prevent text auto-size issues on iOS */
    }
  }
}

.page-02-sobre .section-features .container .item {
  width: 100%;
  max-width: 26.25rem;
}

.page-02-sobre .time {
  margin-bottom: 12.5rem;
}

.page-02-sobre .time .container .group-title {
  margin-bottom: 1.5rem;
}

.page-02-sobre .time .container .group-title h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 111%;
  text-align: center;
  color: #2F2A33;
  margin-bottom: 0.5rem;
}

.page-02-sobre .time .container .group-title p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #2F2A33;
}

.page-02-sobre .time .container .group-title p.p-300 {
  font-weight: 300;
}

.page-02-sobre .time .container .card-time .cover {
  height: 34.375rem;
  width: 100%;
  background-size: cover;
  background-color: #FBFBFB;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.page-02-sobre .time .container .card-time .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-02-sobre .time .container .card-time .info {
  background-color: #989B4E;
  padding: 2.5rem 2rem 2.5rem;
  border-radius: 16px;
  margin-top: -0.875rem;
  position: relative;
  z-index: 2;
}

.page-02-sobre .time .container .card-time .info .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #FFFFFF;
}

.page-02-sobre .time .container .card-time .info .top h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 111%;
  color: #FFFFFF;
}

.page-02-sobre .time .container .card-time .info .top .role {
  padding-inline: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  border: 1px solid #FFFFFF;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 111%;
  text-align: center;
  color: #FFFFFF;
}

.page-02-sobre .time .container .card-time .info ul {
  list-style: none;
}

.page-02-sobre .time .container .card-time .info ul li+li {
  margin-top: 1rem;
}

.page-02-sobre .time .container .card-time .info ul li svg {
  min-width: 18px;
  min-height: 18px;
  max-width: 18px;
  max-height: 18px;
}

.page-02-sobre .time .container .card-time .info ul li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 111%;
  color: #FFFFFF;
  text-decoration: none;
}

.page-02-sobre .time .container .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.875rem;
}

@media screen and (max-width: 1024px) {
  .page-02-sobre .time {
    margin-bottom: 5rem;
  }

  .page-02-sobre .time .container .group-title h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .page-02-sobre .time .container .group-title p {
    font-size: 1rem;
  }

  .page-02-sobre .time .container .card-time .cover {
    height: 24.1875rem;
  }

  .page-02-sobre .time .container .card-time .info {
    padding: 1.5rem 2.5rem 1.875rem 1.5rem;
  }

  .page-02-sobre .time .container .card-time .info .top {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .page-02-sobre .time .container .card-time .info .top .role {
    height: 1.8125rem;
    padding-inline: 1.5rem;
    font-size: 0.75rem;
  }

  .page-02-sobre .time .container .card-time .info .top h3 {
    font-size: 1.5rem;
  }

  .page-02-sobre .time .container .card-time .info .ul li a {
    font-size: 0.875rem;
  }

  .page-02-sobre .time .container .card-time .info .ul li a svg {
    width: 1.125rem;
  }

  .page-02-sobre .time .container .card-time .info ul li a {
    font-size: 13px;
  }
}

.page-02-sobre .banner-01 .box {
  max-width: 32.5rem;
}

.page-02-sobre .banner-01 .box a {
  padding-inline: 6.875rem;
}

.page-02-sobre .banner-01 .img-fixed {
  right: 3.25rem;
  top: 50%;
  transform: translateY(-50%);
  max-width: 787px;
  height: 100%;
  width: 100%;
  object-fit: contain;
  aspect-ratio: 787 / 736;
}

@media screen and (max-width: 1200px) {
  .page-02-sobre .banner-01 {
    padding-bottom: 23.125rem;
    width: calc(100% - 40px);
    max-width: 31.25rem;
    padding-inline: 2rem;
    padding-top: 3rem;
  }

  .page-02-sobre .banner-01 .img-fixed {
    top: initial;
    transform: translateX(-50%);
    left: 50%;
    right: initial;
    bottom: -6.875rem;
    max-height: 300px;
  }
}

@media screen and (max-width: 1024px) {
  .page-02-sobre .banner-01 {
    padding-bottom: 18.125rem;
  }

  .page-02-sobre .banner-01 .box a {
    padding-inline: 1.25rem;
  }
}

@media screen and (max-width: 500px) {
  .page-02-sobre .banner-01 {
    padding-bottom: 15rem;
  }

  .page-02-sobre .banner-01 .img-fixed {
    width: 22.875rem;
  }
}

.page-03-produtos-listagem .hero-products {
  padding-top: 11.25rem;
  padding-bottom: 3rem;
  background-color: #989B4E;
  margin-bottom: 2.5rem;
}

.page-03-produtos-listagem .hero-products .container .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.page-03-produtos-listagem .hero-products .container .breadcrumb a {
  text-decoration: none;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 111%;
  text-align: center;
  color: #FFFFFF;
}

.page-03-produtos-listagem .hero-products .container .breadcrumb span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 111%;
  text-align: center;
  color: #FFFFFF;
}

.page-03-produtos-listagem .hero-products .container .box h1 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 111%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0.75rem;
}

.page-03-produtos-listagem .hero-products .container .box p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 111%;
  text-align: center;
  color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
  .page-03-produtos-listagem .hero-products {
    padding-top: 7.5rem;
    padding-bottom: 3rem;
    margin-bottom: 1.5rem;
  }

  .page-03-produtos-listagem .hero-products .container .box .breadcrumb {
    margin-bottom: 1rem;
    gap: 0.5rem;
  }

  .page-03-produtos-listagem .hero-products .container .box .breadcrumb svg {
    width: 0.25rem;
  }

  .page-03-produtos-listagem .hero-products .container .box .breadcrumb a,
  .page-03-produtos-listagem .hero-products .container .box .breadcrumb span {
    font-size: 0.625rem;
  }

  .page-03-produtos-listagem .hero-products .container .box h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 111%;
    margin-bottom: 0.5rem;
  }

  .page-03-produtos-listagem .hero-products .container .box p {
    font-size: 14px;
    line-height: 140%;
  }
}

.page-03-produtos-listagem .section-products {
  margin-bottom: 8rem;
}

.page-03-produtos-listagem .section-products .container {
  display: grid;
  grid-template-columns: 15.625rem 1fr;
  gap: 10.625rem;
}

.page-03-produtos-listagem .section-products .container .wrapper-sidebar {
  position: relative;
}

.page-03-produtos-listagem .section-products .container .menu-sidebar {
  position: sticky;
  top: 12.5rem;
  align-self: start;
  max-height: calc(100vh - 220px);
  overflow-y: scroll;
}

.page-03-produtos-listagem .section-products .container .menu-sidebar .group-menu h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 111%;
  letter-spacing: -0.02em;
  color: #080910;
  margin-bottom: 1.5rem;
}

.page-03-produtos-listagem .section-products .container .menu-sidebar .group-menu .option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-03-produtos-listagem .section-products .container .menu-sidebar .group-menu .option+.option {
  margin-top: 1.125rem;
}

.page-03-produtos-listagem .section-products .container .menu-sidebar .group-menu .option input {
  -webkit-appearance: unset;
  -moz-appearance: unset;
  appearance: unset;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  border: 1px solid #535557;
  border-radius: 4px;
  background-color: transparent;
  background-image: url(../images/icons/icon-check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0rem;
  transition: all 0.2s ease-in-out;
}

.page-03-produtos-listagem .section-products .container .menu-sidebar .group-menu .option input:checked {
  background-color: #2E3035;
  background-size: 0.5625rem;
  border-color: #2E3035;
}

.page-03-produtos-listagem .section-products .container .menu-sidebar .group-menu .option input:checked+label {
  color: #2E3035;
}

.page-03-produtos-listagem .section-products .container .menu-sidebar .group-menu .option label {
  cursor: pointer;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 111%;
  letter-spacing: -0.02em;
  color: #535557;
}

.page-03-produtos-listagem .section-products .container .menu-sidebar .group-menu:not(:first-of-type) {
  border-top: 1px solid #D1D4D8;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.page-03-produtos-listagem .section-products .container .list header {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-03-produtos-listagem .section-products .container .list header div h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 111%;
  color: #2E3035;
  margin-bottom: 0.25rem;
}

.page-03-produtos-listagem .section-products .container .list header div span {
  display: block;
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 111%;
  color: #2E3035;
}

.page-03-produtos-listagem .section-products .container .list header .search-input {
  height: 3rem;
  border: 1px solid #9A9EA2;
  padding-left: 2.75rem;
  border-radius: 8px;
  padding-right: 1.25rem;
  width: 23.125rem;
  background-color: transparent;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 111%;
  background-image: url(../images/icons/icon-search.svg);
  background-position: left 16px center;
  background-repeat: no-repeat;
}

.page-03-produtos-listagem .section-products .container .list header .search-input::-moz-placeholder {
  color: #9A9EA2;
}

.page-03-produtos-listagem .section-products .container .list header .search-input::placeholder {
  color: #9A9EA2;
}

.page-03-produtos-listagem .section-products .container .list .btn-filters {
  display: none;
}

.page-03-produtos-listagem .section-products .container .list .item-prod-download .cover,
.page-03-produtos-listagem .section-products .container .list .item-prod .cover {
  aspect-ratio: 390/522;
  position: relative;
  background-color: #FBFBFB;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
}

.page-03-produtos-listagem .section-products .container .list .item-prod-download .cover img,
.page-03-produtos-listagem .section-products .container .list .item-prod .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-03-produtos-listagem .section-products .container .list .item-prod-download .cover .line,
.page-03-produtos-listagem .section-products .container .list .item-prod .cover .line {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  top: 24px;
  left: 24px;
  position: absolute;
  height: 2rem;
}

.page-03-produtos-listagem .section-products .container .list .item-prod-download .cover .badge,
.page-03-produtos-listagem .section-products .container .list .item-prod .cover .badge {
  height: 2rem;
  padding-inline: 0.8125rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #FBFBFB;
  border-radius: 24px;
}

.page-03-produtos-listagem .section-products .container .list .item-prod-download .cover .badge span,
.page-03-produtos-listagem .section-products .container .list .item-prod .cover .badge span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 111%;
}

.page-03-produtos-listagem .section-products .container .list .item-prod-download .cover .badge.more-sold,
.page-03-produtos-listagem .section-products .container .list .item-prod .cover .badge.more-sold {
  color: #A98215;
  background-color: #FFF8BA;
}

.page-03-produtos-listagem .section-products .container .list .item-prod-download .cover .badge.ecoline,
.page-03-produtos-listagem .section-products .container .list .item-prod .cover .badge.ecoline {
  color: #21A915;
  background-color: #BAFFC5;
}

.page-03-produtos-listagem .section-products .container .list .item-prod-download .cover .badge.ecoline img,
.page-03-produtos-listagem .section-products .container .list .item-prod .cover .badge.ecoline img {
  height: 16px;
}

.page-03-produtos-listagem .section-products .container .list .item-prod-download .box-actions,
.page-03-produtos-listagem .section-products .container .list .item-prod .box-actions {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  border-radius: 0 0 24px 24px;
  transition: 200ms;
}

.page-03-produtos-listagem .section-products .container .list .item-prod-download .box-actions .type,
.page-03-produtos-listagem .section-products .container .list .item-prod .box-actions .type {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 111%;
  color: #080910;
  display: block;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.page-03-produtos-listagem .section-products .container .list .item-prod-download .box-actions .name,
.page-03-produtos-listagem .section-products .container .list .item-prod .box-actions .name {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 111%;
  color: #373819;
  margin-bottom: 1rem;
  display: block;
}

.page-03-produtos-listagem .section-products .container .list .item-prod-download .box-actions .btn-customizer,
.page-03-produtos-listagem .section-products .container .list .item-prod .box-actions .btn-customizer {
  border: 1px solid #373819;
  height: 4rem;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.125rem;
  text-decoration: none;
  margin-bottom: 1.5rem;
  transition: 200ms;
}

.page-03-produtos-listagem .section-products .container .list .item-prod-download .box-actions .btn-customizer svg.active,
.page-03-produtos-listagem .section-products .container .list .item-prod .box-actions .btn-customizer svg.active {
  display: none;
}

.page-03-produtos-listagem .section-products .container .list .item-prod-download .box-actions .btn-customizer span,
.page-03-produtos-listagem .section-products .container .list .item-prod .box-actions .btn-customizer span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #373819;
  transition: 200ms;
}

.page-03-produtos-listagem .section-products .container .list .item-prod-download .box-actions .more-details,
.page-03-produtos-listagem .section-products .container .list .item-prod .box-actions .more-details {
  display: flex;
  align-items: center;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  text-decoration-line: underline;
  color: #373819;
  margin-inline: auto;
  width: -moz-max-content;
  width: max-content;
}

.page-03-produtos-listagem .section-products .container .list .item-prod-download:hover .box-actions,
.page-03-produtos-listagem .section-products .container .list .item-prod:hover .box-actions {
  background-color: #E5E3B3;
  padding-inline: 1.5rem;
}

.page-03-produtos-listagem .section-products .container .list .item-prod-download:hover .box-actions .btn-customizer,
.page-03-produtos-listagem .section-products .container .list .item-prod:hover .box-actions .btn-customizer {
  background-color: #989B4E;
  border-color: #989B4E;
}

.page-03-produtos-listagem .section-products .container .list .item-prod-download:hover .box-actions .btn-customizer svg,
.page-03-produtos-listagem .section-products .container .list .item-prod:hover .box-actions .btn-customizer svg {
  display: none;
}

.page-03-produtos-listagem .section-products .container .list .item-prod-download:hover .box-actions .btn-customizer svg.active,
.page-03-produtos-listagem .section-products .container .list .item-prod:hover .box-actions .btn-customizer svg.active {
  display: block;
}

.page-03-produtos-listagem .section-products .container .list .item-prod-download:hover .box-actions .btn-customizer span,
.page-03-produtos-listagem .section-products .container .list .item-prod:hover .box-actions .btn-customizer span {
  color: #FFFFFF;
}

.page-03-produtos-listagem .section-products .container .list .item-prod-download .box-actions .btn-customizer {
  margin-bottom: 0;
  gap: 0.75rem;
}

.page-03-produtos-listagem .section-products .container .list .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}

@media screen and (max-width: 1550px) {
  .page-03-produtos-listagem .section-products .container .list .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 1200px) {
  .page-03-produtos-listagem .section-products .container {
    gap: 0rem;
  }
}

@media screen and (max-width: 1024px) {
  .page-03-produtos-listagem .section-products {
    margin-bottom: 3rem;
  }

  .page-03-produtos-listagem .section-products .container {
    grid-template-columns: 1fr;
  }

  .page-03-produtos-listagem .section-products .container .menu-sidebar {
    display: none;
  }

  .page-03-produtos-listagem .section-products .container .list header .search-input {
    display: none;
  }

  .page-03-produtos-listagem .section-products .container .list .btn-filters {
    display: flex;
    height: 4rem;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background-color: #7637A5;
    border-radius: 16px;
    margin-bottom: 1.5rem;
    text-decoration: none;
  }

  .page-03-produtos-listagem .section-products .container .list .btn-filters span {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #F0E1FF;
  }

  .page-03-produtos-listagem .section-products .container .list .item-prod-download .cover,
  .page-03-produtos-listagem .section-products .container .list .item-prod .cover {
    aspect-ratio: 335/350;
  }

  .page-03-produtos-listagem .section-products .container .list .item-prod-download .box-actions .type,
  .page-03-produtos-listagem .section-products .container .list .item-prod .box-actions .type {
    font-size: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .page-03-produtos-listagem .section-products .container .list .item-prod-download .box-actions .name,
  .page-03-produtos-listagem .section-products .container .list .item-prod .box-actions .name {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }

  .page-03-produtos-listagem .section-products .container .list .item-prod-download .box-actions .btn-customizer,
  .page-03-produtos-listagem .section-products .container .list .item-prod .box-actions .btn-customizer {
    margin-bottom: 0.75rem;
  }

  .page-03-produtos-listagem .section-products .container .list .item-prod-download:hover .box-actions,
  .page-03-produtos-listagem .section-products .container .list .item-prod:hover .box-actions {
    padding-inline: 0rem;
    background-color: transparent;
  }

  .page-03-produtos-listagem .section-products .container .list .item-prod-download:hover .box-actions .btn-customizer,
  .page-03-produtos-listagem .section-products .container .list .item-prod:hover .box-actions .btn-customizer {
    background-color: transparent;
    border-color: #373819;
  }

  .page-03-produtos-listagem .section-products .container .list .item-prod-download:hover .box-actions .btn-customizer svg,
  .page-03-produtos-listagem .section-products .container .list .item-prod:hover .box-actions .btn-customizer svg {
    display: block;
  }

  .page-03-produtos-listagem .section-products .container .list .item-prod-download:hover .box-actions .btn-customizer svg.active,
  .page-03-produtos-listagem .section-products .container .list .item-prod:hover .box-actions .btn-customizer svg.active {
    display: none;
  }

  .page-03-produtos-listagem .section-products .container .list .item-prod-download:hover .box-actions .btn-customizer span,
  .page-03-produtos-listagem .section-products .container .list .item-prod:hover .box-actions .btn-customizer span {
    color: #373819;
  }
}

@media screen and (max-width: 700px) {
  .page-03-produtos-listagem .section-products .container .list .wrapper {
    grid-template-columns: 1fr;
  }
}

.page-04-produtos-interno .main-header .container nav a {
  color: #E5E3B3;
}

.page-04-produtos-interno .main-header.active {
  background-color: #373819;
  border-bottom: 1px solid #E5E3B3;
}

.page-04-produtos-interno .hero-prod-internal {
  padding-top: 13.75rem;
  padding-bottom: 8.375rem;
  background-color: #373819;
  margin-bottom: 14.375rem;
}

.page-04-produtos-interno .hero-prod-internal .container {
  display: flex;
  justify-content: space-between;
}

.page-04-produtos-interno .hero-prod-internal .container .box {
  max-width: 37.5rem;
}

.page-04-produtos-interno .hero-prod-internal .container .box .breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.page-04-produtos-interno .hero-prod-internal .container .box .breadcrumb a {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 111%;
  color: #E5E3B3;
  text-decoration: none;
}

.page-04-produtos-interno .hero-prod-internal .container .box .breadcrumb span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 111%;
  text-align: center;
  color: #E5E3B3;
}

.page-04-produtos-interno .hero-prod-internal .container .box h1 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 120%;
  color: #E5E3B3;
  max-width: 37rem;
}

.page-04-produtos-interno .hero-prod-internal .container .box p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #E5E3B3;
}

.page-04-produtos-interno .hero-prod-internal .container .box .buttons {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.page-04-produtos-interno .hero-prod-internal .container .box .buttons .btn-customizer {
  height: 4rem;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #989B4E;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  padding-inline: 5rem;
}

.page-04-produtos-interno .hero-prod-internal .container .box .buttons .btn-customizer span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}

.page-04-produtos-interno .hero-prod-internal .container .box .buttons .btn {
  height: 4rem;
  padding-inline: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border: 0;
}

.page-04-produtos-interno .hero-prod-internal .container .box .buttons .btn span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  text-decoration-line: underline;
  color: #FFFFFF;
}

.page-04-produtos-interno .hero-prod-internal .container .cover {
  width: 31.25rem;
  position: relative;
}

.page-04-produtos-interno .hero-prod-internal .container .cover img {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 24px;
}

@media screen and (max-width: 1250px) {
  .page-04-produtos-interno .hero-prod-internal .container {
    flex-direction: column;
    gap: 2rem;
  }

  .page-04-produtos-interno .hero-prod-internal .container .cover {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .page-04-produtos-interno .hero-prod-internal {
    padding-bottom: 0;
    margin-bottom: 30rem;
    padding-top: 7.5rem;
  }

  .page-04-produtos-interno .hero-prod-internal .container {
    gap: 1.125rem;
  }

  .page-04-produtos-interno .hero-prod-internal .container .box {
    max-width: 31.25rem;
    align-self: center;
  }

  .page-04-produtos-interno .hero-prod-internal .container .box .breadcrumb {
    margin-bottom: 1rem;
    justify-content: center;
    gap: 0.5rem;
  }

  .page-04-produtos-interno .hero-prod-internal .container .box .breadcrumb svg {
    width: 0.25rem;
  }

  .page-04-produtos-interno .hero-prod-internal .container .box .breadcrumb a {
    font-size: 0.625rem;
  }

  .page-04-produtos-interno .hero-prod-internal .container .box .breadcrumb span {
    font-size: 0.625rem;
  }

  .page-04-produtos-interno .hero-prod-internal .container .box h1 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
    max-width: initial;
  }

  .page-04-produtos-interno .hero-prod-internal .container .box p {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.4;
    margin-bottom: 0;
  }

  .page-04-produtos-interno .hero-prod-internal .container .box .buttons {
    margin-top: 1.5rem;
    flex-direction: column;
    gap: 0.25rem;
  }

  .page-04-produtos-interno .hero-prod-internal .container .box .buttons a {
    width: 100%;
  }

  .page-04-produtos-interno .hero-prod-internal .container .box .buttons a svg {
    font-size: 1.25rem;
    height: 1.25rem;
  }

  .page-04-produtos-interno .hero-prod-internal .container .box .buttons .btn {
    height: auto;
    padding-block: 0.75rem;
  }

  .page-04-produtos-interno .hero-prod-internal .container .box .buttons .btn svg {
    width: 1rem;
    height: 1rem;
  }

  .page-04-produtos-interno .hero-prod-internal .container .cover {
    width: 100%;
    display: block;
    height: 16.875rem;
  }

  .page-04-produtos-interno .hero-prod-internal .container .cover img {
    left: 50%;
    right: initial;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 600px) {
  .page-04-produtos-interno .hero-prod-internal {
    margin-bottom: 0rem;
  }

  .page-04-produtos-interno .hero-prod-internal .container .cover {
    width: 100%;
    max-width: initial;
    aspect-ratio: 335/450;
  }

  .page-04-produtos-interno .hero-prod-internal .container .cover img {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .page-04-produtos-interno .separator-only-less-600 {
    aspect-ratio: 335/450;
    width: 60%;
    position: relative;
    margin-inline: auto;
  }
}

@media screen and (max-width: 400px) {
  .page-04-produtos-interno .separator-only-less-600 {
    width: 100%;
    aspect-ratio: 380/214;
  }
}

.page-04-produtos-interno .rechnical-specifications {
  padding: 6.25rem;
  background-color: #FFFFFF;
  width: calc(100% - 80px);
  max-width: 103.125rem;
  margin-inline: auto;
  margin-bottom: 12.5rem;
  border-radius: 24px;
}

.page-04-produtos-interno .rechnical-specifications h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 111%;
  color: #2F2A33;
  margin-bottom: 1rem;
}

.page-04-produtos-interno .rechnical-specifications .wrapper {
  display: flex;
  gap: 2.5rem;
}

.page-04-produtos-interno .rechnical-specifications .wrapper .left {
  flex: 1;
  max-width: 41.375rem;
}

.page-04-produtos-interno .rechnical-specifications .wrapper .left p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #2E3035;
}

.page-04-produtos-interno .rechnical-specifications .wrapper .left h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 180%;
  color: #2E3035;
  margin-bottom: 0.25rem;
  margin-top: 1.5rem;
}

.page-04-produtos-interno .rechnical-specifications .wrapper .left ul {
  margin-left: 1.125rem;
}

.page-04-produtos-interno .rechnical-specifications .wrapper .left ul li {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #2E3035;
}

.page-04-produtos-interno .rechnical-specifications .wrapper .right {
  flex: 1;
  margin-left: auto;
  max-width: 36.875rem;
}

.page-04-produtos-interno .rechnical-specifications .wrapper .right h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 180%;
  color: #2E3035;
  margin-bottom: 0.25rem;
}

.page-04-produtos-interno .rechnical-specifications .wrapper .right ul {
  margin-left: 1.125rem;
}

.page-04-produtos-interno .rechnical-specifications .wrapper .right ul li {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #2E3035;
}

.page-04-produtos-interno .rechnical-specifications .btn-secondary {
  border-color: #2E3035;
  height: 4rem;
  width: -moz-max-content;
  width: max-content;
  padding-inline: 3rem;
  margin-top: 2.3125rem;
}

.page-04-produtos-interno .rechnical-specifications .btn-secondary span {
  color: #2E3035;
}

@media screen and (max-width: 1200px) {
  .page-04-produtos-interno .rechnical-specifications .wrapper {
    flex-direction: column;
    gap: 1.0625rem;
  }

  .page-04-produtos-interno .rechnical-specifications .wrapper .left,
  .page-04-produtos-interno .rechnical-specifications .wrapper .right {
    width: 100%;
    max-width: initial;
  }
}

@media screen and (max-width: 1024px) {
  .page-04-produtos-interno .rechnical-specifications {
    margin-bottom: 4.125rem;
    padding: 1.5rem;
    width: calc(100% - 40px);
  }

  .page-04-produtos-interno .rechnical-specifications h2 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }

  .page-04-produtos-interno .rechnical-specifications .wrapper .left p,
  .page-04-produtos-interno .rechnical-specifications .wrapper .left ul li,
  .page-04-produtos-interno .rechnical-specifications .wrapper .right p,
  .page-04-produtos-interno .rechnical-specifications .wrapper .right ul li {
    font-size: 0.75rem;
    line-height: 1.6;
  }

  .page-04-produtos-interno .rechnical-specifications .wrapper .left h3,
  .page-04-produtos-interno .rechnical-specifications .wrapper .right h3 {
    margin-top: 1rem;
  }

  .page-04-produtos-interno .rechnical-specifications .btn-secondary {
    margin-top: 1rem;
    height: 4rem;
    padding-inline: 1.25rem;
    font-size: 0.875rem;
    border-radius: 16px;
    width: 100%;
    max-width: 25rem;
  }

  .page-04-produtos-interno .rechnical-specifications .btn-secondary svg {
    display: none;
  }
}

.page-04-produtos-interno .same-examples {
  margin-bottom: 12.5rem;
}

.page-04-produtos-interno .same-examples .container .group-title {
  margin-bottom: 1.5rem;
}

.page-04-produtos-interno .same-examples .container .group-title h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 111%;
  text-align: center;
  color: #2F2A33;
  margin-bottom: 0.5rem;
}

.page-04-produtos-interno .same-examples .container .group-title p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #2F2A33;
}

.page-04-produtos-interno .same-examples .container .card {
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 390/550;
}

.page-04-produtos-interno .same-examples .container .card img {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .page-04-produtos-interno .same-examples {
    margin-bottom: 5rem;
  }

  .page-04-produtos-interno .same-examples .container .group-title {
    margin-bottom: 2rem;
  }

  .page-04-produtos-interno .same-examples .container .group-title h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    line-height: 1.3;
  }

  .page-04-produtos-interno .same-examples .container .group-title p {
    font-size: 1rem;
    line-height: 1.5;
    max-width: 25rem;
    margin-inline: auto;
  }
}

@media screen and (max-width: 768px) {
  .page-04-produtos-interno .same-examples .swiper {
    width: calc(100% + 20px);
  }
}

.page-04-produtos-interno .goes-well-with {
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
}

.page-04-produtos-interno .goes-well-with .container .group-title {
  margin-bottom: 2.125rem;
}

.page-04-produtos-interno .goes-well-with .container .group-title h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 111%;
  text-align: center;
  color: #2F2A33;
  margin-bottom: 0.5rem;
}

.page-04-produtos-interno .goes-well-with .container .group-title p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #2F2A33;
}

.page-04-produtos-interno .goes-well-with .container .card .cover {
  aspect-ratio: 390/522;
  position: relative;
}

.page-04-produtos-interno .goes-well-with .container .card .cover img {
  border-radius: 24px 24px 0 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-04-produtos-interno .goes-well-with .container .card .cover .check {
  position: absolute;
  top: 1.125rem;
  right: 1.6875rem;
  width: 3rem;
  height: 3rem;
}

.page-04-produtos-interno .goes-well-with .container .card .cover .check svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .page-04-produtos-interno .goes-well-with .container .card .cover .check {
    width: 2rem;
    height: 2rem;
    top: 1rem;
    right: 1rem;
  }
}

.page-04-produtos-interno .goes-well-with .container .card .info {
  padding-top: 1.5rem;
}

.page-04-produtos-interno .goes-well-with .container .card .info .type {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 111%;
  text-align: center;
  color: #080910;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.page-04-produtos-interno .goes-well-with .container .card .info .name {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 111%;
  color: #373819;
}

.page-04-produtos-interno .goes-well-with .container .swiper {
  max-width: 76.875rem;
  margin-inline: auto;
  padding-bottom: 0;
}

.page-04-produtos-interno .goes-well-with .container .swiper .swiper-slide+.swiper-slide .cover {
  position: relative;
}

.page-04-produtos-interno .goes-well-with .container .swiper .swiper-slide+.swiper-slide .cover::after {
  content: "";
  position: absolute;
  left: -49px;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #7637A5;
  z-index: 100;
  display: block;
  background-image: url(../images/icons/swiper-plus.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.page-04-produtos-interno .goes-well-with .container .btn {
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  margin-top: 3rem;
  padding-inline: 4rem;
}

@media screen and (max-width: 1024px) {
  .page-04-produtos-interno .goes-well-with {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .page-04-produtos-interno .goes-well-with .container .group-title {
    margin-bottom: 1.25rem;
  }

  .page-04-produtos-interno .goes-well-with .container .group-title h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .page-04-produtos-interno .goes-well-with .container .group-title p {
    font-size: 1rem;
    max-width: 25rem;
    margin-inline: auto;
  }
}

@media screen and (max-width: 900px) {
  .page-04-produtos-interno .goes-well-with .container .swiper {
    width: calc(100% + 20px);
  }
}

@media screen and (max-width: 600px) {
  .page-04-produtos-interno .goes-well-with .container .card .cover {
    aspect-ratio: 248/259;
  }

  .page-04-produtos-interno .goes-well-with .container .card .info {
    padding-top: 0;
  }

  .page-04-produtos-interno .goes-well-with .container .card .info .type {
    font-size: 0.625rem;
    margin-bottom: 0rem;
  }

  .page-04-produtos-interno .goes-well-with .container .card .info .name {
    font-size: 1rem;
    margin-top: 0;
  }

  .page-04-produtos-interno .goes-well-with .container .swiper {
    width: calc(100% + 20px);
  }

  .page-04-produtos-interno .goes-well-with .container .swiper .swiper-slide+.swiper-slide .cover::after {
    left: -28px;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 16px;
  }

  .page-04-produtos-interno .goes-well-with .container .btn {
    height: 3.5rem;
  }
}

.page-06-blog-list .hero-blog-list {
  background-color: #989B4E;
}

.page-06-blog-list .hero-blog-list .container {
  padding-top: 11.25rem;
  padding-bottom: 3rem;
}

.page-06-blog-list .hero-blog-list .container .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  width: -moz-max-content;
  width: max-content;
}

.page-06-blog-list .hero-blog-list .container .breadcrumb a {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 111%;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}

.page-06-blog-list .hero-blog-list .container .breadcrumb span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 111%;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}

.page-06-blog-list .hero-blog-list .container h1 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 111%;
  color: #FFFFFF;
  margin-bottom: 0.75rem;
}

.page-06-blog-list .hero-blog-list .container p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 111%;
  color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
  .page-06-blog-list .hero-blog-list .container {
    padding-top: 7.5rem;
    padding-bottom: 1.5rem;
  }

  .page-06-blog-list .hero-blog-list .container .breadcrumb {
    margin-bottom: 16px;
  }

  .page-06-blog-list .hero-blog-list .container .breadcrumb svg {
    width: 3px;
  }

  .page-06-blog-list .hero-blog-list .container .breadcrumb a,
  .page-06-blog-list .hero-blog-list .container .breadcrumb span {
    font-size: 0.625rem;
  }

  .page-06-blog-list .hero-blog-list .container h1 {
    font-size: 24px;
    line-height: 111%;
    margin-bottom: 0.5rem;
  }

  .page-06-blog-list .hero-blog-list .container p {
    font-size: 14px;
    line-height: 140%;
  }
}

.page-06-blog-list .a-categories {
  background-color: #E5E3B3;
}

.page-06-blog-list .a-categories .container {
  height: 3.375rem;
  display: flex;
  align-items: center;
  gap: 4rem;
}

.page-06-blog-list .a-categories .container a {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 111%;
  color: #989B4E;
  text-decoration: none;
  white-space: nowrap;
  text-underline-offset: 6px;
}

.page-06-blog-list .a-categories .container a:hover,
.page-06-blog-list .a-categories .container a.active {
  font-weight: 600;
  text-decoration: underline;
}

.page-06-blog-list .a-categories .wrapper-scroll {
  overflow-x: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

.page-06-blog-list .a-categories .wrapper-scroll::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}

@media screen and (max-width: 1024px) {
  .page-06-blog-list .a-categories .container {
    gap: 2.5rem;
  }

  .page-06-blog-list .a-categories .container a {
    font-size: 0.875rem;
  }
}

.page-06-blog-list .article-featured {
  margin-top: 3rem;
  padding: 2.5rem;
  margin-bottom: 5rem;
  background: #E5E3B3;
  border-radius: 16px;
  width: calc(100% - 80px);
  max-width: 103.125rem;
  margin-inline: auto;
  display: flex;
  gap: 1.5rem;
  cursor: pointer;
}

.page-06-blog-list .article-featured .cover {
  aspect-ratio: 530/420;
  background-color: #989B4E;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  max-width: 33.125rem;
}

.page-06-blog-list .article-featured .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-06-blog-list .article-featured .description {
  flex: 1;
  max-width: 63.5rem;
  padding: 2rem;
  border: 1px solid #989B4E;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}

.page-06-blog-list .article-featured .description .line {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-06-blog-list .article-featured .description .line .badge {
  height: 2.375rem;
  padding-inline: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  gap: 0.5rem;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 111%;
}

.page-06-blog-list .article-featured .description .line .badge.category {
  color: #E5E3B3;
  background-color: #373819;
}

.page-06-blog-list .article-featured .description .line .badge.featured {
  color: #373819;
  border: 1px solid #373819;
}

.page-06-blog-list .article-featured .description .text-wrapper {
  flex: 1;
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
  max-width: 55.25rem;
}

.page-06-blog-list .article-featured .description h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 111%;
  color: #373819;
}

.page-06-blog-list .article-featured .description p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #535557;
}

.page-06-blog-list .article-featured .description p+p {
  margin-top: 1.5rem;
}

.page-06-blog-list .article-featured .description .btn-more {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 0.5rem;
}

.page-06-blog-list .article-featured .description .btn-more span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  text-decoration-line: underline;
  color: #373819;
}

@media screen and (max-width: 1200px) {
  .page-06-blog-list .article-featured {
    flex-direction: column;
    max-width: 37.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .page-06-blog-list .article-featured {
    padding: 1rem;
    gap: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
    width: calc(100% - 40px);
  }

  .page-06-blog-list .article-featured .cover {
    aspect-ratio: 300/240;
    border-radius: 16px;
    width: 100%;
    max-width: initial;
  }

  .page-06-blog-list .article-featured .description {
    padding: 1rem;
  }

  .page-06-blog-list .article-featured .description .line .badge {
    height: 1.6875rem;
    padding-inline: 0.75rem;
    font-size: 10px;
    gap: 4px;
  }

  .page-06-blog-list .article-featured .description .text-wrapper {
    padding-top: 1rem;
    padding-bottom: 0.625rem;
  }

  .page-06-blog-list .article-featured .description .text-wrapper h2 {
    font-size: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
  }

  .page-06-blog-list .article-featured .description .text-wrapper p {
    font-size: 0.75rem;
  }

  .page-06-blog-list .article-featured .description .text-wrapper p+p {
    margin-top: 0rem;
  }

  .page-06-blog-list .article-featured .description .btn-more {
    gap: 0.25rem;
  }

  .page-06-blog-list .article-featured .description .btn-more span {
    font-size: 0.875rem;
  }

  .page-06-blog-list .article-featured .description .btn-more svg {
    margin-top: 3px;
  }
}

.page-06-blog-list .list-articles {
  margin-bottom: 5rem;
}

.page-06-blog-list .list-articles .container header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.page-06-blog-list .list-articles .container header div .title {
  display: block;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 111%;
  color: #2E3035;
  margin-bottom: 0.25rem;
}

.page-06-blog-list .list-articles .container header div p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 111%;
  color: #2E3035;
}

.page-06-blog-list .list-articles .container header .search-input {
  height: 3rem;
  border: 1px solid #9A9EA2;
  padding-left: 2.75rem;
  border-radius: 8px;
  padding-right: 1.25rem;
  width: 23.125rem;
  background-color: transparent;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 111%;
  background-image: url(../images/icons/icon-search.svg);
  background-position: left 16px center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 769px) {
  .page-06-blog-list .list-articles .container header .search-input {
    font-size: 1rem;
  }
}

.page-06-blog-list .list-articles .container header .search-input::-moz-placeholder {
  color: #9A9EA2;
}

.page-06-blog-list .list-articles .container header .search-input::placeholder {
  color: #9A9EA2;
}

.page-06-blog-list .list-articles .container .card-blog {
  cursor: pointer;
}

.page-06-blog-list .list-articles .container .card-blog .cover {
  aspect-ratio: 530/420;
  background-color: #FBFBFB;
  position: relative;
  border-radius: 16px 16px 0 0;
}

.page-06-blog-list .list-articles .container .card-blog .cover img {
  border-radius: 16px 16px 0 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-06-blog-list .list-articles .container .card-blog .cover .category {
  position: absolute;
  bottom: -1.1875rem;
  left: 1.5rem;
  padding-inline: 1.5rem;
  height: 2.375rem;
  background-color: #373819;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 111%;
  color: #E5E3B3;
  transition: 200ms;
  position: absolute;
  z-index: 2;
}

.page-06-blog-list .list-articles .container .card-blog .info {
  padding-top: 2.75rem;
  padding-bottom: 4.625rem;
  border: 1px solid #B7BABE;
  border-top: 0;
  border-radius: 0 0 16px 16px;
  padding-left: 1.5rem;
  padding-right: 2.375rem;
  position: relative;
}

.page-06-blog-list .list-articles .container .card-blog .info h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 111%;
  color: #2E3035;
  margin-bottom: 0.75rem;
  transition: 200ms;
}

.page-06-blog-list .list-articles .container .card-blog .info p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #5D5F67;
  transition: 200ms;
}

.page-06-blog-list .list-articles .container .card-blog .info .btn-more {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  position: absolute;
  bottom: 1.5rem;
}

.page-06-blog-list .list-articles .container .card-blog .info .btn-more span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  text-decoration-line: underline;
  color: #373819;
  transition: 200ms;
}

.page-06-blog-list .list-articles .container .card-blog:hover .cover .category {
  background-color: #E5E3B3;
  color: #989B4E;
}

.page-06-blog-list .list-articles .container .card-blog:hover .info {
  background-color: #373819;
}

.page-06-blog-list .list-articles .container .card-blog:hover .info h3 {
  color: #E5E3B3;
}

.page-06-blog-list .list-articles .container .card-blog:hover .info p {
  color: #E5E3B3;
}

.page-06-blog-list .list-articles .container .card-blog:hover .info .btn-more span {
  color: #E5E3B3;
}

.page-06-blog-list .list-articles .container .card-blog:hover .info .btn-more svg path {
  stroke: #E5E3B3;
}

.page-06-blog-list .list-articles .container .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem;
  row-gap: 1.5rem;
  margin-bottom: 4.375rem;
}

.page-06-blog-list .list-articles .container .pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-06-blog-list .list-articles .container .pagination .btn-page {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  text-decoration: none;
}

.page-06-blog-list .list-articles .container .pagination .btn-page svg.active {
  display: none;
}

.page-06-blog-list .list-articles .container .pagination .btn-page span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #B7BABE;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page-06-blog-list .list-articles .container .pagination .btn-page.active svg {
  display: none;
}

.page-06-blog-list .list-articles .container .pagination .btn-page.active svg.active {
  display: block;
}

.page-06-blog-list .list-articles .container .pagination .btn-page.active span {
  color: #989B4E;
  text-decoration: underline;
}

.page-06-blog-list .list-articles .container .pagination .pages {
  display: flex;
  align-items: center;
  gap: 2.125rem;
}

.page-06-blog-list .list-articles .container .pagination .pages a {
  height: 3.6875rem;
  width: 2.625rem;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 111%;
  color: #B7BABE;
  transition: 200ms;
}

.page-06-blog-list .list-articles .container .pagination .pages a.active,
.page-06-blog-list .list-articles .container .pagination .pages a:hover {
  background-color: #E5E3B3;
  color: #989B4E;
}

.page-06-blog-list .list-articles .container .pagination .pages span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 111%;
  color: #B7BABE;
}

@media screen and (max-width: 1024px) {
  .page-06-blog-list .list-articles {
    margin-bottom: 5rem;
  }

  .page-06-blog-list .list-articles .container header {
    margin-bottom: 1rem;
  }

  .page-06-blog-list .list-articles .container header div .title {
    font-size: 1rem;
    line-height: 1.11;
    margin-bottom: 0.25rem;
  }

  .page-06-blog-list .list-articles .container header div p {
    font-size: 0.625rem;
    line-height: 1.11;
  }

  .page-06-blog-list .list-articles .container .card-blog .cover {
    aspect-ratio: 335/265;
  }

  .page-06-blog-list .list-articles .container .card-blog .cover .category {
    height: 1.875rem;
    padding-inline: 1.5rem;
    font-size: 0.75rem;
    bottom: -0.9375rem;
  }

  .page-06-blog-list .list-articles .container .card-blog .info {
    padding-top: 1.625rem;
    padding-bottom: 3.375rem;
  }

  .page-06-blog-list .list-articles .container .card-blog .info h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
  }

  .page-06-blog-list .list-articles .container .card-blog .info p {
    font-size: 0.75rem;
    line-height: 1.5;
  }

  .page-06-blog-list .list-articles .container .card-blog .info .btn-more {
    bottom: 1.5rem;
  }

  .page-06-blog-list .list-articles .container .card-blog .info .btn-more span {
    font-size: 0.875rem;
  }

  .page-06-blog-list .list-articles .container .wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .page-06-blog-list .list-articles .container .pagination .btn-page span {
    font-size: 0;
  }

  .page-06-blog-list .list-articles .container .pagination .pages {
    gap: 1.625rem;
  }

  .page-06-blog-list .list-articles .container .pagination .pages a {
    width: 1.9375rem;
    height: 2.625rem;
    font-size: 1rem;
  }

  .page-06-blog-list .list-articles .container .pagination .pages span {
    font-size: 1rem;
  }
}

@media screen and (max-width: 700px) {
  .page-06-blog-list .list-articles .container header {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .page-06-blog-list .list-articles .container header form {
    width: 100%;
  }

  .page-06-blog-list .list-articles .container header .search-input {
    width: 100%;
  }

  .page-06-blog-list .list-articles .container .wrapper {
    grid-template-columns: 1fr;
  }
}

.page-07-blog-interna .main-header .container nav a {
  color: #E5E3B3;
}

.page-07-blog-interna .main-header.active {
  background-color: #373819;
  border-bottom: 1px solid #E5E3B3;
}

.page-07-blog-interna .hero-blog-internal {
  background-color: #373819;
  padding-top: 11.875rem;
}

.page-07-blog-interna .hero-blog-internal .container>.wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3rem;
  gap: 5rem;
}

.page-07-blog-interna .hero-blog-internal .container>.wrapper>.left {
  flex: 1;
  max-width: 50.625rem;
  display: flex;
  flex-direction: column;
}

.page-07-blog-interna .hero-blog-internal .container>.wrapper>.left .text {
  flex: 1;
  padding-bottom: 1.875rem;
}

.page-07-blog-interna .hero-blog-internal .container>.wrapper>.left .breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.page-07-blog-interna .hero-blog-internal .container>.wrapper>.left .breadcrumb a {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 111%;
  color: #E5E3B3;
  text-decoration: none;
}

.page-07-blog-interna .hero-blog-internal .container>.wrapper>.left .breadcrumb span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 111%;
  color: #E5E3B3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-07-blog-interna .hero-blog-internal .container>.wrapper>.left h1 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  color: #E5E3B3;
  margin-bottom: 1.125rem;
}

.page-07-blog-interna .hero-blog-internal .container>.wrapper>.left .cover-mobile {
  display: none;
}

.page-07-blog-interna .hero-blog-internal .container>.wrapper>.left p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #E5E3B3;
}

.page-07-blog-interna .hero-blog-internal .container>.wrapper>.left p+p {
  margin-top: 1.5rem;
}

.page-07-blog-interna .hero-blog-internal .container>.wrapper>.left p.mt-0 {
  margin-top: 0;
}

.page-07-blog-interna .hero-blog-internal .container>.wrapper .cover {
  max-width: 41.875rem;
  width: 100%;
  aspect-ratio: 670/530;
}

.page-07-blog-interna .hero-blog-internal .container>.wrapper .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

@media screen and (max-width: 1350px) {
  .page-07-blog-interna .hero-blog-internal .container .wrapper .cover {
    max-width: 31.25rem;
  }
}

@media screen and (max-width: 1200px) {
  .page-07-blog-interna .hero-blog-internal .container .wrapper {
    flex-direction: column;
  }

  .page-07-blog-interna .hero-blog-internal .container .wrapper .left .cover-mobile {
    display: block;
    margin-top: 0.75rem;
    margin-bottom: 0.625rem;
    border-radius: 16px;
    overflow: hidden;
    max-width: 31.25rem;
  }

  .page-07-blog-interna .hero-blog-internal .container .wrapper .left .cover-mobile img {
    display: block;
    width: 100%;
  }

  .page-07-blog-interna .hero-blog-internal .container .wrapper .cover {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .page-07-blog-interna .hero-blog-internal {
    padding-top: 7.5rem;
  }

  .page-07-blog-interna .hero-blog-internal .container .wrapper {
    padding-bottom: 1.5rem;
  }

  .page-07-blog-interna .hero-blog-internal .container .wrapper .left {
    max-width: initial;
  }

  .page-07-blog-interna .hero-blog-internal .container .wrapper .left .breadcrumb {
    margin-bottom: 1rem;
  }

  .page-07-blog-interna .hero-blog-internal .container .wrapper .left .breadcrumb a,
  .page-07-blog-interna .hero-blog-internal .container .wrapper .left .breadcrumb span {
    font-size: 0.625rem;
  }

  .page-07-blog-interna .hero-blog-internal .container .wrapper .left .text {
    padding-bottom: 1rem;
    border-bottom: 1px solid #E5E3B3;
    margin-bottom: 0.6875rem;
  }

  .page-07-blog-interna .hero-blog-internal .container .wrapper .left h1 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.11;
  }

  .page-07-blog-interna .hero-blog-internal .container .wrapper .left p {
    font-size: 0.75rem;
    line-height: 1.4;
  }

  .page-07-blog-interna .hero-blog-internal .container .wrapper .left p+p {
    margin-top: 1.05rem;
  }
}

.page-07-blog-interna .page-content {
  margin-bottom: 5rem;
}

.page-07-blog-interna .page-content .container .content {
  display: grid;
  grid-template-columns: 1fr 50.625rem 1fr;
  padding-top: 4rem;
}

.page-07-blog-interna .page-content .container .content .social {
  position: relative;
}

.page-07-blog-interna .page-content .container .content .social nav {
  position: sticky;
  top: 220px;
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}

.page-07-blog-interna .page-content .container .content .social nav a {
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  transition: 200ms;
}

.page-07-blog-interna .page-content .container .content .social nav a:hover {
  transform: scale(1.05);
}

.page-07-blog-interna .page-content .container .content .full h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #2E3035;
  margin-bottom: 0.5rem;
}

.page-07-blog-interna .page-content .container .content .full p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #2E3035;
}

.page-07-blog-interna .page-content .container .content .full p+h2 {
  margin-top: 4rem;
}

.page-07-blog-interna .page-content .container .content .full p.mb-20 {
  margin-bottom: 1.25rem;
}

.page-07-blog-interna .page-content .container .content .full p+p {
  margin-top: 1.5rem;
}

.page-07-blog-interna .page-content .container .content .full ul,
.page-07-blog-interna .page-content .container .content .full ol {
  margin-left: 1.125rem;
}

.page-07-blog-interna .page-content .container .content .full ul+h2,
.page-07-blog-interna .page-content .container .content .full ol+h2 {
  margin-top: 4rem;
}

.page-07-blog-interna .page-content .container .content .full ul li,
.page-07-blog-interna .page-content .container .content .full ol li {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #2E3035;
}

.page-07-blog-interna .page-content .container .content .full ul {
  list-style-type: disc;
}

.page-07-blog-interna .page-content .container .content .full img {
  margin-block: 1.5rem;
  display: block;
  border-radius: 24px;
  width: 100%;
}

.page-07-blog-interna .page-content .container .content .full ul+li {
  margin-top: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .page-07-blog-interna .page-content {
    margin-bottom: 2rem;
  }

  .page-07-blog-interna .page-content .container .content {
    display: block;
    padding-top: 2rem;
  }

  .page-07-blog-interna .page-content .container .content .social {
    display: none;
  }

  .page-07-blog-interna .page-content .container .content .full h2 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }

  .page-07-blog-interna .page-content .container .content .full p {
    font-size: 14px;
  }

  .page-07-blog-interna .page-content .container .content .full p+h2 {
    margin-top: 3rem;
  }

  .page-07-blog-interna .page-content .container .content .full p.mb-20 {
    margin-bottom: 1.25rem;
  }

  .page-07-blog-interna .page-content .container .content .full p+p {
    margin-top: 1.3125rem;
  }

  .page-07-blog-interna .page-content .container .content .full ul,
  .page-07-blog-interna .page-content .container .content .full ol {
    margin-left: 0.875rem;
  }

  .page-07-blog-interna .page-content .container .content .full ul li,
  .page-07-blog-interna .page-content .container .content .full ol li {
    font-size: 0.875rem;
  }

  .page-07-blog-interna .page-content .container .content .full ul+h2,
  .page-07-blog-interna .page-content .container .content .full ol+h2 {
    margin-top: 3rem;
  }

  .page-07-blog-interna .page-content .container .content .full ul+li {
    margin-top: 1.3125rem;
  }
}

.page-07-blog-interna .related-articles {
  padding-top: 5rem;
}

.page-07-blog-interna .related-articles h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 111%;
  color: #FFFFFF;
  margin-bottom: 2.5rem;
}

.page-07-blog-interna .related-articles .card-blog .cover {
  aspect-ratio: 530/420;
  background-color: #FBFBFB;
  position: relative;
  border-radius: 16px 16px 0 0;
}

.page-07-blog-interna .related-articles .card-blog .cover img {
  border-radius: 16px 16px 0 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-07-blog-interna .related-articles .card-blog .cover .category {
  position: absolute;
  bottom: -1.1875rem;
  left: 1.5rem;
  padding-inline: 1.5rem;
  height: 2.375rem;
  background-color: #373819;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 111%;
  color: #E5E3B3;
  transition: 200ms;
  position: absolute;
  z-index: 2;
}

.page-07-blog-interna .related-articles .card-blog .info {
  padding-top: 2.75rem;
  padding-bottom: 4.625rem;
  border: 1px solid #B7BABE;
  border-top: 0;
  border-radius: 0 0 16px 16px;
  padding-left: 1.5rem;
  padding-right: 2.375rem;
  position: relative;
}

.page-07-blog-interna .related-articles .card-blog .info h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 111%;
  color: #FFFFFF;
  margin-bottom: 0.75rem;
  transition: 200ms;
}

.page-07-blog-interna .related-articles .card-blog .info p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  transition: 200ms;
}

.page-07-blog-interna .related-articles .card-blog .info .btn-more {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  position: absolute;
  bottom: 1.5rem;
}

.page-07-blog-interna .related-articles .card-blog .info .btn-more span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  text-decoration-line: underline;
  color: #FFFFFF;
  transition: 200ms;
}

.page-07-blog-interna .related-articles .card-blog .info .btn-more svg path {
  stroke: #FFFFFF;
}

.page-07-blog-interna .related-articles .card-blog:hover .cover .category {
  background-color: #E5E3B3;
  color: #989B4E;
}

.page-07-blog-interna .related-articles .card-blog:hover .info {
  background-color: #373819;
}

.page-07-blog-interna .related-articles .card-blog:hover .info h3 {
  color: #E5E3B3;
}

.page-07-blog-interna .related-articles .card-blog:hover .info p {
  color: #E5E3B3;
}

.page-07-blog-interna .related-articles .card-blog:hover .info .btn-more span {
  color: #E5E3B3;
}

.page-07-blog-interna .related-articles .card-blog:hover .info .btn-more svg path {
  stroke: #E5E3B3;
}

.page-07-blog-interna .related-articles .swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.4;
}

.page-07-blog-interna .related-articles .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.page-07-blog-interna .related-articles .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}

@media screen and (max-width: 1024px) {
  .page-07-blog-interna .related-articles {
    padding-top: 3rem;
  }

  .page-07-blog-interna .related-articles h2 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .page-07-blog-interna .related-articles .swiper {
    padding-inline: 2px;
  }

  .page-07-blog-interna .related-articles .card-blog .cover {
    aspect-ratio: 335/265;
  }

  .page-07-blog-interna .related-articles .card-blog .cover .category {
    height: 1.875rem;
    padding-inline: 1.5rem;
    font-size: 0.75rem;
    bottom: -0.9375rem;
  }

  .page-07-blog-interna .related-articles .card-blog .info {
    padding-top: 1.625rem;
    padding-bottom: 3.375rem;
  }

  .page-07-blog-interna .related-articles .card-blog .info h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
  }

  .page-07-blog-interna .related-articles .card-blog .info p {
    font-size: 0.75rem;
    line-height: 1.5;
  }

  .page-07-blog-interna .related-articles .card-blog .info .btn-more {
    bottom: 1.5rem;
  }

  .page-07-blog-interna .related-articles .card-blog .info .btn-more span {
    font-size: 0.875rem;
  }

  .page-07-blog-interna .related-articles .card-blog:hover .cover .category {
    background-color: #373819;
    color: #E5E3B3;
  }

  .page-07-blog-interna .related-articles .card-blog:hover .info {
    background-color: transparent;
  }

  .page-07-blog-interna .related-articles .card-blog:hover .info h3 {
    color: #FFFFFF;
  }

  .page-07-blog-interna .related-articles .card-blog:hover .info p {
    color: #FFFFFF;
  }

  .page-07-blog-interna .related-articles .card-blog:hover .info .btn-more span {
    color: #FFFFFF;
  }

  .page-07-blog-interna .related-articles .card-blog:hover .info .btn-more svg path {
    stroke: #FFFFFF;
  }

  .page-07-blog-interna .related-articles .wrapper {
    grid-template-columns: 1fr;
  }
}

.page-08-contato .main-header .container nav a {
  color: #2E3035;
}

.page-08-contato .main-header .container .btn {
  background-color: #7637A5;
  border-color: #F0E1FF;
}

.page-08-contato .main-header .container .btn-menu-mobile span {
  background-color: #2E3035;
}

.page-08-contato .main-header .container .btn-menu-mobile.active span {
  background-color: #FFFFFF;
}

.page-08-contato .main-header.active .container .btn-menu-mobile span {
  background-color: #FFFFFF;
}

.page-08-contato .contact {
  margin-top: 15rem;
  margin-bottom: 5.625rem;
}

.page-08-contato .contact .container {
  display: grid;
  grid-template-columns: 41.875rem 1fr;
  gap: 1.875rem;
}

.page-08-contato .contact .container .left h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 111%;
  color: #2F2A33;
  margin-bottom: 0.5rem;
}

.page-08-contato .contact .container .left p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #2F2A33;
  max-width: 33.125rem;
}

.page-08-contato .contact .container .left ul {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #727582;
}

.page-08-contato .contact .container .left ul li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.page-08-contato .contact .container .left ul li+li {
  margin-top: 1.5rem;
}

.page-08-contato .contact .container .left ul li span {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 111%;
  color: #2F2A33;
}

.page-08-contato .contact .container .left .embed-map {
  aspect-ratio: 670/330;
  background-color: #727582;
  border-radius: 24px;
  position: relative;
  margin-top: 3.25rem;
  overflow: hidden;
}

.page-08-contato .contact .container .left .embed-map iframe {
  width: 100%;
  [ height: 100%;
  ]
}

.page-08-contato .contact .container .left .embed-map .box {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  padding: 1.5rem;
  background-color: #FFFFFF;
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.page-08-contato .contact .container .left .embed-map .box address {
  flex: 1;
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #2E3035;
}

.page-08-contato .contact .container .box-contact {
  padding: 3rem;
  padding-bottom: 1.6875rem;
  background: #FFFFFF;
  border-radius: 24px;
}

.page-08-contato .contact .container .box-contact form {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.page-08-contato .contact .container .box-contact form .columns-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.125rem;
}

.page-08-contato .contact .container .box-contact form .columns-2+.columns-2 {
  margin-top: 1.5rem;
}

.page-08-contato .contact .container .box-contact form .input-group label {
  display: block;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 111%;
  color: #2E3035;
  margin-bottom: 0.5rem;
}

.page-08-contato .contact .container .box-contact form .input-group input {
  display: block;
  width: 100%;
  height: 3rem;
  padding-inline: 1.5rem;
  border: 1px solid #D1D4D8;
  border-radius: 8px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 111%;
}

.page-08-contato .contact .container .box-contact form .input-group input::-moz-placeholder {
  color: #B7BABE;
}

.page-08-contato .contact .container .box-contact form .input-group input::placeholder {
  color: #B7BABE;
}

.page-08-contato .contact .container .box-contact form .input-group-prefer>label {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 111%;
  color: #2E3035;
  margin-bottom: 0.5rem;
}

.page-08-contato .contact .container .box-contact form .input-group-prefer .wrapper {
  height: 3rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.page-08-contato .contact .container .box-contact form .input-group-prefer .wrapper div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-08-contato .contact .container .box-contact form .input-group-prefer .wrapper div input {
  -webkit-appearance: unset;
  -moz-appearance: unset;
  appearance: unset;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #D1D4D8;
  border-radius: 50%;
  transition: 200ms;
}

.page-08-contato .contact .container .box-contact form .input-group-prefer .wrapper div input:checked {
  background-color: #2E3035;
  border: 4px solid #F3F2FA;
  outline: 1px solid #2E3035;
}

.page-08-contato .contact .container .box-contact form .input-group-prefer .wrapper div input:checked+label {
  color: #2E3035;
}

.page-08-contato .contact .container .box-contact form .input-group-prefer .wrapper div label {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 111%;
  text-align: center;
  color: #B7BABE;
}

.page-08-contato .contact .container .box-contact form .input-group-textarea {
  margin-top: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.page-08-contato .contact .container .box-contact form .input-group-textarea label {
  display: block;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 111%;
  color: #2E3035;
  margin-bottom: 0.5rem;
}

.page-08-contato .contact .container .box-contact form .input-group-textarea textarea {
  display: block;
  width: 100%;
  min-height: 12.5rem;
  padding-inline: 1.5rem;
  border: 1px solid #D1D4D8;
  border-radius: 8px;
  padding-block: 1.25rem;
  flex: 1;
  resize: none;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 111%;
}

.page-08-contato .contact .container .box-contact form .input-group-textarea textarea::-moz-placeholder {
  color: #B7BABE;
}

.page-08-contato .contact .container .box-contact form .input-group-textarea textarea::placeholder {
  color: #B7BABE;
}

.page-08-contato .contact .container .box-contact form .btn {
  width: 100%;
  margin-top: 2rem;
}

.page-08-contato .contact .container .embed-map-mobile {
  display: none;
  aspect-ratio: 335/465;
  background-color: #727582;
  border-radius: 24px;
  position: relative;
  margin-top: 0;
}

.page-08-contato .contact .container .embed-map-mobile iframe {
  width: 100%;
  height: 100%;
}

.page-08-contato .contact .container .embed-map-mobile .box {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  padding: 1.5rem;
  background-color: #FFFFFF;
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.page-08-contato .contact .container .embed-map-mobile .box address {
  flex: 1;
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #2E3035;
}

@media screen and (max-width: 1500px) {
  .page-08-contato .contact .container {
    gap: 2.5rem;
    grid-template-columns: 500px 1fr;
  }

  .page-08-contato .contact .container .box-contact form .columns-2 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .page-08-contato .contact .container .box-contact form .columns-2+.columns-2 {
    margin-top: 1.5rem;
  }

  .page-08-contato .contact .container .box-contact form .input-group-textarea {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .page-08-contato .contact .container {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1024px) {
  .page-08-contato .contact {
    margin-top: 7.8125rem;
    margin-bottom: 4rem;
  }

  .page-08-contato .contact .container {
    gap: 1.5rem;
  }

  .page-08-contato .contact .container .left h2 {
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 0.5rem;
  }

  .page-08-contato .contact .container .left p {
    font-size: 16px;
    line-height: 150%;
  }

  .page-08-contato .contact .container .left ul {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    margin-bottom: 0;
  }

  .page-08-contato .contact .container .left ul li span {
    font-size: 0.875rem;
  }

  .page-08-contato .contact .container .left .embed-map {
    display: none;
  }

  .page-08-contato .contact .container .box-contact {
    padding: 1.5rem;
    border-radius: 18px;
  }

  .page-08-contato .contact .container .box-contact form .input-group label {
    font-size: 0.875rem;
    margin-bottom: 0.375rem;
  }

  .page-08-contato .contact .container .box-contact form .input-group input {
    height: 2.5rem;
    padding-inline: 0.875rem;
    font-size: 1rem;
  }

  .page-08-contato .contact .container .box-contact form .input-group-prefer>label {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }

  .page-08-contato .contact .container .box-contact form .input-group-prefer .wrapper {
    gap: 0.625rem;
    justify-content: space-between;
    max-width: 25rem;
    height: auto;
  }

  .page-08-contato .contact .container .box-contact form .input-group-prefer .wrapper div {
    gap: 0.5rem;
  }

  .page-08-contato .contact .container .box-contact form .input-group-prefer .wrapper div input {
    width: 1rem;
    height: 1rem;
  }

  .page-08-contato .contact .container .box-contact form .input-group-prefer .wrapper div label {
    font-size: 0.75rem;
  }

  .page-08-contato .contact .container .box-contact form .input-group-textarea {
    margin-top: 1rem;
  }

  .page-08-contato .contact .container .box-contact form .input-group-textarea label {
    font-size: 0.875rem;
    margin-bottom: 0.375rem;
  }

  .page-08-contato .contact .container .box-contact form .input-group-textarea textarea {
    min-height: 9.375rem;
    padding-inline: 0.875rem;
    font-size: 1rem;
  }

  .page-08-contato .contact .container .box-contact form .btn {
    margin-top: 1rem;
  }

  .page-08-contato .contact .container .embed-map-mobile {
    display: block;
  }
}

.page-09-landingpage .hero-landingpage {
  background-size: cover;
  background-position: center;
  margin-bottom: 5.75rem;
}

.page-09-landingpage .hero-landingpage::before {
  background: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-09-landingpage .hero-landingpage .container {
  height: 58.125rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.page-09-landingpage .hero-landingpage .container .women {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40.75rem;
}

.page-09-landingpage .hero-landingpage .container .women img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-09-landingpage .hero-landingpage .container .logo-lp {
  position: absolute;
  top: 2.25rem;
  left: 50%;
  transform: translateX(-50%);
}

.page-09-landingpage .hero-landingpage .container .box-left {
  max-width: 670px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.page-09-landingpage .hero-landingpage .container .box-left .text {
  margin-top: auto;
  margin-bottom: 10.625rem;
}

.page-09-landingpage .hero-landingpage .container .box-left .text h1 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 111%;
  color: #E5E3B3;
  margin-bottom: 1rem;
}

.page-09-landingpage .hero-landingpage .container .box-left .text p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #E5E3B3;
  margin-bottom: 2rem;
  max-width: 35.5rem;
}

.page-09-landingpage .hero-landingpage .container .box-left .text .btn {
  width: -moz-max-content;
  width: max-content;
  padding-inline: 4rem;
}

.page-09-landingpage .hero-landingpage .container .box-left ul {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  gap: 0.8125rem;
  list-style: none;
}

.page-09-landingpage .hero-landingpage .container .box-left ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-09-landingpage .hero-landingpage .container .box-left ul li span {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #E5E3B3;
}

.page-09-landingpage .hero-landingpage .container .box-right {
  position: relative;
  z-index: 2;
  max-width: 33.5rem;
  width: 100%;
  margin-bottom: 5.125rem;
  padding: 2.5rem;
  background: #FFFFFF;
  border-radius: 18px;
}

.page-09-landingpage .hero-landingpage .container .box-right h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 111%;
  color: #2E3035;
  margin-bottom: 0.5rem;
  max-width: 27rem;
}

.page-09-landingpage .hero-landingpage .container .box-right .required {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 111%;
  color: #2E3035;
  display: flex;
  align-items: center;
}

.page-09-landingpage .hero-landingpage .container .box-right .required span {
  color: #FF3B30;
}

.page-09-landingpage .hero-landingpage .container .box-right form {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.page-09-landingpage .hero-landingpage .container .box-right form>button {
  background: #989B4E;
  border-radius: 16px;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border: 0;
  margin-top: 0.5rem;
  cursor: pointer;
  transition: 200ms;
}

.page-09-landingpage .hero-landingpage .container .box-right form>button span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
}

.page-09-landingpage .hero-landingpage .container .box-right form>button:hover {
  transform: scale(1.02);
}

.page-09-landingpage .hero-landingpage .container .box-right form .btn {
  display: none;
}

.page-09-landingpage .hero-landingpage .container .box-footer {
  display: none;
}

@media screen and (max-width: 1700px) {
  .page-09-landingpage .hero-landingpage .container .women {
    width: 28.125rem;
  }

  .page-09-landingpage .hero-landingpage .container .box-left {
    max-width: 33.75rem;
  }
}

@media screen and (max-width: 1450px) {
  .page-09-landingpage .hero-landingpage .container {
    height: auto;
    padding-top: 8.75rem;
  }

  .page-09-landingpage .hero-landingpage .container .women {
    display: none;
  }

  .page-09-landingpage .hero-landingpage .container .box-left {
    max-width: 37.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .page-09-landingpage .hero-landingpage .container {
    flex-direction: column;
  }

  .page-09-landingpage .hero-landingpage .container .box-left {
    width: 100%;
    max-width: initial;
  }

  .page-09-landingpage .hero-landingpage .container .box-left .text {
    margin-bottom: 2.5rem;
  }

  .page-09-landingpage .hero-landingpage .container .box-left .text p {
    margin-bottom: 0;
  }

  .page-09-landingpage .hero-landingpage .container .box-left ul {
    display: none;
  }

  .page-09-landingpage .hero-landingpage .container .box-left .btn {
    display: none;
  }

  .page-09-landingpage .hero-landingpage .container .box-right {
    width: 100%;
    max-width: initial;
    margin-bottom: 2.5rem;
  }

  .page-09-landingpage .hero-landingpage .container .box-right form .btn {
    display: flex;
    width: 100%;
    margin-top: -1.25rem;
  }

  .page-09-landingpage .hero-landingpage .container .box-footer {
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    gap: 0.8125rem;
    list-style: none;
  }

  .page-09-landingpage .hero-landingpage .container .box-footer li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .page-09-landingpage .hero-landingpage .container .box-footer li span {
    font-family: "Arvo";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #E5E3B3;
  }
}

@media screen and (max-width: 1024px) {
  .page-09-landingpage .hero-landingpage {
    margin-bottom: 2rem;
  }

  .page-09-landingpage .hero-landingpage .container {
    height: auto;
    padding-top: 7rem;
    gap: 1rem;
  }

  .page-09-landingpage .hero-landingpage .container .logo-lp {
    top: 2.875rem;
    width: 2.0625rem;
  }

  .page-09-landingpage .hero-landingpage .container .box-left .text {
    margin-bottom: 0;
  }

  .page-09-landingpage .hero-landingpage .container .box-left .text h1 {
    margin-bottom: 0.5rem;
    font-size: 24px;
    line-height: 111%;
  }

  .page-09-landingpage .hero-landingpage .container .box-left .text p {
    font-size: 12px;
    line-height: 140%;
  }

  .page-09-landingpage .hero-landingpage .container .box-right {
    padding: 1.5rem;
    border-radius: 16px;
    margin-bottom: 0;
  }

  .page-09-landingpage .hero-landingpage .container .box-right h2 {
    font-size: 16px;
    line-height: 111%;
    margin-bottom: 0.25rem;
  }

  .page-09-landingpage .hero-landingpage .container .box-right .required {
    font-size: 0.625rem;
    line-height: 1.11;
  }

  .page-09-landingpage .hero-landingpage .container .box-right form {
    margin-top: 0.9375rem;
    gap: 1rem;
  }

  .page-09-landingpage .hero-landingpage .container .box-right form>button {
    margin-top: 0.25rem;
    padding-inline: 1.25rem;
    height: 3.5rem;
    border-radius: 16px;
    gap: 0.75rem;
  }

  .page-09-landingpage .hero-landingpage .container .box-right form>button span {
    font-size: 0rem;
  }

  .page-09-landingpage .hero-landingpage .container .box-right form>button span::after {
    content: "Solicitar orçamento";
    font-size: 1rem;
    line-height: 16px;
  }

  .page-09-landingpage .hero-landingpage .container .box-right form .btn {
    margin-top: -0.75rem;
    height: 3.5rem;
  }

  .page-09-landingpage .hero-landingpage .container .box-footer {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }

  .page-09-landingpage .hero-landingpage .container .box-footer li {
    gap: 0.5rem;
  }

  .page-09-landingpage .hero-landingpage .container .box-footer li svg {
    max-width: 1.375rem;
  }

  .page-09-landingpage .hero-landingpage .container .box-footer li span {
    font-size: 0.625rem;
  }
}

.page-09-landingpage .partner-companies {
  margin-bottom: 12.5rem;
  padding-top: 3rem;
}

.page-09-landingpage .partner-companies .container header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10rem;
  gap: 4.375rem;
}

.page-09-landingpage .partner-companies .container header .group-title h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 111%;
  color: #2F2A33;
  margin-bottom: 0.5rem;
}

.page-09-landingpage .partner-companies .container header .group-title p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #2F2A33;
}

.page-09-landingpage .partner-companies .container header .right {
  flex: 1;
  overflow: hidden;
  width: 100%;
  align-self: center;
  position: relative;
  padding-inline: 2px;
}

.page-09-landingpage .partner-companies .container header .right .swiper {
  padding-bottom: 0;
}

.page-09-landingpage .partner-companies .container header .right .swiper .swiper-slide {
  width: -moz-max-content;
  width: max-content;
}

.page-09-landingpage .partner-companies .container header .right .swiper .swiper-slide img {
  max-width: 100px;
  object-fit: contain;
  height: auto;
}

.page-09-landingpage .partner-companies .container header .right::before,
.page-09-landingpage .partner-companies .container header .right::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  /* ajuste conforme necessário */
  z-index: 10;
  pointer-events: none;
}

.page-09-landingpage .partner-companies .container header .right::before {
  left: -5px;
  background: linear-gradient(to right, #F3F2FA 0%, rgba(255, 255, 255, 0) 100%);
}

.page-09-landingpage .partner-companies .container header .right::after {
  right: -5px;
  background: linear-gradient(to left, #F3F2FA 0%, rgba(255, 255, 255, 0) 100%);
}

.page-09-landingpage .partner-companies .container .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
  margin-bottom: 3rem;
}

.page-09-landingpage .partner-companies .container table {
  width: 100%;
  border-collapse: collapse;
}

.page-09-landingpage .partner-companies .container table thead tr {
  border-bottom: 1px solid #FF3B30;
  height: 5.625rem;
  background-color: #F5CDD2;
}

.page-09-landingpage .partner-companies .container table thead tr th {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 111%;
  color: #2F2A33;
  text-align: left;
  padding-inline: 2rem;
}

.page-09-landingpage .partner-companies .container table tbody tr {
  height: 5.5rem;
  display: flex;
  align-items: center;
}

.page-09-landingpage .partner-companies .container table tbody tr td {
  padding-inline: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 100%;
  width: 100%;
}

.page-09-landingpage .partner-companies .container table tbody tr td span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 111%;
  color: #2E3035;
}

.page-09-landingpage .partner-companies .container table tbody tr+tr {
  position: relative;
}

.page-09-landingpage .partner-companies .container table tbody tr+tr::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 2rem;
  right: 2rem;
  height: 1px;
  background-color: #9A9EA2;
}

.page-09-landingpage .partner-companies .container .wrapper-table {
  border-radius: 16px;
  overflow: hidden;
}

.page-09-landingpage .partner-companies .container .wrapper-table.now {
  border: 1px solid #FF3B30;
}

.page-09-landingpage .partner-companies .container .wrapper-table.after {
  border: 1px solid #34C759;
}

.page-09-landingpage .partner-companies .container .wrapper-table.after table thead tr {
  border-bottom: 1px solid #34C759;
  background-color: #CDE9DA;
}

.page-09-landingpage .partner-companies .container .btn {
  width: -moz-max-content;
  width: max-content;
  padding-inline: 3rem;
  height: 4.5rem;
  margin-inline: auto;
}

.page-09-landingpage .partner-companies .container .swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

@media screen and (max-width: 1340px) {
  .page-09-landingpage .partner-companies .container header {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
    margin-bottom: 5rem;
  }

  .page-09-landingpage .partner-companies .container header .right {
    width: calc(100% + 80px);
    margin-left: -2.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .page-09-landingpage .partner-companies {
    margin-bottom: 7.5rem;
  }

  .page-09-landingpage .partner-companies .container header {
    gap: 3rem;
    margin-bottom: 5rem;
  }

  .page-09-landingpage .partner-companies .container header .group-title h2 {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 0.5rem;
  }

  .page-09-landingpage .partner-companies .container header .group-title p {
    font-size: 16px;
    line-height: 150%;
  }

  .page-09-landingpage .partner-companies .container header .right {
    width: calc(100% + 40px);
    margin-left: -1.25rem;
  }

  .page-09-landingpage .partner-companies .container header .right img {
    max-height: 3.125rem;
  }

  .page-09-landingpage .partner-companies .container .wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 1.5rem;
    gap: 1.5rem;
  }

  .page-09-landingpage .partner-companies .container table thead tr {
    height: auto;
  }

  .page-09-landingpage .partner-companies .container table thead tr th {
    padding-block: 1.5rem;
    font-size: 20px;
    padding-inline: 1.5rem;
  }

  .page-09-landingpage .partner-companies .container table tbody tr {
    height: 5rem;
  }

  .page-09-landingpage .partner-companies .container table tbody tr td {
    padding-inline: 1.25rem;
    gap: 1rem;
  }

  .page-09-landingpage .partner-companies .container table tbody tr td span {
    font-size: 14px;
  }

  .page-09-landingpage .partner-companies .container table tbody tr+tr::after {
    left: 1.5rem;
    right: 1.5rem;
  }

  .page-09-landingpage .partner-companies .container .btn {
    height: 3.5rem;
    padding-inline: 0.625rem;
    width: 100%;
    max-width: 25rem;
  }
}

.page-09-landingpage .how-works {
  margin-bottom: 7.5rem;
  padding-top: 3rem;
}

.page-09-landingpage .how-works .container .group-title {
  margin-bottom: 4rem;
}

.page-09-landingpage .how-works .container .group-title h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #2F2A33;
  margin-bottom: 0.5rem;
}

.page-09-landingpage .how-works .container .group-title p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #2F2A33;
}

.page-09-landingpage .how-works .container .item {
  max-width: 20.75rem;
  min-width: 20.625rem;
}

.page-09-landingpage .how-works .container .item .icon {
  width: 6.125rem;
  height: 6.125rem;
  background-color: #989B4E;
  border-radius: 50%;
  margin-inline: auto;
  box-shadow: 0 0 0 22px #E5E3B3;
  margin-bottom: 2.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-09-landingpage .how-works .container .item h3 {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #373819;
}

.page-09-landingpage .how-works .container .swiper .swiper-slide .item {
  padding-top: 1.5rem;
}

.page-09-landingpage .how-works .container .swiper .swiper-slide .item .icon {
  z-index: 3;
  position: relative;
}

.page-09-landingpage .how-works .container .swiper .swiper-slide:not(:first-of-type) .item {
  position: relative;
}

.page-09-landingpage .how-works .container .swiper .swiper-slide:not(:first-of-type) .item::after {
  content: "";
  display: block;
  width: 220px;
  height: 0.125rem;
  background-color: #989B4E;
  position: absolute;
  right: calc(100% - 70px);
  top: 4.375rem;
}

@media screen and (max-width: 1650px) {
  .page-09-landingpage .how-works .container .swiper .swiper-slide:not(:first-of-type) .item::after {
    width: 180px;
    right: calc(100% - 60px);
  }
}

@media screen and (max-width: 1550px) {
  .page-09-landingpage .how-works .container .swiper .swiper-slide:not(:first-of-type) .item::after {
    width: 100px;
    right: calc(100% - 30px);
  }
}

.page-09-landingpage .how-works .container .wrapper {
  max-width: 94.375rem;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  display: none;
}

.page-09-landingpage .how-works .container .wrapper .separator {
  flex: 1;
  height: 6.125rem;
  position: relative;
}

.page-09-landingpage .how-works .container .wrapper .separator::after {
  content: "";
  display: block;
  height: 0.0625rem;
  background-color: #989B4E;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4.375rem;
  right: -4.375rem;
}

@media screen and (max-width: 1400px) {
  .page-09-landingpage .how-works {
    margin-bottom: 6.25rem;
  }

  .page-09-landingpage .how-works .container .item {
    display: flex;
    align-items: center;
    max-width: initial;
  }

  .page-09-landingpage .how-works .container .item .icon {
    margin-right: 2.5rem;
    margin-bottom: 0;
  }

  .page-09-landingpage .how-works .container .item h3 {
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.5;
    flex: 1;
  }

  .page-09-landingpage .how-works .container .item+.item {
    margin-top: 2.75rem;
  }

  .page-09-landingpage .how-works .container .swiper {
    display: none;
  }

  .page-09-landingpage .how-works .container .wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.125rem;
    max-width: 31.25rem;
    padding-inline: 1.25rem;
  }

  .page-09-landingpage .how-works .container .wrapper .separator {
    height: 8.5rem;
    width: 6.125rem;
    position: relative;
    flex: initial;
  }

  .page-09-landingpage .how-works .container .wrapper .separator::after {
    width: 0.0625rem;
    height: auto;
    transform: translateX(-50%);
    left: 50%;
    right: initial;
    top: 1.125rem;
    bottom: 1.125rem;
  }
}

@media screen and (max-width: 1024px) {
  .page-09-landingpage .how-works .container .group-title {
    margin-bottom: 4rem;
  }

  .page-09-landingpage .how-works .container .group-title h2 {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 0.5rem;
  }

  .page-09-landingpage .how-works .container .group-title p {
    font-family: "Arvo";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #2F2A33;
  }

  .page-09-landingpage .how-works .container .item .icon {
    width: 4.375rem;
    height: 4.375rem;
    box-shadow: 0 0 0 15px #E5E3B3;
    margin-right: 2.4375rem;
  }

  .page-09-landingpage .how-works .container .item .icon svg {
    max-width: 1.5rem;
  }

  .page-09-landingpage .how-works .container .item h3 {
    max-width: 13.125rem;
  }

  .page-09-landingpage .how-works .container .wrapper {
    padding-inline: 0.6875rem;
  }

  .page-09-landingpage .how-works .container .wrapper .separator {
    width: 5.625rem;
  }
}

.page-09-landingpage .our-work {
  margin-bottom: 12.5rem;
}

.page-09-landingpage .our-work .container .group-title {
  margin-bottom: 2rem;
}

.page-09-landingpage .our-work .container .group-title h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #2F2A33;
  margin-bottom: 0.5rem;
}

.page-09-landingpage .our-work .container .group-title p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #2F2A33;
}

.page-09-landingpage .our-work .container .swiper {
  margin-bottom: 0rem;
}

.page-09-landingpage .our-work .container .card {
  aspect-ratio: 390/550;
  background-color: #9A9EA2;
  border-radius: 1.5rem;
  overflow: hidden;
}

.page-09-landingpage .our-work .container .card img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-09-landingpage .our-work .embed-video {
  width: calc(100% - 80px);
  max-width: 103.125rem;
  aspect-ratio: 16/9;
  background-color: #2D2D2D;
  border-radius: 24px;
  margin-inline: auto;
  position: relative;
  margin-bottom: 3rem;
}

.page-09-landingpage .our-work .embed-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.page-09-landingpage .our-work .btn {
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}

@media screen and (max-width: 1500px) {
  .page-09-landingpage .our-work .container .swiper {
    margin-bottom: 1.875rem;
  }
}

@media screen and (max-width: 1024px) {
  .page-09-landingpage .our-work {
    margin-bottom: 5rem;
  }

  .page-09-landingpage .our-work .container .group-title h2 {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 0.5rem;
  }

  .page-09-landingpage .our-work .container .group-title p {
    font-size: 16px;
    line-height: 150%;
  }

  .page-09-landingpage .our-work .embed-video {
    width: calc(100% - 40px);
    border-radius: 8px;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .page-09-landingpage .our-work .container .swiper {
    width: calc(100% + 20px);
    margin-bottom: 4rem;
  }
}

.page-09-landingpage .review {
  margin-bottom: 12.5rem;
}

.page-09-landingpage .review .container .btn-primary {
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  margin-top: 3rem;
}

@media screen and (max-width: 1024px) {
  .page-09-landingpage .review {
    margin-bottom: 5rem;
  }
}

.page-09-landingpage .faq {
  margin-bottom: 8rem;
  padding-top: 3rem;
}

.page-09-landingpage .faq .container {
  display: flex;
  justify-content: space-between;
  gap: 6.25rem;
}

.page-09-landingpage .faq .container .left {
  max-width: 45rem;
}

.page-09-landingpage .faq .container .left h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 111%;
  color: #2F2A33;
  margin-bottom: 0.5rem;
}

.page-09-landingpage .faq .container .left p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #2F2A33;
}

.page-09-landingpage .faq .container .right {
  max-width: 50.625rem;
}

.page-09-landingpage .faq .container .right .faq-item .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.page-09-landingpage .faq .container .right .faq-item .faq-question h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 111%;
  color: #2F2A33;
}

.page-09-landingpage .faq .container .right .faq-item .faq-question .icon svg.active {
  display: none;
}

.page-09-landingpage .faq .container .right .faq-item .faq-response {
  max-height: 0;
  overflow: hidden;
  transition: 200ms;
}

.page-09-landingpage .faq .container .right .faq-item .faq-response p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #5D5F67;
}

.page-09-landingpage .faq .container .right .faq-item+.faq-item {
  padding-block: 2rem;
  border-top: 1px solid #9A9EA2;
}

.page-09-landingpage .faq .container .right .faq-item:first-of-type {
  padding-bottom: 2rem;
}

.page-09-landingpage .faq .container .right .faq-item.active .faq-question h3 {
  color: #989B4E;
}

.page-09-landingpage .faq .container .right .faq-item.active .faq-question .icon svg {
  display: none;
}

.page-09-landingpage .faq .container .right .faq-item.active .faq-question .icon svg.active {
  display: block;
}

.page-09-landingpage .faq .container .right .faq-item.active .faq-response {
  margin-top: 0.75rem;
  max-height: 62.5rem;
}

@media screen and (max-width: 1300px) {
  .page-09-landingpage .faq .container .right {
    max-width: 31.25rem;
  }
}

@media screen and (max-width: 1024px) {
  .page-09-landingpage .faq {
    margin-bottom: 2.375rem;
  }

  .page-09-landingpage .faq .container {
    display: block;
  }

  .page-09-landingpage .faq .container .left {
    margin-bottom: 2.125rem;
  }

  .page-09-landingpage .faq .container .left h2 {
    font-size: 24px;
    line-height: 111%;
    margin-bottom: 0.5rem;
  }

  .page-09-landingpage .faq .container .left p {
    font-size: 16px;
    line-height: 150%;
  }

  .page-09-landingpage .faq .container .right {
    max-width: initial;
  }

  .page-09-landingpage .faq .container .right .faq-item .faq-question h3 {
    font-size: 1rem;
    line-height: 1.11;
    max-width: 15.5rem;
  }

  .page-09-landingpage .faq .container .right .faq-item .faq-question svg {
    width: 0.75rem;
  }

  .page-09-landingpage .faq .container .right .faq-item .faq-response p {
    font-size: 0.75rem;
  }

  .page-09-landingpage .faq .container .right .faq-item:first-of-type {
    padding-bottom: 1.5rem;
  }

  .page-09-landingpage .faq .container .right .faq-item+.faq-item {
    padding-block: 1.5rem;
  }

  .page-09-landingpage .faq .container .right .faq-item.active .faq-response {
    margin-top: 1rem;
  }
}

.page-09-landingpage .banner {
  width: calc(100% - 80px);
  max-width: 103.125rem;
  margin-inline: auto;
  border-radius: 40px;
  padding-block: 10rem;
  background-image: url(../images/bg-banner-full-lp.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 5rem;
  padding-inline: 2.5rem;
}

.page-09-landingpage .banner .box {
  max-width: 57.5rem;
  margin-inline: auto;
}

.page-09-landingpage .banner .box h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 111%;
  text-align: center;
  color: #E5E3B3;
  margin-bottom: 2rem;
}

.page-09-landingpage .banner .box .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.page-09-landingpage .banner .box .btn-secondary {
  color: #E5E3B3;
  padding-inline: 3rem;
  border-color: #E5E3B3;
}

@media screen and (max-width: 1024px) {
  .page-09-landingpage .banner {
    padding-inline: 1.5rem;
    padding-block: 5rem;
    border-radius: 24px;
    width: calc(100% - 40px);
    margin-bottom: 3rem;
    background: #373819;
  }

  .page-09-landingpage .banner .box h2 {
    font-size: 32px;
    line-height: 111%;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .page-09-landingpage .banner .box .buttons {
    flex-direction: column;
  }

  .page-09-landingpage .banner .box .buttons .btn {
    width: 100%;
    max-width: 25rem;
    padding-inline: 1.25rem;
  }
}

.page-09-landingpage .main-footer .container .top {
  align-items: center;
  padding-bottom: 3.125rem;
}

.page-09-landingpage .main-footer .container .top .terms {
  flex: 1;
}

.page-09-landingpage .main-footer .container .top .terms ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.page-09-landingpage .main-footer .container .top .terms ul li a {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 111%;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}

.page-09-landingpage .main-footer .container .top .terms ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .page-09-landingpage .main-footer .container .top {
    flex-wrap: wrap;
    gap: 2rem;
    padding-bottom: 1.5rem;
  }

  .page-09-landingpage .main-footer .container .top .terms {
    width: 100%;
    flex: none;
    order: 3;
  }

  .page-09-landingpage .main-footer .container .top .terms ul li a {
    font-size: 0.875rem;
  }

  .page-09-landingpage .main-footer .container .top .logo-1 {
    width: 3rem;
  }

  .page-09-landingpage .main-footer .container .top .selo {
    width: 4.6875rem;
  }
}

.page-11-monte-seu-uniforme .group-title {
  margin-bottom: 1rem;
}

.page-11-monte-seu-uniforme .group-title h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 111%;
  text-align: center;
  color: #2F2A33;
  margin-bottom: 0.75rem;
}

.page-11-monte-seu-uniforme .group-title p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 111%;
  text-align: center;
  color: #2F2A33;
}

@media screen and (max-width: 1024px) {
  .page-11-monte-seu-uniforme .group-title {
    margin-bottom: 1.5rem;
  }

  .page-11-monte-seu-uniforme .group-title h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    text-align: left;
  }

  .page-11-monte-seu-uniforme .group-title p {
    font-size: 0.875rem;
    line-height: 1.4;
    text-align: left;
  }
}

.page-11-monte-seu-uniforme .wrapper-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-11-monte-seu-uniforme .wrapper-checkbox input {
  -webkit-appearance: unset;
  -moz-appearance: unset;
  appearance: unset;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #727582;
  border-radius: 8px;
  transition: 200ms;
  cursor: pointer;
  background-image: url(../images/icons/icon-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0rem 0rem;
}

.page-11-monte-seu-uniforme .wrapper-checkbox input:checked {
  background-color: #2E3035;
  border-color: #2E3035;
  background-size: 0.5625rem 0.375rem;
}

.page-11-monte-seu-uniforme .wrapper-checkbox input:checked+label {
  color: #2E3035;
}

.page-11-monte-seu-uniforme .wrapper-checkbox input:checked+label span {
  color: #F5F7F9;
  background-color: #2E3035;
}

.page-11-monte-seu-uniforme .wrapper-checkbox label {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 111%;
  color: #727582;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-11-monte-seu-uniforme .wrapper-checkbox label span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 111%;
  color: #F5F7F9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
  background: #727582;
  border-radius: 999px;
  cursor: pointer;
  transition: 200ms;
}

.page-11-monte-seu-uniforme .wrapper-checkbox label span:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 1024px) {
  .page-11-monte-seu-uniforme .wrapper-checkbox {
    gap: 0.75rem;
  }

  .page-11-monte-seu-uniforme .wrapper-checkbox input {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 6px;
  }

  .page-11-monte-seu-uniforme .wrapper-checkbox label {
    font-size: 1rem;
  }
}

.page-11-monte-seu-uniforme .wrapper-radio {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-11-monte-seu-uniforme .wrapper-radio input {
  -webkit-appearance: unset;
  -moz-appearance: unset;
  appearance: unset;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #727582;
  border-radius: 50%;
  transition: 200ms;
  cursor: pointer;
}

.page-11-monte-seu-uniforme .wrapper-radio input:checked {
  background-color: #2E3035;
  border: 4px solid #F3F2FA;
  outline: 1px solid #2E3035;
}

.page-11-monte-seu-uniforme .wrapper-radio input:checked+label {
  color: #2E3035;
}

/* Aviso quando não houver tecidos compatíveis */
.page-11-monte-seu-uniforme .no-fabrics-message {
  background: #fff7cc;
  border: 1px solid #ffe08a;
  color: #6b4a00;
  padding: 10px 14px;
  border-radius: 6px;
  margin-top: 12px;
  font-size: 0.95rem;
}

.page-11-monte-seu-uniforme .wrapper-radio input:checked+label span {
  color: #F5F7F9;
  background-color: #2E3035;
}

.page-11-monte-seu-uniforme .wrapper-radio label {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 111%;
  color: #727582;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-11-monte-seu-uniforme .wrapper-radio span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 111%;
  color: #F5F7F9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
  background: #727582;
  border-radius: 999px;
  cursor: pointer;
  transition: 200ms;
}

.page-11-monte-seu-uniforme .wrapper-radio span:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 1024px) {
  .page-11-monte-seu-uniforme .wrapper-radio {
    gap: 0.75rem;
  }

  .page-11-monte-seu-uniforme .wrapper-radio input {
    width: 1.25rem;
    height: 1.25rem;
  }

  .page-11-monte-seu-uniforme .wrapper-radio label {
    font-size: 1rem;
  }
}

.page-11-monte-seu-uniforme .main-header .container nav a {
  color: #2E3035;
}

.page-11-monte-seu-uniforme .form-multi-step .container {
  padding-top: 10.5rem;
  padding-bottom: 0rem;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-header .step-item-menu {
  position: relative;
}

.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-header .step-item-menu span {
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #B7BABE;
  position: relative;
  cursor: pointer;
  transition: 200ms;
  background-color: #F3F2FA;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 111%;
  text-align: center;
  color: #B7BABE;
  z-index: 2;
  background-image: url(../images/icons/check-step-multi-step.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0rem 0rem;
}

.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-header .step-item-menu::after {
  content: "";
  display: block;
  width: 0rem;
  height: 0rem;
  border-radius: 50%;
  background-color: #E5E3B3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: 200ms;
}

.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-header .step-item-menu.current-step span {
  background-color: #989B4E;
  border-color: #989B4E;
  color: #E5E3B3;
}

.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-header .step-item-menu.current-step::after {
  width: 5rem;
  height: 5rem;
}

.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-header .step-item-menu.completed-step span {
  background-color: #989B4E;
  border-color: #989B4E;
  color: #F0E1FF;
  font-size: 0;
  background-size: 1rem 0.75rem;
}

.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-header .separator {
  width: 7.25rem;
  height: 0.0625rem;
  background-color: #B7BABE;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .page-11-monte-seu-uniforme .form-multi-step .container {
    padding-top: 9.375rem;
    padding-bottom: 0;
  }

  .page-11-monte-seu-uniforme .form-multi-step .container .scroll-h {
    overflow-x: auto;
    padding-left: 0.75rem;
    padding-block: 0.75rem;
    width: calc(100% + 20px);
    margin-left: 20px;
  }

  .page-11-monte-seu-uniforme .form-multi-step .container .scroll-h::-webkit-scrollbar {
    display: none;
  }

  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-header {
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
  }

  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-header .step-item-menu.current-step::after {
    width: 4rem;
    height: 4rem;
  }

  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-header .step-item-menu.current-step span {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
  }

  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-header .separator {
    width: 2.5rem;
  }
}

@media(max-width: 991px) {
  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-header .separator {
    widtH: 1rem;
  }
}

.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  max-width: 41.875rem;
  margin-inline: auto;
}

.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-footer button {
  flex: 1;
  height: 4.5rem;
  border-radius: 16px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  background-color: #F3F2FA;
  cursor: pointer;
  transition: 200ms;
  top: 30%;
  position: absolute;
  width: 140px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 15;
}



.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-footer button.btn-prev-step {
  color: #7637A5;
  border: 2px solid #7637A5;
  left: 0;
  top: 400px;
}

.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-footer button.btn-next-step img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(7461%) hue-rotate(95deg) brightness(103%) contrast(100%);
  transform: rotate(180deg);
}

.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-footer button.btn-next-step {
  color: #F0E1FF;
  background: #7637A5;
  border: 2px solid #F0E1FF;
  right: 0;
  top: 400px;
}

.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-footer button.btn-next-step.iniciar {
  position: relative;
  max-width: 250px;
  margin-top: 3rem;
  top: 30%;
}

@media screen and (max-width: 1024px) {
  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-footer {
    flex-direction: column-reverse;
    gap: 0.25rem;
    max-width: 95%;
  }

  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-footer button {
    flex: initial;
    width: 100%;
    font-size: 1rem;
    height: 4rem;
  }

  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-footer button.btn-prev-step {
    top: 30%;
  }

  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-footer button.btn-next-step {
    top: 30%;
  }
}

.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .step-item-content {
  display: none;
}

.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .step-item-content.current-step {
  display: block;
  padding-block: 2rem;
}

.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .initial-hero h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 111%;
  text-align: center;
  color: #2F2A33;
  margin-bottom: 0.75rem;
}

.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .initial-hero p {
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 111%;
  text-align: center;
  color: #2F2A33;
  text-align: center;
}

.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .initial-hero .form-multi-step-footer {
  padding-top: 2.5rem;
}

.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .box-segment .line-radios,
.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .box-segment .line-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .box-segment .line-radios .wrapper-checkbox,
.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .box-segment .line-checkbox .wrapper-checkbox {
  flex-direction: row;
}

.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .box-segment .form-multi-step-footer {
  padding-top: 6.25rem;
}

.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .uniform-model .card-model .cover {
  aspect-ratio: 287/273;
  width: 100%;
  background: radial-gradient(circle at 50% 50%, #EEEEEE 0%, #9A9A9A 100%);
  border-radius: 16px 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 287px;
}

.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .uniform-model .card-model .cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .uniform-model .card-model .option {
  padding-inline: 1.5rem;
  padding-block: 2rem;
  border-inline: 1px solid #B7BABE;
  border-bottom: 1px solid #B7BABE;
  border-radius: 0 0 16px 16px;
  display: flex;
  align-items: center;
  gap: 0.5rem;

}

.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .uniform-model .card-model .option input {
  -webkit-appearance: unset;
  -moz-appearance: unset;
  appearance: unset;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #727582;
  border-radius: 50%;
  transition: 200ms;
  cursor: pointer;
}

.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .uniform-model .card-model .option input:checked {
  background-color: #2E3035;
  border: 4px solid #F3F2FA;
  outline: 1px solid #2E3035;
}

.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .uniform-model .card-model .option input:checked+label {
  color: #2E3035;
}

.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .uniform-model .card-model .option label {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 111%;
  color: #727582;
  cursor: pointer;
}

.page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .uniform-model .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 56.875rem;
  margin-inline: auto;
  width: 100%;
  margin-bottom: 3.125rem;
  gap: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .step-item-content {
    max-width: 39.625rem;
  }

  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .step-item-content .initial-hero h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .step-item-content .initial-hero p {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .step-item-content .initial-hero .form-multi-step-footer {
    padding-top: 2rem;
  }

  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .step-item-content .initial-hero .form-multi-step-footer button.btn-next-step {
    height: 4rem;
    font-size: 1rem;
  }

  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .step-item-content .box-segment .line-radios,
  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .step-item-content .box-segment .line-checkbox {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.875rem;
  }

  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .step-item-content .box-segment .form-multi-step-footer {
    padding-top: 4rem;
    flex-direction: column-reverse;
    width: 100%;
    max-width: initial;
    gap: 0.25rem;
  }

  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .step-item-content button {
    max-width: initial;
    flex: initial;
    width: 100%;
    height: 4rem;
    font-size: 1rem;
    position: relative;
  }

  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .step-item-content button img {
    display: none;
  }

  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .step-item-content button.btn-next-step::after {
    content: 'Continuar';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .step-item-content button.btn-prev-step::after {
    content: 'Voltar';
    position: absolute;
    display: block;
    color: #7637A5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .step-item-content button.btn-next-step.iniciar::after {
    display: none;
  }

  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .step-item-content .uniform-model .card-model .cover {
    height: 17.1875rem;
  }

  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .step-item-content .uniform-model .card-model .option {
    padding: 1.5rem;
    gap: 0.5rem;
  }

  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .step-item-content .uniform-model .card-model .option input {
    width: 1.25rem;
    height: 1.25rem;
  }

  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .step-item-content .uniform-model .card-model .option label {
    font-size: 1rem;
  }

  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .step-item-content .uniform-model .wrapper {
    grid-template-columns: 1fr;
    max-width: 31.25rem;
    margin-inline: auto;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }

  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .step-item-content.current-step {
    padding-top: 2rem;
  }

  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .step-item-content:first-of-type {
    padding-block: 5.625rem;
  }
}

@media screen and (max-width: 580px) {
  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .step-item-content .uniform-model .card-model .cover {
    height: auto;
  }

  .page-11-monte-seu-uniforme .form-multi-step .container .form-multi-step-content .step-item-content .uniform-model .card-model .option {

    margin-left: auto !important;
    margin-right: auto !important;
  }

  .swiper-models .swiper-slide {
    margin-left: auto !important;
    margin-right: auto !important;

  }
}

.page-14-personalizar .main-header .container nav a {
  color: #080910;
}

.page-14-personalizar .main-header .container .btn {
  background-color: #7637A5;
}

.page-14-personalizar .main-header .container .btn-menu-mobile span {
  background-color: #080910;
}

.page-14-personalizar .main-header .container .btn-menu-mobile.active span {
  background-color: #FFFFFF;
}

.page-14-personalizar .main-header.active .container nav a {
  color: #FFFFFF;
}

.page-14-personalizar .form-step-mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  .page-14-personalizar .form-step-mobile {
    display: block;
    width: 100%;
  }

  .page-14-personalizar .form-step-mobile .content .step {
    display: none;
  }

  .page-14-personalizar .form-step-mobile .content .step.current {
    display: block;
  }

  .page-14-personalizar .form-step-mobile .content .step header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .page-14-personalizar .form-step-mobile .content .step header h2 {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 111%;
    color: #2E3035;
  }

  .page-14-personalizar .form-step-mobile .content .step header .badge {
    max-width: initial;
    width: -moz-max-content;
    width: max-content;
    height: 25px;
    border-radius: 24px;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 111%;
    padding-inline: 0.8125rem;
  }

  .page-14-personalizar .form-step-mobile .content .step header .badge svg {
    width: 0.625rem;
  }

  .page-14-personalizar .form-step-mobile .content .step header .badge.more-sold {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    color: #A98215;
    background: #FFF8BA;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-preview {
    position: relative;
    max-width: 31.25rem;
    margin-inline: auto;
    margin-top: 0.5rem;
    width: 335px;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-preview::after {
    content: "";
    display: block;
    width: 310px;
    height: 38px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/icon-blur-2.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-preview img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 335 / 401;
    width: 335px !important;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-preview img.impressao1,
  .page-14-personalizar .form-step-mobile .content .step .box-preview img.impressao2 .page-14-personalizar .form-step-mobile .content .step .box-preview img.impressao3 {
    height: 70px !important;
    width: 70px !important;
    right: 88px !important;
    left: unset !important;
    top: 65px !important;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-preview img.impressao2 {
    margin-right: auto;
    margin-left: auto;
    width: 182px !important;
    height: 182px !important;
    top: 50px !important;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-preview img.impressao3 {
    width: 80px !important;
    height: 80px !important;
    left: 111px !important;
    top: 46px !important;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-preview img.impressao1-preview,
  .page-14-personalizar .form-step-mobile .content .step .box-preview img.impressao2-preview,
  .page-14-personalizar .form-step-mobile .content .step .box-preview img.impressao3-preview {
    width: 50px !important;
    height: 50px !important;
    right: 73px !important;
    left: unset !important;
    object-fit: contain;
    top: 112px;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-preview img.impressao2-preview {
    width: 120px !important;
    height: 120px !important;
    top: 109px;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto;
    margin-right: auto;
  }

    .page-14-personalizar .form-step-mobile .content .step .box-preview img.impressao3-preview {
top: 73px;
left: 125px !important;
width: 50px !important;
height: 50px !important;
right: unset !important
    }

  .page-14-personalizar .form-step-mobile .content .step .btn-next,
  .page-14-personalizar .form-step-mobile .content .step .btn-custom-finish {
    width: 100%;
    height: 48px;
    background: #989B4E;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-color {
    padding: 1.5rem 1.25rem;
    padding-bottom: 0.875rem;
    background: #FFFFFF;
    border-radius: 24px 24px 0 0;
    width: calc(100% + 40px);
    margin-left: -1.25rem;
    margin-top: 2.5rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-color .colors header {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-color .colors header .title {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 111%;
    text-align: center;
    color: #2E3035;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-color .colors header .btn-custom-color {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background-color: transparent;
    border: 0;
    cursor: pointer;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-color .colors header .btn-custom-color span {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 111%;
    text-align: center;
    text-decoration-line: underline;
    color: #989B4E;
    text-underline-offset: 3px;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-color .colors .colors-list {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-color .colors .colors-list .color-item {
    flex: 1;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 0;
    width: 100%;
    height: 100%;
    max-width: 25px;
    min-width: 25px;
    cursor: pointer;
    transition: 200ms;
    position: relative;
    border: 5px solid transparent;
    outline: 1px solid #F4F4F4;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-color .colors .colors-list .color-item::after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.375rem;
    background-image: url(../images/icon-check-colors.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    visibility: hidden;
    opacity: 0;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-color .colors .colors-list .color-item.current {
    border: 5px solid #F4F4F4;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-color .colors .colors-list .color-item.current::after {
    visibility: visible;
    opacity: 1;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-color .colors .colors-list .color-item.current.icon-white::after {
    background-image: url(../images/icon-check-colors-white.svg);
  }

  .page-14-personalizar .form-step-mobile .content .step .box-color .box-drop .tabs {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-color .box-drop .tabs span {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 111%;
    text-align: center;
    color: #9A9EA2;
    cursor: pointer;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-color .box-drop .tabs span.current {
    color: #2E3035;
    text-decoration-line: underline;
    text-underline-offset: 5px;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-color .box-drop .tab-content .content {
    display: none;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-color .box-drop .tab-content .content.current {
    display: block;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-color .box-drop .tab-content .content p {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #2E3035;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-color .box-drop .tab-content .content p a {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-decoration-line: underline;
    color: #7637A5;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-color .btn-next,
  .page-14-personalizar .form-step-mobile .content .step .box-color .btn-custom-finish {
    margin-top: 1.375rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-attach {
    margin-top: 2rem;
    padding-bottom: 0.875rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-attach .box-attach-front {
    padding: 1.5rem 1.125rem 1.125rem;
    background: #FFFFFF;
    border-radius: 24px;
    margin-bottom: 0.6875rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-attach .box-attach-front label {
    height: 3rem;
    border-radius: 12px;
    background: #080910;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 0.5625rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-attach .box-attach-front label span {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-attach .box-attach-front p {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 140%;
    text-align: center;
    color: #5D5F67;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-attach .box-attach-front-result {
    padding: 1.25rem;
    background-color: #FFFFFF;
    border-radius: 24px;
    display: none;
    gap: 0.5rem;
    margin-bottom: 0.6875rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-attach .box-attach-front-result .cover {
    width: 5rem;
    height: 5rem;
    background: #E6E8EB;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-attach .box-attach-front-result .info {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-attach .box-attach-front-result .info h3 {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 111%;
    color: #2E3035;
    margin-bottom: 0.5rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-attach .box-attach-front-result .info .buttons {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    max-width: 11.875rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-attach .box-attach-front-result .info .buttons button {
    height: 39px;
    border: 1px solid #D1D4D8;
    border-radius: 8px;
    background-color: transparent;
    cursor: pointer;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 111%;
    text-align: center;
    color: #2E3035;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-attach .box-attach-front-result .info p {
    margin-top: auto;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 111%;
    color: #34C759;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-attach .wrapper {
    display: flex;
    gap: 1.5rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-attach .wrapper .box-position {
    background-color: #FFFFFF;
    width: 100%;
    height: 6rem;
    border-radius: 24px;
    padding: 0.625rem;
    cursor: pointer;
    transition: 200ms;
    position: relative;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-attach .wrapper .box-position::after {
    content: "";
    display: block;
    width: 1.5rem;
    height: 0.75rem;
    background-image: url(../images/icons/icon-ballon-after-vertical.svg);
    opacity: 0;
    transition: 200ms;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
  }

  .page-14-personalizar .form-step-mobile .content .step .box-attach .wrapper .box-position div {
    border-radius: 16px;
    background-color: #F6F7F9;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5625rem;
    transition: 200ms;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-attach .wrapper .box-position div svg.active {
    display: none;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-attach .wrapper .box-position div span {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 111%;
    text-align: center;
    color: #535557;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-attach .wrapper .box-position.current,
  .page-14-personalizar .form-step-mobile .content .step .box-attach .wrapper .box-position:hover {
    background-color: #F0E1FF;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-attach .wrapper .box-position.current div,
  .page-14-personalizar .form-step-mobile .content .step .box-attach .wrapper .box-position:hover div {
    background-color: #7637A5;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-attach .wrapper .box-position.current div svg,
  .page-14-personalizar .form-step-mobile .content .step .box-attach .wrapper .box-position:hover div svg {
    display: none;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-attach .wrapper .box-position.current div svg.active,
  .page-14-personalizar .form-step-mobile .content .step .box-attach .wrapper .box-position:hover div svg.active {
    display: block;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-attach .wrapper .box-position.current div span,
  .page-14-personalizar .form-step-mobile .content .step .box-attach .wrapper .box-position:hover div span {
    color: #FFFFFF;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-attach .wrapper .box-position.current::after,
  .page-14-personalizar .form-step-mobile .content .step .box-attach .wrapper .box-position:hover::after {
    opacity: 1;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-attach .btn-next,
  .page-14-personalizar .form-step-mobile .content .step .box-attach .btn-custom-finish {
    margin-top: 1.25rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-attach.uploaded .box-attach-front {
    display: none;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-attach.uploaded .box-attach-front-result {
    display: flex;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-qtd {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 2rem;
    margin-top: 1rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-qtd h2 {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 111%;
    color: #2E3035;
    margin-bottom: 1rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-qtd .btn-grade {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 160%;
    text-align: center;
    text-decoration-line: none;
    background: #080910;
    color: #FFF;
    padding: 16px 20px;
    border-radius: 11px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-qtd .sizes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 1.25rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    margin-top: 2rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-qtd .sizes .group-size .title {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 111%;
    color: #2E3035;
    text-transform: uppercase;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-qtd .sizes .group-size .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    border: 1px solid #D1D4D8;
    border-radius: 8px;
    overflow: hidden;
    padding-inline: 0.875rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-qtd .sizes .group-size .box button {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #D1D4D8;
    border: 0;
    cursor: pointer;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-qtd .sizes .group-size .box input {
    display: block;
    width: 100%;
    min-width: 0;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 111%;
    text-align: center;
    color: #2E3035;
    border: 0;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-qtd .personal-data {
    margin-top: 2.5rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-qtd .personal-data h2 {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #2E3035;
    margin-bottom: 0.25rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-qtd .personal-data p {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 111%;
    color: #2E3035;
    margin-bottom: 1rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-qtd .personal-data p span {
    color: #FF3B30;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-qtd .personal-data .input-group+.input-group {
    margin-top: 1rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-qtd .personal-data .input-group .box-error {
    display: none;
    align-items: center;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 111%;
    text-align: center;
    color: #FF3B30;
    margin-top: 0.375rem;
    gap: 0.25rem;
    padding-bottom: 2px;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-qtd .personal-data .input-group .box-error svg {
    width: 10px;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-qtd .personal-data .input-group.error .box-error {
    display: flex;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-resume {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 2rem;
    margin-top: 1rem;
    margin-bottom: 2.375rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-resume .cover {
    height: 10rem;
    border-radius: 16px;
    background-color: #E5E3B3;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-resume .info h2 {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 111%;
    color: #2E3035;
    margin-block: 1rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-resume .info .details {
    display: flex;
    gap: 2.5rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-resume .info .details .group .title {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 111%;
    text-align: center;
    color: #2E3035;
    display: block;
    margin-bottom: 0.625rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-resume .info .details .group .color {
    border: 0.5px solid #080910;
    border-radius: 4px;
    width: 1.5rem;
    height: 1.5rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-resume .info .details .group .cover-brand {
    border-radius: 4px;
    width: 1.5rem;
    height: 1.5rem;
    background: #E6E8EB;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-resume .info .group-resume-qtd {
    margin-top: 1.5rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-resume .info .group-resume-qtd .title {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 111%;
    color: #2E3035;
    margin-bottom: 0.625rem;
    display: block;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-resume .info .group-resume-qtd div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.5rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-resume .info .group-resume-qtd div span {
    flex: 1;
    height: 33px;
    background: #E6E8EB;
    border: 1px solid #D1D4D8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 111%;
    color: #2E3035;
  }

  .page-14-personalizar .form-step-mobile .content .step .actions {
    padding-bottom: 1.5rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .actions .btn-next,
  .page-14-personalizar .form-step-mobile .content .step .actions .btn-finish {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    background: #989B4E;
    border-radius: 12px;
    gap: 0.75rem;
    border: 0;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 1rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .actions .btn-goback {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    text-decoration-line: underline;
    color: #989B4E;
    background-color: transparent;
    cursor: pointer;
    border: 0;
    margin-inline: auto;
    width: -moz-max-content;
    width: max-content;
    display: block;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-success-mobile {
    height: calc(100vh - 132px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 8.25rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-success-mobile svg {
    margin-bottom: 1rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-success-mobile h2 {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    color: #989B4E;
    margin-bottom: 0.5rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-success-mobile p {
    font-family: "Arvo";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #2F2A33;
    margin-bottom: 2rem;
  }

  .page-14-personalizar .form-step-mobile .content .step .box-success-mobile .btn-primary {
    height: 4rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 16px;
  }
}

.page-14-personalizar .custom-form-desktop {
  padding-top: 11.875rem;
  min-height: 100vh;
  margin-bottom: 5.3125rem;
}

.page-14-personalizar .custom-form-desktop .container .breakcrumbs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}

.page-14-personalizar .custom-form-desktop .container .breakcrumbs a {
  text-decoration: none;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 111%;
  text-align: center;
  color: #2E3035;
}

.page-14-personalizar .custom-form-desktop .container .breakcrumbs span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 111%;
  text-align: center;
  color: #2E3035;
}

.page-14-personalizar .custom-form-desktop .container .wrapper {
  display: flex;
  align-items: flex-start;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .position {
  width: 6.875rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-right: 30px;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .position .box-position {
  background-color: #FFFFFF;
  width: 100%;
  height: 6.875rem;
  border-radius: 24px;
  padding: 0.625rem;
  cursor: pointer;
  transition: 200ms;
  position: relative;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .position .box-position::after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 1.125rem;
  background-image: url(../images/icons/icon-ballon-after.svg);
  opacity: 0;
  transition: 200ms;
  position: absolute;
  left: calc(100% - 1px);
  top: 50%;
  transform: translateY(-50%);
}

.page-14-personalizar .custom-form-desktop .container .wrapper .position .box-position div {
  border-radius: 16px;
  background-color: #F6F7F9;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5625rem;
  transition: 200ms;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .position .box-position div svg.active {
  display: none;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .position .box-position div span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 111%;
  text-align: center;
  color: #535557;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .position .box-position.current {
  background-color: #F0E1FF;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .position .box-position.current div {
  background-color: #7637A5;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .position .box-position.current div svg {
  display: none;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .position .box-position.current div svg.active {
  display: block;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .position .box-position.current div span {
  color: #FFFFFF;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .position .box-position.current::after {
  opacity: 1;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .put-image {
  width: 24.375rem;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .put-image .box .inner-box {
  padding: 2rem;
  background-color: #FFFFFF;
  border-radius: 24px;
  display: none;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .put-image .box .inner-box>h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 111%;
  color: #2E3035;
  margin-bottom: 1rem;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .put-image .box .inner-box .drag-area {
  height: 10.625rem;
  width: 100%;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  border: 1px dashed #D1D4D8;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  padding-inline: 1.5rem;
  margin-bottom: 0.5rem;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .put-image .box .inner-box .drag-area>svg {
  margin-inline: auto;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .put-image .box .inner-box .drag-area .title {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 111%;
  text-align: center;
  color: #535557;
  margin-block: 0.5rem;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .put-image .box .inner-box .drag-area .or {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 111%;
  text-align: center;
  color: #B7BABE;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .put-image .box .inner-box .drag-area label {
  height: 48px;
  margin-block: 0.5rem;
  background: #080910;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .put-image .box .inner-box .drag-area p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 160%;
  text-align: center;
  color: #373819;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .put-image .box .inner-box .drag-area p a {
  font-weight: 700;
  text-decoration-line: underline;
  text-underline-offset: 1.5px;
  color: #373819;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .put-image .box .inner-box .format {
  padding: 0.25rem 0.75rem;
  background-color: #F0E1FF;
  border-radius: 24px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 160%;
  text-align: center;
  color: #7637A5;
  margin-bottom: 1rem;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .put-image .box .inner-box .box-tips {
  background: #E6E8EB;
  border-radius: 16px;
  padding: 1.25rem;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .put-image .box .inner-box .box-tips h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 111%;
  color: #2E3035;
  margin-bottom: 0.5rem;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .put-image .box .inner-box .box-tips p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #5D5F67;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .put-image .box.current .inner-box {
  display: block;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .put-image .box.current.uploaded .inner-box {
  display: none;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .put-image .box.current.uploaded .result {
  display: flex;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .put-image .box .result {
  display: none;
  gap: 1rem;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 1.5rem;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .put-image .box .result .cover {
  width: 96px;
  height: 96px;
  background: #E6E8EB;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .put-image .box .result .info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .put-image .box .result .info h4 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 111%;
  color: #2E3035;
  margin-bottom: 0.625rem;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .put-image .box .result .info .buttons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: auto;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .put-image .box .result .info .buttons button {
  background-color: transparent;
  height: 39px;
  border: 1px solid #D1D4D8;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 111%;
  padding-inline: 0.75rem;
  color: #2E3035;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .put-image .box .result .info p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 111%;
  color: #34C759;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .put-image .box .result .info p b {
  font-weight: 600;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .put-image .box:nth-child(2) {
  padding-top: 0rem;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .put-image .box:nth-child(3) {
  padding-top: 0rem;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-preview {
  flex: 1;
  margin-inline: 1.875rem;
  position: relative;
  width: 412px;
  max-width: 412px;
  aspect-ratio: 412/540;
  margin-left: auto;
  margin-right: auto;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-preview.position-sleeve {
  aspect-ratio: 213/540;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-preview .impressao1 {
  position: absolute;
  height: auto;
  width: auto;
  top: 80px;
  right: 130px;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-preview .impressao2 {
  width: 150px;
  height: 150px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-preview .impressao3 {
  left: 152px;
  top: 73px;
  right: unset;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-preview .impressao1-preview {
  top: 113px;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 135px;
  object-fit: contain;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-preview .impressao2-preview {
  top: 143px;
  position: absolute;
  width: 80px;
  height: 80px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-preview .impressao3-preview {
  position: absolute;
  top: 105px;
  height: 55px;
  width: 55px;
  left: 155px;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-preview::after {
  content: "";
  display: block;
  width: 310px;
  height: 38px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/icon-blur-2.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-preview img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 500px;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-preview img.position-front {
  aspect-ratio: 412/540;
}
.page-14-personalizar .custom-form-desktop .container .wrapper .box-preview img.position-back {
  aspect-ratio: 412/540;
}
.page-14-personalizar .custom-form-desktop .container .wrapper .box-preview img.position-sleeve {
  aspect-ratio: 213/540;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-color {
  padding: 1.5rem;
  padding-bottom: 2rem;
  background: #FFFFFF;
  border-radius: 24px;
  max-width: 33.125rem;
  margin-left: auto;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-color .badge {
  max-width: 140px;
  height: 32px;
  border-radius: 24px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 111%;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-color .badge.more-sold {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #A98215;
  background: #FFF8BA;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-color>h3 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 111%;
  color: #2E3035;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-color .colors header {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-color .colors header .title {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 111%;
  color: #2E3035;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-color .colors header .btn-custom-color {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-color .colors header .btn-custom-color span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 111%;
  text-align: center;
  text-decoration-line: underline;
  color: #989B4E;
  text-underline-offset: 3px;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-color .colors .colors-list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-color .colors .colors-list .color-item {
  flex: 1;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: 200ms;
  position: relative;
  border: 5px solid transparent;
  outline: 1px solid #F4F4F4;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-color .colors .colors-list .color-item::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.375rem;
  background-image: url(../images/icon-check-colors.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  visibility: hidden;
  opacity: 0;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-color .colors .colors-list .color-item.current {
  border: 5px solid #F4F4F4;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-color .colors .colors-list .color-item.current::after {
  visibility: visible;
  opacity: 1;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-color .colors .colors-list .color-item.current.icon-white::after {
  background-image: url(../images/icon-check-colors-white.svg);
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-color .btn-custom-finish {
  width: 100%;
  height: 48px;
  margin-bottom: 1.5rem;
  background: #989B4E;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-color .box-drop .tabs {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-color .box-drop .tabs span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 111%;
  text-align: center;
  color: #9A9EA2;
  cursor: pointer;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-color .box-drop .tabs span.current {
  color: #2E3035;
  text-decoration-line: underline;
  text-underline-offset: 5px;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-color .box-drop .tab-content .content {
  display: none;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-color .box-drop .tab-content .content.current {
  display: block;
}

.page-14-personalizar .custom-form-desktop .container .wrapper .box-color .box-drop .tab-content .content p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #2E3035;
}

@media screen and (max-width: 1700px) {
  .page-14-personalizar .custom-form-desktop .container .wrapper .box-color {
    max-width: 28.125rem;
  }
}

@media screen and (max-width: 1500px) {
  .page-14-personalizar .custom-form-desktop .container .wrapper {
    position: relative;
  }

  .page-14-personalizar .custom-form-desktop .container .wrapper .put-image {
    position: absolute;
    z-index: 10;
    left: 8.125rem;
  }

  .page-14-personalizar .custom-form-desktop .container .wrapper .box-preview {
    max-width: 31.25rem;
    margin-left: auto;
  }
}

@media screen and (max-width: 1024px) {
  .page-14-personalizar .custom-form-desktop {
    padding-top: 7rem;
    margin-bottom: 0;
  }

  .page-14-personalizar .custom-form-desktop .container {
    padding-left: 1.25rem;
  }

  .page-14-personalizar .custom-form-desktop .container .breakcrumbs {
    gap: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .page-14-personalizar .custom-form-desktop .container .breakcrumbs span,
  .page-14-personalizar .custom-form-desktop .container .breakcrumbs a {
    font-size: 8px;
  }

  .page-14-personalizar .custom-form-desktop .container .breakcrumbs svg {
    width: 0.1875rem;
  }

  .page-14-personalizar .custom-form-desktop .container .wrapper {
    display: none;
  }
}

.page-14-personalizar .custom-form-qtd {
  padding-top: 11.875rem;
  min-height: 100vh;
  margin-bottom: 5.3125rem;
}

.page-14-personalizar .custom-form-qtd .container .breakcrumbs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}

.page-14-personalizar .custom-form-qtd .container .breakcrumbs a {
  text-decoration: none;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 111%;
  text-align: center;
  color: #2E3035;
}

.page-14-personalizar .custom-form-qtd .container .breakcrumbs span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 111%;
  text-align: center;
  color: #2E3035;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop {
  display: flex;
  gap: 1.875rem;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .left {
  flex: 1;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 2.5rem;
  padding-bottom: 2rem;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .left header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .left header h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 111%;
  color: #2E3035;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .left header .btn-grade {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  text-decoration-line: underline;
  color: #FFF;
  background-color: #080910;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .left .sizes {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 1.25rem;
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .left .sizes .group-size .title {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 111%;
  color: #2E3035;
  text-transform: uppercase;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .left .sizes .group-size .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  border: 1px solid #D1D4D8;
  border-radius: 8px;
  overflow: hidden;
  padding-inline: 0.875rem;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .left .sizes .group-size .box button {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: #D1D4D8;
  border: 0;
  cursor: pointer;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .left .sizes .group-size .box input {
  display: block;
  width: 100%;
  min-width: 0;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 111%;
  text-align: center;
  color: #2E3035;
  border: 0;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .left .personal-data {
  margin-top: 2.5rem;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .left .personal-data h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #2E3035;
  margin-bottom: 0.5rem;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .left .personal-data p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 111%;
  color: #2E3035;
  margin-bottom: 1.5rem;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .left .personal-data p span {
  color: #FF3B30;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .left .personal-data .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .left .personal-data .input-group .box-error {
  display: none;
  align-items: center;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 111%;
  text-align: center;
  color: #FF3B30;
  margin-top: 0.375rem;
  gap: 0.25rem;
  padding-bottom: 2px;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .left .personal-data .input-group .box-error svg {
  width: 10px;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .left .personal-data .input-group.error .box-error {
  display: flex;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .left .personal-data button[type=submit] {
  height: 72px;
  background: #989B4E;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border: 0;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  cursor: pointer;
  transition: 200ms;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .left .personal-data button[type=submit] span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .left .personal-data button[type=submit]:hover {
  transform: scale(1.02);
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .left .personal-data .btn-goback {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  text-decoration-line: underline;
  color: #989B4E;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  border: 0;
  background-color: transparent;
  display: block;
  cursor: pointer;
  transition: 200ms;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .left .personal-data .btn-goback:hover {
  color: #babe53;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .right {
  width: 33.125rem;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 1.5rem;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .right>.cover {
  height: 16.4375rem;
  background: #E5E3B3;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .right>.cover .wrapper-image {
  position: relative;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .right>.cover .wrapper-image img {
  max-width: 11.75rem;
  max-height: 228px;
  display: block;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .right>.cover .wrapper-image .shadow {
  position: absolute;
  top: calc(100% - 4px);
  left: 50%;
  transform: translateX(-50%);
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .right h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 111%;
  color: #2E3035;
  margin-bottom: 1rem;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .right .line {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .right .line .box .title {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 111%;
  text-align: center;
  color: #2E3035;
  display: block;
  margin-bottom: 0.5rem;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .right .line .box .box-selected-color {
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border: 0.5px solid #080910;
  border-radius: 4px;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .right .line .box .box-image-selected {
  width: 32px;
  height: 32px;
  background: #E6E8EB;
  border-radius: 2.66667px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .right .qtd-sizes .title {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 111%;
  color: #2E3035;
  margin-bottom: 0.5rem;
  display: block;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .right .qtd-sizes .wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.5rem;
}

.page-14-personalizar .custom-form-qtd .container .form-qtd-desktop .right .qtd-sizes .wrapper span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  background: #E6E8EB;
  border: 1px solid #D1D4D8;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 111%;
  color: #000000;
  padding: 10px;
}

@media screen and (max-width: 1024px) {
  .page-14-personalizar .custom-form-qtd {
    padding-top: 7rem;
    min-height: auto;
    margin-bottom: 0rem;
  }

  .page-14-personalizar .custom-form-qtd .container .breakcrumbs {
    margin-bottom: 0;
    gap: 0.5rem;
  }

  .page-14-personalizar .custom-form-qtd .container .breakcrumbs svg {
    width: 0.125rem;
  }

  .page-14-personalizar .custom-form-qtd .container .breakcrumbs a,
  .page-14-personalizar .custom-form-qtd .container .breakcrumbs span {
    font-size: 0.5rem;
  }

  .page-14-personalizar .custom-form-qtd .container .form-qtd-desktop {
    display: none;
  }
}

.page-14-personalizar .box-success {
  padding-top: 17.5rem;
  padding-bottom: 11.875rem;
}

.page-14-personalizar .box-success .container svg {
  display: block;
  margin-inline: auto;
  margin-bottom: 1.5rem;
}

.page-14-personalizar .box-success .container h2 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 111%;
  color: #989B4E;
  text-align: center;
  margin-bottom: 0.75rem;
}

.page-14-personalizar .box-success .container p {
  max-width: 37.5625rem;
  margin-inline: auto;
  margin-bottom: 2.5rem;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #2E3035;
}

.page-14-personalizar .box-success .container p.only-mobile {
  display: none;
}

.page-14-personalizar .box-success .container .btn {
  margin-inline: auto;
  width: -moz-max-content;
  width: max-content;
  padding-inline: 3.375rem;
}

@media screen and (max-width: 1024px) {
  .page-14-personalizar .box-success {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .page-14-personalizar .box-success .container svg {
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
  }

  .page-14-personalizar .box-success .container h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }

  .page-14-personalizar .box-success .container p {
    font-size: 0.875rem;
    margin-bottom: 2rem;
    display: none;
  }

  .page-14-personalizar .box-success .container p.only-mobile {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .page-14-personalizar .main-footer {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .page-14-personalizar .btn-float-whatsapp {
    display: none;
  }
}

.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  animation: fadeIn 0.3s ease-in-out;
}

.video-modal.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-modal-content {
  position: relative;
  background-color: #000;
  padding: 20px;
  width: 90%;
  max-width: 900px;
  border-radius: 8px;
  animation: slideUp 0.3s ease-in-out;
}

.video-modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  z-index: 10000;
  transition: transform 0.2s ease;
}

.video-modal-close:hover {
  transform: scale(1.2);
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .video-modal-content {
    width: 95%;
    padding: 15px;
  }

  .video-modal-close {
    font-size: 24px;
    right: 5px;
    top: 5px;
  }
}


.grecaptcha-badge {
  display: none;
}

.cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: calc(16px + env(safe-area-inset-bottom, 0));
  display: flex;
  justify-content: center;
  z-index: 9999;
  pointer-events: none;
}

.cookie-consent__card {
  max-width: 980px;
  width: min(94vw, 980px);
  background: #f6f7f9;
  color: #222;
  border: 1px solid var(--cc-border);
  box-shadow: var(--cc-shadow);
  border-radius: var(--cc-radius);
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px 16px;
  align-items: center;
  pointer-events: auto;
}

.cookie-consent .cookie-consent__title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 6px 0;
  line-height: 1.25;
  color: #222 !important;
  font-family: 'Arvo';
}

.cookie-consent__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  font-family: 'Arvo';
}

.cookie-consent__actions {
  display: inline-flex;
  gap: 10px;
  justify-self: end;
}

@media(max-width: 991px) {
  .cookie-consent__actions {
    flex-direction: column;
  }
}

.cc-btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
  height: 3rem;
  line-height: 1;
  transition: transform .06s ease, box-shadow .2s ease, background-color .2s ease;
}

.cc-btn:focus-visible {
  outline: 2px solid var(--cc-primary);
  outline-offset: 2px;
}

.cc-btn--primary {
  color: #FFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.cc-btn--primary:hover {
  transform: translateY(-1px);
}

.cc-btn--ghost {
  background: transparent;
  color: #222;
  border: 1px solid var(--cc-border);
}

.cookie-consent a {
  color: var(--cc-link);
  text-decoration: underline;
  text-underline-offset: 2px;
}


/* WhatsApp Form */
.form-wpp {
  position: fixed;
  bottom: -125px;
  right: -40px;
  opacity: 0;
  border-radius: 8px;
  width: max(350px, 30%);
  overflow: hidden;
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-blend-mode: lighten;
  background-color: #d9d9d9;
  box-shadow: 0 0 25px -5px #8c8c8c;
  transition: all 250ms ease;
  transform: scale(0);
}

.form-wpp.active {
  transform: scale(1);
  bottom: 111px;
  right: 15px;
  opacity: 1;
}

.form-wpp .fw-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: linear-gradient(158deg, #30C96B 0%, #3CA765 100%) #30C96B;
  padding: 15px 24px 13px;
  color: white;
  font-size: 18px;
  box-shadow: 5px 0px 40px 15px white;
}

.form-wpp .fw-header img {
  width: 30px;
  aspect-ratio: 1;
  object-fit: cover;
}

.form-wpp .fw-content {
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 16px;
  background-image: url('../images//wpp-wallpaper.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: lighten;
  background-color: #d9d9d9;
  box-shadow: 0 0 25px -5px #8c8c8c;
}

.form-wpp .fw-header .fw-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 36px !important;
  min-width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  background: rgba(255, 255, 255, 0.08);
  border: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.form-wpp :is(input, textarea, button) {
  width: 100%;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  border: 1px solid #0dc152;
  outline: none;
  font-size: 14px;
}

.form-wpp h5 {
  color: #404041;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}

.form-wpp h5 a {
  text-decoration: underline;
  font-weight: 600;
}

.form-wpp button {
  background: linear-gradient(158deg, #30C96B 0%, #3CA765 100%) #30C96B;
  color: white;
  cursor: pointer;
  transition: all 200ms ease;
}

.form-wpp .btn-close {
  background: transparent;
  border: 0;
  padding: 0;
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  color: inherit;
  position: absolute;
  right: 20px;
}