@charset "UTF-8";
@font-face {
  font-family: "League Spartan";
  src: url("../css/fonts/league-spartan/LeagueSpartan-VariableFont_wght.ttf");
  font-style: normal;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  overflow-x: hidden;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.2rem;
  color: #8E8DAD;
}

.no-scroll {
  overflow: hidden;
}

body {
  font-family: "League Spartan", sans-serif;
  font-size: 1rem;
  color: #8E8DAD;
  line-height: 150%;
  letter-spacing: -0.6px;
}

h1, h2, h3, h4 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}

p {
  line-height: 1.6;
  margin-bottom: 0;
}

.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;
}
@media screen and (max-width: 993px) {
  .container {
    padding-inline: 20px;
  }
}

.main-header {
  background-color: #658358;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
.main-header .container {
  display: grid;
  grid-template-columns: 1fr 180px 1fr;
  -moz-column-gap: 32px;
       column-gap: 32px;
  padding-top: 0.875rem;
  padding-bottom: 1rem;
}
.main-header .container .wrapper-logo {
  position: relative;
  z-index: 4;
}
.main-header .container .wrapper-logo .logo {
  position: absolute;
  width: 178px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
.main-header .container .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}
.main-header .container .left .submenu-parent {
  position: relative;
}
.main-header .container .left .submenu-parent > a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: -0.0225rem;
  color: #FFFFFF;
  text-decoration: none;
  transition: 200ms;
}
.main-header .container .left .submenu-parent > a svg {
  transition: 200ms;
}
.main-header .container .left .submenu-parent .submenu-items {
  position: absolute;
  top: calc(100% + 40px);
  border-radius: 24px;
  background-color: #658358;
  padding: 16px;
  width: 550px;
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 16px;
  margin-top: -20px;
  transition: 200ms;
  visibility: hidden;
  opacity: 0;
  z-index: 5;
}
.main-header .container .left .submenu-parent .submenu-items img {
  border-radius: 8px;
  aspect-ratio: 268 / 187;
    max-width: 268px;
}
.main-header .container .left .submenu-parent .submenu-items .options a {
  display: block;
  padding: 1.125rem;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0.5rem;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.025rem;
  color: #FFFFFF;
  text-decoration: none;
  transition: 200ms;
}
.main-header .container .left .submenu-parent .submenu-items .options a + a {
  margin-top: 0.5rem;
}
.main-header .container .left .submenu-parent .submenu-items .options a.active, .main-header .container .left .submenu-parent .submenu-items .options a:hover {
  background-color: #7A9A6D;
}
.main-header .container .left .submenu-parent:hover a svg {
  transform: scale(-1);
}
.main-header .container .left .submenu-parent:hover .submenu-items {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.main-header .container .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header .container .right .wrapper {
  display: flex;
  align-items: center;
  gap: 56px;
}
.main-header .container .right .wrapper a {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: -0.0225rem;
  color: #FFFFFF;
  text-decoration: none;
}
.main-header .container .right .wrapper a:hover {
  text-decoration: underline;
}
.main-header .container .right .btn-primary {
  padding: 16px 32px;
  font-size: 1.125rem;
  margin-left: auto;
  margin-right: 2rem;
}
.main-header .container .right .box-setup-language {
  position: relative;
}
.main-header .container .right .box-setup-language .change-language {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.main-header .container .right .box-setup-language .change-language span {
  margin-left: 8px;
  margin-right: 4px;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: -0.0175rem;
  color: #FFFFFF;
  text-transform: uppercase;
}
.main-header .container .right .box-setup-language .list-laguages {
  position: absolute;
  top: calc(100% + 5px);
  background-color: #658358;
  padding: 0;
  border-radius: 3px;
  left: -11px;
  margin-top: -20px;
  visibility: hidden;
  opacity: 0;
  transition: 200ms;
}
.main-header .container .right .box-setup-language .list-laguages .item {
  display: flex;
  gap: 8px;
  cursor: pointer;
  padding-block: 4px;
  padding-inline: 10px;
}
.main-header .container .right .box-setup-language .list-laguages .item + .item {
  margin-top: 4px;
}
.main-header .container .right .box-setup-language .list-laguages .item span {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: -0.0175rem;
  color: #FFFFFF;
  text-transform: uppercase;
}
.main-header .container .right .box-setup-language .list-laguages .item.active {
  display: none;
}
.main-header .container .right .box-setup-language .list-laguages .item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.main-header .container .right .box-setup-language:hover .change-language svg {
  transform: scale(-1);
  margin-top: -3px;
}
.main-header .container .right .box-setup-language:hover .list-laguages {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.main-header .container .btn-mobile {
  display: none;
  z-index: 4;
}
.main-header .container .btn-mobile.active + .modal-menu-mobile {
  transform: translateX(0);
}
.main-header .container .modal-menu-mobile {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #658358;
  z-index: 3;
  transition: 200ms;
  transform: translateX(100%);
  overflow-y: auto;
}
.main-header .container .modal-menu-mobile .box-setup-language-mobile {
  position: relative;
  margin-top: 0px;
  margin-inline: auto;
  width: 100%;
  padding-block: 12px;
  border-block: 1px solid rgb(255, 255, 255);
}
.main-header .container .modal-menu-mobile .box-setup-language-mobile .change-language {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
.main-header .container .modal-menu-mobile .box-setup-language-mobile .change-language span {
  margin-left: 8px;
  margin-right: 4px;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: -0.0175rem;
  color: #FFFFFF;
  text-transform: uppercase;
}
.main-header .container .modal-menu-mobile .box-setup-language-mobile .list-laguages {
  position: absolute;
  top: calc(100% + 5px);
  background-color: #658358;
  padding: 0;
  border-radius: 3px;
  left: calc(50% - 5px);
  transform: translateX(-50%);
  margin-top: -20px;
  visibility: hidden;
  opacity: 0;
  transition: 200ms;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
.main-header .container .modal-menu-mobile .box-setup-language-mobile .list-laguages .item {
  display: flex;
  gap: 8px;
  cursor: pointer;
  padding-block: 4px;
  padding-inline: 10px;
}
.main-header .container .modal-menu-mobile .box-setup-language-mobile .list-laguages .item + .item {
  margin-top: 4px;
}
.main-header .container .modal-menu-mobile .box-setup-language-mobile .list-laguages .item span {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: -0.0175rem;
  color: #FFFFFF;
  text-transform: uppercase;
}
.main-header .container .modal-menu-mobile .box-setup-language-mobile .list-laguages .item.active {
  display: none;
}
.main-header .container .modal-menu-mobile .box-setup-language-mobile .list-laguages .item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.main-header .container .modal-menu-mobile .box-setup-language-mobile:hover .change-language svg {
  transform: scale(-1);
  margin-top: -3px;
}
.main-header .container .modal-menu-mobile .box-setup-language-mobile:hover .list-laguages {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.main-header .container .modal-menu-mobile .menu-items {
  margin-top: 40px;
  max-width: 400px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.main-header .container .modal-menu-mobile .menu-items .item.active .options {
  max-height: 1000px;
  visibility: visible;
  opacity: 1;
}
.main-header .container .modal-menu-mobile .menu-items .item.active .btn-item svg {
  transform: scale(-1);
}
.main-header .container .modal-menu-mobile .menu-items .btn-item {
  display: flex;
  background-color: transparent;
  gap: 0.625rem;
  align-items: center;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: -0.025rem;
  color: #FFFFFF;
  margin-bottom: 0px;
  border: 0;
}
.main-header .container .modal-menu-mobile .menu-items .btn-item svg {
  margin-top: -5px;
}
.main-header .container .modal-menu-mobile .menu-items .options {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 16px;
  max-height: 0;
  opacity: 0;
  transition: 200ms;
  overflow: hidden;
}
.main-header .container .modal-menu-mobile .menu-items .options a {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: -0.02rem;
  color: #FFFFFF;
  text-decoration: none;
}
.main-header .container .modal-menu-mobile .menu-items .menu-link {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: -0.025rem;
  color: #FFFFFF;
  text-decoration: none;
}
.main-header .container .modal-menu-mobile .btn-primary {
  margin-inline: auto;
  margin-top: 48px;
}
@media screen and (max-width: 1650px) {
  .main-header .container {
    grid-template-columns: 1fr 100px 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .main-header .container .left {
    gap: 30px;
    justify-content: flex-start;
  }
  .main-header .container .right {
    gap: 0;
    justify-content: flex-start;
  }
  .main-header .container .right .wrapper {
    gap: 30px;
    margin-right: 20px;
  }
  .main-header .container .right .btn-primary {
    margin-right: 20px;
  }
  .main-header .container .wrapper-logo .logo {
    width: 120px;
  }
}
@media screen and (max-width: 1450px) {
  .main-header .container .right {
    justify-content: flex-end;
  }
  .main-header .container .right .wrapper {
    display: none;
  }
}
@media screen and (max-width: 1350px) {
  .main-header .container {
    display: flex;
    padding-left: 40px;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 0;
         column-gap: 0;
    padding-block: 0.8125rem;
  }
  .main-header .container .left,
  .main-header .container .right {
    display: none;
  }
  .main-header .container .wrapper-logo {
    position: static;
  }
  .main-header .container .wrapper-logo .logo {
    position: static;
    left: 0;
    bottom: 0;
    transform: translateX(0);
    display: block;
    width: 100%;
    max-width: 55px;
  }
  .main-header .container .btn-mobile {
    height: 16px;
    width: 20px;
    display: block;
    background-color: transparent;
    border: 0;
    position: relative;
  }
  .main-header .container .btn-mobile span {
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    transition: 200ms;
  }
  .main-header .container .btn-mobile span:nth-of-type(1) {
    top: 0;
    left: 0;
  }
  .main-header .container .btn-mobile span:nth-of-type(2) {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .main-header .container .btn-mobile span:nth-of-type(3) {
    bottom: 0;
    left: 0;
  }
  .main-header .container .btn-mobile.active span:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .main-header .container .btn-mobile.active span:nth-of-type(2) {
    display: none;
  }
  .main-header .container .btn-mobile.active span:nth-of-type(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
}
@media screen and (max-width: 993px) {
  .main-header .container {
    padding-inline: 20px;
  }
  .main-header .container .modal-menu-mobile .menu-items {
    margin-left: 20px;
  }
  .main-header .container .modal-menu-mobile .btn-primary {
    margin-left: 20px;
  }
}

.main-footer {
  background-color: #658358;
}
.main-footer .top {
  padding-top: 5rem;
  display: flex;
  gap: 9.375rem;
}
.main-footer .top .left {
  max-width: 630px;
}
.main-footer .top .left h2 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.025rem;
  color: #FFFFFF;
}
.main-footer .top .left h2 span {
  display: block;
  margin-top: 0.5rem;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.06rem;
  color: #FFFFFF;
}
.main-footer .top .right {
  flex: 1;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.main-footer .top .right .item h3 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.03rem;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.main-footer .top .right .item ul {
  list-style: none;
}
.main-footer .top .right .item ul li + li {
  margin-top: 24px;
}
.main-footer .top .right .item ul li a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  text-decoration: none;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.025rem;
  color: #FFFFFF;
}
.main-footer .top .right .item ul li a:hover {
  text-decoration: underline;
}
.main-footer .middle {
  margin-top: 7.5rem;
  padding-block: 4rem;
  border-block: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
}
.main-footer .middle .logo {
  margin-right: 9.125rem;
}
.main-footer .middle .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
.main-footer .middle .box h3 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.03rem;
  color: #FFFFFF;
  margin-bottom: 2.375rem;
}
.main-footer .middle .box ul {
  list-style: none;
  display: flex;
  gap: 5rem;
}
.main-footer .middle .box ul li span {
  display: block;
}
.main-footer .middle .box ul li span.title {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.025rem;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}
.main-footer .middle .box ul li span.text {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.025rem;
  color: #FFFFFF;
}
.main-footer .bottom {
  padding-block: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1700px) {
  .main-footer .top .left {
    max-width: 500px;
  }
}
@media screen and (max-width: 1350px) {
  .main-footer .top {
    flex-direction: column;
    gap: 4rem;
  }
  .main-footer .top .left {
    max-width: 500px;
  }
  .main-footer .middle {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
  }
  .main-footer .middle .wrapper {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 993px) {
  .main-footer .top {
    gap: 4rem;
  }
  .main-footer .top .left h2 {
    font-size: 1rem;
  }
  .main-footer .top .left h2 span {
    font-size: 2.5rem;
  }
  .main-footer .top .left h2 b {
    display: none;
  }
  .main-footer .top .right {
    flex-direction: column;
    gap: 3rem;
  }
  .main-footer .top .right .item h3 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .main-footer .top .right .item ul li + li {
    margin-top: 1.5rem;
  }
  .main-footer .top .right .item ul li a {
    font-size: 1rem;
  }
  .main-footer .middle {
    gap: 3rem;
    margin-top: 4.75rem;
    padding-top: 3rem;
  }
  .main-footer .middle .logo {
    width: 110px;
  }
  .main-footer .middle .wrapper {
    flex-direction: column;
    gap: 3rem;
  }
  .main-footer .middle .wrapper .box h3 {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
  }
  .main-footer .middle .wrapper .box ul {
    flex-direction: column;
    gap: 1rem;
  }
  .main-footer .middle .wrapper .box ul li {
    gap: 0;
  }
  .main-footer .middle .wrapper .box ul li span {
    line-height: 1;
  }
  .main-footer .middle .wrapper .box ul li span.title {
    font-size: 1rem;
    margin-bottom: 4px;
  }
  .main-footer .middle .wrapper .box ul li span.text {
    font-size: 1rem;
  }
}

.input-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.025rem;
  color: #FFFFFF;
}
.input-group input {
  display: block;
  height: 3.25rem;
  padding-inline: 1.5rem;
  width: 100%;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  background-color: transparent;
  outline: 0;
  transition: 200ms;
}
.input-group input:focus {
  background-color: rgba(39, 79, 25, 0.062745098);
}
.input-group input.icon-time {
  background-image: url("../images/icon-time.svg");
  background-position: center right 24px;
  background-repeat: no-repeat;
  max-width: 215px;
}
@media screen and (max-width: 993px) {
  .input-group input.icon-time {
    background-image: none;
  }
}
@media screen and (max-width: 769px) {
  .input-group input.icon-time {
    max-width: 160px;
  }
}
.input-group input.icon-calendar {
  background-image: url("../images/icon-calendar.svg");
  background-position: center right 24px;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 993px) {
  .input-group input.icon-calendar {
    background-image: none;
  }
}
.input-group textarea {
  padding: 0.625rem 1.5rem;
  display: block;
  height: 13.125rem;
  padding-inline: 1.5rem;
  width: 100%;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  background-color: transparent;
  resize: none;
  outline: 0;
  transition: 200ms;
}
.input-group textarea:focus {
  background-color: rgba(39, 79, 25, 0.062745098);
}
@media screen and (max-width: 993px) {
  .input-group label {
    margin-bottom: 0.5rem;
    line-height: 1.5;
    font-size: 1rem;
  }
  .input-group textarea {
    height: 15.625rem;
  }
}

.input-group-prefer > label {
  display: block;
  margin-bottom: 0.5rem;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.025rem;
  color: #FFFFFF;
  margin-bottom: 1.4375rem;
}
.input-group-prefer .wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding-right: 2.375rem;
}
.input-group-prefer .wrapper .radio {
  display: flex;
  align-items: center;
  gap: 16px;
}
.input-group-prefer .wrapper .radio input[type=radio] {
  cursor: pointer;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 99px;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  position: relative;
  transition: 200ms;
}
.input-group-prefer .wrapper .radio input[type=radio]::after {
  transition: 200ms;
  content: "";
  display: block;
  width: 0rem;
  height: 0rem;
  border-radius: 99px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.input-group-prefer .wrapper .radio input[type=radio]:checked {
  border: 1px solid #FFFFFF;
}
.input-group-prefer .wrapper .radio input[type=radio]:checked::after {
  width: 0.75rem;
  height: 0.75rem;
}
.input-group-prefer .wrapper .radio label {
  cursor: pointer;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.025rem;
  color: #FFFFFF;
}
.input-group-prefer.type-1 .wrapper .radio input[type=radio]:checked {
  border: 1px solid #8E8DAD;
}
.input-group-prefer.type-1 .wrapper .radio input[type=radio]:checked::after {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #8E8DAD;
}
.input-group-prefer.type-1 .wrapper .radio label {
  color: #8E8DAD;
}
@media screen and (max-width: 993px) {
  .input-group-prefer > label {
    margin-bottom: 0.5rem;
    line-height: 1.5;
    font-size: 1rem;
  }
  .input-group-prefer .wrapper {
    gap: 0;
    justify-content: space-between;
    padding-right: 0;
  }
  .input-group-prefer .wrapper .radio {
    gap: 8px;
  }
  .input-group-prefer .wrapper .radio label {
    font-size: 16px;
  }
}

.btn-primary {
  padding: 1.25rem 2.5rem;
  border-radius: 40px;
  background-color: #F7A94E;
  text-decoration: none;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.26;
  letter-spacing: -0.03rem;
  color: #481F00;
  transition: 200ms;
  cursor: pointer;
}
.btn-primary:hover {
  background-color: #F4842F;
}
@media screen and (max-width: 993px) {
  .btn-primary {
    font-size: 20px;
    padding-block: 1rem;
  }
}

.fixed-button-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 3;
  transition: 200ms;
}
.fixed-button-whatsapp:hover {
  transform: scale(1.1);
}
.fixed-button-whatsapp.btn {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 2rem;
  height: 52px;
  background: linear-gradient(86.06deg, #30C96B -4.52%, #3DA666 88.2%);
  border-radius: 8px;
  text-decoration: none;
}
.fixed-button-whatsapp.btn img {
  margin-bottom: 3px;
}
.fixed-button-whatsapp.btn span {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025rem;
  color: #FFFFFF;
}
@media screen and (max-width: 993px) {
  .fixed-button-whatsapp {
    display: none;
  }
  .fixed-button-whatsapp.btn {
    display: none;
  }
}

.contact {
  background-color: #658358;
  padding-top: 7.5rem;
  padding-bottom: 5.9375rem;
}
.contact .container {
  display: grid;
  grid-template-columns: 527px 1fr;
  -moz-column-gap: 172px;
       column-gap: 172px;
  align-items: flex-start;
}
.contact .container .left h2 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.05rem;
  color: #FFFFFF;
}
.contact .container .left p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.025rem;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.contact .container .left ul {
  list-style: none;
  margin-bottom: 2.5rem;
}
.contact .container .left ul li + li {
  margin-top: 14px;
}
.contact .container .left ul li a {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.025rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.contact .container .left .maps {
  aspect-ratio: 527/556;
  width: 100%;
  background-color: #274F19;
  border-radius: 24px;
}
.contact .container .left .maps iframe {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
.contact .container .right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 48px;
}
.contact .container .right .input-group input {
  color: #FFFFFF;
}
.contact .container .right .input-group input::-moz-placeholder {
  color: #FFFFFF;
}
.contact .container .right .input-group input::placeholder {
  color: #FFFFFF;
}
.contact .container .right .input-group textarea {
  padding-top: 14px;
  color: #FFFFFF;
  font-family: "League Spartan", sans-serif;
}
.contact .container .right .input-group textarea::-moz-placeholder {
  color: #FFFFFF;
}
.contact .container .right .input-group textarea::placeholder {
  color: #FFFFFF;
}
.contact .container .right .full {
  grid-column: 1/-1;
}
.contact .container .right .btn-primary {
  margin-inline: auto;
  padding-inline: 5rem;
}
.contact .container .maps-mobile {
  display: none;
}
@media screen and (max-width: 1650px) {
  .contact .container {
    gap: 80px;
    grid-template-columns: 430px 1fr;
  }
}
@media screen and (max-width: 1420px) {
  .contact {
    padding-bottom: 0;
  }
  .contact .container {
    flex-direction: column;
    display: flex;
    gap: 0;
  }
  .contact .container .left {
    max-width: 450px;
  }
  .contact .container .left .maps {
    display: none;
  }
  .contact .container .maps-mobile {
    display: block;
    width: 100%;
    aspect-ratio: 2/1;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 5rem;
  }
  .contact .container .maps-mobile iframe {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 993px) {
  .contact {
    padding-bottom: 0;
    padding-top: 5rem;
  }
  .contact .container {
    flex-direction: column;
    display: flex;
    gap: 0;
  }
  .contact .container .left {
    max-width: 450px;
  }
  .contact .container .left h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  .contact .container .left p {
    font-size: 1rem;
  }
  .contact .container .left ul li a {
    font-size: 1rem;
  }
  .contact .container .left .maps {
    display: none;
  }
  .contact .container .right {
    grid-template-columns: 1fr;
    width: 100%;
    row-gap: 1.5rem;
  }
  .contact .container .maps-mobile {
    aspect-ratio: 335/418;
    max-width: 400px;
  }
}

.instagram {
  margin-bottom: 200px;
}
.instagram header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.instagram header h2 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.05rem;
  color: #274F19;
}
.instagram header .btn-more {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.025rem;
  color: #274F19;
}
.instagram header .btn-more:hover {
  text-decoration: underline;
}
.instagram header .btn-primary {
  display: flex;
}
.instagram .swiper .swiper-slide a {
  border-radius: 1.5rem;
  overflow: hidden;
  display: block;
}
.instagram .swiper .swiper-slide a img {
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.instagram .swiper .swiper-slide a:hover img {
  transform: scale(1.05) rotate(0.5deg);
}
.instagram .btn-primary {
  display: none;
}
@media screen and (max-width: 1350px) {
  .instagram .swiper {
    width: calc(100% + 40px);
  }
}
@media screen and (max-width: 993px) {
  .instagram {
    margin-bottom: 5rem;
  }
  .instagram header {
    margin-bottom: 1.25rem;
  }
  .instagram header h2 {
    font-size: 32px;
  }
  .instagram header .btn-more {
    gap: 0.375rem;
    font-size: 1rem;
  }
  .instagram header .btn-more svg {
    width: 16px;
  }
  .instagram .swiper {
    width: calc(100% + 20px);
  }
}
@media screen and (max-width: 769px) {
  .instagram header .btn-primary {
    display: none;
  }
  .instagram .btn-primary {
    display: flex;
    margin-top: 3rem;
    margin-inline: auto;
  }
}

.gallery {
  width: calc(100% - (100% - 1650px) / 2);
  margin-left: auto;
  margin-bottom: 16.25rem;
}
.gallery header {
  margin-bottom: 1.125rem;
}
.gallery header h2 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.05rem;
  color: #274F19;
  margin-bottom: 0rem;
}
.gallery header p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.025rem;
  color: #8E8DAD;
}
.gallery .scroll-h {
  overflow: auto;
}
.gallery .scroll-h::-webkit-scrollbar {
  height: 0;
}
.gallery .categories {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 1.875rem;
  width: -moz-max-content;
  width: max-content;
}
.gallery .categories a {
  border: 1px solid #8E8DAD;
  border-radius: 40px;
  padding: 0.75rem 2rem;
  text-decoration: none;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: -0.02rem;
  color: #8E8DAD;
  transition: 200ms;
}
.gallery .categories a.active, .gallery .categories a:hover {
  background-color: #274F19;
  color: #FFFFFF;
  border-color: #274F19;
}
.gallery .swiper .swiper-slide img {
  display: block;
  width: 100%;
}
.gallery .swiper .swiper-button-next,
.gallery .swiper .swiper-button-prev {
  display: block;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
}
.gallery .swiper .swiper-button-prev {
  left: 5%;
}
.gallery .swiper .swiper-button-next {
  right: 10%;
}
.gallery .btn-primary {
  margin-inline: auto;
  margin-top: 48px;
}
@media screen and (max-width: 1750px) {
  .gallery {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1350px) {
  .gallery .swiper .swiper-slide img {
    width: 100%;
    display: block;
    aspect-ratio: 1090/550;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1rem;
  }
}
@media screen and (max-width: 993px) {
  .gallery {
    width: calc(100% - 20px);
    margin-bottom: 17.5rem;
  }
  .gallery header {
    margin-bottom: 1rem;
  }
  .gallery header h2 {
    font-size: 2rem;
  }
  .gallery header p {
    font-size: 1rem;
  }
  .gallery .categories {
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
  .gallery .swiper .swiper-button-prev {
    top: initial;
    left: 0px;
    bottom: -20px;
  }
  .gallery .swiper .swiper-button-next {
    top: initial;
    right: 20px;
    bottom: -20px;
  }
}
@media screen and (max-width: 769px) {
  .gallery .swiper .swiper-slide img {
    width: 100%;
    display: block;
    aspect-ratio: 335/480;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1rem;
  }
}

.mission {
  margin-bottom: 7.5rem;
}
.mission .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.875rem;
}
.mission .container .item {
  padding: 2.125rem 2.625rem 3rem;
  border-radius: 16px;
  background-color: #FFFFFF;
}
.mission .container .item h2 {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 8px;
}

.mission .container .item h2 img {
        position: relative;
    left: 0;
    text-align: left;
    object-fit: contain;
    max-width: 50px;
}

.mission .container .item h2 span {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.025rem;
  color: #274F19;
}
.mission .container .item p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.025rem;
  color: #8E8DAD;
}
@media screen and (max-width: 993px) {
  .mission {
    margin-bottom: 5rem;
  }
  .mission .container {
    grid-template-columns: 1fr;
  }
  .mission .container .item {
    padding: 2.125rem 2.625rem 2rem;
  }
  .mission .container .item h2 {
    margin-bottom: 0.5rem;
    gap: 18px;
  }
  .mission .container .item h2 span {
    font-size: 1.25rem;
  }
  .mission .container .item p {
    font-size: 1rem;
  }
}

.reviews {
  background-color: #658358;
  padding-top: 7.75rem;
  padding-bottom: 7.5rem;
  margin-bottom: 12.5rem;
}
.reviews .content {
  width: calc(100% - (100% - 1650px) / 2);
  margin-left: auto;
  display: flex;
  gap: 170px;
}
.reviews .left {
  max-width: 670px;
}
.reviews .left h2 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.05rem;
  color: #FFFFFF;
}
.reviews .left p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03rem;
  color: #FFFFFF;
  margin-top: 0px;
}
.reviews .left .swiper-group-button {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
}
.reviews .left .swiper-group-button div {
  list-style: 0;
  width: 64px;
  height: 64px;
  cursor: pointer;
}
.reviews .left .swiper-group-button div svg.active {
  display: none;
}
.reviews .left .swiper-group-button div.has-more svg {
  display: none;
}
.reviews .left .swiper-group-button div.has-more svg.active {
  display: block;
}
.reviews .right {
  max-width: 950px;
  margin-right: 0px;
}
.reviews .card-review {
  background-color: #274F19;
  border-radius: 32px;
  padding: 16px 16px 40px;
}
.reviews .card-review .cover {
  height: 310px;
  margin-bottom: 23px;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}
.reviews .card-review .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}
.reviews .card-review .cover .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.reviews .card-review .info {
  padding-inline: 32px;
}
.reviews .card-review .info .rate {
  padding: 0.25rem 0.5rem;
  border-radius: 16px;
  background-color: #658358;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 1rem;
}
.reviews .card-review .info p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.03rem;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.reviews .card-review .info hr {
  margin-bottom: 1.375rem;
  background-color: #184309;
  border: 0;
  height: 1px;
  width: 100%;
}
.reviews .card-review .info .person {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.reviews .card-review .info .person .avatar {
  width: 3.75rem;
  height: 3.75rem;
}
.reviews .card-review .info .person .avatar img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews .card-review .info .person .desc h4 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.025rem;
  color: #FFFFFF;
}
.reviews .card-review .info .person .desc span {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02rem;
  color: #FFFFFF;
}
@media screen and (max-width: 1750px) {
  .reviews .content {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1500px) {
  .reviews .right {
    max-width: 700px;
  }
}
@media screen and (max-width: 1370px) {
  .reviews {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 1220px) {
  .reviews .content {
    flex-direction: column;
    gap: 1.5rem;
  }
  .reviews .left .swiper-group-button {
    display: none;
  }
  .reviews .right {
    max-width: initial;
    display: block;
  }
  .reviews .right .swiper {
    padding-bottom: 64px;
  }
  .reviews .right .swiper-button-next,
  .reviews .right .swiper-button-prev,
  .reviews .right .swiper-pagination {
    display: block;
  }
  .reviews .right .swiper-button-next {
    right: 40px;
  }
}
@media screen and (max-width: 993px) {
  .reviews .content {
    width: calc(100% - 20px);
    gap: 1.5rem;
  }
  .reviews .left {
    padding-right: 20px;
  }
  .reviews .left h2 {
    font-family: "League Spartan", sans-serif;
    font-style: normal;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.04rem;
    color: #FFFFFF;
    margin-bottom: 1rem;
  }
  .reviews .left p {
    font-family: "League Spartan", sans-serif;
    font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02rem;
    color: #FFFFFF;
    margin-top: 0px;
  }
  .reviews .right .swiper-button-next {
    right: 20px;
  }
  .reviews .card-review {
    padding: 1rem 1rem 2rem;
  }
  .reviews .card-review .cover {
    height: 12.5rem;
  }
  .reviews .card-review .info {
    padding-inline: 16px;
  }
  .reviews .card-review .info p {
    font-size: 16px;
  }
  .reviews .card-review .info .person {
    gap: 0.5rem;
  }
  .reviews .card-review .info .person .avatar {
    width: 3rem;
    height: 3rem;
  }
  .reviews .card-review .info .person .desc h4 {
    font-size: 1rem;
    line-height: 1;
  }
  .reviews .card-review .info .person .desc span {
    font-size: 0.875rem;
  }
}

.board-gallery {
  margin-bottom: 12.5rem;
}
.board-gallery header {
  margin-bottom: 1.875rem;
}
.board-gallery header h2 {
  text-align: center;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.04rem;
  color: #274F19;
}
.board-gallery header p {
  text-align: center;
  margin-inline: auto;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03rem;
  color: #8E8DAD;
  max-width: 46.75rem;
}
.board-gallery .item {
  aspect-ratio: 1/1;
  text-decoration: none;
  overflow: hidden;
  border-radius: 24px;
}
.board-gallery .item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.3s ease;
}
.board-gallery .item img:hover {
  transform: scale(1.05);
}
.board-gallery .wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
  margin-bottom: 3rem;
}
.board-gallery__swiper {
  display: none;
}
.board-gallery .btn-primary {
  margin-top: 2rem;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .board-gallery .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 993px) {
  .board-gallery {
    margin-bottom: 7.8125rem;
  }
  .board-gallery .wrapper {
    display: none;
  }
  .board-gallery__swiper {
    display: block;
    width: calc(100% + 20px);
  }
  .board-gallery__swiper .item img:hover {
    transform: scale(1);
  }
}
@media screen and (max-width: 769px) {
  .board-gallery__swiper {
    width: 100%;
  }
}

.gallery__swiper.swiper .swiper-slide img {
    aspect-ratio: 1100 / 560;
    object-fit: cover;
    border-radius: 25px;
} 

.blog-post {
  padding: 24px 24px 134px;
  background-color: #FFFFFF;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.blog-post .cover {
  height: 18.5rem;
  position: relative;
  margin-bottom: 1.5rem;
}
.blog-post .cover img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-post .cover span {
  position: absolute;
  top: 24px;
  left: 24px;
  padding: 0.5rem 2.0625rem;
  background-color: #481F00;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02rem;
  color: #FFFFFF;
  border-radius: 24px;
}
.blog-post .info h3 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.03rem;
  color: #274F19;
  margin-bottom: 0.5rem;
  height: 60px;
  overflow: hidden;
}
.blog-post .info p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  color: #8E8DAD;
  max-width: 438px;
}
.blog-post .btn-more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.8125rem 2rem;
  text-decoration: none;
  background-color: #274F19;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.025rem;
  color: #FFFFFF;
  transition: 200ms;
}
.blog-post .btn-more svg {
  transition: 200ms;
}
.blog-post .btn-more:hover {
  background-color: #357121;
}
.blog-post .btn-more:hover svg {
  transform: translateX(15px);
}
@media screen and (max-width: 993px) {
  .blog-post {
    padding: 16px 16px 110px;
    border-radius: 24px;
  }
  .blog-post .cover {
    height: 184px;
    border-radius: 0px;
    margin-bottom: 1.875rem;
  }
  .blog-post .cover span {
    left: 16px;
    top: 16px;
    padding: 0.3125rem 1.5rem;
    font-size: 12px;
  }
  .blog-post .cover img {
    border-radius: 24px;
  }
  .blog-post .info h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .blog-post .btn-more {
    padding-inline: 2rem;
    height: 78px;
    font-size: 1.25rem;
  }
}

.more-about {
  margin-bottom: 12.5rem;
}
.more-about .container > .pe {
  margin-bottom: 2.1875rem;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.025rem;
  color: #8E8DAD;
  max-width: 810px;
  margin-left: auto;
}
.more-about .container .box {
  padding: 4rem 3rem;
  background-color: #658358;
  position: absolute;
  max-width: 762px;
  border-radius: 16px;
  top: -200px;
}
.more-about .container .box h2 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.05rem;
  color: #FFFFFF;
  margin-bottom: 0.875rem;
}
.more-about .container .box p {
  max-width: 578px;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.03rem;
  color: #FFFFFF;
  margin-bottom: 6rem;
}
.more-about .container .wrapper {
  display: grid;
  grid-template-columns: 352px 1fr;
  position: relative;
}
.more-about .container .wrapper .cover {
  width: 100%;
}
.more-about .container .wrapper .cover img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .more-about .container .box {
    max-width: 560px;
  }
  .more-about .container > p {
    max-width: 600px;
  }
}
@media screen and (max-width: 1320px) {
  .more-about .container > p {
    display: none;
  }
  .more-about .container .box {
    max-width: initial;
    width: calc(50% + 30px);
    left: 50%;
    transform: translateX(-50%);
    left: 0;
    top: 20px;
    transform: translateX(0);
  }
  .more-about .container .wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .more-about .container .wrapper .cover {
    aspect-ratio: 1/1;
    width: 100%;
  }
  .more-about .container .wrapper .cover img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .more-about .container .box {
    padding-top: 47px;
    padding-bottom: 55px;
    padding-inline: 30px;
    top: -100px;
    width: 100%;
    max-width: calc(100% - 80px);
    left: 40px;
  }
  .more-about .container .box p {
    margin-bottom: 30px;
  }
  .more-about .container .wrapper {
    display: block;
  }
}
@media screen and (max-width: 993px) {
  .more-about {
    margin-bottom: 5rem;
    max-width: 500px;
    margin-inline: auto;
  }
  .more-about .container .box h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .more-about .container .box p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 700px) {
  .more-about .container .box {
    top: -200px;
    width: calc(100% - 16px);
    max-width: initial;
    left: 8px;
  }
  .more-about .container .wrapper .cover {
    aspect-ratio: 335/714;
  }
  .more-about .container .wrapper .cover img {
    aspect-ratio: initial;
    height: 100%;
  }
}

