@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@keyframes ani-fadeIn {
  from {
    transform: translateY(-1rem);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

:root {
  --dark: #202124;
  --red: #df212b;
  --darkred: #a01224;
  --white: #f5f5f5;
  --brownLight: #a09b97;
  --gray: #404042;
  --brownDark: #312c28;
}

html,
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  background: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h2 {
  font-size: 2.1rem;
  font-weight: 400;
  color: var(--gray);
}

.text-right {
  text-align: right !important;
}

a {
  text-decoration: none;
}

.form-check-input:focus {
  border: inherit;
  box-shadow: none !important;
}

::-webkit-scrollbar {
  width: 4px;
  height: 0;
}

::-webkit-scrollbar-track {
  background-color: var(--brownLight);
}

::-webkit-scrollbar-thumb {
  background-color: var(--brownDark);
}

/* NAVBAR */
.portaldopaciente,
.portaldopaciente:hover {
  background: var(--darkred);
  color: var(--white);
  padding: 8px 20px;
  border-radius: 100px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: var(--gray);
  font-weight: 500;
}

.header-main {
  /* background: var(--dark); */
}

.header-main .brand-wrap {
  background: var(--white);
  display: flex;
  align-items: center;
  padding: 14px 18px;
  position: relative;
}

.header-main .brand-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: -70px;
  width: 70px;
  height: 100%;
  background: var(--white);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.header-main .brand-wrap img {
  display: block;
  height: auto;
}

.header-main .navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.header-main .navbar .nav-link {
  color: var(--dark);
}

.header-main .navbar .nav-link:hover,
.header-main .navbar .nav-link:focus {
  color: var(--dark);
  opacity: .85;
}

/* NAVBAR */

/* HERO */
#hero {
  background: white;
}
#hero .mybadge {
  background: var(--darkred);
  padding: 4px 12px;
  display: inline-block;
  font-size: 0.8rem;
  color: var(--white);
  border-radius: 100px;
}

#hero h1 {
  font-size: 2.7rem;
  line-height: 1;
  font-weight: 400;
  color: var(--gray);
}

#hero h1 span {
  color: var(--darkred);
}

#hero .maintext {
  color: var(--gray);
}

#hero img {
  border-radius: 45px;
  /* height: 500px; */
  width: 100%;
  aspect-ratio: 16/4;
  object-position: center;
  object-fit: cover;
}
#hero.innerheros {
  /* min-height: 100vh; */
  padding: 80px 0;
}
#hero .bookappointmet {
  background: var(--darkred);
  color: var(--white);
  border-radius: 100px;
  font-weight: 500;
  position: relative;
  bottom: inherit;
  right: inherit;
}

#hero .finddoc {
  background: transparent;
  color: var(--gray);
  text-decoration: underline;
  border: 2px solid transparent;
  border-radius: 100px;
  font-weight: 500;
}

/* HERO */
#maincards h2 {
  font-weight: 400;
  color: var(--gray);
  font-size: 2.8rem;
}

#maincards h2 span {
  color: var(--darkred);
}

#maincards a.verexames {
  background: var(--darkred);
  padding: 8px 20px;
  display: inline-block;
  color: var(--white);
  border-radius: 100px;
}

#maincards .doctor-image {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

#maincards .doctor-image img {
  width: 100%;
  display: block;
}

#maincards .doctor-image::after {
  /* content: ""; */
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background: var(--white);
  border-radius: 40px 0px 0px 0px;
}

#maincards h5 {
  margin-top: 15px;
  color: var(--darkred);
  font-weight: 500;
  margin-bottom: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: var(--dark);
  border-radius: 100px;
}

.nav-pills .nav-link {
  color: var(--gray);
  font-weight: 500;
}

#maincards .plus {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1.4rem;
  /* background: white; */
  /* color: var(--white); */
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-weight: bold;
}

#maincards .plus img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

#midsection,
#analises {
  background: #e3e3e3;
}

#midsection h2,
#analises h2 {
  font-weight: 400;
  color: var(--gray);
  font-size: 2.8rem;
}

#midsection img,
#analises img {
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 45px;
}

#midsection a,
#analises a {
  background: var(--darkred);
  color: var(--white);
  padding: 8px 20px;
  border-radius: 100px;
}

#howitworks .thetext h2 {
  font-weight: 400;
  color: var(--gray);
  font-size: 2.8rem;
}

