@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lexend", sans-serif;
}

body {
  background-color: #171718 !important;
}

html {
  font-size: 62.5%;
}

a {
  text-decoration: none;
  display: inline-block;
}

button {
  all: unset;
  cursor: pointer;
}

img {
  max-width: 100%;
  display: block;
}

ul {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 124.6rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

.loadingFull {
  background: url(../images/loadingAjax.gif) #000000 center center no-repeat;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  display: none;
  top: 0;
  left: 0;
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}
.btn-outline {
  padding: 2rem 3.2rem;
  border-radius: 8px;
  border: 1px solid #825343;
  color: #825343;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 120%;
  transition: all 0.3s ease;
}
.btn-outline:hover {
  border: 1px solid #825343;
  background-color: #825343;
  color: #ffffff;
}

.btn-outline.primary {
  padding: 2.4rem 3.2rem;
}

@media (max-width: 560px) {
  .btn-outline.primary {
    padding: 1rem 1.2rem;
  }
  .menu-buttons {
    display: flex;
    gap: 30px;
  }
}
.title-geral {
  margin-bottom: 5.5rem;
}
.title-geral span {
  color: #385345;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  display: block;
  opacity: 0.9;
}
.title-geral h2 {
  color: #85968d;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: normal;
  max-width: 53rem;
}
.title-geral h3 {
  color: #85968d;
  font-size: 2.4rem;
  font-weight: 500;
}
.title-geral p {
  margin-top: 1.6rem;
  color: #e2f0df;
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 140%;
}
@media (max-width: 560px) {
  .title-geral {
    margin-bottom: 2rem !important;
    text-align: center;
  }
  .title-geral h2 {
    font-size: 2.8rem;
  }
  .title-geral p {
    font-size: 1.4rem;
  }
}

.accordion {
  border-bottom: 1px solid #515153;
}
.accordion:first-child button {
  padding-top: 0;
}
.accordion.active button img {
  transform: rotate(180deg);
}
.accordion button {
  background-color: transparent;
  cursor: pointer;
  padding: 2.4rem 0;
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.4s;
}
.accordion button img {
  transition: transform 0.3s ease;
}
.accordion button:hover {
  color: #385345;
}
.accordion .panel {
  padding-bottom: 1.8rem;
  display: none;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 150%;
  color: #ffffff;
  font-weight: 300;
}
@media (max-width: 560px) {
  .accordion button {
    font-size: 1.6rem;
  }
}

.btn-primary {
  display: inline-block;
  padding: 2.4rem 3.2rem;
  border-radius: 8px;
  background-color: #385345;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 120%;
  transition: background-color 0.3s ease;
}
.btn-primary:hover {
  background-color: #385345;
}
@media (max-width: 560px) {
  .btn-primary {
    width: 100%;
    text-align: center;
    max-width: 100%;
    padding: 2rem 0;
  }
}

.card-baneficio {
  cursor: pointer;
  width: 100%;
  max-width: 44.8rem;
  max-height: 39rem;
  border-radius: 24px;
  background-color: #825343;
  padding: 6.6rem 4.4rem;
}
.card-baneficio .icon {
  width: 8.7rem;
  height: 8.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  margin-bottom: 5.7rem;
}
.card-baneficio h4 {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 1.6rem;
}
.card-baneficio p {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 140%;
}
@media (max-width: 560px) {
  .card-baneficio {
    padding: 4rem;
    min-height: 34.6rem;
  }
  .card-baneficio .icon {
    margin-bottom: 3rem;
  }
}

.card-baneficio.bg-1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/assets/images/seguranca-trabalho.jpg);
}

.card-baneficio.bg-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/assets/images/treinamento-presencial.jpg);
}

.card-baneficio.bg-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/assets/images/engenharia-ambiental.jpg);
}

.card-baneficio.bg-4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/assets/images/mediciona-ocupacional.jpg);
}

.card-baneficio.bg-5 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/assets/images/assistencia-pericial.jpg);
}

