@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
html {
  box-sizing: border-box;
  font-size: 100%;
}

html.resize {
  width: 100%;
  height: 100%;
}
html.resize body {
  width: 100%;
  height: 100%;
  font-weight: 400;
}
html.resize body main {
  width: 100%;
  height: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "Roboto", "Exo 2", "Poppins", "Open Sans", sans-serif;
  line-height: 1.5;
  color: #494949;
  background-color: #FFF;
}
body div#lightbox {
  position: fixed !important;
  top: 10px !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .compensar-carousel-modalidade {
  padding-top: 80px;
}

input,
textarea,
select,
button {
  border: none;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline-color: #FFF;
}

textarea {
  resize: none;
}

.container {
  max-width: 1350px;
}
.container.min {
  max-width: 1155px;
}
.container.big {
  max-width: 1580px;
}
@media (max-width: 61.9375em) {
  .container.tablet {
    text-align: center;
    max-width: 600px;
    margin-inline: auto;
    border: 2px solid #a1a1a1;
    border-top: none;
    border-bottom: none;
    padding-inline: 0;
  }
}

@media (min-width: 991px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}

.has-error {
  border-color: red !important;
}

/*  Validação   */
.ng-invalid.ng-touched,
.campo-invalido {
  border-color: #dc3545 !important;
}

/*
*Tokens de tamahos
*cada tamanho equivale a 4px a partir do ($size-2),8px a partir de ($size-9),
*/
p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus, a:active, a:focus {
  text-decoration: none;
}

ul.no-list-style {
  list-style: none;
  padding: 0;
  margin: 0;
}

hr {
  margin: 0;
}

strong {
  font-weight: 700;
}

.a-pulse {
  animation: heartbeat 1.5s ease-in-out infinite both;
}
@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}

