html,
main {
  overflow-x: hidden;
  max-width: 100%;
}

.navbar-scrolled {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 1000;
  transition: 0.3s linear;
  box-shadow: 0px 6px 18px -10px rgba(0, 0, 0, 0.2);
}

header {
  transition: 0.3s linear;
}
@media screen and (max-width: 756px) {
  header .navbar-nav {
    border-top: rgba(15, 60, 66, 0.5) 1px solid;
  }
}
header .col-md-2 {
  width: 15% !important;
}
header .btn-primary {
  background-color: #0F3C42 !important;
  border: none !important;
}
header .btn-primary:hover {
  background-color: #00958D !important;
  transition: 0.1s linear;
}
@media screen and (max-width: 756px) {
  header .btn-primary {
    margin-top: 2rem !important;
  }
}
@media screen and (max-width: 320px) {
  header .container {
    justify-content: center !important;
  }
}
@media screen and (max-width: 320px) {
  header .col-10 {
    width: 100% !important;
  }
}
header .navbar-brand img {
  max-width: 175px;
}
@media screen and (max-width: 768px) {
  header .navbar-brand img {
    max-width: 150px !important;
  }
}
header .logo-care-access {
  padding-right: 1.25rem;
}
@media screen and (max-width: 768px) {
  header .logo-care-access {
    padding-right: 0.5rem !important;
  }
}
@media screen and (max-width: 768px) {
  header .logo-ibp {
    margin-left: -0.5rem !important;
  }
}
header .nav-item {
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  header .nav-item {
    margin: 0 !important;
  }
}
header .navbar-toggler:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
header .bar {
  transition: 0.4s;
}
header .bar .bar-1 {
  width: 5em;
  display: block;
  width: 30px;
  border-top: 2px solid #0F3D42;
  padding-top: 6px;
  cursor: pointer;
  transition: 0.4s;
}
header .bar .bar-2 {
  width: 5em;
  display: block;
  width: 30px;
  border-top: 2px solid #0F3D42;
  padding-top: 5px;
  display: fixed;
  transition: 0.4s;
}
header .bar .bar-3 {
  width: 5em;
  display: block;
  width: 30px;
  border-top: 2px solid #0F3D42;
  padding-top: 5px;
  transition: 0.4s;
}
header .change .bar-1 {
  transform: rotate(-45deg) translate(-11px, 4px);
}
header .change .bar-2 {
  opacity: 0;
}
header .change .bar-3 {
  transform: rotate(45deg) translate(-8px, 3px);
}