.card-plano {
  position: relative;
  width: 100%;
  border-radius: 24px;
  border: 1px solid #515153;
  background: #ffffff;
  max-width: 38.4rem;
  min-height: 66rem;
  padding: 4rem 3.5rem;
}
.card-plano .badge {
  position: absolute;
  top: -1.1rem;
  right: 2.5rem;
}
.card-plano h3 {
  color: #85968d;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
}
.card-plano p {
  color: #385345;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 2.4rem;
}
.card-plano .btn-primary {
  width: 100%;
  text-align: center;
  padding: 2rem 2.4rem;
  margin-bottom: 2.6rem;
}
.card-plano h2 {
  color: #85968d;
  font-size: 5.4rem;
  font-weight: 500;
  letter-spacing: -2.728px;
  word-spacing: -7px;
  transition: color 0.3s ease;
  width: 100%;
  border-bottom: 1px solid #cdd2d8;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
}
.card-plano h2 small {
  color: #85968d;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: normal;
  position: relative;
  bottom: 10px;
  transition: color 0.3s ease;
}
.card-plano h2 strong {
  color: #85968d;
  font-size: 2rem;
  font-weight: 300;
  position: relative;
  letter-spacing: normal;
  bottom: 5px;
  transition: color 0.3s ease;
}
.card-plano ul {
  margin-left: 1.9rem;
}
.card-plano ul li {
  color: var(--black-01, #071f3a);
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 140%;
  list-style-image: url("../images/bullet-list.svg");
}
.card-plano ul li:not(:last-child) {
  margin-bottom: 1.6rem;
}
.card-plano ul li.disabled {
  opacity: 0.5;
  text-decoration: line-through;
  color: #9ca5b0;
  list-style-image: url("../images/bullet-list-disabled.svg");
}

.banner {
  width: 100%;
  max-width: 55.8rem;
  height: 13.6rem;
  background: url("../images/bg-banner.svg") no-repeat #825343 center right;
  border-radius: 16px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-right: 4.1rem;
  padding-left: 4.9rem;
}
.banner.secondary {
  background-color: #385345;
}
.banner h3 {
  padding-bottom: 3.3rem;
  max-width: 28.4rem;
  color: #e2f0df;
  font-size: 1.8rem;
  font-weight: 400;
}
@media (max-width: 560px) {
  .banner {
    padding-left: 2rem;
    padding-right: 2rem;
    height: 11.6rem;
    background-size: 173px;
    background-position: top right;
  }
  .banner h3 {
    padding-bottom: 1.5rem;
    max-width: 14.8rem;
    font-size: 1.4rem;
  }
  .banner img {
    max-width: 140px;
  }
}

.s-hero-default {
  padding-top: 4rem;
}
.s-hero-default .area-main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.s-hero-default .area-main .text {
  flex: 1;
  max-width: 59.2rem;
}
.s-hero-default .area-main .text h1 {
  color: #85968d;
  font-size: 5rem;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 1.6rem;
}
.s-hero-default .area-main .text h1 .title {
  font-size: 3.5rem;
}
.s-hero-default .area-main .text h1.news {
  font-size: 3.5rem;
}
.s-hero-default .area-main .text p {
  color: #85968d;
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 160%;
}
.s-hero-default hr {
  margin-top: 7rem;
}
.s-hero-default .box-description {
  margin-top: 6.8rem;
  display: grid;
  grid-template-columns: 1fr 46.5rem;
  background-color: #385345;
  border-radius: 24px;
  overflow: hidden;
}
.s-hero-default .box-description figure {
  overflow: hidden;
}
.s-hero-default .box-description figure img {
  max-width: none;
}
.s-hero-default .box-description .text {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 7.5rem;
  padding-right: 4.3rem;
}
.s-hero-default .box-description .text .box {
  position: absolute;
  bottom: 6.6rem;
  left: -8.8rem;
  background-color: #E2F0DF;
  color: #825343;
  width: 17.6rem;
  height: 27.9rem;
  border-radius: 1.6rem;
  padding: 3.6rem 2.4rem 2.4rem 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.s-hero-default .box-description .text .box .icon {
  width: 6.8rem;
  height: 6.8rem;
  background-color: #f3f6fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-hero-default .box-description .text .box p {
  color: #825343;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
}
.s-hero-default .box-description .text h3 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  max-width: 21.8rem;
  text-align: right;
}
@media (max-width: 560px) {
  .s-hero-default {
    padding-top: 2rem;
  }
  .s-hero-default .area-main {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
  .s-hero-default .area-main .text h1 {
    font-size: 3.2rem;
    text-align: center;
  }
  .s-hero-default .area-main .text p {
    text-align: center;
    font-size: 1.6rem;
  }
  .s-hero-default hr {
    margin-top: 4rem;
  }
  .s-hero-default .box-description {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
  }
  .s-hero-default .box-description figure {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .s-hero-default .box-description .text {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 0;
  }
  .s-hero-default .box-description .text h3 {
    max-width: 100%;
    text-align: center;
    padding: 2rem;
  }
  .s-hero-default .box-description .text .box {
    position: relative;
    bottom: 0;
    left: 0;
    border-radius: 0;
    width: 100%;
    height: auto;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  .s-hero-default .box-description .text .box p {
    text-align: center;
  }
}

.box-inside {
  background-color: #ffffff;
  width: 17.6rem;
  height: 27.9rem;
  border-radius: 1.6rem;
  padding: 3.6rem 2.4rem 2.4rem 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.box-inside .icon {
  width: 6.8rem;
  height: 6.8rem;
  background-color: #f3f6fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-inside p {
  color: #e2f0df;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
}

hr {
  border: none;
  border-top: 1px solid #515153;
}

form .form-group {
  margin-bottom: 2.4rem;
}
form .form-group:last-child {
  margin-bottom: 0;
}
form .double-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 2.4rem;
}
form .double-group .form-group {
  margin-bottom: 0;
}
@media (max-width: 560px) {
  form .double-group {
    grid-template-columns: 1fr;
  }
}

.area-input {
  position: relative;
}
.area-input.focused label {
  font-size: 1.2rem;
  top: -8px;
  padding: 0 6px;
  color: #385345;
}
.area-input label {
  position: absolute;
  top: 1.6rem;
  left: 1.5rem;
  z-index: 1;
  pointer-events: none;
  color: #85968d;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.area-input input,
.area-input textarea,
.area-input select {
  width: 100%;
  height: 5.2rem;
  border-radius: 4px;
  border: 1px solid #a0b8d3;
  background: #fff;
  color: #85968d;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 2.1rem;
}
.area-input textarea {
  padding: 2.1rem;
  resize: none;
  height: 19.4rem;
}

.area-select {
  position: relative;
}
.area-select label {
  position: absolute;
  top: -8px;
  padding: 0 6px;
  left: 1.5rem;
  z-index: 1;
  pointer-events: none;
  color: #85968d;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.area-select select {
  appearance: none;
  width: 100%;
  height: 5.2rem;
  border-radius: 4px;
  border: 1px solid #a0b8d3;
  background: url("../images/arrow-select.svg") no-repeat #ffffff center right 12px;
  color: #85968d;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 2.1rem;
}

header {
  position: sticky;
  top: 0;
  padding: 2.8rem 0;
  background-color: #171718;
  z-index: 2023;
  transition: padding 0.3s ease;
}
header.fixed {
  padding: 2rem 0;
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  flex: 1;
}
header .container nav {
  display: flex;
  gap: 3rem;
}
header .container nav a {
  position: relative;
  color: #e2f0df;
  font-size: 1.6rem;
  font-weight: 300;
  transition: color 0.3s ease linear;
}
header .container nav a:hover {
  color: #385345;
}
header .container nav .dropdown {
  position: relative;
}
header .container nav .dropdown.actived ul {
  top: 35px;
  opacity: 1;
  pointer-events: all;
}
header .container nav .dropdown button {
  position: relative;
  color: #e2f0df;
  font-size: 1.6rem;
  font-weight: 300;
  transition: color 0.3s ease linear;
  display: flex;
  align-items: center;
  gap: 1rem;
}
header .container nav .dropdown button:hover {
  color: #385345;
}
header .container nav .dropdown ul {
  position: absolute;
  top: 30px;
  right: -33px;
  background-color: rgba(23, 23, 24, 0.5); /* Cor com transparência */
  border: 1px solid rgba(226, 240, 223, 0.5);
  border-radius: 8px;
  padding: 2rem;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3), 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3), 0 0 30px rgba(0, 0, 0, 0.1);
  width: 25.5rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px); /* Efeito de vidro */
}
header .container nav .dropdown ul:before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 1px solid #e2f0df;
  border-bottom: 10px solid #171718;
  position: absolute;
  top: -10px;
  right: 27px;
}
header .container nav .dropdown ul li:not(:last-child) {
  margin-bottom: 1.85rem;
}
header .container nav .dropdown ul li a {
  font-size: 1.4rem;
  text-decoration: underline;
}
header .hamburger {
  display: none;
}
header nav.mobile {
  display: none;
}
@media (max-width: 1150px) {
  header {
    padding: 2rem 0;
  }
  header .logo {
    max-width: 15rem;
  }
  header .hamburger {
    display: block;
  }
  header nav.mobile {
    display: inherit;
    margin: 0 auto;
  }
  header .container > div {
    display: none;
  }
  header .container > div.mobile {
    display: inherit;
  }
}

.menu-opened {
  overflow: hidden;
}
.menu-opened .menu-mobile {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.3s ease;
}

.menu-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 67px);
  background-color: #ffffff;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.6rem;
  overflow-y: auto;
  transform: translateY(100%);
  opacity: 0;
  z-index: 2024;
  transition: all 0.3s ease;
}
.menu-mobile ul li:not(:last-child) {
  margin-bottom: 8px;
}
.menu-mobile ul li a.item-menu {
  width: 100%;
  border: 1px solid #385345;
  border-radius: 8px;
  padding: 2rem;
  font-size: 1.6rem;
  color: #385345;
}
.menu-mobile ul li .dropdown.actived button {
  border-radius: 8px 8px 0px 0px;
}
.menu-mobile ul li .dropdown.actived button img {
  transform: rotate(180deg);
}
.menu-mobile ul li .dropdown.actived ul {
  display: block;
}
.menu-mobile ul li .dropdown button {
  width: 100%;
  border: 1px solid #385345;
  border-radius: 8px;
  padding: 2rem;
  font-size: 1.6rem;
  color: #385345;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.menu-mobile ul li .dropdown button img {
  width: 12px;
  transition: transform 0.3s ease;
}
.menu-mobile ul li .dropdown ul {
  padding: 2rem;
  border: 1px solid #385345;
  border-top: none;
  border-radius: 0 0 8px 8px;
  display: none;
}
.menu-mobile ul li .dropdown ul li:not(:last-child) {
  margin-bottom: 2rem;
}
.menu-mobile ul li .dropdown ul li a {
  font-size: 1.6rem;
  color: #385345;
}

