.page-template-home .banner-carrossel {
  height: 700px;
  position: relative;
}

.page-template-home .banner-carrossel div {
  height: 100%;
}

.page-template-home .banner-carrossel .banner__text {
  margin-top: 160px;
  height: auto;
}

.page-template-home .banner-carrossel .slick-prev,
.page-template-home .banner-carrossel .slick-next {
  top: auto;
  bottom: 55px;
  z-index: 4;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
}

.page-template-home .banner-carrossel .slick-prev {
  left: calc(50% - 200px);
}

.page-template-home .banner-carrossel .slick-next {
  right: calc(50% - 200px);
}

.page-template-home .slick-prev:before {
  content: "";
  background-image: url("data:image/svg+xml, %3Csvg version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='8px' height='14px' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(1 0 0 1 -314 -323 )'%3E%3Cpath d='M 7.087583333333333 8.23725 L 1.323666666666667 14 L 0.5 13.176333333333334 L 6.263916666666667 7.412416666666669 C 6.4916394640275055 7.184625086633276 6.491639464027504 6.815374913366726 6.263916666666667 6.587583333333335 L 0.5099166666666672 0.8347500000000001 L 1.3347500000000005 0.009916666666666667 L 7.087583333333333 5.7627500000000005 C 7.770751725415844 6.446124740100175 7.770751725415844 7.553875259899824 7.087583333333333 8.23725 Z ' fill-rule='nonzero' fill='%233747a2' stroke='none' transform='matrix(1 0 0 1 314 323 )' /%3E%3C/g%3E%3C/svg%3E");
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  border: 2px solid var(--color-secondary);
  border-radius: 50%;
  background-position: center;
  background-size: 10px 18px;
  transform: rotate(180deg);
  opacity: 1 !important;
}

.page-template-home .slick-next:before {
  content: "";
  background-image: url("data:image/svg+xml, %3Csvg version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='8px' height='14px' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(1 0 0 1 -314 -323 )'%3E%3Cpath d='M 7.087583333333333 8.23725 L 1.323666666666667 14 L 0.5 13.176333333333334 L 6.263916666666667 7.412416666666669 C 6.4916394640275055 7.184625086633276 6.491639464027504 6.815374913366726 6.263916666666667 6.587583333333335 L 0.5099166666666672 0.8347500000000001 L 1.3347500000000005 0.009916666666666667 L 7.087583333333333 5.7627500000000005 C 7.770751725415844 6.446124740100175 7.770751725415844 7.553875259899824 7.087583333333333 8.23725 Z ' fill-rule='nonzero' fill='%23ffffff' stroke='none' transform='matrix(1 0 0 1 314 323 )' /%3E%3C/g%3E%3C/svg%3E");
  width: 48px;
  height: 48px;
  display: block;
  background-repeat: no-repeat;
  background-color: var(--color-secondary);
  border-radius: 50%;
  background-position: center;
  background-size: 10px 18px;
  box-shadow: 5px 5px 24px 0px rgba(0, 0, 0, 0.22);
  opacity: 1 !important;
}

.page-template-home .banner-carrossel .slick-dots {
  bottom: 85px;
}

.page-template-home .banner-carrossel .slick-dots li button::before {
  content: "";
  background: #d4d7de;
  border: 1px solid #626262;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  opacity: 1;
}

.page-template-home
  .banner-carrossel
  .slick-dots
  li.slick-active
  button::before {
  background: var(--color-secondary-hover);
  border: none;
}

.home-numeros {
  padding: 70px 0;
}

.home-numeros__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--color-text-primary);
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.home-numeros__item strong {
  display: block;
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 10px;
}

.home-acesso_rapido {
  margin-top: 8rem;
  padding-bottom: 130px;
}

.home-acesso_rapido h2 {
  font-size: 42px;
  margin-bottom: 49px !important;
  font-weight: 700;
  color: var(--color-text-primary);
}

.home-acesso_rapido h2 strong {
  color: var(--color-secondary);
  font-weight: 700;
}

.home-acesso_rapido__itens {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;

  @media (width >= 1024px) {
    grid-template-columns: repeat(4, 1fr);
  }
}

.home-acesso_rapido__item {
  padding: 25px;
  min-height: 160px;
  border-radius: 32px 32px 0 32px;
  border: 2px solid #ebebeb;
  background-color: var(--color-white);
  transition: ease-out 0.5s;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
}

.home-acesso_rapido__item h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-text-primary);
  line-height: 1.4;
}

.home-acesso_rapido__item svg * {
  fill: var(--color-text-primary);
}

