@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
html {
  box-sizing: border-box;
  font-size: 100%;
}

html.resize {
  width: 100%;
  height: 100%;
}
html.resize body {
  width: 100%;
  height: 100%;
  font-weight: 400;
}
html.resize body main {
  width: 100%;
  height: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "Poppins", "Open Sans", sans-serif;
  line-height: 1.5;
  color: #494949;
  background-color: #F6F6F6;
}
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-produto {
  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;
  }
}

@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: "Poppins", "Open Sans", sans-serif;
  line-height: 1.5;
  color: #494949;
  background-color: #F6F6F6;
}
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-produto {
  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;
  }
}

@media (min-width: 991px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}

.has-error {
  border-color: red !important;
}

/*  Validação   */
.ng-invalid.ng-touched,
.campo-invalido {
  border-color: #dc3545 !important;
}

/*
*Tokens de tamahos
*cada tamanho equivale a 4px a partir do ($size-2),8px a partir de ($size-9),
*/
p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus, a:active, a:focus {
  text-decoration: none;
}

ul.no-list-style {
  list-style: none;
  padding: 0;
  margin: 0;
}

hr {
  margin: 0;
}

strong {
  font-weight: 700;
}

.btn-email,
.btn-whatsapp,
.btn-telephone {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.btn-email h1,
.btn-whatsapp h1,
.btn-telephone h1 {
  color: #004860;
  font-size: 1.125rem;
  font-weight: 700;
}
.btn-email h1 strong,
.btn-whatsapp h1 strong,
.btn-telephone h1 strong {
  display: block;
  color: #2EDAF1;
  font-size: 1rem;
  font-weight: regular;
}
@media (max-width: 61.9375em) {
  .btn-email,
  .btn-whatsapp,
  .btn-telephone {
    text-align: center;
  }
  .btn-email img,
  .btn-whatsapp img,
  .btn-telephone img {
    width: 32px;
  }
  .btn-email h1,
  .btn-whatsapp h1,
  .btn-telephone h1 {
    font-size: 14px;
  }
}

.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;
  background: rgba(247, 247, 247, 0.5);
  border-radius: 5px;
  padding: 6px 10px;
}
.btn-email-2 h1,
.btn-whatsapp-2 h1,
.btn-telephone-2 h1 {
  color: #FFFFFF;
  font-size: 15px;
}
.btn-email-2 h1 strong,
.btn-whatsapp-2 h1 strong,
.btn-telephone-2 h1 strong {
  display: block;
  color: #FFFFFF;
}
@media (max-width: 61.9375em) {
  .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-email-2 h1,
  .btn-whatsapp-2 h1,
  .btn-telephone-2 h1 {
    color: #FFFFFF;
    font-size: 15px;
  }
  .btn-email-2 h1 strong,
  .btn-whatsapp-2 h1 strong,
  .btn-telephone-2 h1 strong {
    display: block;
    color: #FFFFFF;
  }
}

.btn-whatsappContact {
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2EDAF1;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2509803922) inset;
  border-radius: 15px;
  padding: 1rem 1.5rem;
  transition: all 1.5s;
}
.btn-whatsappContact__title {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.125rem;
}
.btn-whatsappContact:has(i, img) {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.btn-whatsappContact:hover {
  box-shadow: none;
}
@media (max-width: 61.9375em) {
  .btn-whatsappContact {
    text-align: center;
    height: 2.5rem;
    border-radius: 10px;
    padding: 1rem 1rem;
  }
  .btn-whatsappContact__title {
    font-size: 1rem;
  }
  .btn-whatsappContact:has(i, img) {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}

.btn-whatsappIcon {
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0CDD7D;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  transition: all 1.5s;
}
.btn-whatsappIcon:hover {
  background-color: #065832;
}
.btn-whatsappIcon:hover img {
  filter: grayscale(1) brightness(100);
}
.btn-whatsappIcon:hover h5 {
  color: #FFFFFF;
}
.btn-whatsappIcon:has(h5) {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.btn-whatsappIcon h5 {
  color: #065832;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 61.9375em) {
  .btn-whatsappIcon {
    text-align: center;
    height: 2.5rem;
    border-radius: 10px;
    padding: 1rem 1rem;
  }
}

.btn-email,
.btn-email-2,
.btn-whatsapp,
.btn-whatsapp-2,
.btn-telephone,
.btn-telephone-2 {
  text-align: start;
  position: relative;
  position: relative;
}
.btn-email::before,
.btn-email-2::before,
.btn-whatsapp::before,
.btn-whatsapp-2::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: #004860;
  transition: all 1s;
}
.btn-email::after,
.btn-email-2::after,
.btn-whatsapp::after,
.btn-whatsapp-2::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: #00A4BA;
  transition: all 0.7s;
}
.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-telephone:hover::before,
.btn-telephone:hover::after,
.btn-telephone-2:hover::before,
.btn-telephone-2:hover::after {
  width: 100%;
}
.btn-email:hover img,
.btn-email-2:hover img,
.btn-whatsapp:hover img,
.btn-whatsapp-2:hover img,
.btn-telephone:hover img,
.btn-telephone-2:hover img {
  transform: rotateY(360deg);
}

.btn-secondary {
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #004860;
  border-radius: 15px;
  padding: 1rem 1.5rem;
  transition: all 1.5s;
}
.btn-secondary__title {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.125rem;
}
.btn-secondary:has(i, img) {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.btn-secondary:hover {
  background-color: #004860;
  box-shadow: inset 0px 14px 14px rgba(0, 0, 0, 0.22);
}
@media (max-width: 61.9375em) {
  .btn-secondary {
    text-align: center;
    height: 2.75rem;
  }
}

.btn-primary {
  background-color: #004860;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.btn-primary .title, .btn-primary i {
  color: #FFFFFF;
  font-size: 1.125rem;
}
.btn-primary .title {
  font-weight: 500;
}
.btn-primary:has(i, img) {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.btn-primary:hover {
  background-color: #2EDAF1;
}
.btn-primary.light {
  background-color: #2EDAF1;
}
.btn-primary.light .title, .btn-primary.light i {
  color: #004860;
}
.btn-primary.light:hover {
  box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.25);
}
.btn-primary.base {
  background-color: #FFFFFF;
}
.btn-primary.base .title, .btn-primary.base i {
  color: #004860;
}
.btn-primary.base:hover {
  background-color: #004860;
  box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.25);
}
.btn-primary.base:hover img {
  filter: grayscale(1) brightness(100);
}
.btn-primary.base:hover .title, .btn-primary.base:hover i {
  color: #FFFFFF;
}
@media (max-width: 61.9375em) {
  .btn-primary {
    text-align: center;
    padding: 0.75rem 1.5rem;
  }
  .btn-primary .title, .btn-primary i {
    font-size: 1rem;
  }
}

.btn-link {
  background-color: #FF7742;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}
.btn-link__title, .btn-link i {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 500;
}
.btn-link:has(i, img) {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.btn-link:hover {
  background-color: #C95C32;
}
@media (max-width: 61.9375em) {
  .btn-link {
    text-align: center;
    padding: 0.75rem 1.25rem;
  }
  .btn-link__title {
    font-size: 1rem;
  }
  .btn-link img {
    width: 16px;
  }
}

.btn-social {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.btn-social a:hover img {
  border-top: 5px solid #004860;
  border-bottom: 5px solid #004860;
  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 #004860;
  border-bottom: 5px solid #004860;
  padding: 10px 0;
}
@media (max-width: 61.9375em) {
  .btn-social-2 {
    text-align: center;
    width: 100%;
    max-width: 600px;
    justify-content: space-between;
    margin-inline: auto;
  }
}

section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 610;
  bottom: 30px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  right: 30px;
  border-radius: 75px;
  transition: all 0.5s;
}
section.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 46px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  section.botao_whatsapp.scroll {
    bottom: 100px;
  }
}
section.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 991px) {
  section.botao_whatsapp {
    display: none;
  }
}

.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: #004860;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}
.form-search__content {
  display: flex;
  align-items: center;
  height: 64px;
  border-radius: 10px;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.12);
  padding: 0 1rem 0 2rem;
  background-color: #2EDAF1;
}
.form-search__content--seek {
  width: 100%;
  background-color: transparent;
}
.form-search__content--seek::-moz-placeholder {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 500;
}
.form-search__content--seek::placeholder {
  color: #FFFFFF;
  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 {
  min-height: 142px;
  background-image: url("../image/backgrounds/newsletter.png");
  background-repeat: no-repeat;
  background-color: #004860;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 300px;
       column-gap: 300px;
  padding: 1.5rem 0;
}
.newsletter__title h1 {
  color: #FFFFFF;
  font-size: 1.875rem;
}
.newsletter .form-newsletter {
  display: flex;
  align-items: center;
}
.newsletter .form-newsletter input {
  background-color: #004860;
  border: 1px solid #2EDAF1;
  width: 440px;
  min-height: 54px;
  border-radius: 5px 0 0 5px;
  padding-left: 2.5rem;
  border-right: none;
  color: #FFFFFF;
}
.newsletter .form-newsletter input::-moz-placeholder {
  color: #FFFFFF;
}
.newsletter .form-newsletter input::placeholder {
  color: #FFFFFF;
}
.newsletter .form-newsletter .btn-form {
  width: 100%;
  max-width: 144px;
  min-height: 54px;
  background-color: #2EDAF1;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
  border: 1px solid #2EDAF1;
  position: relative;
  left: -2px;
}
.newsletter .form-newsletter .btn-form__title {
  color: #004860;
  text-align: center;
  font-size: 1.125rem;
}
.newsletter .form-newsletter .btn-form:hover {
  background-color: #FFFFFF;
}
@media (max-width: 61.9375em) {
  .newsletter {
    text-align: center;
    background-size: cover;
    flex-wrap: wrap;
    row-gap: 1.25rem;
    padding: 1rem;
  }
  .newsletter__title h1 {
    font-size: 1.25rem;
  }
  .newsletter .form-newsletter {
    justify-content: center;
  }
  .newsletter .form-newsletter input {
    width: 256px;
    min-height: 42px;
  }
  .newsletter .form-newsletter .btn-form {
    min-height: 42px;
  }
  .newsletter .form-newsletter .btn-form__title {
    font-size: 1rem;
  }
}

.current-category {
  width: 100%;
  max-width: 250px;
}
.current-category--title {
  color: #004860;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}
.current-category__content {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}
.current-category__content--item {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.current-category__content--item i {
  color: #004860;
  font-size: 1rem;
}
.current-category__content--item h5 {
  color: #004860;
  font-size: 1.25rem;
  font-weight: 600;
}
.current-category__content--item:hover i, .current-category__content--item.active i {
  color: #2EDAF1;
  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: #2EDAF1;
}
@media (max-width: 61.9375em) {
  .current-category {
    text-align: center;
    text-align: start;
  }
}

.card-blog {
  width: 340px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 10px 2px rgba(37, 72, 92, 0.34);
  border-radius: 15px 15px 5px 5px;
}
.card-blog__image {
  width: 100%;
  display: block;
  margin-inline: auto;
}
.card-blog__image img {
  width: 100%;
  border-radius: 15px 15px 0 0;
  height: 155px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-bottom: 2px solid #2EDAF1;
  filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.08));
}
.card-blog__content {
  min-height: 192px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  border-radius: 0 0 5px 5px;
  transition: background-color 0.5s;
  border-bottom: 4px solid #2EDAF1;
  border: 0 0 5px 5px;
}
.card-blog__content h1 {
  color: #004860;
  font-size: 1rem;
  font-weight: 600;
}
.card-blog__content p {
  color: #252525;
  margin-top: 0.75rem;
  font-size: 1rem;
  line-height: 120%;
}
.card-blog__content--link {
  display: flex;
  align-items: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.card-blog__content--link h5 {
  color: #00A4BA;
  font-size: 15px;
}
.card-blog__content--link i {
  color: #00A4BA;
  font-size: 12px;
}
.card-blog__content--link:hover h5, .card-blog__content--link:hover i {
  color: #004860;
}
@media (max-width: 61.9375em) {
  .card-blog {
    text-align: center;
    max-width: 350px;
    height: auto;
  }
  .card-blog__imagem__img {
    width: 100%;
    height: 270px;
  }
  .card-blog__titulo {
    display: block;
    padding: 20px 5px 20px;
  }
}

.card-product {
  width: 294px;
}
.card-product__back {
  display: block;
  width: 100%;
  max-width: 274px;
  height: 256px;
  background-image: url("../image/cards/card-product.png");
  background-size: cover;
  margin-bottom: -3rem;
  margin-inline: auto;
  position: relative;
}
.card-product__back img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.card-product__content {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 25px;
  border: 1px solid rgba(6, 4, 112, 0.15);
  padding: 3.75rem 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.card-product__content--text h1 {
  color: #00A4BA;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.card-product__content--text p {
  color: #696969;
  font-size: 1rem;
  line-height: 120%;
}
.card-product__content--btns {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.75rem;
  position: relative;
}
.card-product__content--btns .btn-add_cart {
  background-color: #004860;
  padding: 0.75rem 1rem 0.75rem 8px;
  border-radius: 0 9999px 9999px 0;
  transition: all 0.5s ease-out;
  position: absolute;
  top: -136px;
  right: -4.25rem;
  z-index: 1;
}
.card-product__content--btns .btn-add_cart:hover {
  background-color: black;
}
@media (max-width: 61.9375em) {
  .card-product__content--btns .btn-add_cart {
    text-align: center;
    border-radius: 9999px;
    padding: 0.75rem;
    right: -2.5rem;
  }
}
.card-product__content--btns .btn-budget {
  width: 100%;
  max-width: 162px;
  background: #324442;
  box-shadow: 4px 4px 10px rgba(66, 90, 153, 0.42);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  border-radius: 15px;
  transition: background 0.5s ease-in;
}
.card-product__content--btns .btn-budget h5 {
  font-size: 1.125rem;
  font-weight: 500;
}
.card-product__content--btns .btn-budget i {
  font-size: 1.125rem;
}
.card-product__content--btns .btn-budget:hover {
  background-color: #52706d;
}
.card-product__content--btns .btn-whatsappContact {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.card-product__content--btns .btn-secondary {
  width: 100%;
  box-shadow: 4px 4px 10px rgba(66, 90, 153, 0.42);
  transition: background 0.5s ease-in;
}
.card-product__content--btns .btn-secondary:hover {
  background-color: black;
}
@media (max-width: 61.9375em) {
  .card-product {
    text-align: center;
    margin-inline: auto;
  }
}

.card-treatment {
  width: 100%;
  max-width: 388px;
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: 4px 10px 10px 2px rgba(27, 27, 27, 0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-treatment .image {
  width: 100%;
  height: 147px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 15px 15px 0 0;
}
.card-treatment .content {
  background-color: #FFFFFF;
  padding: 1.5rem 2.75rem 2rem;
  border-bottom: 2px solid #00A4BA;
  border-radius: 0 0 15px 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
}
.card-treatment .content h1 {
  color: #004860;
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
}
.card-treatment .content--buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.card-treatment .content--buttons .btn-whatsappIcon {
  border: 1px solid #0CDD7D;
}
.card-treatment .content--buttons .btn-primary {
  border: 1px solid #004860;
  padding: 14px 1.5rem;
}
.card-treatment.type-2 {
  max-width: 350px;
}
.card-treatment.type-2 .image {
  width: 100%;
  height: 228px;
  border-radius: 15px 15px 0 0;
}
.card-treatment.type-2 .content {
  background-color: #FFFFFF;
  padding: 1.5rem 2rem 2rem;
}
.card-treatment.type-2 .content h1 {
  color: #004860;
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
}
.card-treatment.type-3 {
  max-width: 330px;
}
.card-treatment.type-3 .image {
  width: 100%;
  height: 164px;
  border-radius: 15px 15px 0 0;
}
.card-treatment.type-3 .content {
  padding: 1.5rem 2.25rem 2rem;
}
.card-treatment.type-3 .content--buttons {
  flex-wrap: wrap;
  row-gap: 1rem;
}
.card-treatment.type-3 .content--buttons .btn-whatsappIcon {
  width: 100%;
}
.card-treatment.type-3 .content--buttons .btn-primary {
  width: 100%;
}

.card-treatmentextra {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 404px;
  min-height: 224px;
  background-color: #2EDAF1;
  border-radius: 15px;
  box-shadow: 4px 10px 30px 2px rgba(27, 27, 27, 0.1803921569);
  border: 2px solid #FFFFFF;
  border-bottom: 4px solid #FFFFFF;
  padding: 3.5rem 3rem;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.card-treatmentextra .content {
  pointer-events: none;
  text-align: center;
  position: relative;
  z-index: 2;
}
.card-treatmentextra .content h1 {
  color: #FFFFFF;
  font-size: 35px;
  font-weight: 600;
  pointer-events: none;
}
.card-treatmentextra::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: none;
  left: 0;
  right: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.card-treatmentextra:hover:before {
  background-color: rgba(46, 218, 241, 0.6);
}
@media (max-width: 61.9375em) {
  .card-treatmentextra {
    text-align: center;
    max-width: 404px;
    min-height: 180px;
    padding: 1.5rem;
  }
  .card-treatmentextra .content h1 {
    font-size: 1.5rem;
  }
}

section.banner .item-banner {
  min-height: 780px;
  position: relative;
}
section.banner .item-banner .banner {
  width: 100%;
  height: 100%;
}
section.banner .item-banner--content {
  max-width: 732px;
  display: flex;
  flex-direction: column;
  row-gap: 1.75rem;
  text-align: start;
  position: absolute;
  left: 260px;
  top: 42%;
  transform: translateY(-50%);
}
section.banner .item-banner--content h1 {
  color: #FFFFFF;
  font-size: 70px;
  font-weight: 700;
}
section.banner .item-banner--content h1 strong {
  color: #2EDAF1;
}
section.banner .item-banner--content .btn-primary {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
section.banner .item-banner--content .smile {
  width: -moz-min-content;
  width: min-content;
  position: absolute;
  right: 1.5rem;
  bottom: -1rem;
}
section.banner #banner-slider .owl-nav {
  width: 100%;
  max-width: 1714px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  pointer-events: none;
}
section.banner #banner-slider .owl-nav .owl-prev,
section.banner #banner-slider .owl-nav .owl-next {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  background-color: #FFFFFF;
  border-radius: 9999px;
  box-shadow: 0px 10px 10px 2px rgba(37, 72, 92, 0.15);
  pointer-events: all;
}
section.banner #banner-slider .owl-nav .owl-prev:hover img,
section.banner #banner-slider .owl-nav .owl-next:hover img {
  filter: invert(72%) sepia(96%) saturate(748%) hue-rotate(149deg) brightness(94%) contrast(100%);
}
@media (max-width: 61.9375em) {
  section.banner {
    text-align: center;
  }
  section.banner .item-banner {
    min-height: auto;
    height: 500px;
  }
  section.banner .item-banner--content {
    width: 264px;
    row-gap: 1.75rem;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 63%;
    transform: translate(-50%, -50%);
  }
  section.banner .item-banner--content h1 {
    font-size: 1.5rem;
  }
  section.banner .item-banner--content .btn-primary {
    max-width: 300px;
  }
  section.banner .item-banner--content .smile {
    max-width: 164px;
    position: absolute;
    right: calc(50% - 82px);
    bottom: -2.5rem;
  }
  section.banner #banner-slider .owl-nav {
    padding-inline: 0.5rem;
  }
  section.banner #banner-slider .owl-nav .owl-prev,
  section.banner #banner-slider .owl-nav .owl-next {
    width: 42px;
    height: 42px;
  }
  section.banner #banner-slider .owl-nav .owl-prev img,
  section.banner #banner-slider .owl-nav .owl-next img {
    width: 16px;
  }
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 1.5rem auto 0;
}
.owl-carousel .owl-dots .owl-dot {
  width: 20px;
  height: 8px;
  border-radius: 20px;
  background-color: #004860;
}
.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot.active {
  background-color: #00A4BA;
  width: 50px;
}
.owl-carousel .owl-nav {
  pointer-events: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  pointer-events: all;
}
.owl-carousel .owl-stage {
  align-items: stretch;
}

.contact-card {
  width: 100%;
  max-width: 706px;
  background-color: rebeccapurple;
  border-radius: 1.25rem;
  padding: 2rem 102px;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
}
.contact-card--text {
  max-width: 476px;
  margin-inline: auto;
}
.contact-card--text h1 {
  font-size: 1.625rem;
}
.contact-card--text p {
  font-size: 1.125rem;
  font-weight: 300;
}
.contact-card--numbers {
  display: flex;
  justify-content: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 61.9375em) {
  .contact-card {
    text-align: center;
    padding: 1.5rem 0.75rem;
    max-width: 368px;
    position: relative;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
  }
  .contact-card--text h1 {
    font-weight: 700;
    font-size: 1rem;
  }
  .contact-card--text p {
    font-size: 1rem;
    line-height: 120%;
  }
  .contact-card--numbers {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    margin-top: 0.5rem;
  }
}

.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: #00A4BA;
}
.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: #1B70AF;
}

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: #004860;
}

