@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  border: none;
  transition: all 0.3s;
  font-family: "Inter", sans-serif;
  list-style: none;
  text-decoration: none;
  outline-color: #e5f50a;
}
.main-span {
  color: #e5f50a;
}
.hide {
  opacity: 0;
  visibility: hidden;
}
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 4%;
}
.text-center {
  text-align: center;
}
:root {
  --main-color: #2087e8;
}
::selection {
  background-color: rgba(59, 150, 255, 0.192);
}
button {
  cursor: pointer;
}
input,
select,
textarea {
  height: 47px;
  color: #000000bd;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
  padding-left: 18px;
  border: 1px solid #bed0da;
  outline: none;
  margin-top: 3px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
}
h2,
.h2 {
  color: #00192e;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.3px;
}
h3,
.h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.3px;
}
h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.3px;
}
.margin-test-h2 {
  margin: 10px 0 0;
  font-size: 36px;
}
.pading-1-4 {
  padding: 2.8rem 0;
}
.c-pointer {
  cursor: pointer;
}
.--color-04-dark {
  color: #1c2428;
}
.--color-blue-03-dark {
  color: #003c71;
}
.--color-gray-main {
  color: #6c7e89;
}
.--color-03-gray {
  color: #2f3b41;
}
.--color-01-dark {
  color: #576872;
}
.--color-02-dark {
  color: #43515a;
}
.d-block {
  display: block;
}
.d-none {
  display: none;
}
.m-center-auto {
  margin: 0 auto;
}
.w-50 {
  width: 50%;
}
.w-100 {
  width: 100%;
}
.d-flex {
  display: flex !important;
}
.flex-direction-row {
  flex-direction: row;
}
.flex-direction-column {
  flex-direction: column;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-end {
  justify-content: end !important;
}
.justify-content-start {
  justify-content: start !important;
}
.align-items-center {
  align-items: center;
}
.font-small-regular {
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.3px;
}
.font-medium {
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.3px;
}
.font-x-large {
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 0.3px;
}
.font-x-large-medium {
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.3px;
}
.font-large-medium {
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.3px;
}
.font-large-regular {
  font-size: 18px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.3px;
}
.font-body-small {
  font-size: 15px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.3px;
}
.font-medium-regular {
  font-size: 16px;
  font-weight: 400;
}
.font-small {
  font-size: 14px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.3px;
}
.font-x-small-regular {
  font-size: 13px;
  font-weight: 400;
}
.-main-color {
  color: var(--main-color);
}
.--color-05-dark {
  color: #000a12;
}
.small-blue-p {
  margin-left: -10px;
  color: var(--main-color);
}
.btn-pink {
  border-radius: 10px;
  background: #d11569;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 16px 30px;
  font-weight: 500;
  cursor: pointer;
  margin-right: 1rem;
}
.btn-pink:hover {
  background: #be125f;
}
.btn-gray {
  border-radius: 10px;
  background: transparent;
  color: #707070;
  border: 1px solid #707070;
  text-align: center;
  font-size: 14px;
  padding: 16px 30px;
  font-weight: 500;
  cursor: pointer;
}
.btn-gray:hover {
  background-color: #7070700a;
}
.btn-primary {
  border-radius: 10px;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 16px 30px;
  font-weight: 500;
  cursor: pointer;
}
.btn-primary:hover {
  background: #106ec7;
}
.btn-secondary {
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  padding: 16px 30px;
  font-weight: 500;
  cursor: pointer;
  color: #002341;
  background: hsla(208, 100%, 88%, 1);
  box-shadow: 0 2px 4px 0 rgba(81, 93, 61, 0.08);
}
.btn-secondary:hover {
  background: #64b5ff;
}
.btn-secondary-01 {
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 16px 30px;
  border: 1px solid rgba(0, 35, 65, 0.5);
  background: #f0f8ff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.btn-secondary-01:hover {
  background: #d7ecff;
}
.btn-secondary img,
.btn-primary img {
  margin-left: 5px;
}
.for-you {
  display: flex;
  align-items: left;
  width: 100%;
  gap: 1rem;
}
@media (max-width: 700px) {
  .for-you {
    flex-direction: column;
  }
}
.btn-cta {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 1rem 2rem;
  text-align: center;
  font-size: 1rem;
}
.btn-cta span {
  text-transform: uppercase;
  font-weight: bold;
}
body {
  background: #fafdff;
  accent-color: var(--main-color);
  overflow-x: hidden;
}
html,
body {
  overflow-x: hidden;
  position: relative;
}
body.wait {
  cursor: wait;
}
.section-01 {
  height: 125vh;
}
.nav {
  padding: 20px 4%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.nav.fixed {
  background: #fafdff;
  box-shadow: 0 2px 8px 0 rgba(22, 73, 120, 0.06);
}
.nav .logo a {
  margin-right: 60px;
  height: 36px;
}
.nav .ul {
  width: 100%;
}
.nav .ul > li {
  font-size: 16px;
  color: white;
  margin-right: 28px;
}
.nav.fixed .ul > li {
  color: var(--gray-02-dark, #43515a);
}
.nav li.dropdown {
  position: relative;
}
.nav li.dropdown > img {
  filter: invert(1);
}
.nav.fixed li.dropdown > img {
  filter: invert(0);
}
.nav .ul a {
  color: var(--gray-02-dark);
}
.nav .ul .rigth {
  margin-left: auto;
}
.nav .ul .rigth li:first-child {
  margin-right: 15px;
}
.nav.fixed .localizacao-text {
  color: #000;
}
.nav.fixed .localizacao-text img {
  filter: invert(0);
}
.localizacao-text {
  color: white;
}
.localizacao-text img {
  filter: invert(1);
}
.nav.fixed .search-icon-svg {
  fill: #000;
}
.nav li.dropdown .dropdown-menu {
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 4px 8px 0 rgba(81, 93, 61, 0.1);
  top: 48px;
  position: absolute;
  width: max-content;
  opacity: 0;
  z-index: 11;
  visibility: hidden;
}
.nav li .dropdown-menu-btn {
  right: 1.5%;
}
.nav li.dropdown.dropdown-open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 30px;
}
.nav li.dropdown:nth-child(2) .dropdown-menu {
  top: 80px;
}
.nav li.dropdown:nth-child(2).dropdown-open .dropdown-menu {
  top: 60px;
}
.nav li.dropdown .dropdown-menu li {
  padding: 16px 17px;
  border-radius: 5px;
}
.nav li.dropdown .dropdown-menu li a {
  color: #43515a;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.nav li.dropdown .dropdown-menu li:hover {
  background: rgba(210, 218, 224, 0.4);
}
.main-pesquisa {
  padding-top: 160px;
  text-align: center;
}
.main-pesquisa .resultado-pesquisa {
  border-radius: 0 0 29px 29px;
  border: 1px solid #c0cbd2;
  background: #f5feff;
  display: none;
  position: absolute;
  width: 100%;
  min-height: fit-content;
  height: 450px;
  overflow: auto;
}
.main-pesquisa .resultado-pesquisa .resultado-pesquisa-item {
  padding: 14px 20px 14px;
}
.main-pesquisa .resultado-pesquisa .resultado-pesquisa-item p {
  text-align: left;
}
.main-pesquisa .resultado-pesquisa .resultado-pesquisa-item img {
  margin-right: 10px;
  width: 25px;
}
.main-pesquisa .resultado-pesquisa .resultado-pesquisa-item:hover {
  background: #d2dae03a;
}
.main-pesquisa .form-input {
  margin-top: 25px;
  position: relative;
}
.main-pesquisa .form-input .input {
  position: relative;
}
.main-pesquisa .form-input .input img {
  position: absolute;
  top: 54%;
  transform: translate(20px, -54%);
}
.main-pesquisa .form-input .input input {
  border-radius: 51px;
  border: 1px solid #c0cbd2;
  width: 581px;
  background-color: transparent;
  padding: 0 20px 0 44px;
}
.main-pesquisa .form-input.search .resultado-pesquisa {
  display: block;
}
.main-pesquisa .form-input.search + .buttons-pesquisas {
  display: none;
}
.main-pesquisa .form-input.search .input input {
  border-radius: 29px 29px 0 0;
  border: 1px solid #c0cbd2;
}
.main-pesquisa > div,
.main-pesquisa .buttons-pesquisas {
  margin-top: 20px;
}
.main-pesquisa button {
  border-radius: 4px;
  background: rgba(210, 218, 224, 0.4);
  padding: 12px 30px;
  margin-right: 12px;
  border: 1px solid transparent;
  transition: 0.1s;
}
.position-relative {
  position: relative;
}
.main-pesquisa button:hover {
  border: 1.3px solid rgb(210, 218, 224);
}
.banner-01 {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000b2;
  position: relative;
}
.search-input svg {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.search-input input {
  padding-left: 34px;
  width: 475px;
  height: 45px;
  border: 1px solid #ffffff2a;
}
.search-input svg {
  fill: white;
}
.search-input input::placeholder {
  color: white;
}
.banner-01 video,
.banner-01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -9;
}
.banner-01 main {
  width: 650px;
  max-width: 100%;
}
.banner-01 main h1 {
  color: white;
  font-size: 44px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.3px;
}
.banner-01 main p {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin: 16px 0;
}
.services {
  position: relative;
  margin-top: 40px;
}
.services .hide-precisa {
  bottom: -105px !important;
  visibility: hidden;
  opacity: 0;
}
.services .container .a-precisa {
  position: fixed;
  bottom: 40px;
  right: 4%;
  transition: 0.4s;
  z-index: 11;
}
.services .precisa-de-ajuda {
  padding: 15px 18px;
  border-radius: 25px;
  background: #4bd441;
  box-shadow: 0 6px 15px 0 rgba(133, 234, 125, 0.3);
}
.services .precisa-de-ajuda:hover {
  background: #3bb633;
}
.services .precisa-de-ajuda img {
}
.services .precisa-de-ajuda p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.services .cards-services {
  flex-wrap: wrap;
  margin-top: 10px;
}
.services .cards-services .card-service {
  border-radius: 10px;
  background: #f0f8ff;
  padding: 18px;
  width: 280px;
  margin-right: 2%;
  margin-bottom: 2%;
  box-shadow: 0 2px 4px 0 rgba(81, 93, 61, 0.08);
}
.cards-services .card-service p:nth-of-type(1) {
  color: #1c2428;
  margin: 6px 0;
}
.cards-services .card-service .card-service-description {
  color: #6c7e89;
  font-size: 13px;
  font-weight: 300;
  line-height: 125%;
  letter-spacing: 0.3px;
}
.steps {
}
.steps .container > section {
  border-radius: 20px;
  padding: 62px 55px 0 55px;
  background: #1580c6;
  height: 250px;
}
.steps .container .title-steps {
  color: #fff;
  width: 449px;
  font-size: 30px;
  font-weight: 600;
}
.steps .container .cards-steps {
  margin-top: 30px;
}
.steps .container .cards-steps .card-step {
  border-radius: 14px;
  background: #fafdff;
  box-shadow: 0 4px 8px 0 rgba(81, 93, 61, 0.1);
  text-align: center;
  padding: 18px;
  width: 270px;
  margin: 0 12px;
}
.container .cards-steps .card-step .card-step-title {
  color: #2f3b41;
  margin: 8px 0;
}
.container .cards-steps .card-step .card-step-description {
  color: #8c9da7;
  font-size: 14px;
  font-weight: 400;
}
.steps .curves-arrow {
  position: absolute;
  z-index: -1;
  bottom: -233px;
  left: -122px;
}
.steps .step-img {
  display: block;
  margin-left: auto;
  position: relative;
  top: 92px;
  z-index: 1;
  padding-right: 4%;
}
.numbers {
  margin-top: 170px;
}
.numbers .container > p {
  color: #9795b5;
  width: 625px;
  max-width: 100%;
}
.numbers .numbers-container .numbers-img {
  position: relative;
  margin-right: 26px;
}
.numbers .numbers-container .numbers-img img {
  width: 100%;
}
.numbers .numbers-container {
  margin-top: 20px;
}
.numbers .numbers-container .numbers-text article {
  flex-wrap: wrap;
  height: 80%;
}
.numbers .numbers-container .numbers-text article div {
  width: 50%;
  height: 50%;
}
.numbers .numbers-container .numbers-text article div:nth-child(1) {
  border-right: 1px solid #d4d2e3;
  border-bottom: 1px solid #d4d2e3;
}
.numbers .numbers-container .numbers-text article div:nth-child(4) {
  border-top: 1px solid #d4d2e3;
  border-left: 1px solid #d4d2e3;
}
.numbers .numbers-container .numbers-text article div p:nth-of-type(2) {
  color: #7c8e98;
}
.numbers-text .numbers-buttons {
  margin-top: 5%;
}
.numbers-text .numbers-buttons button:nth-child(1) {
  margin-right: 20px;
}
.check-ul {
  margin: 35px 0 40px;
}
.check-ul li {
  position: relative;
  margin: 16px 0;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.check-ul li::before {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  padding: 5px 12px;
  background-image: url(../img/check-Circle-02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 14px;
  display: inline-block;
  width: 16px;
  height: 24px;
}
.why {
  margin-top: 50px;
}
.why .why-img {
  position: relative;
  margin-right: 60px;
}
.why .why-img img {
  position: absolute;
}
.why .why-img img.circulo-01 {
  animation: rotate-right 70s infinite linear;
  rotate: 0;
}
.why .why-img img.circulo-02 {
  animation: rotate-left 60s infinite ease-in-out;
  rotate: 450deg;
}
@keyframes rotate-right {
  0%,
  100% {
    rotate: 0deg;
  }
  50% {
    rotate: 450deg;
  }
}
@keyframes rotate-left {
  0%,
  100% {
    rotate: 450deg;
  }
  50% {
    rotate: 0deg;
  }
}
.profissionais {
  margin-top: 70px;
}
.profissionais .container {
  position: relative;
}
.profissionais .profissionais-cards {
  margin-top: 15px;
}
.profissionais .profissionais-cards .profissional-card {
  width: 24%;
  margin-left: 10px;
}
.profissionais .profissionais-cards .profissional-card img {
  width: 100%;
}
.profissionais .star-profissionais {
  position: absolute;
  z-index: -1;
  right: -110px;
}
.cta-agendamento-01 .container .inner-01 {
  border-radius: 24px;
  background: #006db2;
  padding: 80px 150px;
}
.cta-agendamento-01 .cta-title-01 {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 0.3px;
}
.cta-agendamento-01 .buttons {
  margin-top: 24px;
}
.cta-agendamento-01 .buttons button:nth-child(1) {
  margin-right: 24px;
}
.cta-agendamento-02 {
  background: url("../img/bg-cta-02.png"), #006db2;
  background-size: cover;
  padding: 50px 0;
}
.cta-agendamento-02 h4 {
  width: 563px;
}
.cta-agendamento-02 .buttons button:nth-child(1) {
  margin-right: 24px;
}
.beneficios {
  margin-top: 40px;
}
.beneficios .beneficios-img img {
  width: 100%;
}
.beneficios .beneficios-text {
  margin-left: 25px;
}
.planos-saude {
  background: #f0f8ff;
  margin-top: 40px;
}
.planos-saude .container > p {
  width: 828px;
}
.planos-saude .planos-saude-cards {
  margin-top: 28px;
}
.planos-saude .planos-saude-card a button {
  width: 100%;
  text-transform: capitalize;
}
.planos-saude .planos-saude-card .saude-card-description {
  font-weight: 400;
  margin-bottom: 8px;
}
.planos-saude .planos-saude-card {
  border-radius: 23px;
  border: 1px solid rgba(0, 35, 65, 0.14);
  background: #f0f8ff;
  box-shadow: 0 2px 4px 0 rgba(81, 93, 61, 0.08);
  padding: 37px 18px 24px 23px;
  width: 24%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.planos-saude .planos-saude-card .saude-card-price {
  font-weight: 400;
}
.planos-saude .planos-saude-card .saude-card-price strong {
  color: #002341;
  font-size: 36px;
  font-weight: 600;
  line-height: 111%;
  letter-spacing: 0.3px;
  margin-bottom: 15px;
  display: block;
}
.planos-saude .planos-saude-card:last-child .btn-secondary-01 {
  font-size: 13px;
}
.planos-saude .planos-saude-card .check {
  margin: 6px 0;
}
.planos-saude .planos-saude-card .check img {
  margin-right: 6px;
}
.clubmed-prime {
}
.clubmed-prime .clubmed-prime-img {
  margin-right: 140px;
}
.clubmed-prime .star-yellow {
  position: absolute;
  right: -70px;
  bottom: 0;
}
.faq {
  margin-top: 30px;
}
.faq .faq-container {
  margin-top: 30px;
  width: 500px;
  max-width: 100%;
}
.faq .faq-item.faq-open .faq-content {
  margin-bottom: 17px;
}
.faq .faq-item {
  border-bottom: 1.4px solid #c0cbd2;
  overflow: hidden;
}
.faq .faq-container .faq-item header {
  padding: 15px 0;
}
.faq .faq-container .faq-item header p {
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.3px;
}
.faq .faq-container .faq-content {
  color: #7c8e98;
  width: auto;
  height: 0;
}
.medias-socias .medias-socias-text p {
  color: #1c2428;
  width: 687px;
}
footer {
  background: #002341;
}
footer .container .footer-row div {
  padding: 10px;
  width: 25%;
  margin-bottom: 15px;
}
footer .container .footer-row p {
  color: #f0f8ff;
  margin-bottom: 5px;
}
footer .container .footer-row ul li {
  margin-bottom: 6px;
}
footer .container .footer-row ul li a {
  color: rgba(240, 248, 255, 0.65);
  font-weight: 300;
}
footer .container .footer-row ul li a:hover {
  text-decoration: underline;
}
footer .line-footer {
  height: 2px;
  background: #002f57;
  margin-top: 30px;
  margin-bottom: 30px;
}
footer .footer-2 p {
  color: #c0e2ff;
}
footer .footer-2 a {
  color: #c0e2ff;
  text-decoration: underline;
}
.modal-localizacao.modal-open {
  opacity: 1;
  visibility: visible;
}
.modal-localizacao.modal-open .modal-localizacao-content {
  transform: scale(1);
}
.modal-localizacao {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.582);
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  z-index: 12;
  opacity: 0;
  visibility: hidden;
}
.modal-localizacao .modal-localizacao-content {
  border-radius: 13px;
  background: #fff;
  padding: 30px 36px;
  transition: all 0.3s;
  transform: scale(0);
}
.modal-localizacao h4 {
  color: #000a12;
}
.modal-localizacao label p {
  color: #344054;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.modal-localizacao .p-manual {
  margin: 20px 0 10px 0;
}
.modal-localizacao .modal-localizacao-content .localizacao-atual button {
  border-radius: 7px;
  background: #f0f8ff;
  width: 48px;
  height: 46px;
  flex-shrink: 0;
  margin-left: 8px;
}
.modal-localizacao .modal-localizacao-content .localizacao-atual input {
  width: 100%;
}
.modal-localizacao .modal-localizacao-descricao {
  margin-bottom: 13px;
}
.modal-localizacao .modal-localizacao-content > button {
  margin-top: 36px;
}
.select .select_component {
  position: relative;
}
.selects .select:first-child {
  margin-right: 13px;
}
.select .select_component .input_select {
  padding: 15px 20px;
  margin-top: 5px;
  border-radius: 8px;
  border: 1.4px solid #bed0da70;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
}
.select .select_component .input_select:hover {
  border: 1.4px solid var(--main-color);
}
.select .select_component .select_items {
  height: 211px;
  width: 100%;
  overflow: auto;
  border-radius: 9px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 10px;
  z-index: 2;
  top: 74px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
}
.select_component.open .select_items {
  opacity: 1;
  visibility: visible;
  top: 62px;
}
.select .select_component .select_items div {
  border-radius: 7px;
  padding: 15px 20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.select .select_component .select_items div:hover {
  background: rgba(210, 218, 224, 0.46);
}
section.loading {
  height: 100vh;
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.4s;
  background: linear-gradient(161deg, #e8f3fc 0.31%, #eef7ff 28.03%);
}
section.loading.open {
  transform: scale(4);
  opacity: 0;
  visibility: hidden;
}
section.loading svg {
  width: 230px;
}
section.loading svg {
  stroke-width: 2px;
}
section.loading svg path {
  stroke-linejoin: round;
}
section.loading svg #perna-laranja {
  fill: transparent;
  stroke: #e8621f;
  stroke-dasharray: 717;
  stroke-dashoffset: 717;
  animation: draw 3s infinite alternate,
    opacity-laranja 3s 3s infinite alternate;
}
section.loading svg #perna-verde {
  fill: transparent;
  stroke: #44939e;
  stroke-dasharray: 715;
  stroke-dashoffset: 715;
  animation: draw 3s infinite alternate, opacity-verde 3s 3s infinite alternate;
}
section.loading svg #center {
  fill: transparent;
  stroke: #ed1e79;
  stroke-dasharray: 1050;
  stroke-dashoffset: 1050;
  animation: draw 3s infinite alternate, opacity-center 3s 3s infinite alternate;
}
@keyframes draw {
  50% {
    stroke-dashoffset: 0;
  }
}
@keyframes opacity-center {
  100% {
    fill: #ed1e79;
    stroke-opacity: 0;
  }
}
@keyframes opacity-verde {
  100% {
    fill: #44939e;
    stroke-opacity: 0;
  }
}
@keyframes opacity-laranja {
  100% {
    fill: #e8621f;
    stroke-opacity: 0.2;
  }
}
.menu-icon {
  height: 32px;
  width: 69px;
  cursor: pointer;
}
.menu-icon span,
.menu-icon span::before,
.menu-icon span::after {
  background: white;
  content: "";
  position: absolute;
  width: 35px;
  height: 3px;
  margin-top: 10px;
  border-radius: 20px;
  -webkit-transition: 0.2s ease-in-out 0.2s;
  -moz-transition: 0.2s ease-in-out 0.2s;
  -o-transition: 0.2s ease-in-out 0.2s;
  transition: 0.2s ease-in-out 0.2s;
}
.nav.fixed .search-input input {
  color: black;
  border: 1px solid #ffffff2a;
}
.nav.fixed .search-input svg {
  fill: #000;
}
.nav.fixed .search-input input::placeholder {
  color: #000;
}
.nav.fixed .menu-icon span::before,
.nav.fixed .menu-icon span::after {
  background: #43515a;
}
.nav .ul .menu-icon-svg {
  margin-left: 10px;
  fill: white;
  cursor: pointer;
}
.nav.fixed .ul .menu-icon-svg {
  fill: #43515a;
}
.menu-icon span::before {
  margin-top: -10px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu-icon span::after {
  margin-top: 10px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu-icon.active span {
  background: transparent;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu-icon.active span::before {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1;
}
.menu-icon.active span::after {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.telemedicina .telemedicina-text button {
  margin-top: 20px;
}
.telemedicina .telemedicina-text > p {
  margin-bottom: 30px;
}
.telemedicina .telemedicina-text > div {
  margin: 14px 0;
  font-size: 26px;
  text-transform: capitalize;
  font-weight: 800;
}
.telemedicina .telemedicina-text > div img {
  margin-right: 10px;
  display: block;
}
.telemedicina .telemedicina-img img {
  width: 100%;
}
.beneficios-02 .beneficios-02-cards .beneficios-02-card {
  width: 23%;
}
.beneficios-02 .beneficios-02-cards .beneficios-02-card .lines-card {
  margin: 3px 0 10px;
}
.beneficios-02 .beneficios-02-cards .beneficios-02-card .lines-card .c01 {
  background: #000;
  width: 100%;
  height: 1px;
}
.beneficios-02 .beneficios-02-cards .beneficios-02-card .lines-card .c02 {
  background: #000;
  width: 49px;
  height: 3px;
  margin-top: -2px;
}
.beneficios-02 .beneficios-02-card p:last-child {
  margin-top: 34px;
}
.depoimentos .depoimento-text > div {
  margin: 21px 0 17px;
}
.card-depoimento .stars {
  margin-bottom: 10px;
}
.depoimentos .depoimento-img .cards-depoimentos-text {
  border-radius: 0 26px 26px 26px;
  background: #006db2;
  color: #fff;
  padding: 40px 30px 44px 40px;
}
.depoimentos .depoimento-img .cards-depoimentos-container {
  max-width: 650px;
  margin: 0 auto;
}
.depoimentos .depoimento-img .cards-depoimentos .card-depoimento {
  max-width: 200px;
  padding: 25px 25px 0;
  cursor: pointer;
  text-align: center;
}
.depoimentos .depoimento-img .cards-depoimentos .card-depoimento div.name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: all 0.1s;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}
.depoimentos .depoimento-img .cards-depoimentos .card-depoimento > img {
  width: 100% !important;
}
.depoimentos .depoimento-img .cards-depoimentos .card-depoimento.blue {
  color: white;
  background: #006db2;
}
.depoimentos .depoimento-img .cards-depoimentos .card-depoimento:first-child {
  border-radius: 44px 1px 0 0;
}
.depoimentos .depoimento-img .cards-depoimentos .card-depoimento:last-child {
  border-radius: 1px 44px 0 0;
}
.clubmed-para-empresa .clubmed-para-empresa-left p {
  font-size: 18px;
  max-width: 368px;
}
.clubmed-para-empresa .clubmed-para-empresa-left {
}
.clubmed-para-empresa .clubmed-para-empresa-left button {
  margin-top: 50px;
}
.clubmed-para-empresa .clubmed-para-empresa-left .images-club {
  margin: 40px 0;
}
.clubmed-para-empresa .clubmed-para-empresa-left p:first-of-type {
  margin-top: 15px;
}
.clubmed-para .line-clubmed {
  max-width: 365px;
  margin: 12px 0;
  height: 1.5px;
  background: #6c7e89;
}
.clubmed-para-empresa .clubmed-para-empresa-right {
  background: #e6eff8;
  height: 761px;
  padding: 0 40px 0 45px;
}
.clubmed-para-empresa .clubmed-para-empresa-right div p:first-of-type {
  color: #c4204f;
}
.clubmed-para-empresa .clubmed-para-empresa-right div h3 {
  color: #00192e;
}
.clubmed-para-empresa .clubmed-para-empresa-right div p:nth-of-type(2) {
  font-size: 16px;
  margin: 26px 0;
}
.clubmed-para-empresa .clubmed-para-empresa-right div a {
  text-decoration: underline;
}
.clubmed-para-medico .clubmed-para-medico-right {
  padding-left: 50px;
}
.clubmed-para-medico .clubmed-para-medico-right h2 {
  margin-top: 34px;
}
.clubmed-para-medico .clubmed-para-medico-right .images-club {
  margin: 30px 0 34px;
}
@media (max-width: 1200px) {
  .nav .ul li.blog,
  .nav .ul li.seja-premium {
    display: none;
  }
}
@media (max-width: 950px) {
  .nav .ul li.blog,
  .nav .ul li.seja-premium {
  }
  .menu-icon {
    display: block;
  }
  .ul > li {
    display: none;
  }
  .ul-mobile {
    position: fixed;
    left: -100%;
    top: 86px;
    background-color: #f0feff;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    padding: 30px 5% 0px;
  }
  .ul-mobile li {
    margin-bottom: 13px;
    font-size: 16px;
  }
  .ul-mobile li a,
  .ul-mobile li {
    color: #43515a;
  }
}
.nav.fixed .ul-mobile {
  background: #fafdff;
}
.nav.menu-open .ul-mobile {
  left: 0;
}
@media (max-width: 400px) {
  .cta-clubmed-prime {
    display: none;
  }
}
@media (max-width: 530px) {
  .main-pesquisa > div > img {
    width: 190px !important;
  }
  .circulo {
    width: 58%;
  }
  .circulo-01 {
    width: 78%;
  }
  .circulo-02 {
    width: 108%;
  }
  .depoimentos .depoimento-img .cards-depoimentos .card-depoimento > img {
    width: 105px !important;
  }
}
@media (max-width: 500px) {
  .depoimentos .depoimento-img .cards-depoimentos .card-depoimento > img {
    width: 108% !important;
    height: 149.688px;
  }
  .clubmed-prime .clubmed-prime-img img {
    width: 100%;
  }
  .localizacao-text span {
    display: none;
  }
  .main-pesquisa .form-input .input input {
    width: 100% !important;
  }
  .main-pesquisa > div,
  .main-pesquisa .buttons-pesquisas {
    width: 350px;
  }
  .btn-primary {
    padding: 16px 19px;
  }
  .main-pesquisa button {
    padding: 10px 21px;
  }
  .numbers .h2 {
    font-size: 30px;
  }
  .numbers .numbers-container .numbers-text article div p:nth-of-type(2) {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .depoimentos .depoimento-img .cards-depoimentos .card-depoimento {
    padding: 21px 15px 0;
  }
  .steps .container .title-steps {
    margin: 17px 0;
  }
  .beneficios-02 .beneficios-02-cards .beneficios-02-card {
    width: 100% !important;
    margin-bottom: 30px !important;
  }
  h2,
  .h2 {
    font-size: 31px;
  }
  footer .footer-2 {
    flex-direction: column;
    text-align: center;
  }
  footer .footer-2 div:first-child {
    margin-bottom: 14px;
  }
  footer .container .footer-row div {
    width: 100% !important;
  }
  .planos-saude .planos-saude-card {
    width: 98% !important;
    margin: 2% 0 !important;
  }
  .planos-saude .container > p {
    width: auto;
  }
  .profissionais .profissionais-cards .profissional-card {
    width: 90% !important;
  }
  .cta-agendamento-02 .buttons {
    flex-direction: column;
  }
  .cta-agendamento-02 .buttons button:nth-child(1) {
    margin: 0 0 20px 0;
  }
  .services .cards-services .card-service {
    width: 100% !important;
    margin: 10px 0;
  }
  .main-pesquisa > div > img {
    width: 230px;
  }
  .main-pesquisa .form-input .input input {
    width: 432px;
  }
  .section-01 {
    height: 110vh;
  }
  .steps .container .cards-steps .card-step {
    width: 95% !important;
    margin: 10px 0 !important;
  }
  .steps {
    height: auto !important;
    background: #1580c6;
  }
  .steps .container > section {
    height: auto !important;
  }
}
@media (max-width: 1300px) {
  .services .cards-services .card-service {
    width: 31%;
  }
}
@media (max-width: 1020px) {
  .medias-socias .container {
    flex-direction: column;
    text-align: center;
    align-items: center !important;
  }
  .medias-socias .medias-socias-text p {
    margin: 12px 0;
    width: auto;
  }
  footer .container .footer-row {
    flex-wrap: wrap;
  }
  footer .container .footer-row div {
    width: 50%;
  }
  .depoimentos .container {
    flex-direction: column;
  }
  .clubmed-prime .clubmed-prime-img {
    margin-right: 55px;
  }
  .cta-agendamento-01 .container .inner-01 {
    padding: 58px;
  }
  .cta-agendamento-01 .buttons button:nth-child(1) {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .beneficios .beneficios-text {
    margin: 40px 0 0 0;
  }
  .cta-agendamento-01 .cta-title-01 {
    font-size: 20px;
  }
  .beneficios-02 .beneficios-02-cards {
    flex-wrap: wrap;
  }
  .beneficios-02 .beneficios-02-cards .beneficios-02-card {
    width: 47%;
    margin-bottom: 20px;
  }
  .profissionais .profissionais-cards {
    flex-wrap: wrap;
  }
  .profissionais .profissionais-cards .profissional-card {
    width: 46%;
    margin: 10px;
  }
  .services .cards-services .card-service {
    width: 48%;
  }
  .container {
    padding: 0 5%;
  }
  .numbers .numbers-container,
  .beneficios .container {
    flex-direction: column;
  }
  .numbers .numbers-container .numbers-img {
    margin: 0 0 50px 0;
  }
  .numbers-text .numbers-buttons {
    justify-content: center;
    align-items: center;
  }
  .numbers .numbers-container .numbers-text article div {
    height: 165px !important;
  }
  .clubmed-prime .clubmed-prime-img,
  .clubmed-prime .clubmed-prime-text,
  .beneficios .beneficios-img,
  .beneficios .beneficios-text,
  .numbers .numbers-container .numbers-img,
  .numbers .numbers-container .numbers-text,
  .why .container .why-img,
  .why .container .why-text,
  .telemedicina .telemedicina-text,
  .telemedicina .telemedicina-img,
  .depoimentos .depoimento-img,
  .depoimentos .depoimento-text {
    width: 100%;
  }
  .clubmed-prime .clubmed-prime-img {
    margin: 0 !important;
    text-align: center;
  }
  .clubmed-prime .container {
    justify-content: center;
  }
  .why .container,
  .clubmed-prime .container,
  .telemedicina .container {
    flex-direction: column-reverse;
  }
  .telemedicina .telemedicina-text,
  .depoimentos .depoimento-img {
    margin-top: 50px;
  }
  .why .why-img {
    height: 65vh;
    margin: 0;
  }
}
@media (max-width: 1250px) {
  .clubmed-prime .clubmed-prime-img {
    margin-right: 55px;
  }
  .cta-agendamento-02 .container {
    flex-direction: column;
  }
  .cta-agendamento-02 h4 {
    width: auto;
    margin-bottom: 20px;
  }
  .steps .container section header {
    text-align: center;
  }
  .steps .container > section {
    padding: 38px 0 0 0;
  }
}
@media (max-width: 1200px) {
  .planos-saude .planos-saude-card {
    width: 49%;
    margin: 1% 0;
  }
  .planos-saude .planos-saude-cards {
    flex-wrap: wrap;
  }
  .steps {
    height: 593px;
  }
  .steps .container .cards-steps .card-step {
    width: 46%;
    margin: 0 0 20px 20px;
  }
  .steps .container .cards-steps .card-step:last-child {
    margin: 0 20px 20px 20px;
  }
  .steps .container .cards-steps {
    margin-top: 19px;
  }
  .steps .container .cards-steps {
  }
  .steps .container > section {
    height: 400px;
  }
}
@media (max-width: 450px) {
  .main-pesquisa > div {
    width: 291px !important;
  }
  .banner-01 main h1 {
    font-size: 33px;
  }
}
@media (max-width: 900px) {
  .steps .container .cards-steps {
    flex-wrap: wrap;
  }
  .steps {
    height: auto !important;
  }
  .step-img {
    width: 400px;
    top: 35px !important;
  }
  .clubmed-para-empresa {
    flex-direction: column;
  }
  .clubmed-para-medico {
    flex-direction: column-reverse;
  }
  .clubmed-para-empresa .clubmed-para-empresa-left,
  .clubmed-para-empresa .clubmed-para-empresa-right {
    width: 100%;
  }
  .clubmed-para-empresa .clubmed-para-empresa-right {
    margin-top: 50px;
  }
  .clubmed-para-medico .clubmed-para-medico-right {
    padding-left: 0;
  }
}
.modal-form-lower-right.modal-form {
  position: fixed;
  background-color: transparent;
  opacity: 0;
  display: none;
}
.modal-form-lower-right.modal-form.modal-open {
  position: relative;
  opacity: 1;
  display: block;
}
.modal-form-lower-right.modal-form.modal-open .content-modal-form {
  position: fixed;
  right: 40px;
  bottom: 30px;
  width: 500px;
  height: 600px;
  box-shadow: 0 16px 32px rgba(81, 93, 61, 0.16);
  border-radius: 8px;
  transition: all 1s;
}
.modal-form-lower-right.modal-form.modal-open .content-modal-form.center {
  right: 50%;
  transform: translate(50%, 0);
}
.modal-form-lower-right.modal-form
  .content-modal-form
  form
  > div
  > div:first-child {
  padding: 0;
}
.modal-form {
  position: fixed;
  top: 0;
  left: 0;
  background: #00000094;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
}
.modal-form .content-modal-form {
  border-radius: 16px;
  background: #fff;
  width: 937px;
  overflow: auto;
  max-width: 100%;
  padding: 31px 34px;
}
.modal-form .content-modal-form h3 {
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.48px;
}
.modal-form .content-modal-form p {
  color: #757575;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 1rem;
}
.modal-form .content-modal-form .text {
  margin: 17px 0 24px;
}
.modal-form.modal-open {
  opacity: 1;
  visibility: visible;
}
.modal-form .content-modal-form form .form-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.modal-form .content-modal-form form > div > div:first-child {
  padding-right: 18px;
}
.modal-form .content-modal-form form button {
  margin-top: 8px;
}
.modal-form textarea {
  min-height: 7rem;
  width: 100% !important;
  box-sizing: border-box;
}
.modal-form .logo-container {
  display: flex;
  justify-content: flex-start;
}
.modal-form .logo-container img {
  width: 15rem;
  height: auto;
}
@media (max-width: 860px) {
  .modal-form {
    padding: 0;
  }
  .modal-form .content-modal-form {
    height: 100%;
    overflow: auto;
  }
  .modal-form .content-modal-form form > div {
    flex-direction: column;
  }
  .modal-form .content-modal-form form > div > div {
    width: 100%;
  }
  .modal-form .content-modal-form form > div > div:first-child {
    padding-right: 0;
  }
}
.modal-sucess {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.884);
  padding: 6%;
}
.modal-sucess .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 450px;
  max-width: 100%;
  text-align: center;
  border-radius: 30px;
  position: relative;
}
.modal-sucess .modal-content svg {
  width: 134px;
}
.modal-sucess h2 {
  color: var(--Shark-800, #374753);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.4px;
  margin: 20px 0;
}
.modal-sucess p {
  color: #7d878f;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.3px;
  margin-bottom: 20px;
}
.modal-sucess .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
.modal-sucess .close:hover,
.modal-sucess .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.spinner {
  width: 24px;
  height: 24px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  animation-play-state: paused;
  opacity: 0;
  visibility: hidden;
}
.spinner.running {
  animation-play-state: running;
  opacity: 1;
  visibility: visible;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-height: 700px) {
  .modal-form-lower-right.modal-form.modal-open .content-modal-form {
    height: 456px;
  }
}
@media (max-width: 730px) {
  .modal-form-lower-right.modal-form.modal-open {
    display: none;
  }
}