#howitworks .thetext p {
  color: var(--gray);
}

#howitworks .rounded {
  aspect-ratio: 16 / 9;
}

#howitworks .rounded img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

#howitworks .card-mini {
  background: #e3e3e3;
  border-radius: 20px;
  position: relative;
  margin-top: -40px;
}

#howitworks .card-mini h4 {
  font-weight: 400;
  color: var(--gray);
}

#howitworks .card-mini a {
  color: var(--dark);
  margin-top: 10px;
  display: inline-block;
}

#ourspecialities .thetext h2 {
  font-weight: 400;
  color: var(--gray);
  font-size: 2.8rem;
}

#ourspecialities .thetext p {
  color: var(--gray);
}

#ourspecialities .thebuttonfind {
  background: var(--darkred);
  color: var(--white);
  border-radius: 100px;
  font-weight: 500;
  display: inline-block;
}

#ourspecialities .megacard {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
#ourspecialities .megacard .facecard {
  aspect-ratio: 3 / 4;
    height: auto;
    width: 100%;
    object-fit: cover;
}
#ourspecialities .minicard {
  position: absolute;
  bottom: 10px;
  width: 90%;
  background: #f5f5f5;
  padding: 20px;
  left: 5%;
  border-radius: 15px;
}

#ourspecialities .minicard h6 {
  font-size: 1.2rem;
  font-weight: 400;
}

#ourspecialities .minicard a {
  color: var(--dark);
  text-decoration: underline;
}

#testimonials .thetext h2 {
  font-weight: 400;
  color: var(--gray);
  font-size: 2.8rem;
}

#testimonials .thetext h2 span {
  color: var(--darkred);
}

#testimonials .thetext p {
  color: var(--gray);
}

#testimonials .cardreview {
  background: #fff;
  border-radius: 20px;
}

.testimonials-list .row {
  margin-bottom: -1rem;
}

.testimonials-list .row>* {
  margin-bottom: 1rem;
}

.testimonials-list .row>*>* {
  opacity: 0;
  animation: ani-fadeIn 1s ease forwards;
}

.testimonials-list .row>*:nth-child(10)>* {
  animation-delay: 2s;
}

.testimonials-list .row>*:nth-child(9)>* {
  animation-delay: 1.8s;
}

.testimonials-list .row>*:nth-child(8)>* {
  animation-delay: 1.6s;
}

.testimonials-list .row>*:nth-child(7)>* {
  animation-delay: 1.4s;
}

.testimonials-list .row>*:nth-child(6)>* {
  animation-delay: 1.2s;
}

.testimonials-list .row>*:nth-child(5)>* {
  animation-delay: 1s;
}

.testimonials-list .row>*:nth-child(4)>* {
  animation-delay: 0.8s;
}

.testimonials-list .row>*:nth-child(3)>* {
  animation-delay: 0.6s;
}

.testimonials-list .row>*:nth-child(2)>* {
  animation-delay: 0.4s;
}

.testimonials-list .row>*:nth-child(1)>* {
  animation-delay: 0.2s;
}

.testimonials-list .card-testimonial {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
}

.testimonials-list .card-testimonial img {
  width: 100%;
  height: auto;
  object-fit: cover !important;
}

.testimonials-list .card-testimonial .reviewer {
  align-items: center;
}

.testimonials-list .card-testimonial h6 {
  color: var(--darkred);
}

.testimonials-list .card-testimonial .reviewer h2 {
  font-size: 16px;
  font-weight: 500;
}

.testimonials-list .circle img {
  border-radius: 25px;
}

.testimonials-list .card-testimonial .reviewer p {
  margin-bottom: 0;
  font-weight: 600;
}

#cta-part .card-2 {
  background: #e3e3e3;
  border-radius: 24px;
  padding: 80px 0;
  border: none
}

#cta-part .card-2 h2 {
  font-weight: 400;
  color: var(--dark);
  font-size: 2.8rem;
}

#cta-part .card-2 a {
  background: var(--darkred);
  padding: 8px 20px;
  display: inline-block;
  color: var(--white);
  border-radius: 100px;
}

footer {
  background: #404042;
  color: var(--white);
}

.bg-white {
  background: var(--white) !important;
}

.header-top {
  background-color: white;
  text-align: center;
  padding: 10px 0;
}

.header-top a {
  display: inline-block;
  color: var(--dark);
}

.header-top a.header-tel {
  font-weight: 700;
}