.home-acesso_rapido__item:hover svg * {
  fill: var(--color-white);
}

.home-acesso_rapido__item:hover {
  background-color: var(--color-secondary-hover);
  text-decoration: none;
}

.home-acesso_rapido__item:hover h3 {
  color: var(--color-white);
}

.home-certificacoes {
  padding-bottom: 95px;
}

.home-certificacoes__title {
  position: relative;
  margin-bottom: 100px;
}

.home-certificacoes__title .detalhe {
  position: absolute;
  top: calc(100% - 40px);
  right: calc(50% - 340px);
}

.home-certificacoes__title h2 {
  font-size: 42px;
  color: var(--color-text-primary);
  font-weight: 400;
  margin-bottom: 20px !important;
}

.home-certificacoes__title h2 strong {
  color: var(--color-warning-dark);
  font-weight: 700;
}

.home-certificacoes__title p {
  font-size: 20px;
  font-weight: 300;
}

.home-certificacoes__title p strong {
  font-weight: 700;
}

.home-certificacoes .product__content {
  padding-bottom: 30px;
  padding-top: 30px;
  min-height: 160px;
}

.slick-dots {
  bottom: 10px;
}

.slick-dots li {
  width: 12px;
}

.slick-dots li button {
  height: 12px;
  width: 12px;
  margin: 0;
}

.slick-dots li button::before {
  content: "";
  background: #d4d7de;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  opacity: 1;
}

.slick-dots li.slick-active button::before {
  background: var(--color-secondary-hover);
  border: none;
}

.page-template-home .slick-prev,
.page-template-home .slick-next {
  top: auto;
  bottom: 0;
  z-index: 4;
  width: 48px;
  height: 48px;
  transform: none;
}

.page-template-home .slick-prev {
  left: auto;
  right: 110px;
}

.page-template-home .slick-next {
  right: 20px;
}

.slick-slider:not(.banner-carrossel) {
  padding-bottom: 80px;
}

.home-cursos {
  padding-bottom: 80px;
}

.home-cursos__title {
  max-width: 755px;
  margin: 0 auto 90px;
}

.home-cursos__title h2 {
  font-size: 42px;
  color: var(--color-text-primary);
  font-weight: 700;
  margin-bottom: 20px !important;
}

.home-cursos__title h2 strong {
  color: #12b5d9;
  font-weight: 700;
}

.home-cursos__title p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

.home-cursos__title p strong {
  font-weight: 700;
}

.home-noticias .slick-track {
  display: flex !important;
}

.home-noticias .slick-slide {
  height: inherit !important;
}

.home-noticias .slick-slide > div,
.home-noticias .slick-slide > div > .aneps-materias__destaque__item,
.home-noticias
  .slick-slide
  > div
  > .aneps-materias__destaque__item
  > .card-materia {
  height: 100%;
}

.home-noticias .noticias-topo {
  margin-bottom: 56px;
  flex-wrap: wrap;
}

.home-noticias .noticias-topo h2 {
  font-size: 42px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--color-secondary);
}

.home-noticias .noticias-topo a,
.home-noticias .noticias-topo a:active,
.home-noticias .noticias-topo a:visited,
.home-noticias .noticias-topo a:focus {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: all 300ms;
  border-radius: 20px;
  min-width: 125px;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 10px 35px;
  font-size: 1.32em;
  font-weight: 400;
  line-height: 1;
  color: var(--color-gray-light);
}

.home-noticias .noticias-topo a:hover,
.home-noticias .noticias-topo a:first-child {
  background: #1e215a;
  color: var(--color-white);
}

.home-noticias .noticias-topo .d-flex {
  gap: 20px;
}

.home-noticias__link {
  margin-top: 80px;
}

.home-noticias {
  padding-bottom: 110px;
}

.home-cards {
  padding-bottom: 90px;
}

@media (max-width: 992px) {
  .page-template-home .banner-carrossel {
    height: auto;
    padding-bottom: 90px;
  }

  .page-template-home .banner-carrossel .banner__bg {
    width: 100%;
  }
  .page-template-home .banner-carrossel .banner__text {
    margin-top: 30px;
  }
  .page-template-home .banner-carrossel .slick-prev,
  .page-template-home .banner-carrossel .slick-next {
    bottom: 0;
  }
  .page-template-home .banner-carrossel .slick-dots {
    bottom: 25px;
  }

  .home-numeros__item {
    margin-bottom: 30px;
  }
  .page-template-home .slick-prev {
    left: 20px;
  }
  .home-certificacoes__title {
    overflow: hidden;
  }
}