main h1,
main h2 {
  font-size: 2.25rem !important;
}
@media screen and (max-width: 768px) {
  main h1,
  main h2 {
    font-size: 1.25rem;
  }
}
main p,
main h5 {
  font-size: 0.95rem;
  color: #0F3D42;
}
@media screen and (max-width: 756px) {
  main p,
  main h5 {
    font-size: 0.75rem !important;
  }
}
main a.btn {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  main a.btn {
    font-size: 0.75rem !important;
  }
}
main #banner {
  background: url("../images/26/banner-hero-desktop.webp") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 756px) {
  main #banner {
    background: url("../images/26/banner-hero-mobile.webp") no-repeat !important;
    background-size: 100% !important;
    background-position: top center !important;
  }
  main #banner .content {
    margin-top: 65%;
  }
}
main #banner .btn-primary {
  border: none !important;
  box-shadow: 0px 4px 7.6px rgba(0, 0, 0, 0.25), inset 0px 3px 5.5px rgba(255, 255, 255, 0.16);
  border-radius: 5rem !important;
  padding: 0.75rem 5rem !important;
  text-transform: uppercase;
  font-size: 1.25rem !important;
  font-weight: bold !important;
}
@media screen and (max-width: 756px) {
  main #banner .btn-primary {
    padding: 0.5rem 2.5rem !important;
    font-size: 0.75rem !important;
  }
}
main #banner h1 {
  color: #00958D;
  font-weight: 600;
}
@media screen and (max-width: 756px) {
  main #banner h1 {
    font-size: 1.25rem !important;
  }
}
main #banner h2 {
  color: #0F3D42;
  font-weight: 400;
  font-size: 1.25rem !important;
}
@media screen and (max-width: 756px) {
  main #banner h2 {
    font-size: 0.875rem !important;
  }
}
main #banner .schedule {
  background: rgba(0, 149, 141, 0.55);
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 756px) {
  main #banner .schedule h2 {
    font-size: 1rem !important;
  }
}
main #banner .schedule .cards-row {
  align-items: stretch !important;
}
@media screen and (max-width: 756px) {
  main #banner .schedule .cards-row {
    gap: 1rem !important;
  }
}
main #banner .schedule .card {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 14px 35px rgba(15, 61, 66, 0.5);
  border-radius: 20px;
  padding: 1.5rem 4rem;
  display: flex !important;
  align-items: start !important;
  flex-direction: row !important;
  height: 100% !important;
}
@media screen and (max-width: 756px) {
  main #banner .schedule .card {
    padding: 1.5rem 2rem !important;
  }
}
main #banner .schedule .card-image {
  max-width: 100px;
  margin-right: 1rem;
}
@media screen and (max-width: 756px) {
  main #banner .schedule .card-image {
    max-width: 75px !important;
  }
}
main #banner .schedule .card-title {
  font-size: 1rem !important;
  color: #0F3D42;
  font-weight: 600;
}
main #banner .schedule .card-title::after {
  content: "";
  display: block;
  width: 5rem;
  height: 1.5px;
  background-color: #00958D;
  margin-top: 0.75rem;
}
@media screen and (max-width: 756px) {
  main #banner .schedule .card-title {
    font-size: 1rem !important;
  }
}
main #banner .schedule .card-text {
  font-size: 0.875rem !important;
  color: #0F3D42;
  margin-top: 0.75rem;
}
@media screen and (max-width: 756px) {
  main #banner .schedule .card-text {
    font-size: 0.75rem !important;
  }
}
main #banner .schedule .card-link {
  color: #00958D;
  font-size: 0.85rem !important;
  font-weight: 600;
  text-decoration: none;
}
main #banner .schedule .card-link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 756px) {
  main #banner .schedule .card-link {
    font-size: 0.75rem !important;
  }
}
main #banner .schedule .note-row {
  align-items: center !important;
  margin-top: 1rem !important;
}
main #banner .schedule .note-row img {
  max-width: 35px;
}
@media screen and (max-width: 756px) {
  main #banner .schedule .note-row img {
    max-width: 25px !important;
  }
}
main #banner .schedule .note-row h5 {
  font-size: 0.85rem !important;
  font-weight: 500;
  color: #0F3D42;
}
@media screen and (max-width: 756px) {
  main #banner .schedule .note-row h5 {
    font-size: 0.55rem !important;
  }
}
main #exames h2,
main #exames h3,
main #exames p {
  color: #0F3D42;
}
main #exames h3 {
  font-size: 0.875rem !important;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (max-width: 756px) {
  main #exames h3 {
    font-size: 0.65rem !important;
  }
}
main #exames h2 {
  font-weight: 600;
}
@media screen and (max-width: 756px) {
  main #exames h2 {
    font-size: 1rem !important;
  }
}
main #exames h5 {
  font-weight: 600;
}
main #exames .card {
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding: 4.5rem 3rem;
  text-align: center;
  height: 100% !important;
}
@media screen and (max-width: 756px) {
  main #exames .card {
    padding: 1.5rem 1.5rem !important;
    gap: 1rem !important;
  }
}
main #exames .card-image {
  max-height: 70px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 756px) {
  main #exames .card-image {
    max-height: 40px !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 756px) {
  main #exames .card-title {
    margin-bottom: 0 !important;
  }
}
main #como-realizar-exames img:not(.img) {
  max-width: 90px;
  margin: auto;
}
main #como-realizar-exames p {
  margin: 0;
}
main #como-participar {
  background-color: rgb(209, 229, 219) !important;
  background-position: bottom left !important;
  background-size: 300px !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  main #como-participar .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(209, 229, 219, 0.9);
  }
}
main #como-participar h1 {
  font-size: 2.75rem !important;
  color: #0F3D42;
}
@media screen and (max-width: 768px) {
  main #como-participar h1 {
    font-size: 1.25rem !important;
  }
}
main #como-participar h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #0F3D42;
}
@media screen and (max-width: 768px) {
  main #como-participar h4 {
    font-size: 1rem !important;
  }
}
main #como-participar p {
  font-size: 0.95rem;
}
main #como-participar .workflow-steps {
  position: relative;
  padding-left: 24%;
}
main #como-participar .workflow-steps .workflow-path {
  position: absolute;
  top: 0;
  left: -14.5rem;
  width: 900px;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  main #como-participar .workflow-steps .workflow-path {
    display: none;
  }
}
main #como-participar .workflow-steps .workflow-path path {
  fill: none;
  stroke: #E8703A;
  stroke-width: 3;
  stroke-dasharray: 14 11;
  vector-effect: non-scaling-stroke;
}
main #como-participar .workflow-steps .step-item {
  position: relative;
  z-index: 1;
}
main #como-participar .workflow-steps .step-item:not(:last-child) {
  margin-bottom: 7rem !important;
}
main #como-participar .workflow-steps .step-item-offset {
  transform: translateX(-22%);
  padding-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  main #como-participar .workflow-steps {
    padding-left: 0;
  }
  main #como-participar .workflow-steps .step-item:not(:last-child) {
    margin-bottom: 1rem !important;
  }
  main #como-participar .workflow-steps .step-item-offset {
    transform: none;
    padding-bottom: 0;
  }
}
main #onde-estamos {
  background-color: #19686B !important;
  background-position: bottom 0 left 10% !important;
  background-size: 450px !important;
}
@media screen and (max-width: 768px) {
  main #onde-estamos {
    background-size: 350px !important;
    background-position: bottom right -3rem !important;
  }
}
main #onde-estamos h2,
main #onde-estamos h3,
main #onde-estamos p {
  color: #fff;
}
main #onde-estamos h3 {
  font-size: 0.875rem !important;
  font-weight: 300;
  text-transform: uppercase;
}
main #onde-estamos h2 {
  font-size: 2rem !important;
}
@media screen and (max-width: 768px) {
  main #onde-estamos h2 {
    font-size: 1rem !important;
  }
}
main #onde-estamos p {
  font-size: 1rem !important;
}
@media screen and (max-width: 768px) {
  main #onde-estamos p {
    font-size: 0.75rem !important;
  }
}
main #onde-estamos h6 {
  font-size: 1.25rem;
  color: #0F3D42;
}
main #onde-estamos h6 strong {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main #onde-estamos h6 {
    font-size: 1rem !important;
  }
}
main #onde-estamos .card {
  padding: 2.5rem 2rem;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main #onde-estamos .card {
    padding: 1.5rem 1rem;
  }
}
main #onde-estamos .card-info-city {
  font-size: 0.65rem !important;
  font-weight: 500;
  text-transform: uppercase;
  color: #19686B;
}
@media screen and (max-width: 768px) {
  main #onde-estamos .card-info-city {
    font-size: 0.45rem !important;
  }
}
main #onde-estamos .card-info-unit {
  color: #19686B;
  font-size: 1.25rem !important;
  font-weight: 400;
  border-bottom: 1px solid #0F3C42;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  main #onde-estamos .card-info-unit {
    font-size: 0.75rem !important;
  }
}
main #onde-estamos .card-info-address {
  font-size: 1.225rem !important;
  font-weight: 400;
  color: #0F3C42;
  border-bottom: 1px solid #0F3C42;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  main #onde-estamos .card-info-address {
    font-size: 0.65rem !important;
  }
}
main #onde-estamos .card-info-time {
  padding-top: 0.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #0F3C42;
}
@media screen and (max-width: 768px) {
  main #onde-estamos .card-info-time {
    font-size: 0.65rem !important;
    padding-top: 0.5rem !important;
  }
}
main #onde-estamos .card-info-link-video {
  display: flex;
  align-items: center;
  background: rgba(183, 215, 198, 0.4);
  border-radius: 5px;
  color: #0F3C42;
  text-decoration: none;
  line-height: 1.2;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  main #onde-estamos .card-info-link-video {
    padding: 0.5rem;
    justify-content: center;
    max-width: 90%;
    margin-bottom: 0.5rem;
  }
}
main #onde-estamos .card-info-link-video:hover {
  transform: scale(1.1);
  transition: 0.2s linear;
}
@media screen and (max-width: 768px) {
  main #onde-estamos .card-info-link-video-text {
    font-size: 0.5rem !important;
  }
}
@media screen and (max-width: 768px) {
  main #onde-estamos .card-info-link-video-icon {
    max-width: 25px !important;
  }
}
main #onde-estamos .card-info-link-map {
  color: #0F3C42;
  text-decoration: none;
  font-weight: 600;
}
main #onde-estamos .card-info-link-map:hover {
  color: #00958D;
  text-decoration: underline;
  transition: 0.2s linear;
}
@media screen and (max-width: 768px) {
  main #onde-estamos .card-info-link-map {
    font-size: 0.65rem !important;
  }
}
main #onde-estamos .card .btn {
  font-size: 1rem !important;
  margin-top: 2rem !important;
}
@media screen and (max-width: 768px) {
  main #onde-estamos .card .btn {
    font-size: 0.65rem !important;
    margin-top: 1rem !important;
    padding: 0.5rem 1rem !important;
  }
}
main #nossa-atuacao {
  background-color: #F1EDE2 !important;
  background-size: 350px !important;
  background-position: top 2rem right 10% !important;
}
@media screen and (max-width: 768px) {
  main #nossa-atuacao {
    background-size: 250px !important;
    background-position: top 1rem right 0 !important;
  }
}
main #nossa-atuacao img {
  border-radius: 30px;
}
main #nossa-atuacao h2,
main #nossa-atuacao p {
  color: #0F3D42;
}
main #nossa-atuacao h2 {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  main #nossa-atuacao h2 {
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  main #nossa-atuacao .col-lg-4 {
    width: 32%;
  }
}
main #depoimentos {
  background: #D1E5DB;
}
main #depoimentos h2 {
  font-size: 1.75rem !important;
  color: #0F3D42;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  main #depoimentos h2 {
    font-size: 1rem !important;
  }
  main #depoimentos h2 br {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  main #depoimentos img.google-review {
    max-width: 175px !important;
    margin-bottom: 0.5rem;
  }
}
main #depoimentos img:not(.google-review) {
  max-width: 100px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  main #depoimentos img:not(.google-review) {
    max-width: 80px !important;
    margin-bottom: 0.5rem;
  }
}
main #depoimentos .card {
  padding: 1.5rem 1rem;
  height: 100%;
}
@media screen and (min-width: 321px) and (max-width: 768px) {
  main #depoimentos .card {
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding: 0 !important;
    height: 15rem !important;
  }
}
@media screen and (max-width: 320px) {
  main #depoimentos .card {
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding: 0 !important;
    height: 18rem !important;
  }
}
main #depoimentos .card .card-text {
  font-size: 0.95rem !important;
  font-weight: 500;
  color: #0F3D42;
}
@media screen and (max-width: 768px) {
  main #depoimentos .card .card-text {
    margin-bottom: 0.5rem !important;
    font-size: 0.65rem !important;
  }
}
@media screen and (max-width: 320px) {
  main #depoimentos .card .card-text {
    margin-bottom: 1rem !important;
  }
}
main #depoimentos .card data {
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  main #depoimentos .card data {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 320px) {
  main #depoimentos .card data {
    font-size: 0.65rem !important;
  }
}
main #depoimentos .last-card {
  background-color: rgb(25, 104, 107) !important;
  background-size: contain !important;
  background-position: right bottom !important;
  background-blend-mode: difference !important;
  padding: 5.5rem 3rem !important;
}
@media screen and (max-width: 768px) {
  main #depoimentos .last-card {
    padding: 4rem 1rem !important;
  }
}
@media screen and (max-width: 320px) {
  main #depoimentos .last-card {
    padding: 6.5rem 0.5rem !important;
  }
}
main #depoimentos .last-card h4 {
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  main #depoimentos .last-card h4 {
    font-size: 1.25rem !important;
  }
}
@media screen and (max-width: 320px) {
  main #depoimentos .last-card h4 {
    font-size: 1rem !important;
  }
}
main #agendar {
  background: #F1EDE2 !important;
}
main #agendar h2,
main #agendar h3,
main #agendar p {
  color: #0F3D42;
}
main #agendar h3 {
  font-size: 0.875rem !important;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  main #agendar h3 {
    font-size: 0.6rem !important;
  }
}
main #agendar h2 {
  font-weight: 600;
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  main #agendar h2 {
    font-size: 1rem !important;
  }
  main #agendar h2 br {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  main #agendar p {
    font-size: 0.65rem !important;
  }
}
main #agendar .illustration {
  margin-bottom: -3rem;
}
main #faq h2,
main #faq h3,
main #faq p {
  color: #0F3D42;
}
main #faq h3 {
  font-size: 0.875rem !important;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  main #faq h3 {
    font-size: 0.65rem !important;
  }
  main #faq h3 br {
    display: none !important;
  }
}
main #faq h2 {
  font-weight: 600;
  font-size: 2.25rem;
  color: #00958D;
}
@media screen and (max-width: 768px) {
  main #faq h2 {
    font-size: 1rem !important;
  }
  main #faq h2 br {
    display: none !important;
  }
}
main #faq .accordion-item {
  margin-bottom: 1rem !important;
  border: none !important;
}
main #faq .accordion-header {
  border: none !important;
}
main #faq .accordion-header button {
  background-color: #F1EDE2 !important;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  color: #0F3D42;
  border: none !important;
  border-radius: 16px !important;
}
@media screen and (max-width: 768px) {
  main #faq .accordion-header button {
    font-size: 0.75rem !important;
  }
  main #faq .accordion-header button br {
    display: none !important;
  }
}
main #faq .accordion-header button:not(.collapsed)::after {
  background-image: url(../images/26/icon-accordion.svg) !important;
  background-position: center !important;
}
main #faq .accordion-header button::after {
  background-image: url(../images/26/icon-accordion.svg) !important;
  background-position: center !important;
}
main #faq .accordion-header button:focus {
  box-shadow: 0 0 0 0.25rem rgba(15, 60, 66, 0.25);
}
main #faq .accordion-body {
  font-family: "Pensum Pro" !important;
}
@media screen and (max-width: 768px) {
  main #faq .accordion-body {
    font-size: 0.75rem !important;
  }
}
main #quem-somos {
  background: #0F3C42;
}
main #quem-somos h3,
main #quem-somos p {
  color: #fff;
}
main #quem-somos h2 {
  color: #00958D;
  font-weight: 600;
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  main #quem-somos h2 {
    font-size: 1rem !important;
  }
  main #quem-somos h2 br {
    display: none !important;
  }
}
main #quem-somos h3 {
  font-size: 0.875rem !important;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  main #quem-somos h3 {
    font-size: 0.65rem !important;
  }
}
@media screen and (max-width: 768px) {
  main #quem-somos p {
    font-size: 0.75rem !important;
  }
}
main #quem-somos .counter {
  text-align: center;
}
main #quem-somos .counter .number {
  font-size: 5.5rem !important;
  font-weight: 600;
  color: #00958D;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  main #quem-somos .counter .number {
    font-size: 2.5rem !important;
  }
}
main #quem-somos .counter .text {
  color: #fff;
  font-size: 1.125rem !important;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  main #quem-somos .counter .text {
    font-size: 0.75rem !important;
  }
}
main #modalVideo .btn-close:focus {
  box-shadow: none !important;
}
main #modalForm .btn-close {
  width: 4rem;
  height: 4rem;
  margin-right: -3rem;
  opacity: 1;
}
main #modalForm .btn-close:focus {
  box-shadow: none !important;
}
main #modalForm .modal-dialog {
  max-width: 350px !important;
  margin: auto;
}
main #modalForm .modal-content {
  background-color: #D1E5DB !important;
  border-radius: 2rem 2rem 0 2rem !important;
  padding: 2rem 1rem;
}
main #modalForm label {
  color: #0F3D43 !important;
}
main #modalForm .form-label {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  display: block;
  padding: 0.25rem 0.5rem;
}
main #modalForm .form-check-input {
  border: #0F3D43 1.5px solid !important;
  background-color: transparent;
}
main #modalForm .form-check-input:checked[type=radio] {
  background-image: none !important;
}
main #modalForm .form-check-input:checked {
  background-color: #0F3D43;
  border-color: #0F3D43;
}
main #modalForm .form-check-input:focus {
  box-shadow: none !important;
}
main .whatsapp-container {
  position: fixed;
  bottom: 6rem;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 9999;
}
main .whatsapp-message {
  background: #29B217;
  color: #fff;
  padding: 10px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
main .close-btn {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  line-height: 1;
  padding-bottom: 1rem;
}
main .btn-whatsapp {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 10;
}
@media screen and (max-width: 756px) {
  main #modalWhatsapp {
    overflow-y: hidden !important;
  }
}
main #modalWhatsapp .btn-close {
  width: 4rem;
  height: 4rem;
  margin-left: -3rem;
  opacity: 1;
}
main #modalWhatsapp .btn-close:focus {
  box-shadow: none !important;
}
main #modalWhatsapp h5 {
  font-size: 1.25rem !important;
}
@media screen and (max-width: 756px) {
  main #modalWhatsapp h5 {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 756px) {
  main #modalWhatsapp a {
    font-size: 0.75rem !important;
  }
}
main #modalWhatsapp a:hover {
  opacity: 0.8;
  transition: 0.3s linear;
}
main #modalWhatsapp .modal-dialog {
  max-width: 425px;
  margin-left: auto;
  margin-right: 1rem;
  transform: translate(0.5rem, 12rem);
}
@media screen and (max-width: 756px) {
  main #modalWhatsapp .modal-dialog {
    transform: translate(0.5rem, 8.5rem) !important;
    max-width: 350px !important;
  }
}
main #modalWhatsapp .modal-content {
  background-color: #D1E5DB !important;
  border-radius: 0 2rem 0 2rem !important;
  padding: 2rem 1rem;
}

