@charset "UTF-8";
/* --- Articulat CF --- */
@font-face {
  font-family: "Articulat CF";
  src: url("../fonts/fonnts.com-Articulat_CF_Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat CF";
  src: url("../fonts/fonnts.com-Articulat_CF_Extra_Light.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat CF";
  src: url("../fonts/fonnts.com-Articulat_CF_Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat CF";
  src: url("../fonts/fonnts.com-Articulat_CF_Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat CF";
  src: url("../fonts/fonnts.com-Articulat_CF_Normal.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat CF";
  src: url("../fonts/fonnts.com-Articulat_CF_Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat CF";
  src: url("../fonts/fonnts.com-Articulat_CF_Demi_Bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat CF";
  src: url("../fonts/fonnts.com-Articulat_CF_Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat CF";
  src: url("../fonts/fonnts.com-Articulat_CF_Extra_Bold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat CF";
  src: url("../fonts/fonnts.com-Articulat_CF_Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-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: "Articulat CF", 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: "Articulat CF", 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;
}

/* --- Articulat CF --- */
@font-face {
  font-family: "Articulat CF";
  src: url("../fonts/fonnts.com-Articulat_CF_Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat CF";
  src: url("../fonts/fonnts.com-Articulat_CF_Extra_Light.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat CF";
  src: url("../fonts/fonnts.com-Articulat_CF_Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat CF";
  src: url("../fonts/fonnts.com-Articulat_CF_Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat CF";
  src: url("../fonts/fonnts.com-Articulat_CF_Normal.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat CF";
  src: url("../fonts/fonnts.com-Articulat_CF_Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat CF";
  src: url("../fonts/fonnts.com-Articulat_CF_Demi_Bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat CF";
  src: url("../fonts/fonnts.com-Articulat_CF_Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat CF";
  src: url("../fonts/fonnts.com-Articulat_CF_Extra_Bold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat CF";
  src: url("../fonts/fonnts.com-Articulat_CF_Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*
*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: #ECECEC;
  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: #DF0931;
  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: #ECECEC;
  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: #DF0931;
  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: #ECECEC;
  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: #ECECEC;
}
.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;
  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: #595959;
  transition: all 1s;
}
.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: #DF0931;
  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 {
  cursor: pointer;
  display: flex;
  align-items: stretch;
  justify-content: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 19px 30px;
  background: linear-gradient(90deg, #FC0030 0%, #DF0931 100%);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .btn-primary {
    padding: 13px 26px;
  }
}
.btn-primary .title, .btn-primary i {
  color: #ECECEC;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 992px) {
  .btn-primary .title, .btn-primary i {
    font-size: 15px;
  }
}
.btn-primary:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(90deg, #ee002c 0%, #c3072a 100%);
  transform: scale(1.05);
}
.btn-primary:hover .title, .btn-primary:hover i {
  color: #ECECEC;
}
.btn-primary:active .text-box {
  background-color: #222222;
  border-color: #222222;
}
.btn-primary:active .arrow-box {
  background-color: #222222;
  border-color: #222222;
}
.btn-primary:active .title, .btn-primary:active i {
  color: #ECECEC;
}
.btn-primary--secondary .arrow-box {
  background-color: #595959;
  border-color: #595959;
}
.btn-primary--secondary .text-box {
  background-color: transparent;
  border: 2px solid #595959;
}
.btn-primary--secondary .title, .btn-primary--secondary i {
  color: #ECECEC;
}
.btn-primary--secondary:hover {
  background-color: #595959;
  border-color: #595959;
}
.btn-primary--secondary:hover .arrow-box {
  background-color: #595959;
  border-color: #595959;
}
.btn-primary--secondary:hover .text-box {
  background-color: #595959;
  border-color: #595959;
}
.btn-primary--secondary:hover .title, .btn-primary--secondary:hover i {
  color: #ECECEC;
}
.btn-primary--secondary:active .arrow-box {
  background-color: #595959;
  border-color: #595959;
}
.btn-primary--secondary:active .text-box {
  background-color: #595959;
  border-color: #595959;
}

.btn-secondary {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(50% 50% at 50% 50%, #DEC08E 0%, #CDA157 100%);
  border-radius: 4px;
  padding: 14px 25px;
  transition: all 0.3s;
}
.btn-secondary__title {
  color: #222222;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.btn-secondary:has(i, img) {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.btn-secondary:hover {
  background: radial-gradient(50% 50% at 50% 50%, #c9ae81 0%, #ab8749 100%);
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.245);
}
.btn-secondary:focus {
  outline: none;
  border: none;
  border-color: none;
  background-color: #595959;
}
@media (max-width: 61.9375em) {
  .btn-secondary {
    text-align: center;
    height: 2.75rem;
  }
}

.btn-link {
  background-color: transparent;
  color: #ECECEC;
  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-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 #595959;
  border-bottom: 5px solid #595959;
  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 #595959;
  border-bottom: 5px solid #595959;
  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;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.282);
}
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;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.386);
}
@media screen and (max-width: 991px) {
  section.botao_whatsapp {
    display: none;
  }
}

.btn-especialista {
  padding: 13px 26px;
  border-radius: 10px;
  background: linear-gradient(90deg, #FC0030 0%, #DF0931 100%);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.132);
  width: -moz-fit-content;
  width: fit-content;
  color: #ECECEC;
  transition: all ease 0.3s;
  position: relative;
}
.btn-especialista p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.btn-especialista:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.132);
  background: linear-gradient(90deg, #ed002c 0%, #a70624 100%);
  transform: scale(1.05);
  color: #ECECEC;
}
@media (max-width: 992px) {
  .btn-especialista {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btn-especialista p {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.btn-fale-conosco {
  padding: 15px 30px;
  border-radius: 10px;
  background: linear-gradient(90deg, #FC0030 0%, #DF0931 100%);
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #ECECEC;
  gap: 8px;
  transition: all ease 0.3s;
}
.btn-fale-conosco p {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}
.btn-fale-conosco:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.295);
  background: linear-gradient(90deg, #f3002d 0%, #82051c 100%);
  color: white;
}
.btn-fale-conosco .icone {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-fale-conosco .icone img {
  width: 16px;
  height: 16px;
}
@media (max-width: 992px) {
  .btn-fale-conosco {
    font-size: 12px;
  }
  .btn-fale-conosco p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.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;
  position: relative;
}
.form-contact--header {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  color: #ECECEC;
}
.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: #ECECEC;
  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 {
  content: "";
  position: absolute;
  top: -1.25rem;
  bottom: none;
  left: -1.5rem;
  right: none;
  width: 436px;
  height: 100%;
  border: 1px solid #656565;
  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: #ECECEC;
    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: #DF0931;
  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: #595959;
  font-size: 1.125rem;
  font-weight: 500;
}
.form-search__content--seek::placeholder {
  color: #595959;
  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: #DF0931;
  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: #DF0931;
}
.newsletter__title {
  transform: skew(-30deg);
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.newsletter__title h1 {
  color: #ECECEC;
  font-size: 1.25rem;
}
.newsletter .form-newsletter {
  width: 100%;
  max-width: 400px;
  transform: skew(-30deg);
  display: flex;
  align-items: center;
  background-color: #ECECEC;
  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: #656565;
  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: #595959;
}
.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: #DF0931;
  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: #DF0931;
  font-size: 1rem;
}
.current-category__content--item h5 {
  color: #DF0931;
  font-size: 1.25rem;
  font-weight: 500;
}
.current-category__content--item:hover i, .current-category__content--item.active i {
  color: #DF0931;
  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: #DF0931;
}
@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-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;
  position: relative;
}
.card-big__content--contact {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.card-big__content--contact .title {
  color: #ECECEC;
  font-size: 1.5rem;
}
.card-big__content .btn-link {
  padding: 0.5rem 1.5rem;
  position: relative;
  z-index: 1;
}
.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;
  }
}

.card-projeto {
  background-color: transparent;
  gap: 30px;
  width: 370px;
  height: 640px;
  border: 1px solid rgb(239, 239, 239);
  border-radius: 26px;
}
.card-projeto .conteudo {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card-projeto .conteudo .imagem {
  flex-shrink: 0;
}
.card-projeto .conteudo .imagem img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
}
.card-projeto .conteudo .card-texto {
  padding: 30px 20px;
  background-color: white;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
}
@media (max-width: 992px) {
  .card-projeto .conteudo .card-texto {
    padding: 15px;
  }
}
.card-projeto .conteudo .card-texto .texto {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card-projeto .conteudo .card-texto .texto .card-categoria {
  background-color: #595959;
  color: white;
  font-size: 14px;
  font-weight: 700;
  border-radius: 45px;
  padding: 5px;
  width: 90%;
  margin: -45px auto 14px;
  flex-shrink: 0;
}
.card-projeto .conteudo .card-texto .texto .card-titulo {
  text-align: center;
  margin-bottom: 12px;
  flex-shrink: 0;
}
.card-projeto .conteudo .card-texto .texto .card-titulo h2 {
  color: black;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 992px) {
  .card-projeto .conteudo .card-texto .texto .card-titulo h2 {
    font-size: 16px;
  }
}
.card-projeto .conteudo .card-texto .texto .texto-titulo-projeto {
  color: #222222;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  flex-shrink: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-projeto .conteudo .card-texto .texto .texto-resumo {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.card-projeto .conteudo .card-texto > a,
.card-projeto .conteudo .card-texto > button {
  margin-top: 12px;
  flex-shrink: 0;
}
.card-projeto .conteudo .card-texto .saiba-mais {
  margin-top: 12px;
  flex-shrink: 0;
}
.card-projeto .conteudo .card-texto .saiba-mais svg {
  margin-left: 10px;
}
.card-projeto .conteudo .card-texto .saiba-mais a {
  color: #222222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (max-width: 992px) {
  .card-projeto .conteudo .card-texto .saiba-mais a {
    font-size: 10px;
  }
}
@media (max-width: 992px) {
  .card-projeto {
    width: 100%;
    height: 550px;
  }
  .card-projeto .conteudo .card-texto .texto {
    font-size: 11px;
  }
}

.card-duvida {
  border: none;
  width: 100%;
  min-width: 720px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 70px;
  padding: 50px;
  background-color: white;
  border-radius: 28px;
  transition: all ease 0.3s;
}
.card-duvida:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.163);
}
.card-duvida .titulo-duvida {
  color: #24343c;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
}
.card-duvida p {
  margin-top: 20px;
  color: #777777;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 157.895% */
}
@media (max-width: 992px) {
  .card-duvida {
    min-width: 100%;
    padding: 30px;
  }
  .card-duvida .titulo-duvida {
    font-size: 16px;
  }
  .card-duvida p {
    font-size: 14px;
    line-height: 25px;
  }
  .card-duvida svg {
    margin-left: 15px;
  }
}

.card-depoimento {
  background-color: white;
  padding: 20px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 120px;
  border-radius: 10px;
  border: 1px solid rgb(215, 215, 215);
  transition: all ease 0.3s;
}
.card-depoimento:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.251);
}
.card-depoimento .google-estrelas {
  margin-bottom: 20px;
}
.card-depoimento .google-estrelas img {
  width: 100px;
  height: auto;
}
.card-depoimento .depoimento * {
  color: black;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.card-depoimento .pessoa {
  color: black;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}

section.card-diferenciais {
  background: radial-gradient(circle, #cdcdcd, #ECECEC);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.271);
  border: 1px solid #dadada;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 850px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 46px 40px;
}
section.card-diferenciais .logo {
  width: 191px;
  height: auto;
}
section.card-diferenciais .logo img {
  width: 100%;
  height: auto;
}
section.card-diferenciais .titulo {
  color: #DF0931;
}
section.card-diferenciais .titulo * {
  font-family: "Playfair Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
}
section.card-diferenciais .titulo * strong {
  font-weight: 700;
}
section.card-diferenciais .cards-porque {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  width: 75%;
}
section.card-diferenciais .cards-porque .card-porque {
  width: 100%;
  min-height: 90px;
}
section.card-diferenciais .cards-porque .card-porque .icone .titulo-card {
  color: #DF0931;
  font-family: "Playfair Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
section.card-diferenciais .cards-porque .card-porque .texto {
  color: #222222;
}
section.card-diferenciais .cards-porque .card-porque .texto * {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 992px) {
  section.card-diferenciais {
    padding: 40px 20px;
    gap: 20px;
    align-items: center;
  }
  section.card-diferenciais .titulo * {
    font-size: 24px;
  }
  section.card-diferenciais .cards-porque {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    width: 100%;
  }
  section.card-diferenciais .cards-porque .card-porque {
    width: 100%;
    min-height: 100px;
    padding: 20px 15px;
  }
  section.card-diferenciais .cards-porque .card-porque .texto * {
    font-size: 14px;
  }
}

.item-servico {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 500px;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.31);
  background-size: cover;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 58px;
}
.item-servico .conteudo-servico {
  padding: 75px;
  width: 100%;
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.item-servico .titulo-servico {
  color: white;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: start;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.item-servico .conteudo-hover {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  height: 0;
  overflow: hidden;
  gap: 20px;
}
.item-servico .conteudo-hover .texto-servico .resumo-servico {
  color: white;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}
.item-servico .conteudo-hover .saiba-mais {
  border-radius: 10px;
  background: linear-gradient(90deg, #EA9F14 0%, #FFC457 100%);
  padding: 15px 30px;
  width: -moz-fit-content;
  width: fit-content;
  color: black;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.item-servico .conteudo-hover .saiba-mais:hover {
  background: linear-gradient(90deg, #ab740e 0%, #e5b04e 100%);
}
.item-servico .link-servico {
  height: 63px;
  width: 100%;
}
.item-servico:hover .titulo-servico {
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin: 0;
  overflow: hidden;
}
.item-servico:hover .conteudo-hover {
  opacity: 1;
  visibility: visible;
  height: auto;
}
@media (max-width: 992px) {
  .item-servico {
    width: 100%;
  }
  .item-servico .link-servico .saiba-mais {
    padding: 11px;
    font-size: 12px;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .item-servico .imagem-servico img {
    height: 250px;
  }
  .item-servico .conteudo-servico {
    min-height: 360px;
  }
}

section.banner {
  color: white;
  display: flex;
  flex-direction: column;
}
section.banner #banner-slider {
  position: relative;
}
section.banner #banner-slider .owl-nav button {
  position: absolute;
  top: 71%;
  transform: translateY(-50%);
}
section.banner #banner-slider .owl-nav button img {
  width: 36px;
  height: 36px;
}
section.banner #banner-slider .owl-nav .owl-prev {
  left: 45.5%;
}
section.banner #banner-slider .owl-nav .owl-next {
  right: 47.5%;
}
section.banner .item-banner {
  height: 650px;
  position: relative;
}
section.banner .item-banner__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.banner .item-banner__content * {
  max-width: 70%;
  color: #ECECEC;
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
}
section.banner .item-banner__content * strong {
  font-weight: 700;
}
section.banner .banner-info-bar {
  background-color: white;
  padding: 20px 0;
  width: 100%;
}
section.banner .banner-info-bar .container-fluid {
  padding: 0 220px;
}
section.banner .card-esquerda,
section.banner .card-direita {
  border-radius: 21px;
  background: #f3f3f3;
  padding: 37px 70px 58px 70px;
}
section.banner .card-esquerda .texto,
section.banner .card-direita .texto {
  color: #595959;
  text-align: center;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
}
section.banner .card-esquerda .imagens .imagem, section.banner .card-esquerda .imagens,
section.banner .card-esquerda .imagem .imagem,
section.banner .card-esquerda .imagem,
section.banner .card-direita .imagens .imagem,
section.banner .card-direita .imagens,
section.banner .card-direita .imagem .imagem,
section.banner .card-direita .imagem {
  height: 54px;
  width: auto;
  background-color: transparent;
  padding: 0;
}
section.banner .card-esquerda .imagens .imagem img, section.banner .card-esquerda .imagens img,
section.banner .card-esquerda .imagem .imagem img,
section.banner .card-esquerda .imagem img,
section.banner .card-direita .imagens .imagem img,
section.banner .card-direita .imagens img,
section.banner .card-direita .imagem .imagem img,
section.banner .card-direita .imagem img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.banner .texto-meio {
  width: 490px;
  color: #767676;
}
section.banner .texto-meio h1 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 7px;
}
section.banner .texto-meio h2 {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 61.9375em) {
  section.banner {
    text-align: center;
    margin-top: 0;
  }
  section.banner .item-banner {
    min-height: 0;
    height: 350px;
  }
  section.banner .item-banner .banner {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    background-position: left center;
  }
  section.banner .item-banner__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    row-gap: 0;
    transform: translateY(-50%) translateX(-50%);
  }
  section.banner .item-banner__content h1 {
    max-width: 100%;
    font-size: 26px;
    line-height: 120%;
    text-shadow: 0 0 10px black;
  }
  section.banner .item-banner__content h1 strong {
    font-size: 26px;
  }
  section.banner .item-banner__content h2 {
    max-width: 80%;
    font-size: 18px;
    margin-bottom: 20px;
    text-shadow: 0 0 10px black;
  }
  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-servicos {
  width: 100%;
  padding: 40px 0px;
  position: relative;
}
.owl-carousel-servicos .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.owl-carousel-servicos .owl-nav button.owl-prev,
.owl-carousel-servicos .owl-nav button.owl-next {
  position: absolute;
  top: 106%;
  transform: translateY(-50%);
  background: none !important;
  border: none !important;
  cursor: pointer;
  pointer-events: auto;
}
.owl-carousel-servicos .owl-nav button.owl-prev img,
.owl-carousel-servicos .owl-nav button.owl-next img {
  width: 30px;
  height: auto;
  filter: brightness(1%);
}
.owl-carousel-servicos .owl-nav button.owl-prev {
  left: 38%;
}
.owl-carousel-servicos .owl-nav button.owl-next {
  right: 38%;
}
@media (max-width: 992px) {
  .owl-carousel-servicos {
    padding: 0px;
  }
}

.owl-carousel-sobre-nos {
  width: 100%;
  position: relative;
  padding: 60px 0px;
}
.owl-carousel-sobre-nos .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
}
.owl-carousel-sobre-nos .owl-dots .owl-dot {
  background-color: transparent;
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.owl-carousel-sobre-nos .owl-dots .owl-dot span {
  background: none;
  background-image: url("../image/several/dots-2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 28px;
  height: 28px;
  opacity: 1;
  display: block;
}
@media (max-width: 992px) {
  .owl-carousel-sobre-nos .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
  }
  .owl-carousel-sobre-nos .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
  }
}
.owl-carousel-sobre-nos .owl-dots .owl-dot:hover, .owl-carousel-sobre-nos .owl-dots .owl-dot.active {
  background-color: transparent;
}
.owl-carousel-sobre-nos .owl-dots .owl-dot:hover span, .owl-carousel-sobre-nos .owl-dots .owl-dot.active span {
  background-image: url("../image/several/dots-1.png");
}
.owl-carousel-sobre-nos .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 340px;
}
.owl-carousel-sobre-nos .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 3s ease;
  width: 170px;
  height: 100%;
}
.owl-carousel-sobre-nos .owl-item.center .item {
  z-index: 10;
  width: 340px;
}
.owl-carousel-sobre-nos .imagem {
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-carousel-sobre-nos .imagem img {
  display: block;
  height: 170px;
  width: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-position: top center;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  opacity: 0.8;
}
.owl-carousel-sobre-nos .owl-item.center .imagem img {
  height: 340px;
  width: 340px;
  opacity: 1;
}
@media (max-width: 992px) {
  .owl-carousel-sobre-nos {
    padding: 0;
  }
  .owl-carousel-sobre-nos .owl-item {
    height: auto;
  }
  .owl-carousel-sobre-nos .owl-nav {
    display: none !important;
  }
  .owl-carousel-sobre-nos .item {
    width: 100% !important;
    height: auto !important;
  }
  .owl-carousel-sobre-nos .owl-item.center .item {
    width: 100% !important;
  }
  .owl-carousel-sobre-nos .imagem img {
    height: 170px !important;
    width: 170px !important;
    margin: 0 auto;
    opacity: 1 !important;
  }
  .owl-carousel-sobre-nos .owl-item.center .imagem img {
    height: 170px !important;
    width: 170px !important;
  }
}

.owl-carousel-projetos {
  width: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .owl-carousel-projetos {
    margin-bottom: 0px;
  }
}
.owl-carousel-projetos .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.owl-carousel-projetos .owl-nav button.owl-prev,
.owl-carousel-projetos .owl-nav button.owl-next {
  position: absolute;
  bottom: -12%;
  transform: translateY(-50%);
  background: none !important;
  border: none !important;
  cursor: pointer;
  pointer-events: auto;
}
.owl-carousel-projetos .owl-nav button.owl-prev img,
.owl-carousel-projetos .owl-nav button.owl-next img {
  width: 30px;
  height: auto;
  filter: brightness(1%);
}
.owl-carousel-projetos .owl-nav button.owl-prev {
  left: 46%;
}
.owl-carousel-projetos .owl-nav button.owl-next {
  right: 46%;
}
@media (max-width: 992px) {
  .owl-carousel-projetos {
    padding: 20px;
  }
}

.owl-carousel-imagens {
  padding: 40px 0px;
}
.owl-carousel-imagens .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.owl-carousel-imagens .owl-nav button.owl-prev,
.owl-carousel-imagens .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-imagens .owl-nav button.owl-prev img,
.owl-carousel-imagens .owl-nav button.owl-next img {
  width: 30px;
  height: auto;
  filter: brightness(1%);
}
.owl-carousel-imagens .owl-nav button.owl-prev {
  left: -4%;
}
.owl-carousel-imagens .owl-nav button.owl-next {
  right: -4%;
}
.owl-carousel-imagens .imagem {
  width: 100%;
  height: 60px;
  background-color: white;
  padding: 60px;
  border: 1px solid rgb(230, 230, 230);
  border-radius: 14px;
}
.owl-carousel-imagens .imagem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .owl-carousel-imagens {
    padding-bottom: 0;
  }
}

.contact-card {
  width: 100%;
  max-width: 706px;
  background-color: rebeccapurple;
  border-radius: 1.25rem;
  padding: 2rem 102px;
  color: #ECECEC;
  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: #595959;
}
.diagram__header h1 {
  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-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 #595959;
  border-radius: 8px;
  transition: all 0.5s;
  padding: 30px;
  line-height: 140%;
  z-index: 3;
  position: relative;
  position: relative;
}
.diagram__body .benefit-card p {
  color: #595959;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: start;
  position: relative;
  z-index: 2;
}
.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::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 #595959;
  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: #DF0931;
}
.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: #595959;
}

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: #595959;
}

.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;
}
.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 #656565;
  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: #DF0931;
  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: -moz-fit-content;
  height: fit-content;
  min-height: 700px;
  background-image: url("../image/backgrounds/bg-secao-lista.png");
  background-size: cover;
  color: #DF0931;
}
.secao-lista .area-lista {
  width: 100%;
  height: 100%;
  padding: 120px 220px 95px 220px;
}
.secao-lista .area-lista .texto-lista {
  position: relative;
  margin-bottom: 45px;
}
.secao-lista .area-lista .texto-lista::after {
  content: "";
  position: absolute;
  bottom: 105px;
  left: 6%;
  transform: translateX(-50%);
  width: 200px;
  height: 26px;
  background-image: url("../image/pseudo/pseudo-titulo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.secao-lista .area-lista .texto-lista * {
  width: 35%;
  font-family: "Playfair Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}
.secao-lista .area-lista .texto-lista * strong {
  font-weight: 500;
}
.secao-lista .area-lista .lista {
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  color: #DF0931;
  margin: 0;
  list-style: none;
  padding-left: 0;
  margin-bottom: 50px;
}
.secao-lista .area-lista .lista li {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.secao-lista .area-lista .lista li::before {
  content: url("../image/pseudo/icon-lista.png");
  display: block;
  z-index: 2;
}
@media (max-width: 992px) {
  .secao-lista {
    padding: 70px 20px 40px 20px;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 400px;
  }
  .secao-lista .area-lista {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .secao-lista .area-lista .texto-lista * {
    width: 100%;
    font-size: 26px;
  }
  .secao-lista .area-lista .texto-lista::after {
    content: none;
  }
  .secao-lista .area-lista .lista {
    margin-bottom: 20px;
  }
  .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: #595959;
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    border-radius: 100%;
    margin-right: 5px;
    flex-shrink: 0;
  }
  .secao-lista .area-lista a {
    align-self: center;
  }
}

.trabalhe {
  padding-bottom: 125px;
}

.bg-padrao,
.bg-branco {
  width: 100%;
  height: 570px;
  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-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-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: #595959;
}

.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: 33%;
  left: 36%;
  color: white;
  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;
  }
}

section.porque {
  background-image: url("../image/backgrounds/bg-diferenciais.png");
  background-size: cover;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 570px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 40px;
  padding: 80px 180px;
}
section.porque .conteudo-flex {
  display: flex;
  flex-direction: row;
  gap: 40px;
  width: 100%;
  align-items: flex-start;
}
section.porque .titulo {
  color: #ECECEC;
  flex: 0 0 31%;
}
section.porque .titulo h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
section.porque .titulo h2 strong {
  font-weight: 700;
}
section.porque .titulo h1 {
  font-size: 46px;
  font-weight: 400;
}
section.porque .titulo h1 strong {
  font-weight: 700;
}
section.porque .cards-porque {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  flex: 0 0 75%;
}
section.porque .cards-porque .card-porque {
  width: 236px;
  height: 140px;
  padding: 38px 18px;
  background: rgba(55, 55, 55, 0.6);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  transition: 0.3s all ease;
}
section.porque .cards-porque .card-porque .icone {
  align-items: center;
}
section.porque .cards-porque .card-porque .texto {
  color: white;
  text-align: center;
}
section.porque .cards-porque .card-porque .texto * {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
section.porque .cards-porque .card-porque:hover {
  transform: scale(1.05);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.381);
}
section.porque .btn-especialista {
  margin-left: 515px;
}
@media (max-width: 992px) {
  section.porque {
    padding: 40px 20px;
    gap: 20px;
    background-image: url("../image/backgrounds/bg-principal.png");
    background-position: center right;
    align-items: center;
  }
  section.porque .conteudo-flex {
    flex-direction: column;
  }
  section.porque .titulo {
    flex: 0 0 100%;
  }
  section.porque .titulo h2 {
    font-size: 20px;
  }
  section.porque .titulo h1 {
    text-align: end;
    font-size: 32px;
  }
  section.porque .titulo::after {
    content: none;
  }
  section.porque .cards-porque {
    flex-direction: column;
    flex: 0 0 100%;
    gap: 30px;
  }
  section.porque .cards-porque .card-porque {
    width: 100%;
    min-height: auto;
    padding: 20px 15px;
  }
  section.porque .cards-porque .card-porque .texto * {
    font-size: 14px;
  }
  section.porque .btn-especialista {
    margin: 0;
  }
}

section.banner-inferior {
  width: 100%;
  height: 300px;
  padding: 70px 240px;
}
section.banner-inferior .texto {
  color: white;
}
section.banner-inferior .texto h1 {
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 25px;
}
section.banner-inferior .texto h2, section.banner-inferior .texto h3, section.banner-inferior .texto h4, section.banner-inferior .texto h5, section.banner-inferior .texto h6, section.banner-inferior .texto p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 25px;
}
section.banner-inferior .texto .botao p {
  font-weight: 700;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  section.banner-inferior {
    padding: 42px 25px;
    height: -moz-fit-content;
    height: fit-content;
    background-position: top;
  }
  section.banner-inferior .texto {
    width: 100%;
    margin-left: 0px;
  }
  section.banner-inferior .texto h1 {
    font-size: 24px;
  }
  section.banner-inferior .texto p {
    font-size: 16px;
    margin-bottom: 40px;
  }
  section.banner-inferior .botao {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

section.canais-atendimento {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 400px;
  padding: 60px 84px;
  gap: 40px;
  border-radius: 27px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.13);
  background: white;
  margin-top: -210px;
  position: relative;
  z-index: 100;
}
section.canais-atendimento .titulo h1 {
  color: #222222;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 992px) {
  section.canais-atendimento .titulo h1 {
    font-size: 28px;
  }
}
section.canais-atendimento .info {
  width: 80%;
}
section.canais-atendimento .info .canais .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(90deg, #222 0%, #464646 100%);
  box-shadow: 2px 2px 4px color(srgb 0 0 0 / 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
section.canais-atendimento .info .canais .icon img {
  width: 16px;
  height: 16px;
}
section.canais-atendimento .info .canais .info__titulo {
  color: #424242;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
section.canais-atendimento .info .canais .info__numero {
  color: #222222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  word-break: break-all;
}
section.canais-atendimento .info .horario h1 {
  color: black;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 8px;
}
section.canais-atendimento .info .horario p {
  color: black;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 3px;
}
section.canais-atendimento .info .redes h3 {
  color: black;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}
section.canais-atendimento .info .redes .icones .icon a img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  section.canais-atendimento .info .canais {
    font-size: 8px;
  }
  section.canais-atendimento .info .icon img {
    width: 16px;
    height: 16px;
  }
}
section.canais-atendimento .info .whatsapp .texto {
  color: #595959;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
section.canais-atendimento .info .whatsapp span {
  font-weight: 800;
}
section.canais-atendimento .redes {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 992px) {
  section.canais-atendimento {
    padding: 40px;
    margin-top: 0;
  }
}

.faixa {
  width: 100%;
  height: 73px;
}
.faixa img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.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 {
  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;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  padding: 0px 10px;
  height: 44px;
}
@media (max-width: 991px) {
  section.modal-whatsapp .campo-acao {
    position: static;
  }
}
section.modal-whatsapp .campo-acao .texto {
  width: 100%;
  padding-right: 10px;
}
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;
  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:disabled {
  background-color: #a7a7a7;
  cursor: not-allowed;
}
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: #ECECEC;
  border: 3px solid #DF0931;
  border-radius: 0;
}
.modal-content .closebtn {
  background: #DF0931;
  color: #ECECEC;
  cursor: pointer;
  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;
  overflow: hidden;
  background-color: #ECECEC;
}
.modal-body.video {
  border-radius: 0;
  min-height: 650px;
  padding: 0;
}
@media (max-width: 991px) {
  .modal-body.video {
    min-height: 360px;
  }
}
.modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.modal-body form {
  padding: 30px 100px;
}
.modal-body form input,
.modal-body form select,
.modal-body form textarea {
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid lightgray;
  width: 100%;
  margin: 10px 0;
  outline: none;
}
.modal-body form input:first-child,
.modal-body form select: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;
  padding: 10px 20px;
  border-radius: 0px;
  background: #DF0931;
}
.modal-body .titulo {
  color: #DF0931;
  text-align: center;
  padding: 30px 70px 0;
}
.modal-body .titulo h2 {
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: auto;
  margin-bottom: 10px;
}
.modal-body .titulo p {
  color: black;
  font-size: 1.25rem;
  line-height: 120%;
}
.modal-body .titulo i {
  display: block;
  font-size: 45px;
  color: black;
  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: #ECECEC;
  font-weight: 500;
  background-color: transparent;
  font-size: 1.25rem;
}
.modal.modal-norms .title {
  text-align: center;
  color: #ECECEC;
  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 #DF0931;
  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: #ECECEC;
  font-size: 1.125rem;
  text-transform: uppercase;
  border-inline: 1px solid #DF0931;
}
.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: #ECECEC;
  font-size: 1rem;
  border-inline: 1px solid #DF0931;
  display: flex;
  align-items: center;
}
.modal.modal-norms .table--content .link a {
  color: #656565;
  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(62.75, 62.75, 62.75);
}
.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: #212121;
  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: rgb(186, 186, 186);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dotted rgb(186, 186, 186);
}
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: rgb(186, 186, 186);
  border: 1px solid rgb(186, 186, 186);
  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;
  position: relative;
}
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::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.9) 0%, rgba(34, 34, 34, 0.85) 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;
  color: #595959;
}
.menu-mobile.aberto {
  left: 50%;
  transform: translateX(-50%);
}
.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: #ECECEC;
  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: #ECECEC;
  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: #DF0931;
  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: #ECECEC;
  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: #ECECEC;
  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: 35px 180px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 150px;
}
section.header .content {
  display: flex;
  align-items: stretch;
  justify-content: start;
  gap: 1.25rem;
  height: 100%;
}
section.header .header__right {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  position: relative;
  height: 100%;
}
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: 220px;
  margin-right: 40px;
}
section.header .content__logo img {
  display: block;
  width: 100%;
  height: auto;
}
section.header .content__info {
  flex: 0 0 auto;
  width: auto;
  padding-bottom: 0;
  border-bottom: none;
}
section.header .content__info .info__titulo {
  color: #595959;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-right: 50px;
}
section.header .content__info .info__numero {
  color: #595959;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
section.header .content__nav {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  padding-top: 0;
}
section.header .content__nav nav {
  width: 100%;
  justify-content: flex-start;
  gap: 50px;
}
section.header .content__nav nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #595959;
}
section.header .content__nav nav a img {
  padding-left: 10px;
}
section.header .content__nav nav a.active {
  font-weight: 700;
}
section.header .content__nav nav a.home svg {
  margin-right: 15px;
}
section.header .content__nav nav .dropdown {
  position: relative;
  z-index: 5;
}
section.header .content__nav nav .dropdown span {
  margin-right: 15px;
}
section.header .content__nav nav .dropdown .drop-show {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #222222;
  padding: 20px 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  width: 450px;
  list-style: none;
  border: 1px solid #595959;
  border-top: none;
}
section.header .content__nav nav .dropdown .drop-show a {
  color: #595959;
  display: block;
  font-size: 20px;
  padding: 10px 12px;
  border-radius: 4px;
}
section.header .content__nav nav .dropdown .drop-show a:hover {
  font-weight: 500;
}
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;
    -o-object-fit: cover;
       object-fit: cover;
    background-color: #ffffff;
    margin-bottom: 0;
  }
  section.header .content {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}

#topo-mobile {
  width: 100%;
  padding: 15px 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#topo-mobile .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}
#topo-mobile .logo img {
  display: block;
  height: 70px;
  width: auto;
  transition: 0.3s;
}
#topo-mobile .right-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
#topo-mobile .right-header .link-contact, #topo-mobile .right-header a {
  display: flex;
  align-items: center;
}
#topo-mobile .right-header .link-contact span, #topo-mobile .right-header a span {
  display: none;
}
#topo-mobile .right-header .link-contact img, #topo-mobile .right-header .link-contact i, #topo-mobile .right-header .link-contact svg, #topo-mobile .right-header a img, #topo-mobile .right-header a i, #topo-mobile .right-header a svg {
  margin: 0;
  height: 24px;
  width: auto;
}
#topo-mobile .right-header .btn-default {
  display: none !important;
}
#topo-mobile .right-header .open-menu {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  padding: 5px;
  cursor: pointer;
}
#topo-mobile .right-header .open-menu span {
  display: flex;
  color: #595959;
}
#topo-mobile .right-header .open-menu i {
  font-size: 32px;
}

