.page {
  font-family: 'Poppins', sans-serif;
}

.page .uk-heading-medium {
  font-size: 2rem !important;
  line-height: 2.4rem !important;
  font-weight: 400 !important;
  color: #25325C !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 0 2rem 0 !important;
}

.page .uk-heading-medium span:nth-child(2) {
  font-size: 3rem !important;
  color: #0b83c7 !important;
  text-align: right !important;
}

.page .uk-dotnav>.uk-active>* {
  background-color: #0b83c7;
  border: 1px solid #0b83c7;
}

.page .uk-dotnav>*>* {
  background-color: #d6d6d6;
  border: 1px solid #d6d6d6;
}

.page .img-first {
  display: flex;
  justify-content: center;

  background: url(../imagens/img-apresentation/clinica.png?v=1) top center no-repeat;
}

.page .img-first .content {
  display: flex;

  width: 100%;
  max-width: 1200px;
  padding: 0 1rem;

  object-fit: cover;
}

.page .img-first .content .background-img {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem 0;

  justify-content: center;

  height: 100vh;
  max-height: 450px;
}

.page .img-first .content .background-img .title-page {
  font-size: 3rem;
  font-weight: 700;
  color: #FFFFFF;

  margin: 0;
  padding: 0;
}

.page .img-first .content .background-img .title-page strong {
  color: #00AFFF;
  font-weight: 700;
}

.page .img-first .content .background-img .subtitle-page {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 300;
  color: #FFFFFF;

  margin: 0 0 1rem 0;
  padding: 0;
}

.page .img-first .content .background-img .subtitle-page strong {
  font-weight: 700;
}

.page .title-service {
  display: flex;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 1rem;

  background-color: #E8EDEE;
}

.page .title-service .content {
  width: 100%;
  max-width: 1200px;
  padding: 0 1rem;
}

.page .title-service .content .uk-heading-medium {
  color: #25325C;
  margin: 0px !important;
}

.page .title-service .content .uk-heading-medium strong {
  color: #05AEFF;
  font-weight: 700;
}

.page .service {
  display: flex;
  justify-content: center;
  padding: 5rem 0;

  background-color: #E8EDEE;
}

.page .service .content {
  width: 100%;
  max-width: 1200px;
  padding: 0 1rem;

  display: flex;
  justify-content: space-around;
}

.page .service .content .item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}

.page .service .content .item span {
  display: flex;
  justify-content: center;
}

.page .service .content .item .uk-heading-medium {
  margin: 0px !important;
}

.page .institute {
  display: flex;
  justify-content: center;
  padding: 4rem 0;
  margin: 0;

  background: url(../imagens/background/background-instituto.png) top center no-repeat;
}

.page .institute .content {
  width: 100%;
  max-width: 1200px;
  padding: 0 1rem;

  display: flex;
  justify-content: space-between;
}

