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

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

  background: url(../imagens/img-apresentation/sobre-nos.png) top center no-repeat;

  margin-bottom: 3rem;
}

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

  max-width: 600px;
}

.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-about-us {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

.page .title-about-us .content .uk-heading-medium {
  font-size: 2rem !important;
  color: #25325C;
  text-align: center;
  margin: 0px !important;
}

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

.page .type-service {
  display: flex;
  justify-content: center;

  background: url(../imagens/background/background-itens-quem-somos.png) top center no-repeat;

  margin-bottom: 3rem;
}

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

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

.page .type-service .content .list-types {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.page .type-service .content .list-types .item {
  font-size: 2rem !important;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;

  background-color: #3E4869;
  padding: 1rem 4rem;
  border-radius: 60px;
}

.page .type-service .content .list-types .item strong {
  font-weight: 700;
}

.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(max-width:1200px) {
  .page .title-apresetation img {
    width: 100%;
    height: auto;
    background-size: cover;
  }
}

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

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

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

  .page .title-about-us .content .uk-heading-medium {
    font-size: 1.5rem !important;
  }

  .page .type-service .content .list-types {
    width: 100%;
  }

  .page .type-service .content .list-types .item {
    font-size: 1.5rem !important;
    padding: 1rem 2rem;
    text-align: center;
  }

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

  .page .inner-page .content .item .whatsapp {
    font-size: 1.2rem;
    align-items: center;
  }
}