.lente-whatsapp {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 800;
  transition: 0.3s all;
  opacity: 0;
  pointer-events: none;
}
.lente-whatsapp.exibir {
  opacity: 1;
  pointer-events: all;
}

section.modal-whatsapp {
  position: fixed;
  right: 17px;
  bottom: 30px;
  background-image: url("../../default/image/bg-whatsapp-min.jpg");
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 7px 0px #373737;
  max-width: 320px;
  max-height: 360px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 9999;
  transform-origin: 100% 100%;
  transform: scale(0);
  transition: all 0.3s;
}
section.modal-whatsapp.exibir {
  transform: scale(1);
}
section.modal-whatsapp.scroll {
  bottom: 100px;
}
@media screen and (max-width: 991px) {
  section.modal-whatsapp {
    right: 0px;
    top: 0px;
    bottom: unset !important;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    border-radius: 0px;
  }
}
section.modal-whatsapp .cabecario-zap {
  background-color: #2e8c7d;
  font-size: 17px;
  color: #97c5be;
  padding: 12px 20px 4px 20px;
}
section.modal-whatsapp .cabecario-zap span.zaptitulo {
  transform: translateY(-4px);
  display: inline-block;
}
section.modal-whatsapp .cabecario-zap i.fab.fa-whatsapp {
  font-size: 25px;
  margin-right: 10px;
}
section.modal-whatsapp .cabecario-zap i.far.fa-times-circle {
  font-size: 25px;
  float: right;
  margin-right: 0px;
  cursor: pointer;
}
section.modal-whatsapp .msg-bot {
  font-family: "Open Sans", sans-serif;
  background-color: white;
  margin: 15px;
  padding: 15px;
  border-radius: 20px;
  font-size: 13.4px;
  position: relative;
}
section.modal-whatsapp .msg-bot::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 15px solid transparent;
  border-top: 21px solid white;
  position: absolute;
  top: 0px;
  left: -10px;
  z-index: -1;
}
section.modal-whatsapp .msg-bot :first-child {
  margin-top: 7px;
}
section.modal-whatsapp .msg-bot label {
  font-weight: 700;
  font-size: 12px;
  color: black;
  display: block;
}
section.modal-whatsapp .msg-bot input {
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #cacaca;
  outline: none;
  width: 100%;
}
section.modal-whatsapp .campo-acao {
  position: absolute;
  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;
  font-family: "Open Sans", sans-serif;
}
section.modal-whatsapp .campo-acao .texto input {
  border: none;
  border-radius: 32px;
  padding: 9px 18px;
  display: flex;
  outline-color: transparent;
  width: 100%;
  outline: none !important;
  font-size: 14px;
}
section.modal-whatsapp .campo-acao .button-zap {
  background-color: transparent;
}
section.modal-whatsapp .campo-acao .button-zap button {
  border: none;
  outline: none;
  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: #FFFFFF;
}
.modal-content .closebtn {
  background-color: #00A4BA;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  outline: none;
  opacity: 1;
  padding: 10px;
  position: absolute;
  right: 15px;
  text-shadow: none;
  top: -20px;
  z-index: 2;
  text-transform: uppercase;
}
.modal-content .closebtn:hover {
  color: white !important;
  transform: scale(1.02);
}
@media (max-width: 991px) {
  .modal-content .closebtn {
    font-size: 13px;
    top: -20px;
    right: 10px;
  }
}

.modal-body {
  padding: 0;
  border-radius: 15px;
  overflow: hidden;
  background-image: url("../image/bg-branco.png");
  background-size: cover;
  background-position: center;
}
.modal-body.video {
  border-radius: 0;
  min-height: 650px;
  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 textarea {
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid lightgray;
  border-radius: 6px;
  box-shadow: 0px 4px 0px #d1d8d4;
  width: 100%;
  margin: 10px 0;
  outline: none;
}
.modal-body form input:first-child,
.modal-body form textarea:first-child {
  margin-top: 0;
}
.modal-body form textarea {
  resize: none;
  height: 100px;
  outline: none;
}
.modal-body form .btn-secondary {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
}
.modal-body .titulo {
  color: #565656;
  text-align: center;
  padding: 30px 70px 0;
}
.modal-body .titulo h2 {
  color: #004860;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: auto;
  margin-bottom: 10px;
}
.modal-body .titulo p {
  font-size: 1.25rem;
  line-height: 120%;
}
.modal-body .titulo i {
  display: block;
  font-size: 45px;
  color: #00A4BA;
  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;
  }
}

section.barra-lgpd {
  padding: 0 15px;
  background-color: #eeeeee;
  border-bottom: 1px solid gainsboro;
  font-size: 12px;
  width: 100%;
  z-index: 502;
  color: gray;
  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: 1610px !important;
  margin: auto;
  justify-content: center;
}
section.barra-lgpd .row .conteudo-lgpd-in,
section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  align-items: center;
}
section.barra-lgpd .row .conteudo-lgpd-in .txt-in,
section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
}
section.barra-lgpd .row .conteudo-lgpd-in .txt-in a,
section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  color: gray;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dotted gray;
}
section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
  cursor: pointer;
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  margin-left: 20px;
  padding: 5px 10px;
  margin: 5px 0 5px 15px;
  color: gray;
  border: 1px solid gray;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  transition: all 0.3s;
}
section.barra-lgpd .row .conteudo-lgpd-in .button-in button:hover,
section.barra-lgpd .container .conteudo-lgpd-in .button-in button:hover {
  background-color: #f9f9f9;
}
@media screen and (max-width: 991px) {
  section.barra-lgpd .row .conteudo-lgpd-in,
  section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
  }
  section.barra-lgpd .row .conteudo-lgpd-in .button-in,
  section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
  section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 10px;
    margin-left: auto;
  }
}

section.fixed-bar {
  position: fixed;
  bottom: 0;
  background-color: white;
  border-top: 2px solid #00A4BA;
  width: 100%;
  padding: 10px 80px;
  z-index: 900;
  transition: all 0.5s;
}
section.fixed-bar .bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.fixed-bar .bar__contact {
  display: flex;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
section.fixed-bar .bar__btns {
  display: flex;
  align-items: center;
  justify-content: end;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
section.fixed-bar .bar__btns .btn-revendedor {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding: 1rem 1.5rem;
  border: 1px solid #00A4BA;
  border-radius: 15px;
  transition: 0.5s ease-in-out;
}
section.fixed-bar .bar__btns .btn-revendedor h5 {
  color: #00A4BA;
  font-size: 1.125rem;
  font-weight: 500;
}
section.fixed-bar .bar__btns .btn-revendedor:hover, section.fixed-bar .bar__btns .btn-revendedor.active {
  background-color: #00A4BA;
}
section.fixed-bar .bar__btns .btn-revendedor:hover h5, section.fixed-bar .bar__btns .btn-revendedor.active h5 {
  color: #FFFFFF;
}
section.fixed-bar .bar__btns .btn-revendedor:hover img, section.fixed-bar .bar__btns .btn-revendedor.active img {
  filter: grayscale(1) brightness(100);
}
section.fixed-bar .bar__btns--icons {
  background-color: #004860;
  padding: 0.5rem 1.5rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
section.fixed-bar .bar__btns--icons img {
  transition: all 0.75s;
}
section.fixed-bar .bar__btns--icons img:hover {
  transform: translateY(-8px);
}
@media (max-width: 61.9375em) {
  section.fixed-bar {
    text-align: center;
    display: none;
  }
}
section.fixed-bar.hidden {
  bottom: -100px;
}

section.barra-fixa-mobile {
  background-color: #1B70AF;
  border-radius: 10px 10px 0 0;
  outline: 2px solid;
  outline-color: #004860;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: 5px 0;
  border-top: 2px solid white;
  transition: 0.3s all;
}
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: #00A4BA;
}
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: #00A4BA;
  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: #FFFFFF;
  border-radius: 0 15px 15px 0;
}
@media screen and (min-width: 992px) {
  section.barra-fixa-mobile {
    display: none;
  }
}

.menu-mobile {
  background-color: rgb(46, 218, 241);
  background: linear-gradient(45deg, rgb(46, 218, 241) 0%, rgb(0, 72, 96) 84%);
  position: fixed;
  top: 0px;
  left: -100%;
  width: 78%;
  height: 100%;
  overflow: auto;
  z-index: 998;
  padding-bottom: 65px;
  transition: all 0.5s;
  padding-left: 1rem;
}
.menu-mobile.aberto {
  left: 0px;
}
.menu-mobile .fechar {
  position: absolute;
  bottom: 45px;
  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;
  filter: brightness(100);
}
.menu-mobile button {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 600;
  background: none;
}
.menu-mobile button:hover, .menu-mobile button.active {
  color: #2EDAF1;
  position: relative;
}
.menu-mobile button:hover::before, .menu-mobile button.active::before {
  content: "";
  position: absolute;
  top: none;
  bottom: -18px;
  left: 50%;
  right: none;
  width: 110%;
  height: 7px;
  background-color: #2EDAF1;
  transform: translateX(-50%);
  z-index: 5;
}
.menu-mobile .dropdown-item {
  color: #004860;
}
.menu-mobile .dropdown-item:hover {
  color: #2EDAF1;
}
.menu-mobile .dropdown-item:hover:before {
  display: none;
}
.menu-mobile ul {
  padding: 10px 0 25px;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
.menu-mobile ul li {
  list-style: none;
  padding: 2px;
  text-align: start;
  text-transform: uppercase;
  position: relative;
}
.menu-mobile ul li:last-child {
  border-bottom: none;
}
.menu-mobile ul li a {
  color: #FFFFFF;
  font-size: 16px;
  padding: 0 10px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}
.menu-mobile ul li a.atual {
  position: relative;
}
.menu-mobile ul li a.atual::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  bottom: none;
  left: none;
  right: 0.5rem;
  width: 20px;
  height: 3px;
  background-color: #FFFFFF;
  animation: blink 1.5s ease-in-out infinite alternate;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.25;
  }
}