@media (max-width: 992px) {
  body {
    padding-top: 80px;
  }
}
.interna {
  padding-left: 220px;
  justify-content: flex-start !important;
}
.interna .content .resum {
  display: none;
}
@media (max-width: 992px) {
  .interna {
    height: -moz-fit-content !important;
    height: fit-content !important;
    min-height: 0 !important;
  }
}

section.header-content {
  height: 248px;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  justify-content: flex-start;
  padding-left: 180px;
  align-items: center;
  position: relative;
}
section.header-content .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.header-content .content .resum {
  text-align: left;
}
section.header-content .content .resum * {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
}
section.header-content .content .resum * strong {
  color: #ffffff;
}
section.header-content .content .resum-local {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  justify-content: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 10px;
}
@media (max-width: 61.9375em) {
  section.header-content {
    text-align: center;
    background-size: cover;
    background-position: top;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 0;
    margin-top: 20px;
    padding: 20px;
    max-width: 600px;
  }
  section.header-content .content .resum {
    font-size: 28px;
  }
  section.header-content .content .resum * {
    font-size: 28px;
  }
  section.header-content .content .resum-local {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-start;
    text-align: center;
    margin: 0;
  }
  section.header-content .content .resum-local h5 {
    color: #ECECEC;
    font-size: 1rem;
    vertical-align: middle;
  }
  section.header-content:before {
    display: none;
  }
}