.employee {
  padding-block: 5rem;
  background-color: #F7A94E;
  margin-bottom: 16.25rem;
}
.employee header {
  margin-bottom: 2rem;
}
.employee header h2 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.05rem;
  color: #481F00;
  margin-bottom: 0.25rem;
}
.employee header p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.26;
  letter-spacing: -0.02rem;
  color: #481F00;
}
.employee article {
  padding: 3rem;
  background-color: #F4842F;
  border-radius: 16px;
}
.employee article .top {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #FFFFFF;
}
.employee article .top div span {
  display: block;
}
.employee article .top div span.name {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.025rem;
  color: #FFFFFF;
}
.employee article .top div span.position {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02rem;
  color: #FFFFFF;
}
.employee article p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02rem;
  color: #FFFFFF;
      white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    word-break: break-word;
}
.employee article p + p {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 1350px) {
  .employee .swiper {
    width: calc(100% + 40px);
  }
}
@media screen and (max-width: 993px) {
  .employee {
    padding-block: 3rem;
  }
  .employee .swiper {
    width: calc(100% + 20px);
  }
  .employee header h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    line-height: 1.26;
  }
  .employee article {
    padding: 2.5rem;
  }
  .employee article .top {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .employee article .top img {
    width: 3rem;
    height: 3rem;
  }
  .employee article .top div span.name {
    font-size: 1rem;
  }
  .employee article .top div span.position {
    font-size: 0.875rem;
  }
  .employee article p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 769px) {
  .employee .swiper {
    width: 100%;
  }
}