.page .institute .content .info {
  max-width: 620px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page .institute .content .info .title-institute {
  font-size: 3rem;
  font-weight: 700;
  color: #05AEFF;

  margin-bottom: 30px;
}

.page .institute .content .info .title-institute span {
  color: #25325C;
}

.page .institute .content .info .text {
  font-size: 1.2rem;
  font-weight: 400;
  color: #25325C;
}

.page .institute .content .info .text strong {
  font-weight: 700;
}

.page .title-health-insurance {
  display: flex;
  justify-content: center;
  padding: 2.5rem 0;

  background-color: #25325C;
}

.page .title-health-insurance .content {
  width: 100%;
  max-width: 1200px;
  padding: 0 1rem;
}

.page .title-health-insurance .content .uk-heading-medium {
  color: #FFFFFF !important;
  margin: 0px !important;
}

.page .title-health-insurance .content .uk-heading-medium strong {
  font-weight: 700;
}

.page .health-insurance {
  display: flex;
  justify-content: center;
  padding: 2.5rem 0;
}

.page .health-insurance .content {
  width: 100%;
  max-width: 1200px;
  padding: 0 1rem;

  display: flex;
  flex-direction: column;
}

.page .health-insurance .content .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page .health-insurance .content .box .item {
  width: 25%;

  margin-bottom: 1.4rem;
}

.page .health-insurance .content .box .item img {
  padding: 1.8rem;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
}

.page .health-insurance .content .info-more {
  font-size: 1.5rem;
  font-weight: 600;
  color: #25325C;
  text-align: center;

  margin-top: 1.5rem;
}

.page .title-clinic {
  display: flex;
  justify-content: center;
  padding: 2.5rem 0;

  background-color: #E8EDEE;
}

.page .title-clinic .content {
  width: 100%;
  max-width: 1200px;
  padding: 0 1rem;
}

.page .title-clinic .content .uk-heading-medium {
  color: #25325C !important;
  margin: 0px !important;
}

.page .title-clinic .content .uk-heading-medium strong {
  font-weight: 700;
}

.page .video {
  display: flex;
  justify-content: center;
  padding: 5rem 0;

  background-color: #1E2A51;
}

.page .video .content {
  width: 100%;
  max-width: 1200px;
  padding: 0 1rem;

  display: flex;
  flex-direction: column;

  justify-content: center;
  align-items: center;
}

.page .video .content .uk-heading-medium {
  color: #FFFFFF !important;
  margin: 0 0 3.5rem 0 !important;
}

.page .video .content .uk-heading-medium strong {
  color: #05AEFF;
  font-weight: 700;
}

.page .video .content iframe {
  width: 100%;
  max-width: 600px;

  height: 410px;
}

.page .experts {
  display: flex;
  justify-content: center;
  padding: 4rem 0;
}

.page .experts .content {
  width: 100%;
  max-width: 1200px;
  padding: 0 1rem;

  display: flex;
  flex-direction: column;

  justify-content: center;
  align-items: center;
}

.page .experts .content .background-img {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem 4rem;

  justify-content: center;

  height: 100vh;
  max-height: 490px;
}

.page .experts .content .background-img.zaki {
  background: url(../imagens/especialist/dr-zaki-chater.jpg) top center no-repeat;
  background-size: contain;
}

.page .experts .content .background-img.nadim {
  background: url(../imagens/especialist/dr-nadim-chater.jpg) top center no-repeat;
  background-size: contain;
}

.page .experts .content .background-img.walid {
  background: url(../imagens/especialist/dr-walid-chater.jpg) top center no-repeat;
  background-size: contain;
}

.page .experts .content .background-img .title-page {
  font-size: 3rem;
  font-weight: 300;
  color: #FFFFFF;

  margin: 0;
  padding: 0;
}

.page .experts .content .background-img .title-page strong {
  font-weight: 700;
}

.page .experts .content .background-img .subtitle-page {
  font-size: 2rem;
  font-weight: 300;
  color: #FFFFFF;

  margin: 0 0 1rem 0;
  padding: 0;
}

.page .experts .content .background-img .subtitle-page strong {
  font-weight: 700;
}

.page .experts .content .background-img .box-whatsapp {
  display: flex;
}

.page .experts .content .background-img .whatsapp {
  font-size: 1.5rem;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #33CC66;
  border-radius: 8px;

  display: flex;
  padding: 1rem 2rem;
  gap: 1rem;
}

.page .experts .content .background-img .whatsapp:hover {
  background-color: #2BA853;
}

.page .experts .content .background-img .whatsapp i {
  font-size: 2.5rem;
}

.page .experts .content .uk-slider-container {
  width: 100%;
  position: relative;
}

.page .experts .content .uk-slider-container .uk-icon>* {
  color: white;
}

.page .experts .content .uk-slider-items>* {
  width: 100%;
}

@media screen and (max-width: 1110px) {
  .page .experts .content .background-img {
    max-height: 436px;
  }
}

@media screen and (max-width: 1000px) {
  .page .experts .content .background-img {
    max-height: 402px;
  }
}

@media screen and (max-width: 960px) {
  .page .img-first {
    background: #1766B5;
  }

  .page .img-first .content {
    justify-content: center;
  }

  .page .img-first .content .background-img {
    height: auto;
    max-height: auto;

    max-width: 100%;
  }

  .page .img-first .content .background-img .title-page {
    font-size: 2rem;
  }

  .page .img-first .content .background-img .subtitle-page {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .page .img-first .content .background-img .subtitle-page br {
    display: none;
  }

  .page .uk-heading-medium {
    flex-direction: column !important;
    align-items: normal !important;
    gap: 0.5rem !important;
    text-align: center !important;
  }

  .page .uk-heading-medium span:nth-child(2) {
    text-align: left !important;
  }

  .page .title-service .content .uk-heading-medium {
    font-size: 1.7rem !important;
  }

  .page .service .content {
    flex-direction: column;
    gap: 2rem;
  }

  .page .service .content .item .uk-heading-medium {
    font-size: 1.7rem !important;
    line-height: 1.2rem !important;
  }

  .page .institute .content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
  }

  .page .institute .content .info .title-institute {
    font-size: 1.8rem;
    text-align: center;
  }

  .page .institute .content .info .text {
    text-align: center;
  }

  .page .title-health-insurance .content .uk-heading-medium {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
  }

  .page .health-insurance .content .box {
    justify-content: space-between;
  }

  .page .health-insurance .content .box .item {
    width: 48%;
  }

  .page .health-insurance .content .box .item img {
    padding: 1rem;
  }

  .page .title-clinic .content .uk-heading-medium {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
  }

  .page .video .content .uk-heading-medium {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
  }

  .page .video .content iframe {
    height: 350px;
  }

  .page .experts .content .background-img {
    border-radius: 10px;
    margin-top: 2rem;

    padding: 1.5rem;
    height: auto;
  }

  .page .experts .content .background-img.zaki {
    background: #336699;
  }

  .page .experts .content .background-img.nadim {
    background: #70D2FF;
  }

  .page .experts .content .background-img.walid {
    background: #336699;
  }

  .page .experts .content .background-img .title-page {
    font-size: 2.5rem;
  }

  .page .experts .content .background-img .subtitle-page {
    font-size: 1.2rem;
  }
}