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

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

.page .img-first .content {
  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 4rem;

  justify-content: center;

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

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

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

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

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

  margin: 0;
  padding: 0;
}

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

.page .img-first .content .background-img .subtitle-page {
  font-size: 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 .img-first .content .background-img .box-whatsapp {
  display: flex;
}

.page .img-first .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 .img-first .content .background-img .whatsapp:hover {
  background-color: #2BA853;
}

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

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

  background-color: #25325C;
}

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

.page .title-especialist .content .uk-heading-medium {
  font-size: 2rem !important;
  line-height: 2.5rem;
  color: #FFFFFF;
  text-align: center;
  margin: 0px !important;
}

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

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

  margin-bottom: 3rem;
}

.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;
}

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

  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 .inner-page {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

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

  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.page .inner-page .content .item {
  display: flex;
  flex-direction: column;
}

.page .inner-page .content .item .uk-heading-medium {
  font-size: 2rem !important;
  color: #25325C;
  margin: 0 0 2rem 0 !important;
  padding: 0 0 1rem 0 !important;

  border-bottom: 2px solid #25325C;
}

.page .inner-page .content .item .uk-heading-medium strong {
  font-weight: 700;
}

.page .inner-page .content .item img {
  margin-bottom: 1.5rem;
}

.page .inner-page .content .item .uk-text-meta {
  font-size: 1.2rem;
  font-weight: 500;
  color: #25325C;

  margin-bottom: 2rem;
}

.page .inner-page .content .item .uk-text-meta strong {
  font-weight: 700;
}

.page .inner-page .content .item .box-whatsapp {
  display: flex;
}

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

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

.page .inner-page .content .item .whatsapp:hover {
  background-color: #2BA853;
}

.page .inner-page .content .item .whatsapp i {
  font-size: 2.5rem;
}

@media screen and (max-width: 960px) {
  .page .img-first .content .background-img {
    border-radius: 10px;
    margin-top: 2rem;

    padding: 1.5rem;
    height: auto;
  }

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

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

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

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

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

  .page .first-img .content .background-img .whatsapp {
    font-size: 1rem;
    line-height: 1.2rem;
    align-items: center;
  }

  .page .title-especialist {
    margin: 2.5rem 0;
  }

  .page .title-especialist .content .uk-heading-medium {
    font-size: 1.3rem !important;
    line-height: 1.6rem;
  }

  .page .inner-page .content .item .uk-text-meta {
    font-size: 1rem;
  }

  .page .img-first .content .background-img .whatsapp {
    font-size: 1.1rem;
    line-height: 1.2rem;
    align-items: center;
    padding: 1rem;
  }

  .page .health-insurance {
    padding-top: 0;
  }

  .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 .inner-page .content .item .uk-heading-medium {
    font-size: 1.5rem !important;
  }

  .page .inner-page .content .item .whatsapp {
    font-size: 1.2rem;

    display: flex;
    align-items: center;
  }
}