section.header-nets {
  background-color: #2EDAF1;
  padding: 0.5rem 0;
}
section.header-nets .nets {
  max-width: 1526px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.header-nets .nets__contact h1 {
  color: #004860;
  font-size: 1.125rem;
}
section.header-nets .nets__socials {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
section.header-nets .nets__socials h1 {
  color: #004860;
  font-size: 1.125rem;
  font-weight: 500;
}
section.header-nets .nets__socials:hover h1 {
  color: #FFFFFF;
}
section.header-nets .nets__socials:hover img {
  filter: grayscale(1) brightness(100);
  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;
    border-radius: 0 0 5px 5px;
  }
  section.header-nets .nets {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.75rem;
  }
  section.header-nets .nets__contact {
    text-align: start;
  }
  section.header-nets .nets__contact h1 {
    color: #FFFFFF;
    font-size: 1rem;
  }
  section.header-nets .nets__socials {
    width: 100%;
    justify-content: space-between;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    text-align: start;
  }
  section.header-nets .nets__socials h1 {
    font-size: 0.75rem;
  }
  section.header-nets .nets__socials img {
    width: 30px;
  }
}

section.header-menu {
  min-height: 60px;
  background-color: #004860;
  display: grid;
  place-items: center;
}
section.header-menu .menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.header-menu .menu__navegation {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
section.header-menu .menu__navegation--navs {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
section.header-menu .menu__navegation--navs a {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 600;
  background: none;
}
section.header-menu .menu__navegation--navs a:hover, section.header-menu .menu__navegation--navs a.active {
  color: #2EDAF1;
  position: relative;
  position: relative;
}
section.header-menu .menu__navegation--navs a:hover::before, section.header-menu .menu__navegation--navs a.active::before {
  content: "";
  position: absolute;
  top: none;
  bottom: -18px;
  left: 50%;
  right: none;
  width: 110%;
  height: 7px;
  background-color: #2EDAF1;
  transform: translateX(-50%);
  z-index: 5;
}
section.header-menu .menu__navegation--navs a:hover::after, section.header-menu .menu__navegation--navs a.active::after {
  content: "";
  position: absolute;
  top: none;
  bottom: -18px;
  left: 50%;
  right: none;
  width: 110%;
  height: 200%;
  background: linear-gradient(0deg, #FFFFFF -3.45%, rgba(217, 217, 217, 0) 90.09%);
  mix-blend-mode: lighten;
  opacity: 0.2;
  transform: translateX(-50%);
}
section.header-menu .menu__navegation--navs button {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 600;
  background: none;
}
section.header-menu .menu__navegation--navs button:after {
  display: none;
}
section.header-menu .menu__navegation--navs button:hover, section.header-menu .menu__navegation--navs button.active {
  color: #2EDAF1;
  position: relative;
}
section.header-menu .menu__navegation--navs button:hover::before, section.header-menu .menu__navegation--navs button.active::before {
  content: "";
  position: absolute;
  top: none;
  bottom: -18px;
  left: 50%;
  right: none;
  width: 110%;
  height: 7px;
  background-color: #2EDAF1;
  transform: translateX(-50%);
  z-index: 5;
}
section.header-menu .menu__navegation--navs .dropdown-menu {
  left: -100% !important;
}
section.header-menu .menu__navegation--navs .dropdown-item {
  color: #004860;
}
section.header-menu .menu__navegation--navs .dropdown-item:hover {
  color: #2EDAF1;
}
section.header-menu .menu__navegation--navs .dropdown-item:hover:before {
  display: none;
}
section.header-menu .menu__navegation--btn {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding: 1rem 1.5rem;
  border: 1px solid #00A4BA;
  border-radius: 15px;
  transition: 0.5s ease-in-out;
}
section.header-menu .menu__navegation--btn h5 {
  color: #00A4BA;
  font-size: 1.125rem;
  font-weight: 500;
}
section.header-menu .menu__navegation--btn:hover, section.header-menu .menu__navegation--btn.active {
  background-color: #00A4BA;
}
section.header-menu .menu__navegation--btn:hover h5, section.header-menu .menu__navegation--btn.active h5 {
  color: #FFFFFF;
}
section.header-menu .menu__navegation--btn:hover img, section.header-menu .menu__navegation--btn.active img {
  filter: grayscale(1) brightness(100);
}
@media (max-width: 61.9375em) {
  section.header-menu {
    text-align: center;
    display: none;
  }
}

section.menu-fixed {
  display: none;
}
section.menu-fixed .navs {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
section.menu-fixed .navs--nav {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin-inline: auto;
}
section.menu-fixed .navs--nav a {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 600;
}
section.menu-fixed .navs--nav a:hover, section.menu-fixed .navs--nav a.active {
  color: #2EDAF1;
  position: relative;
  position: relative;
}
section.menu-fixed .navs--nav a:hover::before, section.menu-fixed .navs--nav a.active::before {
  content: "";
  position: absolute;
  top: none;
  bottom: -14px;
  left: 50%;
  right: none;
  width: 110%;
  height: 7px;
  background-color: #2EDAF1;
  transform: translateX(-50%);
  z-index: 5;
}
section.menu-fixed .navs--nav a:hover::after, section.menu-fixed .navs--nav a.active::after {
  content: "";
  position: absolute;
  top: none;
  bottom: -14px;
  left: 50%;
  right: none;
  width: 110%;
  height: 200%;
  background: linear-gradient(0deg, #FFFFFF -3.45%, rgba(217, 217, 217, 0) 90.09%);
  mix-blend-mode: lighten;
  opacity: 0.2;
  transform: translateX(-50%);
}
section.menu-fixed.fixed {
  padding: 0.75rem;
  display: block;
  width: 100%;
  background-color: #004860;
  border-bottom: 1px solid #00A4BA;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 61.9375em) {
  section.menu-fixed {
    text-align: center;
    display: none;
  }
}

section.header {
  padding: 1.875rem 0 2rem;
}
section.header .content {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 6.25rem;
       column-gap: 6.25rem;
}
section.header .content__logo img {
  max-width: 232px;
}
section.header .content__contact {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (max-width: 61.9375em) {
  section.header {
    text-align: center;
    padding: 0.75rem 0 1rem;
  }
  section.header .content {
    flex-wrap: wrap;
    row-gap: 1.25rem;
  }
  section.header .content__logo img {
    max-width: 164px;
  }
  section.header .content__contact {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 0.75rem;
  }
}

section.header-content {
  min-height: 216px;
  background-size: cover;
  display: grid;
  place-items: center;
}
section.header-content .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1rem;
}
section.header-content .resum {
  color: #FFFFFF;
}
section.header-content .resum h1 {
  font-size: 45px;
  text-transform: uppercase;
}
@media (max-width: 61.9375em) {
  section.header-content {
    text-align: center;
    min-height: auto;
    border-radius: 0 0 10px 10px;
    padding: 1rem;
  }
  section.header-content .content {
    row-gap: 0.5rem;
  }
  section.header-content .resum {
    text-align: start;
  }
  section.header-content .resum h1 {
    font-size: 1.5rem;
  }
  section.header-content img {
    max-width: 200px;
  }
}

.mapa {
  height: 480px;
}
.mapa iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 61.9375em) {
  .mapa {
    text-align: center;
    height: 250px;
  }
}

section.footer {
  min-height: 235px;
  background-image: url("../image/backgrounds/footer.png");
  background-repeat: no-repeat;
  padding: 2.75rem 0 1.75rem;
}
section.footer .content {
  display: flex;
  align-items: center;
  -moz-column-gap: 118px;
       column-gap: 118px;
}
section.footer .content__contact--buttons {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
section.footer .content__contact hr {
  max-width: 1076px;
  height: 3px;
  background-color: #FFFFFF;
  opacity: 0.15;
  margin: 1.75rem 0 1rem;
}
section.footer .content__contact--items {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
section.footer .content__contact--items--local {
  display: flex;
  align-items: center;
  -moz-column-gap: 5.5rem;
       column-gap: 5.5rem;
}
section.footer .content__contact--items--local .btn-local {
  max-width: 382px;
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
section.footer .content__contact--items--local .btn-local__title {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 300;
}
section.footer .content__contact--items--local .attendance {
  color: #FFFFFF;
}
section.footer .content__contact--items--local .attendance h5 {
  font-size: 1rem;
}
section.footer .content__contact--items--local .attendance div {
  display: flex;
  align-items: center;
}
section.footer .content__contact--items .social {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
section.footer .content__contact--items .social img {
  cursor: pointer;
  transition-duration: 1s;
}
section.footer .content__contact--items .social img:hover {
  transform: translateY(-8px);
}
@media (max-width: 61.9375em) {
  section.footer {
    text-align: center;
    min-height: auto;
    background-size: cover;
    padding: 1.5rem 0 1.25rem;
  }
  section.footer .content {
    display: flex;
    row-gap: 1.25rem;
    flex-wrap: wrap;
    justify-content: center;
    padding-inline: 0.25rem;
  }
  section.footer .content__logo img {
    max-width: 200px;
  }
  section.footer .content__contact--buttons {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  section.footer .content__contact hr {
    max-width: 356px;
    margin: 1rem auto 0.75rem;
  }
  section.footer .content__contact--items {
    flex-wrap: wrap;
    row-gap: 1.25rem;
    justify-content: center;
  }
  section.footer .content__contact--items--local {
    text-align: start;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0.5rem;
  }
  section.footer .content__contact--items--local .btn-local {
    max-width: 382px;
    display: flex;
    align-items: center;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  section.footer .content__contact--items--local .btn-local__title {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 300;
  }
  section.footer .content__contact--items .social {
    justify-content: center;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}

.menu-footer {
  padding: 2.25rem 0;
}
.menu-footer__items {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3.25rem;
       column-gap: 3.25rem;
}
.menu-footer__items a {
  color: #004860;
  font-size: 1.25rem;
  font-weight: 500;
}
.menu-footer__items a:hover {
  color: #2EDAF1;
}
.menu-footer__items a:hover img {
  filter: invert(80%) sepia(47%) saturate(2050%) hue-rotate(147deg) brightness(98%) contrast(94%);
}
@media (max-width: 61.9375em) {
  .menu-footer {
    text-align: center;
    display: none;
  }
}

section.footer-copyright {
  height: 76px;
  background-color: #004860;
  display: grid;
  place-items: center;
  margin-bottom: 5rem;
}
section.footer-copyright .copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.footer-copyright .copyright h5 {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}
section.footer-copyright .copyright a img {
  filter: grayscale(100);
}
@media (max-width: 61.9375em) {
  section.footer-copyright {
    text-align: center;
    height: auto;
    display: grid;
    place-items: center;
    padding: 0.5rem;
    margin-bottom: 3.5rem;
  }
  section.footer-copyright .copyright {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 0.25rem;
    justify-content: center;
  }
  section.footer-copyright .copyright h5 {
    font-size: 0.75rem;
  }
}

section.formulario-enviado {
  padding: 150px 0;
  color: #00A4BA;
}
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: #00A4BA;
  font-weight: 500;
  border-bottom: 1px dotted #00A4BA;
}
section.formulario-enviado .box-in .btn-voltar {
  color: #00A4BA;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #00A4BA;
  transition: 0.3s all;
}
section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #00A4BA;
  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: #00A4BA;
}
section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 700;
  color: #00A4BA;
  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: 1rem;
  font-size: 1rem;
  position: relative;
  color: #FFFFFF;
}
section.breadcrumb a {
  margin: 0 5px;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 1rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
section.breadcrumb a:first-child {
  margin-left: 0;
}
section.breadcrumb a:last-child {
  margin-right: 0;
}
section.breadcrumb a.active {
  color: #2EDAF1;
}
section.breadcrumb a:hover {
  text-decoration: underline;
}
@media (max-width: 61.9375em) {
  section.breadcrumb {
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
  }
  section.breadcrumb a {
    font-size: 12px;
  }
}

section.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: white;
}
section.preloader .loader {
  border: 6px solid #e5e5e5;
  border-top-color: #00A4BA;
  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: #00A4BA transparent;
}

*::-webkit-scrollbar {
  width: 14px; /* vertical scrollbar */
  height: 14px; /* horizontal scrollbar */
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: #00A4BA;
}

*::-webkit-scrollbar-thumb:hover {
  background: #004860;
}

body main section.home-highlight__section-1 {
  margin-top: -70px;
  position: relative;
}
body main section.home-highlight__section-1::before {
  content: url("../image/pseudo/realce.png");
  position: absolute;
  top: 50%;
  bottom: none;
  left: 0;
  right: none;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
  overflow-x: hidden;
}
body main section.home-highlight__section-1 .highlight-infos {
  max-width: 1256px;
  display: flex;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  position: relative;
  z-index: 1;
}
body main section.home-highlight__section-1 .highlight-infos__card {
  width: 100%;
  max-width: 400px;
  height: 148px;
  background-color: #FFFFFF;
  box-shadow: 4px 10px 30px 2px rgba(27, 27, 27, 0.18);
  border-radius: 15px;
  text-align: center;
  padding: 1.25rem 3rem;
  transition: all 0.1s;
  overflow-x: hidden;
  display: grid;
  place-items: center;
  position: relative;
}
body main section.home-highlight__section-1 .highlight-infos__card h1 {
  color: #004860;
  font-size: 35px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  text-align: center;
}
body main section.home-highlight__section-1 .highlight-infos__card:hover {
  outline-width: 3px;
  outline-color: #00A4BA;
  outline-style: solid;
}
body main section.home-highlight__section-1 .highlight-infos__card:hover:before {
  display: none;
}
body main section.home-highlight__section-1 .highlight-infos__card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: none;
  left: 0;
  right: none;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}
@media (max-width: 61.9375em) {
  body main section.home-highlight__section-1 {
    text-align: center;
    margin-top: 0;
  }
  body main section.home-highlight__section-1 .highlight-infos {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.5rem;
  }
  body main section.home-highlight__section-1 .highlight-infos__card {
    width: 100%;
    height: auto;
    padding: 1rem;
  }
  body main section.home-highlight__section-1 .highlight-infos__card h1 {
    font-size: 1.25rem;
  }
}
body main section.home-highlight__section-2 {
  min-height: 890px;
  background-image: url("../image/backgrounds/realce.png");
  background-repeat: no-repeat;
  margin-top: -5rem;
}
body main section.home-highlight__section-2 .highlight-header {
  padding-top: 315px;
}
body main section.home-highlight__section-2 .highlight-header--content {
  max-width: 530px;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
body main section.home-highlight__section-2 .highlight-header--content h1 {
  color: #004860;
  font-size: 45px;
  font-weight: 700;
}
body main section.home-highlight__section-2 .highlight-header--content img {
  width: -moz-min-content;
  width: min-content;
}
body main section.home-highlight__section-2 .highlight-header--content p {
  max-width: 364px;
  font-size: 1.125rem;
}
@media (max-width: 61.9375em) {
  body main section.home-highlight__section-2 {
    text-align: center;
    min-height: auto;
    background-image: url("../image/backgrounds/realce.png");
    background-repeat: no-repeat;
    margin-top: 0;
    margin-bottom: 1.25rem;
  }
  body main section.home-highlight__section-2 .highlight-header {
    padding-top: 1rem;
    position: relative;
    z-index: 1;
  }
  body main section.home-highlight__section-2 .highlight-header--content {
    row-gap: 0.25rem;
  }
  body main section.home-highlight__section-2 .highlight-header--content h1 {
    font-size: 1.5rem;
  }
  body main section.home-highlight__section-2 .highlight-header--content img {
    max-width: 164px;
  }
  body main section.home-highlight__section-2 .highlight-header--content p {
    font-size: 1rem;
    line-height: 120%;
  }
}
body main section.home-highlight__section-3 {
  margin-top: -147px;
}
body main section.home-highlight__section-3 .highlight-cards #highlight-slider {
  max-width: 1226px;
  margin-inline: auto;
}
body main section.home-highlight__section-3 .highlight-cards #highlight-slider .owl-nav {
  width: 1424px;
  position: absolute;
  left: 50%;
  top: calc(50% - 31px);
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.home-highlight__section-3 .highlight-cards #highlight-slider .owl-nav .owl-prev,
body main section.home-highlight__section-3 .highlight-cards #highlight-slider .owl-nav .owl-next {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  background-color: #FFFFFF;
  border-radius: 9999px;
  box-shadow: 0px 10px 10px 2px rgba(37, 72, 92, 0.15);
}
body main section.home-highlight__section-3 .highlight-cards #highlight-slider .owl-nav .owl-prev:hover img,
body main section.home-highlight__section-3 .highlight-cards #highlight-slider .owl-nav .owl-next:hover img {
  filter: invert(72%) sepia(96%) saturate(748%) hue-rotate(149deg) brightness(94%) contrast(100%);
}
@media (max-width: 61.9375em) {
  body main section.home-highlight__section-3 {
    text-align: center;
    margin-top: 0;
  }
  body main section.home-highlight__section-3 .highlight-cards #highlight-slider .owl-nav {
    width: 100%;
    top: calc(50% - 21px);
  }
  body main section.home-highlight__section-3 .highlight-cards #highlight-slider .owl-nav .owl-prev,
  body main section.home-highlight__section-3 .highlight-cards #highlight-slider .owl-nav .owl-next {
    width: 42px;
    height: 42px;
    padding: 0.25rem;
  }
  body main section.home-highlight__section-3 .highlight-cards #highlight-slider .owl-nav .owl-prev img,
  body main section.home-highlight__section-3 .highlight-cards #highlight-slider .owl-nav .owl-next img {
    width: 1rem;
  }
}
body main section.home-make {
  background-image: url("../image/backgrounds/diferenciais.png");
  background-repeat: no-repeat;
  min-height: 908px;
  padding: 266px 0 0;
  margin-top: -160px;
}
body main section.home-make .make {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  row-gap: 1.5rem;
}
body main section.home-make .make__header {
  max-width: 574px;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
body main section.home-make .make__header h1 {
  color: #004860;
  font-size: 1.75rem;
  font-weight: 600;
}
body main section.home-make .make__header img {
  width: 100%;
  max-width: 284px;
  order: 2;
}
body main section.home-make .make__header p {
  font-size: 1.125rem;
  order: 3;
}
body main section.home-make .make__list {
  width: 100%;
  max-width: 574px;
}
body main section.home-make .make__list ul {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
body main section.home-make .make__list ul li {
  list-style: none;
  position: relative;
}
body main section.home-make .make__list ul li::before {
  content: url("../image/icons/ico_list.png");
  position: absolute;
  top: calc(50% - 12.5px);
  bottom: none;
  left: -36px;
  right: none;
}
@media (max-width: 61.9375em) {
  body main section.home-make {
    text-align: center;
    background-image: none;
    min-height: auto;
    padding: 1rem 0 0;
    margin-top: 0;
  }
  body main section.home-make .make {
    align-items: center;
    row-gap: 1rem;
  }
  body main section.home-make .make__header {
    row-gap: 0.25rem;
  }
  body main section.home-make .make__header h1 {
    font-size: 1.25rem;
  }
  body main section.home-make .make__header img {
    max-width: 164px;
  }
  body main section.home-make .make__header p {
    font-size: 1rem;
    line-height: 120%;
  }
  body main section.home-make .make__list ul {
    text-align: start;
    row-gap: 0.25rem;
  }
}
body main section.home-treatment {
  min-height: 808px;
  background-image: url("../image/backgrounds/tratamentos.png");
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 3.5rem 0 0;
  position: relative;
  z-index: 1;
}
body main section.home-treatment .treatment__header {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 1rem;
  margin-bottom: 4.5rem;
}
body main section.home-treatment .treatment__header h1 {
  color: #004860;
  font-size: 1.75rem;
  font-weight: 600;
}
body main section.home-treatment .treatment__header img {
  width: -moz-min-content;
  width: min-content;
}
body main section.home-treatment .treatment #treatment-slider {
  max-width: 1492px;
}
body main section.home-treatment .treatment #treatment-slider .owl-nav {
  width: 1700px;
  position: absolute;
  left: 50%;
  top: calc(50% - 31px);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.home-treatment .treatment #treatment-slider .owl-nav .owl-prev,
body main section.home-treatment .treatment #treatment-slider .owl-nav .owl-next {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 9999px;
  background-color: #FFFFFF;
  box-shadow: 0px 10px 10px 2px rgba(37, 72, 92, 0.15);
}
body main section.home-treatment .treatment #treatment-slider .owl-nav .owl-prev:hover img,
body main section.home-treatment .treatment #treatment-slider .owl-nav .owl-next:hover img {
  filter: invert(72%) sepia(96%) saturate(748%) hue-rotate(149deg) brightness(94%) contrast(100%);
}
body main section.home-treatment .treatment span {
  display: block;
}
body main section.home-treatment .treatment span .btn-primary {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 2rem auto 0;
}
@media (max-width: 61.9375em) {
  body main section.home-treatment {
    text-align: center;
    min-height: auto;
    background-image: none;
    padding: 1rem 0;
  }
  body main section.home-treatment .treatment__header {
    row-gap: 0.25rem;
    margin-bottom: 0.5rem;
  }
  body main section.home-treatment .treatment__header h1 {
    font-size: 1.25rem;
  }
  body main section.home-treatment .treatment__header img {
    max-width: 164px;
  }
  body main section.home-treatment .treatment #treatment-slider .owl-nav {
    width: 100%;
  }
  body main section.home-treatment .treatment #treatment-slider .owl-nav .owl-prev,
  body main section.home-treatment .treatment #treatment-slider .owl-nav .owl-next {
    width: 42px;
    height: 42px;
    padding: 0.25rem;
  }
  body main section.home-treatment .treatment #treatment-slider .owl-nav .owl-prev img,
  body main section.home-treatment .treatment #treatment-slider .owl-nav .owl-next img {
    width: 1rem;
  }
  body main section.home-treatment .treatment span .btn-primary {
    margin: 1rem auto 0;
  }
}
body main section.home-confidence {
  background-image: url("../image/backgrounds/confianca.png");
  background-repeat: no-repeat;
  padding: 234px 0 4.75rem;
  background-size: cover;
  margin-top: -200px;
}
body main section.home-confidence .confidence {
  display: flex;
  align-items: center;
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
}
body main section.home-confidence .confidence__text {
  max-width: 546px;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  color: #FFFFFF;
}
body main section.home-confidence .confidence__text h1 {
  font-size: 1.875rem;
  font-weight: 700;
}
body main section.home-confidence .confidence__text img {
  width: -moz-min-content;
  width: min-content;
  order: 2;
}
body main section.home-confidence .confidence__text p {
  font-size: 1.125rem;
  order: 3;
}
body main section.home-confidence .confidence__text .btn-primary {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: 0.5rem;
  order: 4;
}
body main section.home-confidence .confidence__image {
  display: flex;
  position: relative;
  position: relative;
}
body main section.home-confidence .confidence__image--img-1 {
  width: 583px;
  height: 422px;
  border-radius: 100px 250px 250px 100px;
  border-bottom: 5px solid #2EDAF1;
  box-shadow: 20px 20px 10px 2px rgba(37, 72, 92, 0.15);
}
body main section.home-confidence .confidence__image--img-2 {
  width: 489px;
  height: 422px;
  border-radius: 250px 100px 100px 200px;
  border-bottom: 5px solid #2EDAF1;
  box-shadow: 20px 20px 10px 2px rgba(37, 72, 92, 0.15);
  position: absolute;
  right: -270px;
}
body main section.home-confidence .confidence__image::before {
  content: url("../image/several/ico_tooth.png");
  position: absolute;
  top: calc(50% - 100px);
  bottom: none;
  left: 50%;
  right: none;
  z-index: 1;
}
@media (max-width: 61.9375em) {
  body main section.home-confidence {
    text-align: center;
    background-image: url("../image/backgrounds/confianca.png");
    background-repeat: no-repeat;
    padding: 1rem 0;
    margin-top: 0;
  }
  body main section.home-confidence .confidence {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 1rem;
  }
  body main section.home-confidence .confidence__text {
    row-gap: 0.5rem;
  }
  body main section.home-confidence .confidence__text h1 {
    font-size: 1.25rem;
  }
  body main section.home-confidence .confidence__text img {
    max-width: 164px;
  }
  body main section.home-confidence .confidence__text p {
    font-size: 1rem;
    line-height: 120%;
  }
  body main section.home-confidence .confidence__text .btn-primary {
    margin-inline: auto;
  }
  body main section.home-confidence .confidence__image {
    flex-direction: column;
    row-gap: 0.5rem;
    position: relative;
  }
  body main section.home-confidence .confidence__image--img-1 {
    width: 100%;
    height: 222px;
    border-radius: 50px 125px 125px 50px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body main section.home-confidence .confidence__image--img-2 {
    width: 100%;
    height: 222px;
    border-radius: 125px 50px 50px 100px;
    position: relative;
    right: 0;
  }
  body main section.home-confidence .confidence__image::before {
    content: url("../image/several/ico_tooth.png");
    position: absolute;
    top: calc(50% - 100px);
    bottom: none;
    left: 50%;
    right: none;
    transform: translateX(-50%) scale(0.5);
  }
}
body main section.home-spread {
  padding: 3.5rem 0 2.25rem;
}
body main section.home-spread .spread__header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 1.25rem;
  text-align: center;
}
body main section.home-spread .spread__header h1 {
  color: #004860;
  font-size: 1.875rem;
  font-weight: 700;
}
body main section.home-spread .spread__header img {
  width: -moz-min-content;
  width: min-content;
  order: 2;
}
body main section.home-spread .spread__header p {
  max-width: 520px;
  font-size: 1.125rem;
  order: 3;
}
body main section.home-spread .spread #spread-slider {
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 2.75rem;
}
body main section.home-spread .spread #spread-slider .image-compare {
  width: 384px;
  height: 375px !important;
  border-width: 1px;
  border-style: solid;
  border-color: #00A4BA;
  border-bottom: 4px solid #00A4BA;
  border-radius: 15px;
  margin-inline: auto;
}
body main section.home-spread .spread #spread-slider .owl-nav {
  width: 110%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body main section.home-spread .spread__warning {
  max-width: 1302px;
  text-align: center;
  margin: 2.5rem auto 0;
}
body main section.home-spread .spread__warning p {
  font-size: 13px;
}
@media (max-width: 61.9375em) {
  body main section.home-spread {
    text-align: center;
    padding: 1.5rem 0 1.25rem;
  }
  body main section.home-spread .spread__header {
    row-gap: 0.5rem;
  }
  body main section.home-spread .spread__header h1 {
    font-size: 1.25rem;
  }
  body main section.home-spread .spread__header img {
    max-width: 164px;
  }
  body main section.home-spread .spread__header p {
    font-size: 1rem;
    line-height: 120%;
  }
  body main section.home-spread .spread #spread-slider {
    margin-top: 1.5rem;
  }
  body main section.home-spread .spread #spread-slider .card-spread {
    width: 356px;
    height: 275px !important;
    margin-inline: auto;
  }
  body main section.home-spread .spread #spread-slider .owl-nav {
    width: 100%;
  }
  body main section.home-spread .spread__warning {
    margin: 1rem auto 0;
  }
}
body main section.home-achievement {
  min-height: 898px;
  padding: 4.5rem;
  background-image: url("../image/backgrounds/conquiste.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main section.home-achievement .achievement__header {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  color: #FFFFFF;
  margin-bottom: 1.25rem;
}
body main section.home-achievement .achievement__header h1 {
  font-size: 1.875rem;
  font-weight: 700;
}
body main section.home-achievement .achievement__header img {
  width: -moz-min-content;
  width: min-content;
  order: 2;
}
body main section.home-achievement .achievement__header p {
  max-width: 454px;
  font-size: 1.125rem;
  order: 3;
}
body main section.home-achievement .achievement .form-contact {
  max-width: 512px;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
body main section.home-achievement .achievement .form-contact--cols {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
body main section.home-achievement .achievement .form-contact label {
  display: block;
  color: #FFFFFF;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
body main section.home-achievement .achievement .form-contact button {
  margin-top: 0.5rem;
}
@media (max-width: 61.9375em) {
  body main section.home-achievement {
    text-align: center;
    min-height: auto;
    padding: 1.5rem 0;
    background-size: cover;
    background-position: left;
  }
  body main section.home-achievement .achievement__header {
    row-gap: 0.25rem;
    margin-bottom: 1.25rem;
  }
  body main section.home-achievement .achievement__header h1 {
    font-size: 1.25rem;
  }
  body main section.home-achievement .achievement__header img {
    max-width: 164px;
  }
  body main section.home-achievement .achievement__header p {
    font-size: 1rem;
    line-height: 120%;
  }
  body main section.home-achievement .achievement .form-contact {
    text-align: start;
    max-width: 512px;
    row-gap: 0.5rem;
  }
  body main section.home-achievement .achievement .form-contact--cols {
    display: flex;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  body main section.home-achievement .achievement .form-contact label {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
}
body main section.home-plans {
  min-height: 794px;
  background-image: url("../image/backgrounds/planos.png");
  background-repeat: no-repeat;
  padding: 4.25rem;
}
body main section.home-plans .plans {
  display: flex;
  flex-direction: column;
  row-gap: 440px;
}
body main section.home-plans .plans__content {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 256px;
       column-gap: 256px;
}
body main section.home-plans .plans__content--header {
  max-width: 350px;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  color: #FFFFFF;
}
body main section.home-plans .plans__content--header h1 {
  font-size: 1.875rem;
  font-weight: 700;
}
body main section.home-plans .plans__content--header img {
  max-width: 284px;
  order: 2;
}
body main section.home-plans .plans__content--header p {
  font-size: 1.125rem;
  order: 3;
}
body main section.home-plans .plans__content #plans-slider {
  max-width: 822px;
}
body main section.home-plans .plans__content #plans-slider .plans-card {
  display: block;
  max-width: 248px;
  background-color: #FFFFFF;
  padding: 0.5rem;
  border-radius: 10px;
  opacity: 0.7;
}
body main section.home-plans .plans__content #plans-slider .plans-card img {
  filter: grayscale(100);
}
body main section.home-plans .plans__content #plans-slider .owl-item.center .plans-card {
  opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
body main section.home-plans .plans__content #plans-slider .owl-item.center .plans-card img {
  filter: none;
}
body main section.home-plans .plans__content #plans-slider .owl-nav {
  width: 922px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: calc(50% - 11px);
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
body main section.home-plans .plans__content #plans-slider .owl-nav .owl-prev,
body main section.home-plans .plans__content #plans-slider .owl-nav .owl-next {
  pointer-events: all;
}
body main section.home-plans .plans__content #plans-slider .owl-dots {
  margin-top: 0.75rem;
}
body main section.home-plans .plans__content #plans-slider .owl-dots .owl-dot {
  background-color: #FFFFFF;
}
body main section.home-plans .plans__content #plans-slider .owl-dots .owl-dot:hover, body main section.home-plans .plans__content #plans-slider .owl-dots .owl-dot.active {
  background-color: #2EDAF1;
}
body main section.home-plans .plans__content #plans-slider .owl-stage-outer {
  padding: 1rem;
  border: 1px solid #FFFFFF;
  border-radius: 25px;
}
body main section.home-plans .plans__phrase {
  max-width: 1272px;
  margin-inline: auto;
  color: #FFFFFF;
  text-align: center;
}
body main section.home-plans .plans__phrase h2 {
  font-size: 1.875rem;
  font-weight: 700;
}
body main section.home-plans .plans__phrase h3 {
  font-size: 1.75rem;
  font-weight: 600;
}
@media (max-width: 61.9375em) {
  body main section.home-plans {
    text-align: center;
    min-height: auto;
    background-size: cover;
    border-radius: 0 0 10px 10px;
    padding: 1.5rem 0;
  }
  body main section.home-plans .plans {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 1.25rem;
  }
  body main section.home-plans .plans__content {
    flex-wrap: wrap;
    row-gap: 1rem;
  }
  body main section.home-plans .plans__content--header {
    row-gap: 0.25rem;
  }
  body main section.home-plans .plans__content--header h1 {
    font-size: 1.25rem;
  }
  body main section.home-plans .plans__content--header img {
    max-width: 164px;
  }
  body main section.home-plans .plans__content--header p {
    font-size: 1rem;
    line-height: 120%;
  }
  body main section.home-plans .plans__content #plans-slider {
    max-width: 364px;
    margin-inline: auto;
  }
  body main section.home-plans .plans__content #plans-slider .plans-card {
    margin-inline: auto;
  }
  body main section.home-plans .plans__content #plans-slider .owl-nav {
    width: 100%;
    padding-inline: 0.5rem;
  }
  body main section.home-plans .plans__content #plans-slider .owl-stage-outer {
    padding: 0.5rem 0.25rem;
  }
  body main section.home-plans .plans__phrase h2 {
    font-size: 1.25rem;
  }
  body main section.home-plans .plans__phrase h3 {
    font-size: 1.25rem;
  }
}
body main section.home-depositions {
  min-height: 480px;
  background-image: url("../image/backgrounds/depoimentos.png");
  background-repeat: no-repeat;
  padding: 4.5rem 0 0;
}
body main section.home-depositions .depositions {
  display: flex;
  align-items: center;
  -moz-column-gap: 122px;
       column-gap: 122px;
}
body main section.home-depositions .depositions__text {
  color: #004860;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
body main section.home-depositions .depositions__text h1 {
  max-width: 364px;
  font-size: 1.75rem;
  font-weight: 700;
}
body main section.home-depositions .depositions__text img {
  max-width: 264px;
  order: 2;
}
body main section.home-depositions .depositions__text p {
  max-width: 364px;
  font-size: 1.125rem;
  margin: 0.5rem 0 1.25rem;
  order: 3;
}
body main section.home-depositions .depositions__text .btn-google {
  max-width: 410px;
  display: flex;
  background-color: #004860;
  align-items: center;
  border-radius: 15px;
  padding: 0.75rem 1.25rem 0.75rem 110px;
  position: relative;
  order: 4;
  transition: all 0.5s ease;
}
body main section.home-depositions .depositions__text .btn-google img {
  position: absolute;
  top: calc(50% - 34px);
  left: 1rem;
}
body main section.home-depositions .depositions__text .btn-google h5 {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 600;
}
body main section.home-depositions .depositions__text .btn-google:hover {
  background-color: #2EDAF1;
}
body main section.home-depositions .depositions__text .btn-google:hover img {
  animation: move-left 1.5s ease-in infinite alternate;
}
@keyframes move-left {
  100% {
    left: -1rem;
  }
}
body main section.home-depositions .depositions #depositions-slider {
  max-width: 1000px;
  margin-inline: auto;
}
body main section.home-depositions .depositions #depositions-slider .card-depositions {
  width: 100%;
  max-width: 300px;
  min-height: 260px;
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: 4px 4px 10px rgba(66, 90, 153, 0.42);
  padding: 1rem;
  color: #004860;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 1rem;
}
body main section.home-depositions .depositions #depositions-slider .card-depositions img {
  width: -moz-min-content;
  width: min-content;
}
body main section.home-depositions .depositions #depositions-slider .card-depositions__description {
  font-size: 1rem;
  line-height: 120%;
}
body main section.home-depositions .depositions #depositions-slider .card-depositions__title {
  font-size: 1.125rem;
  font-weight: 700;
}
body main section.home-depositions .depositions #depositions-slider .card-depositions__title strong {
  display: block;
  font-size: 1rem;
  color: #A1A1A1;
}
body main section.home-depositions .depositions #depositions-slider .owl-nav {
  width: 1224px;
  position: absolute;
  left: 50%;
  top: calc(50% - 31px);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.home-depositions .depositions #depositions-slider .owl-nav .owl-prev,