.swiper-custom .swiper-button-next {
  display: none;
  background-image: url(../images/icon-swiper-next-active.svg);
  width: 40px;
  height: 40px;
  right: 0;
  top: initial;
  transform: translateX(0);
  margin-bottom: 0;
  bottom: 0;
  opacity: 1;
}
.swiper-custom .swiper-button-next::after {
  display: none;
}
.swiper-custom .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/icon-swiper-next-inactive.svg);
}
.swiper-custom .swiper-button-prev {
  display: none;
  background-image: url(../images/icon-swiper-prev-active.svg);
  width: 40px;
  height: 40px;
  left: 0;
  top: initial;
  transform: translateX(0);
  margin-bottom: 0;
  bottom: 0;
  opacity: 1;
}
.swiper-custom .swiper-button-prev::after {
  display: none;
}
.swiper-custom .swiper-button-prev.swiper-button-disabled {
  background-image: url(../images/icon-swiper-prev-inactive.svg);
}
.swiper-custom .swiper-pagination {
  display: none;
}
.swiper-custom .swiper-pagination .swiper-pagination-bullet {
  background-color: #57724B;
  width: 8px;
  height: 8px;
  opacity: 1;
}
.swiper-custom .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F4842F;
}
.swiper-custom .swiper-pagination {
  z-index: 1;
  font-weight: 500;
  color: #8E8DAD;
  font-size: 20px;
}
.swiper-custom .swiper-pagination .swiper-pagination-current {
  color: #F4842F;
  font-weight: 600;
}
.swiper-custom .swiper-button-next,
.swiper-custom .swiper-button-prev {
  z-index: 2;
}
@media screen and (max-width: 993px) {
  .swiper-custom {
    padding-bottom: 64px;
  }
  .swiper-custom .swiper-button-next {
    right: 20px;
  }
  .swiper-custom .swiper-button-next,
  .swiper-custom .swiper-button-prev,
  .swiper-custom .swiper-pagination {
    display: block;
  }
}
.swiper-custom.type-1 .swiper-pagination-bullet {
  background-color: #DBD8EE;
}
.swiper-custom.type-2 .swiper-button-next {
  background-image: url(../images/icon-2-swiper-next-active.svg);
}
.swiper-custom.type-2 .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/icon-2-swiper-next-inactive.svg);
}
.swiper-custom.type-2 .swiper-button-prev {
  background-image: url(../images/icon-2-swiper-prev-active.svg);
}
.swiper-custom.type-2 .swiper-button-prev.swiper-button-disabled {
  background-image: url(../images/icon-2-swiper-prev-inactive.svg);
}
.swiper-custom.type-2 .swiper-pagination .swiper-pagination-bullet {
  background-color: #8E8DAD;
}
.swiper-custom.type-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #274F19;
}
.swiper-custom.type-3 .swiper-pagination-bullet {
  background-color: #8E8DAD;
}
.swiper-custom.type-4 .swiper-button-next {
  background-image: url(../images/icon-3-swiper-next-active.svg);
}
.swiper-custom.type-4 .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/icon-3-swiper-next-inactive.svg);
}
.swiper-custom.type-4 .swiper-button-prev {
  background-image: url(../images/icon-3-swiper-prev-active.svg);
}
.swiper-custom.type-4 .swiper-button-prev.swiper-button-disabled {
  background-image: url(../images/icon-3-swiper-prev-inactive.svg);
}
.swiper-custom.type-4 .swiper-pagination .swiper-pagination-bullet {
  background-color: #F4842F;
}
.swiper-custom.type-4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #481F00;
}

.box-audio {
  margin-top: auto;
}
.box-audio .title {
  font-size: 16px;
  font-weight: 500;
  color: #293B2A;
  letter-spacing: -0.4px;
  line-height: 140%;
  margin-bottom: 8px;
  display: block;
}
.box-audio .controlls {
  display: flex;
  align-items: center;
  padding: 20px 24px;
  background-color: #E2E1EB;
  gap: 30px;
}
.box-audio .controlls .left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.box-audio .controlls .left span {
  font-size: 16px;
  font-weight: 500;
  color: 293B2A;
  letter-spacing: -0.4px;
}
.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: 6px;
  background-color: #FFF;
}
.box-audio .controlls .progress .percentage {
  display: block;
  width: 0%;
  height: 100%;
  background-color: #32394D;
}
.box-audio .controlls .volume {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  background-color: transparent;
}

.page-01-home {
  background-color: #F3F2FA;
}
.page-01-home main {
  max-width: 100%;
  overflow-x: hidden;
}
.page-01-home .hero {
  margin-top: 5rem;
  height: calc(100vh - 80px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-01-home #iframeVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.page-01-home .hero .container {
  height: 100%;
  padding-bottom: 5.625rem;
  display: flex;
  align-items: flex-end;
}
.page-01-home .hero__content {
  width: 100%;
}
.page-01-home .hero__content h1 {
  text-align: center;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.06rem;
  color: #FFFFFF;
}
.page-01-home .hero__content p {
  text-align: center;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.26;
  letter-spacing: -0.03rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.page-01-home .hero__content .btn-primary {
  margin: 0 auto;
}
@media screen and (max-width: 1450px) {
  .page-01-home .hero {
    margin-top: 4.5rem;
    height: calc(100vh - 72px);
  }
}
@media screen and (max-width: 993px) {
  .page-01-home .hero .container {
    padding-bottom: 2.8125rem;
  }
  .page-01-home .hero__content h1 {
    font-family: "League Spartan", sans-serif;
    font-style: normal;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.04rem;
    color: #FFFFFF;
    margin-bottom: 9px;
  }
  .page-01-home .hero__content p {
    font-family: "League Spartan", sans-serif;
    font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.02rem;
    color: #FFFFFF;
    margin-bottom: 16px;
  }
}
.page-01-home .marquee {
  overflow: hidden;
  background: #274F19;
  color: white;
  display: flex;
  align-items: center;
  padding-block: 27px;
}
.page-01-home .marquee__inner {
  display: flex;
  white-space: nowrap;
  position: relative;
}
.page-01-home .marquee__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
}
.page-01-home .marquee__content span {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.04rem;
  color: #FFFFFF;
  margin-inline: 40px;
  display: block;
}
.page-01-home .marquee__content svg {
  flex-shrink: 0;
  margin-inline: 40px;
}
@media screen and (max-width: 993px) {
  .page-01-home .marquee {
    padding-block: 1rem;
  }
  .page-01-home .marquee span {
    font-size: 1.5rem;
    margin-inline: 24px;
  }
  .page-01-home .marquee svg {
    width: 24px;
    height: 24px;
  }
}
.page-01-home .services {
  margin-bottom: 12.5rem;
}

.services .swiper-slide{
    cursor: pointer;
}

.page-01-home .services .container header {
  margin-inline: auto;
  max-width: 49.6875rem;
  margin-bottom: 2.5rem;
}
.page-01-home .services .container header h2 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.05rem;
  color: #274F19;
  text-align: center;
  margin-bottom: 0.25rem;
}
.page-01-home .services .container header p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.025rem;
  color: #8E8DAD;
  text-align: center;
}
.page-01-home .services .container .swiper .swiper-wrapper {
  align-items: stretch;
}
.page-01-home .services .container .swiper .swiper-wrapper .swiper-slide .card {
  height: 100%;
}
.page-01-home .services .container .card {
  background-color: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  padding-bottom: 140px;
}
.page-01-home .services .container .card .top {
  padding-inline: 40px;
  padding-top: 40px;
}
.page-01-home .services .container .card h3 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.03rem;
  color: #274F19;
  margin-bottom: 0.625rem;
}

.page-01-home .services .container .card h3 img {
    height: 40px;
    max-width: 40px;
    object-fit: contain;
}