.scheduling-form .form-steps {
  flex-wrap: nowrap;
  gap: 1.5rem;
}
@media screen and (max-width: 991px) {
  .scheduling-form .form-steps {
    gap: 0.5rem;
    justify-content: center;
  }
}
.scheduling-form .form-step {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0;
  border: none;
  background: none;
  text-align: left;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .scheduling-form .form-step {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
}
.scheduling-form .form-step-number {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background-color: #A9D5CD;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  transition: background-color 0.2s linear;
}
@media screen and (max-width: 991px) {
  .scheduling-form .form-step-number {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }
}
.scheduling-form .form-step-label {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.15;
  color: #A9D5CD;
  transition: color 0.2s linear;
}
@media screen and (max-width: 991px) {
  .scheduling-form .form-step-label {
    font-size: 0.75rem;
  }
}
.scheduling-form .form-step.nav-link.disabled {
  color: #A9D5CD;
}
.scheduling-form .form-step.active {
  background: none !important;
}
.scheduling-form .form-step.active .form-step-number {
  background-color: #00958D;
}
.scheduling-form .form-step.active .form-step-label {
  color: #00958D;
}
.scheduling-form .form-card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 16px rgba(15, 61, 66, 0.1);
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  .scheduling-form .form-card {
    padding: 2rem 1.25rem;
  }
}
.scheduling-form .form-field {
  position: relative;
}
.scheduling-form .form-field-label {
  position: absolute;
  top: 0;
  left: 0.9rem;
  z-index: 2;
  transform: translateY(-50%);
  padding: 0 0.35rem;
  background-color: #fff;
  font-size: 0.7rem;
  line-height: 1;
  color: #0F3D42;
}
.scheduling-form .form-control,
.scheduling-form .form-select {
  border: 1px solid #B7D7D4;
  border-radius: 0.5rem;
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  color: #0F3D42;
}
@media screen and (max-width: 768px) {
  .scheduling-form .form-control,
  .scheduling-form .form-select {
    font-size: 0.75rem !important;
  }
}
.scheduling-form .form-control::-moz-placeholder, .scheduling-form .form-select::-moz-placeholder {
  color: rgba(15, 61, 66, 0.35);
}
.scheduling-form .form-control::placeholder,
.scheduling-form .form-select::placeholder {
  color: rgba(15, 61, 66, 0.35);
}
.scheduling-form .form-control:focus,
.scheduling-form .form-select:focus {
  border-color: #00958D;
  box-shadow: 0 0 0 0.2rem rgba(0, 149, 141, 0.15);
}
.scheduling-form .form-control[readonly],
.scheduling-form .form-select[readonly] {
  background-color: #fff;
  font-size: 0.875rem;
}
.scheduling-form .form-control:disabled,
.scheduling-form .form-select:disabled {
  background-color: #fff;
  opacity: 0.6;
}
.scheduling-form .form-select:has(option[value=""]:checked) {
  color: rgba(15, 61, 66, 0.35);
}
.scheduling-form .form-select {
  padding-right: 3rem !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%23fff' stroke='%2300958D' stroke-width='1'/%3E%3Cpath d='M8 10.5l4 4 4-4' fill='none' stroke='%2300958D' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-position: right 1rem center !important;
  background-size: 22px 22px !important;
}
.scheduling-form .was-validated .form-control:valid,
.scheduling-form .was-validated .form-select:valid {
  border-color: #B7D7D4;
  background-image: none;
}
.scheduling-form .was-validated .form-control:valid:focus,
.scheduling-form .was-validated .form-select:valid:focus {
  border-color: #00958D;
  box-shadow: 0 0 0 0.2rem rgba(0, 149, 141, 0.15);
}
.scheduling-form .was-validated .form-control:invalid {
  background-image: none;
  padding-right: 1rem;
}
.scheduling-form .was-validated .form-check-input:valid {
  border-color: #00958D;
}
.scheduling-form .was-validated .form-check-input:valid:checked {
  background-color: #00958D;
}
.scheduling-form .was-validated .form-check-input:valid ~ .form-check-label {
  color: #0F3D42;
}
.scheduling-form input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}
.scheduling-form .form-field-placeholder {
  display: none;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  font-size: 0.95rem;
  color: rgba(15, 61, 66, 0.35);
  pointer-events: none;
}
@supports selector(::-webkit-datetime-edit) {
  .scheduling-form input[type=date]:invalid:not(:focus)::-webkit-datetime-edit {
    color: transparent;
  }
  .scheduling-form .form-field:has(input[type=date]:invalid:not(:focus)) .form-field-placeholder {
    display: block;
  }
}
.scheduling-form .form-check {
  padding-left: 2.25rem;
}
.scheduling-form .form-check-input {
  width: 1.15rem;
  height: 1.15rem;
  margin-left: -2.25rem;
  border: 1.5px solid #00958D;
  border-radius: 0.25rem;
}
@media screen and (max-width: 768px) {
  .scheduling-form .form-check-input {
    margin-left: -1.5rem !important;
    width: 0.875rem;
    height: 0.875rem;
  }
}
.scheduling-form .form-check-input:checked {
  background-color: #00958D;
  border-color: #00958D;
}
.scheduling-form .form-check-input:focus {
  border-color: #00958D;
  box-shadow: 0 0 0 0.2rem rgba(0, 149, 141, 0.15);
}
.scheduling-form .form-check-label {
  font-size: 0.8rem;
  line-height: 1.4;
  color: #0F3D42;
}
@media screen and (max-width: 768px) {
  .scheduling-form .form-check-label {
    font-size: 0.65rem !important;
    line-height: 1.2;
  }
}
.scheduling-form .form-check-label a {
  color: #0F3D42;
}
.scheduling-form .invalid-feedback {
  font-size: 0.75rem;
}
.scheduling-form .form-actions {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .scheduling-form .form-actions {
    margin-top: 1.5rem !important;
  }
}
.scheduling-form .form-actions-spaced {
  gap: 1.5rem;
}
@media screen and (max-width: 575px) {
  .scheduling-form .form-actions-spaced {
    gap: 0.75rem;
  }
}
.scheduling-form .form-actions .btn {
  border: none;
  border-radius: 5rem;
  padding: 0.5rem 4rem;
  font-size: 1rem !important;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .scheduling-form .form-actions .btn {
    padding: 0.65rem 1.75rem;
    font-size: 0.75rem !important;
  }
}
.scheduling-form .form-actions .btn:hover {
  opacity: 0.9;
  transition: 0.2s linear;
}
.scheduling-form .form-actions .btn:focus {
  box-shadow: 0px 4px 7.6px rgba(0, 0, 0, 0.25), 0 0 0 0.2rem rgba(0, 149, 141, 0.25);
}
.scheduling-form .form-actions .btn-next {
  background-color: #F75C2E;
}
.scheduling-form .form-actions .btn-next:disabled, .scheduling-form .form-actions .btn-next.disabled, .scheduling-form .form-actions .btn-next[disabled] {
  cursor: not-allowed !important;
}
.scheduling-form .form-actions .btn-back {
  background-color: #A8CFC4;
}
.scheduling-form .form-actions .btn-back:hover {
  background-color: #00958D;
}
.scheduling-form .form-success-title {
  font-size: 2rem !important;
  font-weight: 700;
  color: #00958D;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .scheduling-form .form-success-title {
    font-size: 1.5rem !important;
    margin-bottom: 1rem;
  }
}
.scheduling-form .form-success-box {
  background-color: #D1E5DB;
  border-radius: 10px;
  padding: 1.5rem 2rem;
}
.scheduling-form .form-success-box p {
  font-size: 1rem;
  color: #0F3D42;
}
.scheduling-form .form-success-place {
  padding-right: 1rem;
  border-right: 1px solid rgba(15, 61, 66, 0.2);
}
@media screen and (max-width: 575px) {
  .scheduling-form .form-success-place {
    padding-right: 0;
    padding-bottom: 1rem;
    border-right: none;
    border-bottom: 1px solid rgba(15, 61, 66, 0.2);
  }
}
.scheduling-form .form-success-date {
  padding-left: 1.5rem;
}
@media screen and (max-width: 575px) {
  .scheduling-form .form-success-date {
    padding-left: 0;
    padding-top: 1rem;
  }
}
.scheduling-form .form-success-notes {
  background-color: #F1EDE2;
  border-radius: 10px;
  padding: 1.5rem 2rem;
  margin-top: 1.5rem;
}
.scheduling-form .form-success-notes h4 {
  font-size: 1.125rem !important;
  color: #0F3D42;
}
@media screen and (max-width: 575px) {
  .scheduling-form .form-success-notes h4 {
    font-size: 0.875rem !important;
  }
}
.scheduling-form .form-success-notes p {
  font-size: 0.95rem;
  color: #0F3D42;
}

footer {
  background-color: #19686B !important;
}
footer .nav-link {
  color: #fff;
  margin-left: 1rem;
}
footer .nav-link:hover {
  opacity: 1;
}
footer .navbar-brand img {
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  footer .navbar-brand {
    max-width: 200px !important;
    margin: 0 auto !important;
  }
}
footer .copy h6,
footer .copy a {
  opacity: 0.6;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  footer .copy h6,
  footer .copy a {
    font-size: 0.75rem !important;
  }
}
footer .copy a:hover {
  opacity: 1;
  transition: 0.2s linear;
}
footer .social a {
  opacity: 0.6;
}
footer .social a:hover {
  opacity: 1;
  transition: 0.2s linear;
}/*# sourceMappingURL=custom.css.map */