/* UTILITÁRIOS -> INÍCIO */

html {
  scroll-behavior: smooth;
}

header {
  z-index: 1;
}

/* UTILITÁRIOS -> FIM */

.saiba-mais .container h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
.saiba-mais {
  background-color: red;
}

/* BREADCRUMB */

.background-breadcrumb {
  background-color: #4d4d4d;
}

.breadcrumb-navigation {
  display: flex;
  padding-top: 60px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.alignment-breadcrumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}

.alignment-breadcrumb a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb-item {
  color: #fff;
  /* bottom: 3px; */
}

.title-page-intern-breadcrumb {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.24px;
}

.title-page-intern-breadcrumb a {
  color: #fff;
  display: none;
}
@media only screen and (max-width: 475px) {
  .title-page-intern-breadcrumb a {
    display: none;
  }
}
@media only screen and (min-width: 993px) {
  .alignment-breadcrumb {
    align-items: flex-start;
  }

  .breadcrumb-navigation {
    text-align: left;
    align-items: flex-start;
  }

  .title-page-intern-breadcrumb {
    font-size: 36px;
  }

  .breadcrumb-item {
    /* bottom: 2px; */
    font-size: 16px;
  }
}

/* INTERN PAGE -> INÍCIO */

.main-div-intern {
  padding-top: 60px;
  padding-bottom: 66px;
}

.main-title-intern {
  color: #212121;
  font-size: 26px;
  font-weight: 900;
  margin: 20px 0px 40px 0px;
  line-height: 48px;
  text-align: left;
  letter-spacing: 0.86px;
}

.second-title-intern {
  color: #090909;
  font-size: 22px;
  font-weight: 900;
  margin: 20px 0px 40px 0px;
  line-height: 48px;
  text-align: left;
  letter-spacing: 0.86px;
}

.strong-intern {
  color: #445bc7;
  font-weight: bold;
}

.flex-container-icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.icon-title {
  color: #090909;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0px -10px 0px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.86px;
}

.image-box {
  margin: 36px 0px 26px 0px;
}

@media only screen and (min-width: 993px) {
  .main-title-intern {
    font-size: 36px;
  }

  .second-title-intern {
    color: #090909;
    font-size: 32px;
  }

  .flex-container-icons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .flex-container-icons div {
    width: 30%;
  }
}

/* INTERN PAGE -> FIM  */

/* SERVICES -> INÍCIO */

.services-flex-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.services-flex-container .div-service-item {
  margin-bottom: 36px;
}

.div-service-item {
  transition: 0.3s ease-in-out;
}

.div-service-item:hover .title-services a {
  color: #c9a900;
  transition: 0.3s ease-in-out;
}

.title-services {
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0px 20px 0px;
  line-height: 48px;
  letter-spacing: 0.86px;
  text-align: center;
}

.title-services a {
  color: #090909;
  transition: 0.3s ease-in-out;
}

.title-services a:hover {
  color: #c9a900;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .services-flex-container {
    flex-direction: row;
    justify-content: space-between;
  }

  .services-flex-container .div-service-item {
    width: 45%;
  }
}

@media only screen and (min-width: 1100px) {
  .services-flex-container {
    flex-direction: row;
    justify-content: space-between;
  }

  .services-flex-container .div-service-item {
    width: 30%;
    padding-right: 3%;
  }
}

/* SERVICES -> FIM */

/* SITEMAP */

.site-map li {
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.32px;
}

.site-map a {
  color: #222222;
  transition: 0.3s ease-in-out;
}

.site-map a:hover {
  color: #334495;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1100px) {
  .site-map li {
    font-size: 16px;
  }
}

/* SITEMAP */

/* Novos estilos -> Header páginas internas */

.navbar-header {
  background-color: #000;
  box-shadow: none !important;
}

@media only screen and (max-width: 992px) {
  .navbar-header {
    padding: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }
}

.servicos-articles {
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

@media screen and (max-width: 1280px) {
  .servicos-articles {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }
}

@media screen and (max-width: 1024px) {
  .servicos-articles {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 650px) {
  .servicos-articles {
    grid-template-columns: 1fr;
  }
}

.servicos-articles__article {
  position: relative;
}

.servicos-articles__article h3 {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 24px;
}

.servicos-articles__article img {
  filter: brightness(0.5);
  transition: filter 0.2s ease-in-out;
}

.servicos-articles__article-arrow {
  padding: 8px 16px;
  background-color: #f5be0a;
  margin: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: background-color 0.2s ease-in-out;
}

.servicos-articles__article-arrow:hover {
  background-color: rgba(245, 190, 10, 0.9);
}

.servicos-articles__article:hover img {
  filter: brightness(0.4);
}