.page-01-home .services .container .card h4 {
  margin-bottom: 25px;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.025rem;
  color: #8E8DAD;
}
.page-01-home .services .container .card p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.26;
  letter-spacing: -0.025rem;
  color: #8E8DAD;
}
.page-01-home .services .container .card .btn-more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem;
  width: 100%;
  background-color: #F4842F;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-top: 5.625rem;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.025rem;
  color: #481F00;
  transition: 200ms;
}
.page-01-home .services .container .card .btn-more:hover {
  background-color: #f5700a;
}
@media screen and (max-width: 1370px) {
  .page-01-home .services {
    margin-bottom: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-01-home .services .container .swiper {
    width: calc(100% + 40px);
  }
}
@media screen and (max-width: 993px) {
  .page-01-home .services .container header {
    margin-bottom: 1.5rem;
  }
  .page-01-home .services .container header h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  .page-01-home .services .container header p {
    font-size: 1rem;
    line-height: 1.5;
  }
  .page-01-home .services .container .swiper {
    width: calc(100% + 20px);
  }
  .page-01-home .services .container .swiper .swiper-wrapper .swiper-slide .card {
    padding-bottom: 113px;
  }
  .page-01-home .services .container .swiper .swiper-wrapper .swiper-slide .card .top {
    padding: 40px;
    padding-bottom: 0;
  }
  .page-01-home .services .container .swiper .swiper-wrapper .swiper-slide .card h3 {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }
  .page-01-home .services .container .swiper .swiper-wrapper .swiper-slide .card h4 {
    font-size: 1rem;
    margin-bottom: 1.375rem;
  }
  .page-01-home .services .container .swiper .swiper-wrapper .swiper-slide .card p {
    font-size: 1rem;
  }
  .page-01-home .services .container .swiper .swiper-wrapper .swiper-slide .card .btn-more {
    font-size: 1.25rem;
    padding-block: 1.5rem;
  }
  .page-01-home .services .container .swiper .swiper-pagination-bullet {
    background-color: #DBD8EE;
  }
  .page-01-home .services .container .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F4842F;
  }
}
.page-01-home .banner {
  max-width: 1650px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 708px;
  margin-bottom: 12.5rem;
  border-radius: 16px;
  background-color: #F7A94E;
  position: relative;
}
.page-01-home .banner .text {
  padding-block: 4.0625rem;
  padding-left: 8.75rem;
  padding-right: 5rem;
}
.page-01-home .banner .text h2 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.05rem;
  color: #481F00;
  margin-bottom: 1.875rem;
}
.page-01-home .banner .text h3 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.26;
  letter-spacing: -0.03rem;
  color: #481F00;
  margin-bottom: 0.5rem;
}
.page-01-home .banner .text p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.025rem;
  color: #481F00;
  max-width: 34.375rem;
}
.page-01-home .banner .text p + p {
  margin-top: 1.25rem;
}
.page-01-home .banner .text .btn {
  padding: 1.25rem 2.5rem;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.26;
  letter-spacing: -0.03rem;
  color: #F7A94E;
  background-color: #481F00;
  width: -moz-max-content;
  width: max-content;
  margin-top: 2rem;
  transition: 200ms;
}
.page-01-home .banner .text .btn:hover {
  background-color: #311500;
}
.page-01-home .banner .bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.page-01-home .banner .bg img {
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 110%;
    left: -60px;
    object-fit: contain;
    width: 115%;  
}
.page-01-home .banner .selo {
  position: absolute;
  top: -29px;
  left: -38px;
}
.page-01-home .banner .selo .selo-externo {
  animation: selo-spin 10s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes selo-spin {
  100% {
    transform: rotate(360deg);
  }
}
.page-01-home .banner .selo .selo-interno {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1750px) {
  .page-01-home .banner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1420px) {
  .page-01-home .banner {
    grid-template-columns: 1fr 1fr;
  }
  .page-01-home .banner .bg img {
    right: -90px;
  }
}
@media screen and (max-width: 1200px) {
  .page-01-home .banner {
    display: flex;
    flex-direction: column;
  }
  .page-01-home .banner .text {
    padding-top: 48px;
    padding-bottom: 100px;
    padding-left: 40px;
  }
  .page-01-home .banner .bg {
    height: 350px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .page-01-home .banner .bg img {
    width: 600px;
    top: initial;
    bottom: -30px;
    transform: translateY(0);
  }
  .page-01-home .banner .selo {
    width: 78px;
    height: 78px;
    top: -32px;
    left: -13px;
  }
  .page-01-home .banner .selo .selo-interno {
    width: 20px;
  }
  .page-01-home .banner .selo .selo-externo {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 993px) {
  .page-01-home .banner {
    width: calc(100% - 40px);
    margin-bottom: 6.875rem;
  }
  .page-01-home .banner .text {
    padding-inline: 24px;
  }
  .page-01-home .banner .text h2 {
    font-size: 2rem;
    max-width: 13.4375rem;
    margin-bottom: 0.5rem;
  }
  .page-01-home .banner .text h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .page-01-home .banner .text p {
    font-size: 16px;
  }
  .page-01-home .banner .text p + p {
    margin-top: 1rem;
  }
  .page-01-home .banner .text .btn {
    padding-inline: 40px;
    width: -moz-max-content;
    width: max-content;
    max-width: 400px;
    font-size: 16px;
  }
  .page-01-home .banner .bg {
    height: 220px;
    background-position: center bottom;
  }
  .page-01-home .banner .bg img {
    width: 336px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
.page-01-home .blog {
  margin-bottom: 12.5rem;
}
.page-01-home .blog header {
  margin-bottom: 1.5rem;
}
.page-01-home .blog header h2 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.05rem;
  color: #274F19;
}
.page-01-home .blog header p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.025rem;
  color: #8E8DAD;
}
.page-01-home .blog .btn-primary {
  margin-inline: auto;
  margin-top: 3rem;
}
@media screen and (max-width: 1350px) {
  .page-01-home .blog .swiper {
    width: calc(100% + 40px);
  }
}
@media screen and (max-width: 993px) {
  .page-01-home .blog {
    margin-bottom: 5rem;
  }
  .page-01-home .blog header {
    margin-bottom: 1rem;
  }
  .page-01-home .blog header h2 {
    font-size: 32px;
    margin-bottom: 8px;
    line-height: 1.15;
  }
  .page-01-home .blog header p {
    font-size: 16px;
  }
  .page-01-home .blog .swiper {
    width: calc(100% + 20px);
  }
}
.page-01-home .bg {
  background-color: #658358;
}

.page-02-sobre-nos {
  background-color: #F3F2FA;
}
.page-02-sobre-nos main {
  max-width: 100%;
  overflow-x: hidden;
}
.page-02-sobre-nos .hero {
  height: 100vh;

  margin-bottom: 13.75rem;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-02-sobre-nos .hero .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 13.75rem;
}
.page-02-sobre-nos .hero__content {
  max-width: 615px;
}
.page-02-sobre-nos .hero__content h1 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.05rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.page-02-sobre-nos .hero__content p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.025rem;
  color: #FFFFFF;
  margin-bottom: 3.4375rem;
}
.page-02-sobre-nos .hero__content .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.page-02-sobre-nos .hero__content .wrapper .item span {
  display: block;
}
.page-02-sobre-nos .hero__content .wrapper .item span.number {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.04rem;
  color: #FFFFFF;
}
.page-02-sobre-nos .hero__content .wrapper .item span.text {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.26;
  letter-spacing: -0.025rem;
  color: #FFFFFF;
}

@media screen and (max-width: 993px) {
  .page-02-sobre-nos .hero {
    margin-bottom: 5rem;
  }
  .page-02-sobre-nos .hero .container {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
  .page-02-sobre-nos .hero__content h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .page-02-sobre-nos .hero__content p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .page-02-sobre-nos .hero__content .wrapper {
    flex-direction: column;
    gap: 1.5rem;
  }
  .page-02-sobre-nos .hero__content .wrapper .item span.number {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0rem;
  }
  .page-02-sobre-nos .hero__content .wrapper .item span.text {
    font-size: 1rem;
  }
}

.page-02-sobre-nos .video {
  margin-bottom: 7.5rem;
}
.page-02-sobre-nos .video h2 {
  margin-bottom: 7.5rem;
  max-width: 810px;
  margin-inline: auto;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.05rem;
  color: #658358;
  text-align: center;
}
.page-02-sobre-nos .video .embed {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 1370px;
  margin-inline: auto;
  background-color: #274F19;
  border-radius: 32px;
  overflow: hidden;
}
.page-02-sobre-nos .video .embed iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 993px) {
  .page-02-sobre-nos .video {
    margin-bottom: 5rem;
  }
  .page-02-sobre-nos .video h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 5rem;
  }
  .page-02-sobre-nos .video .embed {
    border-radius: 1rem;
  }
}
.page-02-sobre-nos .banner {
  margin-bottom: 7.5rem;
  max-width: 1650px;
  margin-inline: auto;
  border-radius: 32px;
  background-size: cover;
  background-position: center center;
  padding: 18.75rem 7.5rem;
}
.page-02-sobre-nos .banner h2 {
  max-width: 560px;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.05rem;
  color: #FFFFFF;
}
@media screen and (max-width: 1700px) {
  .page-02-sobre-nos .banner {
    width: calc(100% - 80px);
    max-width: initial;
  }
}
@media screen and (max-width: 993px) {
  .page-02-sobre-nos .banner {
    background-image: url(../images/dog-banner-mobile.jpg);
    width: calc(100% - 40px);
    padding-inline: 32px;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-block: 32px;
  }
}
@media screen and (max-width: 600px) {
  .page-02-sobre-nos .banner {
    aspect-ratio: 335/573;
    border-radius: 1rem;
    margin-bottom: 5rem;
  }
  .page-02-sobre-nos .banner h2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
.page-02-sobre-nos .gallery {
  margin-bottom: 21.875rem;
}
@media screen and (max-width: 1350px) {
  .page-02-sobre-nos .gallery {
    margin-bottom: 7.5rem;
  }
}
.page-02-sobre-nos .single-review {
  max-width: 71.875rem;
  margin-inline: auto;
  padding-top: 4.75rem;
  padding-inline: 1.875rem;
  margin-bottom: 21.875rem;
  background-image: url(../images/quote.svg);
  background-position: left top;
  background-repeat: no-repeat;
}
.page-02-sobre-nos .single-review p {
  margin-bottom: 2rem;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.05rem;
  color: #658358;
  text-align: center;
}
.page-02-sobre-nos .single-review .person {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-inline: auto;
  width: -moz-max-content;
  width: max-content;
}

.page-02-sobre-nos .single-review .person img {
    width: 60px;
    height: 60px;
    border-bottom: 50%;
    object-fit: cover;
}

.page-02-sobre-nos .single-review .person span {
  display: block;
}
.page-02-sobre-nos .single-review .person span.name {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  color: #658358;
}
.page-02-sobre-nos .single-review .person span.role {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.0175rem;
  color: #8E8DAD;
}
@media screen and (max-width: 1350px) {
  .page-02-sobre-nos .single-review {
    margin-bottom: 7.5rem;
  }
}
@media screen and (max-width: 993px) {
  .page-02-sobre-nos .single-review {
    margin-bottom: 7.5rem;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 600px) {
  .page-02-sobre-nos .single-review p {
    font-size: 32px;
    line-height: 1.3;
  }
}
.page-02-sobre-nos .map {
  margin-bottom: 12.5rem;
}
.page-02-sobre-nos .map .container {
  display: flex;
  justify-content: space-between;
}
.page-02-sobre-nos .map .container .left {
  max-width: 530px;
}
.page-02-sobre-nos .map .container .left h2 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.05rem;
  color: #274F19;
  margin-bottom: 16px;
}
.page-02-sobre-nos .map .container .left p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.025rem;
  color: #8E8DAD;
  margin-bottom: 32px;
}
.page-02-sobre-nos .map .container .right {
  max-width: 950px;
  flex: 1;
}
.page-02-sobre-nos .map .container .right .embed {
  width: 100%;
  aspect-ratio: 950/552;
  background-color: #274F19;
  border-radius: 24px;
  overflow: hidden;
}
.page-02-sobre-nos .map .container .right .embed iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.page-02-sobre-nos .map .container .right .buttons {
  display: none;
}
@media screen and (max-width: 1600px) {
  .page-02-sobre-nos .map .container .right {
    max-width: 700px;
  }
}
@media screen and (max-width: 1350px) {
  .page-02-sobre-nos .map .container {
    flex-direction: column;
  }
  .page-02-sobre-nos .map .container .left {
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
  .page-02-sobre-nos .map .container .left p:last-of-type {
    margin-bottom: 1.5rem;
  }
  .page-02-sobre-nos .map .container .left .btn-primary {
    display: none;
  }
  .page-02-sobre-nos .map .container .right {
    max-width: 100%;
  }
  .page-02-sobre-nos .map .container .right .buttons {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin-inline: auto;
    gap: 0.5rem;
    margin-top: 2rem;
  }
  .page-02-sobre-nos .map .container .right .buttons .btn-ghost {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    padding: 1rem 2.5rem;
    border-radius: 99px;
    text-decoration: none;
    border: 2px solid #F4842F;
  }
  .page-02-sobre-nos .map .container .right .buttons .btn-ghost span {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.04;
    line-height: 1.26;
    color: #F4842F;
  }
  .page-02-sobre-nos .map .container .right .buttons .btn-primary {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 993px) {
  .page-02-sobre-nos .map {
    margin-bottom: 5rem;
  }
  .page-02-sobre-nos .map .container .left {
    margin-bottom: 0;
  }
  .page-02-sobre-nos .map .container .left h2 {
    font-size: 2rem;
    line-height: 1.15;
    margin-bottom: 0.5rem;
  }
  .page-02-sobre-nos .map .container .left p {
    font-size: 1rem;
  }
  .page-02-sobre-nos .map .container .right .embed {
    aspect-ratio: 335/458;
    max-width: 400px;
    margin-inline: auto;
  }
}

.page-03-servicos-listagem {
  background-color: #F3F2FA;
}
.page-03-servicos-listagem main {
  max-width: 100%;
  overflow-x: hidden;
}
.page-03-servicos-listagem .hero {
  margin-top: 10.625rem;
  margin-bottom: 10rem;
}
.page-03-servicos-listagem .hero__content {
  background-color: #658358;
  border-radius: 24px;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 30rem;
}
.page-03-servicos-listagem .hero__content h1 {
  display: flex;
  align-items: center;
  gap: 2.125rem;
  margin-bottom: 1.5rem;
  text-align: center;
  justify-content: center;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.26;
  letter-spacing: -0.04rem;
  color: #FFFFFF;
}
.page-03-servicos-listagem .hero__content p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.025rem;
  color: #FFFFFF;
  text-align: center;
  max-width: 810px;
  margin-inline: auto;
}
.page-03-servicos-listagem .hero .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 26px;
  width: calc(100% - 56px);
  margin-inline: auto;
  margin-top: -456px;
}
.page-03-servicos-listagem .hero .list .card {
  background-color: #FFFFFF;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
}
.page-03-servicos-listagem .hero .list .card .cover {
  height: 358px;
}
.page-03-servicos-listagem .hero .list .card .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-03-servicos-listagem .hero .list .card .info {
  position: relative;
  padding: 2rem 2rem 7.5rem;
}
.page-03-servicos-listagem .hero .list .card .info h3 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.03rem;
  color: #274F19;
  margin-bottom: 0.5rem;
}
.page-03-servicos-listagem .hero .list .card .info p {
  max-width: 440px;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.26;
  letter-spacing: -0.025rem;
  color: #8E8DAD;
}
.page-03-servicos-listagem .hero .list .card .info .btn-more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 73px;
  background-color: #F7A94E;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.025rem;
  color: #481F00;
  transition: 200ms;
}
.page-03-servicos-listagem .hero .list .card .info .btn-more:hover {
  background-color: #F4842F;
}
@media screen and (max-width: 1250px) {
  .page-03-servicos-listagem .hero .list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 993px) {
  .page-03-servicos-listagem .hero {
    margin-top: 6.25rem;
  }
  .page-03-servicos-listagem .hero__content h1 {
    font-size: 0;
    margin-bottom: 10px;
  }
  .page-03-servicos-listagem .hero__content h1 span {
    font-size: 32px;
    line-height: 1;
  }
  .page-03-servicos-listagem .hero__content p {
    width: calc(100% - 40px);
    font-size: 1rem;
  }
  .page-03-servicos-listagem .hero .list {
    grid-template-columns: 1fr;
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 500px) {
  .page-03-servicos-listagem .hero {
    margin-bottom: 5rem;
  }
  .page-03-servicos-listagem .hero__content {
    padding-bottom: 22rem;
  }
  .page-03-servicos-listagem .hero .list {
    margin-top: -300px;
  }
  .page-03-servicos-listagem .hero .list .card {
    border-radius: 1rem;
  }
  .page-03-servicos-listagem .hero .list .card .cover {
    height: 200px;
  }
  .page-03-servicos-listagem .hero .list .card .info {
    padding: 24px 24px 100px;
  }
  .page-03-servicos-listagem .hero .list .card .info h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .page-03-servicos-listagem .hero .list .card .info p {
    font-size: 16px;
  }
  .page-03-servicos-listagem .hero .list .card .info .btn-more {
    height: 60px;
  }
}
.page-03-servicos-listagem .services {
  margin-bottom: 12.5rem;
}
.page-03-servicos-listagem .services h2 {
  margin-bottom: 24px;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.04rem;
  color: #274F19;
}
.page-03-servicos-listagem .services .services__swiper .swiper-wrapper {
  align-items: stretch;
}
.page-03-servicos-listagem .services .services__swiper .swiper-slide .card {
  height: 100%;
  background-color: #F3F2FA;
}
.page-03-servicos-listagem .services .card {
  border: 1px solid #8E8DAD;
  border-radius: 16px;
  padding: 40px;
  padding-bottom: 140px;
  position: relative;
}
.page-03-servicos-listagem .services .card h3 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 10px;
}

.page-03-servicos-listagem .services .card h3 img {
        height: 50px;
    max-width: 50px;
    object-fit: contain;
}

.page-03-servicos-listagem .services .card h3 span {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.03rem;
  color: #274F19;
}
.page-03-servicos-listagem .services .card h4 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.025rem;
  color: #8E8DAD;
  margin-bottom: 1.875rem;
}
.page-03-servicos-listagem .services .card p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.025rem;
  color: #8E8DAD;
}
.page-03-servicos-listagem .services .card .btn-more {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.025rem;
  color: #481F00;
  position: absolute;
  bottom: 40px;
}
.page-03-servicos-listagem .services .card .btn-more svg {
  transition: 200ms;
}
.page-03-servicos-listagem .services .card .btn-more:hover svg {
  transform: translateX(10px);
}
@media screen and (max-width: 1350px) {
  .page-03-servicos-listagem .services .services__swiper {
    width: calc(100% + 40px);
  }
}
@media screen and (max-width: 993px) {
  .page-03-servicos-listagem .services {
    margin-bottom: 5rem;
  }
  .page-03-servicos-listagem .services h2 {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 15px;
  }
  .page-03-servicos-listagem .services .services__swiper {
    width: calc(100% + 20px);
  }
  .page-03-servicos-listagem .services .services__swiper .card {
    padding-top: 40px;
    padding-inline: 40px;
    padding-bottom: 100px;
  }
  .page-03-servicos-listagem .services .services__swiper .card .btn-more {
    bottom: 40px;
  }
}