.a-jello-horizontal {
  animation: jello-horizontal 2.9s infinite;
}
@keyframes jello-horizontal {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.a-slider-fwd-center {
  display: block;
  animation: slide-fwd-center 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
@keyframes slide-fwd-center {
  0% {
    transform: translateZ(0);
  }
  100% {
    transform: translateZ(160px);
  }
}

.a-rotate-360 {
  display: block;
  animation: rotate-center 4.6s ease-in-out infinite;
}
@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

html.resize {
  width: 100%;
  height: 100%;
}
html.resize body {
  width: 100%;
  height: 100%;
  font-weight: 400;
}
html.resize body main {
  width: 100%;
  height: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "Roboto", "Exo 2", "Poppins", "Open Sans", sans-serif;
  line-height: 1.5;
  color: #494949;
  background-color: #FFF;
}
body div#lightbox {
  position: fixed !important;
  top: 10px !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .compensar-carousel-modalidade {
  padding-top: 80px;
}

input,
textarea,
select,
button {
  border: none;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline-color: #FFF;
}

textarea {
  resize: none;
}

.container {
  max-width: 1350px;
}
.container.min {
  max-width: 1155px;
}
.container.big {
  max-width: 1580px;
}
@media (max-width: 61.9375em) {
  .container.tablet {
    text-align: center;
    max-width: 600px;
    margin-inline: auto;
    border: 2px solid #a1a1a1;
    border-top: none;
    border-bottom: none;
    padding-inline: 0;
  }
}

@media (min-width: 991px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}

.has-error {
  border-color: red !important;
}

/*  Validação   */
.ng-invalid.ng-touched,
.campo-invalido {
  border-color: #dc3545 !important;
}

/*
*Tokens de tamahos
*cada tamanho equivale a 4px a partir do ($size-2),8px a partir de ($size-9),
*/
p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus, a:active, a:focus {
  text-decoration: none;
}

ul.no-list-style {
  list-style: none;
  padding: 0;
  margin: 0;
}

hr {
  margin: 0;
}

strong {
  font-weight: 700;
}

.btn-local,
.btn-email,
.btn-whatsapp,
.btn-telephone {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.btn-local h1,
.btn-email h1,
.btn-whatsapp h1,
.btn-telephone h1 {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 700;
}
.btn-local h1 strong,
.btn-email h1 strong,
.btn-whatsapp h1 strong,
.btn-telephone h1 strong {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 61.9375em) {
  .btn-local,
  .btn-email,
  .btn-whatsapp,
  .btn-telephone {
    text-align: center;
  }
  .btn-local img,
  .btn-email img,
  .btn-whatsapp img,
  .btn-telephone img {
    width: 32px;
  }
  .btn-local h1,
  .btn-email h1,
  .btn-whatsapp h1,
  .btn-telephone h1 {
    font-size: 14px;
  }
}

.btn-schedule-2,
.btn-local-2,
.btn-email-2,
.btn-whatsapp-2,
.btn-telephone-2 {
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.btn-schedule-2 h1,
.btn-local-2 h1,
.btn-email-2 h1,
.btn-whatsapp-2 h1,
.btn-telephone-2 h1 {
  color: #FCB32C;
  font-size: 15px;
}
.btn-schedule-2 h1 strong,
.btn-local-2 h1 strong,
.btn-email-2 h1 strong,
.btn-whatsapp-2 h1 strong,
.btn-telephone-2 h1 strong {
  display: block;
}
@media (max-width: 61.9375em) {
  .btn-schedule-2,
  .btn-local-2,
  .btn-email-2,
  .btn-whatsapp-2,
  .btn-telephone-2 {
    text-align: center;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    padding: 0.25rem;
  }
  .btn-schedule-2 h1,
  .btn-local-2 h1,
  .btn-email-2 h1,
  .btn-whatsapp-2 h1,
  .btn-telephone-2 h1 {
    font-size: 15px;
  }
  .btn-schedule-2 h1 strong,
  .btn-local-2 h1 strong,
  .btn-email-2 h1 strong,
  .btn-whatsapp-2 h1 strong,
  .btn-telephone-2 h1 strong {
    display: block;
  }
}

.btn-whatsapp-3 {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.btn-whatsapp-3 h1 {
  color: #03B830;
  font-size: 1.125rem;
  font-weight: 700;
}
.btn-whatsapp-3 h1 strong {
  display: block;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 61.9375em) {
  .btn-whatsapp-3 {
    text-align: center;
  }
  .btn-whatsapp-3 img {
    width: 32px;
  }
  .btn-whatsapp-3 h1 {
    font-size: 14px;
  }
}

.btn-whatsappContact {
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FCB32C;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2509803922) inset;
  border-radius: 15px;
  padding: 1rem 1.5rem;
  transition: all 1.5s;
}
.btn-whatsappContact__title {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.125rem;
}
.btn-whatsappContact:has(i, img) {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.btn-whatsappContact:hover {
  box-shadow: none;
}
@media (max-width: 61.9375em) {
  .btn-whatsappContact {
    text-align: center;
    height: 2.5rem;
    border-radius: 10px;
    padding: 1rem 1rem;
  }
  .btn-whatsappContact__title {
    font-size: 1rem;
  }
  .btn-whatsappContact:has(i, img) {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}

.btn-whatsappIcon {
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #03B830;
  border-radius: 0 10px;
  padding: 1rem 1.5rem;
  transition: all 1.5s;
}
.btn-whatsappIcon:hover {
  background-color: #03B830;
}
.btn-whatsappIcon:hover img {
  filter: grayscale(1) brightness(100);
}
.btn-whatsappIcon:hover h5 {
  color: #FFFFFF;
}
.btn-whatsappIcon:has(h5) {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.btn-whatsappIcon h5 {
  color: #03B830;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 61.9375em) {
  .btn-whatsappIcon {
    text-align: center;
    height: 2.5rem;
    padding: 1rem 1rem;
  }
}

.btn-local,
.btn-local-2,
.btn-schedule-2,
.btn-email,
.btn-email-2,
.btn-whatsapp,
.btn-whatsapp-2,
.btn-whatsapp-3,
.btn-telephone,
.btn-telephone-2 {
  text-align: start;
  position: relative;
}
.btn-local::before,
.btn-local-2::before,
.btn-schedule-2::before,
.btn-email::before,
.btn-email-2::before,
.btn-whatsapp::before,
.btn-whatsapp-2::before,
.btn-whatsapp-3::before,
.btn-telephone::before,
.btn-telephone-2::before {
  content: "";
  position: absolute;
  top: none;
  bottom: -7px;
  left: -1px;
  right: none;
  height: 3px;
  width: 0;
  content: "";
  background-color: #213366;
  transition: all 1s;
}
.btn-local,
.btn-local-2,
.btn-schedule-2,
.btn-email,
.btn-email-2,
.btn-whatsapp,
.btn-whatsapp-2,
.btn-whatsapp-3,
.btn-telephone,
.btn-telephone-2 {
  position: relative;
}
.btn-local::after,
.btn-local-2::after,
.btn-schedule-2::after,
.btn-email::after,
.btn-email-2::after,
.btn-whatsapp::after,
.btn-whatsapp-2::after,
.btn-whatsapp-3::after,
.btn-telephone::after,
.btn-telephone-2::after {
  content: "";
  position: absolute;
  top: none;
  bottom: -5px;
  left: none;
  right: 0;
  height: 3px;
  width: 0;
  content: "";
  background-color: #FCB32C;
  transition: all 0.7s;
}
.btn-local:hover::before, .btn-local:hover::after,
.btn-local-2:hover::before,
.btn-local-2:hover::after,
.btn-schedule-2:hover::before,
.btn-schedule-2:hover::after,
.btn-email:hover::before,
.btn-email:hover::after,
.btn-email-2:hover::before,
.btn-email-2:hover::after,
.btn-whatsapp:hover::before,
.btn-whatsapp:hover::after,
.btn-whatsapp-2:hover::before,
.btn-whatsapp-2:hover::after,
.btn-whatsapp-3:hover::before,
.btn-whatsapp-3:hover::after,
.btn-telephone:hover::before,
.btn-telephone:hover::after,
.btn-telephone-2:hover::before,
.btn-telephone-2:hover::after {
  width: 100%;
}
.btn-local:hover img,
.btn-local-2:hover img,
.btn-schedule-2:hover img,
.btn-email:hover img,
.btn-email-2:hover img,
.btn-whatsapp:hover img,
.btn-whatsapp-2:hover img,
.btn-whatsapp-3:hover img,
.btn-telephone:hover img,
.btn-telephone-2:hover img {
  transform: rotateY(360deg);
}

.btn-primary {
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.btn-primary .text-box {
  border: 3px solid #213366;
  width: 100%;
  height: 100%;
  padding: 16px 30px;
}
.btn-primary .arrow-box {
  border: 3px solid #213366;
  background-color: #213366;
  max-width: 100%;
  height: 100%;
  padding: 16px 25px;
}
.btn-primary .title, .btn-primary i {
  color: #213366;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.btn-primary:hover {
  background-color: white;
}
.btn-primary:active {
  background-color: white;
}
.btn-primary.light {
  background-color: #FCB32C;
}
.btn-primary.light .title, .btn-primary.light i {
  color: #213366;
}
.btn-primary.light:hover {
  box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.25);
}
.btn-primary.base {
  background-color: #FFFFFF;
}
.btn-primary.base .title, .btn-primary.base i {
  color: #FCB32C;
}
.btn-primary.base:hover {
  background-color: #FCB32C;
  box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.25);
}
.btn-primary.base:hover img {
  filter: grayscale(1) brightness(100);
}
.btn-primary.base:hover .title, .btn-primary.base:hover i {
  color: #FFFFFF;
}
.btn-primary.btn-laranja {
  border: 2px solid #FCB32C;
}
.btn-primary.btn-laranja .title, .btn-primary.btn-laranja i {
  color: rgba(0, 0, 0, 0.75);
}
.btn-primary.btn-laranja .arrow-box {
  background-color: #FCB32C;
  border: 2px solid #FCB32C;
}
.btn-primary.btn-laranja .text-box {
  border: 2px solid #FCB32C;
}
.btn-primary.btn-laranja:focus {
  background-color: white;
}
.btn-primary.gradient {
  background: linear-gradient(180deg, #08579C 0%, #0C7CDF 100%);
}
.btn-primary.gradient .title, .btn-primary.gradient i {
  color: #FFFFFF;
}
.btn-primary.gradient:hover {
  background-color: #213366;
  box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.25);
}
.btn-primary.gradient:hover img {
  filter: grayscale(1) brightness(100);
}
.btn-primary.gradient:hover .title, .btn-primary.gradient:hover i {
  color: #FFFFFF;
}
@media (max-width: 61.9375em) {
  .btn-primary {
    text-align: center;
    padding: 0;
  }
  .btn-primary .text-box {
    padding: 8px 15px;
    border-width: 1px;
  }
  .btn-primary .text-box h5 {
    font-size: 11px;
  }
  .btn-primary .arrow-box {
    height: 100%;
    padding: 8px 10px;
  }
  .btn-primary .arrow-box img {
    width: 8px;
    height: auto;
  }
}

.btn-secondary {
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #213366;
  border-radius: 15px;
  padding: 1rem 1.5rem;
  transition: all 1.5s;
}
.btn-secondary__title {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.125rem;
}
.btn-secondary:has(i, img) {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.btn-secondary:hover {
  background-color: #213366;
  box-shadow: inset 0px 14px 14px rgba(0, 0, 0, 0.22);
}
@media (max-width: 61.9375em) {
  .btn-secondary {
    text-align: center;
    height: 2.75rem;
  }
}

.btn-link {
  background-color: transparent;
  color: #FFFFFF;
  padding: 13px 26px;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  border: 2px solid #03B830;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.btn-link__title, .btn-link i {
  font-size: 1.125rem;
}
.btn-link__title {
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.btn-link picture {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
}
.btn-link picture img {
  width: 20px;
  height: 20px;
  position: relative;
}
.btn-link:has(i, img) {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 61.9375em) {
  .btn-link {
    text-align: center;
    margin-top: 0.5rem;
    padding: 0.5rem 1rem;
    margin-inline: auto;
  }
  .btn-link h5 {
    font-size: 10px;
  }
  .btn-link picture {
    width: 15px;
    height: 15px;
    margin-bottom: 1px;
  }
  .btn-link picture img {
    width: 15px;
    height: 15px;
  }
}

.btn-social {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.btn-social a:hover img {
  border-top: 5px solid #213366;
  border-bottom: 5px solid #213366;
  padding: 10px 0;
}
@media (max-width: 61.9375em) {
  .btn-social {
    text-align: center;
    width: 100%;
    max-width: 600px;
    justify-content: space-between;
    margin-inline: auto;
  }
}

.btn-social-2 {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.btn-social-2 a:hover img {
  border-top: 5px solid #213366;
  border-bottom: 5px solid #213366;
  padding: 10px 0;
}
@media (max-width: 61.9375em) {
  .btn-social-2 {
    text-align: center;
    width: 100%;
    max-width: 600px;
    justify-content: space-between;
    margin-inline: auto;
  }
}

section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 610;
  bottom: 30px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  right: 30px;
  border-radius: 75px;
  transition: all 0.5s;
}
section.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 46px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  section.botao_whatsapp.scroll {
    bottom: 100px;
  }
}
section.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 991px) {
  section.botao_whatsapp {
    display: none;
  }
}

.form-contact {
  max-width: 442px;
  background: linear-gradient(180deg, #08579C 0%, #0C7CDF 100%);
  padding: 1.75rem 1.75rem 1.25rem;
  border-radius: 0px 20px;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.form-contact--header {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  color: #FFFFFF;
}
.form-contact--header h1 {
  font-size: 1.875rem;
  font-weight: 700;
}
.form-contact--header img {
  width: -moz-min-content;
  width: min-content;
}
.form-contact--header p {
  font-size: 1.125rem;
}
.form-contact .inputs {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.form-contact .inputs--cols {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.form-contact .inputs div label {
  display: block;
  color: #FFFFFF;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.form-contact .inputs div input, .form-contact .inputs div textarea {
  width: 100%;
  padding: 1rem;
  border-radius: 0 10px;
}
.form-contact {
  position: relative;
}
.form-contact::before {
  content: "";
  position: absolute;
  top: -1.25rem;
  bottom: none;
  left: -1.5rem;
  right: none;
  width: 436px;
  height: 100%;
  border: 1px solid #FFC348;
  border-radius: 0 20px;
  z-index: -1;
}
@media (max-width: 61.9375em) {
  .form-contact {
    text-align: center;
    padding: 1rem;
    row-gap: 0.75rem;
    text-align: start;
  }
  .form-contact--header {
    row-gap: 0.75rem;
  }
  .form-contact--header h1 {
    font-size: 1.25rem;
  }
  .form-contact--header p {
    font-size: 1rem;
    line-height: 120%;
  }
  .form-contact .inputs {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
  }
  .form-contact .inputs--cols {
    display: flex;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .form-contact .inputs div label {
    display: block;
    color: #FFFFFF;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
  .form-contact .inputs div input, .form-contact .inputs div textarea {
    width: 100%;
    padding: 1rem;
    border-radius: 0 10px;
  }
  .form-contact:before {
    display: none;
  }
}

.input {
  width: 100%;
  border-radius: 10px;
  padding: 18px 1.75rem;
}
.input:placeholder {
  color: rgba(69, 69, 69, 0.5);
}
@media (max-width: 61.9375em) {
  .input {
    text-align: center;
    text-align: start;
    padding: 12px 1rem;
  }
}

textarea {
  height: 140px;
}

.form-search {
  width: 100%;
  max-width: 350px;
}
.form-search h1 {
  color: #FCB32C;
  font-size: 1.25rem;
  margin-bottom: 2rem;
  font-weight: 600;
}
.form-search__content {
  display: flex;
  align-items: center;
  height: 64px;
  border-radius: 0 10px;
  padding: 0 1rem 0 2rem;
  background-color: #CDCDCD;
}
.form-search__content--seek {
  width: 100%;
  background-color: transparent;
}
.form-search__content--seek::-moz-placeholder {
  color: #213366;
  font-size: 1.125rem;
  font-weight: 500;
}
.form-search__content--seek::placeholder {
  color: #213366;
  font-size: 1.125rem;
  font-weight: 500;
}
.form-search__content--seek:focus {
  outline: none;
}
.form-search__content--btn {
  background-color: transparent;
  border: none;
  outline: none;
  transition: 0.1s ease-in;
}
.form-search__content--btn:hover img {
  filter: grayscale(1) brightness(100);
}
@media (max-width: 61.9375em) {
  .form-search {
    text-align: center;
    width: 100%;
    text-align: start;
  }
  .form-search h1 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .form-search__content {
    height: 54px;
  }
}

.newsletter {
  background-image: url("../image/backgrounds/newsletter.png");
  background-repeat: no-repeat;
  background-color: #032B4F;
  background-position-x: right;
  background-position-y: bottom;
  max-height: 120px;
  position: relative;
}
.newsletter .container {
  background-color: #FCB32C;
  max-width: 1336px;
  min-height: 134px;
  box-shadow: 15px 0px 15px 0px rgba(0, 0, 0, 0.3019607843);
  border-bottom-right-radius: 35px;
  transform: skewX(30deg);
  margin: 0 auto 0 0;
  left: 20px;
  padding-left: 325px;
  position: absolute;
  bottom: 14px;
  display: flex;
  align-items: center;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
  position: relative;
}
.newsletter .container::before {
  content: "";
  position: absolute;
  top: none;
  bottom: 0;
  left: -3rem;
  right: none;
  transform: skewX(-30deg);
  width: 100px;
  height: 134px;
  background-color: #FCB32C;
}
.newsletter__title {
  transform: skew(-30deg);
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.newsletter__title h1 {
  color: #FFFFFF;
  font-size: 1.25rem;
}
.newsletter .form-newsletter {
  width: 100%;
  max-width: 400px;
  transform: skew(-30deg);
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 0 10px 0 10px;
  display: flex;
  justify-content: space-between;
  max-height: 40px;
}
.newsletter .form-newsletter input {
  background-color: transparent !important;
  min-height: 40px;
  padding-left: 1.25rem;
}
.newsletter .form-newsletter input::-moz-placeholder {
  color: #696969;
  font-size: 1.125rem;
  font-weight: 500;
}
.newsletter .form-newsletter input::placeholder {
  color: #696969;
  font-size: 1.125rem;
  font-weight: 500;
}
.newsletter .form-newsletter input:focus {
  outline: none;
}
.newsletter .form-newsletter .btn-form {
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: 40px;
  background-color: #FFC348;
  border-radius: 0 10px 0 10px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2509803922) inset;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  color: #213366;
}
.newsletter .form-newsletter .btn-form__title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
}
.newsletter .form-newsletter .btn-form i {
  text-align: center;
  width: 100%;
}
.newsletter .form-newsletter .btn-form:hover {
  background-color: #D89A20;
}
@media (max-width: 61.9375em) {
  .newsletter {
    text-align: center;
    flex-wrap: wrap;
    row-gap: 1rem;
    max-width: 600px;
    margin-inline: auto;
  }
  .newsletter .container {
    border-bottom-right-radius: 0;
    transform: skewX(0deg);
    margin: 0 auto 0;
    left: 0;
    padding-left: 0;
    position: relative;
    bottom: 0;
    flex-wrap: wrap;
    row-gap: 1rem;
    padding: 1rem 0.75rem;
  }
  .newsletter .container:before {
    display: none;
  }
  .newsletter__title {
    transform: skew(0deg);
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .newsletter__title h1 {
    font-size: 1.125rem;
    line-height: 120%;
    text-align: start;
  }
  .newsletter .form-newsletter {
    transform: skew(0deg);
  }
}

.current-category {
  width: 100%;
  max-width: 250px;
}
.current-category--title {
  color: #FCB32C;
  font-size: 1.25rem;
  margin-bottom: 2rem;
  font-weight: 600;
}
.current-category__content {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.current-category__content--item {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.current-category__content--item i {
  color: #FCB32C;
  font-size: 1rem;
}
.current-category__content--item h5 {
  color: #FCB32C;
  font-size: 1.25rem;
  font-weight: 500;
}
.current-category__content--item:hover i, .current-category__content--item.active i {
  color: #FCB32C;
  animation: move-arrow 1s ease-in-out infinite alternate;
}
@keyframes move-arrow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-5px);
  }
}
.current-category__content--item:hover h5, .current-category__content--item.active h5 {
  color: #FCB32C;
}
@media (max-width: 61.9375em) {
  .current-category {
    text-align: center;
    text-align: start;
  }
  .current-category--title {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
  .current-category__content {
    row-gap: 0.5rem;
  }
  .current-category__content--item i {
    font-size: 1rem;
  }
  .current-category__content--item h5 {
    font-size: 1.125rem;
  }
}

.card-modalidade {
  width: 100%;
  max-width: 362px;
  transition: visibility 0s, opacity 0.5s linear;
}
.card-modalidade__image {
  display: block;
  max-width: 324px;
  margin-inline: auto;
  z-index: 1;
  position: relative;
}
.card-modalidade__image img {
  width: 100%;
  height: 176px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0 15px;
}
.card-modalidade .content {
  background: linear-gradient(360deg, #FFFFFF 3.47%, #EEEEEE 137.86%);
  border: 1px solid #B1B1B1;
  border-radius: 0 20px;
  padding: 2.75rem 1.25rem 1.5rem;
  margin-top: -2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.card-modalidade .content .text {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.card-modalidade .content .text h1 {
  background-image: url("../image/several/card-product.png");
  background-size: cover;
  color: #FCB32C;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  padding: 1rem 2.25rem;
  border: 1px solid #FCB32C;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px 0 15px 15px;
}
.card-modalidade .content .text p {
  color: #0D0D0D;
  font-size: 1.125rem;
  line-height: 120%;
}
.card-modalidade .content .btns {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.card-modalidade .content .btns .btn-primary {
  border: 1px solid #FCB32C;
  border-radius: 0 10px;
  padding: 0.75rem 1rem;
  width: 233px;
  position: relative;
  z-index: 2;
}
.card-modalidade .content .btns .btn-primary .title {
  font-size: 1rem;
}
.card-modalidade .content .btns .btn-link {
  flex-grow: 1;
  justify-content: center;
  padding: 1rem 1.5rem;
  border-radius: 0 10px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.card-modalidade .content .btns .btn-link__title,
.card-modalidade .content .btns .btn-link i {
  color: #FFFFFF;
  font-size: 1.125rem;
}
.card-modalidade:hover .content .btns .btn-link {
  display: flex;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
}

.card-treatment {
  width: 100%;
  max-width: 388px;
  border-radius: 15px;
  box-shadow: 4px 10px 10px 2px rgba(27, 27, 27, 0.06);
}
.card-treatment .image {
  width: 100%;
  height: 147px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 15px 0 0;
}
.card-treatment .content {
  background-color: #FFFFFF;
  padding: 1.5rem 2.75rem 2rem;
  border-bottom: 2px solid #FCB32C;
  border-radius: 0 0 15px 15px;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.card-treatment .content h1 {
  color: #213366;
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
  height: 66px;
}
.card-treatment .content--buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.card-treatment .content--buttons .btn-whatsappIcon {
  border: 1px solid #03B830;
}
.card-treatment .content--buttons .btn-primary {
  border: 1px solid #213366;
  padding: 14px 1.5rem;
}
.card-treatment.type-2 {
  max-width: 350px;
}
.card-treatment.type-2 .image {
  width: 100%;
  height: 228px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 15px 0 0;
}
.card-treatment.type-2 .content {
  background-color: #FFFFFF;
  padding: 1.5rem 2rem 2rem;
}
.card-treatment.type-2 .content h1 {
  color: #213366;
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
}
.card-treatment.type-3 {
  max-width: 330px;
}
.card-treatment.type-3 .image {
  width: 100%;
  height: 164px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 15px 0 0;
}
.card-treatment.type-3 .content {
  padding: 1.5rem 2.25rem 2rem;
}
.card-treatment.type-3 .content--buttons {
  flex-wrap: wrap;
  row-gap: 1rem;
}
.card-treatment.type-3 .content--buttons .btn-whatsappIcon {
  width: 100%;
}
.card-treatment.type-3 .content--buttons .btn-primary {
  width: 100%;
}

.card-treatmentextra {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 404px;
  min-height: 224px;
  background-color: #FCB32C;
  border-radius: 15px;
  box-shadow: 4px 10px 30px 2px rgba(27, 27, 27, 0.1803921569);
  border: 2px solid #FFFFFF;
  border-bottom: 4px solid #FFFFFF;
  padding: 3.5rem 3rem;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.card-treatmentextra .content {
  pointer-events: none;
  text-align: center;
  position: relative;
  z-index: 2;
}
.card-treatmentextra .content h1 {
  color: #FFFFFF;
  font-size: 35px;
  font-weight: 600;
  pointer-events: none;
}
.card-treatmentextra {
  position: relative;
}
.card-treatmentextra::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: none;
  left: 0;
  right: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.card-treatmentextra:hover:before {
  background-color: rgba(46, 218, 241, 0.6);
}
@media (max-width: 61.9375em) {
  .card-treatmentextra {
    text-align: center;
    max-width: 404px;
    min-height: 180px;
    padding: 1.5rem;
  }
  .card-treatmentextra .content h1 {
    font-size: 1.5rem;
  }
}

.card-helper {
  width: 100%;
  border: 1px solid #102C45;
  border-radius: 0px 20px;
  padding: 1.75rem 1rem;
  background-color: #FFFFFF;
}
.card-helper__collapse {
  display: flex;
  align-items: center;
}
.card-helper__collapse a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-helper__collapse a button {
  background-color: transparent;
  position: relative;
}
.card-helper__collapse a button::before {
  content: "+";
  position: absolute;
  top: 50%;
  bottom: none;
  left: 50%;
  right: none;
  color: #213366;
  font-size: 40px;
  font-weight: 300;
  transform: translate(-50%, -50%);
}
.card-helper__collapse a h3 {
  color: #102C45;
  font-size: 1.5rem;
  font-weight: 600;
  max-width: 770px;
}
.card-helper__collapse.active a button {
  position: relative;
}
.card-helper__collapse.active a button::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: none;
  left: 50%;
  right: none;
  width: 16px;
  height: 2px;
  border-radius: 10px;
  background-color: #FFC348;
  transform: translate(-50%, -50%);
}
.card-helper__content {
  padding: 1rem 2.75rem 0 0;
}
.card-helper__content h5 {
  font-size: 1.125rem;
  line-height: 120%;
}
.card-helper.active {
  border: 1px solid #FFC348;
  box-shadow: 0px 10px 15px rgba(255, 203, 68, 0.3);
}
@media (max-width: 61.9375em) {
  .card-helper {
    text-align: center;
    padding: 0.75rem;
    text-align: start;
  }
  .card-helper__collapse a h3 {
    font-size: 1rem;
  }
  .card-helper__content {
    padding: 1rem;
  }
  .card-helper__content h5 {
    font-size: 1rem;
    line-height: 120%;
  }
}

.card-big {
  width: 100%;
  max-width: 1295px;
  box-shadow: 10px 10px 30px 2px rgba(0, 0, 0, 0.17);
  background-image: url("../image/several/card-big.png");
  background-size: cover;
  border-radius: 25px;
  margin-inline: auto;
  padding: 1.75rem;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.card-big__content {
  display: flex;
  align-items: center;
  -moz-column-gap: 238px;
       column-gap: 238px;
}
.card-big__content--contact {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.card-big__content--contact .title {
  color: #FFFFFF;
  font-size: 1.5rem;
}
.card-big__content .btn-link {
  padding: 0.5rem 1.5rem;
  position: relative;
  z-index: 1;
}
.card-big__content {
  position: relative;
}
.card-big__content::before {
  content: url("../image/pseudo/vergalhao-2.png");
  position: absolute;
  top: none;
  bottom: -1.75rem;
  left: none;
  right: -300px;
}
@media (max-width: 61.9375em) {
  .card-big {
    text-align: center;
    max-width: 356px;
    padding: 0.75rem;
  }
  .card-big__content {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 0.75rem;
  }
  .card-big__content--contact .title {
    font-size: 1.25rem;
  }
  .card-big__content:before {
    display: none;
  }
}

.bg-preto {
  background-image: url("../image/backgrounds/bg-preto.png");
  background-color: transparent;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-transparente {
  background-color: #f2f2f2;
}

section.card-inferior {
  height: 740px;
  width: 100%;
  margin-bottom: -88px;
  display: flex;
  justify-content: center;
  padding: 100px 0px 100px 0px;
}
section.card-inferior .caixa {
  display: flex;
  height: 460px;
  width: 1432px;
  background-color: white;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.168627451);
  border-radius: 8px;
  border-bottom: 4px solid #FCB32C;
}
section.card-inferior .caixa .info {
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  padding-left: 72px;
  color: #213366;
}
section.card-inferior .caixa .info .slogan p {
  font-family: "Exo 2";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section.card-inferior .caixa .info .slogan-texto {
  width: 80%;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}
section.card-inferior .caixa .imagem {
  width: 40%;
  height: 100%;
}
section.card-inferior .caixa .imagem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: ellipse(100% 100% at 100% 67%);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media (max-width: 992px) {
  section.card-inferior {
    padding: 60px 40px;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: -18px;
  }
  section.card-inferior .caixa {
    padding: 20px;
    height: -moz-fit-content;
    height: fit-content;
    background-image: url("../image/backgrounds/forms/bg-forms-equipamentos.png");
    -o-object-fit: cover;
       object-fit: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  section.card-inferior .caixa .info {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }
  section.card-inferior .caixa .info .slogan p {
    font-size: 20px;
  }
  section.card-inferior .caixa .info a {
    margin-inline: 0;
  }
}

section.banner {
  margin-top: -153px;
}
section.banner .item-banner {
  min-height: auto;
  position: relative;
}
section.banner .item-banner .banner {
  width: 100%;
  height: 100%;
}
section.banner .item-banner__content {
  position: absolute;
  left: 12.25%;
  bottom: 31.25%;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
section.banner .item-banner__content h2 {
  max-width: 900px;
  color: #FFFFFF;
  font-family: "Exo 2";
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section.banner .item-banner__content h2 strong {
  color: #FCB32C;
}
section.banner .item-banner__content p {
  color: #FFFFFF;
  max-width: 1240px;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}
section.banner .item-banner__content p strong {
  color: #FCB32C;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
section.banner .item-banner__content--details {
  display: flex;
  position: relative;
}
section.banner .item-banner__content .btn-link {
  margin-top: 0.75rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 61.9375em) {
  section.banner {
    text-align: center;
    margin-top: 0;
  }
  section.banner .item-banner .banner {
    width: 100%;
    height: 100%;
    min-height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.banner .item-banner__content {
    width: 100%;
    max-width: 300px;
    position: absolute;
    left: 50%;
    bottom: 25%;
    row-gap: 0.5rem;
    transform: translate(-50%);
  }
  section.banner .item-banner__content h2 {
    font-size: 20px;
    line-height: 120%;
  }
  section.banner .item-banner__content p {
    font-size: 12px;
  }
  section.banner .item-banner__content p strong {
    font-size: 12px;
  }
  section.banner .item-banner__content--details {
    justify-content: center;
  }
  section.banner .item-banner__content--details ul li {
    position: absolute;
    transform: translateX(45px);
  }
  section.banner .item-banner__content--details ul li.active {
    transform: translateX(45px);
  }
  section.banner .item-banner__content--details ul li span {
    font-size: 35px;
  }
  section.banner .item-banner__content .btn-link {
    margin-top: 0.5rem;
    padding: 0.5rem 1rem;
    margin-inline: auto;
  }
  section.banner .item-banner__content .btn-link h5 {
    font-size: 10px;
  }
  section.banner .item-banner__content .btn-link picture {
    width: 15px;
    height: 15px;
    margin-bottom: 1px;
  }
  section.banner .item-banner__content .btn-link picture img {
    width: 15px;
    height: 15px;
  }
  section.banner .banner-extra {
    height: auto;
    background-image: url("../image/several/banner-extra.png");
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    margin-top: 0;
    padding: 1rem;
    row-gap: 1rem;
  }
  section.banner .banner-extra h1 {
    font-size: 1rem;
    line-height: 120%;
  }
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 1.5rem auto 0;
}
.owl-carousel .owl-dots .owl-dot {
  width: 20px;
  height: 8px;
  border-radius: 20px;
  background-color: #213366;
}
.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot.active {
  background-color: #FCB32C;
  width: 50px;
}

.owl-carousel-modalidades {
  width: 100%;
  padding: 60px;
  position: relative;
}
.owl-carousel-modalidades .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.owl-carousel-modalidades .owl-nav button.owl-prev,
.owl-carousel-modalidades .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none !important;
  border: none !important;
  cursor: pointer;
  pointer-events: auto;
}
.owl-carousel-modalidades .owl-nav button.owl-prev img,
.owl-carousel-modalidades .owl-nav button.owl-next img {
  width: 30px;
  height: auto;
}
.owl-carousel-modalidades .owl-nav button.owl-prev {
  left: -20px;
}
.owl-carousel-modalidades .owl-nav button.owl-next {
  right: -20px;
}
.owl-carousel-modalidades .item-modalidade {
  position: relative;
  overflow: hidden;
}
.owl-carousel-modalidades .item-modalidade img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  width: 455px;
  height: 443px;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.owl-carousel-modalidades .overlay-modalidade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 25px;
}
.owl-carousel-modalidades .titulo-modalidade {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 40px;
  text-align: start;
}
.owl-carousel-modalidades .link-modalidade {
  font-family: Poppins;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 120%; /* 21.6px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 7%; /* 1.26px */
  text-underline-offset: 16.5%; /* 2.97px */
  text-underline-position: from-font;
  color: #FCB32C;
  text-align: start;
}
@media (max-width: 992px) {
  .owl-carousel-modalidades {
    padding: 40px;
  }
  .owl-carousel-modalidades .item-modalidade .overlay-modalidade .titulo-modalidade {
    font-size: 14px;
  }
  .owl-carousel-modalidades .item-modalidade .overlay-modalidade .link-modalidade {
    font-size: 12px;
  }
  .owl-carousel-modalidades .item-modalidade img {
    width: 100%;
    height: 100%;
  }
}

.contact-card {
  width: 100%;
  max-width: 706px;
  background-color: rebeccapurple;
  border-radius: 1.25rem;
  padding: 2rem 102px;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
}
.contact-card--text {
  max-width: 476px;
  margin-inline: auto;
}
.contact-card--text h1 {
  font-size: 1.625rem;
}
.contact-card--text p {
  font-size: 1.125rem;
  font-weight: 300;
}
.contact-card--numbers {
  display: flex;
  justify-content: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 61.9375em) {
  .contact-card {
    text-align: center;
    padding: 1.5rem 0.75rem;
    max-width: 368px;
    position: relative;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
  }
  .contact-card--text h1 {
    font-weight: 700;
    font-size: 1rem;
  }
  .contact-card--text p {
    font-size: 1rem;
    line-height: 120%;
  }
  .contact-card--numbers {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    margin-top: 0.5rem;
  }
}

.diagram__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 20px;
  color: #213366;
}
.diagram__header h1 {
  font-family: "Exo 2";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.diagram__header h1 strong {
  font-weight: 700;
}
.diagram__header p {
  width: 62%;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}
.diagram__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  height: 1030px;
}
.diagram__body {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.diagram__body .left-column {
  display: flex;
  flex-direction: column;
  row-gap: 2.75rem;
}
.diagram__body .left-column .benefit-card:nth-child(1) {
  transform: translateX(80px) translateY(120px);
}
.diagram__body .left-column .benefit-card:nth-child(2) {
  transform: translateX(170px) translateY(162px);
}
.diagram__body .left-column .benefit-card:nth-child(3) {
  transform: translateX(530px) translateY(170px);
}
.diagram__body .benefit-card {
  display: flex;
  place-items: center;
  background-color: white;
  width: 450px;
  height: 110px;
  border: 1px solid #213366;
  border-radius: 8px;
  transition: all 0.5s;
  padding: 30px;
  line-height: 140%;
  z-index: 3;
}
.diagram__body .benefit-card p {
  color: #213366;
  font-family: Poppins;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: start;
  position: relative;
  z-index: 2;
}
.diagram__body .benefit-card {
  position: relative;
}
.diagram__body .benefit-card::before {
  content: "";
  position: absolute;
  top: none;
  bottom: -52px;
  left: none;
  right: 0;
  background-color: #077FEA;
  width: 5px;
  height: 100px;
  box-shadow: 10px 10px 10px rgba(11, 167, 255, 0.3);
  transform: rotate(-37deg);
  z-index: -1;
  opacity: 0;
}
.diagram__body .benefit-card {
  position: relative;
}
.diagram__body .benefit-card::after {
  content: "";
  position: absolute;
  top: none;
  bottom: 0;
  left: 0;
  right: none;
  background-color: white;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  z-index: 1;
}
.diagram__body .benefit-card img {
  position: relative;
  z-index: 3;
  margin-right: 20px;
}
.diagram__body .diagram__content__center-logo {
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  justify-content: center;
  position: relative;
  border: 1px solid #213366;
  border-radius: 99999px;
  padding: 230px 50px;
  z-index: 2;
}
.diagram__body .right-column {
  display: flex;
  flex-direction: column;
  row-gap: 2.75rem;
  position: relative;
}
.diagram__body .right-column .benefit-card:nth-child(1) {
  transform: translateX(-180px) translateY(-80px);
}
.diagram__body .right-column .benefit-card:nth-child(2) {
  transform: translateX(-80px) translateY(-30px);
}
.diagram__body .right-column .benefit-card:nth-child(3) {
  transform: translateX(-210px) translateY(10px);
}
.diagram__body .right-column .benefit-card:nth-child(4) {
  position: absolute;
  top: -80px;
  left: -920px;
}
@media (max-width: 61.9375em) {
  .diagram {
    text-align: center;
  }
  .diagram__header h1 {
    font-size: 1.25rem;
  }
  .diagram__header p {
    width: 90%;
  }
  .diagram__content {
    height: auto;
    gap: 0;
  }
  .diagram__content .diagram__header {
    margin-bottom: 40px;
  }
  .diagram__content .diagram__header p {
    font-size: 16px;
    line-height: 140%;
  }
  .diagram__body {
    flex-direction: column;
    gap: 1rem;
  }
  .diagram__body .left-column,
  .diagram__body .right-column {
    row-gap: 1rem;
  }
  .diagram__body .left-column .benefit-card,
  .diagram__body .right-column .benefit-card {
    transform: none !important;
    position: static !important;
  }
  .diagram__body .benefit-card {
    width: 100%;
    max-width: 350px;
    height: auto;
    min-height: 100px;
    padding: 1rem;
  }
  .diagram__body .benefit-card p {
    font-size: 14px;
  }
  .diagram__body .benefit-card img {
    margin-right: 15px;
    width: 24px;
    height: 24px;
  }
  .diagram__body .benefit-card:before, .diagram__body .benefit-card:after {
    display: none;
  }
  .diagram__body .diagram__content__center-logo {
    border: none;
    padding: 1.5rem;
  }
  .diagram__body .diagram__content__center-logo img {
    width: 150px;
    max-width: 100%;
  }
}

.social-contact {
  width: 100%;
  max-width: 250px;
  background-color: rgba(220, 220, 220, 0.2);
  padding: 1rem;
  border-radius: 15px;
}
.social-contact h1 {
  color: rebeccapurple;
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 0.75rem;
  margin-left: 0.25rem;
}
.social-contact__nets {
  border-top: 2px solid #DCDCDC;
  padding-top: 0.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
.social-contact__nets--item {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  transition: all 0.5s ease-in;
}
.social-contact__nets--item span {
  width: 32px;
  height: auto;
  display: grid;
  place-items: center;
}
.social-contact__nets--item h5 {
  font-size: 1rem;
  color: #FCB32C;
}
.social-contact__nets--item:hover span img {
  filter: invert(76%) sepia(71%) saturate(893%) hue-rotate(357deg) brightness(102%) contrast(106%);
}
.social-contact__nets--item:hover h5 {
  color: #213366;
}

ul.pagination {
  display: flex;
  margin-top: 2rem;
  align-items: center;
  justify-content: center;
}
ul.pagination li {
  list-style: none;
}
ul.pagination li a {
  background: rgba(175, 175, 175, 0.5);
  border-radius: 5px;
  padding: 1rem;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s;
}
ul.pagination li a.active, ul.pagination li a:hover {
  background-color: #213366;
}

.attendance {
  width: 100%;
  max-width: 574px;
}
.attendance span {
  display: block;
  padding-inline: 1rem;
}
.attendance span h1 {
  color: #102C45;
  font-size: 1.875rem;
  font-weight: 700;
}
.attendance span img {
  margin: 0.5rem 0 1rem;
}
.attendance__content {
  border: 1px solid #FFC348;
  border-radius: 0px 20px;
  padding: 1.75rem 1.5rem 2.75rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  font-family: "Roboto";
}
.attendance__content hr {
  opacity: 0.2;
  background-color: #FFC348;
}
.attendance__content p {
  color: #284259;
  font-size: 1.125rem;
}
.attendance__content p strong {
  display: block;
  line-height: 120%;
}
.attendance__content--contact {
  display: flex;
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}
@media (max-width: 61.9375em) {
  .attendance {
    text-align: center;
  }
  .attendance span {
    padding-inline: 0.75rem;
  }
  .attendance span h1 {
    font-size: 1.25rem;
  }
  .attendance span img {
    margin: 0.25rem 0 0.75rem;
  }
  .attendance__content {
    padding: 1.25rem 0.5rem 2rem;
    row-gap: 0.75rem;
  }
  .attendance__content p {
    font-size: 1rem;
  }
  .attendance__content p strong {
    line-height: 120%;
  }
  .attendance__content--contact {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}

.know-business {
  max-width: 638px;
  border: 1px solid #FFC348;
  border-radius: 0 20px;
  padding: 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.know-business .banner {
  border-radius: 0 20px;
}
.know-business__content {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
.know-business__content h1 {
  color: #FCB32C;
  font-size: 1.875rem;
  font-weight: 700;
}
.know-business__content img {
  width: -moz-fit-content;
  width: fit-content;
}
.know-business__content p {
  font-size: 1.125rem;
  line-height: 120%;
}
.know-business .btn-primary {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 61.9375em) {
  .know-business {
    text-align: center;
    row-gap: 1rem;
    justify-content: center;
    margin-inline: auto;
  }
  .know-business .banner {
    width: 100%;
  }
  .know-business__content {
    row-gap: 0.75rem;
    justify-content: start;
    text-align: start;
  }
  .know-business__content h1 {
    font-size: 1.25rem;
  }
  .know-business__content p {
    font-size: 1rem;
  }
}

.secao-lista {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 750px;
  background-image: url("../image/backgrounds/fundo_lista.png");
  color: white;
}
.secao-lista .area-lista {
  width: 50%;
  height: 100%;
  padding: 40px 0px 40px 250px;
}
.secao-lista .area-lista .titulo {
  font-family: "Exo 2";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
.secao-lista .area-lista h2 {
  font-family: Poppins;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  margin-bottom: 40px;
}
.secao-lista .area-lista h3 {
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  margin: 40px 0px;
}
.secao-lista .area-lista .lista {
  font-family: Poppins;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  color: white;
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.secao-lista .area-lista .lista li {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.secao-lista .area-lista .lista li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 12px;
  top: calc(100% - 24px);
  width: 2px;
  height: 70px;
  background-color: #FCB32C;
  transform: translateX(-50%);
  z-index: 1;
}
.secao-lista .area-lista .lista li::before {
  content: url("../image/pseudo/icon_check.png");
  display: block;
  z-index: 2;
}
.secao-lista .area-img {
  width: 50%;
  height: 100%;
}
.secao-lista .area-img .imagem-redonda {
  width: 100%;
  height: 100%;
  background-color: transparent;
  clip-path: ellipse(100% 100% at 100% 67%);
}
@media (max-width: 992px) {
  .secao-lista {
    padding: 40px 20px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .secao-lista .area-lista {
    padding: 0;
    width: 100%;
  }
  .secao-lista .area-lista .titulo {
    font-size: 20px;
  }
  .secao-lista .area-lista h2 {
    font-size: 12px;
  }
  .secao-lista .area-lista h3 {
    font-size: 16px;
  }
  .secao-lista .area-lista .lista li {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 150%;
  }
  .secao-lista .area-lista .lista li::before {
    content: "";
    background-color: #FCB32C;
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    border-radius: 100%;
    margin-right: 5px;
    flex-shrink: 0;
  }
  .secao-lista .area-lista .lista li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 8px;
    top: calc(100% - 24px);
    width: 1px;
    height: 58px;
    background-color: #FCB32C;
    transform: translateX(-50%);
    z-index: 1;
  }
}

.bg-padrao,
.bg-branco {
  width: 100%;
  height: 570px;
  margin-bottom: -87px;
  padding: 84px 230px;
  display: flex;
  flex-direction: row;
}
.bg-padrao .posts,
.bg-branco .posts {
  width: 60%;
}
.bg-padrao .posts img,
.bg-branco .posts img {
  aspect-ratio: 4/5;
  margin-right: 34px;
  width: 240px;
  height: 300px;
}
.bg-padrao .info,
.bg-branco .info {
  width: 40%;
}
.bg-padrao .info .texto h1,
.bg-branco .info .texto h1 {
  font-family: "Exo 2";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
.bg-padrao .info .texto h1 strong,
.bg-branco .info .texto h1 strong {
  font-weight: 800;
}
.bg-padrao .info .texto p,
.bg-branco .info .texto p {
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 60px;
}
.bg-padrao .info .redes,
.bg-branco .info .redes {
  display: flex;
  gap: 57px;
}
@media (max-width: 992px) {
  .bg-padrao,
  .bg-branco {
    padding: 40px 20px;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 150px;
  }
  .bg-padrao .info,
  .bg-branco .info {
    width: 100%;
  }
  .bg-padrao .info .texto h1,
  .bg-branco .info .texto h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .bg-padrao .info .texto p,
  .bg-branco .info .texto p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .bg-padrao .info .redes,
  .bg-branco .info .redes {
    justify-content: center;
  }
}

.bg-padrao {
  background-image: url("../image/backgrounds/redes_sociais.png");
  color: white;
}

.bg-branco {
  background-image: url("../image/backgrounds/redes_sociais_branco.png");
  color: #213366;
}

.area-video {
  width: 100%;
  height: 434px;
  position: relative;
}
.area-video .video img {
  width: 100%;
  height: 100%;
}
.area-video .texto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: Poppins;
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  z-index: 2;
}
@media (max-width: 992px) {
  .area-video {
    height: 165px;
  }
  .area-video .video {
    width: 100%;
    height: 100%;
  }
  .area-video .texto {
    font-size: 14px;
    top: 29%;
    left: 20%;
    gap: 20px;
  }
  .area-video .texto svg {
    width: 26px;
    height: 26px;
  }
}

.lente-whatsapp {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 800;
  transition: 0.3s all;
  opacity: 0;
  pointer-events: none;
}
.lente-whatsapp.exibir {
  opacity: 1;
  pointer-events: all;
}

section.modal-whatsapp {
  position: fixed;
  right: 17px;
  bottom: 30px;
  background-image: url("../../default/image/bg-whatsapp-min.jpg");
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 7px 0px #373737;
  max-width: 320px;
  max-height: 360px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 9999;
  transform-origin: 100% 100%;
  transform: scale(0);
  transition: all 0.3s;
}
section.modal-whatsapp.exibir {
  transform: scale(1);
}
section.modal-whatsapp.scroll {
  bottom: 100px;
}
@media screen and (max-width: 991px) {
  section.modal-whatsapp {
    right: 0px;
    top: 0px;
    bottom: unset !important;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    border-radius: 0px;
  }
}
section.modal-whatsapp .cabecario-zap {
  background-color: #2e8c7d;
  font-size: 17px;
  color: #97c5be;
  padding: 12px 20px 4px 20px;
}
section.modal-whatsapp .cabecario-zap span.zaptitulo {
  transform: translateY(-4px);
  display: inline-block;
}
section.modal-whatsapp .cabecario-zap i.fab.fa-whatsapp {
  font-size: 25px;
  margin-right: 10px;
}
section.modal-whatsapp .cabecario-zap i.far.fa-times-circle {
  font-size: 25px;
  float: right;
  margin-right: 0px;
  cursor: pointer;
}
section.modal-whatsapp .msg-bot {
  font-family: "Open Sans", sans-serif;
  background-color: white;
  margin: 15px;
  padding: 15px;
  border-radius: 20px;
  font-size: 13.4px;
  position: relative;
}
section.modal-whatsapp .msg-bot::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 15px solid transparent;
  border-top: 21px solid white;
  position: absolute;
  top: 0px;
  left: -10px;
  z-index: -1;
}
section.modal-whatsapp .msg-bot :first-child {
  margin-top: 7px;
}
section.modal-whatsapp .msg-bot label {
  font-weight: 700;
  font-size: 12px;
  color: black;
  display: block;
}
section.modal-whatsapp .msg-bot input {
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #cacaca;
  outline: none;
  width: 100%;
}
section.modal-whatsapp .campo-acao {
  position: absolute;
}
@media (max-width: 991px) {
  section.modal-whatsapp .campo-acao {
    position: static;
  }
}
section.modal-whatsapp .campo-acao {
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  padding: 0px 10px;
  height: 44px;
}
section.modal-whatsapp .campo-acao .texto {
  width: 100%;
  padding-right: 10px;
  font-family: "Open Sans", sans-serif;
}
section.modal-whatsapp .campo-acao .texto input {
  border: none;
  border-radius: 32px;
  padding: 9px 18px;
  display: flex;
  outline-color: transparent;
  width: 100%;
  outline: none !important;
  font-size: 14px;
}
section.modal-whatsapp .campo-acao .button-zap {
  background-color: transparent;
}
section.modal-whatsapp .campo-acao .button-zap button {
  border: none;
  outline: none;
}
section.modal-whatsapp .campo-acao .button-zap button:disabled {
  background-color: #a7a7a7;
  cursor: not-allowed;
}
section.modal-whatsapp .campo-acao .button-zap button {
  cursor: pointer;
  background-color: #2e8c7d;
  color: white;
  width: 36px;
  height: 36px;
  display: flex;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.modal-whatsapp .campo-acao .button-zap button i.fas.fa-paper-plane {
  font-size: 19px;
  transform: rotate(49deg) translate(-2px, 0px);
  position: relative;
  transform-origin: center;
}
section.modal-whatsapp .hide-desktop {
  display: none;
}
@media (max-width: 991px) {
  section.modal-whatsapp .campo-acao {
    display: none;
  }
  section.modal-whatsapp .acao-mobile {
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #2e8c7d;
    color: white;
    border-radius: 9px;
    text-align: center;
    width: calc(100% - 40px);
    display: block;
    padding: 7px 15px;
    margin: 0 20px;
  }
  section.modal-whatsapp .acao-mobile:disabled {
    background-color: #a7a7a7;
    cursor: not-allowed;
  }
  section.modal-whatsapp .acao-mobile i {
    margin-right: 5px;
  }
  section.modal-whatsapp .hide-desktop {
    display: block;
  }
}

.modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}

.modal-lg {
  max-width: 600px;
}

.modal-content {
  background: #FFFFFF;
}
.modal-content .closebtn {
  background-color: #FCB32C;
  border: none;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  outline: none;
  opacity: 1;
  padding: 10px 25px;
  position: absolute;
  right: -25px;
  text-shadow: none;
  top: -25px;
  z-index: 2;
  text-transform: uppercase;
}
.modal-content .closebtn:hover {
  color: white !important;
  transform: scale(1.01);
}
@media (max-width: 991px) {
  .modal-content .closebtn {
    font-size: 13px;
    top: -20px;
    right: 10px;
  }
}

.modal-body {
  padding: 0;
  border-radius: 15px;
  overflow: hidden;
  background-image: url("../image/bg-branco.png");
  background-size: cover;
  background-position: center;
}
.modal-body.video {
  border-radius: 0;
  min-height: 650px;
}
@media (max-width: 991px) {
  .modal-body.video {
    min-height: 360px;
  }
}
.modal-body.video {
  padding: 0;
}
.modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.modal-body form {
  padding: 30px 100px;
}
.modal-body form input,
.modal-body form textarea {
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid lightgray;
  border-radius: 6px;
  box-shadow: 0px 4px 0px #d1d8d4;
  width: 100%;
  margin: 10px 0;
  outline: none;
}
.modal-body form input:first-child,
.modal-body form textarea:first-child {
  margin-top: 0;
}
.modal-body form textarea {
  resize: none;
  height: 100px;
  outline: none;
}
.modal-body form .btn-primary {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 1rem auto 0;
}
.modal-body .titulo {
  color: #565656;
  text-align: center;
  padding: 30px 70px 0;
}
.modal-body .titulo h2 {
  color: #FCB32C;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: auto;
  margin-bottom: 10px;
}
.modal-body .titulo p {
  font-size: 1.25rem;
  line-height: 120%;
}
.modal-body .titulo i {
  display: block;
  font-size: 45px;
  color: #FCB32C;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .modal-body {
    border-radius: 5px;
  }
  .modal-body form {
    padding: 20px;
  }
  .modal-body form input,
  .modal-body form textarea {
    font-size: 14px;
  }
  .modal-body .titulo {
    padding: 20px;
    padding-bottom: 0;
    font-size: 13px;
  }
  .modal-body .titulo h2 {
    font-size: 18px;
  }
  .modal-body .titulo h2 i {
    font-size: 30px;
  }
}

.modal .modal-body.norm {
  padding: 0;
  border-radius: 0;
  background-image: none;
  background-color: #074780;
  border-radius: 15px;
  width: 650px;
}
.modal .modal-content.norm {
  border-radius: 15px;
  background: transparent;
  width: -moz-fit-content;
  width: fit-content;
}
.modal.modal-norms {
  width: 100%;
  border-radius: 15px;
  margin-inline: auto;
  padding-bottom: 0.75rem;
}
.modal.modal-norms .logo {
  height: 152px;
  background-image: url("../image/several/modal-logo-back.png");
  border-radius: 15px;
  display: grid;
  place-items: center;
  position: relative;
}
.modal.modal-norms .logo .close {
  position: absolute;
  right: 1.5rem;
  top: 1rem;
  color: #FFFFFF;
  font-weight: 500;
  background-color: transparent;
  font-size: 1.25rem;
}
.modal.modal-norms .title {
  text-align: center;
  color: #FFFFFF;
  padding: 2rem 0 1rem;
}
.modal.modal-norms .title h2 {
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: bold;
}
.modal.modal-norms .title img {
  width: 256px;
}
.modal.modal-norms .table {
  width: 100%;
  max-width: 622px;
  border: 1px solid #FCB32C;
  margin-inline: auto;
  border-radius: 0 0 5px 5px;
}
.modal.modal-norms .table--title {
  display: block;
  background-color: #07233C;
}
.modal.modal-norms .table--title td {
  color: #FFFFFF;
  font-size: 1.125rem;
  text-transform: uppercase;
  border-inline: 1px solid #FCB32C;
}
.modal.modal-norms .table--title td:nth-child(1),
.modal.modal-norms .table--title td:nth-child(2) {
  padding-right: 1.5rem;
}
.modal.modal-norms .table--title td:nth-child(3) {
  padding-right: 154px;
}
.modal.modal-norms .table--title td:nth-child(4) {
  width: 96px;
}
.modal.modal-norms .table--content {
  display: flex;
  width: 100%;
}
.modal.modal-norms .table--content td {
  color: #FFFFFF;
  font-size: 1rem;
  border-inline: 1px solid #FCB32C;
  display: flex;
  align-items: center;
}
.modal.modal-norms .table--content .link a {
  color: #FFC348;
  text-decoration: underline;
}
.modal.modal-norms .table--content .link a h5 {
  font-size: 14px;
  text-transform: uppercase;
}
.modal.modal-norms .table--content .link a:hover {
  color: rgb(250.5, 168.368852459, 0);
}
.modal.modal-norms .table--content td:nth-child(1) {
  width: 180px;
}
.modal.modal-norms .table--content td:nth-child(2) {
  width: 140px;
}
.modal.modal-norms .table--content td:nth-child(3) {
  width: 200px;
}
.modal.modal-norms .table--content td:nth-child(4) {
  width: 96px;
  border-right: none;
}
@media (max-width: 61.9375em) {
  .modal {
    text-align: center;
    text-align: start;
  }
  .modal .modal-body.norm {
    width: 100%;
  }
  .modal .modal-dialog.norm {
    margin: 0;
  }
  .modal.modal-norms .logo {
    height: auto;
    padding: 0.5rem;
  }
  .modal.modal-norms .logo img {
    width: 190px;
  }
  .modal.modal-norms .title {
    padding: 1.25rem 0;
  }
  .modal.modal-norms .title h2 {
    font-size: 1.25rem;
  }
  .modal.modal-norms .title img {
    width: 156px;
  }
  .modal.modal-norms .table--title td {
    font-size: 14px;
  }
  .modal.modal-norms .table--title td:nth-child(1),
  .modal.modal-norms .table--title td:nth-child(2) {
    padding-right: 0;
    width: 118px;
  }
  .modal.modal-norms .table--title td:nth-child(3) {
    padding-right: 0;
    width: 80px;
  }
  .modal.modal-norms .table--title td:nth-child(4) {
    width: 56px;
  }
  .modal.modal-norms .table--content {
    display: flex;
    width: 100%;
  }
  .modal.modal-norms .table--content td {
    font-size: 14px;
  }
  .modal.modal-norms .table--content .link a h5 {
    font-size: 12px;
  }
  .modal.modal-norms .table--content td:nth-child(1) {
    width: 118px;
  }
  .modal.modal-norms .table--content td:nth-child(2) {
    width: 118px;
  }
  .modal.modal-norms .table--content td:nth-child(3) {
    width: 80px;
  }
  .modal.modal-norms .table--content td:nth-child(4) {
    width: 56px;
  }
}

section.barra-lgpd {
  padding: 10px 15px;
  background-color: #222;
  font-size: 12px;
  width: 100%;
  z-index: 502;
  color: white;
  display: none;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  section.barra-lgpd {
    border: none;
    padding: 10px;
    bottom: 57px;
    position: fixed;
    top: auto;
  }
  section.barra-lgpd .container {
    padding: 0;
  }
}
section.barra-lgpd.exibir {
  display: block;
}
section.barra-lgpd .row,
section.barra-lgpd .container {
  max-width: 1416px !important;
  margin: auto;
  justify-content: center;
}
section.barra-lgpd .row .conteudo-lgpd-in,
section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  align-items: center;
}
section.barra-lgpd .row .conteudo-lgpd-in .txt-in,
section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
}
section.barra-lgpd .row .conteudo-lgpd-in .txt-in a,
section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  color: gray;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dotted gray;
}
section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
  cursor: pointer;
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  margin-left: 20px;
  padding: 5px 10px;
  margin: 5px 0 5px 15px;
  color: gray;
  border: 1px solid gray;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  transition: all 0.3s;
}
section.barra-lgpd .row .conteudo-lgpd-in .button-in button:hover,
section.barra-lgpd .container .conteudo-lgpd-in .button-in button:hover {
  background-color: #f9f9f9;
}
@media screen and (max-width: 991px) {
  section.barra-lgpd .row .conteudo-lgpd-in,
  section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
  }
  section.barra-lgpd .row .conteudo-lgpd-in .button-in,
  section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
  section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 10px;
    margin-left: auto;
  }
}

section.barra-fixa-mobile {
  overflow: hidden;
  max-width: 600px;
  background-color: #222;
  border-radius: 8px 8px 0 0;
  outline: 2px solid;
  outline-color: #222;
  position: fixed;
  bottom: 0px;
  left: 50%;
  width: 100%;
  z-index: 999;
  padding: 5px 0;
  border-top: 2px solid #f2f2f2;
  transition: 0.3s all;
  transform: translateX(-50%);
}
section.barra-fixa-mobile .list-itens {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 30px;
}
section.barra-fixa-mobile .list-itens a {
  display: block;
  color: white;
}
section.barra-fixa-mobile .list-itens a i {
  color: white;
}
section.barra-fixa-mobile .list-itens a:nth-child(1) {
  position: relative;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}
section.barra-fixa-mobile .list-itens a:nth-child(1) i {
  color: white;
}
section.barra-fixa-mobile .list-itens a:nth-child(1).active i {
  transform: rotate(90deg);
}
section.barra-fixa-mobile .list-itens a .line {
  fill: none;
  stroke: white;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
section.barra-fixa-mobile .list-itens a .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
section.barra-fixa-mobile .list-itens a .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
section.barra-fixa-mobile .list-itens a .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
section.barra-fixa-mobile .list-itens a.active .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
section.barra-fixa-mobile .list-itens a.active .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
section.barra-fixa-mobile .list-itens a.active .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
section.barra-fixa-mobile .list-itens {
  position: relative;
}
section.barra-fixa-mobile .list-itens::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: none;
  left: -0.75rem;
  right: none;
  width: 35%;
  height: 100%;
  background-color: transparent;
  border-radius: 0 15px 15px 0;
}
@media screen and (min-width: 992px) {
  section.barra-fixa-mobile {
    display: none;
  }
}

.menu-mobile {
  background-color: rgb(185, 158, 126);
  background: linear-gradient(45deg, rgba(54, 54, 54, 0.936) 0%, rgba(34, 34, 34, 0.9137254902) 84%);
  position: fixed;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 998;
  padding-bottom: 65px;
  transition: all 0.5s;
  padding-left: 1rem;
  text-align: center;
}
.menu-mobile.aberto {
  left: 50%;
  transform: translateX(-50%);
}
.menu-mobile {
  color: #213366;
}
.menu-mobile .fechar {
  position: absolute;
  bottom: 60px;
  right: 50%;
  transform: translate(50%, -50%);
  font-size: 35px;
  font-weight: 400;
  color: #fff;
}
.menu-mobile .logo {
  width: 100%;
  margin-bottom: 10px;
}
.menu-mobile .logo img {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 20px;
}
.menu-mobile ul {
  padding: 10px 0 25px;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
.menu-mobile ul li {
  list-style: none;
  padding: 2px;
  text-align: start;
  text-transform: uppercase;
  position: relative;
}
.menu-mobile ul li:last-child {
  border-bottom: none;
}
.menu-mobile ul li a {
  color: #FFFFFF;
  font-size: 16px;
  padding: 0 10px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}
.menu-mobile ul li a.atual {
  position: relative;
}
.menu-mobile ul li a.atual::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  bottom: none;
  left: none;
  right: 0.5rem;
  width: 20px;
  height: 3px;
  background-color: #FFFFFF;
  animation: blink 1.5s ease-in-out infinite alternate;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.25;
  }
}

section.header-nets {
  background-color: #FCB32C;
  padding: 0.75rem 0 0;
  height: 64px;
  position: relative;
  z-index: 5;
  margin-bottom: -0.75rem;
  display: none;
}
section.header-nets.home {
  display: block;
}
section.header-nets .nets {
  max-width: 1526px;
  display: flex;
  align-items: center;
  -moz-column-gap: 160px;
       column-gap: 160px;
  justify-content: end;
}
section.header-nets .nets__contact {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
section.header-nets .nets__contact h1 {
  color: #FFFFFF;
  font-size: 1.125rem;
}
section.header-nets .nets__socials {
  display: flex;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
section.header-nets .nets__socials h1 {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 500;
}
section.header-nets .nets__socials--icons {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  position: relative;
  z-index: 1;
}
section.header-nets .nets__socials--icons a:hover img {
  transition: all 0.75s ease-in-out;
  animation: up-down 1s ease-in infinite alternate;
}
@keyframes up-down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8px);
  }
}
@media (max-width: 61.9375em) {
  section.header-nets {
    text-align: center;
    padding: 0.5rem 0;
    height: auto;
    margin-bottom: 0;
  }
  section.header-nets .nets {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
  }
  section.header-nets .nets__contact {
    display: flex;
    align-items: center;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  section.header-nets .nets__contact h1 {
    font-size: 12px;
    text-align: start;
  }
  section.header-nets .nets__socials {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  section.header-nets .nets__socials h1 {
    font-size: 1rem;
  }
  section.header-nets .nets__socials--icons {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  section.header-nets .nets__socials--icons a img {
    width: 32px;
  }
}

section.header {
  position: relative;
  z-index: 2;
  background-color: transparent;
  padding: 30px 230px;
}
section.header .content {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1.25rem;
}
section.header .header__right {
  display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
}
section.header .header__right::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}
section.header .content__logo {
  max-width: 350px;
  margin-right: 40px;
}
section.header .content__logo img {
  display: block;
  width: 100%;
  height: auto;
}
section.header .content__nav nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
section.header .content__nav nav a {
  font-family: "Exo 2";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: white;
}
section.header .content__nav nav a img {
  padding-left: 10px;
}
section.header .content__nav nav a:hover {
  color: #ffc250;
}
section.header .content__nav nav a.active {
  color: #FCB32C;
}
section.header .content__nav nav .dropdown {
  position: relative;
  padding: 15px;
  z-index: 5;
}
section.header .content__nav nav .dropdown .drop-show {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.97);
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  width: 320px;
  list-style: none;
}
section.header .content__nav nav .dropdown .drop-show a {
  color: #213366;
  display: block;
  padding: 10px 12px;
  border-radius: 4px;
}
section.header .content__nav nav .dropdown .drop-show a:hover {
  color: #FCB32C;
}
section.header .content__nav nav .dropdown:hover .drop-show {
  display: block;
}
section.header .social {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 992px) {
  section.header {
    padding: 20px 20px;
    background-image: url("../image/backgrounds/fundo_lista.png");
    -o-object-fit: cover;
       object-fit: cover;
    text-align: center;
  }
  section.header .content {
    flex-direction: column;
    gap: 15px;
  }
  section.header .header__right {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  section.header .header__right::after {
    bottom: -20px;
  }
  section.header .content__logo {
    max-width: 180px;
    margin-right: 0;
  }
  section.header .content__nav {
    width: 100%;
  }
  section.header .content__nav nav {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  section.header .content__nav nav a {
    font-size: 16px;
    text-align: center;
  }
  section.header .content__nav nav a img {
    padding-left: 6px;
    max-width: 16px;
  }
  section.header .content__nav nav .dropdown {
    padding: 10px;
    width: 100%;
  }
  section.header .content__nav nav .dropdown .drop-show {
    width: 100%;
    max-width: 280px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px;
  }
  section.header .content__nav nav .dropdown .drop-show a {
    font-size: 14px;
    padding: 8px 10px;
  }
  section.header .social {
    gap: 15px;
    justify-content: center;
  }
  section.header .social a img {
    max-width: 28px;
    height: auto;
  }
}

section.header-content {
  min-height: 300px;
  background-size: contain;
  display: flex;
  align-items: flex-end;
  margin-top: -150px;
  padding-top: 150px;
  background-image: url("../image/backgrounds/fundo_header.png");
  position: relative;
}
section.header-content .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 35px;
}
section.header-content .content .resum {
  color: #E6E7E9;
  text-align: center;
  font-family: "Exo 2", sans-serif;
  font-size: 46px;
  font-weight: 700;
}
section.header-content .content .resum-local {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
section.header-content::before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  height: 42px;
  width: 42px;
  background-image: url("../image/pseudo/detalhe.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  z-index: 1;
}
@media (max-width: 61.9375em) {
  section.header-content {
    text-align: center;
    background-size: cover;
    min-height: 160px;
    margin-top: 0;
    padding-top: 0;
    padding: 2rem 1rem 1.5rem;
    max-width: 600px;
    margin-inline: auto;
  }
  section.header-content .content {
    padding-bottom: 0.75rem;
  }
  section.header-content .content .resum {
    font-size: 24px;
  }
  section.header-content .content .resum-local {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    row-gap: 0.25rem;
    justify-content: flex-start;
    margin-bottom: 0.25rem;
    text-align: center;
  }
  section.header-content .content .resum-local h5 {
    color: #FFFFFF;
    font-size: 1rem;
    vertical-align: middle;
  }
  section.header-content:before {
    display: none;
  }
}

.mapa {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 174px;
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: transparent;
}
.mapa .mapa-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mapa iframe {
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (max-width: 61.9375em) {
  .mapa {
    text-align: center;
    height: 250px;
    max-width: 600px;
    margin-inline: auto;
  }
  .mapa:before {
    display: none;
  }
}

section.footer {
  margin-top: -87px;
  min-height: 630px;
  background-image: url("../image/backgrounds/rodape.png");
  padding: 125px 230px 0px 230px;
}
section.footer .footer__logo-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
section.footer .footer__logo-row .logo {
  width: 470px;
  height: auto;
  text-align: center;
  margin-bottom: 80px;
  flex-shrink: 0;
}
section.footer .footer__logo-row .logo-decorator {
  position: relative;
  flex-grow: 1;
  height: 1px;
  background-color: #FFFFFF;
  top: -40px;
}
section.footer .footer__logo-row .logo-decorator::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 31px;
  transform: translateY(-50%);
  background-color: #FCB32C;
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 31'%3e%3cpath d='M19.999 15.942L10.0001 0.943592L0.00113297 15.942L10.0001 30.9404L19.999 15.942Z'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 31'%3e%3cpath d='M19.999 15.942L10.0001 0.943592L0.00113297 15.942L10.0001 30.9404L19.999 15.942Z'/%3e%3c/svg%3e");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
section.footer .footer__logo-row .logo-decorator.left::after {
  right: -30px;
}
section.footer .footer__logo-row .logo-decorator.right::after {
  left: -30px;
}
section.footer .footer__columns-row {
  display: flex;
  justify-content: space-between;
}
section.footer .footer__columns-row .itens {
  padding: 0 61px;
}
section.footer .footer__columns-row .itens:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
section.footer .footer__columns-row .itens:first-child {
  padding-left: 0;
}
section.footer .footer__columns-row .itens:last-child {
  padding-right: 0;
}
section.footer .footer__columns-row h1 {
  color: #FCB32C;
  font-family: "Exo 2";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
section.footer .footer__columns-row .menu {
  color: #FFFFFF;
  flex: 1;
}
section.footer .footer__columns-row .menu__list {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
section.footer .footer__columns-row .menu__list--item {
  font-family: "Exo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: white;
}
section.footer .footer__columns-row .menu__list--item:hover, section.footer .footer__columns-row .menu__list--item.active {
  color: #D89A20;
}
section.footer .footer__columns-row .extra__modalidades {
  color: #FFFFFF;
  flex: 1;
}
section.footer .footer__columns-row .extra__modalidades .menu-seguros {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
section.footer .footer__columns-row .extra__modalidades .menu-seguros .item {
  font-family: "Exo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: white;
  white-space: nowrap;
}
section.footer .footer__columns-row .extra__modalidades .menu-seguros .item:hover, section.footer .footer__columns-row .extra__modalidades .menu-seguros .item.active {
  color: #D89A20;
}
section.footer .footer__columns-row .extra {
  flex: 1;
}
section.footer .footer__columns-row .extra__modalidades {
  color: #FFFFFF;
}
section.footer .footer__columns-row .extra__modalidades img {
  margin: 0.5rem 0 1rem;
}
section.footer .footer__columns-row .extra__modalidades__list {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
section.footer .footer__columns-row .extra__modalidades__list--item {
  font-size: 1.125rem;
  color: #FFFFFF;
}
section.footer .footer__columns-row .extra__modalidades__list--item:hover, section.footer .footer__columns-row .extra__modalidades__list--item.active {
  color: #D89A20;
}
section.footer .footer__columns-row .info,
section.footer .footer__columns-row .contact {
  color: #FFFFFF;
  flex: 1;
}
section.footer .footer__columns-row .info .line,
section.footer .footer__columns-row .contact .line {
  margin: 0.5rem 0 1rem;
}
section.footer .footer__columns-row .info__list,
section.footer .footer__columns-row .contact__list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
section.footer .footer__columns-row .info__list h5,
section.footer .footer__columns-row .contact__list h5 {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
section.footer .footer__columns-row .info__list--item,
section.footer .footer__columns-row .contact__list--item {
  font-size: 1.125rem;
  color: #FFFFFF;
}
section.footer .footer__columns-row .info__list--item:hover, section.footer .footer__columns-row .info__list--item.active,
section.footer .footer__columns-row .contact__list--item:hover,
section.footer .footer__columns-row .contact__list--item.active {
  color: #D89A20;
}
section.footer .footer__columns-row .info__schedule {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.footer .footer__columns-row .contact__list--socials {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.footer .footer__columns-row .contact__list--socials .social-icons-group {
  display: flex;
  align-items: baseline;
  -moz-column-gap: 22px;
       column-gap: 22px;
}
@media (max-width: 61.9375em) {
  section.footer {
    text-align: center;
    background-size: cover;
    padding: 150px 20px 40px 20px;
    max-width: 600px;
    margin-inline: auto;
  }
  section.footer .footer__logo-row {
    margin-bottom: 1.25rem;
    padding-inline: 0.25rem;
  }
  section.footer .footer__logo-row .logo {
    width: auto;
  }
  section.footer .footer__logo-row .logo p {
    font-size: 1rem;
    margin: 0.25rem 0 0.5rem;
    line-height: 120%;
    text-align: start;
  }
  section.footer .footer__columns-row {
    display: flex;
    flex-direction: column;
    row-gap: 61px;
    justify-content: start;
  }
  section.footer .footer__columns-row .itens {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  section.footer .footer__columns-row .extra__modalidades h1 {
    font-size: 1.125rem;
  }
  section.footer .footer__columns-row .extra__modalidades img {
    margin: 0.25rem 0 0.75rem;
  }
  section.footer .footer__columns-row .extra__modalidades__list {
    row-gap: 0.5rem;
  }
  section.footer .footer__columns-row .extra__modalidades__list--item {
    font-size: 1rem;
  }
  section.footer .footer__columns-row .info--title,
  section.footer .footer__columns-row .contact--title {
    font-size: 1.125rem;
  }
  section.footer .footer__columns-row .info .line,
  section.footer .footer__columns-row .contact .line {
    margin: 0.25rem 0 0.75rem;
  }
  section.footer .footer__columns-row .info__list,
  section.footer .footer__columns-row .contact__list {
    flex-direction: column;
    flex-wrap: wrap;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    justify-content: space-between;
    row-gap: 0.75rem;
  }
  section.footer .footer__columns-row .info__list--item,
  section.footer .footer__columns-row .contact__list--item {
    font-size: 1rem;
  }
  section.footer .footer__columns-row .info .info__schedule,
  section.footer .footer__columns-row .contact .info__schedule {
    width: 100%;
    align-items: center;
  }
  section.footer .footer__columns-row .contact__list--socials {
    align-items: center;
  }
  section.footer .footer__columns-row .contact__list--socials img {
    width: 32px;
  }
  section.footer .footer__columns-row .itens:not(:last-child) {
    border: none;
  }
}

section.footer-copyright {
  height: 66px;
  background-color: #282828;
  display: grid;
  place-items: center;
}
section.footer-copyright .copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.footer-copyright .copyright h5 {
  color: white;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
}
@media (max-width: 61.9375em) {
  section.footer-copyright {
    text-align: center;
    height: auto;
    display: grid;
    place-items: center;
    padding: 0.75rem 0.25rem;
    max-width: 600px;
    margin-inline: auto;
    margin-bottom: 60px;
  }
  section.footer-copyright .copyright {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    justify-content: center;
  }
  section.footer-copyright .copyright h5 {
    font-size: 0.75rem;
  }
  section.footer-copyright .copyright a img {
    max-width: 140px;
  }
}

section.formulario-enviado {
  padding: 200px 0 250px 0;
  color: #213366;
  background-image: url("../image/backgrounds/modalidades.png");
  margin-bottom: -87px;
}
section.formulario-enviado .box-in {
  text-align: center;
}
section.formulario-enviado .box-in h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
section.formulario-enviado .box-in a {
  color: #213366;
  font-weight: 500;
  border-bottom: 1px dotted #213366;
}
section.formulario-enviado .box-in .btn-voltar {
  color: #213366;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #213366;
  transition: 0.3s all;
}
section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #213366;
  color: white;
}
section.formulario-enviado .box-in .btn-voltar i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
section.formulario-enviado .box-in h3 {
  font-size: 24px;
  font-weight: 400;
  color: #213366;
}
section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 700;
  color: #213366;
  line-height: 1;
}
@media (max-width: 991px) {
  section.formulario-enviado {
    padding: 80px 0;
    text-align: center;
  }
  section.formulario-enviado .container {
    position: relative;
    z-index: 2;
  }
  section.formulario-enviado .box-in .btn-voltar {
    font-size: 13px;
    margin: 10px 0;
  }
  section.formulario-enviado .box-in h3 {
    font-size: 16px;
  }
  section.formulario-enviado .box-in h5 {
    font-size: 15px;
  }
  section.formulario-enviado .box-in h1 {
    font-size: 28px;
  }
}

section.breadcrumb {
  margin-bottom: 0;
  font-size: 1rem;
  position: relative;
  color: #FFFFFF;
}
section.breadcrumb a {
  margin: 0 5px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Poppins";
  font-size: 12px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
section.breadcrumb a:first-child {
  margin-left: 0;
}
section.breadcrumb a:last-child {
  margin-right: 0;
}
section.breadcrumb a.active {
  color: #FFC348;
}
section.breadcrumb a:hover {
  text-decoration: underline;
}
@media (max-width: 61.9375em) {
  section.breadcrumb {
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  section.breadcrumb a {
    font-size: 12px;
  }
}

section.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: white;
}
section.preloader .loader {
  border: 6px solid #e5e5e5;
  border-top-color: #FCB32C;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}

* {
  scrollbar-width: thick; /* none | auto  */
  scrollbar-color: #FCB32C transparent;
}

*::-webkit-scrollbar {
  width: 14px; /* vertical scrollbar */
  height: 14px; /* horizontal scrollbar */
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: #FCB32C;
}

*::-webkit-scrollbar-thumb:hover {
  background: #213366;
}

.form {
  background-image: url("../image/backgrounds/forms/bg-forms-equipamentos.png");
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  width: 1220px;
  min-height: 700px;
  background-color: white;
  padding: 50px 127px;
  border-radius: 18px;
  box-shadow: 0 2px 15.7px 0 rgba(0, 0, 0, 0.21);
  border-bottom: 3px solid #FCB32C;
}
.form .preencha {
  font-family: Poppins;
  font-size: 32px;
  font-style: italic;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  color: #213366;
  margin-bottom: 24px;
}
.form .obrigatorios {
  font-family: Poppins;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  color: #213366;
  margin-bottom: 70px;
}
.form .campos {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.form .campos .linha {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 19px;
  align-items: flex-end;
  justify-content: space-between;
}
.form .campos .linha .campo {
  width: 50%;
}
.form .campos .linha .campo label {
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #213366;
  margin-bottom: 20px;
  display: block;
}
.form .campos .linha .campo input, .form .campos .linha .campo select {
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.65);
  background-color: transparent;
  color: black;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  width: 100%;
}
.form .campos .linha .campo input::-moz-placeholder, .form .campos .linha .campo select::-moz-placeholder {
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: rgba(0, 0, 0, 0.699);
}
.form .campos .linha .campo input::placeholder, .form .campos .linha .campo select::placeholder {
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: rgba(0, 0, 0, 0.699);
}
.form .campos .linha .campo input:focus, .form .campos .linha .campo select:focus {
  background-color: transparent;
  outline: none;
}
.form .campos .linha .campo input option, .form .campos .linha .campo select option {
  background-color: transparent;
}
.form .campos .linha .campo input option:hover, .form .campos .linha .campo select option:hover {
  background-color: white;
}
.form .campos .linha .campo select {
  font-size: 16px;
  padding: 9px;
}
.form .campos .linha .campo textarea {
  height: 100px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.65);
  background-color: transparent;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  border-color: rgba(0, 0, 0, 0.65);
  width: 100%;
}
.form .campos .linha .campo textarea:focus {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.65);
  border-color: rgba(0, 0, 0, 0.65);
  outline: none;
  background-color: transparent;
}
.form .campos .linha .campo .lista-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 5px;
  width: 100%;
  padding: 5px 0;
}
.form .campos .linha .campo .lista-checkboxes label {
  font-size: 16px;
  margin-bottom: 5px;
  width: auto;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: black;
}
.form .campos .linha .campo .lista-checkboxes label input[type=checkbox] {
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0 8px 0 0;
  border: 1px solid #213366;
  align-self: center;
  flex-shrink: 0;
}
.form .campos .linha .campo-data-periodo {
  display: flex;
  flex-direction: column;
}
.form .campos .linha .campo-data-periodo .datas-wrapper {
  display: flex;
  width: 100%;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.form .campos .linha .campo-data-periodo .datas-wrapper span {
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #213366;
}
.form .campos .linha .botao {
  width: 40%;
  display: flex;
  justify-content: center;
  background-color: transparent;
  margin-top: 15px;
}
.form .campos .linha-botao {
  justify-content: flex-end;
}
.form .campos .completa {
  width: 100%;
}
.form .campos .completa .campo {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 992px) {
  .form {
    padding: 30px 25px;
  }
  .form .preencha {
    font-size: 24px;
  }
  .form .obrigatorios {
    font-size: 10px;
    margin-bottom: 50px;
  }
  .form .campos .linha {
    flex-wrap: wrap;
  }
  .form .campos .linha .campo {
    min-width: 100%;
  }
  .form .campos .linha .campo label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .form .campos .linha .campo input, .form .campos .linha .campo select {
    padding: 8px;
  }
  .form .campos .linha .campo input[type=date] {
    font-size: 14px;
  }
  .form .campos .linha .campo select {
    font-size: 13px;
  }
  .form .campos .linha .campo .lista-checkboxes {
    gap: 10px;
  }
  .form .campos .linha .campo .lista-checkboxes label {
    font-size: 14px;
    width: 100%;
    margin-bottom: 8px;
  }
  .form .campos .linha .campo .lista-checkboxes label input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
  .form .campos .linha .campo-data-periodo .datas-wrapper {
    gap: 10px;
  }
  .form .campos .linha .campo-data-periodo .datas-wrapper span {
    font-size: 14px;
  }
}

body main section.home-comparison {
  padding: 0;
}
body main section.home-comparison .comparison {
  margin: 0;
  max-width: 100%;
}
body main section.home-comparison .comparison .banner-slogan {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
body main section.home-comparison .comparison--cards {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  -moz-column-gap: 120px;
       column-gap: 120px;
  max-width: 100%;
  min-height: 947px;
  background-image: url("../image/banners/banner_comparacao.png");
  flex-wrap: wrap;
  padding-top: 100px;
  padding-bottom: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body main section.home-comparison .comparison--cards .card-comparison {
  width: 100%;
  max-width: 650px;
  margin-bottom: 60px;
}
body main section.home-comparison .comparison--cards .card-comparison .title {
  display: block;
  width: 100%;
  text-align: start;
  margin-bottom: 12px;
}
body main section.home-comparison .comparison--cards .card-comparison .title h5 {
  font-family: "Exo 2";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #213366;
}
body main section.home-comparison .comparison--cards .card-comparison .content {
  background: white;
  border-radius: 18px;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
body main section.home-comparison .comparison--cards .card-comparison .content .lista {
  font-family: Poppins;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  color: #213366;
  margin: 0;
  list-style: none;
  padding-left: 0;
}
body main section.home-comparison .comparison--cards .card-comparison .content .lista li {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
body main section.home-comparison .comparison--cards .card-comparison .content .lista li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 12px;
  top: calc(100% - 24px);
  width: 2px;
  height: 70px;
  background-color: #FCB32C;
  transform: translateX(-50%);
  z-index: 1;
}
body main section.home-comparison .comparison--cards .card-comparison:nth-child(1) .content .lista li::before {
  content: url("../image/pseudo/icon_cross.png");
  display: block;
  z-index: 2;
}
body main section.home-comparison .comparison--cards .card-comparison:nth-child(2) .title h5 {
  color: #213366;
}
body main section.home-comparison .comparison--cards .card-comparison:nth-child(2) .content .lista li::before {
  content: url("../image/pseudo/icon_check.png");
  display: block;
  z-index: 2;
}
body main section.home-comparison .comparison--cards {
  position: relative;
}
body main section.home-comparison .comparison--cards::before {
  content: url("../image/pseudo/logo_comparacao.png");
  position: absolute;
  top: 37%;
  bottom: none;
  left: 50%;
  right: none;
  transform: translate(-50%, -50%);
  z-index: 1;
}
body main section.home-comparison .comparison--cards::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: white;
  left: 50%;
  z-index: 0;
  top: 37%;
  bottom: 333px;
}
body main section.home-comparison .comparison .cta {
  border: 1px solid white;
  border-radius: 18px;
  color: white;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 40px;
}
body main section.home-comparison .comparison .cta strong {
  font-family: "Exo 2";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 58.8px */
}
body main section.home-comparison .comparison .cta div {
  margin-top: 50px;
  display: inline-block;
}
@media (max-width: 61.9375em) {
  body main section.home-comparison {
    text-align: center;
    background-image: url("../image/backgrounds/fundo_lista");
    -o-object-fit: cover;
       object-fit: cover;
  }
  body main section.home-comparison .comparison--header {
    row-gap: 0.75rem;
    margin: 0 auto 0.5rem;
  }
  body main section.home-comparison .comparison--header h1 {
    font-size: 1.25rem;
  }
  body main section.home-comparison .comparison--header p {
    font-size: 1rem;
    line-height: 120%;
  }
  body main section.home-comparison .comparison--cards {
    flex-wrap: wrap;
    padding: 20px 0px 20px 0px;
  }
  body main section.home-comparison .comparison--cards::after {
    content: none;
  }
  body main section.home-comparison .comparison--cards .card-comparison {
    margin: 0px;
  }
  body main section.home-comparison .comparison--cards .card-comparison .title {
    padding: 0.5rem 2rem;
    margin-bottom: 0.25rem;
  }
  body main section.home-comparison .comparison--cards .card-comparison .title h5 {
    font-size: 20px;
  }
  body main section.home-comparison .comparison--cards .card-comparison .content {
    padding: 1rem 1.25rem;
    row-gap: 0;
    margin: 20px;
    border: 2px solid #FCB32C;
  }
  body main section.home-comparison .comparison--cards .card-comparison .content p {
    font-size: 1rem;
    line-height: 120%;
  }
  body main section.home-comparison .comparison--cards .card-comparison .content .lista li {
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: start;
  }
  body main section.home-comparison .comparison--cards .card-comparison .content .lista li:not(:last-child)::after {
    width: 0px;
    height: 0px;
  }
  body main section.home-comparison .comparison--cards .card-comparison:nth-child(1) .content .lista li::before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background-color: #FCB32C;
    border-radius: 100%;
    z-index: 2;
  }
  body main section.home-comparison .comparison--cards .card-comparison:nth-child(2) .content .lista li::before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background-color: #FCB32C;
    border-radius: 100%;
    z-index: 2;
  }
  body main section.home-comparison .comparison--cards {
    position: relative;
  }
  body main section.home-comparison .comparison--cards::before {
    content: url("../image/pseudo/comparacao.png");
    position: absolute;
    top: calc(50% - 1px);
    bottom: none;
    left: 50%;
    right: none;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  body main section.home-comparison .comparison .cta {
    margin: 20px;
  }
  body main section.home-comparison .comparison .cta p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 120%;
  }
  body main section.home-comparison .comparison .cta p strong {
    font-size: 24px;
  }
  body main section.home-comparison .comparison .cta div {
    margin: 0;
  }
}
body main section.home-modalidades {
  padding: 60px 0 80px 0;
  background-image: url("../image/backgrounds/modalidades.png");
  background-size: cover;
  background-position: center;
  position: relative;
}
body main section.home-modalidades .modalidades--header {
  max-width: 930px;
  margin-inline: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-bottom: 3.25rem;
  color: #213366;
}
body main section.home-modalidades .modalidades--header h1 {
  font-family: "Exo 2";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 36px;
}
body main section.home-modalidades .modalidades--header h1 strong {
  font-weight: 800;
}
body main section.home-modalidades .modalidades--header h2 {
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}
body main section.home-modalidades .modalidades--header p {
  font-family: "Exo 2";
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  position: relative;
  margin-bottom: 58px;
}
body main section.home-modalidades .modalidades--header p::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 1px;
  background-color: #213366;
}
body main section.home-modalidades .modalidades--header p::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #213366;
  transform: translateX(-50%) rotate(45deg);
}
body main section.home-modalidades .modalidades--buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 38px;
  margin-top: 60px;
}
body main section.home-modalidades .modalidades .btn-link {
  color: rgba(0, 0, 0, 0.7) !important;
}
@media (max-width: 992px) {
  body main section.home-modalidades {
    padding: 1.25rem 0 50px 0;
    background-position: left;
  }
  body main section.home-modalidades .modalidades {
    padding: 20px;
  }
  body main section.home-modalidades .modalidades--header {
    row-gap: 0;
    margin-bottom: 0;
  }
  body main section.home-modalidades .modalidades--header h1 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  body main section.home-modalidades .modalidades--header h2 {
    font-size: 18px;
  }
  body main section.home-modalidades .modalidades--header p {
    font-size: 1rem;
    line-height: 120%;
    margin-bottom: 40px;
  }
  body main section.home-modalidades .modalidades--buttons {
    flex-direction: column;
    gap: 20px;
    margin-top: 0px;
  }
}
body main section.home-nossa-historia {
  width: 1890px;
}
body main section.home-nossa-historia .nossa-historia {
  background-image: url("../image/backgrounds/nossa_historia.png");
  height: 709px;
  color: white;
  padding: 95px 230px 130px 230px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
body main section.home-nossa-historia .nossa-historia .info {
  max-width: 800px;
}
body main section.home-nossa-historia .nossa-historia .info .titulo {
  position: relative;
  font-family: "Exo 2";
  font-size: 20px;
  font-style: italic;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 60px;
}
body main section.home-nossa-historia .nossa-historia .info .titulo::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 100px;
  transform: translateX(-50%);
  width: 200px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
body main section.home-nossa-historia .nossa-historia .info .titulo::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 100px;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.7);
  transform: translateX(-50%) rotate(45deg);
}
body main section.home-nossa-historia .nossa-historia .info .texto {
  width: 80%;
}
body main section.home-nossa-historia .nossa-historia .info .texto h2 {
  font-family: "Exo 2";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
body main section.home-nossa-historia .nossa-historia .info .texto h2 strong {
  font-weight: 700;
  color: #FCB32C;
}
body main section.home-nossa-historia .nossa-historia .info .texto p {
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 40px;
}
body main section.home-nossa-historia .nossa-historia .imagem {
  position: relative;
}
body main section.home-nossa-historia .nossa-historia .imagem::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -60px;
  width: 120px;
  height: 130px;
  background-image: url("../image/pseudo/pseudo_nossa_historia.png");
  background-color: #132f80;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
body main section.home-nossa-historia .nossa-historia .imagem img {
  width: 526px;
  height: 410px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
  position: relative;
  z-index: 2;
}
body main section.home-nossa-historia .nossa-historia .imagem .cards .card {
  position: absolute;
  z-index: 5;
  padding: 12px 20px;
  border-radius: 10px;
  background-color: white;
  text-align: center;
  color: #213366;
  width: -moz-max-content;
  width: max-content;
}
body main section.home-nossa-historia .nossa-historia .imagem .cards .card strong {
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
body main section.home-nossa-historia .nossa-historia .imagem .cards .card p {
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
body main section.home-nossa-historia .nossa-historia .imagem .cards .card:nth-child(1) {
  top: 15px;
  right: -93px;
}
body main section.home-nossa-historia .nossa-historia .imagem .cards .card:nth-child(2) {
  top: 120px;
  right: -140px;
}
body main section.home-nossa-historia .nossa-historia .imagem .cards .card:nth-child(3) {
  text-align: start;
  bottom: 105px;
  right: -175px;
  z-index: 0;
}
body main section.home-nossa-historia .nossa-historia a.btn-primary {
  background-color: transparent;
}
body main section.home-nossa-historia .nossa-historia a.btn-primary .text-box {
  border-color: white;
}
body main section.home-nossa-historia .nossa-historia a.btn-primary .text-box h5 {
  color: white;
}
body main section.home-nossa-historia .nossa-historia a.btn-primary .arrow-box {
  background-color: white;
  border-color: white;
}
@media (max-width: 992px) {
  body main section.home-nossa-historia {
    width: 100%;
  }
  body main section.home-nossa-historia .nossa-historia {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px;
  }
  body main section.home-nossa-historia .nossa-historia .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body main section.home-nossa-historia .nossa-historia .info .titulo {
    text-align: center;
    font-size: 14px;
  }
  body main section.home-nossa-historia .nossa-historia .info .titulo::before {
    bottom: -15px;
    left: 40px;
  }
  body main section.home-nossa-historia .nossa-historia .info .titulo::after {
    bottom: -12px;
    left: 40px;
  }
  body main section.home-nossa-historia .nossa-historia .info .texto h2 {
    font-size: 18px;
    text-align: center;
  }
  body main section.home-nossa-historia .nossa-historia .info .texto p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
  }
  body main section.home-nossa-historia .nossa-historia .imagem {
    margin-bottom: 20px;
  }
  body main section.home-nossa-historia .nossa-historia .imagem::before {
    content: none;
  }
  body main section.home-nossa-historia .nossa-historia .imagem img {
    width: 350px;
    height: 273px;
  }
}
body main section.home-benefits {
  min-height: 1313px;
  background-image: url("../image/backgrounds/fundo_lugar_certo.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 80px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
body main section.home-benefits .benefits {
  width: 100%;
  margin: 0px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body main section.home-benefits .benefits .titulo-vantagem {
  text-align: center;
  font-family: "Exo 2";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #213366;
  margin-top: -120px;
  margin-bottom: 35px;
}
body main section.home-benefits .benefits .cards {
  display: flex;
  flex-direction: row;
  gap: 15px;
  color: #213366;
  justify-content: center;
  align-items: center;
  margin: 0px;
}
body main section.home-benefits .benefits .cards .card {
  padding: 37px 26px;
  padding-bottom: 50px;
  border: 1px solid #FCB32C;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  width: 275px;
  height: 350px;
  gap: 30px;
}
body main section.home-benefits .benefits .cards .card .titulo {
  font-family: "Exo 2";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.home-benefits .benefits .cards .card .descricao {
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}
body main section.home-benefits .benefits .btn-link {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
  padding: 0.5rem 1.5rem;
  margin-top: 0.75rem;
}
@media (max-width: 992px) {
  body main section.home-benefits {
    padding: 20px;
    background-position: top left;
  }
  body main section.home-benefits .benefits .titulo-vantagem {
    margin-top: 20px;
  }
  body main section.home-benefits .benefits .titulo-vantagem p {
    font-size: 22px;
  }
  body main section.home-benefits .benefits .cards {
    display: flex;
    flex-direction: column;
    width: 275px;
  }
  body main section.home-benefits .benefits .cards .card {
    height: -moz-fit-content;
    height: fit-content;
  }
}
body main .bg-transparent {
  background-image: url("");
  background-color: transparent;
}
body main .bg-depoimentos {
  background-image: url("../image/backgrounds/depoimentos.png");
  background-repeat: no-repeat;
}
body main section.depositions {
  min-height: 640px;
  padding: 80px 200px;
  background-size: cover;
}
body main section.depositions .depositions {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
}
body main section.depositions .depositions__title {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  text-align: center;
}
body main section.depositions .depositions__title h1 {
  position: relative;
  color: #213366;
  font-family: "Exo 2";
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 60px;
}
body main section.depositions .depositions__title h1::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 1px;
  background-color: #213366;
}
body main section.depositions .depositions__title h1::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #213366;
  transform: translateX(-50%) rotate(45deg);
}
body main section.depositions .depositions__title img {
  order: 2;
}
body main section.depositions .depositions__texto {
  font-family: "Exo 2";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #213366;
}
body main section.depositions .depositions #depositions-slider {
  max-width: auto;
  margin-inline: auto;
}
body main section.depositions .depositions #depositions-slider .card-depositions {
  width: 100%;
  max-width: 350px;
  min-height: 300px;
  background-color: white;
  border-radius: 18px;
  padding: 40px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
}
body main section.depositions .depositions #depositions-slider .card-depositions p {
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}
body main section.depositions .depositions #depositions-slider .card-depositions h2 {
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #FCB32C;
  margin-bottom: 5px;
}
body main section.depositions .depositions #depositions-slider .card-depositions h3 {
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #213366;
  margin: 0;
}
body main section.depositions .depositions #depositions-slider .card-depositions__content {
  color: black;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
body main section.depositions .depositions #depositions-slider .card-depositions__content__description {
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  flex: 1;
  margin-bottom: 0;
}
body main section.depositions .depositions #depositions-slider .card-depositions__content > div:last-child {
  margin-top: auto;
  padding-top: 20px;
}
body main section.depositions .depositions #depositions-slider .owl-nav {
  width: 1360px;
  position: absolute;
  left: 50%;
  top: calc(50% - 31px);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.depositions .depositions #depositions-slider .owl-nav .owl-prev:hover img,
body main section.depositions .depositions #depositions-slider .owl-nav .owl-next:hover img {
  filter: invert(72%) sepia(96%) saturate(748%) hue-rotate(149deg) brightness(94%) contrast(100%);
}
body main section.depositions.inner {
  min-height: auto;
  padding: 124px 0 102px;
  position: relative;
}
body main section.depositions.inner::before {
  content: url("../image/pseudo/depoimentos-2.png");
  position: absolute;
  top: -42px;
  bottom: none;
  left: 0;
  right: none;
  transform: translateX(0%);
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 61.9375em) {
  body main section.depositions.inner {
    text-align: center;
    padding: 1.25rem 0;
  }
  body main section.depositions.inner:before {
    display: none;
  }
}
@media (max-width: 61.9375em) {
  body main section.depositions {
    text-align: center;
    padding: 40px 20px;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  body main section.depositions .depositions__title {
    height: -moz-fit-content;
    height: fit-content;
    text-align: center;
  }
  body main section.depositions .depositions__title h1 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  body main section.depositions .depositions__texto h1 {
    font-size: 22px;
  }
  body main section.depositions .depositions #depositions-slider {
    display: flex;
  }
  body main section.depositions .depositions #depositions-slider .card-depositions {
    text-align: start;
  }
  body main section.depositions .depositions #depositions-slider .card-depositions__content__description {
    font-size: 1rem;
  }
  body main section.depositions .depositions #depositions-slider .card-depositions__content__title {
    font-size: 1rem;
  }
  body main section.depositions .depositions #depositions-slider .card-depositions__content .aspas {
    right: 0.5rem;
  }
  body main section.depositions .depositions #depositions-slider .owl-nav {
    display: none;
  }
}
body main section.home-slogan {
  width: 100%;
  height: 500px;
  background-color: black;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
body main section.home-slogan video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.home-slogan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
body main section.home-slogan .slogan {
  position: absolute;
  font-family: "Exo 2";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: white;
  z-index: 2;
}
body main section.about-history {
  background-image: url("../image/backgrounds/about/historia.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.25rem;
  padding-top: 85px;
  width: 100%;
  height: 825px;
  color: white;
}
body main section.about-history .history {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 120px;
       column-gap: 120px;
  max-width: 1364px;
  margin-left: 380px;
}
body main section.about-history .history__aside {
  width: 568px;
  display: flex;
  flex-direction: column;
}
body main section.about-history .history__aside--title {
  display: flex;
  flex-direction: column;
  font-family: "Exo 2";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 60px;
  position: relative;
}
body main section.about-history .history__aside--title::after {
  content: "";
  position: absolute;
  top: -15px;
  left: 18%;
  transform: translateX(-50%);
  width: 200px;
  height: 1px;
  background-color: #FCB32C;
}
body main section.about-history .history__aside--title::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 18%;
  width: 8px;
  height: 8px;
  background-color: #FCB32C;
  transform: translateX(-50%) rotate(45deg);
}
body main section.about-history .history__aside p {
  margin-bottom: 30px;
}
body main section.about-history .history__aside--text {
  font-family: Poppins;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  text-align: justify;
}
body main section.about-history .history__aside .btn-primary {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
body main section.about-history .history__image img {
  width: 480px;
  height: 600px;
  border-radius: 18px;
}
@media (max-width: 61.9375em) {
  body main section.about-history {
    text-align: center;
    padding: 40px 20px;
    background-image: url("../image/backgrounds/fundo_lista.png");
    height: -moz-fit-content;
    height: fit-content;
  }
  body main section.about-history .history {
    display: flex;
    flex-direction: column;
    margin: 0;
    align-items: center;
  }
  body main section.about-history .history__aside {
    width: 100%;
    row-gap: 0.5rem;
    align-items: center;
  }
  body main section.about-history .history__aside--title {
    font-size: 42px;
  }
  body main section.about-history .history__aside--title::before {
    top: -22%;
    left: 50%;
  }
  body main section.about-history .history__aside--title::after {
    top: -16%;
    left: 50%;
  }
  body main section.about-history .history__aside--image {
    max-width: 300px;
  }
  body main section.about-history .history__aside p {
    font-size: 1rem;
    line-height: 120%;
  }
  body main section.about-history .history__image img {
    width: 100%;
    max-width: 256px;
    height: auto;
    margin-inline: auto;
  }
}
body main section.about-experience {
  background-image: url("../image/backgrounds/about/experiencia.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 114px 0 196px;
}
body main section.about-experience .experience {
  display: flex;
  align-items: center;
  justify-content: end;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
body main section.about-experience .experience__aside {
  width: 568px;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
body main section.about-experience .experience__aside--title {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
body main section.about-experience .experience__aside--title h1 {
  color: #FCB32C;
  font-size: 1.875rem;
  font-weight: 700;
}
body main section.about-experience .experience__aside--title img {
  max-width: 284px;
  order: 2;
}
body main section.about-experience .experience__aside--title p {
  font-size: 1.125rem;
  max-width: 562px;
  order: 3;
}
body main section.about-experience .experience__aside .btn-primary {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
body main section.about-experience .experience__image img {
  width: 538px;
  height: 564px;
}
body main section.about-experience {
  position: relative;
}
body main section.about-experience::before {
  content: url("../image/pseudo/vergalhao.png");
  position: absolute;
  top: -50%;
  bottom: none;
  left: 0;
  right: none;
  pointer-events: none;
}
@media (max-width: 61.9375em) {
  body main section.about-experience {
    text-align: center;
    background-image: none;
    padding: 1.25rem 0;
  }
  body main section.about-experience .experience {
    justify-content: center;
  }
  body main section.about-experience .experience__aside {
    width: 100%;
    row-gap: 1.5rem;
  }
  body main section.about-experience .experience__aside--title {
    row-gap: 0.75rem;
  }
  body main section.about-experience .experience__aside--title h1 {
    font-size: 1.25rem;
  }
  body main section.about-experience .experience__aside--title p {
    font-size: 1rem;
  }
  body main section.about-experience .experience__aside .btn-primary {
    margin-inline: auto;
  }
  body main section.about-experience:before {
    display: none;
  }
}
body main section.motivacao {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  background-image: url("../image/backgrounds/motivacao.png");
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 488px;
}
body main section.motivacao .texto {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 577px;
  gap: 50px;
  color: white;
}
body main section.motivacao .texto h1 {
  font-family: "Exo 2";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.motivacao .texto p {
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}
body main section.motivacao .texto::after {
  content: "";
  position: absolute;
  bottom: 100px;
  left: 0px;
  transform: translateX(-63%) rotate(90deg);
  width: 200px;
  height: 2px;
  background-color: #FCB32C;
}
body main section.motivacao .texto::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -36px;
  width: 20px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='31' viewBox='0 0 21 31' fill='none'%3E%3Cpath d='M0 15.2098L10.1399 -4.3869e-05L20.2797 15.2098L10.1399 30.4196L0 15.2098Z' fill='%23FCB32C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 992px) {
  body main section.motivacao {
    padding: 100px 40px;
    -o-object-fit: cover;
       object-fit: cover;
    background-image: url("../image/backgrounds/bg-preto.png");
    background-position: top right;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: -moz-fit-content;
    height: fit-content;
  }
  body main section.motivacao .texto h1 {
    text-align: center;
  }
  body main section.motivacao .texto::before {
    content: none;
  }
  body main section.motivacao .texto::after {
    content: none;
  }
}
body main section.valores {
  width: 100%;
  height: 405px;
  background-image: url("../image/backgrounds/about/valores.png");
  padding: 70px 230px;
  color: #213366;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
body main section.valores .titulo {
  font-family: "Exo 2";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  position: relative;
}
body main section.valores .titulo::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 31px;
  transform: translateY(33%) translateX(140%);
  background-color: #FCB32C;
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 31'%3e%3cpath d='M19.999 15.942L10.0001 0.943592L0.00113297 15.942L10.0001 30.9404L19.999 15.942Z'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 31'%3e%3cpath d='M19.999 15.942L10.0001 0.943592L0.00113297 15.942L10.0001 30.9404L19.999 15.942Z'/%3e%3c/svg%3e");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
body main section.valores .titulo::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 31px;
  transform: translateY(30%) translateX(-230%);
  background-color: #FCB32C;
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 31'%3e%3cpath d='M19.999 15.942L10.0001 0.943592L0.00113297 15.942L10.0001 30.9404L19.999 15.942Z'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 31'%3e%3cpath d='M19.999 15.942L10.0001 0.943592L0.00113297 15.942L10.0001 30.9404L19.999 15.942Z'/%3e%3c/svg%3e");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
body main section.valores .cards-valores {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
body main section.valores .cards-valores .card {
  width: 260px;
  height: 150px;
  border: 1px solid #FCB32C;
  border-radius: 8px;
  padding: 37px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
body main section.valores .cards-valores .card .icon {
  width: 55px;
  height: 55px;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.valores .cards-valores .card .texto {
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}
@media (max-width: 992px) {
  body main section.valores {
    padding: 40px 20px 80px 20px;
    height: -moz-fit-content;
    height: fit-content;
  }
  body main section.valores .cards-valores {
    display: flex;
    flex-direction: column;
  }
}
body main section.porque {
  width: 100%;
  height: 1050px;
  background-color: #F8F8F8;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main section.porque .logo {
  margin-bottom: 50px;
}
body main section.porque .titulo {
  font-family: "Exo 2";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 70px;
  color: #213366;
}
body main section.porque .titulo strong {
  font-weight: 700;
}
body main section.porque .motivos {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 440px;
}
body main section.porque .motivos .item {
  position: absolute;
}
body main section.porque .motivos .item:nth-child(1) {
  top: 180px;
  left: -3%;
}
body main section.porque .motivos .item:nth-child(2) {
  top: 90px;
  left: 20%;
}
body main section.porque .motivos .item:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 29px;
  left: -146px;
  width: 300px;
  height: 1px;
  background-color: #353434;
  transform: rotate(-20deg);
  transform-origin: left center;
  z-index: 1;
}
body main section.porque .motivos .item:nth-child(3) {
  top: 180px;
  left: 53%;
  transform: translateX(-50%);
}
body main section.porque .motivos .item:nth-child(3)::before {
  content: "";
  position: absolute;
  top: -165px;
  left: -185px;
  width: 300px;
  height: 1px;
  background-color: #353434;
  transform: rotate(19deg);
  transform-origin: left center;
  z-index: 1;
}
body main section.porque .motivos .item:nth-child(4) {
  top: 90px;
  left: 67%;
}
body main section.porque .motivos .item:nth-child(4)::before {
  content: "";
  position: absolute;
  top: 25px;
  left: -150px;
  width: 300px;
  height: 1px;
  background-color: #353434;
  transform: rotate(-20deg);
  transform-origin: left center;
  z-index: 1;
}
body main section.porque .motivos .item:nth-child(5) {
  top: 180px;
  right: -10%;
}
body main section.porque .motivos .item:nth-child(5)::before {
  content: "";
  position: absolute;
  top: -166px;
  left: -185px;
  width: 300px;
  height: 1px;
  background-color: #353434;
  transform: rotate(19deg);
  transform-origin: left center;
  z-index: 1;
}
body main section.porque .motivos .item .icon {
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  margin: 0;
}
body main section.porque .motivos .item .card {
  display: flex;
  height: 200px;
  width: 230px;
  padding: 48px 22px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 18px;
  border-top: 3px solid #FCB32C;
  background: linear-gradient(238deg, #353434 2.06%, #222 99.32%);
  color: white;
}
body main section.porque .motivos .item .card .titulo-motivo {
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding-top: 10px;
}
body main section.porque .motivos .item .card .titulo-motivo img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
body main section.porque .motivos .item .card .texto {
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
body main section.porque .seguradoras {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
body main section.porque .seguradoras .texto-seguradoras {
  color: #213366;
  font-family: "Exo 2";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
body main section.porque .seguradoras .texto-seguradoras strong {
  font-weight: 700;
}
body main section.porque .seguradoras .owl-carousel-seguradoras {
  border-top: 3px solid #FCB32C;
  border-bottom: 3px solid #FCB32C;
  width: 100%;
  background-color: white;
  padding: 40px 0px;
}
@media (max-width: 992px) {
  body main section.porque {
    height: auto;
  }
  body main section.porque .titulo {
    font-size: 23px;
    margin-bottom: 60px;
    padding: 0px 20px;
    text-align: center;
  }
  body main section.porque .motivos {
    position: static;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
  }
  body main section.porque .motivos .item:nth-child(3) {
    transform: none;
  }
  body main section.porque .motivos .item {
    position: static;
    transform: none;
    width: 100%;
    max-width: 400px;
  }
  body main section.porque .motivos .item::before {
    content: none !important;
  }
  body main section.porque .motivos .item::after {
    content: none !important;
  }
  body main section.porque .motivos .item .icon {
    display: none;
  }
  body main section.porque .motivos .item .card {
    width: 100%;
    height: auto;
    min-height: 180px;
  }
  body main section.porque .motivos .item .card::before {
    content: none !important;
  }
  body main section.porque .motivos .item .card::after {
    content: none !important;
  }
  body main section.porque .seguradoras {
    margin-top: 40px;
  }
  body main section.porque .seguradoras .texto-seguradoras {
    font-size: 23px;
    text-align: center;
    padding: 0 20px;
  }
}
body main section.modalidades {
  width: 100%;
  background-image: url("../image/backgrounds/bg-modalidades.png");
  background-color: #f8f8f8;
  padding-top: 130px;
}
body main section.modalidades .carrossel {
  text-align: center;
}
body main section.modalidades .carrossel .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 65px;
}
body main section.modalidades .carrossel .titulo-carrossel {
  color: #213366;
  font-family: "Exo 2";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
body main section.modalidades .carrossel .titulo-carrossel::before {
  content: "";
  width: 180px;
  height: 2px;
  background-color: #FCB32C;
  position: absolute;
  top: -40%;
  left: 44%;
}
body main section.modalidades .carrossel .titulo-carrossel::after {
  content: "";
  position: absolute;
  top: -70%;
  left: 765px;
  width: 20px;
  height: 31px;
  background-color: #FCB32C;
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 31'%3e%3cpath d='M19.999 15.942L10.0001 0.943592L0.00113297 15.942L10.0001 30.9404L19.999 15.942Z'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 31'%3e%3cpath d='M19.999 15.942L10.0001 0.943592L0.00113297 15.942L10.0001 30.9404L19.999 15.942Z'/%3e%3c/svg%3e");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media (max-width: 992px) {
  body main section.modalidades .carrossel .titulo-carrossel {
    text-align: center;
    font-size: 32px;
  }
  body main section.modalidades .carrossel .titulo-carrossel::before {
    top: -27%;
    left: 27%;
    height: 1px;
  }
  body main section.modalidades .carrossel .titulo-carrossel::after {
    top: -47%;
    left: 46%;
  }
}
body main section.modalidade-list {
  padding: 5rem 0 306px;
  min-height: 824px;
  background-image: url("../image/backgrounds/modalidades/list.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
}
body main section.modalidade-list .list--header {
  max-width: 934px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 1rem;
  color: #FCB32C;
  margin-bottom: 3.25rem;
  text-align: center;
}
body main section.modalidade-list .list--header h1 {
  font-size: 1.875rem;
  font-weight: 700;
}
body main section.modalidade-list .list--header img {
  width: -moz-min-content;
  width: min-content;
  order: 2;
}
body main section.modalidade-list .list--header p {
  font-size: 1.125rem;
  line-height: 120%;
  order: 3;
}
body main section.modalidade-list .list__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 6.25rem;
}
@media (max-width: 61.9375em) {
  body main section.modalidade-list {
    text-align: center;
    padding: 1rem 0;
    min-height: auto;
  }
  body main section.modalidade-list .list--header {
    row-gap: 0.75rem;
    margin-bottom: 1.5rem;
  }
  body main section.modalidade-list .list--header h1 {
    font-size: 1.25rem;
  }
  body main section.modalidade-list .list--header p {
    font-size: 1rem;
  }
  body main section.modalidade-list .list__cards {
    row-gap: 1.25rem;
  }
}
body main section.treatment-item {
  width: 100%;
}
body main section.treatment-item .seguro {
  width: 100%;
  background-image: url("../image/backgrounds/bg-interna.png");
}
body main section.treatment-item .seguro .descricao {
  width: 100%;
  height: 750px;
  padding: 85px 230px 60px 230px;
  display: flex;
  flex-direction: row;
  color: #213366;
}
body main section.treatment-item .seguro .descricao .texto {
  height: 100%;
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
body main section.treatment-item .seguro .descricao .texto .botoes-acao {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 10px;
  flex-wrap: wrap;
}
body main section.treatment-item .seguro .descricao .texto .botoes-acao .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
body main section.treatment-item .seguro .descricao .texto .botoes-acao .btn svg {
  margin-right: 10px;
}
body main section.treatment-item .seguro .descricao .texto .botoes-acao {
  /* Botão transparente com borda azul escura (Secondary) */
}
body main section.treatment-item .seguro .descricao .texto .botoes-acao .btn-whatsapp {
  background-color: transparent;
  color: #213366;
  border: 2px solid #213366;
}
body main section.treatment-item .seguro .descricao .texto .botoes-acao .btn-whatsapp:hover {
  background-color: #213366;
  color: #ffffff;
}
body main section.treatment-item .seguro .descricao .texto .botoes-acao {
  /* Botão preenchido Laranja (Primary) */
}
body main section.treatment-item .seguro .descricao .texto .botoes-acao .btn-orcamento {
  background-color: #FCB32C;
  color: #ffffff;
  border: 2px solid #FCB32C;
}
body main section.treatment-item .seguro .descricao .texto .botoes-acao .btn-orcamento:hover {
  background-color: transparent;
  color: #FCB32C;
}
body main section.treatment-item .seguro .descricao .texto .principal {
  font-family: "Exo 2";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 60px;
}
body main section.treatment-item .seguro .descricao .texto .principal p:nth-child(2) strong {
  color: #FCB32C;
}
body main section.treatment-item .seguro .descricao .texto .descricao-detalhada {
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
}
body main section.treatment-item .seguro .descricao .texto .descricao-detalhada p {
  margin-bottom: 40px;
}
body main section.treatment-item .seguro .descricao .imagem {
  height: 100%;
  width: 45%;
  display: flex;
  justify-content: flex-end;
}
body main section.treatment-item .seguro .descricao .imagem img {
  width: 560px;
  height: 597px;
}
body main section.treatment-item .seguro .para-quem {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
body main section.treatment-item .seguro .para-quem h1 {
  font-family: "Exo 2";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #213366;
  margin-bottom: 30px;
}
body main section.treatment-item .seguro .para-quem .cards {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
  color: #213366;
  margin-bottom: 80px;
}
body main section.treatment-item .seguro .para-quem .cards .card {
  width: 275px;
  height: 250px;
  border: 1px solid #FCB32C;
  border-radius: 8px;
  padding: 37px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
body main section.treatment-item .seguro .para-quem .cards .card .icon {
  width: 55px;
  height: 55px;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.treatment-item .seguro .para-quem .cards .card .texto {
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}
body main section.treatment-item .porque {
  width: 100%;
  background-color: #F8F8F8;
  display: flex;
  flex-direction: column;
  padding: 80px 225px 100px 225px;
}
body main section.treatment-item .porque .titulo {
  text-align: center;
  font-family: "Exo 2";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #213366;
  margin-bottom: 140px;
  position: relative;
}
body main section.treatment-item .porque .titulo::before {
  content: "";
  height: 80px;
  width: 1px;
  background-color: #000000;
  position: absolute;
  top: 65px;
  left: 50%;
}
body main section.treatment-item .porque .motivos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
  position: relative;
}
body main section.treatment-item .porque .motivos .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
}
body main section.treatment-item .porque .motivos .item .card {
  display: flex;
  height: 200px;
  width: 260px;
  padding: 30px 22px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  border-radius: 18px;
  border-top: 3px solid #FCB32C;
  background: linear-gradient(238deg, #353434 2.06%, #222 99.32%);
  color: white;
  position: relative;
}
body main section.treatment-item .porque .motivos .item .card .titulo-motivo {
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: flex;
  align-items: center;
}
body main section.treatment-item .porque .motivos .item .card .titulo-motivo img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
body main section.treatment-item .porque .motivos .item .card .texto {
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
body main section.treatment-item .porque .motivos .item .card::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 35px;
  background-color: #000000;
  top: -35%;
}
body main section.treatment-item .porque .motivos .item .card::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #FCB32C;
  top: -20%;
}
body main section.treatment-item .porque .motivos .item:nth-child(1) .card::before {
  left: 38%;
}
body main section.treatment-item .porque .motivos .item:nth-child(2) .card::before {
  left: 47%;
}
body main section.treatment-item .porque .motivos .item:nth-child(3) .card::before {
  left: 50%;
}
body main section.treatment-item .porque .motivos .item:nth-child(4) .card::before {
  left: 53%;
}
body main section.treatment-item .porque .motivos .item:nth-child(5) .card::before {
  left: 61%;
}
body main section.treatment-item .porque .motivos .item:nth-child(1) .card::after {
  left: 37%;
}
body main section.treatment-item .porque .motivos .item:nth-child(2) .card::after {
  left: 46%;
}
body main section.treatment-item .porque .motivos .item:nth-child(3) .card::after {
  left: 125px;
}
body main section.treatment-item .porque .motivos .item:nth-child(4) .card::after {
  left: 52%;
}
body main section.treatment-item .porque .motivos .item:nth-child(5) .card::after {
  left: 60%;
}
body main section.treatment-item .porque .motivos::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1220px;
  background-color: #000000;
  top: -34%;
}
body main section.treatment-item .area-formulario {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 750px;
  background-color: #F8F8F8;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 70px;
}
@media (max-width: 992px) {
  body main section.treatment-item .seguro .descricao {
    padding: 40px 20px;
    padding-bottom: 0px;
    display: flex;
    justify-content: center;
    height: -moz-fit-content;
    height: fit-content;
  }
  body main section.treatment-item .seguro .descricao .texto {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }
  body main section.treatment-item .seguro .descricao .texto .principal {
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
  }
  body main section.treatment-item .seguro .descricao .texto .descricao-detalhada {
    text-align: center;
  }
  body main section.treatment-item .seguro .descricao .texto .descricao-detalhada p {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 30px;
  }
  body main section.treatment-item .seguro .para-quem {
    padding: 40px 20px 60px 20px;
  }
  body main section.treatment-item .seguro .para-quem h1 {
    font-size: 32px;
  }
  body main section.treatment-item .seguro .para-quem .cards {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  body main section.treatment-item .porque {
    padding: 40px 20px;
  }
  body main section.treatment-item .porque .titulo {
    font-size: 33px;
    margin-bottom: 60px;
  }
  body main section.treatment-item .porque .titulo::before {
    content: none;
  }
  body main section.treatment-item .porque .motivos::before {
    content: none;
  }
  body main section.treatment-item .porque .motivos .item .card::before {
    content: none;
  }
  body main section.treatment-item .porque .motivos .item .card::after {
    content: none;
  }
  body main section.treatment-item .area-formulario {
    padding: 30px;
  }
}
body main section.contato {
  width: 100%;
  height: 370px;
  background-image: url("../image/backgrounds/contact/bg-contato.png");
  color: #FFFFFF;
  padding: 80px 230px 60px 230px;
}
body main section.contato .canais {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
body main section.contato .canais .titulo {
  text-align: center;
  font-family: "Exo 2";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.contato .canais .info {
  display: flex;
  flex-direction: row;
  gap: 75px;
}
body main section.contato .canais .info .item {
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
body main section.contato .canais .info .item h2 {
  color: #FCB32C;
  font-family: "Exo 2";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.contato .canais .info .item p {
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 992px) {
  body main section.contato {
    padding: 40px 20px 80px 20px;
    height: -moz-fit-content;
    height: fit-content;
  }
  body main section.contato .canais .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    text-align: center;
  }
  body main section.contato .canais .info .item {
    width: 100%;
  }
}
body main section.terms,
body main section.policy {
  padding: 5rem 0;
}
body main section.terms .content--text,
body main section.policy .content--text {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  font-family: "Roboto";
}
body main section.terms .content--text h4,
body main section.policy .content--text h4 {
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 120%;
}
body main section.terms .content--text h3,
body main section.policy .content--text h3 {
  font-size: 1.125rem;
  font-weight: 700;
}
body main section.terms .content--text h3 strong,
body main section.policy .content--text h3 strong {
  text-transform: uppercase;
}
body main section.terms .content--text p,
body main section.policy .content--text p {
  font-size: 1.125rem;
  line-height: 120%;
}
@media (max-width: 61.9375em) {
  body main section.terms,
  body main section.policy {
    text-align: center;
    padding: 1.5rem 0;
  }
  body main section.terms .content--text,
  body main section.policy .content--text {
    text-align: start;
    row-gap: 0.75rem;
  }
  body main section.terms .content--text h3,
  body main section.policy .content--text h3 {
    font-size: 1rem;
  }
  body main section.terms .content--text p,
  body main section.policy .content--text p {
    font-size: 1rem;
  }
}/*# sourceMappingURL=custom.css.map */