body main section.home-depositions .depositions #depositions-slider .owl-nav .owl-next {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  background-color: #FFFFFF;
  border-radius: 9999px;
  box-shadow: 0px 10px 10px 2px rgba(37, 72, 92, 0.15);
}
body main section.home-depositions .depositions #depositions-slider .owl-nav .owl-prev:hover img,
body main section.home-depositions .depositions #depositions-slider .owl-nav .owl-next:hover img {
  filter: invert(72%) sepia(96%) saturate(748%) hue-rotate(149deg) brightness(94%) contrast(100%);
}
body main section.home-depositions .depositions #depositions-slider .owl-stage-outer {
  display: flex;
  align-items: center;
  padding: 0.5rem;
}
body main section.home-depositions.inner {
  min-height: auto;
  padding: 4.5rem 0 1.75rem;
  background-image: none;
  background-color: #FFFFFF;
}
@media (max-width: 61.9375em) {
  body main section.home-depositions.inner {
    text-align: center;
    padding: 2.5rem 0 1.75rem;
  }
}
@media (max-width: 61.9375em) {
  body main section.home-depositions {
    text-align: center;
    min-height: auto;
    background-image: url("../image/backgrounds/depoimentos.png");
    background-repeat: no-repeat;
    padding: 1.25rem 0;
  }
  body main section.home-depositions .depositions {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 1rem;
  }
  body main section.home-depositions .depositions__text {
    justify-content: center;
    align-items: center;
    row-gap: 0.5rem;
  }
  body main section.home-depositions .depositions__text h1 {
    font-size: 1.25rem;
  }
  body main section.home-depositions .depositions__text img {
    max-width: 164px;
  }
  body main section.home-depositions .depositions__text p {
    font-size: 1rem;
    line-height: 120%;
    margin: 0.25rem 0 0.75rem;
  }
  body main section.home-depositions .depositions__text .btn-google {
    padding: 0.25rem 1.25rem 0.25rem 56px;
  }
  body main section.home-depositions .depositions__text .btn-google img {
    top: calc(50% - 30px);
    width: 60px;
  }
  body main section.home-depositions .depositions__text .btn-google h5 {
    font-size: 1rem;
  }
  body main section.home-depositions .depositions #depositions-slider .card-depositions {
    margin-inline: auto;
    text-align: start;
  }
  body main section.home-depositions .depositions #depositions-slider .owl-nav {
    width: 100%;
  }
  body main section.home-depositions .depositions #depositions-slider .owl-nav .owl-prev,
  body main section.home-depositions .depositions #depositions-slider .owl-nav .owl-next {
    width: 40px;
    height: 40px;
  }
  body main section.home-depositions .depositions #depositions-slider .owl-nav .owl-prev img,
  body main section.home-depositions .depositions #depositions-slider .owl-nav .owl-next img {
    width: 1rem;
  }
}
body main section.about-us {
  min-height: 554px;
  padding: 1.5rem;
  background-image: url("../image/backgrounds/sobre.png");
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  z-index: 3;
  position: relative;
}
body main section.about-us .us {
  display: flex;
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
  position: relative;
  z-index: 1;
}
body main section.about-us .us #about-slider {
  max-width: 700px;
  box-shadow: 0px 4px 10px 2px rgba(37, 72, 92, 0.34);
  border-radius: 15px;
}
body main section.about-us .us #about-slider img {
  width: 700px;
  height: 468px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  object-fit: cover;
  border-bottom: 5px solid #2EDAF1;
}
body main section.about-us .us__content {
  max-width: 715px;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
body main section.about-us .us__content--logo {
  width: 374px;
  height: 180px;
}
body main section.about-us .us__content--line {
  width: -moz-min-content;
  width: min-content;
}
body main section.about-us .us__content p {
  font-size: 1.125rem;
  line-height: 140%;
}
body main section.about-us .us__content .btn-primary {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: 0.5rem;
}
body main section.about-us::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: none;
  left: 0;
  right: none;
  width: 100%;
  height: 200px;
  background-color: #FFFFFF;
}
@media (max-width: 61.9375em) {
  body main section.about-us {
    text-align: center;
    min-height: auto;
    padding: 1rem;
    background-image: none;
  }
  body main section.about-us .us {
    flex-wrap: wrap;
    row-gap: 1rem;
  }
  body main section.about-us .us__content {
    order: 1;
    align-items: center;
    justify-content: center;
    row-gap: 0.25rem;
  }
  body main section.about-us .us__content--logo {
    width: 100%;
    max-width: 156px;
    height: auto;
  }
  body main section.about-us .us__content--line {
    max-width: 164px;
  }
  body main section.about-us .us__content p {
    font-size: 1rem;
    line-height: 120%;
  }
  body main section.about-us .us #about-slider {
    order: 2;
  }
  body main section.about-us .us #about-slider img {
    width: 100%;
    max-width: 356px;
    height: 300px;
  }
}
body main section.home-instagram {
  min-height: 712px;
  background-image: url("../image/backgrounds/instagram.png");
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  margin-top: -9.5rem;
  padding: 234px 0 0;
  position: relative;
  position: relative;
}
body main section.home-instagram .instagram {
  display: flex;
  justify-content: flex-end;
}
body main section.home-instagram .instagram__content {
  width: 100%;
  max-width: 760px;
  height: 272px;
  background-color: #004860;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  padding: 1.25rem 1.75rem 1.25rem 258px;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
body main section.home-instagram .instagram__content h1 {
  font-size: 1.75rem;
  font-weight: 600;
}
body main section.home-instagram .instagram__content--line {
  max-width: 267px;
  order: 2;
}
body main section.home-instagram .instagram__content p {
  font-size: 1.125rem;
  order: 3;
}
body main section.home-instagram .instagram__content a {
  color: #EBFF00;
  font-size: 1.125rem;
  order: 4;
}
body main section.home-instagram .instagram__content .btn-primary {
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 48px;
  order: 5;
}
body main section.home-instagram::before {
  content: url("../image/pseudo/social-instagram.png");
  position: absolute;
  top: none;
  bottom: 0;
  left: 0;
  right: none;
  z-index: 2;
  pointer-events: none;
}
body main section.home-instagram::after {
  content: url("../image/pseudo/cloud-instagram.png");
  position: absolute;
  top: none;
  bottom: -2px;
  left: 0;
  right: none;
  z-index: 3;
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 61.9375em) {
  body main section.home-instagram {
    text-align: center;
    min-height: auto;
    margin-top: 0;
    padding: 1rem 0;
  }
  body main section.home-instagram .instagram {
    display: flex;
    justify-content: center;
  }
  body main section.home-instagram .instagram__content {
    height: auto;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    row-gap: 0.5rem;
  }
  body main section.home-instagram .instagram__content h1 {
    font-size: 1.25rem;
  }
  body main section.home-instagram .instagram__content--line {
    max-width: 164px;
  }
  body main section.home-instagram .instagram__content p {
    font-size: 1rem;
    line-height: 120%;
  }
  body main section.home-instagram .instagram__content a {
    font-size: 1rem;
  }
  body main section.home-instagram .instagram__content .btn-primary {
    height: 42px;
  }
  body main section.home-instagram:before, body main section.home-instagram:after {
    display: none;
  }
}
body main section.home-blog {
  padding: 0 0 1.75rem;
  background-color: #FFFFFF;
}
body main section.home-blog .blog__text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1rem;
  text-align: center;
  margin-bottom: 1.25rem;
}
body main section.home-blog .blog__text h1 {
  color: #004860;
  font-size: 1.75rem;
  font-weight: 700;
}
body main section.home-blog .blog__text img {
  width: -moz-min-content;
  width: min-content;
  order: 2;
}
body main section.home-blog .blog__text p {
  font-size: 1.125rem;
  order: 3;
}
body main section.home-blog .blog #blog-slider {
  max-width: 1080px;
  margin-inline: auto;
}
body main section.home-blog .blog #blog-slider .owl-nav {
  width: 1300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.home-blog .blog #blog-slider .owl-nav .owl-prev,