.page-04-servicos-interna {
  background-color: #F3F2FA;
}
.page-04-servicos-interna main {
  width: 100%;
  overflow-x: hidden;
}
.page-04-servicos-interna .hero {
  height: 39.5rem;
  margin-top: 5.3125rem;
  margin-bottom: 7.5rem;
  background-size: cover;
  background-position: center;
  background-size: cover;
}
.page-04-servicos-interna .hero .container {
  padding-bottom: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.page-04-servicos-interna .hero .container h1 {
  text-align: center;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.05rem;
  color: #FFFFFF;
}
.page-04-servicos-interna .hero .container p {
  text-align: center;
  margin-inline: auto;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.025rem;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
  max-width: 45.75rem;
}
.page-04-servicos-interna .hero .container .btn-primary {
  margin-inline: auto;
}
@media screen and (max-width: 1350px) {
  .page-04-servicos-interna .hero {
    margin-top: 4.5rem;
  }
}


.page-04-servicos-interna .how-to-use {
  margin-bottom: 12.5rem;
}
.page-04-servicos-interna .how-to-use h2 {
  margin-bottom: 1.75rem;
  text-align: center;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.04rem;
  color: #274F19;
}
.page-04-servicos-interna .how-to-use .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.page-04-servicos-interna .how-to-use .wrapper::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 300px);
  height: 1px;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background-image: url(../images/line-2.svg);
}
.page-04-servicos-interna .how-to-use .item {
  position: relative;
  z-index: 2;
}
.page-04-servicos-interna .how-to-use .item .number {
  margin-bottom: 0.875rem;
  padding-inline: 1.5rem;
  background-color: #F3F2FA;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  text-align: center;
}

.page-04-servicos-interna .how-to-use .item .numero {
    position: absolute;
    font-weight: bold;
  color: #658358;
  font-size: 40px;
  left: 0;
    right: 0;
    top: 73px;
}

.page-04-servicos-interna .how-to-use .item .number svg {
  display: block;
}
.page-04-servicos-interna .how-to-use .item h3 {
  text-align: center;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.025rem;
  color: #274F19;
  margin-bottom: 8px;
}
.page-04-servicos-interna .how-to-use .item p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  color: #8E8DAD;
  text-align: center;
  max-width: 19.375rem;
  margin-inline: auto;
}
@media screen and (max-width: 1390px) {
  .page-04-servicos-interna .how-to-use .wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .page-04-servicos-interna .how-to-use .wrapper::after {
    width: 2px;
    height: calc(100% - 100px);
    left: 8%;
    transform: translate(0, -50%);
    top: 50%;
    background-image: url(../images/line-2-vertical.svg);
  }
  .page-04-servicos-interna .how-to-use .item {
    display: flex;
    align-items: center;
  }
  .page-04-servicos-interna .how-to-use .item .info h3, .page-04-servicos-interna .how-to-use .item .info p {
    text-align: left;
  }
}
@media screen and (max-width: 993px) {
  .page-04-servicos-interna .how-to-use {
    margin-bottom: 5rem;
  }
  .page-04-servicos-interna .how-to-use h2 {
    margin-bottom: 2rem;
  }
  .page-04-servicos-interna .how-to-use .wrapper {
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
  }
  .page-04-servicos-interna .how-to-use .wrapper::after {
    left: 50%;
  }
  .page-04-servicos-interna .how-to-use .item {
    gap: 20px;
    background-color: #F3F2FA;
    padding-block: 10px;
  }
  .page-04-servicos-interna .how-to-use .item .number {
    padding: 0;
  }
  .page-04-servicos-interna .how-to-use .item .number svg {
    width: 80px;
    height: 80px;
  }
  .page-04-servicos-interna .how-to-use .item .info {
    flex: 1;
  }
}
@media screen and (max-width: 769px) {
  .page-04-servicos-interna .how-to-use .wrapper {
    width: 100%;
  }
}
.page-04-servicos-interna .schedule-evaluation {
  margin-bottom: 12.5rem;
}
.page-04-servicos-interna .schedule-evaluation .container {
  display: flex;
  gap: 6.75rem;
}
.page-04-servicos-interna .schedule-evaluation .container .card-item {
  padding: 2.5rem 2rem 2rem 2rem;
  background-color: #FFFFFF;
  border-radius: 1.5rem;
}
.page-04-servicos-interna .schedule-evaluation .container .card-item svg {
  margin-bottom: 24px;
  display: block;
}
.page-04-servicos-interna .schedule-evaluation .container .card-item h3 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.025rem;
  color: #274F19;
  margin-bottom: 0.5rem;
}
.page-04-servicos-interna .schedule-evaluation .container .card-item p {
  max-width: 24.1875rem;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  color: #8E8DAD;
  margin-bottom: 0.5rem;
}
.page-04-servicos-interna .schedule-evaluation .container .left {
  max-width: 28.25rem;
}
.page-04-servicos-interna .schedule-evaluation .container .left h2 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.04rem;
  color: #274F19;
  margin-bottom: 1rem;
}
.page-04-servicos-interna .schedule-evaluation .container .left p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.26;
  letter-spacing: -0.03rem;
  color: #8E8DAD;
}
.page-04-servicos-interna .schedule-evaluation .container .left p + p {
  margin-top: 1.5625rem;
}
.page-04-servicos-interna .schedule-evaluation .container .left .btn-primary {
  font-size: 1.5rem;
  margin-top: 1rem;
}
.page-04-servicos-interna .schedule-evaluation .container .right {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}
.page-04-servicos-interna .schedule-evaluation .container .schedule-evaluation__swiper {
  display: none;
}
.page-04-servicos-interna .schedule-evaluation .container > .btn-primary {
  display: none;
}
@media screen and (max-width: 1200px) {
  .page-04-servicos-interna .schedule-evaluation .container {
    flex-direction: column;
    gap: 40px;
  }
  .page-04-servicos-interna .schedule-evaluation .container .left {
    max-width: initial;
  }
  .page-04-servicos-interna .schedule-evaluation .container .left .btn-primary {
    display: none;
  }
  .page-04-servicos-interna .schedule-evaluation .container > .btn-primary {
    display: flex;
  }
}
@media screen and (max-width: 993px) {
  .page-04-servicos-interna .schedule-evaluation {
    margin-bottom: 5rem;
  }
  .page-04-servicos-interna .schedule-evaluation .container {
    gap: 1.5rem;
  }
  .page-04-servicos-interna .schedule-evaluation .container .left h2 {
    margin-bottom: 0.5rem;
    line-height: 1.15;
  }
  .page-04-servicos-interna .schedule-evaluation .container .left p {
    font-size: 1rem;
  }
  .page-04-servicos-interna .schedule-evaluation .container .right {
    display: none;
  }
  .page-04-servicos-interna .schedule-evaluation .container .schedule-evaluation__swiper {
    display: block;
    width: calc(100% + 20px);
  }
  .page-04-servicos-interna .schedule-evaluation .container .schedule-evaluation__swiper .swiper-wrapper {
    align-items: stretch;
  }
  .page-04-servicos-interna .schedule-evaluation .container .schedule-evaluation__swiper .swiper-wrapper .swiper-slide .card-item {
    height: 100%;
  }
  .page-04-servicos-interna .schedule-evaluation .container > .btn-primary {
    margin-inline: auto;
  }
}
.page-04-servicos-interna .reviews {
  background-color: #E5E4EF;
}
.page-04-servicos-interna .reviews .left h2 {
  color: #274F19;
}
.page-04-servicos-interna .reviews .left p {
  color: #8E8DAD;
}
.page-04-servicos-interna .banner-about-owner {
  max-width: 85.625rem;
  margin-inline: auto;
  border-radius: 2rem;
  padding: 6.875rem;
  display: flex;
  align-items: flex-start;
  gap: 5.625rem;
  background-color: #658358;
  margin-bottom: 12.5rem;
}
.page-04-servicos-interna .banner-about-owner .cover {
  max-width: 26.25rem;
  width: 100%;
}
.page-04-servicos-interna .banner-about-owner .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
}
.page-04-servicos-interna .banner-about-owner .right h2 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.04rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.page-04-servicos-interna .banner-about-owner .right img {
  display: none;
}
.page-04-servicos-interna .banner-about-owner .right span {
  display: block;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.03rem;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}
.page-04-servicos-interna .banner-about-owner .right p {
  max-width: 39.625rem;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.03rem;
  color: #FFFFFF;
}
@media screen and (max-width: 1500px) {
  .page-04-servicos-interna .banner-about-owner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1200px) {
  .page-04-servicos-interna .banner-about-owner {
    padding-inline: 40px;
    padding-block: 40px;
    gap: 40px;
  }
}
@media screen and (max-width: 993px) {
  .page-04-servicos-interna .banner-about-owner {
    padding: 48px 28px;
    width: calc(100% - 40px);
    margin-bottom: 5rem;
    max-width: 500px;
    border-radius: 1rem;
  }
  .page-04-servicos-interna .banner-about-owner .cover {
    display: none;
  }
  .page-04-servicos-interna .banner-about-owner .right {
    max-width: initial;
  }
  .page-04-servicos-interna .banner-about-owner .right h2 {
    font-size: 1.5rem;
  }
  .page-04-servicos-interna .banner-about-owner .right span {
    font-size: 1.25rem;
  }
  .page-04-servicos-interna .banner-about-owner .right p {
    font-weight: 400;
  }
  .page-04-servicos-interna .banner-about-owner .right img {
    display: block;
    border-radius: 16px;
    margin-top: 16px;
    width: 100%;
  }
  .page-04-servicos-interna .banner-about-owner .right p {
    max-width: initial;
    font-size: 1rem;
  }
}
.page-04-servicos-interna .contact-with-picture {
  margin-bottom: 12.5rem;
}
.page-04-servicos-interna .contact-with-picture .container {
  position: relative;
  padding-bottom: 5.625rem;
}
.page-04-servicos-interna .contact-with-picture .container img {
  position: absolute;
  right: -240px;
  bottom: 0;
  z-index: 1;
}
.page-04-servicos-interna .contact-with-picture h2 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.05rem;
  color: #274F19;
}
.page-04-servicos-interna .contact-with-picture p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03rem;
  color: #8E8DAD;
  max-width: 41.875rem;
  margin-bottom: 2rem;
}
.page-04-servicos-interna .contact-with-picture form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
  row-gap: 3rem;
  max-width: 59.375rem;
  position: relative;
  z-index: 2;
}
.page-04-servicos-interna .contact-with-picture form .full {
  grid-column: 1/-1;
}
.page-04-servicos-interna .contact-with-picture form .input-group label {
  color: #8E8DAD;
}
.page-04-servicos-interna .contact-with-picture form .input-group input {
  border-color: #8E8DAD;
  color: #8E8DAD;
}
.page-04-servicos-interna .contact-with-picture form .input-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}
.page-04-servicos-interna .contact-with-picture form .input-group-prefer label {
  color: #8E8DAD;
}
.page-04-servicos-interna .contact-with-picture form .input-group-prefer .wrapper {
  justify-content: flex-start;
  gap: 3rem;
}
.page-04-servicos-interna .contact-with-picture form .input-group-prefer input[type=radio] {
  border-color: #8E8DAD;
}
.page-04-servicos-interna .contact-with-picture form .btn-primary {
  border: 0;
}
@media screen and (max-width: 1380px) {
  .page-04-servicos-interna .contact-with-picture .container img {
    width: 500px;
  }
}
@media screen and (max-width: 1150px) {
  .page-04-servicos-interna .contact-with-picture .container img {
    display: none;
  }
  .page-04-servicos-interna .contact-with-picture form {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 993px) {
  .page-04-servicos-interna .contact-with-picture {
    margin-bottom: 80px;
  }
  .page-04-servicos-interna .contact-with-picture .container {
    padding-bottom: 0;
  }
  .page-04-servicos-interna .contact-with-picture h2 {
    margin-bottom: 0;
    font-size: 2rem;
  }
  .page-04-servicos-interna .contact-with-picture p {
    font-size: 1rem;
  }
  .page-04-servicos-interna .contact-with-picture form {
    row-gap: 1.5rem;
  }
  .page-04-servicos-interna .contact-with-picture form .input-wrapper {
    gap: 0.75rem;
  }
  .page-04-servicos-interna .contact-with-picture form .input-group-prefer .wrapper {
    gap: 0;
    justify-content: space-between;
    max-width: 400px;
  }
  .page-04-servicos-interna .contact-with-picture form .btn-primary {
    margin-inline: auto;
  }
}

.page-05-landinpage {
  background-color: #F3F2FA;
}
.page-05-landinpage main {
  max-width: 100%;
  overflow-x: hidden;
}
.page-05-landinpage .hero {
  height: 100vh;
  min-height: 1000px;
  background-image: url(../images/hero-4-landingpage.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-05-landinpage .hero .container {
  height: 100%;
  padding-top: 3.125rem;
  position: relative;
}
.page-05-landinpage .hero .container .logo {
  margin-inline: auto;
  display: block;
  width: 114px;
}
.page-05-landinpage .hero .cover-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-05-landinpage .hero__content {
  max-width: 670px;
}
.page-05-landinpage .hero__content img {
  display: none;
}
.page-05-landinpage .hero__content h1 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.08rem;
  color: #FFFFFF;
  margin-top: 6.25rem;
  margin-bottom: 1.25rem;
}
.page-05-landinpage .hero__content p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.26;
  letter-spacing: -0.03rem;
  color: #FFFFFF;
  margin-bottom: 1.875rem;
}
.page-05-landinpage .hero__content .btn-dark {
  padding: 1.25rem 2.5rem;
  border-radius: 999px;
  background-color: #481F00;
  text-decoration: none;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.26;
  letter-spacing: -0.03rem;
  color: #F7A94E;
  transition: 200ms;
}
.page-05-landinpage .hero__content .btn-dark:hover {
  background-color: #311500;
}
@media screen and (max-width: 1550px) {
  .page-05-landinpage .hero .cover-right {
    width: 800px;
  }
}
@media screen and (max-width: 1420px) {
  .page-05-landinpage .hero .cover-right {
    width: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .page-05-landinpage .hero h1 {
    margin-top: 140px;
  }
  .page-05-landinpage .hero .cover-right {
    display: none;
  }
}
@media screen and (max-width: 993px) {
  .page-05-landinpage .hero {
    min-height: initial;
    height: initial;
  }
  .page-05-landinpage .hero .container .logo {
    width: 83px;
  }
  .page-05-landinpage .hero .hero__content {
    width: 100%;
    max-width: initial;
    padding-bottom: 75px;
  }
  .page-05-landinpage .hero .hero__content img {
    margin: 0;
    inset: initial;
    transform: initial;
    position: static;
    display: block;
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
    margin-top: 50px;
  }
  .page-05-landinpage .hero .hero__content h1 {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 0;
    text-align: center;
    max-width: 450px;
    margin-inline: auto;
    margin-top: 30px;
  }
  .page-05-landinpage .hero .hero__content p {
    font-size: 16px;
    margin-bottom: 16px;
    text-align: center;
    max-width: 450px;
    margin-inline: auto;
  }
  .page-05-landinpage .hero .hero__content .btn-dark {
    margin-inline: auto;
    padding-block: 1rem;
    font-size: 1.25rem;
  }
}
.page-05-landinpage .marquee {
  overflow: hidden;
  background: #F4842F;
  color: white;
  display: flex;
  align-items: center;
  padding-block: 27px;
}
.page-05-landinpage .marquee__inner {
  display: flex;
  white-space: nowrap;
  position: relative;
}
.page-05-landinpage .marquee__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
}
.page-05-landinpage .marquee__content span {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.04rem;
  color: #FFFFFF;
  margin-inline: 80px;
  display: block;
}
.page-05-landinpage .marquee__content svg {
  flex-shrink: 0;
}
@media screen and (max-width: 993px) {
  .page-05-landinpage .marquee {
    padding-block: 2rem;
  }
  .page-05-landinpage .marquee span {
    font-size: 1.5rem;
    margin-inline: 24px;
  }
  .page-05-landinpage .marquee svg {
    width: 24px;
    height: 24px;
  }
}
.page-05-landinpage .video {
  padding-top: 6.875rem;
  margin-bottom: 5rem;
}
.page-05-landinpage .video .container h2 {
  text-align: center;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.05rem;
  color: #F4842F;
  margin-bottom: 2.1875rem;
}
.page-05-landinpage .video .container .embed {
  aspect-ratio: 16/9;
  width: 100%;
  background-color: #000000;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  max-width: 85.625rem;
  margin-inline: auto;
}
.page-05-landinpage .video .container .embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 993px) {
  .page-05-landinpage .video {
    padding-top: 5rem;
  }
  .page-05-landinpage .video .container h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    max-width: 25rem;
    margin-inline: auto;
  }
}
.page-05-landinpage .details {
  margin-bottom: 7.5rem;
}
.page-05-landinpage .details header {
  max-width: 55rem;
  margin-inline: auto;
  margin-bottom: 2rem;
}
.page-05-landinpage .details header h2 {
  text-align: center;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.05rem;
  color: #F4842F;
  margin-bottom: 0.25rem;
}
.page-05-landinpage .details header p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.025rem;
  color: #8E8DAD;
  text-align: center;
}
.page-05-landinpage .details .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.875rem;
}
.page-05-landinpage .details .details__swiper {
  display: none;
}
.page-05-landinpage .details .card {
  padding: 3rem 2rem;
  background-color: #FFFFFF;
  border-radius: 1.5rem;
}
.page-05-landinpage .details .card h3 {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 0.5rem;
}