footer {
  width: 100%;
  background-color: #1c2a23;
  padding-top: 7.1rem;
  padding-bottom: 5.4rem;
}
footer .main-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #515153;
}
footer .main-area nav {
  display: flex;
  gap: 4.6rem;
}
footer .main-area nav a {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 300;
  transition: color 0.3s ease;
}
footer .main-area nav a:hover {
  color: #385345;
}
footer .second-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.8rem;
  padding-bottom: 4.4rem;
  border-bottom: 1px solid #515153;
}
footer .second-area div p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 400px;
}
footer .second-area div {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
footer .second-area div:nth-child(2) h3 {
  text-align: right;
}
footer .second-area h3 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 0.8rem;
}
@media (max-width: 560px) {
  footer .second-area div {
    align-items: center;
    text-align: center;
  }
  footer .copy p {
    text-align: center;
  }
  footer .main-area nav {
    gap: 2.3rem;
  }
}
footer ul {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  justify-content: center;
}
footer ul li a {
  width: 5.6rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #515153;
  transition: all 0.3s ease;
}
footer ul li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copy p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.copy p a {
  color: #fff;
}

@media (max-width: 560px) {
  .main-area {
    gap: 35px;
    flex-direction: column;
    align-items: center;
  }
  .main-area nav {
    flex-direction: column;
    text-align: center;
  }
  .second-area {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
  .copy {
    flex-direction: column;
    gap: 4rem;
  }
}
.opened-modal .modal {
  opacity: 1;
  pointer-events: all;
}
.opened-modal .modal .box {
  transform: translateY(0px);
}

.opened-modal1 .modal1 {
  opacity: 1;
  pointer-events: all;
}
.opened-modal1 .modal1 .box {
  transform: translateY(0px);
}

.modal,
.modal1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7725490196);
  backdrop-filter: blur(2px);
  z-index: 2025;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.modal .box,