body main section.home-blog .blog #blog-slider .owl-nav .owl-next {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 9999px;
  box-shadow: 0px 10px 10px 2px rgba(37, 72, 92, 0.15);
  background-color: #FFFFFF;
}
body main section.home-blog .blog #blog-slider .owl-nav .owl-prev:hover img,
body main section.home-blog .blog #blog-slider .owl-nav .owl-next:hover img {
  filter: invert(72%) sepia(96%) saturate(748%) hue-rotate(149deg) brightness(94%) contrast(100%);
}
body main section.home-blog .blog #blog-slider .owl-stage-outer {
  padding: 0.5rem;
}
body main section.home-blog .blog .btn-primary {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 1.5rem auto 0;
}
@media (max-width: 61.9375em) {
  body main section.home-blog {
    text-align: center;
    padding: 1rem 0;
  }
  body main section.home-blog .blog__text {
    row-gap: 0.5rem;
    margin-bottom: 0;
  }
  body main section.home-blog .blog__text h1 {
    font-size: 1.25rem;
  }
  body main section.home-blog .blog__text img {
    max-width: 164px;
  }
  body main section.home-blog .blog__text p {
    font-size: 1rem;
  }
  body main section.home-blog .blog #blog-slider .owl-nav {
    width: 100%;
    top: calc(50% - 21px);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  body main section.home-blog .blog #blog-slider .owl-nav .owl-prev,
  body main section.home-blog .blog #blog-slider .owl-nav .owl-next {
    width: 42px;
    height: 42px;
    padding: 0.5rem;
  }
  body main section.home-blog .blog #blog-slider .owl-nav .owl-prev img,
  body main section.home-blog .blog #blog-slider .owl-nav .owl-next img {
    width: 1rem;
  }
  body main section.home-blog .blog #blog-slider .owl-stage-outer {
    padding: 0.5rem;
  }
}
body main section.about-history {
  min-height: 742px;
  background-image: url("../image/backgrounds/about/historia.png");
  background-repeat: no-repeat;
  padding: 7.25rem 0 154px;
}
body main section.about-history .history {
  display: flex;
  align-items: center;
  -moz-column-gap: 3.25rem;
       column-gap: 3.25rem;
  position: relative;
}
body main section.about-history .history__aside {
  width: 816px;
  border-width: 0px 0px 1px 5px;
  border-style: solid;
  border-color: #2EDAF1;
  border-radius: 15px;
  border-bottom-right-radius: 0;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  background-color: #FFFFFF;
}
body main section.about-history .history__aside h1 {
  color: #004860;
  font-size: 1.875rem;
  font-weight: 700;
}
body main section.about-history .history__aside img {
  max-width: 284px;
  order: 2;
}
body main section.about-history .history__aside p {
  font-size: 1.125rem;
  max-width: 562px;
  order: 3;
}
body main section.about-history .history__image {
  width: 866px;
  height: 502px;
  position: absolute;
  top: calc(50% - 251px);
  right: 3.5rem;
  border-bottom: 5px solid #2EDAF1;
  box-shadow: 0px 4px 10px 2px rgba(37, 72, 92, 0.34);
  border-radius: 15px;
}
body main section.about-history .history__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@media (max-width: 61.9375em) {
  body main section.about-history {
    text-align: center;
    min-height: auto;
    background-image: url("../image/backgrounds/about/historia.png");
    background-repeat: no-repeat;
    padding: 1.5rem 0;
  }
  body main section.about-history .history {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    row-gap: 1rem;
  }
  body main section.about-history .history__aside {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    border: none;
    align-items: center;
  }
  body main section.about-history .history__aside h1 {
    font-size: 1.25rem;
  }
  body main section.about-history .history__aside img {
    max-width: 164px;
  }
  body main section.about-history .history__aside p {
    font-size: 1rem;
    line-height: 120%;
    max-width: auto;
  }
  body main section.about-history .history__image {
    width: 100%;
    max-width: 400px;
    height: 300px;
    position: relative;
    top: 0;
    right: 0;
  }
}
body main section.about-goals {
  min-height: 480px;
  background-color: #2EDAF1;
  padding: 4rem;
}
body main section.about-goals .cards {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
body main section.about-goals .cards__card {
  width: 100%;
  max-width: 388px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 2px solid #004860;
}
body main section.about-goals .cards__card--image {
  width: 100%;
  height: 168px;
  border-radius: 15px 15px 0 0;
  padding: 2.5rem 2rem 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  row-gap: 0.75rem;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #004860;
}
body main section.about-goals .cards__card--image .back {
  width: 388px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 30%;
}
body main section.about-goals .cards__card--image .icon {
  width: -moz-min-content;
  width: min-content;
  position: relative;
  z-index: 1;
}
body main section.about-goals .cards__card--image h1 {
  color: #FFFFFF;
  font-size: 1.75rem;
  position: relative;
  z-index: 1;
}
body main section.about-goals .cards__card--content {
  background-color: #FFFFFF;
  border-radius: 0 0 15px 15px;
  padding: 0.75rem 2rem 1.75rem;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
body main section.about-goals .cards__card--content img {
  max-width: 284px;
}
body main section.about-goals .cards__card--content p {
  font-size: 1.125rem;
  line-height: 120%;
}
@media (max-width: 61.9375em) {
  body main section.about-goals {
    text-align: center;
    min-height: auto;
    padding: 0.75rem 0;
  }
  body main section.about-goals .cards {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
  }
  body main section.about-goals .cards__card {
    width: 100%;
    max-width: 286px;
    padding: 0;
    margin-top: 0;
  }
  body main section.about-goals .cards__card--content {
    min-height: auto;
  }
  body main section.about-goals .cards__card--content img {
    width: -moz-min-content;
    width: min-content;
    max-width: 164px;
  }
  body main section.about-goals .cards__card--content h1 {
    font-size: 1rem;
  }
  body main section.about-goals .cards__card--content p {
    font-size: 1rem;
    line-height: 120%;
  }
}
body main section.home-know {
  padding: 132px 0 0;
  min-height: 754px;
  background-image: url("../image/backgrounds/sobre.png");
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  z-index: 3;
  overflow: hidden;
  position: relative;
  position: relative;
}
body main section.home-know .know {
  position: relative;
  z-index: 1;
}
body main section.home-know .know__header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1rem;
}
body main section.home-know .know__header h1 {
  color: #004860;
  font-size: 1.875rem;
  font-weight: 700;
}
body main section.home-know .know #know-slider {
  max-width: 1300px;
  margin-top: 2rem;
}
body main section.home-know .know #know-slider .know-image {
  width: 400px;
  height: 400px;
  border-radius: 15px;
  border-bottom: 5px solid #2EDAF1;
}
body main section.home-know .know #know-slider .owl-nav {
  width: 1500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.home-know .know #know-slider .owl-nav .owl-prev,