.page-05-landinpage .details .card h3 img {
     height: 20px;
    width: auto;
    object-fit: contain;
    position: absolute;
    top: 15px;
    left: 33px;
}

.page-05-landinpage .details .card h3 span {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.025rem;
  color: #274F19;
}
.page-05-landinpage .details .card p {
  max-width: 24.1875rem;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  color: #8E8DAD;
  margin-bottom: 1.5rem;
}
.page-05-landinpage .details .btn-primary {
  margin-inline: auto;
  margin-top: 3rem;
}
@media screen and (max-width: 993px) {
  .page-05-landinpage .details header h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  .page-05-landinpage .details header p {
    font-size: 1rem;
    max-width: 600px;
    margin-inline: auto;
  }
  .page-05-landinpage .details .wrapper {
    grid-template-columns: 1fr 1fr;
    display: none;
  }
  .page-05-landinpage .details .details__swiper {
    display: block;
    width: calc(100% + 20px);
  }
  .page-05-landinpage .details .details__swiper .swiper-wrapper {
    align-items: stretch;
  }
  .page-05-landinpage .details .details__swiper .swiper-wrapper .card {
    height: 100%;
  }
}
@media screen and (max-width: 769px) {
  .page-05-landinpage .details .wrapper {
    grid-template-columns: 1fr;
  }
}
.page-05-landinpage .reviews {
  background-color: #E5E4EF;
}
.page-05-landinpage .reviews .left h2 {
  color: #F4842F;
}
.page-05-landinpage .reviews .left p {
  color: #8E8DAD;
}
.page-05-landinpage .reviews .card-review {
  background-color: #F7A94E;
}
.page-05-landinpage .reviews .card-review .info .rate {
  background-color: #F4842F;
}
.page-05-landinpage .reviews .card-review .info hr {
  background-color: #F4842F;
}
.page-05-landinpage .features {
  margin-bottom: 7.5rem;
}
.page-05-landinpage .features article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "cover desc";
  gap: 1.875rem;
}
.page-05-landinpage .features article + article {
  margin-top: 5.625rem;
}
.page-05-landinpage .features article .cover {
  grid-area: cover;
}
.page-05-landinpage .features article .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
         aspect-ratio: 810 / 493;
    border-radius: 15px;
}
.page-05-landinpage .features article .desc {
  grid-area: desc;
  padding-left: 8.75rem;
  padding-top: 10rem;
}
.page-05-landinpage .features article .desc h2 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.04rem;
  color: #F4842F;
  margin-bottom: 0.5rem;
}
.page-05-landinpage .features article .desc p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.025rem;
  color: #8E8DAD;
}
.page-05-landinpage .features article.reverse {
  grid-template-areas: "desc cover";
}
.page-05-landinpage .features article.reverse .desc {
  padding-left: 0;
  padding-right: 11.875rem;
}
.page-05-landinpage .features .btn-primary {
  margin-top: 5.625rem;
  margin-inline: auto;
}
@media screen and (max-width: 1100px) {
  .page-05-landinpage .features article .desc {
    padding-top: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 880px) {
  .page-05-landinpage .features {
    margin-bottom: 5rem;
  }
  .page-05-landinpage .features article {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .page-05-landinpage .features article + article {
    margin-top: 5rem;
  }
  .page-05-landinpage .features article .desc h2 {
    font-size: 1.5rem;
    line-height: 1.26;
    margin-bottom: 0.5rem;
  }
  .page-05-landinpage .features article .desc p {
    font-size: 1.25rem;
  }
  .page-05-landinpage .features article.reverse .desc {
    padding-right: 0;
  }
  .page-05-landinpage .features .btn-primary {
    font-size: 0;
    margin-top: 2rem;
  }
  .page-05-landinpage .features .btn-primary::after {
    content: "Agende uma visita guiada";
    font-family: "League Spartan", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.26;
    letter-spacing: -0.025rem;
    color: #481F00;
  }
}
.page-05-landinpage .gallery-space {
  margin-bottom: 7.5rem;
}
.page-05-landinpage .gallery-space header {
  max-width: 49.6875rem;
  margin-inline: auto;
  margin-bottom: 2rem;
}
.page-05-landinpage .gallery-space header h2 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.05rem;
  color: #F4842F;
  text-align: center;
  margin-bottom: 0.25rem;
}
.page-05-landinpage .gallery-space header p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.025rem;
  color: #8E8DAD;
  text-align: center;
}
.page-05-landinpage .gallery-space a:not(.btn-primary) {
  border-radius: 1.5rem;
  overflow: hidden;
  display: block;
  height: 100%;
  overflow: hidden;
}
.page-05-landinpage .gallery-space a:not(.btn-primary) img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-05-landinpage .gallery-space .wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 3rem;
}
.page-05-landinpage .gallery-space .wrapper .line-1 {
  display: grid;
  grid-template-columns: 4.1fr 3.3fr 2.6fr;
  gap: 0.5rem;
}
.page-05-landinpage .gallery-space .wrapper .line-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
  overflow: hidden;
}
.page-05-landinpage .gallery-space .wrapper .line-3 {
  display: grid;
  grid-template-columns: 2.7fr 3.6fr 3.7fr;
  gap: 0.5rem;
}
.page-05-landinpage .gallery-space .swiper {
  display: none;
}
.page-05-landinpage .gallery-space .btn-primary {
  margin-inline: auto;
}
@media screen and (max-width: 880px) {
  .page-05-landinpage .gallery-space {
    margin-bottom: 5rem;
  }
  .page-05-landinpage .gallery-space header {
    margin-bottom: 0;
  }
  .page-05-landinpage .gallery-space header h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  .page-05-landinpage .gallery-space header p {
    font-size: 1rem;
    max-width: 450px;
    margin-inline: auto;
  }
  .page-05-landinpage .gallery-space a:not(.btn-primary) {
    aspect-ratio: 1/1;
  }
  .page-05-landinpage .gallery-space .swiper {
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }
  .page-05-landinpage .gallery-space .wrapper {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  .page-05-landinpage .gallery-space .wrapper .line-1,
  .page-05-landinpage .gallery-space .wrapper .line-2,
  .page-05-landinpage .gallery-space .wrapper .line-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .page-05-landinpage .gallery-space .wrapper .line-1 a,
  .page-05-landinpage .gallery-space .wrapper .line-2 a,
  .page-05-landinpage .gallery-space .wrapper .line-3 a {
    aspect-ratio: 1/1;
    border-radius: 14px;
  }
}
.page-05-landinpage .faq {
  margin-bottom: 5rem;
}
.page-05-landinpage .faq .container {
  display: flex;
  justify-content: space-between;
  gap: 10.625rem;
}
.page-05-landinpage .faq .container .left {
  max-width: 41.875rem;
}
.page-05-landinpage .faq .container .left h2 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.05rem;
  color: #F4842F;
}
.page-05-landinpage .faq .container .left p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.26;
  letter-spacing: -0.03rem;
  color: #8E8DAD;
}
.page-05-landinpage .faq .container .right {
  max-width: 810px;
}
.page-05-landinpage .faq .container .right .faq-item {
  padding: 1.5rem;
  border: 1px solid #8E8DAD;
  border-radius: 0.5rem;
}
.page-05-landinpage .faq .container .right .faq-item + .faq-item {
  margin-top: 1rem;
}
.page-05-landinpage .faq .container .right .faq-item .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.page-05-landinpage .faq .container .right .faq-item .question h2 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: -0.025rem;
  color: #8E8DAD;
}
.page-05-landinpage .faq .container .right .faq-item .answer {
  max-height: 0;
  transition: 200ms;
  overflow: hidden;
}
.page-05-landinpage .faq .container .right .faq-item .answer p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02rem;
  color: #8E8DAD;
}
.page-05-landinpage .faq .container .right .faq-item.active {
  border-color: #F4842F;
}
.page-05-landinpage .faq .container .right .faq-item.active .question {
  margin-bottom: 14px;
}
.page-05-landinpage .faq .container .right .faq-item.active .question h2 {
  color: #F4842F;
}
.page-05-landinpage .faq .container .right .faq-item.active .question svg {
  transform: scale(-1);
}
.page-05-landinpage .faq .container .right .faq-item.active .question svg path {
  stroke: #F4842F;
}
.page-05-landinpage .faq .container .right .faq-item.active .answer {
  max-height: 1000px;
}
@media screen and (max-width: 993px) {
  .page-05-landinpage .faq .container {
    flex-direction: column;
    gap: 24px;
  }
  .page-05-landinpage .faq .container .left h2 {
    font-size: 2rem;
    margin-bottom: 8px;
    line-height: 1.15;
  }
  .page-05-landinpage .faq .container .left p {
    font-size: 1rem;
  }
  .page-05-landinpage .faq .container .right {
    max-width: initial;
  }
  .page-05-landinpage .faq .container .right .faq-item .question {
    align-items: flex-start;
  }
  .page-05-landinpage .faq .container .right .faq-item .question h2 {
    font-size: 1rem;
    width: calc(100% - 40px);
  }
  .page-05-landinpage .faq .container .right .faq-item .question svg {
    width: 13px;
    margin-top: 5px;
  }
  .page-05-landinpage .faq .container .right .faq-item .answer p {
    font-size: 0.875rem;
  }
}
.page-05-landinpage .bg {
  background-color: #F7A94E;
}
.page-05-landinpage .contact {
  background-color: #F7A94E;
  padding-bottom: 5rem;
  margin-bottom: 0;
}
.page-05-landinpage .contact .container .right .input-group input:focus,
.page-05-landinpage .contact .container .right .input-group textarea:focus {
  background-color: rgba(183, 100, 6, 0.2196078431);
}
.page-05-landinpage .contact .container .right .column-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 769px) {
  .page-05-landinpage .contact .container .right .column-2 {
    gap: 12px;
  }
}
.page-05-landinpage .contact .container .right .btn-primary {
  background-color: #481F00;
  color: #FFFFFF;
  transition: 200ms;
}
.page-05-landinpage .contact .container .right .btn-primary:hover {
  background-color: #311500;
}
.page-05-landinpage .main-footer {
  background-color: #F7A94E;
}
.page-05-landinpage .main-footer .middle {
  margin-top: 0;
}