.minifoots a {
  color: var(--white) !important;
}


#contacts .thetext h2 {
  font-weight: 400;
  color: var(--gray);
  font-size: 2.8rem;
}

#contacts .thetext h2 span {
  color: var(--darkred);
}

#contacts .thetext p {
  color: var(--gray);
}

#contacts .cardreview {
  background: #fff;
  border-radius: 20px;
}

#contactForm .form-label {
  font-weight: 500;
}

#contactForm input[type=text],
#contactForm input[type=email],
#contactForm textarea {
  border: none;
  background: white;
  border-radius: 12px;
  padding: 12px 12px;
  height: inherit;
}

#contactForm textarea {
  resize: none;
  height: 150px;
}

#contacts .accordion-button:not(.collapsed) {
  background-color: var(--gray);
  color: var(--white);
}

#contacts .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
  background-color: var(--white);
  border-radius: 100px;
  background-size: 70%;
  background-position: center;
}

#contacts .accordion-button:focus {
  box-shadow: none;
}

#contacts .bookappointmet {
  text-decoration: underline;
}

#contacts a {
  color: var(--darkred);
}

#mapcontacts {
  background-color: white;
}

#exams .doctor-image {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

#exams .doctor-image img {
  width: 100%;
  /* height: 250px; */
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}

#exams .doctor-image::after {
  /* content: ""; */
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background: var(--white);
  border-radius: 40px 0px 0px 0px;
}

#exams h5 {
  margin-top: 0px;
  color: var(--white);
  font-weight: 500;
  margin-bottom: 0;
  font-size: 1rem;
}

#exams .plus {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1.4rem;
  /* background: white; */
  /* color: var(--white); */
  width: 40px;
  height: 40px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
  z-index: 4;
}
#exams .goodcards .plus {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1.4rem;
  /* background: white; */
  /* color: var(--white); */
  width: 40px;
  height: 40px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
}
.goodcards a.gotodbmod {
  bottom: 70px;
  width: 80%;
  z-index: 333;
  left: 10%;
  position: relative;
  display: inline-block;
  width: 80%;
}
#exams .goodcards h5 {
      margin-top: 0px;
    color: var(--white);
    font-weight: 500;
    margin-bottom: 0;
    font-size: 1rem;
    position: absolute;
    z-index: 99;
    bottom: 10px;
    left: 5%;
    width: 90%;
    right: 5%;
}
#exams .plus img {
  width: 40px;
  /* rotate: -90deg; */
  height: 40px;
  object-fit: contain;
}

#corpo-clinico .thetext h2 {
  font-weight: 400;
  color: var(--gray);
  font-size: 2.8rem;
}

#corpo-clinico .thetext p {
  color: var(--gray);
}

#corpo-clinico .thebuttonfind {
  background: var(--darkred);
  color: var(--white);
  border-radius: 100px;
  font-weight: 500;
  display: inline-block;
}

#corpo-clinico .megacard {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

#corpo-clinico .megacard img {
  height: 390px;
  width: 100%;
  object-fit: cover;
}

#corpo-clinico .minicard {
  position: absolute;
  bottom: 10px;
  width: 90%;
  background: #f5f5f5;
  padding: 20px;
  left: 5%;
  border-radius: 15px;
}

#corpo-clinico .minicard h6 {
  font-size: 14px;
  font-weight: 400;
}

#doctorModal .doctor-om-number,
#corpo-clinico .doctor-card-om-number {
  font-size: 0.75rem;
  line-height: 1.3;
  margin-top: 0.15rem;
}

#corpo-clinico .minicard a,
#corpo-clinico .minicard button {
  color: var(--dark);
  font-size: 14px;
  text-decoration: underline;
}

#doctorAreaFilters .nav-link.active {
  background: var(--dark);
  color: var(--white) !important;
}

.langswaper,
.langswaper:hover,
.langswaper:focus {
  background: transparent;
  border: none;
}

.thisbookappointmet {
  background: var(--darkred);
  color: var(--white);
  border-radius: 100px;
  font-weight: 500;
}

.apenaslinks {
  color: var(--dark);
  display: inline-block;
  text-decoration: underline;
}

#facilities .thetext h2 {
  font-weight: 400;
  color: var(--gray);
  font-size: 2.8rem;
}

#facilities .thetext p {
  color: var(--gray);
}

#facilities .accordion-button:not(.collapsed) {
  background-color: var(--gray);
  color: var(--white);
}