section.footer {
  min-height: 300px;
  background-color: #262626;
  background-position: center center;
  padding: 55px 180px 30px 180px;
}
section.footer .footer__newsletter-row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  margin-bottom: 20px;
}
section.footer .footer__newsletter-row .wrap-newsletter {
  width: 100%;
}
section.footer .footer__newsletter-row .wrap-newsletter .container {
  padding: 0;
  max-width: 100%;
}
section.footer .footer__newsletter-row .wrap-newsletter .box-text {
  width: 100%;
  display: flex;
  align-items: center;
}
section.footer .footer__newsletter-row .wrap-newsletter .box-text i {
  font-size: 60px;
  line-height: 60px;
  color: #8ebae6;
}
section.footer .footer__newsletter-row .wrap-newsletter .box-text div {
  padding-left: 20px;
}
section.footer .footer__newsletter-row .wrap-newsletter .box-text h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  color: #ECECEC;
  margin-bottom: 0;
}
section.footer .footer__newsletter-row .wrap-newsletter .box-text h2 span {
  font-weight: 800;
  color: #999;
}
section.footer .footer__newsletter-row .wrap-newsletter .box-text p {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 24px;
  color: #fff;
}
section.footer .footer__newsletter-row .wrap-newsletter form {
  display: flex;
  width: 100%;
  gap: 20px;
}
section.footer .footer__newsletter-row .wrap-newsletter form input {
  flex-grow: 1;
  padding: 0 20px;
  font-size: 18px;
  color: #43413e;
  height: 50px;
  border-radius: 5px;
  background: #EBEAEA;
}
section.footer .footer__newsletter-row .wrap-newsletter form button {
  height: 50px;
  border-radius: 50px;
  width: 145px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: white;
  background: linear-gradient(90deg, #222 0%, #464646 100%);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.314);
}
section.footer .footer__newsletter-row .wrap-newsletter form button:hover {
  background: linear-gradient(90deg, #464646 0%, #222 100%);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.323);
  transform: scale(1.05);
}
section.footer .footer__divider-row {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
section.footer .footer__divider-row .divider-line {
  flex-grow: 1;
  height: 1px;
  background-color: #595959;
}
section.footer .footer__divider-row .social-icons {
  display: flex;
  gap: 15px;
  flex-shrink: 0;
}
section.footer .footer__divider-row .social-icons a {
  transition: opacity 0.3s ease;
}
section.footer .footer__divider-row .social-icons a:hover {
  opacity: 0.7;
}
section.footer .footer__divider-row .social-icons a img {
  width: 12px;
  height: 12px;
}
section.footer .footer__main-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
section.footer .footer__main-row .logo {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  flex-shrink: 0;
}
section.footer .footer__main-row .logo img {
  max-width: 220px;
  height: auto;
}
section.footer .footer__main-row .menu {
  color: #ECECEC;
  width: 100%;
  flex-grow: 1;
}
section.footer .footer__main-row .menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 100%;
}
section.footer .footer__main-row .menu__list--item {
  color: #ECECEC;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  transition: color 0.3s ease;
}
section.footer .footer__main-row .menu__list--item:hover, section.footer .footer__main-row .menu__list--item.active {
  font-weight: 700;
}
section.footer .footer__main-row .contact {
  color: #ECECEC;
  flex-shrink: 0;
}
section.footer .footer__main-row .contact__list--info {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
section.footer .footer__main-row .contact .whatsapp .icon img,
section.footer .footer__main-row .contact .numero .icon img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
section.footer .footer__main-row .contact .whatsapp .info__titulo,
section.footer .footer__main-row .contact .numero .info__titulo {
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
section.footer .footer__main-row .contact .whatsapp .info a,
section.footer .footer__main-row .contact .numero .info a {
  text-decoration: none;
}
section.footer .footer__main-row .contact .whatsapp .info__numero,
section.footer .footer__main-row .contact .numero .info__numero {
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color 0.3s ease;
}
section.footer .footer__main-row .contact .whatsapp .info__numero:hover,
section.footer .footer__main-row .contact .numero .info__numero:hover {
  color: #ECECEC;
}
@media (max-width: 61.9375em) {
  section.footer {
    text-align: center;
    display: flex;
    flex-direction: column;
    background-size: cover;
    padding: 50px 20px 20px 20px;
    max-width: 100%;
    gap: 0px;
  }
  section.footer .footer__map-row,
  section.footer .footer__divider-row,
  section.footer .footer__newsletter-row,
  section.footer .footer__main-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    height: auto;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  section.footer .footer__map-row {
    order: 1;
  }
  section.footer .footer__map-row .mapa-container {
    height: 200px;
    width: 100%;
  }
  section.footer .footer__divider-row {
    order: 2;
  }
  section.footer .footer__divider-row .divider-line {
    width: 100%;
    height: 1px;
    margin-bottom: 15px;
  }
  section.footer .footer__divider-row .social-icons {
    justify-content: center;
  }
  section.footer .footer__divider-row .social-icons img {
    width: 28px;
    height: 28px;
  }
  section.footer .footer__newsletter-row {
    order: 3;
  }
  section.footer .footer__newsletter-row .wrap-newsletter .row {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  section.footer .footer__newsletter-row .wrap-newsletter .box-text {
    justify-content: center;
    text-align: center;
  }
  section.footer .footer__newsletter-row .wrap-newsletter .box-text i {
    font-size: 50px;
    line-height: 50px;
  }
  section.footer .footer__newsletter-row .wrap-newsletter .box-text div {
    padding-left: 15px;
  }
  section.footer .footer__newsletter-row .wrap-newsletter .box-text h2 {
    font-size: 24px;
    line-height: 30px;
  }
  section.footer .footer__newsletter-row .wrap-newsletter .box-text p {
    font-size: 16px;
  }
  section.footer .footer__newsletter-row .wrap-newsletter form {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 400px;
  }
  section.footer .footer__newsletter-row .wrap-newsletter form input,
  section.footer .footer__newsletter-row .wrap-newsletter form button {
    width: 100%;
  }
  section.footer .footer__main-row {
    order: 4;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  section.footer .footer__main-row .logo {
    text-align: center;
  }
  section.footer .footer__main-row .menu__list {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  section.footer .footer__main-row .menu__list--item {
    font-size: 14px;
  }
  section.footer .footer__main-row .contact {
    text-align: center;
  }
  section.footer .footer__main-row .contact__list--info {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  section.footer .footer__main-row .contact .info__titulo {
    font-size: 14px;
  }
  section.footer .footer__main-row .contact .info__numero {
    font-size: 16px;
  }
}

body.overflow {
  overflow: hidden;
}

.wrap-menu-mobile.show {
  right: 0;
}

body.overflow {
  overflow: hidden;
}

.wrap-menu-mobile {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  transition: 0.4s ease;
  right: -100%;
  visibility: hidden;
}
.wrap-menu-mobile.active {
  right: 0;
  visibility: visible;
}
.wrap-menu-mobile.active .overlay-menu {
  opacity: 1;
}
.wrap-menu-mobile .overlay-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.4s;
}
.wrap-menu-mobile .bar-menu {
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  max-width: 320px;
  padding-bottom: 50px;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}
.wrap-menu-mobile .bar-menu .header-menu-mobile {
  display: flex;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #eee;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.wrap-menu-mobile .bar-menu .header-menu-mobile .logo img {
  display: block;
  max-width: 140px;
  height: auto;
}
.wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons {
  display: flex;
  align-items: center;
}
.wrap-menu-mobile .bar-menu .header-menu-mobile .close-menu-mobile {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 50%;
  border: 2px solid #333;
  cursor: pointer;
}
.wrap-menu-mobile .bar-menu .header-menu-mobile .close-menu-mobile:before, .wrap-menu-mobile .bar-menu .header-menu-mobile .close-menu-mobile:after {
  content: "";
  width: 2px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #333;
  transition: 0.3s;
}
.wrap-menu-mobile .bar-menu .header-menu-mobile .close-menu-mobile:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.wrap-menu-mobile .bar-menu .header-menu-mobile .close-menu-mobile:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.wrap-menu-mobile .bar-menu .header-menu-mobile .close-menu-mobile:hover {
  background: #333;
}
.wrap-menu-mobile .bar-menu .header-menu-mobile .close-menu-mobile:hover:before, .wrap-menu-mobile .bar-menu .header-menu-mobile .close-menu-mobile:hover:after {
  background: #fff;
}
.wrap-menu-mobile .bar-menu .box-menu-style-1 {
  padding: 20px;
}
.wrap-menu-mobile .bar-menu .box-menu-style-1 ul {
  list-style: none;
  margin-bottom: 30px;
  padding: 0;
}
.wrap-menu-mobile .bar-menu .box-menu-style-1 ul li {
  border-bottom: 1px solid #f5f5f5;
}
.wrap-menu-mobile .bar-menu .box-menu-style-1 ul li a {
  display: block;
  font-size: 16px;
  padding: 15px 0;
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
}
.wrap-menu-mobile .bar-menu .box-menu-style-1 ul li a:hover {
  color: #595959;
  padding-left: 10px;
}
.wrap-menu-mobile .bar-menu .box-menu-style-1 .contact-mobile-box {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.wrap-menu-mobile .bar-menu .box-menu-style-1 .contact-mobile-box .link-contact {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.wrap-menu-mobile .bar-menu .box-menu-style-1 .contact-mobile-box .link-contact img {
  width: 30px;
  margin-right: 15px;
  display: block;
}
.wrap-menu-mobile .bar-menu .box-menu-style-1 .contact-mobile-box .link-contact a, .wrap-menu-mobile .bar-menu .box-menu-style-1 .contact-mobile-box .link-contact p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  line-height: 1.2;
}
.wrap-menu-mobile .bar-menu .box-menu-style-1 .contact-mobile-box .link-contact a:hover {
  color: #595959;
}
.wrap-menu-mobile .bar-menu .box-menu-style-1 .contact-mobile-box .btn-default {
  width: 100%;
  margin-top: 10px;
  justify-content: center;
}

section.footer-copyright {
  height: 66px;
  background-color: black;
  padding: 20px 180px;
  filter: grayscale(100%);
}
section.footer-copyright .copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.footer-copyright .copyright h5 {
  color: white;
  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;
    background-color: #212121;
  }
  section.footer-copyright .copyright {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
    justify-content: center;
  }
  section.footer-copyright .copyright h5 {
    font-size: 0.75rem;
  }
  section.footer-copyright .copyright a img {
    max-width: 140px;
  }
}

.mapa-container {
  width: 100%;
  height: 328px;
}
.mapa-container .mapa-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mapa-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.mapa-container.redes {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.mapa-container.redes .mapa-placeholder {
  width: 50%;
}
.mapa-container.redes .redes-wrapper {
  width: 50%;
  background-color: #efefef;
  padding: 60px 90px;
}
.mapa-container.redes .redes-wrapper h1 {
  color: #222222;
  width: 45%;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
}
.mapa-container.redes .redes-wrapper h1 span {
  font-weight: 700;
}
.mapa-container.redes .redes-wrapper a.botao-rede {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  align-items: center;
  padding: 18px 26px;
  gap: 10px;
  border-radius: 60px;
  background: linear-gradient(90deg, #222 0%, #464646 100%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.471);
  transition: all 0.3s;
}
.mapa-container.redes .redes-wrapper a.botao-rede:hover {
  background: linear-gradient(90deg, #464646 0%, #222222 100%);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.586);
}
.mapa-container.redes .redes-wrapper a.botao-rede h2 {
  color: white;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 992px) {
  .mapa-container.redes {
    height: auto;
  }
  .mapa-container.redes .mapa-placeholder,
  .mapa-container.redes .redes-wrapper {
    width: 100%;
  }
  .mapa-container.redes .redes-wrapper {
    height: auto;
    padding: 40px 20px;
  }
  .mapa-container.redes .redes-wrapper h1 {
    width: 100%;
    text-align: center;
  }
  .mapa-container.redes .redes-wrapper a.botao-rede h2 {
    font-size: 16px;
  }
}

section.formulario-enviado {
  padding: 200px 0 250px 0;
  color: #222222;
  background-image: url("../image/backgrounds/bg-principal-branco.png");
  background-size: cover;
  background-color: white;
}
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: #222222;
  font-weight: 500;
  border-bottom: 1px dotted #595959;
}
section.formulario-enviado .box-in .btn-voltar {
  color: #222222;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #595959;
  transition: 0.3s all;
}
section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #595959;
  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: #222222;
}
section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 700;
  color: #222222;
  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: 500;
  text-transform: capitalize;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
section.breadcrumb a:last-child {
  margin-right: 0;
  color: #ffffff;
  font-weight: 700;
}
section.breadcrumb a:hover {
  text-decoration: underline;
}
@media (max-width: 61.9375em) {
  section.breadcrumb {
    text-align: center;
    font-size: 9px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  section.breadcrumb a {
    font-size: 9px;
  }
}

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: #DF0931;
  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: #DF0931 transparent;
}

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

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

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

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

.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 #DF0931;
}
.form .preencha {
  font-size: 32px;
  font-style: italic;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  text-align: center;
  color: #595959;
  margin-bottom: 24px;
}
.form .obrigatorios {
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  line-height: 120%; /* 9.6px */
  text-align: center;
  color: #595959;
  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-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  color: #595959;
  margin-bottom: 20px;
}
.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-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  width: 100%;
}
.form .campos .linha .campo input::-moz-placeholder, .form .campos .linha .campo select::-moz-placeholder {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  color: rgba(0, 0, 0, 0.699);
}
.form .campos .linha .campo input::placeholder, .form .campos .linha .campo select::placeholder {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  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-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  border-color: rgba(0, 0, 0, 0.65);
}
.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-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-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  color: #595959;
}
.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 .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-data-periodo .datas-wrapper {
    gap: 10px;
  }
  .form .campos .linha .campo-data-periodo .datas-wrapper span {
    font-size: 14px;
  }
}

body {
  font-family: "Articulat CF";
}
body main section.home-atendimento {
  padding: 0;
}
body main section.home-atendimento .atendimento {
  position: relative;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.home-atendimento .atendimento--texto {
  color: white;
  margin-right: 10%;
}
body main section.home-atendimento .atendimento--texto h1 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
body main section.home-atendimento .atendimento--texto h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 40px;
}
body main section.home-atendimento .atendimento .selo {
  position: absolute;
  top: 40px;
  left: 600px;
  z-index: 2;
}
body main section.home-atendimento .atendimento .selo img {
  z-index: 2;
  width: 371px;
  height: 380px;
  transform: rotate(20deg);
}
body main section.home-atendimento--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/backgrounds/bg-nossos-servicos.png");
  flex-wrap: wrap;
  padding-top: 100px;
  padding-bottom: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
body main section.home-atendimento--cards .card-comparison {
  width: 100%;
  max-width: 650px;
  margin-bottom: 60px;
}
body main section.home-atendimento--cards .card-comparison .title {
  display: block;
  width: 100%;
  text-align: start;
  margin-bottom: 12px;
}
body main section.home-atendimento--cards .card-comparison .title h5 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #595959;
}
body main section.home-atendimento--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-atendimento--cards .card-comparison .content .lista {
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  color: #595959;
  margin: 0;
  list-style: none;
  padding-left: 0;
}
body main section.home-atendimento--cards .card-comparison .content .lista li {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
body main section.home-atendimento--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: #DF0931;
  transform: translateX(-50%);
  z-index: 1;
}
body main section.home-atendimento--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-atendimento--cards .card-comparison:nth-child(2) .title h5 {
  color: #595959;
}
body main section.home-atendimento--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-atendimento--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-atendimento--cards::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: white;
  left: 50%;
  z-index: 0;
  top: 37%;
  bottom: 333px;
}
body main section.home-atendimento .cta {
  border: 1px solid white;
  border-radius: 18px;
  color: white;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 40px;
}
body main section.home-atendimento .cta strong {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 58.8px */
}
body main section.home-atendimento .cta div {
  margin-top: 50px;
  display: inline-block;
}
@media (max-width: 61.9375em) {
  body main section.home-atendimento {
    text-align: center;
    background-image: url("../image/backgrounds/fundo_lista");
    -o-object-fit: cover;
       object-fit: cover;
  }
  body main section.home-atendimento .comparison--header {
    row-gap: 0.75rem;
    margin: 0 auto 0.5rem;
  }
  body main section.home-atendimento .comparison--header h1 {
    font-size: 1.25rem;
  }
  body main section.home-atendimento .comparison--header p {
    font-size: 1rem;
    line-height: 120%;
  }
  body main section.home-atendimento .comparison--cards {
    flex-wrap: wrap;
    padding: 20px 0px 20px 0px;
    position: relative;
  }
  body main section.home-atendimento .comparison--cards::after {
    content: none;
  }
  body main section.home-atendimento .comparison--cards .card-comparison {
    margin: 0px;
  }
  body main section.home-atendimento .comparison--cards .card-comparison .title {
    padding: 0.5rem 2rem;
    margin-bottom: 0.25rem;
  }
  body main section.home-atendimento .comparison--cards .card-comparison .title h5 {
    font-size: 20px;
  }
  body main section.home-atendimento .comparison--cards .card-comparison .content {
    padding: 1rem 1.25rem;
    row-gap: 0;
    margin: 20px;
    border: 2px solid #DF0931;
  }
  body main section.home-atendimento .comparison--cards .card-comparison .content p {
    font-size: 1rem;
    line-height: 120%;
  }
  body main section.home-atendimento .comparison--cards .card-comparison .content .lista li {
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: start;
  }
  body main section.home-atendimento .comparison--cards .card-comparison .content .lista li:not(:last-child)::after {
    width: 0px;
    height: 0px;
  }
  body main section.home-atendimento .comparison--cards .card-comparison:nth-child(1) .content .lista li::before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background-color: #DF0931;
    border-radius: 100%;
    z-index: 2;
  }
  body main section.home-atendimento .comparison--cards .card-comparison:nth-child(2) .content .lista li::before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background-color: #DF0931;
    border-radius: 100%;
    z-index: 2;
  }
  body main section.home-atendimento .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-atendimento .comparison .cta {
    margin: 20px;
  }
  body main section.home-atendimento .comparison .cta p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 120%;
  }
  body main section.home-atendimento .comparison .cta p strong {
    font-size: 24px;
  }
  body main section.home-atendimento .comparison .cta div {
    margin: 0;
  }
}
body main section.home-compromisso {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 650px;
  background-image: url("../image/backgrounds/bg-principal.png");
  background-position: bottom;
  padding: 80px 370px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main section.home-compromisso .texto {
  color: white;
  text-align: center;
  margin-bottom: 45px;
}
body main section.home-compromisso .texto h2 {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
}
body main section.home-compromisso .texto h1 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  width: 50%;
}
body main section.home-compromisso .lista {
  margin-bottom: 30px;
}
body main section.home-compromisso .lista .item-lista {
  width: 400px;
}
body main section.home-compromisso .lista .item-lista .icone {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 32px;
  border-radius: 100%;
  background: linear-gradient(90deg, #757575 0%, #464646 100%);
  opacity: 0.9;
  box-shadow: 0 0 8px black;
}
body main section.home-compromisso .lista .item-lista .icone img {
  width: 70px;
  height: 70px;
}
body main section.home-compromisso .lista .item-lista .texto-lista {
  color: white;
  text-align: center;
}
body main section.home-compromisso .lista .item-lista .texto-lista * {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 992px) {
  body main section.home-compromisso {
    padding: 40px 20px;
    min-height: auto;
  }
  body main section.home-compromisso .texto h1 {
    font-size: 32px;
    width: 100%;
  }
  body main section.home-compromisso .texto h2 {
    font-size: 15px;
  }
  body main section.home-compromisso .lista {
    width: 100%;
    gap: 60px;
    margin-bottom: 50px;
  }
  body main section.home-compromisso .lista .item-lista {
    width: 100%;
    max-width: 400px;
  }
  body main section.home-compromisso .lista .item-lista .icone {
    padding: 24px;
  }
  body main section.home-compromisso .lista .item-lista .icone img {
    width: 50px;
    height: 50px;
  }
  body main section.home-compromisso .lista .item-lista .texto-lista * {
    font-size: 24px;
  }
}
body main section.home-reconhecimento {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 650px;
  background-image: url("../image/backgrounds/bg-principal.png");
  background-size: cover;
  padding: 80px 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main section.home-reconhecimento .texto {
  color: white;
  text-align: center;
  margin-bottom: 45px;
}
body main section.home-reconhecimento .texto h2 {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
}
body main section.home-reconhecimento .texto h1 {
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  width: 70%;
}
body main section.home-reconhecimento .cards {
  margin-bottom: 30px;
}
body main section.home-reconhecimento .cards .item-card {
  width: 370px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 23px;
  padding: 38px;
  box-shadow: 0 0 8px black;
  transition: all ease 0.3s;
}
body main section.home-reconhecimento .cards .item-card:hover {
  box-shadow: 0 0 16px black;
  background-color: rgb(0, 0, 0);
}
body main section.home-reconhecimento .cards .item-card .icone {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 32px;
  border-radius: 100%;
  background: #f8f8f8;
  box-shadow: 0 0 8px black;
}
body main section.home-reconhecimento .cards .item-card .icone img {
  width: 70px;
  height: 70px;
}
body main section.home-reconhecimento .cards .item-card .texto-card {
  width: 100%;
  color: white;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
body main section.home-reconhecimento .cards .item-card .texto-card * {
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  font-size: 20px;
}
body main section.home-reconhecimento .cards .item-card .texto-card * strong {
  font-size: 30px;
}
@media (max-width: 992px) {
  body main section.home-reconhecimento {
    padding: 40px 20px;
    min-height: auto;
  }
  body main section.home-reconhecimento .texto h1 {
    font-size: 32px;
    width: 100%;
  }
  body main section.home-reconhecimento .texto h2 {
    font-size: 15px;
  }
  body main section.home-reconhecimento .cards {
    flex-direction: column;
    width: 100%;
  }
  body main section.home-reconhecimento .cards .item-card {
    width: 100%;
  }
}
body main section.home-parceiros {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-image: url("../image/backgrounds/bg-principal-branco.png");
  background-color: white;
  padding: 100px 370px 50px 370px;
}
body main section.home-parceiros .texto {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
body main section.home-parceiros .texto::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: 60px;
  background-image: linear-gradient(to right, rgba(89, 89, 89, 0.2) 0%, rgba(89, 89, 89, 0.2) 100%), url("../image/pseudo/icone-pseudo.png"), linear-gradient(to right, rgba(89, 89, 89, 0.2) 0%, rgba(89, 89, 89, 0.2) 100%);
  background-size: calc(50% - 30px) 1px, auto, calc(50% - 30px) 1px;
  background-position: left center, center center, right center;
  background-repeat: no-repeat;
}
body main section.home-parceiros .texto h1 {
  color: #222222;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 10px;
}
body main section.home-parceiros .texto h2 {
  color: #595959;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  width: 67%;
}
body main section.home-parceiros .imagens-fixas .imagem {
  background-color: white;
  width: 355px;
  height: 150px;
  border-radius: 28px;
  padding: 45px;
  border: 1px solid rgb(230, 230, 230);
}
body main section.home-parceiros .imagens-fixas .imagem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  body main section.home-parceiros {
    padding: 90px 20px 40px 20px;
    min-height: 0;
  }
  body main section.home-parceiros .imagens-fixas {
    gap: 20px;
  }
  body main section.home-parceiros .imagens-fixas .imagem {
    padding: 20px;
  }
  body main section.home-parceiros .imagens-fixas .imagem img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  body main section.home-parceiros .imagem {
    padding: 20px;
  }
  body main section.home-parceiros .texto::before {
    width: 300px;
  }
  body main section.home-parceiros .texto h2 {
    width: 100%;
  }
}
body main section.home-servicos {
  position: relative;
}
body main section.home-servicos .home-servicos-content-wrapper {
  padding: 63px 183px 100px 183px;
  background-image: url("../image/backgrounds/bg-home-servicos.png");
  width: 100%;
  background-size: contain;
  position: relative;
  z-index: 1;
}
body main section.home-servicos .home-servicos-content-wrapper .servicos--header,
body main section.home-servicos .home-servicos-content-wrapper .diferenciais--header {
  max-width: 930px;
  margin-inline: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  color: #222222;
}
body main section.home-servicos .home-servicos-content-wrapper .servicos--header h2,
body main section.home-servicos .home-servicos-content-wrapper .diferenciais--header h2 {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.7px;
  margin-bottom: 8px;
}
body main section.home-servicos .home-servicos-content-wrapper .servicos--header h1,
body main section.home-servicos .home-servicos-content-wrapper .diferenciais--header h1 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}
body main section.home-servicos .home-servicos-content-wrapper .servicos--buttons,
body main section.home-servicos .home-servicos-content-wrapper .diferenciais--buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 38px;
}
body main section.home-servicos .home-servicos-content-wrapper .servicos .cards,
body main section.home-servicos .home-servicos-content-wrapper .diferenciais .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
  justify-content: center;
}
body main section.home-servicos .home-servicos-content-wrapper .servicos .cards .card,
body main section.home-servicos .home-servicos-content-wrapper .diferenciais .cards .card {
  display: flex;
  width: 273px;
  height: 200px;
  padding: 27px 22px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 0;
  gap: 20px;
  border: 2px solid #595959;
}
body main section.home-servicos .home-servicos-content-wrapper .servicos .cards .card .icone,
body main section.home-servicos .home-servicos-content-wrapper .diferenciais .cards .card .icone {
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.home-servicos .home-servicos-content-wrapper .servicos .cards .card .icone img,
body main section.home-servicos .home-servicos-content-wrapper .diferenciais .cards .card .icone img {
  max-width: 50px;
  height: auto;
}
body main section.home-servicos .home-servicos-content-wrapper .servicos .cards .card .titulo,
body main section.home-servicos .home-servicos-content-wrapper .diferenciais .cards .card .titulo {
  color: #222222;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.home-servicos .home-servicos-content-wrapper .servicos .cards .card .texto,
body main section.home-servicos .home-servicos-content-wrapper .diferenciais .cards .card .texto {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #595959;
}
body main section.home-servicos .home-servicos-content-wrapper .servicos .btn-link,
body main section.home-servicos .home-servicos-content-wrapper .diferenciais .btn-link {
  color: rgba(0, 0, 0, 0.7) !important;
}
@media (max-width: 992px) {
  body main section.home-servicos .home-servicos-content-wrapper {
    padding: 0;
    background-position: left;
  }
  body main section.home-servicos .home-servicos-content-wrapper .servicos {
    padding: 40px 20px;
  }
  body main section.home-servicos .home-servicos-content-wrapper .servicos--header {
    row-gap: 0;
    margin-bottom: 0;
  }
  body main section.home-servicos .home-servicos-content-wrapper .servicos--header h1 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  body main section.home-servicos .home-servicos-content-wrapper .servicos--header h2 {
    font-size: 18px;
  }
  body main section.home-servicos .home-servicos-content-wrapper .servicos--header p {
    font-size: 1rem;
    line-height: 120%;
    margin-bottom: 0px;
  }
  body main section.home-servicos .home-servicos-content-wrapper .servicos--header p::after {
    content: none;
  }
  body main section.home-servicos .home-servicos-content-wrapper .servicos--buttons {
    flex-direction: column;
    gap: 20px;
    margin-top: 0px;
  }
  body main section.home-servicos .home-servicos-content-wrapper .diferenciais {
    padding: 0px 25px;
  }
  body main section.home-servicos .home-servicos-content-wrapper .diferenciais--header {
    margin-bottom: 30px;
  }
  body main section.home-servicos .home-servicos-content-wrapper .diferenciais--header h2 {
    font-size: 18px;
  }
  body main section.home-servicos .home-servicos-content-wrapper .diferenciais--header p {
    font-size: 1rem;
    line-height: 120%;
  }
  body main section.home-servicos .home-servicos-content-wrapper .diferenciais .cards {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 20px;
  }
  body main section.home-servicos .home-servicos-content-wrapper .diferenciais .cards .card {
    width: 100%;
    max-width: 400px;
    height: auto;
    min-height: 200px;
  }
}
body main section.home-formulario {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-image: url("../image/backgrounds/bg-formulario.png");
  background-size: cover;
  background-position: center left;
  padding: 75px 310px;
}
@media (max-width: 991px) {
  body main section.home-formulario {
    padding: 40px 20px;
    height: auto;
    flex-direction: column !important;
  }
  body main section.home-formulario > div {
    margin-left: 0 !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}
body main section.home-formulario .logo img {
  width: 170px;
  height: auto;
}
body main section.home-formulario .texto-formulario {
  color: white;
  margin-bottom: 30px;
}
body main section.home-formulario .texto-formulario h1 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
}
body main section.home-formulario .ramos .ramo .icone-ramo img {
  width: 26px;
  height: 26px;
}
body main section.home-formulario .ramos .ramo .texto-ramo {
  margin-left: 20px;
  color: white;
  font-size: 26px;
  font-weight: 500;
}
body main section.home-formulario .formulario {
  width: 515px;
}
body main section.home-formulario .formulario .preencha {
  color: white;
  text-align: center;
  margin-bottom: 40px;
}
body main section.home-formulario .formulario .preencha h1 {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 992px) {
  body main section.home-formulario .formulario .preencha h1 {
    font-size: 30px;
  }
}
body main section.home-formulario .formulario .preencha h2 {
  font-size: 26px;
  font-weight: 400;
}
@media (max-width: 992px) {
  body main section.home-formulario .formulario .preencha h2 {
    font-size: 16px;
  }
}
body main section.home-formulario .formulario form {
  width: 100%;
  align-items: center;
}
@media (max-width: 991px) {
  body main section.home-formulario .formulario form {
    margin-bottom: 0;
  }
  body main section.home-formulario .formulario form .linha > div {
    width: 100% !important;
  }
}
body main section.home-formulario .formulario form .linha {
  margin-bottom: 12px;
  width: 90%;
}
body main section.home-formulario .formulario form input, body main section.home-formulario .formulario form select, body main section.home-formulario .formulario form textarea {
  display: flex;
  height: 40px;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: white;
  border-radius: 8px;
  border: 1px solid rgba(49, 49, 49, 0.152);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.099);
  transition: 0.3s all;
}
body main section.home-formulario .formulario form input::-moz-placeholder, body main section.home-formulario .formulario form select::-moz-placeholder, body main section.home-formulario .formulario form textarea::-moz-placeholder {
  color: rgba(34, 35, 39, 0.5);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
body main section.home-formulario .formulario form input::placeholder, body main section.home-formulario .formulario form select::placeholder, body main section.home-formulario .formulario form textarea::placeholder {
  color: rgba(34, 35, 39, 0.5);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
body main section.home-formulario .formulario form input:hover, body main section.home-formulario .formulario form select:hover, body main section.home-formulario .formulario form textarea:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  background-color: rgb(237, 237, 237);
  border: 1px solid rgb(177, 177, 177);
}
body main section.home-formulario .formulario form input:focus, body main section.home-formulario .formulario form select:focus, body main section.home-formulario .formulario form textarea:focus {
  outline: none;
  border-radius: 0px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(51, 51, 51, 0.814);
}
body main section.home-formulario .formulario form textarea {
  height: 85px;
}
body main section.home-formulario .formulario form button {
  cursor: pointer;
  background: linear-gradient(90deg, #FC0030 0%, #DF0931 100%);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  padding: 19px 30px;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
body main section.home-formulario .formulario form button:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(90deg, #ee002c 0%, #c3072a 100%);
  transform: scale(1.05);
}
body main section.home-formulario .formulario form button:active {
  background: #222222;
  color: #ECECEC;
}
@media (max-width: 992px) {
  body main section.home-formulario .formulario form button {
    width: 90%;
    justify-content: center;
    padding: 19px 20px;
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  body main section.home-formulario {
    background-image: url("../image/backgrounds/bg-principal.png");
    background-position: bottom right;
  }
  body main section.home-formulario .texto-formulario {
    text-align: center;
  }
  body main section.home-formulario .texto-formulario h1 {
    font-size: 42px;
  }
  body main section.home-formulario .ramos {
    margin-bottom: 50px;
  }
  body main section.home-formulario .ramos .ramo .texto-ramo {
    font-size: 22px;
  }
  body main section.home-formulario .formulario form button {
    padding: 13px 26px;
    font-size: 15px;
  }
}
body main section.home-sobre-nos {
  height: -moz-fit-content;
  height: fit-content;
  min-height: 790px;
  background-size: cover;
  background-image: url("../image/backgrounds/bg-principal-branco.png");
  background-color: white;
  width: 100%;
  padding: 115px 300px 30px 300px;
}
body main section.home-sobre-nos .texto-jornada {
  text-align: center;
  width: 62%;
  margin-bottom: 50px;
  position: relative;
}
body main section.home-sobre-nos .texto-jornada h1 {
  color: #7e7e7e;
  font-size: 36px;
}
body main section.home-sobre-nos .texto-jornada h1 strong {
  color: #DF0931;
}
body main section.home-sobre-nos .texto-jornada::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: 60px;
  background-image: linear-gradient(to right, rgba(89, 89, 89, 0.2) 0%, rgba(89, 89, 89, 0.2) 100%), url("../image/pseudo/icone-pseudo.png"), linear-gradient(to right, rgba(89, 89, 89, 0.2) 0%, rgba(89, 89, 89, 0.2) 100%);
  background-size: calc(50% - 30px) 1px, auto, calc(50% - 30px) 1px;
  background-position: left center, center center, right center;
  background-repeat: no-repeat;
}
body main section.home-sobre-nos .texto-pequeno {
  text-align: center;
  color: black;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
body main section.home-sobre-nos .pontos {
  margin: 50px 0px;
  flex-wrap: wrap;
}
body main section.home-sobre-nos .pontos .ponto {
  width: calc(20% - 2.4rem);
  position: relative;
  transition: all ease 0.3s;
}
body main section.home-sobre-nos .pontos .ponto:not(:last-child)::after {
  content: "";
  position: absolute;
  background: #b7b7b7;
  height: 1px;
  left: 50%;
  top: 65px;
  z-index: 0;
  width: calc(100% + 4rem);
}
body main section.home-sobre-nos .pontos .ponto:nth-child(5n)::after {
  content: none;
}
body main section.home-sobre-nos .pontos .ponto .numero-ponto {
  color: #FA97AA;
  font-size: 60px;
  font-weight: 700;
  background: linear-gradient(90deg, #222 0%, #464646 100%);
  border-radius: 100%;
  padding: 15px;
  width: 130px;
  height: 130px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  box-shadow: -7px -7px 0px #a5a5a5;
}
body main section.home-sobre-nos .pontos .ponto .ano-ponto {
  color: black;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}
body main section.home-sobre-nos .pontos .ponto .texto-ponto {
  color: black;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 992px) {
  body main section.home-sobre-nos {
    padding: 90px 30px 40px 30px;
  }
  body main section.home-sobre-nos .texto-jornada {
    width: 100%;
    margin-bottom: 20px;
  }
  body main section.home-sobre-nos .texto-jornada h1 {
    font-size: 20px;
  }
  body main section.home-sobre-nos .texto-jornada::before {
    width: 300px;
  }
  body main section.home-sobre-nos .pontos {
    flex-direction: column !important;
    gap: 3rem !important;
    margin-bottom: 25px;
  }
  body main section.home-sobre-nos .pontos .ponto {
    width: 100%;
  }
  body main section.home-sobre-nos .pontos .ponto:not(:last-child)::after {
    content: none;
  }
  body main section.home-sobre-nos .pontos .ponto .numero-ponto {
    font-size: 45px;
    width: 100px;
    height: 100px;
  }
  body main section.home-sobre-nos .pontos .ponto .ano-ponto {
    font-size: 18px;
  }
  body main section.home-sobre-nos .pontos .ponto .texto-ponto {
    font-size: 20px;
  }
}
body main section.banner-cta {
  width: 100%;
  height: 300px;
  padding: 70px 215px;
}
body main section.banner-cta .texto {
  color: #595959;
}
body main section.banner-cta .texto h1 {
  font-family: "Playfair Display";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 25px;
}
body main section.banner-cta .texto h2 {
  color: #ECECEC;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 25px;
}
body main section.banner-cta .texto .botao p {
  font-weight: 700;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  body main section.banner-cta {
    padding: 42px 25px;
    height: -moz-fit-content;
    height: fit-content;
    background-position: top;
  }
  body main section.banner-cta .texto {
    width: 100%;
    margin-left: 0px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4901960784);
  }
  body main section.banner-cta .texto h1 {
    font-size: 24px;
  }
  body main section.banner-cta .texto p {
    font-size: 16px;
    margin-bottom: 40px;
  }
  body main section.banner-cta .botao {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
body main section.home-blog {
  width: 100%;
  min-height: 650px;
  padding: 110px 220px 70px 220px;
  background-image: url("../image/backgrounds/bg-blog.png");
  background-size: cover;
}
body main section.home-blog .blog .texto {
  color: white;
  font-family: "Playfair Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  position: relative;
}
body main section.home-blog .blog .texto::after {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 60px;
  background-image: url("../image/pseudo/pseudo-titulo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body main section.home-blog .blog .cards {
  margin: 60px 0 10px 0;
  gap: 20px;
}
body main section.home-blog .blog .cards .card-blog {
  width: 480px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 300px;
}
body main section.home-blog .blog .cards .card-blog .imagem img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.home-blog .blog .cards .card-blog .conteudo {
  background-color: transparent;
  padding: 22px 20px;
  color: #ECECEC;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  gap: 10px;
}
body main section.home-blog .blog .cards .card-blog .conteudo strong {
  color: white;
  font-weight: 700;
}
body main section.home-blog .blog .cards .card-blog .conteudo .saiba-mais {
  color: #595959;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  text-decoration: underline;
}
body main section.home-blog .blog .cards .card-blog .conteudo .saiba-mais a {
  color: #595959;
}
@media (max-width: 992px) {
  body main section.home-blog {
    padding: 40px 16px;
    min-height: 0;
    margin-top: 0;
  }
  body main section.home-blog .blog .texto::after {
    content: none;
  }
  body main section.home-blog .blog .cards {
    margin: 20px 0px;
  }
  body main section.home-blog .blog .cards .card-blog .conteudo .texto-blog {
    font-size: 14px;
  }
  body main section.home-blog .blog .cards .card-blog .conteudo .saiba-mais {
    font-size: 8px;
  }
  body main section.home-blog .blog .botoes {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
body main .titulo-off {
  padding: 50px 370px !important;
}
body main section.home-cases {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 840px;
  padding: 115px 370px;
  background-color: white;
  background-image: url("../image/backgrounds/bg-principal-branco.png");
  background-size: cover;
  background-position: bottom;
}
body main section.home-cases .texto-projetos {
  color: #595959;
  position: relative;
  margin-bottom: 50px;
}
body main section.home-cases .texto-projetos::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: 60px;
  background-image: linear-gradient(to right, rgba(89, 89, 89, 0.2) 0%, rgba(89, 89, 89, 0.2) 100%), url("../image/pseudo/icone-pseudo.png"), linear-gradient(to right, rgba(89, 89, 89, 0.2) 0%, rgba(89, 89, 89, 0.2) 100%);
  background-size: calc(50% - 30px) 1px, auto, calc(50% - 30px) 1px;
  background-position: left center, center center, right center;
  background-repeat: no-repeat;
}
body main section.home-cases .texto-projetos * {
  font-size: 24px;
}
@media (max-width: 992px) {
  body main section.home-cases .texto-projetos {
    margin-bottom: 0px;
  }
}
@media (max-width: 992px) {
  body main section.home-cases {
    padding: 90px 20px 40px 20px;
    min-height: 0;
  }
  body main section.home-cases .texto-projetos::before {
    width: 300px;
  }
}
body main section.home-redes {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 530px;
  background-image: url("../image/backgrounds/bg-redes.png");
  background-size: cover;
  position: relative;
  padding: 95px 240px 45px 240px;
}
body main section.home-redes .instagram {
  position: absolute;
  top: -10%;
  left: 48%;
  border-radius: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
body main section.home-redes .texto-redes {
  color: #ECECEC;
  text-align: center;
  margin-bottom: 50px;
}
body main section.home-redes .texto-redes h1 {
  font-family: "Playfair Display";
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
body main section.home-redes .texto-redes h2 {
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
body main section.home-redes .imagens {
  width: 100%;
  flex-wrap: wrap;
}
body main section.home-redes .imagens .imagem {
  width: 233px;
  height: 291px;
}
body main section.home-redes .imagens .imagem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 992px) {
  body main section.home-redes {
    padding: 40px 20px;
  }
  body main section.home-redes .instagram {
    width: 45px;
    height: 45px;
    top: -4%;
    left: 40%;
    transform: translateX(50%);
  }
  body main section.home-redes .instagram img {
    width: 100%;
    height: 100%;
  }
  body main section.home-redes .texto-redes {
    margin-bottom: 30px;
  }
  body main section.home-redes .texto-redes h1 {
    font-size: 22px;
    text-align: left;
  }
  body main section.home-redes .texto-redes h2 {
    font-size: 16px;
    text-align: right;
  }
  body main section.home-redes .imagens .imagem {
    width: calc(50% - 0.5rem);
    height: auto;
    aspect-ratio: 233/291;
  }
}
body main section.depoimentos {
  height: -moz-fit-content;
  height: fit-content;
  min-height: 480px;
  padding: 80px 180px;
  background: white;
}
body main section.depoimentos .depoimentos {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main section.depoimentos .depoimentos__title {
  padding-left: 25px;
}
body main section.depoimentos .depoimentos__title h1 {
  color: #595959;
  font-size: 36px;
  margin-bottom: 12px;
  width: 60%;
}
body main section.depoimentos .depoimentos__title h1 strong {
  color: black;
}
body main section.depoimentos .depoimentos #depoimentos-slider {
  max-width: auto;
  margin-inline: auto;
  padding: 40px;
  position: relative;
}
body main section.depoimentos .depoimentos #depoimentos-slider .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
body main section.depoimentos .depoimentos #depoimentos-slider .owl-dots .owl-dot {
  background-color: transparent;
  width: 28px;
  height: 28px;
  border-radius: 0;
  margin: 0 5px;
}
body main section.depoimentos .depoimentos #depoimentos-slider .owl-dots .owl-dot span {
  background: none;
  background-image: url("../image/several/dots-2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  opacity: 1;
  display: block;
}
@media (max-width: 992px) {
  body main section.depoimentos .depoimentos #depoimentos-slider .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
  }
  body main section.depoimentos .depoimentos #depoimentos-slider .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
  }
}
body main section.depoimentos .depoimentos #depoimentos-slider .owl-dots .owl-dot:hover, body main section.depoimentos .depoimentos #depoimentos-slider .owl-dots .owl-dot.active {
  background-color: transparent;
}
body main section.depoimentos .depoimentos #depoimentos-slider .owl-dots .owl-dot:hover span, body main section.depoimentos .depoimentos #depoimentos-slider .owl-dots .owl-dot.active span {
  background-image: url("../image/several/dots-1.png");
}
body main section.depoimentos .depoimentos .google {
  background: linear-gradient(90deg, #FC0030 0%, #DF0931 100%);
  padding: 20px 30px;
  border-radius: 10px;
  transition: all 0.3s ease;
}
body main section.depoimentos .depoimentos .google h3 {
  color: #ECECEC;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
body main section.depoimentos .depoimentos .google:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(90deg, #ee002c 0%, #c3072a 100%);
  transform: scale(1.05);
}
body main section.depoimentos .depoimentos .google:hover h3 {
  color: #ECECEC;
}
@media (max-width: 61.9375em) {
  body main section.depoimentos {
    text-align: center;
    padding: 40px 20px;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  body main section.depoimentos .depoimentos__title {
    height: -moz-fit-content;
    height: fit-content;
    text-align: center;
  }
  body main section.depoimentos .depoimentos__title h1 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  body main section.depoimentos .depoimentos__texto h1 {
    font-size: 22px;
  }
  body main section.depoimentos .depoimentos #depoimentos-slider {
    padding: 0 0 40px 0;
  }
  body main section.depoimentos .depoimentos #depoimentos-slider .card-depoimentos {
    text-align: start;
  }
  body main section.depoimentos .depoimentos #depoimentos-slider .card-depoimentos__content__description {
    font-size: 1rem;
  }
  body main section.depoimentos .depoimentos #depoimentos-slider .card-depoimentos__content__title {
    font-size: 1rem;
  }
  body main section.depoimentos .depoimentos #depoimentos-slider .card-depoimentos__content .aspas {
    right: 0.5rem;
  }
  body main section.depoimentos .depoimentos #depoimentos-slider .owl-nav {
    display: none;
  }
}
body main section.home-slogan {
  width: 100%;
  height: 370px;
  -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 .slogan {
  position: absolute;
  font-family: "Playfair Display";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  color: white;
  z-index: 2;
}
body main section.home-duvidas {
  width: 100%;
  min-height: 630px;
  height: -moz-fit-content;
  height: fit-content;
  background-color: white;
}
body main section.home-duvidas .duvidas {
  padding: 80px 140px 80px 220px;
  width: 56%;
  height: 100%;
  gap: 35px;
  color: #DF0931;
}
body main section.home-duvidas .duvidas .texto-duvidas {
  font-family: "Playfair Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  position: relative;
}
body main section.home-duvidas .duvidas .texto-duvidas::after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  height: 60px;
  background-image: url("../image/pseudo/pseudo-titulo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 992px) {
  body main section.home-duvidas .duvidas .texto-duvidas::after {
    content: none;
  }
}
@media (max-width: 992px) {
  body main section.home-duvidas .duvidas {
    padding: 40px 22px;
    width: 100%;
  }
}
body main section.home-duvidas .canais-wrapper {
  width: 44%;
  padding: 80px 220px 80px 0px;
}
@media (max-width: 992px) {
  body main section.home-duvidas .canais-wrapper {
    width: 100%;
    padding: 0px 20px 20px 20px;
  }
}
@media (max-width: 992px) {
  body main section.home-duvidas {
    flex-direction: column !important;
    min-height: auto;
    clip-path: none;
  }
}
body main section.about-sobre {
  background-color: white;
  background-size: cover;
  width: 100%;
  min-height: 700px;
  height: -moz-fit-content;
  height: fit-content;
  color: #595959;
  padding: 70px 180px;
}
body main section.about-sobre .sobre {
  padding: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 120px;
       column-gap: 120px;
}
body main section.about-sobre .sobre__aside {
  width: 52%;
  display: flex;
  flex-direction: column;
}
body main section.about-sobre .sobre__aside--text h3 {
  color: #494949;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.8px;
  margin-bottom: 20px;
}
body main section.about-sobre .sobre__aside--text h1 {
  color: black;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 47px;
}
body main section.about-sobre .sobre__aside--text h2 {
  font-size: 20px;
  color: #515151;
}
@media (max-width: 992px) {
  body main section.about-sobre .sobre__aside--text {
    text-align: left;
    margin-bottom: 30px;
  }
  body main section.about-sobre .sobre__aside--text h3 {
    font-size: 14px;
    margin-bottom: 8px;
    text-align: center;
  }
  body main section.about-sobre .sobre__aside--text h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  body main section.about-sobre .sobre__aside--text h2 {
    font-size: 18px;
  }
}
body main section.about-sobre .sobre .imagem {
  width: 611px;
  height: 595px;
}
body main section.about-sobre .sobre .imagem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 28px;
}
@media (max-width: 61.9375em) {
  body main section.about-sobre {
    text-align: center;
    padding: 0px;
    height: -moz-fit-content;
    height: fit-content;
  }
  body main section.about-sobre .sobre {
    padding: 40px 20px;
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
    align-items: center;
  }
  body main section.about-sobre .sobre__aside {
    width: 100%;
    row-gap: 0.5rem;
    align-items: center;
  }
  body main section.about-sobre .sobre__aside p {
    font-size: 1rem;
    line-height: 120%;
  }
  body main section.about-sobre .sobre .imagem {
    width: 100%;
    max-height: 350px;
  }
}
body main section.equipe {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 1300px;
  background-image: url("../image/backgrounds/bg-equipe.png");
  background-size: cover;
  padding: 95px 220px;
}
body main section.equipe .texto-equipe {
  position: relative;
  margin-bottom: 70px;
}
body main section.equipe .texto-equipe * {
  color: #ECECEC;
  font-family: "Playfair Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
}
body main section.equipe .texto-equipe * strong {
  font-weight: 700;
}
body main section.equipe .texto-equipe::after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 26px;
  background-image: url("../image/pseudo/pseudo-titulo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body main section.equipe .card-principal {
  height: -moz-fit-content;
  height: fit-content;
  min-height: 600px;
  margin-bottom: 70px;
  position: relative;
}
body main section.equipe .card-principal .imagem-grande {
  width: 600px;
}
body main section.equipe .card-principal .imagem-grande img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.equipe .card-principal .imagem-pequena {
  width: 250px;
  height: 290px;
  position: absolute;
  bottom: 50%;
  left: 0%;
  transform: translateY(50%);
}
body main section.equipe .card-principal .imagem-pequena img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.equipe .card-principal .conteudo {
  padding: 100px 44px;
  background-color: #212121;
  color: #ECECEC;
  border: 1px solid #595959;
  border-left: none;
  width: 50%;
}
@media (max-width: 991px) {
  body main section.equipe .card-principal .conteudo {
    width: 100%;
    border-top: none;
  }
}
body main section.equipe .card-principal .conteudo .nome {
  color: #595959;
  text-decoration: underline;
  font-family: "Playfair Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}
body main section.equipe .card-principal .conteudo .cargo {
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
}
body main section.equipe .card-principal .conteudo .info {
  color: #595959;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
body main section.equipe .card-principal .conteudo .texto-card-principal * {
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}
body main section.equipe .card-principal .conteudo .texto-card-principal strong {
  font-weight: 700;
}
body main section.equipe h3 {
  color: #ECECEC;
  font-family: "Playfair Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
}
body main section.equipe .owl-carousel-equipe {
  padding-top: 60px;
}
body main section.equipe .owl-carousel-equipe .card-pessoa {
  background-color: #212121;
  border: 1px solid #595959;
  padding: 50px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 475px;
}
body main section.equipe .owl-carousel-equipe .topo .foto-pessoa {
  width: 105px;
  height: 105px;
}
body main section.equipe .owl-carousel-equipe .topo .foto-pessoa img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
body main section.equipe .owl-carousel-equipe .topo .informacoes .nome {
  color: #595959;
  text-decoration: underline;
  font-family: "Playfair Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}
body main section.equipe .owl-carousel-equipe .topo .informacoes .cargo {
  color: #ECECEC;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}
body main section.equipe .owl-carousel-equipe .topo .informacoes .info {
  color: #595959;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
body main section.equipe .owl-carousel-equipe .texto-pessoa {
  color: #ECECEC;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
body main section.equipe .owl-carousel-equipe .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
body main section.equipe .owl-carousel-equipe .owl-dots .owl-dot {
  background-color: transparent;
  width: 28px;
  height: 28px;
  border-radius: 0;
  margin-right: 10px;
}
body main section.equipe .owl-carousel-equipe .owl-dots .owl-dot span {
  background: none;
  background-image: url("../image/several/dots-2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 28px;
  height: 28px;
  margin: 0;
  opacity: 1;
  display: block;
}
@media (max-width: 992px) {
  body main section.equipe .owl-carousel-equipe .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
  }
  body main section.equipe .owl-carousel-equipe .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
  }
}
body main section.equipe .owl-carousel-equipe .owl-dots .owl-dot:hover, body main section.equipe .owl-carousel-equipe .owl-dots .owl-dot.active {
  background-color: transparent;
}
body main section.equipe .owl-carousel-equipe .owl-dots .owl-dot:hover span, body main section.equipe .owl-carousel-equipe .owl-dots .owl-dot.active span {
  background-image: url("../image/several/dots-1.png");
}
@media (max-width: 992px) {
  body main section.equipe {
    padding: 30px 15px;
  }
  body main section.equipe .texto-equipe {
    margin-bottom: 30px;
  }
  body main section.equipe .texto-equipe::after {
    content: none;
  }
  body main section.equipe .card-principal {
    margin-bottom: 30px;
  }
  body main section.equipe .card-principal .imagem-grande {
    width: 100%;
  }
  body main section.equipe .card-principal .conteudo {
    border-left: 1px solid #595959;
    padding: 30px 18px;
  }
  body main section.equipe .card-principal .conteudo .cargo {
    font-size: 18px;
  }
  body main section.equipe .card-principal .conteudo .info {
    font-size: 12px;
  }
  body main section.equipe .card-principal .conteudo .texto-card-principal * {
    font-size: 16px;
  }
  body main section.equipe .owl-carousel-equipe {
    padding-top: 30px;
  }
  body main section.equipe .owl-carousel-equipe .card-pessoa {
    padding: 20px;
    min-height: 300px;
  }
  body main section.equipe .owl-carousel-equipe .topo .informacoes .nome {
    font-size: 18px;
  }
  body main section.equipe .owl-carousel-equipe .topo .informacoes .cargo {
    font-size: 10px;
  }
  body main section.equipe .owl-carousel-equipe .topo .informacoes .info {
    font-size: 10px;
  }
  body main section.equipe .owl-carousel-equipe .texto-pessoa {
    font-size: 16px;
  }
}
body main section.sobre-nos-banner-cta {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 470px;
  padding: 70px 215px;
}
body main section.sobre-nos-banner-cta .texto {
  color: #ECECEC;
}
body main section.sobre-nos-banner-cta .texto h1 {
  color: #595959;
  font-family: "Playfair Display";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 25px;
}
body main section.sobre-nos-banner-cta .texto h2 {
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 25px;
}
body main section.sobre-nos-banner-cta .texto .botao p {
  font-weight: 700;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  body main section.sobre-nos-banner-cta {
    padding: 42px 25px;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 350px;
    background-position: top;
  }
  body main section.sobre-nos-banner-cta .texto {
    width: 100%;
    margin-left: 0px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4784313725);
  }
  body main section.sobre-nos-banner-cta .texto h1 {
    font-size: 24px;
  }
  body main section.sobre-nos-banner-cta .texto p {
    font-size: 16px;
    margin-bottom: 40px;
  }
  body main section.sobre-nos-banner-cta .botao {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
body main section.servicos {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 570px;
  background-color: white;
  padding: 70px 180px;
}
body main section.servicos .servicos--header,
body main section.servicos .diferenciais--header {
  max-width: 930px;
  margin-inline: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  color: #222222;
}
body main section.servicos .servicos--header h2,
body main section.servicos .diferenciais--header h2 {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.7px;
  margin-bottom: 8px;
}
body main section.servicos .servicos--header h1,
body main section.servicos .diferenciais--header h1 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}
body main section.servicos .servicos--buttons,
body main section.servicos .diferenciais--buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 38px;
}
body main section.servicos .servicos .btn-link,
body main section.servicos .diferenciais .btn-link {
  color: rgba(0, 0, 0, 0.7) !important;
}
body main section.servicos .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}
body main section.servicos .cards.grid-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
body main section.servicos .cards.grid-layout .card {
  width: 100%;
  height: 100%;
  max-width: none;
}
@media (max-width: 992px) {
  body main section.servicos .cards.grid-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  body main section.servicos .cards.grid-layout {
    grid-template-columns: 1fr;
  }
}
body main section.servicos .cards .card {
  display: flex;
  width: 100%;
  min-height: 200px;
  padding: 27px 22px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 0;
  gap: 20px;
  border: 2px solid #595959;
}
body main section.servicos .cards .card .icone {
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.servicos .cards .card .icone img {
  max-width: 50px;
  height: auto;
}
body main section.servicos .cards .card .titulo {
  color: #222222;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.servicos .cards .card .texto {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #595959;
}
body main section.servicos .owl-carousel-servicos .owl-nav {
  display: none;
}
@media (max-width: 992px) {
  body main section.servicos {
    padding: 40px 20px;
  }
  body main section.servicos .servicos--header {
    margin-bottom: 30px;
  }
  body main section.servicos .servicos--header h1 {
    font-size: 24px;
  }
  body main section.servicos .servicos--header h2 {
    font-size: 14px;
  }
}
body main section.segmentos {
  height: -moz-fit-content;
  height: fit-content;
  min-height: 500px;
  width: 100%;
  padding: 0 180px 90px 180px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main section.segmentos .texto-segmentos {
  text-align: center;
  color: #222222;
  margin-bottom: 60px;
}
body main section.segmentos .texto-segmentos h2 {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.7px;
  margin-bottom: 8px;
}
body main section.segmentos .texto-segmentos h1 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}
body main section.segmentos .owl-carousel-segmentos {
  margin-bottom: 40px;
}
body main section.segmentos .owl-carousel-segmentos .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
body main section.segmentos .owl-carousel-segmentos .owl-nav button.owl-prev,
body main section.segmentos .owl-carousel-segmentos .owl-nav button.owl-next {
  position: absolute;
  bottom: -34%;
  transform: translateY(-50%);
  background: none !important;
  border: none !important;
  cursor: pointer;
  pointer-events: auto;
}
body main section.segmentos .owl-carousel-segmentos .owl-nav button.owl-prev img,
body main section.segmentos .owl-carousel-segmentos .owl-nav button.owl-next img {
  width: 30px;
  height: auto;
  filter: brightness(1%);
}
body main section.segmentos .owl-carousel-segmentos .owl-nav button.owl-prev {
  left: 40%;
}
body main section.segmentos .owl-carousel-segmentos .owl-nav button.owl-next {
  right: 40%;
}
body main section.segmentos .owl-carousel-segmentos .card-segmento {
  height: -moz-fit-content;
  height: fit-content;
  min-height: 280px;
  padding: 27px 37px;
  border-radius: 40px;
  border: 1px solid #222222;
  transition: 0.3s all ease;
}
body main section.segmentos .owl-carousel-segmentos .card-segmento:hover {
  box-shadow: inset 0px 0px 8px rgb(0, 0, 0);
  border: 2px solid #222222;
  background-color: #222222;
}
body main section.segmentos .owl-carousel-segmentos .card-segmento:hover .segmento {
  color: white;
}
body main section.segmentos .owl-carousel-segmentos .card-segmento:hover .texto-segmento {
  color: white;
}
body main section.segmentos .owl-carousel-segmentos .card-segmento .icone {
  background-color: #222222;
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px;
  border-radius: 100%;
  margin-bottom: 10px;
}
body main section.segmentos .owl-carousel-segmentos .card-segmento .icone img {
  width: 24px;
  height: 24px;
}
body main section.segmentos .owl-carousel-segmentos .card-segmento .segmento {
  color: #222222;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
body main section.segmentos .owl-carousel-segmentos .card-segmento .texto-segmento {
  color: #222222;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 992px) {
  body main section.segmentos {
    padding: 40px 20px;
  }
  body main section.segmentos .owl-carousel-segmentos .card-segmento {
    margin-right: 1px;
    min-height: 200px;
  }
}
body main section.onde {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 910px;
  padding: 50px 320px;
  background-image: url("../image/backgrounds/bg-principal-branco.png");
  background-size: cover;
  background-color: white;
}
body main section.onde .texto-onde {
  text-align: center;
}
body main section.onde .texto-onde * {
  color: #7e7e7e;
  font-size: 36px;
  font-weight: 400;
}
body main section.onde .texto-onde * strong {
  font-weight: 700;
  color: #DF0931;
}
body main section.onde .imagem {
  width: 100%;
  height: 100%;
}
body main section.onde .imagem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  body main section.onde {
    padding: 20px 10px;
    min-height: 0;
  }
  body main section.onde .texto-onde * {
    font-size: 26px;
  }
}
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: #DF0931;
  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.servico-interna {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 700px;
  background-color: white;
  display: flex;
  gap: 20px;
  padding: 80px 180px;
}
body main section.servico-interna .descricao {
  width: 60%;
}
body main section.servico-interna .descricao h1 {
  color: #222222;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 36px;
}
body main section.servico-interna .descricao h2 {
  color: #515151;
  font-size: 20px;
  font-weight: 700;
  width: 55%;
  margin-bottom: 36px;
}
body main section.servico-interna .descricao ul {
  margin-bottom: 25px;
  width: 90%;
}
body main section.servico-interna .descricao ul li {
  color: #515151;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 12px;
}
body main section.servico-interna .canais-atendimento-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  body main section.servico-interna {
    padding: 40px 20px 0px 20px;
    flex-direction: column;
  }
  body main section.servico-interna .descricao {
    width: 100%;
  }
  body main section.servico-interna .descricao h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
  }
  body main section.servico-interna .descricao h2 {
    width: 100%;
    margin-bottom: 20px;
  }
  body main section.servico-interna .descricao ul li {
    font-size: 16px;
  }
  body main section.servico-interna .canais-atendimento-wrapper {
    width: 100%;
    margin-top: 20px;
  }
}
body main section.servicos-banner-cta {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 470px;
  padding: 70px 215px;
}
body main section.servicos-banner-cta .texto {
  color: #ECECEC;
}
body main section.servicos-banner-cta .texto h1 {
  color: #595959;
  font-family: "Playfair Display";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 25px;
}
body main section.servicos-banner-cta .texto h2 {
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 25px;
}
body main section.servicos-banner-cta .texto .botao p {
  font-weight: 700;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  body main section.servicos-banner-cta {
    padding: 42px 25px;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 430px;
    background-position: top;
  }
  body main section.servicos-banner-cta .texto {
    width: 100%;
    margin-left: 0px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4784313725);
  }
  body main section.servicos-banner-cta .texto h1 {
    font-size: 24px;
  }
  body main section.servicos-banner-cta .texto p {
    font-size: 16px;
    margin-bottom: 40px;
  }
  body main section.servicos-banner-cta .botao {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
}
body main .banner-interna .texto h1 {
  color: #ECECEC !important;
  font-family: Montserrat !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 700 !important;
}
body main .banner-interna .texto .botao .btn-fale-conosco {
  color: #222222;
}
body main .projetos {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 380px;
  padding: 70px 180px;
}
body main .projetos .texto-carrossel {
  width: 60%;
}
body main .projetos .texto-carrossel * {
  color: black;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
}
body main .projetos .owl-carousel-selos {
  width: 40%;
  margin-top: -225px;
}
body main .projetos .owl-carousel-selos .owl-stage {
  display: flex;
  align-items: center;
}
body main .projetos .owl-carousel-selos .selo {
  max-width: 260px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
body main .projetos .owl-carousel-selos .selo img {
  width: 100%;
  height: auto;
}
body main .projetos .owl-carousel-selos .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
body main .projetos .owl-carousel-selos .owl-nav button.owl-prev,
body main .projetos .owl-carousel-selos .owl-nav button.owl-next {
  position: absolute;
  top: 90%;
  transform: translateY(-50%);
  background: none !important;
  border: none !important;
  cursor: pointer;
  pointer-events: auto;
}
body main .projetos .owl-carousel-selos .owl-nav button.owl-prev img,
body main .projetos .owl-carousel-selos .owl-nav button.owl-next img {
  width: 30px;
  height: auto;
  filter: brightness(1%);
}
body main .projetos .owl-carousel-selos .owl-nav button.owl-prev {
  left: 13%;
}
body main .projetos .owl-carousel-selos .owl-nav button.owl-next {
  right: 71%;
}
@media (max-width: 992px) {
  body main .projetos {
    padding: 40px 20px;
    min-height: 0px;
  }
  body main .projetos .texto-carrossel {
    width: 100%;
  }
  body main .projetos .texto-carrossel * {
    font-size: 34px;
    text-align: center;
  }
  body main .projetos .owl-carousel-selos {
    width: 100%;
    margin-top: 0;
  }
  body main .projetos .owl-carousel-selos .owl-nav button.owl-prev {
    left: 0;
  }
  body main .projetos .owl-carousel-selos .owl-nav button.owl-next {
    right: 0;
  }
}
body main section.processo {
  padding: 45px 180px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 460px;
  background-color: white;
  background-image: url("../image/backgrounds/bg-principal-branco.png");
  background-position: bottom;
  background-size: cover;
}
body main section.processo .texto-processo {
  text-align: center;
  color: #7e7e7e;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
body main section.processo .processo-wrapper {
  width: 100%;
}
body main section.processo .processo-wrapper .conteudo {
  width: 60%;
  gap: 50px;
}
body main section.processo .processo-wrapper .conteudo .opcoes {
  gap: 50px;
}
body main section.processo .processo-wrapper .conteudo .opcoes .botao-opcao {
  border-radius: 20px;
  border: 1px solid #DF0931;
  padding: 8px 26px;
  background-color: transparent;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.245);
  color: black;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}
body main section.processo .processo-wrapper .conteudo .opcoes .botao-opcao.active {
  background-color: #DF0931;
  color: white;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.445);
}
body main section.processo .processo-wrapper .conteudo .opcoes .botao-opcao:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.345);
}
body main section.processo .processo-wrapper .conteudo .informacao * {
  color: black;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
}
body main section.processo .processo-wrapper .imagem {
  width: 40%;
  height: auto;
}
body main section.processo .processo-wrapper .imagem img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 28px;
}
@media (max-width: 992px) {
  body main section.processo {
    padding: 40px 20px;
  }
  body main section.processo .processo-wrapper .conteudo {
    width: 100%;
    align-items: center;
    gap: 30px;
  }
  body main section.processo .processo-wrapper .conteudo .opcoes {
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }
  body main section.processo .processo-wrapper .conteudo .opcoes .botao-opcao {
    border-radius: 12px;
    padding: 4px 20px;
    font-size: 16px;
  }
  body main section.processo .processo-wrapper .conteudo .informacao {
    text-align: left;
    width: 100%;
  }
  body main section.processo .processo-wrapper .conteudo .informacao * {
    font-size: 18px;
    line-height: 27px;
  }
}
body main section.projeto-interna {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 500px;
  padding: 70px 180px;
}
body main section.projeto-interna .imagem {
  width: 40%;
  border-radius: 28px;
}
body main section.projeto-interna .imagem img {
  width: 100%;
  height: 100%;
  border-radius: 28px;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.projeto-interna .area-texto {
  width: 60%;
}
body main section.projeto-interna .area-texto .texto-titulo-projeto {
  color: black;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
}
body main section.projeto-interna .area-texto .descricao {
  color: #515151;
}
body main section.projeto-interna .area-texto .descricao * {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 992px) {
  body main section.projeto-interna {
    padding: 40px 20px;
  }
  body main section.projeto-interna .imagem,
  body main section.projeto-interna .area-texto {
    width: 100%;
  }
  body main section.projeto-interna .area-texto .texto-titulo-projeto {
    font-size: 26px;
    text-align: center;
  }
}
body main section.contato {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 700px;
  padding: 70px 180px 105px 180px;
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
body main section.contato .conteudo-colunas {
  display: flex;
  flex-direction: row;
  gap: 50px;
  width: 100%;
}
body main section.contato .formulario {
  width: 61%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
body main section.contato .formulario .titulo-formulario {
  text-align: center;
  width: 100%;
}
body main section.contato .formulario .titulo-formulario * {
  width: 100%;
  color: #DF0931;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
body main section.contato .formulario form {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-end;
}
body main section.contato .formulario form .campo {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}
body main section.contato .formulario form .campo label {
  color: black;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
body main section.contato .formulario form .campo input,
body main section.contato .formulario form .campo select,
body main section.contato .formulario form .campo textarea {
  background-color: white;
  padding: 15px 8px;
  border: 1px solid #D7D7D7;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  transition: 0.3s all;
}
body main section.contato .formulario form .campo input::-moz-placeholder, body main section.contato .formulario form .campo select::-moz-placeholder, body main section.contato .formulario form .campo textarea::-moz-placeholder {
  color: rgb(137, 137, 137);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
body main section.contato .formulario form .campo input::placeholder,
body main section.contato .formulario form .campo select::placeholder,
body main section.contato .formulario form .campo textarea::placeholder {
  color: rgb(137, 137, 137);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
body main section.contato .formulario form .campo input:hover,
body main section.contato .formulario form .campo select:hover,
body main section.contato .formulario form .campo textarea:hover {
  background-color: rgb(243, 243, 243);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.112);
}
body main section.contato .formulario form .campo input:focus,
body main section.contato .formulario form .campo select:focus,
body main section.contato .formulario form .campo textarea:focus {
  outline: none;
}
body main section.contato .formulario form .campo textarea {
  height: 180px;
  resize: vertical;
}
body main section.contato .formulario form .campo input,
body main section.contato .formulario form .campo select {
  height: 54px;
}
body main section.contato .formulario form .d-flex {
  display: flex;
  gap: 1rem;
  width: 100%;
}
body main section.contato .formulario form button {
  background: linear-gradient(90deg, #222 0%, #464646 100%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.38);
  border-radius: 60px;
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 38px;
  gap: 15px;
  height: 57px;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s all ease;
}
body main section.contato .formulario form button:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.38);
  background: linear-gradient(90deg, #464646 0%, #222 100%);
  color: #ECECEC;
}
body main section.contato div.canais-atendimento {
  width: 39%;
}
@media (max-width: 992px) {
  body main section.contato {
    flex-direction: column !important;
    padding: 50px 25px;
    gap: 50px;
  }
  body main section.contato .conteudo-colunas {
    flex-direction: column;
    gap: 50px;
  }
  body main section.contato .formulario {
    width: 100%;
  }
  body main section.contato .formulario .titulo-formulario * {
    font-size: 24px;
    text-align: left;
  }
  body main section.contato div.canais-atendimento {
    width: 100%;
  }
  body main section.contato .formulario form .d-flex {
    flex-direction: column;
  }
  body main section.contato .formulario form .campo {
    width: 100%;
    flex: none;
  }
  body main section.contato .formulario form button {
    width: 100%;
  }
}
body main section.duvidas {
  width: 100%;
  min-height: 640px;
  padding: 90px 440px;
  gap: 52px;
  margin-top: -8px;
  background-color: white;
  background-image: url("../image/backgrounds/bg-principal-branco.png");
  background-size: cover;
}
body main section.duvidas .duvidas-container {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
body main section.duvidas .side-categorias {
  padding: 40px 50px;
  border: 1px solid #595959;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 380px;
}
body main section.duvidas .side-categorias .titulo {
  color: #DF0931;
  font-family: "Playfair Display";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #595959;
}
body main section.duvidas .side-categorias ul {
  list-style: none;
  padding-left: 0;
}
body main section.duvidas .side-categorias ul li {
  position: relative;
  padding-left: 20px;
}
body main section.duvidas .side-categorias ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background-color: #595959;
  border-radius: 50%;
}
body main section.duvidas .side-categorias ul li a {
  color: #222222;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 992px) {
  body main section.duvidas {
    padding: 50px 25px;
    gap: 40px;
  }
  body main section.duvidas .duvidas-container {
    padding: 0;
    width: 100%;
  }
}
body main section.trabalhe-conosco {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 700px;
  display: flex;
  flex-direction: row;
  gap: 105px;
  padding: 80px 220px;
  background-color: white;
  background-image: url("../image/backgrounds/bg-principal.png");
  margin-top: -10px;
}
body main section.trabalhe-conosco .texto-trabalhe {
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  gap: 30px;
}
body main section.trabalhe-conosco .texto-trabalhe .logo {
  width: 220px;
  height: auto;
}
body main section.trabalhe-conosco .texto-trabalhe .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.trabalhe-conosco .texto-trabalhe .texto {
  color: white;
}
body main section.trabalhe-conosco .texto-trabalhe .texto h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
body main section.trabalhe-conosco .texto-trabalhe .texto h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 115% */
}
body main section.trabalhe-conosco .formulario {
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  gap: 40px;
}
body main section.trabalhe-conosco .formulario .titulo {
  color: white;
}
body main section.trabalhe-conosco .formulario .titulo * {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
body main section.trabalhe-conosco .formulario form {
  width: 100%;
}
body main section.trabalhe-conosco .formulario form label {
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
body main section.trabalhe-conosco .formulario form input,
body main section.trabalhe-conosco .formulario form select,
body main section.trabalhe-conosco .formulario form textarea {
  border-radius: 18px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
  transition: 0.3s all;
}
body main section.trabalhe-conosco .formulario form input::-moz-placeholder, body main section.trabalhe-conosco .formulario form select::-moz-placeholder, body main section.trabalhe-conosco .formulario form textarea::-moz-placeholder {
  color: #595959;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
body main section.trabalhe-conosco .formulario form input::placeholder,
body main section.trabalhe-conosco .formulario form select::placeholder,
body main section.trabalhe-conosco .formulario form textarea::placeholder {
  color: #595959;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
body main section.trabalhe-conosco .formulario form input:hover,
body main section.trabalhe-conosco .formulario form select:hover,
body main section.trabalhe-conosco .formulario form textarea:hover {
  background-color: rgb(243, 243, 243);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.112);
}
body main section.trabalhe-conosco .formulario form input:focus,
body main section.trabalhe-conosco .formulario form select:focus,
body main section.trabalhe-conosco .formulario form textarea:focus {
  outline: none;
}
body main section.trabalhe-conosco .formulario form textarea {
  height: 100px;
}
body main section.trabalhe-conosco .formulario form .file-upload-wrapper {
  width: 100%;
  position: relative;
  transition: 0.3s all;
}
body main section.trabalhe-conosco .formulario form .file-upload-wrapper .file-upload-label {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 400;
  color: #595959;
}
body main section.trabalhe-conosco .formulario form .file-upload-wrapper .file-upload-label:hover {
  background-color: rgb(243, 243, 243);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.112);
}
body main section.trabalhe-conosco .formulario form .file-upload-wrapper .file-upload-label svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #595959;
}
body main section.trabalhe-conosco .formulario form .file-upload-wrapper .file-upload-label span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body main section.trabalhe-conosco .formulario form .file-upload-wrapper .file-upload-label:hover {
  border-color: rgba(34, 35, 39, 0.7);
}
body main section.trabalhe-conosco .formulario form .file-upload-wrapper .file-upload-label:focus-within {
  outline: 2px solid #222222;
  outline-offset: 2px;
}
body main section.trabalhe-conosco .formulario form button {
  background-color: #DF0931;
  color: white;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 35px;
  border-radius: 10px;
  transition: 0.3s;
}
body main section.trabalhe-conosco .formulario form button:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.38);
  transform: scale(1.05);
  color: #ECECEC;
}
body main section.trabalhe-conosco div.card-diferenciais-wrapper {
  width: 40%;
}
@media (max-width: 991px) {
  body main section.trabalhe-conosco div.card-diferenciais-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  body main section.trabalhe-conosco {
    flex-direction: column;
    padding: 50px 25px;
    gap: 50px;
  }
  body main section.trabalhe-conosco .texto-trabalhe,
  body main section.trabalhe-conosco .formulario,
  body main section.trabalhe-conosco div.canais-atendimento {
    width: 100%;
  }
  body main section.trabalhe-conosco .texto-trabalhe .texto {
    font-size: 24px;
  }
  body main section.trabalhe-conosco .formulario .descricao {
    text-align: justify;
  }
  body main section.trabalhe-conosco .formulario .titulo {
    font-size: 24px;
  }
  body main section.trabalhe-conosco .formulario form .d-flex.gap-4 {
    flex-direction: column;
  }
  body main section.trabalhe-conosco .formulario form .w-50 {
    width: 100% !important;
  }
  body main section.trabalhe-conosco .formulario form button {
    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;
}
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 */