.modal1 .box {
  width: 100%;
  max-width: 78.2rem;
  height: 53.2rem;
  background-color: #ffffff;
  display: grid;
  grid-template-columns: 1fr 36.4rem;
  transform: translateY(20px);
  transition: all 0.3s ease;
  position: relative;
}
.modal .box .close,
.modal1 .box .close {
  position: absolute;
  top: -5.4rem;
  right: 0;
  width: 38px;
  height: 38px;
  background-color: #385345;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .box .close img,
.modal1 .box .close img {
  filter: invert(1);
}
.modal .box .left-box,
.modal1 .box .left-box {
  padding: 6.2rem 6rem;
}
.modal .box .left-box h3,
.modal1 .box .left-box h3 {
  color: var(--black-01, #071f3a);
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 5.6rem;
}
.modal .box .left-box .btn-primary,
.modal1 .box .left-box .btn-primary {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.modal .box .right-box,
.modal1 .box .right-box {
  position: relative;
  background: url("../images/bg-modal.svg") no-repeat #385345 center bottom;
  display: flex;
  justify-content: flex-end;
  padding-top: 6.2rem;
  padding-right: 4.4rem;
}
.modal .box .right-box h4,
.modal1 .box .right-box h4 {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  max-width: 19.6rem;
  text-align: right;
}
.modal .box .right-box img,
.modal1 .box .right-box img {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 560px) {
  .modal .box,
  .modal1 .box {
    height: 100%;
    grid-template-columns: 1fr;
  }
  .modal .box .close,
  .modal1 .box .close {
    top: 0;
  }
  .modal .box .left-box,
  .modal1 .box .left-box {
    padding: 7rem 1.5rem 4rem 1.5rem;
  }
  .modal .box .left-box h3,
  .modal1 .box .left-box h3 {
    margin-bottom: 2rem;
  }
  .modal .box .right-box,
  .modal1 .box .right-box {
    display: none;
  }
}

.s-hero {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.s-hero .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-hero .left-area {
  flex: 1;
  max-width: 44.8rem;
}
.s-hero .left-area h1 {
  color: #85968d;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 4.6rem;
}
.s-hero .left-area p {
  color: #e2f0df;
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 160%;
  max-width: 43rem;
  margin-bottom: 5.6rem;
}
.s-hero .right-area {
  flex: 1;
  max-width: 69.8rem;
  height: 47rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.s-hero .right-area figure {
  overflow: hidden;
  border-radius: 24px;
}
.s-hero .right-area figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-hero .right-area a {
  width: 100%;
  height: 11.7rem;
  display: flex;
  align-items: center;
  border-radius: 16px;
  background-color: #385345;
  padding: 1.7rem 3.1rem 1.1rem 3.1rem;
  margin-bottom: 3rem;
  transition: background-color 0.3s ease;
}
.s-hero .right-area a span,
.s-hero .right-area a h2,
.s-hero .right-area a small,
.s-hero .right-area a strong {
  color: #ffffff !important;
}
.s-hero .right-area a:hover {
  background-color: #825343;
}
.s-hero .right-area a span {
  display: block;
  color: var(--black-02, #ffffff);
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 120%;
  transition: color 0.3s ease;
}
.s-hero .right-area a > div {
  margin-right: 4.2rem;
}
.s-hero .right-area a img {
  position: relative;
  bottom: 16px;
}
.s-hero .right-area a h2 {
  color: #85968d;
  font-size: 5.4551rem;
  font-weight: 500;
  letter-spacing: -2.728px;
  word-spacing: -7px;
  transition: color 0.3s ease;
}
.s-hero .right-area a h2 small {
  color: #85968d;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: normal;
  position: relative;
  bottom: 10px;
  transition: color 0.3s ease;
}
.s-hero .right-area a h2 strong {
  color: #85968d;
  font-size: 2rem;
  font-weight: 300;
  position: relative;
  letter-spacing: normal;
  bottom: 5px;
  transition: color 0.3s ease;
}
@media (max-width: 1200px) {
  .s-hero .container {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .s-hero .left-area h1 {
    text-align: center;
    font-size: 3.3rem;
  }
  .s-hero .left-area p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 3rem;
  }
  .s-hero .right-area {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .s-hero .right-area > div {
    width: 100%;
  }
  .s-hero .right-area a {
    justify-content: space-between;
    margin-bottom: 2rem;
  }
}

.s-marquee {
  padding-top: 6rem;
  padding-bottom: 4.3rem;
}
.s-marquee h3 {
  display: inline-flex;
  align-items: center;
  gap: 4rem;
  color: #515153;
  font-size: 5.7322rem;
  font-weight: 300;
  line-height: 120%;
  opacity: 0.5;
}
.s-marquee h3:not(:last-child) {
  margin-right: 4rem;
}
@media (max-width: 560px) {
  .s-marquee {
    padding: 2rem 0;
  }
  .s-marquee h3 {
    font-size: 2.8rem;
    gap: 2rem;
  }
  .s-marquee h3:not(:last-child) {
    margin-right: 1rem;
  }
}

.s-featured {
  padding-top: 4.3rem;
  padding-bottom: 8.5rem;
}
.s-featured .box {
  position: relative;
  width: 100%;
  height: 63.4rem;
  border-radius: 32px;
  background-color: #1c2a23;
  display: grid;
  grid-template-columns: 1fr 42rem;
  align-items: center;
  overflow: hidden;
}
.s-featured .box .logo {
  position: absolute;
  bottom: -1.6rem;
  right: 4.9rem;
  z-index: 2;
}
.s-featured .box .left-area {
  padding-left: 9.7rem;
}
.s-featured .box .left-area .text {
  width: 100%;
  max-width: 38.4rem;
}
.s-featured .box .left-area .text .title-geral {
  margin-bottom: 3.4rem;
}
.s-featured .box .left-area .text .title-geral span,
.s-featured .box .left-area .text .title-geral h2 {
  color: #ffffff;
}
.s-featured .box .left-area .text p {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 160%;
}
.s-featured .box .right-area {
  position: relative;
  width: 100%;
  height: 100%;
}
.s-featured .box .right-area .slide-featured-lg {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.s-featured .box .right-area .area-ctrl {
  width: 17.6rem;
  max-height: 100%;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0px 40px 60px 0px rgba(102, 129, 142, 0.1);
  position: absolute;
  bottom: 14rem;
  left: -8.8rem;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 3.6rem;
}
.s-featured .box .right-area .area-ctrl .slide-sm-featured {
  width: 100%;
  height: 12.6rem;
  margin-top: 3.7rem;
}
.s-featured .box .right-area .area-ctrl .slide-sm-featured .swiper-slide {
  background-color: #ffffff;
  width: 100%;
  height: 12.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.s-featured .box .right-area .area-ctrl .slide-sm-featured .swiper-slide .icon {
  width: 6.6rem;
  height: 6.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f6fa;
  border-radius: 50%;
}
.s-featured .box .right-area .area-ctrl .slide-sm-featured .swiper-slide p {
  color: #825343;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
  max-width: 12.9rem;
}
.s-featured .box .right-area .area-ctrl .buttons {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.s-featured .box .right-area .area-ctrl .buttons .btn.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.s-featured .box .right-area .area-ctrl .buttons .btn.btn-next {
  transform: rotate(180deg);
}
@media (max-width: 560px) {
  .s-featured {
    padding: 2rem 0 4rem 0;
  }
  .s-featured .box {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
  }
  .s-featured .box .left-area {
    padding: 3rem;
    text-align: center;
  }
  .s-featured .box .left-area .text p {
    font-size: 1.6rem;
  }
  .s-featured .box .right-area .slide-featured-lg {
    height: 30rem;
  }
  .s-featured .box .right-area .area-ctrl {
    position: relative;
    margin-left: 0;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
  }
}

.s-beneficios {
  overflow-x: hidden;
  padding: 8.5rem 0;
}
.s-beneficios .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7.4rem;
}
.s-beneficios .top .title-geral {
  margin-bottom: 0;
  max-width: 44.6rem;
}
.s-beneficios .slide-beneficios {
  margin-bottom: 3.4rem;
}
.s-beneficios .ctrl-slide {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.s-beneficios .ctrl-slide .btn.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.s-beneficios .ctrl-slide .btn.btn-next {
  transform: rotate(180deg);
}
.s-beneficios hr {
  margin-top: 12rem;
}
@media (max-width: 560px) {
  .s-beneficios {
    padding: 2rem 0 4rem 0;
  }
  .s-beneficios .top {
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
  }
  .s-beneficios hr {
    margin-top: 4rem;
  }
}

.s-planos {
  padding-top: 9.2rem;
  padding-bottom: 6.5rem;
}
.s-planos .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 7rem;
}
.s-planos .top .title-geral {
  margin-bottom: 0;
}
.s-planos .top .nav-tabs {
  display: flex;
  gap: 6px;
  border-bottom: 1px solid #cdd2d8;
}
.s-planos .top .nav-tabs li a {
  position: relative;
  padding: 0 2.2rem 3rem 2.2rem;
  color: #9ca5b0;
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}
.s-planos .top .nav-tabs li a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  border-top: 1px solid #515153;
  transition: width 0.3s ease;
}
.s-planos .top .nav-tabs li a.actived {
  color: #385345;
}
.s-planos .top .nav-tabs li a.actived:after {
  width: 100%;
}
.s-planos .tab-content {
  display: none;
  align-items: flex-start;
  justify-content: space-between;
}
.s-planos .tab-content.actived {
  display: flex;
  animation: fadeLeft 0.7s forwards;
}
@media (max-width: 560px) {
  .s-planos {
    padding: 2rem 0;
  }
  .s-planos .top {
    flex-direction: column;
    margin-bottom: 4rem;
  }
  .s-planos .top .nav-tabs li a {
    text-align: center;
    padding-bottom: 2rem;
  }
  .s-planos .tab-content {
    flex-direction: column;
    gap: 3rem;
  }
}

.s-description {
  padding-top: 10.5rem;
  padding-bottom: 13.3rem;
}
.s-description .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-description .left-area {
  flex: 1;
  max-width: 53rem;
}
.s-description .left-area .title-geral {
  margin-bottom: 2.4rem;
}
.s-description .left-area p {
  color: #e2f0df;
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 140%;
  max-width: 50.9rem;
}
.s-description .left-area p:not(:last-child) {
  margin-bottom: 2.4rem;
}
.s-description .right-area {
  flex: 1;
  max-width: 43.5rem;
}
.s-description .right-area .image {
  position: relative;
  margin-bottom: 2.9rem;
}
.s-description .right-area .image .box {
  position: absolute;
  top: 5.7rem;
  left: -8.8rem;
  z-index: 2;
  border-radius: 16px;
  background-color: #385345;
  box-shadow: 0px 40px 60px 0px rgba(102, 129, 142, 0.3);
  width: 17.6rem;
  height: 27.9rem;
  padding: 3.6rem 2.4rem 2.4rem 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.s-description .right-area .image .box span {
  opacity: 0.9;
  color: #e2f0df;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
}
.s-description .right-area .image figure {
  width: 100%;
  height: 44rem;
  border-radius: 24px;
  overflow: hidden;
}
.s-description .right-area .image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-description .right-area .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-description .right-area .text strong {
  color: #e2f0df;
  font-size: 1.8rem;
  font-weight: 400;
  max-width: 24.9rem;
}
.s-description .right-area .text .icon {
  width: 7.6rem;
  height: 7.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f6fa;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .s-description {
    padding: 2rem 0 7.5rem;
  }
  .s-description .container {
    flex-direction: column;
    gap: 3rem;
  }
  .s-description .left-area p {
    text-align: center;
    font-size: 1.6rem;
  }
  .s-description .left-area p:not(:last-child) {
    margin-bottom: 1.6rem;
  }
  .s-description .right-area .image .box {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    gap: 2rem;
    border-radius: 24px 24px 0 0;
    align-items: center;
    z-index: 1;
  }
  .s-description .right-area .image figure {
    margin-top: -3.5rem;
  }
}

.s-partners {
  padding-bottom: 6.5rem;
}
.s-partners h2 {
  padding-bottom: 0.5rem;
}
.s-partners .line {
  display: block;
  border-bottom: 1px solid #a55a6f;
  width: 37%;
  margin-bottom: 3.5rem;
}
.s-partners .lista {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.s-partners .lista .item img {
  height: 3.2rem;
}
@media (max-width: 560px) {
  .s-partners .lista {
    flex-direction: column;
  }
}

.s-answers {
  width: 100%;
  background-color: #1c2a23;
  padding-top: 11.4rem;
  padding-bottom: 11rem;
}
.s-answers .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5.2rem;
}
.s-answers .top .title-geral {
  margin-bottom: 0;
}
.s-answers .top .title-geral span {
  color: #ffffff;
}
.s-answers .top .title-geral h2 {
  color: #ffffff;
}
@media (max-width: 560px) {
  .s-answers {
    padding: 4rem 0;
  }
  .s-answers .top {
    flex-direction: column;
  }
  .s-answers .top .banner {
    margin-top: 3rem;
  }
}

.s-answers.services {
  background-color: #fff;
}
.s-answers.services .top .title-geral span {
  color: #385345;
}
.s-answers.services .top .title-geral h2 {
  color: #385345;
}
.s-answers.services .accordion button {
  color: #385345;
}
.s-answers.services .accordion button:hover {
  color: #385345;
}
.s-answers.services .accordion .panel {
  color: #385345;
}

.s-blog {
  width: 100%;
  padding-top: 11.4rem;
  padding-bottom: 11rem;
}
.s-blog .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 7rem;
}
.s-blog .top .title-geral {
  margin-bottom: 0;
}
.s-blog .top .nav-category {
  display: flex;
  gap: 6px;
  border-bottom: 1px solid #cdd2d8;
}
.s-blog .top .nav-category li a {
  position: relative;
  padding: 0 2.2rem 3rem 2.2rem;
  color: #9ca5b0;
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}
.s-blog .top .nav-category li a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  border-top: 1px solid #515153;
  transition: width 0.3s ease;
}
.s-blog .top .nav-category li a.actived {
  color: #385345;
}
.s-blog .top .nav-category li a.actived:after {
  width: 100%;
}
@media (max-width: 560px) {
  .s-blog .top {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.s-blog .tab-category {
  display: none;
  align-items: flex-start;
  justify-content: space-between;
}
.s-blog .tab-category.actived {
  display: flex;
  animation: fadeLeft 0.7s forwards;
}
.s-blog .cards {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 75px;
}
.s-blog .cards.list {
  flex-direction: column;
}
.s-blog .cards.list .item {
  width: 100%;
}
.s-blog .cards.list .item .group {
  display: flex;
  gap: 2rem;
}
.s-blog .cards.list .item .group img {
  width: 24%;
  object-fit: cover;
}
.s-blog .cards .item {
  border: 1px solid #515153;
  border-radius: 16px;
  overflow: hidden;
  width: 355px;
  transition: all 0.4s;
}
.s-blog .cards .item:hover {
  transform: scale(1.05);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.4);
}
.s-blog .cards .item img.bg {
  object-fit: cover;
  height: 254px;
  max-height: 100%;
}
.s-blog .cards .item .content {
  padding: 3rem 3rem 3rem 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.s-blog .cards .item .content .info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1rem;
  gap: 1rem;
  flex-wrap: wrap;
}
.s-blog .cards .item .content .info .left-area {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.s-blog .cards .item .content .info span {
  color: #385345;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 160%;
  font-size: 1.8rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.s-blog .cards .item .content .info span.text {
  font-size: 1.9rem;
  max-width: 35rem;
  text-decoration: underline;
}
.s-blog .cards .item h3 {
  color: #85968d;
  font-weight: 500;
  margin-bottom: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.s-blog .cards .item p {
  color: #e2f0df;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 160%;
  max-width: 35rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.s-blog-space {
  width: 100%;
  padding-top: 11.4rem;
  padding-bottom: 11rem;
}
.s-blog-space .info {
  display: flex;
  gap: 5rem;
  padding: 3.5rem 0;
}
.s-blog-space .info span {
  color: #385345;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 160%;
  font-size: 1.8rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.s-blog-space .info span img {
  border-radius: 0;
}
.s-blog-space .info span.text {
  font-size: 1.9rem;
  max-width: 35rem;
  text-decoration: underline;
}
.s-blog-space img {
  border-radius: 16px;
  margin-bottom: 8rem;
  margin: 0 auto;
}
.s-blog-space .content p {
  color: #e2f0df;
}

.s-contact-page {
  background-color: #171718;
  padding-top: 15rem;
  padding-bottom: 7.8rem;
}
.s-contact-page .first-area {
  margin-bottom: 11.4rem;
}
.s-contact-page .first-area .all {
  display: flex;
  justify-content: space-between;
}
.s-contact-page .first-area .all a {
  width: 100%;
  max-width: 38.2rem;
  padding: 3.8rem;
  border-radius: 16px;
  border: 1px solid #515153;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.3s ease;
}
.s-contact-page .first-area .all a:hover {
  background-color: rgba(56, 83, 69, 0.0901960784);
}
.s-contact-page .first-area .all a > div {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.s-contact-page .first-area .all a > div p {
  flex: 1;
  color: #85968d;
  font-size: 1.8rem;
  font-weight: 400;
  max-width: 18.4rem;
}
.s-contact-page .second-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-contact-page .second-area .text {
  flex: 1;
  max-width: 37.8rem;
}
.s-contact-page .second-area .text .title-geral {
  margin-bottom: 3.4rem;
}
.s-contact-page .second-area .text p {
  color: #e2f0df;
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 160%;
  max-width: 35rem;
  margin-bottom: 3.6rem;
}
.s-contact-page .second-area .text a {
  color: #e2f0df;
  font-size: 2rem;
  font-weight: 400;
  transition: color 0.3s ease;
}
.s-contact-page .second-area .text a:hover {
  color: #385345;
}
.s-contact-page .second-area .right-content {
  flex: 1;
  display: flex;
  max-width: 76.7rem;
  gap: 6.8rem;
  align-items: center;
  justify-content: space-between;
}
.s-contact-page .second-area .right-content img.contact {
  width: 385px;
}
.s-contact-page .second-area .right-content .info {
  flex: 1;
  max-width: 31.2rem;
}
.s-contact-page .second-area .right-content .info h3 {
  color: #85968d;
  font-size: 1.8rem;
  font-weight: 400;
  max-width: 18.4rem;
  margin-bottom: 3.2rem;
}
.s-contact-page .second-area .right-content .info ul {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 11rem;
}
.s-contact-page .second-area .right-content .info ul li a {
  width: 5.6rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #515153;
  transition: all 0.3s ease;
}
.s-contact-page .second-area .right-content .info ul li a:hover {
  background-color: #515153;
}
.s-contact-page .second-area .right-content .info .btn {
  width: 100%;
  padding: 1.8rem 2.4rem;
  background-color: #385345;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: filter 0.3s ease;
}
.s-contact-page .second-area .right-content .info .btn:hover {
  filter: brightness(0.9);
}
.s-contact-page .second-area .right-content .info .btn span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 560px) {
  .s-contact-page {
    padding: 4rem 0;
  }
  .s-contact-page .first-area {
    margin-bottom: 4rem;
  }
  .s-contact-page .first-area .all {
    flex-direction: column;
    gap: 1.6rem;
  }
  .s-contact-page .second-area {
    flex-direction: column;
    gap: 3rem;
  }
  .s-contact-page .second-area .text {
    text-align: center;
  }
  .s-contact-page .second-area .right-content {
    flex-direction: column;
    gap: 3rem;
  }
  .s-contact-page .second-area .right-content .info h3 {
    max-width: 100%;
    text-align: center;
  }
  .s-contact-page .second-area .right-content .info ul {
    margin-bottom: 4rem;
  }
}

.s-video {
  padding: 10rem 0 12rem;
}
.s-video .container {
  position: relative;
  max-width: 1050px !important;
}
.s-video .custom-video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
.s-video .controls {
  position: absolute;
  top: 50px;
  right: -18px;
  display: flex;
  flex-direction: column;
}
.s-video .controls .btn {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s, transform 0.3s;
  animation: float 3s ease-in-out infinite; /* Adiciona a animação de flutuar */
}
.s-video .controls .btn img {
  width: 35px;
  height: 35px;
}
.s-video .controls .btn:hover {
  border: white !important;
  background-color: rgba(130, 83, 67, 0.8274509804);
  transform: translateY(0); /* Remove o efeito ao passar o mouse */
  animation: none; /* Para a animação enquanto o mouse está sobre o botão */
}

/* Animação de flutuar */
@keyframes float {
  0%, 100% {
    transform: translateY(0); /* Posição inicial */
  }
  50% {
    transform: translateY(-10px); /* Sobe 10px no meio da animação */
  }
}
.s-items {
  padding-top: 76px;
  padding-bottom: 55.5px;
}
.s-items .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 55px;
}
.s-items .top .title-geral {
  margin-bottom: 0;
}
.s-items .top .ctrl-slide {
  display: flex;
  gap: 1.6rem;
}
.s-items .top .ctrl-slide .btn.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.s-items .top .ctrl-slide .btn.btn-next {
  transform: rotate(180deg);
}
.s-items .slide-items {
  overflow: hidden;
}
.s-items .slide-items .item {
  width: 100%;
  height: 126px;
  border-radius: 1.6rem;
  border: 0.1rem solid #515153;
  padding: 38px 45px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.s-items .slide-items .item p {
  color: #85968d;
  font-size: 18px;
  font-weight: 400;
  max-width: 184px;
}
@media (max-width: 56rem) {
  .s-items {
    padding: 40px 0;
  }
  .s-items .container {
    padding: 0;
  }
  .s-items .top {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .s-items .slide-items {
    padding: 0 1.5rem;
  }
}

.s-page-about {
  padding-top: 55px;
}
.s-page-about .main-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-page-about .main-area p {
  color: #e2f0df;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}
.s-page-about .main-area p:not(:last-child) {
  margin-bottom: 24px;
}
.s-page-about .main-area .left-area {
  max-width: 530px;
}
.s-page-about .main-area .left-area .title-geral {
  margin-bottom: 48px;
}
.s-page-about .main-area .left-area p {
  color: #e2f0df;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}
.s-page-about .main-area .left-area p:not(:last-child) {
  margin-bottom: 24px;
}
.s-page-about .main-area .right-area {
  position: relative;
  flex: 1;
  max-width: 435px;
}
.s-page-about .main-area .right-area .box-inside {
  z-index: 2;
  position: absolute;
  bottom: 60px;
  left: -97px;
  background-color: #825343;
  box-shadow: 0rem 4rem 6rem 0rem rgba(102, 129, 142, 0.3);
}
.s-page-about .main-area .right-area figure {
  width: 100%;
  height: 496px;
  border-radius: 24px;
  overflow: hidden;
}
.s-page-about .main-area .right-area figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-page-about .main-area.cards {
  margin: 10rem 0 3rem;
  flex-wrap: wrap;
  align-items: normal;
  gap: 4rem;
  justify-content: center;
}
.s-page-about .main-area.cards .card {
  position: relative;
  width: 31%;
  height: 320px;
  perspective: 1000px;
  cursor: pointer;
  background-color: unset;
}
.s-page-about .main-area.cards .card .card-front,
.s-page-about .main-area.cards .card .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  transition: transform 1s ease;
  border: 1px solid rgba(226, 240, 223, 0.3);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3), 0 0 30px rgba(0, 0, 0, 0.1);
}
.s-page-about .main-area.cards .card .card-front {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: #385345;
  color: #e2f0df;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
}
.s-page-about .main-area.cards .card .card-back {
  background-color: #2e4237;
  color: #e2f0df;
  font-size: 15px;
  transform: rotateY(180deg);
  line-height: 140%;
}
.s-page-about .main-area.cards .card:hover .card-front {
  transform: rotateY(180deg);
}
.s-page-about .main-area.cards .card:hover .card-back {
  transform: rotateY(0deg);
}
.s-page-about .main-area.cards .card p {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.s-page-about .main-area.cards .card p strong {
  font-size: 18px;
  color: #e2f0df;
}
@media (max-width: 56rem) {
  .s-page-about .main-area.cards .card {
    width: 100%;
    height: 320px;
  }
}
.s-page-about .main-area.timeline {
  margin-top: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.s-page-about .main-area.timeline .item {
  padding: 4rem;
  border: 1px solid #825343;
  border-radius: 20px;
  width: 85%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s-page-about .main-area.timeline .item h3, .s-page-about .main-area.timeline .item p {
  color: #e2f0df;
  text-align: center;
}
.s-page-about .main-area.timeline .item p {
  font-size: 16px;
}
.s-page-about .main-area.timeline .item h3 {
  font-size: 3rem;
  margin: 3.5rem 0 3rem;
}
@media (max-width: 600px) {
  .s-page-about .main-area.timeline .item {
    padding: 1.5rem;
    width: 100%;
  }
}
.s-page-about .main-area .boxes {
  margin-top: 12rem;
  display: flex;
  justify-content: center;
  gap: 8rem;
  flex-wrap: wrap;
}
.s-page-about .main-area .boxes .box {
  width: 46%;
  border-radius: 20px;
  border: 1px solid #825343;
  padding: 3rem;
}
.s-page-about .main-area .boxes .box h3 {
  margin-bottom: 2rem;
  color: #825343;
}
@media (max-width: 1024px) {
  .s-page-about .main-area .boxes {
    gap: 4rem;
  }
  .s-page-about .main-area .boxes .box {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .s-page-about .main-area .boxes {
    gap: 2rem;
  }
  .s-page-about .main-area .boxes .box {
    width: 100%;
    padding: 2rem;
  }
}
.s-page-about .main-area.fito {
  display: flex;
  flex-direction: column;
  margin-top: 6rem;
}
.s-page-about .main-area.fito .bordered {
  border: 2px solid #825343;
  padding: 3rem;
  margin-bottom: 4rem;
}
.s-page-about hr {
  margin-top: 101px;
}
@media (max-width: 56rem) {
  .s-page-about {
    padding: 20px 0 40px 0;
  }
  .s-page-about .main-area {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .s-page-about .main-area .left-area p {
    font-size: 16px;
    text-align: center;
  }
  .s-page-about .main-area .right-area .box-inside {
    position: relative;
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 20px;
    height: auto;
    border-radius: 2.4rem 2.4rem 0 0;
    z-index: 1;
  }
  .s-page-about .main-area .right-area figure {
    margin-top: -2rem;
  }
  .s-page-about hr {
    margin-top: 4rem;
  }
}

.s-slide-images {
  padding-top: 104px;
  padding-bottom: 151px;
  overflow-x: auto;
  overflow: hidden;
}
.s-slide-images .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 59px;
}
.s-slide-images .top .title-geral {
  margin-bottom: 0;
}
.s-slide-images .top .ctrl-slide {
  display: flex;
  gap: 1.6rem;
}
.s-slide-images .top .ctrl-slide .btn.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.s-slide-images .top .ctrl-slide .btn.btn-next {
  transform: rotate(180deg);
}
.s-slide-images .slide-gallery figure {
  width: 100%;
  height: 374px;
  border-radius: 1.6rem;
  overflow: hidden;
}
.s-slide-images .slide-gallery figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 560px) {
  .s-slide-images {
    padding: 2rem 0 4rem 0;
  }
  .s-slide-images .container {
    padding: 0;
  }
  .s-slide-images .top {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin-bottom: 4rem;
  }
  .s-slide-images .slide-gallery {
    padding: 0 1.5rem;
    overflow: hidden;
  }
}

.s-ouvidoria {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 14rem;
}
.s-ouvidoria .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.s-ouvidoria .left-area {
  flex: 1;
  max-width: 74rem;
  margin-top: 3.5rem;
}
.s-ouvidoria .left-area .banner {
  max-width: 100%;
  margin-bottom: 5.5rem;
}
.s-ouvidoria .left-area .text {
  max-width: 61.8rem;
}
.s-ouvidoria .left-area .text .title-geral {
  margin-bottom: 2.4rem;
}
.s-ouvidoria .left-area .text .title-geral h2 {
  max-width: 100%;
}
.s-ouvidoria .left-area .text p {
  color: var(--black-02, #e2f0df);
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
}
.s-ouvidoria .left-area .text p:not(:last-child) {
  margin-bottom: 2.4rem;
}
.s-ouvidoria .box-form {
  width: 100%;
  max-width: 38.4rem;
  border: 1px solid var(--blue-04, #515153);
  border-radius: 24px;
  padding: 5.2rem 5rem 7.9rem 5rem;
}
.s-ouvidoria .box-form h2 {
  color: #85968d;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 4.8rem;
}
.s-ouvidoria .box-form form button {
  width: 100%;
  text-align: center;
  padding: 2.4rem 0;
}
@media (max-width: 560px) {
  .s-ouvidoria {
    padding: 2rem 0 4rem 0;
  }
  .s-ouvidoria .container {
    flex-direction: column;
    gap: 4rem;
  }
  .s-ouvidoria .left-area {
    margin-top: 2rem;
  }
  .s-ouvidoria .left-area .banner {
    margin-bottom: 3rem;
  }
  .s-ouvidoria .left-area p {
    text-align: center;
    font-size: 1.6rem;
  }
  .s-ouvidoria .box-form {
    padding: 3rem 2rem;
  }
  .s-ouvidoria .box-form h2 {
    margin-bottom: 2rem;
  }
}

.s-emissao {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 14rem;
}
.s-emissao .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.s-emissao .left-area {
  flex: 1;
  width: 100%;
  margin-top: 3.5rem;
}
.s-emissao .left-area .banner {
  max-width: 100%;
  margin-bottom: 5.5rem;
}
.s-emissao .left-area .banner h2 {
  color: #e2f0df;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: normal;
  max-width: 53rem;
  padding-bottom: 3.5rem;
}
.s-emissao .box-form {
  width: 100%;
  border: 1px solid var(--blue-04, #515153);
  border-radius: 24px;
  padding: 5.2rem 5rem 7.9rem 5rem;
}
.s-emissao .box-form h2 {
  color: #85968d;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 4.8rem;
}
.s-emissao .box-form form button {
  width: 100%;
  text-align: center;
  padding: 2.4rem 0;
}
.s-emissao .carteirinha {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.s-emissao .carteirinha .print-card {
  max-width: 100%;
  max-height: 100%;
  width: 700px;
  position: relative;
}
.s-emissao .carteirinha .print-card .text {
  position: absolute;
  color: white;
  font-size: 2rem;
  font-weight: 500;
  bottom: 6%;
  left: 6%;
}
.s-emissao .carteirinha .print-card .text span {
  font-weight: 400;
  font-size: 1.5rem;
}
.s-emissao .carteirinha .buttons {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
.s-emissao .carteirinha .buttons button {
  padding: 1.4rem 2.4rem;
}
@media (max-width: 560px) {
  .s-emissao {
    padding: 2rem 0 4rem 0;
  }
  .s-emissao .container {
    flex-direction: column;
    gap: 4rem;
  }
  .s-emissao .left-area {
    margin-top: 2rem;
  }
  .s-emissao .left-area .banner {
    margin-bottom: 3rem;
  }
  .s-emissao .left-area p {
    text-align: center;
    font-size: 1.6rem;
  }
  .s-emissao .box-form {
    padding: 3rem 2rem;
  }
  .s-emissao .box-form h2 {
    margin-bottom: 2rem;
  }
}

.s-contato {
  padding-top: 5rem;
  padding-bottom: 15.2rem;
}
.s-contato .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-contato .left-area {
  flex: 1;
  max-width: 59.2rem;
}
.s-contato .left-area .title-geral {
  margin-bottom: 3.2rem;
}
.s-contato .left-area .title-geral h2 {
  max-width: 100%;
}
.s-contato .box-plan {
  flex: 1;
  max-width: 38.4rem;
  border-radius: 24px;
  border: 1px solid #515153;
  background: #ffffff;
}
.s-contato .box-plan .selected {
  padding: 3.8rem 5.2rem 3.2rem 5.2rem;
  border-bottom: 1px solid #515153;
}
.s-contato .box-plan .description {
  padding: 3.2rem 5.2rem 6.6rem 5.2rem;
}
.s-contato .box-plan .description h3 {
  color: #85968d;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
}
.s-contato .box-plan .description p {
  color: #e2f0df;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 2.2rem;
}
.s-contato .box-plan .description h2 {
  color: #85968d;
  font-size: 5.4rem;
  font-weight: 500;
  letter-spacing: -2.728px;
  word-spacing: -7px;
  transition: color 0.3s ease;
  width: 100%;
  padding: 0.4rem 2.4rem;
  margin-bottom: 1.6rem;
  border-radius: 8px;
  background: var(--blue-05, #f3f6fa);
}
.s-contato .box-plan .description h2 small {
  color: #85968d;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: normal;
  position: relative;
  bottom: 10px;
  transition: color 0.3s ease;
}
.s-contato .box-plan .description h2 strong {
  color: #85968d;
  font-size: 2rem;
  font-weight: 300;
  position: relative;
  letter-spacing: normal;
  bottom: 5px;
  transition: color 0.3s ease;
}
.s-contato .box-plan .description ul {
  margin-left: 1.9rem;
  margin-top: 2.2rem;
}
.s-contato .box-plan .description ul li {
  color: var(--black-01, #071f3a);
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 140%;
  list-style-image: url("../images/bullet-list.svg");
}
.s-contato .box-plan .description ul li:not(:last-child) {
  margin-bottom: 1.6rem;
}
.s-contato .box-plan .description ul li.disabled {
  opacity: 0.5;
  text-decoration: line-through;
  color: #9ca5b0;
  list-style-image: url("../images/bullet-list-disabled.svg");
}
@media (max-width: 560px) {
  .s-contato {
    padding: 2rem 0 4rem 0;
  }
  .s-contato .container {
    flex-direction: column;
    gap: 4rem;
  }
}

.s-faq {
  padding-top: 6rem;
}
.s-faq main {
  display: flex;
  align-items: flex-start;
  gap: 17.8rem;
  margin-bottom: 7.5rem;
}
.s-faq main ul {
  position: sticky;
  top: 140px;
  flex: 1;
  max-width: 22.8rem;
}
.s-faq main ul li:not(:last-child) a {
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  border-bottom: 1px solid #e5e5e5;
}
.s-faq main ul li a {
  color: var(--black-02, #e2f0df);
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 140%;
}
.s-faq main .text-geral {
  flex: 1;
  max-width: 61.8rem;
}
.s-faq main .text-geral p {
  margin-top: 2.4rem;
  color: #e2f0df;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 160%;
}
.s-faq main .text-geral h3 {
  margin-top: 3.6rem;
  color: #85968d;
  font-family: "Inter", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 160%;
}
@media (max-width: 560px) {
  .s-faq {
    padding: 2rem 0 4rem 0;
  }
  .s-faq main ul {
    display: none;
  }
  .s-faq main .text-geral p {
    text-align: center;
  }
  .s-faq main .text-geral h3 {
    text-align: center;
  }
}

.s-localization {
  padding-top: 6rem;
  padding-bottom: 7.3rem;
}
.s-localization .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.s-localization .left-area {
  flex: 1;
  max-width: 77.6rem;
}
.s-localization .left-area h1 {
  color: #85968d;
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 120%;
  max-width: 59.2rem;
  margin-bottom: 1.6rem;
}
.s-localization .left-area p {
  color: var(--black-02, #e2f0df);
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 160%;
  max-width: 61.8rem;
}
.s-localization .left-area .all {
  margin-top: 8.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 33rem;
  gap: 1.6rem;
}
.s-localization .left-area .all .item {
  width: 100%;
  height: 21.5rem;
  border-radius: 16px;
  border: 1px solid #cdd2d8;
  padding: 3.2rem;
}
.s-localization .left-area .all .item .icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.4rem;
}
.s-localization .left-area .all .item .info strong {
  display: block;
  color: #85968d;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 1.6rem;
}
.s-localization .left-area .all .item .info ul {
  list-style-image: url("../images/bullet-xs.svg");
}
.s-localization .left-area .all .item .info ul li:not(:last-child) {
  margin-bottom: 1.6rem;
}
.s-localization .left-area .all .item .info ul li a {
  color: #85968d;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  line-height: 125%;
}
.s-localization figure {
  overflow: hidden;
  border-radius: 24px;
}
.s-localization figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 560px) {
  .s-localization {
    padding: 2rem 0 4rem 0;
  }
  .s-localization .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
  }
  .s-localization .left-area {
    max-width: 100%;
  }
  .s-localization .left-area h1 {
    font-size: 3.2rem;
    text-align: center;
  }
  .s-localization .left-area p {
    text-align: center;
    font-size: 1.6rem;
  }
  .s-localization .left-area .all {
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }
}

.s-map {
  padding-top: 7.3rem;
  padding-bottom: 12.9rem;
}
.s-map .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 3.2rem;
}
.s-map .top .title-geral {
  margin-bottom: 0;
  flex: 1;
  max-width: 44.2rem;
}
.s-map .top ul {
  display: flex;
  gap: 0.8rem;
}
.s-map .top ul li a {
  width: 5.6rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #515153;
  transition: all 0.3s ease;
}
.s-map .top ul li a:hover {
  background-color: rgba(208, 207, 214, 0.3);
}
@media (max-width: 560px) {
  .s-map {
    padding: 2rem 0 4rem 0;
  }
  .s-map .top {
    flex-direction: column;
    align-items: center;
  }
}

.s-guia {
  padding-top: 6rem;
  padding-bottom: 12.1rem;
}
.s-guia .box-filter {
  width: 100%;
  height: 27.3rem;
  background: url("../images/bg-box-filter.svg") no-repeat #f3f6fa top right;
  border-radius: 1.6rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-left: 5.2rem;
  padding-right: 4.6rem;
  margin-bottom: 5.4rem;
}
.s-guia .box-filter .left-area {
  flex: 1;
  max-width: 81.7rem;
  padding-bottom: 6rem;
}
.s-guia .box-filter .left-area h1 {
  color: #85968d;
  font-size: 5.6rem;
  font-weight: 500;
  margin-bottom: 4.8rem;
}
.s-guia .box-filter .left-area .filter form {
  display: grid;
  gap: 5.6rem;
  grid-template-columns: 1fr 1fr 25.5rem;
}
.s-guia .box-filter .left-area .filter select {
  all: unset;
  appearance: none;
  width: 100%;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #385345;
  color: var(--black-01, #071f3a);
  font-size: 1.6rem;
  font-weight: 300;
  background: url("../images/arrow-select.svg") no-repeat top right;
}
.s-guia .box-filter .left-area .filter .botaoEnviar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #385345;
}
.s-guia .box-filter .left-area .filter .botaoEnviar input {
  all: unset;
  flex: 1;
  color: #85968d;
  font-size: 1.6rem;
  font-weight: 300;
  padding-right: 1.6rem;
}
.s-guia .box-filter .left-area .filter .botaoEnviar input::placeholder {
  color: #85968d;
}
.s-guia .box-filter .left-area .filter .botaoEnviar button {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #385345;
  border-radius: 4px;
}
.s-guia .geral .pages .linkPage {
  padding: 10px;
  border: 1px solid #385345;
  color: #385345;
  text-decoration: none;
  margin-left: 5px;
  font-size: 14px;
  border-radius: 10px;
  width: 40px;
  text-align: center;
}
.s-guia .geral .pages .linkPage.selecionado {
  background: #385345;
  color: white;
}
.s-guia .geral .item {
  width: 100%;
}
.s-guia .geral .item:not(:last-child) {
  padding-bottom: 4.6rem;
  margin-bottom: 4.6rem;
  border-bottom: 1px solid #515153;
}
.s-guia .geral .item h3 {
  color: #85968d;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 3.2rem;
}
.s-guia .geral .item .all {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
.s-guia .geral .item .all .card {
  width: 100%;
  min-height: 26rem;
  border-radius: 16px;
  border: 1px solid #515153;
  background: #fff;
  padding: 3.9rem 2.3rem;
  display: flex;
  align-items: flex-start;
  gap: 1.8rem;
}
.s-guia .geral .item .all .card .photo {
  width: 6.8rem;
  height: 6.8rem;
  border-radius: 50%;
  overflow: hidden;
}
.s-guia .geral .item .all .card .photo img {
  width: 100%;
  height: 100%;
}
.s-guia .geral .item .all .card .info {
  flex: 1;
}
.s-guia .geral .item .all .card .info h4 {
  color: #85968d;
  font-size: 2rem;
  font-weight: 500;
}
.s-guia .geral .item .all .card .info small {
  display: block;
  margin: 1.2rem 0;
  color: #385345;
  font-size: 1.4rem;
  font-weight: 500;
}
.s-guia .geral .item .all .card .info p {
  color: var(--black-02, #e2f0df);
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
}
.s-guia .geral .item .all .card .info a {
  width: 100%;
  display: block;
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  border-top: 1px solid #515153;
  color: #85968d;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 125%;
}
.s-guia .geral .item .all .card .info a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #385345;
  width: 8px;
  height: 8px;
  margin-right: 8px;
}
@media (max-width: 560px) {
  .s-guia {
    padding: 2rem 0 4rem 0;
  }
  .s-guia .box-filter {
    background-color: #f3f6fa;
    background-image: none;
    height: auto;
    padding: 4rem 2rem;
    margin-bottom: 3rem;
  }
  .s-guia .box-filter > img {
    display: none;
  }
  .s-guia .box-filter .left-area {
    padding-bottom: 0;
  }
  .s-guia .box-filter .left-area h1 {
    text-align: center;
    font-size: 3.8rem;
    margin-bottom: 3rem;
  }
  .s-guia .box-filter .left-area .filter form {
    flex-direction: column;
    display: flex;
    gap: 3rem;
  }
  .s-guia .geral .item .all {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .s-guia .geral .item .all .card {
    padding: 2rem 1.5rem;
    min-height: auto;
  }
}

.s-revistas {
  width: 100%;
  padding-top: 11.4rem;
  padding-bottom: 11rem;
}
.s-revistas .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7rem;
}
.s-revistas .container a {
  margin-bottom: 3rem;
}
.s-revistas .container a .card {
  max-width: 250px;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.s-revistas .container a .card h3 {
  font-size: 2rem;
  color: #85968d;
  font-weight: 500;
  padding: 1.5rem 2.5rem;
  margin: 0 auto;
}
.s-revistas .container a .card:hover {
  transform: scale(1.04);
}

/*# sourceMappingURL=main.css.map */