#facilities .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
  background-color: var(--white);
  border-radius: 100px;
  background-size: 70%;
  background-position: center;
}

#facilitiesPhotos .carousel-item {
  aspect-ratio: 4 / 3;
  background: #f1f1f1;
}

#facilitiesPhotos .carousel-item img {
  height: 100%;
  object-fit: cover;
}

#quality .mybadge {
  background: var(--darkred);
  padding: 4px 12px;
  display: inline-block;
  font-size: 0.8rem;
  color: var(--white);
  border-radius: 100px;
}

#quality .thetext h2 {
  font-weight: 400;
  color: var(--gray);
  font-size: 2.8rem;
}

#quality .thetext p {
  color: var(--gray);
}

.booking-modal .modal-content {
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.25);
}

.booking-modal .modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 18px 20px;
  background: #fff;
}

.booking-modal .modal-title {
  font-weight: 800;
  letter-spacing: 0.2px;
}

.booking-modal .modal-body {
  padding: 0;
  background: #fff;
}

.booking-modal .booking-shell {
  display: grid;
  grid-template-columns: 360px 1fr;
  min-height: 560px;
}

@media (max-width: 991.98px) {
  .booking-modal .booking-shell {
    grid-template-columns: 1fr;
  }
}

.booking-modal .booking-aside {
  padding: 18px 18px 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.01));
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}

@media (max-width: 991.98px) {
  .booking-modal .booking-aside {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
}

.booking-modal .booking-note {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.35rem;
}

.booking-modal .booking-note strong {
  color: rgba(0, 0, 0, 0.9);
}

.booking-modal .booking-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.booking-modal .booking-list li {
  display: flex;
  gap: 10px;
  padding: 10px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 10px;
  align-items: flex-start;
}

.booking-modal .booking-list i {
  font-size: 1rem;
  opacity: 0.75;
  margin-top: 2px;
  width: 18px;
  text-align: center;
}

.booking-modal .booking-list a {
  text-decoration: none;
}

.booking-modal .booking-frame {
  position: relative;
  background: #fff;
}

.booking-modal .booking-frame {
  overflow: auto;
}

.booking-modal .booking-frame #bookingContent {
  min-height: 560px;
  background: #fff;
}

@media (max-width: 991.98px) {
  .booking-modal .booking-frame #bookingContent {
    min-height: 520px;
  }
}

.booking-modal #bookingContent {
  padding: 28px !important;
}

@media (max-width: 991.98px) {
  .booking-modal #bookingContent {
    padding: 18px !important;
  }
}

.booking-modal #bookingContent form {
  max-width: 980px;
  margin: 0 auto;
}

.booking-modal #bookingContent .form-label {
  font-size: 0.95rem;
  color: rgba(0, 0, 0, 0.72);
  margin-bottom: 8px;
}

.booking-modal #bookingContent .form-control,
.booking-modal #bookingContent .form-select {
  border: 0;
  background: rgba(0, 0, 0, 0.035);
  border-radius: 14px;
  padding: 12px 14px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.15s ease, background-color 0.15s ease;
}

.booking-modal #bookingContent .form-control::placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.booking-modal #bookingContent .form-control:focus,
.booking-modal #bookingContent .form-select:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.12), inset 0 0 0 1px rgba(13, 110, 253, 0.25);
}

.booking-modal #bookingContent textarea.form-control {
  min-height: 180px;
  resize: vertical;
}

.booking-modal #bookingContent .form-hint {
  font-size: 0.92rem;
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.4rem;
  margin: 0 0 10px;
}

.booking-modal #bookingContent .form-actions {
  padding-top: 6px;
}

.booking-modal #bookingContent .btn-submit-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: opacity 0.15s ease;
}

.booking-modal #bookingContent .btn-submit-link:hover {
  opacity: 0.8;
}

.booking-modal #bookingContent .form-check-label a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.booking-modal #bookingContent .req {
  color: #dc3545;
  margin-left: 2px;
}

.modal-backdrop.show {
  backdrop-filter: blur(80px);
  background-color: rgba(0, 0, 0, 0.35);
}
#doctorModal .bookappointmet,
#doctorModal .bookappointmet:hover {
  position: static;
}
.bookappointmet,
.bookappointmet:hover {
  background: var(--darkred);
  padding: 8px 20px;
  color: var(--white);
  border-radius: 100px;
  font-weight: 500;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1050;
}