.page-06-galeria main {
  max-width: 100%;
  overflow-x: hidden;
}
.page-06-galeria .hero {
  margin-top: 11.875rem;
  margin-bottom: 10rem;
}
.page-06-galeria .hero header {
  max-width: 45.75rem;
  margin-inline: auto;
  margin-bottom: 2.5rem;
}
.page-06-galeria .hero header h1 {
  text-align: center;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.05rem;
  color: #274F19;
}
.page-06-galeria .hero header p {
  text-align: center;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.025rem;
  color: #8E8DAD;
}
.page-06-galeria .hero .box-area-cliente-mobile {
  display: none;
  margin-bottom: 1.5rem;
  background: rgba(247, 169, 78, 0.2);
  border: 1px solid rgb(247, 169, 78);
  border-radius: 16px;
  padding: 1.5rem;
  max-width: 400px;
  margin-inline: auto;
}
.page-06-galeria .hero .box-area-cliente-mobile p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.02rem;
  color: rgb(247, 169, 78);
  text-align: center;
  margin-bottom: 0.875rem;
}
.page-06-galeria .hero .box-area-cliente-mobile .btn-primary {
  padding-inline: 2rem;
  font-size: 14px;
  margin-inline: auto;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 0;
}
@media screen and (max-width: 993px) {
  .page-06-galeria .hero .box-area-cliente-mobile {
    display: block;
  }
}
.page-06-galeria .hero .scroll-h {
  overflow-x: auto;
  width: 100%;
}
.page-06-galeria .hero .scroll-h::-webkit-scrollbar {
  display: none;
}
.page-06-galeria .hero .scroll-h nav {
  width: -moz-max-content;
  width: max-content;
}
.page-06-galeria .hero .categories-title {
  display: flex;
  gap: 4rem;
  margin-inline: auto;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 2rem;
}
.page-06-galeria .hero .categories-title a {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0rem;
  color: #8E8DAD;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
.page-06-galeria .hero .categories-title a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: #274F19;
  transition: 200ms;
}
.page-06-galeria .hero .categories-title a.active, .page-06-galeria .hero .categories-title a:hover {
  color: #274F19;
}
.page-06-galeria .hero .categories-title a.active::after, .page-06-galeria .hero .categories-title a:hover::after {
  width: calc(100% + 2px);
}
.page-06-galeria .hero .categories-subtitle {
  display: flex;
  gap: 0.8125rem;
  margin-inline: auto;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 3rem;
}
.page-06-galeria .hero .categories-subtitle a {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0rem;
  color: #8E8DAD;
  border: 1px solid #8E8DAD;
  text-decoration: none;
  padding: 0.75rem 2rem;
  border-radius: 99px;
}
.page-06-galeria .hero .categories-subtitle a.active, .page-06-galeria .hero .categories-subtitle a:hover {
  background-color: #274F19;
  color: #FFFFFF;
}
.page-06-galeria .hero .photos .category,  .hero .videos .category {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  padding-inline: 6.25rem;
  padding-block: 0.75rem;
  margin-bottom: 2rem;
  gap: 0.5rem;
  background-color: #D7DCDA;
  border-radius: 24px;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0rem;
  color: #658358;
}
.page-06-galeria .hero .photos .wrapper, .page-06-galeria .hero .videos .wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}
.page-06-galeria .hero .photos {
  margin-bottom: 7.5rem;
}
.page-06-galeria .hero .item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.page-06-galeria .hero .item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-video {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
 .item-video img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
 .item-video .overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
}
.page-06-galeria .hero .swiper {
  display: none;
}
@media screen and (max-width: 1100px) {
  .page-06-galeria .hero .scroll-h {
    width: calc(100% + 40px);
  }
  .page-06-galeria .hero .photos .wrapper, .page-06-galeria .hero .videos .wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 993px) {
  .page-06-galeria .hero header {
    margin-bottom: 1.5rem;
  }
  .page-06-galeria .hero .scroll-h {
    width: calc(100% + 20px);
  }
  .page-06-galeria .hero .photos .wrapper, .page-06-galeria .hero .videos .wrapper {
    gap: 10px;
  }
}
@media screen and (max-width: 769px) {
  .page-06-galeria .hero {
    margin-top: 6.625rem;
    margin-bottom: 4.375rem;
  }
  .page-06-galeria .hero header h1 {
    font-size: 2rem;
  }
  .page-06-galeria .hero header p {
    font-size: 1rem;
  }
  .page-06-galeria .hero .categories-title {
    margin-bottom: 1.5rem;
    gap: 3rem;
  }
  .page-06-galeria .hero .categories-title a {
    font-size: 1.25rem;
  }
  .page-06-galeria .hero .photos {
    margin-bottom: 5rem;
  }
  .page-06-galeria .hero .photos .category, .page-06-galeria .hero .videos .category {
    padding: 0.75rem 0;
    width: 100%;
    max-width: 400px;
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
  .page-06-galeria .hero .photos .wrapper, .page-06-galeria .hero .videos .wrapper {
    grid-template-columns: 1fr 1fr;
    display: none;
  }
  .page-06-galeria .hero .photos .swiper, .page-06-galeria .hero .videos .swiper {
    display: block;
  }
}

.page-07-blog-listagem {
  background-color: #F3F2FA;
}
.page-07-blog-listagem main {
  max-width: 100%;
  overflow-x: hidden;
}
.page-07-blog-listagem .hero {
  padding-top: 11.875rem;
}
.page-07-blog-listagem .hero header {
  margin-bottom: 1.5rem;
}
.page-07-blog-listagem .hero header h1 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.05rem;
  color: #274F19;
}
.page-07-blog-listagem .hero header p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.025rem;
  color: #8E8DAD;
}
.page-07-blog-listagem .hero article {
  display: flex;
  margin-bottom: 4rem;
  gap: 3rem;
  padding: 1.5rem;
  background-color: #FFFFFF;
  border-radius: 32px;
  cursor: pointer;
}
.page-07-blog-listagem .hero article .cover {
  max-width: 800px;
  width: 100%;
}
.page-07-blog-listagem .hero article .cover img {
  display: block;
  width: 100%;
  border-radius: 32px;
}
.page-07-blog-listagem .hero article .cover .category {
  padding: 0.5rem 2.0625rem;
  border-radius: 24px;
  background-color: #481F00;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02rem;
  color: #FFFFFF;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 22px;
  display: none;
}
.page-07-blog-listagem .hero article .desc {
  flex: 1;
}
.page-07-blog-listagem .hero article .desc .time {
  display: block;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.26rem;
  color: #8E8DAD;
}
.page-07-blog-listagem .hero article .desc .category {
  padding: 0.5rem 2.0625rem;
  border-radius: 24px;
  background-color: #481F00;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02rem;
  color: #FFFFFF;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 22px;
}
.page-07-blog-listagem .hero article .desc h2 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.04rem;
  color: #274F19;
  max-width: 452px;
  width: 100%;
  margin-bottom: 1rem;
}
.page-07-blog-listagem .hero article .desc p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.025rem;
  color: #8E8DAD;
  margin-bottom: 2.5rem;
}
.page-07-blog-listagem .hero article .desc .btn-more {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.025rem;
  color: #F4842F;
}
.page-07-blog-listagem .hero article .desc .btn-more svg {
  transition: 200ms;
}
.page-07-blog-listagem .hero article .desc .btn-more:hover svg {
  transform: translateX(10px);
}
@media screen and (max-width: 1050px) {
  .page-07-blog-listagem .hero article {
    flex-direction: column;
  }
  .page-07-blog-listagem .hero article .cover {
    max-width: initial;
  }
}
.page-07-blog-listagem .posts {
  margin-bottom: 10rem;
}
.page-07-blog-listagem .posts .top-navigation {
  display: flex;
  align-items: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.page-07-blog-listagem .posts .top-navigation nav {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.page-07-blog-listagem .posts .top-navigation nav a {
  padding: 0.4375rem 2.0625rem;
  border-radius: 24px;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02rem;
  color: #8E8DAD;
  text-decoration: none;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 200ms;
}
.page-07-blog-listagem .posts .top-navigation nav a:hover, .page-07-blog-listagem .posts .top-navigation nav a.active {
  background-color: #481F00;
  color: #FFFFFF;
}
.page-07-blog-listagem .posts .top-navigation form {
  border: 1px solid #8E8DAD;
  border-radius: 24px;
}
.page-07-blog-listagem .posts .top-navigation form input {
  height: 38px;
  padding: 0.625rem 1rem;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.0175rem;
  color: #8E8DAD;
  background-image: url(../images/icon-search.svg);
  background-repeat: no-repeat;
  background-position: center right 1rem;
}
.page-07-blog-listagem .posts .top-navigation form input::-moz-placeholder {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.0175rem;
  color: #8E8DAD;
}
.page-07-blog-listagem .posts .top-navigation form input::placeholder {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.0175rem;
  color: #8E8DAD;
}
.page-07-blog-listagem .posts .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 5rem;
}
.page-07-blog-listagem .posts .pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-07-blog-listagem .posts .pagination > a {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}
.page-07-blog-listagem .posts .pagination > a span {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.025rem;
  color: #8E8DAD;
}
.page-07-blog-listagem .posts .pagination > a.active span {
  color: #F4842F;
}
.page-07-blog-listagem .posts .pagination > a.active svg path {
  fill: #F4842F;
}
.page-07-blog-listagem .posts .pagination .pages {
  display: flex;
  align-items: center;
  gap: 0;
}
.page-07-blog-listagem .posts .pagination .pages a {
  height: 2.875rem;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025rem;
  color: #8E8DAD;
  border-radius: 0.5rem;
  transition: 200ms;
}
.page-07-blog-listagem .posts .pagination .pages a.active, .page-07-blog-listagem .posts .pagination .pages a:hover {
  background-color: #F4842F;
  color: #481F00;
}
@media screen and (max-width: 1410px) {
  .page-07-blog-listagem .hero article .cover {
    max-width: 600px;
  }
}
@media screen and (max-width: 1100px) {
  .page-07-blog-listagem .hero article .cover {
    max-width: 400px;
  }
}
@media screen and (max-width: 1250px) {
  .page-07-blog-listagem .posts .top-navigation {
    flex-direction: column;
    gap: 24px;
  }
  .page-07-blog-listagem .posts .top-navigation form {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
  }
  .page-07-blog-listagem .posts .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1050px) {
  .page-07-blog-listagem .hero article .cover {
    max-width: initial;
  }
  .page-07-blog-listagem .posts .top-navigation .scroll-h {
    overflow-x: auto;
    width: 100%;
  }
  .page-07-blog-listagem .posts .top-navigation .scroll-h::-webkit-scrollbar {
    display: none;
  }
  .page-07-blog-listagem .posts .top-navigation .scroll-h nav {
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 600px) {
  .page-07-blog-listagem .hero {
    padding-top: 6.25rem;
  }
  .page-07-blog-listagem .hero header h1 {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 8px;
  }
  .page-07-blog-listagem .hero header p {
    font-size: 1rem;
  }
  .page-07-blog-listagem .hero article {
    gap: 1.5rem;
    position: relative;
    padding: 1rem;
    padding-bottom: 0rem;
    margin-bottom: 3rem;
  }
  .page-07-blog-listagem .hero article .cover img {
    border-radius: 1.5rem;
  }
  .page-07-blog-listagem .hero article .cover .category {
    margin-bottom: 0;
    position: absolute;
    top: 32px;
    left: 32px;
    padding-block: 5px;
    padding-inline: 24px;
    font-size: 12px;
    display: block;
  }
  .page-07-blog-listagem .hero article .desc {
    padding-bottom: 6.875rem;
  }
  .page-07-blog-listagem .hero article .desc .time {
    margin-bottom: 0;
    font-size: 0.875rem;
  }
  .page-07-blog-listagem .hero article .desc .category {
    display: none;
  }
  .page-07-blog-listagem .hero article .desc h2 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  .page-07-blog-listagem .hero article .desc p {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.3;
  }
  .page-07-blog-listagem .hero article .desc .btn-more {
    position: absolute;
    bottom: 0;
    left: -16px;
    right: -16px;
    background-color: #274F19;
    height: 4.875rem;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    padding-inline: 2rem;
    color: #FFFFFF;
    font-size: 1.25rem;
  }
  .page-07-blog-listagem .hero article .desc .btn-more svg path {
    fill: #FFFFFF;
  }
  .page-07-blog-listagem .posts {
    margin-bottom: 5rem;
  }
  .page-07-blog-listagem .posts .top-navigation form {
    width: 100%;
    max-width: 400px;
  }
  .page-07-blog-listagem .posts .top-navigation form input {
    width: 100%;
  }
  .page-07-blog-listagem .posts .wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }
  .page-07-blog-listagem .posts .pagination > a {
    width: 40px;
    height: 40px;
    border: 99px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .page-07-blog-listagem .posts .pagination > a.btn-prev {
    background-image: url(../images/icon-swiper-prev-inactive.svg);
  }
  .page-07-blog-listagem .posts .pagination > a.btn-prev.active {
    background-image: url(../images/icon-swiper-prev-active.svg);
  }
  .page-07-blog-listagem .posts .pagination > a.btn-next {
    background-image: url(../images/icon-swiper-next-inactive.svg);
  }
  .page-07-blog-listagem .posts .pagination > a.btn-next.active {
    background-image: url(../images/icon-swiper-next-active.svg);
  }
  .page-07-blog-listagem .posts .pagination > a svg {
    display: none;
  }
  .page-07-blog-listagem .posts .pagination > a span {
    display: none;
  }
  .page-07-blog-listagem .posts .pagination .pages a:not(.active) {
    display: none;
  }
}

.swiper-categoria-blog{
        max-width: 1385px;
    width: 1385px;
    overflow: hidden;
}

.page-07-blog-listagem .posts .menu-form nav a{
        padding: 0.75rem 2rem;
    border-radius: 24px;
    position: relative;
    text-decoration: none;
    text-align: center;
}

.page-08-blog-interna .full-article {
  padding-top: 10.625rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 993px) {
  .page-08-blog-interna .full-article {
    padding-top: 90px;
  }
}
.page-08-blog-interna .full-article .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1rem;
}
.page-08-blog-interna .full-article .breadcrumb a {
  text-decoration: none;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.02rem;
  color: #8E8DAD;
}
.page-08-blog-interna .full-article .breadcrumb a:last-of-type {
  color: #274F19;
}
@media screen and (max-width: 993px) {
  .page-08-blog-interna .full-article .breadcrumb {
    flex-wrap: wrap;
    row-gap: 0;
    margin-bottom: 1rem;
  }
  .page-08-blog-interna .full-article .breadcrumb a {
    font-size: 0.875rem;
  }
  .page-08-blog-interna .full-article .breadcrumb a:last-of-type {
    display: block;
    width: 100%;
  }
}
.page-08-blog-interna .full-article .cover {
  max-width: 50.625rem;
  margin-inline: auto;
  margin-bottom: 3rem;
}
.page-08-blog-interna .full-article .cover img {
  border-radius: 32px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 993px) {
  .page-08-blog-interna .full-article .cover {
    margin-bottom: 0;
  }
  .page-08-blog-interna .full-article .cover img {
    border-radius: 16px;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-08-blog-interna .full-article .content {
  display: grid;
  grid-template-columns: 1fr 810px 1fr;
}
.page-08-blog-interna .full-article .content .social {
  position: relative;
}
.page-08-blog-interna .full-article .content .social nav {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.page-08-blog-interna .full-article .content .social nav a {
  width: -moz-max-content;
  width: max-content;
  line-height: 0;
}
.page-08-blog-interna .full-article .content .social nav a svg {
  transition: 200ms;
}
.page-08-blog-interna .full-article .content .social nav a:hover svg {
  transform: scale(1.2);
}
.page-08-blog-interna .full-article .content .text .category {
  padding: 0.5rem 2.0625rem;
  background-color: #481F00;
  border-radius: 24px;
  margin-bottom: 2.5rem;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02rem;
  color: #FFFFFF;
}
.page-08-blog-interna .full-article .content .text h1, .page-08-blog-interna .full-article .content .text h2, .page-08-blog-interna .full-article .content .text h3, .page-08-blog-interna .full-article .content .text h4, .page-08-blog-interna .full-article .content .text h5, .page-08-blog-interna .full-article .content .text h6 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.03rem;
  color: #274F19;
  margin-bottom: 1rem;
}
.page-08-blog-interna .full-article .content .text p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.025rem;
  color: #8E8DAD;
}
.page-08-blog-interna .full-article .content .text p + h1, .page-08-blog-interna .full-article .content .text p + h2, .page-08-blog-interna .full-article .content .text p + h3, .page-08-blog-interna .full-article .content .text p + h4, .page-08-blog-interna .full-article .content .text p + h5, .page-08-blog-interna .full-article .content .text p + h6 {
  margin-top: 3rem;
}
.page-08-blog-interna .full-article .content .text ul {
  margin-left: 18px;
}
.page-08-blog-interna .full-article .content .text ul li {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.025rem;
  color: #8E8DAD;
}
.page-08-blog-interna .full-article .content .text hr {
  margin-bottom: 48px;
  background-color: #293B2A;
  height: 1px;
  width: 100%;
  border: 0;
}
.page-08-blog-interna .full-article .content .text .box-audio {
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}
.page-08-blog-interna .full-article .content .text img {
  display: block;
  width: 100%;
  margin-block: 3rem;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .page-08-blog-interna .full-article .content {
    display: flex;
    flex-direction: column-reverse;
    gap: 80px;
  }
  .page-08-blog-interna .full-article .content .social {
    display: flex;
    flex-direction: column;
  }
  .page-08-blog-interna .full-article .content .social::before {
    content: "Compartilhe";
    font-family: "League Spartan", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.025rem;
    color: #F4842F;
    margin-bottom: 1.5rem;
    display: block;
    text-align: center;
  }
  .page-08-blog-interna .full-article .content .social nav {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 993px) {
  .page-08-blog-interna .full-article .content {
    gap: 24px;
  }
  .page-08-blog-interna .full-article .content .text .category {
    margin-bottom: 1rem;
    font-size: 16px;
    padding-block: 5px;
    padding-inline: 24px;
  }
  .page-08-blog-interna .full-article .content .text h1 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .page-08-blog-interna .full-article .content .text p {
    font-size: 16px;
    line-height: 1.5;
  }
  .page-08-blog-interna .full-article .content .text ul li {
    font-size: 16px;
  }
  .page-08-blog-interna .full-article .content .text img {
    margin-block: 2rem;
  }
  .page-08-blog-interna .full-article .content .social {
    display: none;
  }
}
.page-08-blog-interna .relations-article {
  padding-block: 5rem;
  background-color: #E5E4EF;
}
.page-08-blog-interna .relations-article h2 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.04rem;
  color: #274F19;
  margin-bottom: 1.5rem;
}
.page-08-blog-interna .relations-article .swiper {
  width: calc(100% + 40px);
}
@media screen and (max-width: 993px) {
  .page-08-blog-interna .relations-article h2 {
    margin-bottom: 1rem;
  }
  .page-08-blog-interna .relations-article .swiper {
    width: calc(100% + 20px);
  }
}

.page-09-contato main {
  max-width: 100%;
  overflow-x: hidden;
}
.page-09-contato .contact {
  padding-top: 200px;
}
@media screen and (max-width: 1369px) {
  .page-09-contato .contact {
    padding-top: 100px;
  }
}

.page-10-trabalhe-conosco {
  background-color: #F3F2FA;
}
.page-10-trabalhe-conosco main {
  max-width: 100%;
  overflow-x: hidden;
}
.page-10-trabalhe-conosco .hero {
  margin-top: 5.3125rem;
  background-color: #F7A94E;
  padding-top: 8.75rem;
  padding-bottom: 5rem;
}
.page-10-trabalhe-conosco .hero h1 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.06rem;
  color: #481F00;
  margin-bottom: 0.5rem;
  text-align: center;
}
.page-10-trabalhe-conosco .hero p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.26;
  letter-spacing: -0.03rem;
  color: #481F00;
  text-align: center;
  max-width: 46.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 1350px) {
  .page-10-trabalhe-conosco .hero {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 993px) {
  .page-10-trabalhe-conosco .hero {
    padding-top: 5rem;
  }
  .page-10-trabalhe-conosco .hero h1 {
    font-size: 2rem;
    margin-bottom: 0.75rem;
  }
  .page-10-trabalhe-conosco .hero p {
    font-size: 1rem;
  }
}
.page-10-trabalhe-conosco .open-positions {
  margin-top: 5rem;
  max-width: 85.625rem;
  margin-inline: auto;
}
.page-10-trabalhe-conosco .open-positions h2 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.05rem;
  color: #274F19;
  margin-bottom: 1rem;
}
.page-10-trabalhe-conosco .open-positions .list {
  margin-bottom: 7.5rem;
}
.page-10-trabalhe-conosco .open-positions .list article {
  padding: 48px;
  background-color: #FFFFFF;
  border-radius: 1rem;
  transition: 200ms;
  cursor:pointer;
}
.page-10-trabalhe-conosco .open-positions .list article + article {
  margin-top: 1.5rem;
}
.page-10-trabalhe-conosco .open-positions .list article h3 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.03rem;
  color: #274F19;
  margin-bottom: 0.5rem;
}
.page-10-trabalhe-conosco .open-positions .list article .wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.125rem;
}
.page-10-trabalhe-conosco .open-positions .list article .wrapper span {
  padding: 0.9375rem 1.875rem;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 30px;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.0175rem;
  color: #274F19;
  background-color: #F3F3F3;
  transition: 200ms;
}
.page-10-trabalhe-conosco .open-positions .list article h4 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.025rem;
  color: #8E8DAD;
  margin-bottom: 1.25rem;
  max-width: 61.5625rem;
}
.page-10-trabalhe-conosco .open-positions .list article p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.025rem;
  color: #8E8DAD;
  max-width: 61.5625rem;
}
.page-10-trabalhe-conosco .open-positions .list article .btn-more {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.025rem;
  color: #481F00;
  margin-top: 2rem;
}
.page-10-trabalhe-conosco .open-positions .list article:hover {
  background-color: #F3F3F3;
}
.page-10-trabalhe-conosco .open-positions .list article:hover .wrapper span {
  background-color: #dcd7d7;
}
@media screen and (max-width: 993px) {
  .page-10-trabalhe-conosco .open-positions {
    margin-top: 2rem;
  }
  .page-10-trabalhe-conosco .open-positions h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .page-10-trabalhe-conosco .open-positions .list article {
    padding: 2rem;
  }
  .page-10-trabalhe-conosco .open-positions .list article .wrapper {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom: 1.5rem;
  }
  .page-10-trabalhe-conosco .open-positions .list article h3 {
    font-size: 1.25rem;
  }
  .page-10-trabalhe-conosco .open-positions .list article h4 {
    font-size: 1rem;
  }
  .page-10-trabalhe-conosco .open-positions .list article p {
    font-size: 1rem;
  }
  .page-10-trabalhe-conosco .open-positions .list article .btn-more {
    font-size: 1rem;
  }
}
.page-10-trabalhe-conosco .send-cvc {
  margin-bottom: 7.5rem;
}
.page-10-trabalhe-conosco .send-cvc h2 {
  max-width: 49.375rem;
  margin-inline: auto;
  text-align: center;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.04rem;
  color: #274F19;
}
.page-10-trabalhe-conosco .send-cvc p {
  max-width: 46.125rem;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 2rem;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.26;
  letter-spacing: -0.03rem;
  color: #8E8DAD;
}
.page-10-trabalhe-conosco .send-cvc .btn-primary {
  margin-inline: auto;
}
@media screen and (max-width: 993px) {
  .page-10-trabalhe-conosco .send-cvc h2 {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
    max-width: 400px;
    margin-inline: auto;
  }
  .page-10-trabalhe-conosco .send-cvc p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}

