.navbar-scrolled {
  transition: 0.4s linear;
  box-shadow: 0px 4px 18px -8px rgba(0, 0, 0, 0.45);
}

header .col-md-2 {
  width: 15% !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 {
  border-right: #0F3D42 2px solid !important;
  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 {
  font-size: 2.25rem !important;
}
@media screen and (max-width: 768px) {
  main h1 {
    font-size: 1.25rem !important;
  }
}
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;
}
main #banner .btn-primary {
  border: 1px solid #FFFFFF;
  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: 18px !important;
  padding: 0.5rem 5rem !important;
}
@media screen and (max-width: 756px) {
  main #banner .btn-primary {
    padding: 0.5rem 4rem !important;
  }
}
@media screen and (max-width: 756px) {
  main #banner h5,
  main #banner h2 {
    font-size: calc(1.125rem + 0.9vw) !important;
  }
}
main #banner .text-col {
  border-radius: 0 1.5rem 1.5rem 0;
  background-color: #19686B;
}
@media screen and (max-width: 756px) {
  main #banner .text-col {
    border-radius: 1.5rem !important;
  }
}
main #sobre img {
  max-width: 120px;
  margin: auto;
}
main #sobre h5 {
  font-weight: 600;
}
main #exames img:not(.img) {
  max-width: 90px;
  margin: auto;
}
main #exames p {
  margin: 0;
}
main #como-participar {
  background-color: rgb(209, 229, 219) !important;
  background-position: bottom left !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: 2rem;
  color: #0F3D42;
}
@media screen and (max-width: 768px) {
  main #como-participar h4 {
    font-size: 1rem !important;
  }
}
main #como-participar p {
  font-size: 0.85rem;
}
main #depoimentos {
  background-color: #F1EDE2 !important;
  background-position: bottom right !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  main #depoimentos .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F1EDE2 !important;
    opacity: 0.8;
  }
}
main #depoimentos h4 {
  font-size: 1.75rem !important;
}
main #depoimentos i {
  color: #FFBC00;
  margin-right: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  main #depoimentos i {
    margin-top: 0 !important;
    margin-bottom: 0.5rem !important;
  }
}
@media screen and (max-width: 320px) {
  main #depoimentos i {
    font-size: 0.75rem !important;
  }
}
main #depoimentos .card {
  height: 20rem !important;
  padding: 1.5rem 1rem;
  margin-top: -6rem;
}
@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;
  }
}
@media screen and (max-width: 768px) {
  main #depoimentos .card .card-text {
    margin-bottom: 0.5rem !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;
  }
}
@media screen and (max-width: 768px) {
  main #depoimentos .card1,
  main #depoimentos .card2 {
    margin-top: -6rem !important;
  }
}
main #depoimentos .last-card {
  background-color: rgb(25, 104, 107) !important;
  background-size: contain !important;
  background-position: right bottom !important;
  background-blend-mode: color-burn !important;
  padding: 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: 2.25rem;
}
@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 #depoimentos .last-card .line {
  max-width: 150px;
  margin: auto;
}
@media screen and (max-width: 320px) {
  main #depoimentos .last-card .line {
    max-width: 100px !important;
  }
}
main #agendar h5 {
  font-size: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  main #agendar h5 {
    font-size: 1.125rem !important;
  }
}
main #agendar h6 {
  font-size: 1.25rem;
  color: #0F3D42;
}
main #agendar h6 strong {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main #agendar h6 {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 769px) {
  main #quem-somos {
    background-position: center !important;
  }
}
main #quem-somos h1,
main #quem-somos p {
  color: #fff !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 .btn-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  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;
}

footer {
  background-color: #19686B !important;
}
footer .nav-link {
  color: #fff;
  margin-left: 1rem;
}
footer .nav-link:hover {
  opacity: 0.6;
}
footer .navbar-brand img {
  max-width: 150px;
}
footer .logo-care-access {
  border-right: #fff 2px solid !important;
  padding-right: 1.75rem;
}
@media screen and (max-width: 425px) {
  footer .logo-care-access {
    border-right: none !important;
  }
}
footer i {
  color: #fff;
  font-size: 1.5rem;
}
footer .links-whatsapp i {
  font-size: 1rem !important;
}
footer .links-whatsapp .nav-link {
  color: #fff;
  margin-left: 0 !important;
}
footer .links-whatsapp .nav-link:hover {
  opacity: 0.8;
}/*# sourceMappingURL=custom.css.map */