body main section.home-know .know #know-slider .owl-nav .owl-next {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  background-color: #FFFFFF;
  border-radius: 9999px;
  box-shadow: 0px 10px 10px 2px rgba(37, 72, 92, 0.15);
}
body main section.home-know .know #know-slider .owl-nav .owl-prev:hover img,
body main section.home-know .know #know-slider .owl-nav .owl-next:hover img {
  filter: invert(72%) sepia(96%) saturate(748%) hue-rotate(149deg) brightness(94%) contrast(100%);
}
body main section.home-know::before {
  content: url("../image/several/conheca.png");
  position: absolute;
  top: 0;
  bottom: none;
  left: 0;
  right: none;
  z-index: 1;
}
body main section.home-know::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: none;
  left: 0;
  right: none;
  width: 100%;
  height: 60%;
  background-color: #FFFFFF;
}
@media (max-width: 61.9375em) {
  body main section.home-know {
    text-align: center;
    padding: 1.5rem 0 1rem;
    min-height: auto;
    background-image: none;
  }
  body main section.home-know .know__header {
    row-gap: 0.25rem;
  }
  body main section.home-know .know__header h1 {
    font-size: 1.25rem;
  }
  body main section.home-know .know__header img {
    max-width: 164px;
  }
  body main section.home-know .know #know-slider {
    margin-top: 1.5rem;
  }
  body main section.home-know .know #know-slider .know-image {
    width: 300px;
    height: 300px;
    border-radius: 15px;
    margin-inline: auto;
  }
  body main section.home-know .know #know-slider .owl-nav {
    width: 100%;
  }
  body main section.home-know .know #know-slider .owl-nav .owl-prev,
  body main section.home-know .know #know-slider .owl-nav .owl-next {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    padding: 1rem;
  }
}
body main section.treatment-list .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
body main section.treatment-list .list__category {
  width: 100%;
  max-width: 396px;
  display: flex;
  flex-direction: column;
  padding: 134px 1.5rem 230px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 10px 2px rgba(37, 72, 92, 0.34);
}
body main section.treatment-list .list__category .form-search {
  margin-bottom: 1.75rem;
}
body main section.treatment-list .list__category .current-category {
  max-width: 100%;
}
body main section.treatment-list .list__category .current-category__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
body main section.treatment-list .list__category .current-category__content--item {
  display: flex;
  align-items: center;
  -moz-column-gap: 0;
       column-gap: 0;
  padding: 1rem;
  border: 1px solid #004860;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 5px;
}
body main section.treatment-list .list__category .current-category__content--item i {
  display: none;
}
body main section.treatment-list .list__category .current-category__content--item h5 {
  color: #004860;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
body main section.treatment-list .list__category .current-category__content--item:hover, body main section.treatment-list .list__category .current-category__content--item.active {
  background-color: #004860;
}
body main section.treatment-list .list__category .current-category__content--item:hover h5, body main section.treatment-list .list__category .current-category__content--item.active h5 {
  color: #FFFFFF;
}
body main section.treatment-list .list__content {
  width: 100%;
  max-width: 1046px;
  margin: 5rem 0 2.75rem;
}
body main section.treatment-list .list__content--header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1rem;
  margin-bottom: 4rem;
  text-align: center;
}
body main section.treatment-list .list__content--header h1 {
  color: #004860;
  font-size: 1.875rem;
  font-weight: 700;
}
body main section.treatment-list .list__content--header img {
  width: -moz-min-content;
  width: min-content;
  order: 2;
}
body main section.treatment-list .list__content--header p {
  font-size: 1.125rem;
  line-height: 120%;
  max-width: 646px;
  order: 3;
}
body main section.treatment-list .list__content--title-category {
  color: #00A4BA;
  font-size: 1.75rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
body main section.treatment-list .list__content--cards {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
  row-gap: 2.25rem;
}
body main section.treatment-list .list__content--cards .card-treatment {
  height: auto;
  flex-grow: 1;
}
body main section.treatment-list .list__content--notfound {
  width: 100%;
  color: #2EDAF1;
  font-size: 1.5rem;
  padding: 1.5rem;
  border: 2px solid #dcdcdc;
  border-radius: 15px;
}
body main section.treatment-list .list__content--notfound .btn-secondary {
  margin-top: 1rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 61.9375em) {
  body main section.treatment-list {
    text-align: center;
    padding: 1rem 0;
  }
  body main section.treatment-list .list__content {
    order: 1;
    margin: 0 0 0.5rem;
  }
  body main section.treatment-list .list__content--header {
    row-gap: 0.5rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
  }
  body main section.treatment-list .list__content--header h1 {
    font-size: 1.25rem;
  }
  body main section.treatment-list .list__content--header img {
    max-width: 164px;
  }
  body main section.treatment-list .list__content--header p {
    font-size: 1.25rem;
  }
  body main section.treatment-list .list__content--title-category {
    font-size: 1.25rem;
  }
  body main section.treatment-list .list__content--cards {
    justify-content: center;
    align-items: center;
    row-gap: 1rem;
  }
  body main section.treatment-list .list__content--notfound {
    font-size: 1.25rem;
    padding: 1rem;
    text-align: start;
  }
  body main section.treatment-list .list__category {
    text-align: start;
    order: 2;
    max-width: 100%;
    padding: 1.5rem;
  }
  body main section.treatment-list .list__category .form-search {
    margin-bottom: 1.25rem;
  }
}
body main section.treatment-item {
  padding: 5.5rem 0 118px;
}
body main section.treatment-item .content {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 4.25rem;
       column-gap: 4.25rem;
}
body main section.treatment-item .content__infos {
  display: flex;
  flex-direction: column;
  max-width: 580px;
  padding: 1.5rem 0 1rem 1.5rem;
  border-left: 4px solid #2EDAF1;
  border-radius: 15px;
}
body main section.treatment-item .content__infos h1 {
  color: #004860;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
body main section.treatment-item .content__infos img {
  width: -moz-min-content;
  width: min-content;
}
body main section.treatment-item .content__infos p {
  color: #004860;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
body main section.treatment-item .content__extra .image-inner {
  width: 695px;
  height: 378px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
}
body main section.treatment-item .content__extra--contact {
  max-width: 672px;
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 1.75rem 2rem 1.5rem 1.5rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
  box-shadow: 0px 10px 15px 0px rgba(6, 173, 173, 0.3019607843);
  margin-inline: auto;
  margin-top: -3.75rem;
  position: relative;
  z-index: 1;
}
body main section.treatment-item .content__extra--contact h1 {
  color: #004860;
  font-size: 1.5rem;
  font-weight: 600;
  max-width: 280px;
}
body main section.treatment-item .content__extra--contact .buttons {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
body main section.treatment-item .content__extra--contact .buttons .btn-secondary {
  background-color: #0CDD7D;
  border-radius: 5px;
}
body main section.treatment-item .content__extra--contact .buttons .btn-secondary__title, body main section.treatment-item .content__extra--contact .buttons .btn-secondary i {
  color: #004860;
}
@media (max-width: 61.9375em) {
  body main section.treatment-item {
    text-align: center;
    padding: 1.5rem 0;
  }
  body main section.treatment-item .content {
    flex-wrap: wrap;
    row-gap: 1.25rem;
  }
  body main section.treatment-item .content__infos {
    padding: 0.25rem;
    border-left: none;
  }
  body main section.treatment-item .content__infos h1 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  body main section.treatment-item .content__infos img {
    max-width: 164px;
  }
  body main section.treatment-item .content__infos p {
    font-size: 1rem;
    line-height: 120%;
    margin-bottom: 0.5rem;
  }
  body main section.treatment-item .content__extra .image-inner {
    width: 100%;
    max-width: 400px;
    height: 278px;
  }
  body main section.treatment-item .content__extra--contact {
    padding: 1.75rem 2rem 1.5rem 1.5rem;
    flex-wrap: wrap;
    row-gap: 1rem;
    margin-top: -1.25rem;
  }
  body main section.treatment-item .content__extra--contact h1 {
    font-size: 1.25rem;
  }
  body main section.treatment-item .content__extra--contact .buttons .btn-secondary__title, body main section.treatment-item .content__extra--contact .buttons .btn-secondary i {
    font-size: 1rem;
  }
}
body main section.treatment-other {
  padding: 4rem 0;
  background: linear-gradient(174.35deg, #004860 50.06%, #2EDAF1 194.01%);
}
body main section.treatment-other .other--header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 0.5rem;
  margin-bottom: 2.25rem;
}
body main section.treatment-other .other--header h1 {
  color: #FFFFFF;
  font-size: 1.875rem;
  font-weight: 700;
}
body main section.treatment-other .other--cards {
  width: 100%;
  max-width: 1304px;
  margin-inline: auto;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (max-width: 61.9375em) {
  body main section.treatment-other {
    text-align: center;
    padding: 1rem 0;
  }
  body main section.treatment-other .other--header {
    margin-bottom: 0.5rem;
  }
  body main section.treatment-other .other--header h1 {
    font-size: 1.25rem;
  }
  body main section.treatment-other .other--header img {
    max-width: 164px;
  }
  body main section.treatment-other .other--cards {
    padding: 1rem;
    flex-wrap: wrap;
    row-gap: 0.5rem;
  }
}
body main section.our-dentist {
  padding: 2.5rem 0 3.5rem;
  background-image: url("../image/backgrounds/duvidas.png");
  background-repeat: no-repeat;
}
body main section.our-dentist .dentist__header {
  max-width: 992px;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 1rem;
  text-align: center;
  margin: 0 auto 2.5rem;
}
body main section.our-dentist .dentist__header h1 {
  color: #004860;
  font-size: 1.875rem;
  font-weight: 700;
}
body main section.our-dentist .dentist__header img {
  width: -moz-min-content;
  width: min-content;
  order: 2;
}
body main section.our-dentist .dentist__header p {
  font-size: 1.125rem;
  order: 3;
}
body main section.our-dentist .dentist__header h2 {
  color: #1B70AF;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 2.25rem;
  order: 4;
}
body main section.our-dentist .dentist__cards {
  display: flex;
  justify-content: center;
  -moz-column-gap: 5.25rem;
       column-gap: 5.25rem;
  align-items: stretch;
}
body main section.our-dentist .dentist__cards .dentist-card {
  width: 100%;
  max-width: 620px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main section.our-dentist .dentist__cards .dentist-card img {
  width: 500px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
body main section.our-dentist .dentist__cards .dentist-card__content {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
body main section.our-dentist .dentist__cards .dentist-card__content--info {
  width: 100%;
  max-width: 324px;
  background-color: #FFFFFF;
  box-shadow: 0px 10px 15px rgba(6, 173, 173, 0.3);
  border: 1px solid rgba(174, 174, 174, 0.5);
  border-radius: 15px;
  padding: 1.5rem;
  color: #004860;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  margin: -64px auto 0 0;
  position: relative;
  z-index: 2;
}
body main section.our-dentist .dentist__cards .dentist-card__content--info h1 {
  font-size: 1.5rem;
  font-weight: 600;
}
body main section.our-dentist .dentist__cards .dentist-card__content--info h2 {
  font-size: 1.25rem;
}
body main section.our-dentist .dentist__cards .dentist-card p {
  font-size: 1.125rem;
  background-color: #FFFFFF;
  border-bottom: 5px solid #2EDAF1;
  border-radius: 15px;
  padding: 5rem 1.5rem 1.5rem;
  margin-top: -3.5rem;
}
@media (max-width: 61.9375em) {
  body main section.our-dentist {
    text-align: center;
    padding: 1.5rem 0 2rem;
    background-image: url("../image/backgrounds/duvidas.png");
    background-repeat: no-repeat;
  }
  body main section.our-dentist .dentist__header {
    row-gap: 1rem;
    margin: 0 auto 1.5rem;
  }
  body main section.our-dentist .dentist__header h1 {
    font-size: 1.25rem;
  }
  body main section.our-dentist .dentist__header img {
    max-width: 164px;
  }
  body main section.our-dentist .dentist__header p {
    font-size: 1rem;
    line-height: 120%;
  }
  body main section.our-dentist .dentist__header h2 {
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
  body main section.our-dentist .dentist__cards {
    flex-wrap: wrap;
    row-gap: 1.5rem;
  }
  body main section.our-dentist .dentist__cards .dentist-card {
    max-width: 356px;
    margin-inline: auto;
  }
  body main section.our-dentist .dentist__cards .dentist-card img {
    width: 350px;
    height: 350px;
  }
  body main section.our-dentist .dentist__cards .dentist-card__content--info {
    max-width: 300px;
    padding: 0.75rem;
    row-gap: 0.25rem;
    margin: -32px auto 0;
  }
  body main section.our-dentist .dentist__cards .dentist-card__content--info h1 {
    font-size: 1.25rem;
  }
  body main section.our-dentist .dentist__cards .dentist-card__content--info h2 {
    font-size: 1.125rem;
  }
  body main section.our-dentist .dentist__cards .dentist-card p {
    font-size: 1rem;
    line-height: 120%;
  }
}
body main section.dentist-team {
  padding: 3.5rem 0;
}
body main section.dentist-team .team__header {
  text-align: center;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: center;
}
body main section.dentist-team .team__header h1 {
  color: #004860;
  font-size: 1.875rem;
  font-weight: 700;
}
body main section.dentist-team .team__header img {
  width: -moz-min-content;
  width: min-content;
  order: 2;
}
body main section.dentist-team .team__header p {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 120%;
  order: 3;
}
body main section.dentist-team .team__cards {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  justify-content: center;
}
body main section.dentist-team .team__cards .team-card {
  width: 100%;
  max-width: 350px;
  border-radius: 15px;
  border-bottom: 2px solid #00A4BA;
  box-shadow: 4px 10px 10px 2px rgba(27, 27, 27, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body main section.dentist-team .team__cards .team-card img {
  width: 100%;
  height: 316px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 15px 15px 0 0;
}
body main section.dentist-team .team__cards .team-card--info {
  color: #004860;
  padding: 1.5rem 5rem 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
body main section.dentist-team .team__cards .team-card--info h1 {
  font-size: 1.5rem;
  font-weight: 600;
}
body main section.dentist-team .team__cards .team-card--info h2 {
  font-size: 1.25rem;
}
body main section.dentist-team .team__cards .team-card--occupation {
  padding: 1.5rem 5rem;
  background-color: rgba(0, 0, 0, 0.05);
}
body main section.dentist-team .team__cards .team-card--occupation h1 {
  color: #2EDAF1;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 61.9375em) {
  body main section.dentist-team {
    text-align: center;
    padding: 2rem 0;
  }
  body main section.dentist-team .team__header {
    margin-bottom: 2rem;
    row-gap: 0.75rem;
  }
  body main section.dentist-team .team__header h1 {
    font-size: 1.25rem;
  }
  body main section.dentist-team .team__header img {
    max-width: 164px;
  }
  body main section.dentist-team .team__header p {
    font-size: 1.25rem;
  }
  body main section.dentist-team .team__cards {
    row-gap: 1.25rem;
  }
  body main section.dentist-team .team__cards .team-card img {
    width: 100%;
    height: 264px;
  }
  body main section.dentist-team .team__cards .team-card--info {
    padding: 0.75rem 3.5rem 0.5rem;
    row-gap: 0.25rem;
  }
  body main section.dentist-team .team__cards .team-card--info h1 {
    font-size: 1.25rem;
  }
  body main section.dentist-team .team__cards .team-card--info h2 {
    font-size: 1.125rem;
  }
  body main section.dentist-team .team__cards .team-card--occupation {
    padding: 1rem 3.5rem;
  }
  body main section.dentist-team .team__cards .team-card--occupation h1 {
    font-size: 1.25rem;
  }
}
body main section.blog-list {
  background-image: url("../image/backgrounds/duvidas.png");
  background-repeat: no-repeat;
}
body main section.blog-list .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 136px;
       column-gap: 136px;
}
body main section.blog-list .list__content {
  width: 100%;
  max-width: 794px;
  margin: 2.5rem 0 2.75rem;
}
body main section.blog-list .list__content--header {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-bottom: 2.5rem;
}
body main section.blog-list .list__content--header h1 {
  color: #004860;
  font-size: 1.875rem;
  font-weight: 700;
}
body main section.blog-list .list__content--header img {
  width: -moz-min-content;
  width: min-content;
}
body main section.blog-list .list__content--header p {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 120%;
}
body main section.blog-list .list__content--title-category {
  color: #00A4BA;
  font-size: 1.5rem;
  margin-bottom: 30px;
  font-weight: 600;
}
body main section.blog-list .list__content--cards {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
  row-gap: 2.25rem;
}
body main section.blog-list .list__content--notfound {
  width: 100%;
  color: #2EDAF1;
  font-size: 1.5rem;
  padding: 1.5rem;
  border: 2px solid #dcdcdc;
  border-radius: 15px;
}
body main section.blog-list .list__content--notfound .btn-secondary {
  margin-top: 1rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
body main section.blog-list .list__category {
  width: 100%;
  max-width: 396px;
  display: flex;
  flex-direction: column;
  padding: 134px 1.5rem 230px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 10px 2px rgba(37, 72, 92, 0.34);
}
body main section.blog-list .list__category .form-search {
  margin-bottom: 1.75rem;
}
@media (max-width: 61.9375em) {
  body main section.blog-list {
    text-align: center;
    padding: 1.5rem 0;
  }
  body main section.blog-list .list__content {
    order: 1;
    margin: 0 0 0.5rem;
  }
  body main section.blog-list .list__content--header {
    row-gap: 0.5rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
  }
  body main section.blog-list .list__content--header h1 {
    font-size: 1.25rem;
  }
  body main section.blog-list .list__content--header img {
    max-width: 164px;
  }
  body main section.blog-list .list__content--header p {
    font-size: 1.25rem;
  }
  body main section.blog-list .list__content--title-category {
    font-size: 1.25rem;
  }
  body main section.blog-list .list__content--cards {
    justify-content: center;
    align-items: center;
    row-gap: 1rem;
  }
  body main section.blog-list .list__content--notfound {
    font-size: 1.25rem;
    padding: 1rem;
    text-align: start;
  }
  body main section.blog-list .list__category {
    text-align: start;
    order: 2;
    max-width: 100%;
    padding: 1.5rem;
  }
  body main section.blog-list .list__category .form-search {
    margin-bottom: 1.25rem;
  }
}
body main section.blog-inner .inner {
  display: flex;
  justify-content: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  padding-inline: 16px;
}
body main section.blog-inner .inner__category {
  width: 100%;
  max-width: 396px;
  display: flex;
  flex-direction: column;
  padding: 134px 1.5rem 230px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 10px 2px rgba(37, 72, 92, 0.34);
}
body main section.blog-inner .inner__category .form-search {
  margin-bottom: 1.75rem;
}
body main section.blog-inner .inner__content {
  width: 100%;
  max-width: 888px;
  margin: 2.5rem 0 5rem;
}
body main section.blog-inner .inner__content--title h1 {
  color: #004860;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
body main section.blog-inner .inner__content--title img {
  margin-bottom: 1rem;
}
body main section.blog-inner .inner__content--image img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
  filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.08));
}
body main section.blog-inner .inner__content--texts {
  margin-top: 2rem;
  text-align: start;
}
body main section.blog-inner .inner__content--texts p {
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}
body main section.blog-inner .inner__content--texts h1 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 1.5rem 0;
}
body main section.blog-inner .inner__content--texts h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
body main section.blog-inner .inner__content--texts ul li {
  font-size: 1.125rem;
}
body main section.blog-inner .inner__content--more {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  margin-top: 2rem;
}
body main section.blog-inner .inner__content--more .title {
  color: #004860;
  font-size: 1.875rem;
  font-weight: 700;
}
body main section.blog-inner .inner__content--more .line {
  width: -moz-min-content;
  width: min-content;
}
body main section.blog-inner .inner__content--more--cards {
  margin-top: 0.75rem;
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (max-width: 61.9375em) {
  body main section.blog-inner {
    text-align: center;
    margin-bottom: 1rem;
  }
  body main section.blog-inner .inner {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 1rem;
  }
  body main section.blog-inner .inner__content {
    order: 1;
    margin: 1rem 0;
  }
  body main section.blog-inner .inner__content--title h1 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  body main section.blog-inner .inner__content--title img {
    max-width: 164px;
  }
  body main section.blog-inner .inner__content--image img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
  body main section.blog-inner .inner__content--texts {
    margin-top: 1rem;
  }
  body main section.blog-inner .inner__content--texts p {
    font-size: 1rem;
    line-height: 120%;
    margin-bottom: 0.5rem;
  }
  body main section.blog-inner .inner__content--texts h1 {
    font-size: 1rem;
    margin: 1rem 0 0.5rem;
  }
  body main section.blog-inner .inner__content--texts h2 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
  body main section.blog-inner .inner__content--texts ul li {
    font-size: 1rem;
    text-align: start;
  }
  body main section.blog-inner .inner__content--more {
    justify-content: center;
    align-items: center;
    row-gap: 0.75rem;
    margin-top: 1rem;
  }
  body main section.blog-inner .inner__content--more .title {
    font-size: 1.25rem;
  }
  body main section.blog-inner .inner__content--more .line {
    max-width: 164px;
  }
  body main section.blog-inner .inner__content--more--cards {
    margin-top: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 0.75rem;
  }
  body main section.blog-inner .inner__category {
    text-align: start;
    order: 2;
    max-width: 100%;
    padding: 1.5rem;
  }
  body main section.blog-inner .inner__category .form-search {
    margin-bottom: 1.25rem;
  }
}
body main section.helper-main {
  background-image: url("../image/backgrounds/duvidas.png");
  background-repeat: no-repeat;
}
body main section.helper-main .main {
  display: flex;
  justify-content: center;
  -moz-column-gap: 142px;
       column-gap: 142px;
}
body main section.helper-main .main__category {
  width: 100%;
  max-width: 396px;
  display: flex;
  flex-direction: column;
  padding: 134px 1.5rem 230px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 10px 2px rgba(37, 72, 92, 0.34);
}
body main section.helper-main .main__category .form-search {
  margin-bottom: 1.75rem;
}
body main section.helper-main .main__category .form-helper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 120px;
}
body main section.helper-main .main__category .form-helper h1 {
  color: #004860;
  font-size: 1.5rem;
  font-weight: 600;
}
body main section.helper-main .main__category .form-helper p {
  color: #004860;
  font-size: 1.125rem;
}
body main section.helper-main .main__category .form-helper--content {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
body main section.helper-main .main__category .form-helper--content div label {
  display: block;
  color: #00A4BA;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
body main section.helper-main .main__category .form-helper--content div input {
  width: 100%;
  border-radius: 10px;
  background-color: #F1F1F1;
  height: 63px;
  padding-inline: 1.75rem;
}
body main section.helper-main .main__category .form-helper--content div textarea {
  width: 100%;
  border-radius: 10px;
  background-color: #F1F1F1;
  padding: 1rem 1.75rem;
}
body main section.helper-main .main__category .form-helper .btn-primary {
  width: 100%;
  margin-top: 0.5rem;
}
body main section.helper-main .main__content {
  width: 100%;
  max-width: 760px;
  margin: 2.5rem 0 6rem;
}
body main section.helper-main .main__content--header {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-bottom: 2rem;
}
body main section.helper-main .main__content--header h1 {
  color: #004860;
  font-size: 1.875rem;
  font-weight: 700;
}
body main section.helper-main .main__content--header img {
  width: -moz-min-content;
  width: min-content;
}
body main section.helper-main .main__content--header p {
  font-size: 1.125rem;
}
body main section.helper-main .main__content__cards {
  background: #D9ECF4;
  width: 760px;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  padding: 3.25rem 2.75rem 3.5rem 2.5rem;
  border-radius: 15px;
}
body main section.helper-main .main__content__cards .card-helper {
  width: 100%;
}
body main section.helper-main .main__content__cards .card-helper__collapse {
  display: flex;
  align-items: center;
}
body main section.helper-main .main__content__cards .card-helper__collapse a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.helper-main .main__content__cards .card-helper__collapse a button {
  background-color: transparent;
  position: relative;
}
body main section.helper-main .main__content__cards .card-helper__collapse a button::before {
  content: "+";
  position: absolute;
  top: 50%;
  bottom: none;
  left: 50%;
  right: none;
  color: #004860;
  font-size: 40px;
  font-weight: 300;
  transform: translate(-50%, -50%);
}
body main section.helper-main .main__content__cards .card-helper__collapse a h3 {
  color: #004860;
  font-size: 1.5rem;
  font-weight: 600;
}
body main section.helper-main .main__content__cards .card-helper__collapse.active a button {
  position: relative;
}
body main section.helper-main .main__content__cards .card-helper__collapse.active a button::before {
  content: "-";
  position: absolute;
  top: 50%;
  bottom: none;
  left: 50%;
  right: none;
  color: #1B70AF;
  font-size: 40px;
  font-weight: 300;
  transform: translate(-50%, -50%);
}
body main section.helper-main .main__content__cards .card-helper__collapse.active a h3 {
  color: #1B70AF;
}
body main section.helper-main .main__content__cards .card-helper__content {
  padding: 1.5rem 0;
  max-width: 592px;
}
body main section.helper-main .main__content__cards .card-helper__content h5 {
  font-size: 1.125rem;
  line-height: 140%;
}
body main section.helper-main .main__content--notfound {
  width: 100%;
  color: #2EDAF1;
  font-size: 1.5rem;
  padding: 1.5rem;
  border: 2px solid #dcdcdc;
  border-radius: 15px;
}
body main section.helper-main .main__content--notfound .btn-secondary {
  margin-top: 1rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 61.9375em) {
  body main section.helper-main {
    text-align: center;
  }
  body main section.helper-main .main {
    flex-wrap: wrap;
    row-gap: 1.5rem;
  }
  body main section.helper-main .main__content {
    margin: 1.5rem 0 0;
  }
  body main section.helper-main .main__content--header {
    align-items: center;
    justify-content: center;
    row-gap: 0.5rem;
    margin-bottom: 1.25rem;
  }
  body main section.helper-main .main__content--header h1 {
    font-size: 1.25rem;
  }
  body main section.helper-main .main__content--header img {
    max-width: 164px;
  }
  body main section.helper-main .main__content--header p {
    font-size: 1rem;
    line-height: 120%;
  }
  body main section.helper-main .main__content__cards {
    width: 100%;
    row-gap: 1.5rem;
    padding: 1.5rem;
  }
  body main section.helper-main .main__content__cards .card-helper__collapse {
    text-align: start;
  }
  body main section.helper-main .main__content__cards .card-helper__collapse a h3 {
    font-size: 1.125rem;
  }
  body main section.helper-main .main__content__cards .card-helper__content {
    text-align: start;
  }
  body main section.helper-main .main__content__cards .card-helper__content h5 {
    font-size: 1rem;
    line-height: 120%;
  }
  body main section.helper-main .main__content--notfound {
    display: none;
    width: 100%;
    color: #2EDAF1;
    font-size: 1.5rem;
    padding: 1.5rem;
    border: 2px solid #dcdcdc;
    border-radius: 15px;
  }
  body main section.helper-main .main__content--notfound .btn-secondary {
    margin-top: 1rem;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  body main section.helper-main .main__category {
    text-align: start;
    order: 2;
    max-width: 100%;
    padding: 1.5rem;
  }
  body main section.helper-main .main__category .form-search {
    margin-bottom: 1.25rem;
  }
  body main section.helper-main .main__category .form-helper {
    justify-content: center;
    align-items: center;
    row-gap: 0.25rem;
    margin-top: 1.25rem;
    text-align: center;
  }
  body main section.helper-main .main__category .form-helper h1 {
    font-size: 1.25rem;
  }
  body main section.helper-main .main__category .form-helper img {
    max-width: 164px;
  }
  body main section.helper-main .main__category .form-helper p {
    font-size: 1rem;
    line-height: 120%;
  }
  body main section.helper-main .main__category .form-helper--content {
    text-align: start;
    row-gap: 1rem;
    margin-top: 1rem;
  }
  body main section.helper-main .main__category .form-helper--content div label {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
  body main section.helper-main .main__category .form-helper--content div input {
    height: 53px;
  }
}
body main section.contact-talk {
  background-image: url("../image/backgrounds/contact/contato.png");
  background-repeat: no-repeat;
  min-height: 1046px;
  padding: 186px 0 0;
  margin-top: -216px;
}
body main section.contact-talk .talk {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 132px;
       column-gap: 132px;
}
body main section.contact-talk .talk__aside {
  max-width: 562px;
  color: #FFFFFF;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
body main section.contact-talk .talk__aside h1 {
  font-size: 1.875rem;
  font-weight: 700;
}
body main section.contact-talk .talk__aside img {
  width: -moz-min-content;
  width: min-content;
  order: 2;
}
body main section.contact-talk .talk__aside p {
  font-size: 1.125rem;
  order: 3;
}
body main section.contact-talk .talk .talk-form {
  width: 100%;
  max-width: 562px;
  min-height: 476px;
  border-radius: 15px;
  border: 1px solid #FFFFFF;
  padding: 1.5rem;
}
body main section.contact-talk .talk .talk-form__inputs {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
body main section.contact-talk .talk .talk-form__inputs label {
  color: #FFFFFF;
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
}
body main section.contact-talk .talk .talk-form__inputs input, body main section.contact-talk .talk .talk-form__inputs textarea, body main section.contact-talk .talk .talk-form__inputs select {
  width: 100%;
  padding: 1rem 1.25rem;
  border-radius: 5px;
}
body main section.contact-talk .talk .talk-form__inputs--cols {
  display: flex;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
body main section.contact-talk .talk .talk-form .btn-primary {
  width: 100%;
  margin-top: 1.25rem;
}
body main section.contact-talk .talk__contact {
  max-width: 612px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  margin-bottom: 2rem;
}
body main section.contact-talk .talk__contact--title {
  background-color: #FFFFFF;
  color: #004860;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1.5rem 3.5rem;
  border-radius: 15px;
}
body main section.contact-talk .talk__contact--btns {
  padding: 0.75rem 4.5rem 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
body main section.contact-talk .talk__contact--btns .btn-email-2,
body main section.contact-talk .talk__contact--btns .btn-telephone-2,
body main section.contact-talk .talk__contact--btns .btn-whatsapp-2 {
  max-width: 100%;
  flex-grow: 1;
  background-color: rgba(255, 255, 255, 0.1);
}
body main section.contact-talk .talk__contact--btns .btn-email-2__text,
body main section.contact-talk .talk__contact--btns .btn-telephone-2__text,
body main section.contact-talk .talk__contact--btns .btn-whatsapp-2__text {
  color: #2EDAF1;
  font-size: 1.125rem;
  font-weight: 600;
}
@media (max-width: 61.9375em) {
  body main section.contact-talk {
    text-align: center;
    background-position: left;
    background-size: cover;
    min-height: auto;
    padding: 6rem 0 0;
    margin-top: -108px;
  }
  body main section.contact-talk .talk {
    flex-wrap: wrap;
    row-gap: 1.25rem;
    align-items: center;
    justify-content: center;
  }
  body main section.contact-talk .talk__aside {
    align-items: center;
    row-gap: 0.5rem;
  }
  body main section.contact-talk .talk__aside h1 {
    font-size: 1.25rem;
  }
  body main section.contact-talk .talk__aside img {
    max-width: 164px;
  }
  body main section.contact-talk .talk__aside p {
    font-size: 1rem;
    line-height: 120%;
  }
  body main section.contact-talk .talk .talk-form {
    min-height: auto;
    padding: 1rem;
  }
  body main section.contact-talk .talk .talk-form__inputs {
    row-gap: 0.5rem;
    text-align: start;
  }
  body main section.contact-talk .talk .talk-form__inputs label {
    font-size: 1rem;
  }
  body main section.contact-talk .talk .talk-form__inputs input, body main section.contact-talk .talk .talk-form__inputs textarea, body main section.contact-talk .talk .talk-form__inputs select {
    padding: 0.75rem 1.25rem;
  }
  body main section.contact-talk .talk .talk-form .btn-primary {
    margin-top: 1rem;
  }
  body main section.contact-talk .talk__contact {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  body main section.contact-talk .talk__contact--title {
    font-size: 1.25rem;
    padding: 0.5rem 1.5rem;
  }
  body main section.contact-talk .talk__contact--btns {
    padding: 1rem;
    gap: 0.75rem;
  }
  body main section.contact-talk .talk__contact--btns .btn-email,
  body main section.contact-talk .talk__contact--btns .btn-telephone,
  body main section.contact-talk .talk__contact--btns .btn-whatsapp {
    padding: 0.25rem 0.5rem;
  }
  body main section.contact-talk .talk__contact--btns .btn-email__text,
  body main section.contact-talk .talk__contact--btns .btn-telephone__text,
  body main section.contact-talk .talk__contact--btns .btn-whatsapp__text {
    font-size: 14px;
  }
}
body main section.contact-work {
  background-image: url("../image/backgrounds/work/trabalhe.png");
  background-repeat: no-repeat;
  min-height: 1112px;
  padding: 186px 0 0;
  margin-top: -216px;
}
body main section.contact-work .work {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 132px;
       column-gap: 132px;
}
body main section.contact-work .work__aside {
  max-width: 562px;
  color: #FFFFFF;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
body main section.contact-work .work__aside h1 {
  font-size: 1.875rem;
  font-weight: 700;
}
body main section.contact-work .work__aside img {
  width: -moz-min-content;
  width: min-content;
  order: 2;
}
body main section.contact-work .work__aside p {
  font-size: 1.125rem;
  order: 3;
}
body main section.contact-work .work .work-form {
  width: 100%;
  max-width: 562px;
  min-height: 476px;
  border-radius: 15px;
  border: 1px solid #FFFFFF;
  padding: 1.5rem;
}
body main section.contact-work .work .work-form__inputs {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
body main section.contact-work .work .work-form__inputs label {
  color: #FFFFFF;
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
}
body main section.contact-work .work .work-form__inputs input, body main section.contact-work .work .work-form__inputs textarea, body main section.contact-work .work .work-form__inputs select {
  width: 100%;
  padding: 1rem 1.25rem;
  border-radius: 5px;
}
body main section.contact-work .work .work-form__inputs--cols {
  display: flex;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
body main section.contact-work .work .work-form__inputs .box-file {
  cursor: pointer;
  background: #fbfbfb;
  padding: 0.25rem;
  border-radius: 5px;
}
body main section.contact-work .work .work-form__inputs .box-file .name-file {
  box-sizing: border-box;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  padding: 6px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 43px;
  width: 70%;
  color: dimgray;
  display: inline-block;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
body main section.contact-work .work .work-form__inputs .box-file .selecione {
  background: #004860;
  border-radius: 10px;
  width: 30%;
  line-height: 35px;
  margin-left: -8px;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
body main section.contact-work .work .work-form__inputs .box-file .selecione h5 {
  font-size: 1.125rem;
}
body main section.contact-work .work .work-form__inputs .box-file .selecione:hover {
  background-color: #2EDAF1;
}
body main section.contact-work .work .work-form .btn-primary {
  width: 100%;
  margin-top: 1.25rem;
}
body main section.contact-work .work__contact {
  max-width: 612px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  margin-bottom: 132px;
}
body main section.contact-work .work__contact--title {
  background-color: #FFFFFF;
  color: #004860;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1.5rem 3.5rem;
  border-radius: 15px;
}
body main section.contact-work .work__contact--btns {
  padding: 0.75rem 4.5rem 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
body main section.contact-work .work__contact--btns .btn-email-2,
body main section.contact-work .work__contact--btns .btn-telephone-2,
body main section.contact-work .work__contact--btns .btn-whatsapp-2 {
  max-width: 100%;
  flex-grow: 1;
  background-color: rgba(255, 255, 255, 0.1);
}
body main section.contact-work .work__contact--btns .btn-email-2__text,
body main section.contact-work .work__contact--btns .btn-telephone-2__text,
body main section.contact-work .work__contact--btns .btn-whatsapp-2__text {
  color: #2EDAF1;
  font-size: 1.125rem;
  font-weight: 600;
}
@media (max-width: 61.9375em) {
  body main section.contact-work {
    text-align: center;
    background-position: left;
    background-size: cover;
    min-height: auto;
    padding: 6rem 0 0;
    margin-top: -108px;
  }
  body main section.contact-work .work {
    flex-wrap: wrap;
    row-gap: 1.25rem;
    align-items: center;
    justify-content: center;
  }
  body main section.contact-work .work__aside {
    align-items: center;
    row-gap: 0.5rem;
  }
  body main section.contact-work .work__aside h1 {
    font-size: 1.25rem;
  }
  body main section.contact-work .work__aside img {
    max-width: 164px;
  }
  body main section.contact-work .work__aside p {
    font-size: 1rem;
    line-height: 120%;
  }
  body main section.contact-work .work .work-form {
    width: 100%;
    max-width: 562px;
    min-height: 476px;
    border-radius: 15px;
    border: 1px solid #FFFFFF;
    padding: 1.5rem;
  }
  body main section.contact-work .work .work-form__inputs {
    row-gap: 0.5rem;
    text-align: start;
  }
  body main section.contact-work .work .work-form__inputs label {
    font-size: 1rem;
  }
  body main section.contact-work .work .work-form__inputs input, body main section.contact-work .work .work-form__inputs textarea, body main section.contact-work .work .work-form__inputs select {
    padding: 0.75rem 1.25rem;
  }
  body main section.contact-work .work .work-form__inputs .box-file .selecione h5 {
    font-size: 1rem;
  }
  body main section.contact-work .work .work-form .btn-primary {
    margin-top: 1rem;
  }
  body main section.contact-work .work__contact {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  body main section.contact-work .work__contact--title {
    font-size: 1.25rem;
    padding: 0.5rem 1.5rem;
  }
  body main section.contact-work .work__contact--btns {
    padding: 1rem;
    gap: 0.75rem;
  }
  body main section.contact-work .work__contact--btns .btn-email-2,
  body main section.contact-work .work__contact--btns .btn-telephone-2,
  body main section.contact-work .work__contact--btns .btn-whatsapp-2 {
    text-align: start;
    padding: 0.25rem 0.5rem;
  }
  body main section.contact-work .work__contact--btns .btn-email-2__text,
  body main section.contact-work .work__contact--btns .btn-telephone-2__text,
  body main section.contact-work .work__contact--btns .btn-whatsapp-2__text {
    font-size: 14px;
  }
}/*# sourceMappingURL=custom.css.map */