.page-11-trabalhe-conosco-interna {
  background-color: #F3F2FA;
}
.page-11-trabalhe-conosco-interna main {
  max-width: 100%;
  overflow-x: hidden;
}
.page-11-trabalhe-conosco-interna .hero {
  background-color: #658358;
  margin-top: 5rem;
  padding-top: 6.25rem;
  padding-bottom: 2.5rem;
}
.page-11-trabalhe-conosco-interna .hero h1 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.06rem;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.page-11-trabalhe-conosco-interna .hero .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-11-trabalhe-conosco-interna .hero .bottom .btn-primary {
  padding-inline: 4.375rem;
  gap: 0.5rem;
}
@media screen and (max-width: 993px) {
  .page-11-trabalhe-conosco-interna .hero .bottom {
    display: block;
  }
  .page-11-trabalhe-conosco-interna .hero .bottom .btn-primary {
    display: none;
  }
}
.page-11-trabalhe-conosco-interna .hero .scroll-h {
  flex: 1;
  overflow-x: auto;
}
.page-11-trabalhe-conosco-interna .hero .scroll-h::-webkit-scrollbar {
  display: none;
}
.page-11-trabalhe-conosco-interna .hero .scroll-h .wrapper {
  width: -moz-max-content;
  width: max-content;
}
.page-11-trabalhe-conosco-interna .hero .wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.page-11-trabalhe-conosco-interna .hero .wrapper span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0.9375rem 1.875rem;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.0175rem;
  color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .page-11-trabalhe-conosco-interna .hero {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 993px) {
  .page-11-trabalhe-conosco-interna .hero {
    padding-block: 1.5rem;
    margin-top: 4.5rem;
  }
  .page-11-trabalhe-conosco-interna .hero h1 {
    font-size: 2rem;
  }
  .page-11-trabalhe-conosco-interna .hero .scroll-h {
    width: calc(100% + 20px);
  }
}
.page-11-trabalhe-conosco-interna .job-details {
  margin-top: 5.625rem;
  margin-bottom: 7.5rem;
}
.page-11-trabalhe-conosco-interna .job-details .container {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
.page-11-trabalhe-conosco-interna .job-details .container .left {
  max-width: 50.625rem;
}
.page-11-trabalhe-conosco-interna .job-details .container .left h2 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.03rem;
  color: #274F19;
  margin-bottom: 1rem;
}
.page-11-trabalhe-conosco-interna .job-details .container .left p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.26;
  letter-spacing: -0.025rem;
  color: #8E8DAD;
}
.page-11-trabalhe-conosco-interna .job-details .container .left p.featured {
  font-weight: 600;
}
.page-11-trabalhe-conosco-interna .job-details .container .left p + h3 {
  margin-top: 4rem;
}
.page-11-trabalhe-conosco-interna .job-details .container .left h3 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: -0.025rem;
  color: #8E8DAD;
}
.page-11-trabalhe-conosco-interna .job-details .container .left ul {
  margin-left: 18px;
  margin-bottom: 2.5rem;
}
.page-11-trabalhe-conosco-interna .job-details .container .left ul li {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.26;
  letter-spacing: -0.025rem;
  color: #8E8DAD;
}
.page-11-trabalhe-conosco-interna .job-details .container .left ul + h3 {
  margin-top: 50px;
}
.page-11-trabalhe-conosco-interna .job-details .container .right {
  max-width: 33.4375rem;
  flex: 1;
}
.page-11-trabalhe-conosco-interna .job-details .container .right .box-map {
  border: 1px solid #E8E8E8;
}
.page-11-trabalhe-conosco-interna .job-details .container .right .box-map .embed {
  height: 315px;
  background-color: #274F19;
}
.page-11-trabalhe-conosco-interna .job-details .container .right .box-map .embed iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.page-11-trabalhe-conosco-interna .job-details .container .right .box-map .info {
  padding-top: 32px;
  padding-bottom: 46px;
  padding-inline: 32px;
}
.page-11-trabalhe-conosco-interna .job-details .container .right .box-map .info h3 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: -0.04rem;
  color: #658358;
  margin-bottom: 24px;
}
.page-11-trabalhe-conosco-interna .job-details .container .right .box-map .info .btn-primary {
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.page-11-trabalhe-conosco-interna .job-details .container .right .box-map .info span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02rem;
  color: #8E8E8E;
}
.page-11-trabalhe-conosco-interna .job-details .container .right .box-map footer {
  background-color: #658358;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5.4375rem;
  padding-inline: 3rem;
}
.page-11-trabalhe-conosco-interna .job-details .container .right .box-map footer span {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02rem;
  color: #F6F2EA;
}
.page-11-trabalhe-conosco-interna .job-details .container .right .box-map footer nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.page-11-trabalhe-conosco-interna .job-details .container .right .box-map footer nav a svg {
  transition: 200ms;
}
.page-11-trabalhe-conosco-interna .job-details .container .right .box-map footer nav a:hover svg {
  transform: scale(1.2);
}
@media screen and (max-width: 1430px) {
  .page-11-trabalhe-conosco-interna .job-details .container .left {
    flex: 1;
  }
}
@media screen and (max-width: 1200px) {
  .page-11-trabalhe-conosco-interna .job-details .container {
    flex-direction: column;
  }
}
@media screen and (max-width: 993px) {
  .page-11-trabalhe-conosco-interna .job-details {
    margin-top: 2rem;
    margin-bottom: 5rem;
  }
  .page-11-trabalhe-conosco-interna .job-details .container .left h2 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  .page-11-trabalhe-conosco-interna .job-details .container .left p, .page-11-trabalhe-conosco-interna .job-details .container .left h3, .page-11-trabalhe-conosco-interna .job-details .container .left ul li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 769px) {
  .page-11-trabalhe-conosco-interna .job-details .container .right .box-map .embed {
    height: 200px;
  }
  .page-11-trabalhe-conosco-interna .job-details .container .right .box-map .info {
    padding-top: 1.5rem;
    padding-inline: 1.5rem;
  }
  .page-11-trabalhe-conosco-interna .job-details .container .right .box-map .info h3 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 39px;
    margin-bottom: 12px;
  }
  .page-11-trabalhe-conosco-interna .job-details .container .right .box-map footer {
    flex-direction: column;
    gap: 7px;
    height: auto;
    padding-top: 17px;
    padding-bottom: 19px;
  }
} .modal-cvc {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  margin-top: 100px;
} .modal-cvc .modal-content {
  max-width: 77.5rem;
  background-color: #FFFFFF;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-inline: auto;
  height: 90vh;
  overflow: hidden;
} .modal-cvc .modal-content .left {
  height: 90vh;
  overflow-y: auto;
} .modal-cvc .modal-content .left::-webkit-scrollbar {
  width: 0;
} .modal-cvc .modal-content .left .wrapper {
  height: -moz-max-content;
  height: max-content;
  padding: 3rem 5rem 3rem 3rem;
} .modal-cvc .modal-content .left .wrapper .btn-close {
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 23px;
  display: none;
  width: -moz-max-content;
  width: max-content;
  background-color: transparent;
  border: 0;
  cursor: pointer;
} .modal-cvc .modal-content .left .wrapper .btn-close:hover {
  transform: scale(1.2);
} .modal-cvc .modal-content .left .wrapper h2 {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045rem;
  color: #274F19;
  line-height: 56px;
} .modal-cvc .modal-content .left .wrapper p {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.0175rem;
  color: #274F19;
} .modal-cvc .modal-content .left .wrapper form {
  margin-top: 1.5rem;
} .modal-cvc .modal-content .left .wrapper form .input-group + .input-group {
  margin-top: 1.5rem;
} .modal-cvc .modal-content .left .wrapper form .input-group label {
  color: #658358;
  margin-bottom: 0.5rem;
} .modal-cvc .modal-content .left .wrapper form .input-group input {
  border: 1px solid #8E8DAD;
} .modal-cvc .modal-content .left .wrapper form .input-group textarea {
  border: 1px solid #8E8DAD;
} .modal-cvc .modal-content .left .wrapper form .input-send-cvc {
  margin-block: 1.5rem;
} .modal-cvc .modal-content .left .wrapper form .input-send-cvc .title {
  display: block;
  margin-bottom: 0.5rem;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.025rem;
  color: #658358;
} .modal-cvc .modal-content .left .wrapper form .input-send-cvc input[type=file] {
  display: none;
} .modal-cvc .modal-content .left .wrapper form .input-send-cvc .drop-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  height: 5.4375rem;
  border-radius: 0.3125rem;
  border: 1px solid #8E8DAD;
  margin-bottom: 0.5rem;
  cursor: pointer;
} .modal-cvc .modal-content .left .wrapper form .input-send-cvc .files {
  display: none;
  margin-bottom: 0.5rem;
} .modal-cvc .modal-content .left .wrapper form .input-send-cvc .files .file-item {
  display: flex;
  align-items: center;
} .modal-cvc .modal-content .left .wrapper form .input-send-cvc .files .file-item span {
  margin-left: 0.5rem;
  margin-right: 2rem;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.0175rem;
  color: #274F19;
} .modal-cvc .modal-content .left .wrapper form .input-send-cvc .files .file-item .btn-delete {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.015rem;
  color: #D22010;
  text-decoration: underline;
} .modal-cvc .modal-content .left .wrapper form .input-send-cvc.has-file .drop-area {
  display: none;
} .modal-cvc .modal-content .left .wrapper form .input-send-cvc.has-file .files {
  display: block;
} .modal-cvc .modal-content .left .wrapper form .input-send-cvc .text {
  font-family: "League Spartan", sans-serif;
  font-style: normal;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.0125rem;
  color: #8E8DAD;
  line-height: 15px;
  display: block;
} .modal-cvc .modal-content .left .wrapper form .btn-primary {
  margin-inline: auto;
  margin-top: 1.5rem;
  padding-block: 0;
  height: 48px;
  display: flex;
  align-items: center;
  border: 0;
  font-size: 1rem;
} .modal-cvc .modal-content .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
} .modal-cvc.active {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
@media screen and (max-width: 1300px) {
  .modal-cvc .modal-content {
    grid-template-columns: 1fr;
  }
  .modal-cvc .modal-content .cover {
    display: none;
  }
}
@media screen and (max-width: 993px) {
  .modal-cvc .modal-content {
    height: 100vh;
    width: 100%;
    max-width: initial;
  }
  .modal-cvc .modal-content .left {
    height: 100vh;
  }
  .modal-cvc .modal-content .left .wrapper {
    padding-inline: 20px;
    padding-top: 50px;
  }
  .modal-cvc .modal-content .left .wrapper .btn-close {
    display: block;
  }
  .modal-cvc .modal-content .left .wrapper h2 {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 8px;
  }
  .modal-cvc .modal-content .left .wrapper form {
    margin-top: 1.5rem;
  }
  .modal-cvc .modal-content .left .wrapper form .input-send-cvc .drop-area {
    height: 100px;
    gap: 0;
  }
  .modal-cvc .modal-content .left .wrapper form .input-send-cvc .drop-area span {
    font-size: 0;
    line-height: 1;
    margin-top: 4px;
  }
  .modal-cvc .modal-content .left .wrapper form .input-send-cvc .drop-area span::after {
    content: "Selecionar arquivo";
    font-size: 0.625rem;
  }
}
.page-11-trabalhe-conosco-interna .btn-register-float {
  display: none;
}
@media screen and (max-width: 993px) {
  .page-11-trabalhe-conosco-interna {
    padding-bottom: 80px;
  }
  .page-11-trabalhe-conosco-interna .btn-register-float {
    padding-block: 1.75rem;
    background-color: #F4842F;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-decoration: none;
    font-family: "League Spartan", sans-serif;
    font-style: normal;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.26;
    letter-spacing: -0.03rem;
    color: #481F00;
    z-index: 3;
  }
  .page-11-trabalhe-conosco-interna .fixed-button-whatsapp {
    display: none;
  }
}

#aviso-cookies{
    position: fixed;
    bottom: 0;
    background: #222;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 1000;
}

#aviso-cookies .conteudo{
    max-width: 1140px;
    margin: auto;
}

#aviso-cookies .conteudo .flex{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    gap: 15px;
}

#aviso-cookies .conteudo .flex p, #aviso-cookies .conteudo .flex p a {
    color: #FFF;
    font-size: 13px;
    margin-right: 0px;
    text-align: left;
    font-weight: bold;
    z-index: 8000;
}

#aviso-cookies .conteudo .flex button{
    height: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: none;
    background-color: #F7A94E; 
}

#aviso-cookies .conteudo .flex button span{
    font-size: 14px;
}

@media(max-width: 991px){
    #aviso-cookies .conteudo .flex{
        display: block;
    }
    #aviso-cookies .conteudo .flex button{
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

.grecaptcha-badge{
    display: none;
}


/* 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-image: url("../images/wpp-wallpaper.jpg");
    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: 70px;
    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: 75px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
}

.form-wpp .fw-content {
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 16px;
}

.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 button:is(:hover, :focus-visible) {
    background-color: #30C96B;
}

.form-wpp a {
    color: inherit;
}

.btn-whatsapp-float {
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: flex;
    z-index: 4;
    border: none;
    cursor: pointer;
}


.swal2-styled.swal2-confirm{
    background-color: #0F1E39 !important;
    color: #FFF;
}