.rounded {
  border-radius: 15px !important;
}

.vidonee {
  max-height: 530px;
}

.vidonee video {
  object-position: center center;
  object-fit: cover;
}

.exam-list-item {
  background: var(--dark);
  color: var(--white);
  border-radius: 100px;
  padding: 6px 14px;
  font-size: 0.85rem;
  margin-right: 5px;
  border: none;
  margin-bottom: 5px;
  display: inline-block;
}

.bigredpi {
  background: var(--darkred);
  color: var(--white) !important;
}

/* Hero video text overlay */
#hero .container-fluid {
  position: relative;
}

#hero .vidonee {
  position: relative;
}

#hero .vidonee::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
  pointer-events: none;
}

#hero .vidonee video {
  display: block;
}

#hero .hero-overlay-text {
  position: absolute;
  inset: 0;
  width: 100%;
  left: 0;
  display: flex;
  align-items: end;
  z-index: 2;
  padding: 24px 24px 60px 0;
  pointer-events: none;
}

#hero .hero-overlay-text p {
  margin: 0;
  text-align: left;
  font-weight: 400;
  line-height: 1.15;
  font-size: 2.8rem;
  color: #ffffff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}

.site-search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .78);
  z-index: 2000;
  display: none;
  padding: 24px;
}

.site-search-overlay.is-open {
  display: block;
}

.site-search-panel {
  max-width: 920px;
  margin: 70px auto 0;
  background: #111;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  overflow: hidden;
}

.site-search-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.site-search-input {
  width: 100%;
  background: #0b0b0b;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  padding: 12px 14px;
  outline: none;
}

.site-search-close {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  border-radius: 10px;
  padding: 10px 12px;
  cursor: pointer;
  line-height: 1;
}

.site-search-results {
  max-height: 52vh;
  overflow: auto;
  padding: 10px 16px 16px;
}

.site-search-results a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 10px;
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
}

.site-search-thumb {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  flex: 0 0 54px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .12);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-search-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.site-search-title {
  display: block;
}

.site-search-results a:hover,
.site-search-results a:focus {
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.site-search-muted {
  color: rgba(255, 255, 255, .7);
  padding: 10px 10px;
}

.text-white {
  color: var(--white) !important;
}

.doctor-item[hidden] {
  display: none !important;
}

#doctorAreaFilters .nav-link {
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 600;
}

#doctorAreaFilters .nav-link:not(.active) {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.75);
}

#doctorAreaFilters .nav-link.active {
  color: #fff;
}

.js-open-doctor {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.agreement-card {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.agreement-card img {
  max-height: 80px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 575.98px) {
  .agreement-card {
    height: 120px;
  }

  .agreement-card img {
    max-height: 64px;
  }
}
.btn-danger {
  background: var(--darkred);
  border: 1px solid var(--darkred);
}
.navbar-toggler-icon {
  filter: invert(1);
}
#exams .cardsbb .doctor-card:before {
      content: "";
      pointer-events: none;
    background: linear-gradient(0deg, rgba(17, 17, 17, 1) 0%, rgba(17, 17, 17, 0) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    border-radius: 20px;
}
#exams .cardsbb .linkstitles {
  color: var(--white);
  z-index: 9;
  height: 100%;
  align-items: end;
  display: flex;
}
#exams .linkstitles {
      color: var(--white);
    position: absolute;
    bottom: 0;
    /* width: 90%; */
    /* left: 5%; */
    padding: 0 15px;
}
#exams .linkstitles h5 {
  margin-bottom: 25px;
  width: calc(100% - 15px);
}
@media (max-width: 900px) {
  #hero .vidonee video {
    aspect-ratio: 3/4;
  }
  #midsection a,
  #analises a {
    display: inline-block;
    margin-bottom: 20px;
  }
  #hero .hero-overlay-text {
    padding: 14px 12px 60px 12px;
  }
  .testimonials-list .card-testimonial img {
    width: 50px;
  }
  #hero.innerheros {
    min-height: auto;
    padding: 80px 0;
  }
  #hero img {
    height: 250px;
  }
  #corpo-clinico .megacard img {
    height: 250px;
  }
  #corpo-clinico .minicard {
    padding: 10px;
  }
  #doctorAreaFilters .nav-link {
    padding-left: 7px !important;
    padding-right: 7px !important;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #hero h1 {
    font-size: 3rem;
  }
}
