@charset "UTF-8";
/* ===============================
   BASE
   =============================== */
.deg {
  font-family: "degular", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html,
body {
  font-family: "Atkinson Hyperlegible Next", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-variation-settings: "wdth" 100;
  color: #222;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 !important;
  margin: 0 !important;
}

.flex {
  display: flex;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1290px;
  width: 100%;
  padding: 0 2rem;
  margin-inline: auto;
}

.relative {
  position: relative;
}

header {
  background-color: #602366;
  height: auto;
  display: flex;
}
header .flex {
  justify-content: space-between;
  align-items: center;
}
header .main-nav ul {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
header .main-nav ul a {
  color: #faba0d;
  font-size: 17px;
  font-weight: 800;
}
header .secao-roxa {
  background: #572762;
  padding: 30px;
}
header .custom-search-form {
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 520px;
}
header .custom-search-form .custom-search-input {
  flex: 1;
  width: 270px;
  padding: 14px 18px;
  border: none;
  border-radius: 10rem;
  outline: none;
  font-size: 12px;
  background: #a389a9;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
}
header .custom-search-form .custom-search-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
header .custom-search-form .custom-search-input::placeholder {
  color: #fff;
  opacity: 1;
}
header .custom-search-form .custom-search-input::-webkit-input-placeholder {
  color: #fff;
}
header .custom-search-form .custom-search-input:-ms-input-placeholder {
  color: #fff;
}
header .custom-search-form .custom-search-input::-ms-input-placeholder {
  color: #fff;
}
header .custom-search-form .custom-search-button {
  position: absolute;
  border: none;
  cursor: pointer;
  background: transparent;
  right: 10px;
  top: 10px;
}
header .custom-search-form.only-button .custom-search-input {
  display: none;
}
header .custom-search-form.only-button .custom-search-button {
  width: 100%;
  border-radius: 999px;
}

h2 {
  margin: 0;
}

#banner {
  height: 80vh;
  position: relative;
  overflow: hidden;
}
#banner .banner-swiper {
  height: 100%;
}
#banner .swiper-wrapper {
  height: 100%;
}
#banner .swiper-slide {
  height: 100%;
}
#banner .tt {
  position: relative;
  height: 80vh;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#banner .tt::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
#banner .tt .container {
  position: relative;
  z-index: 1;
}
#banner .tt .text {
  color: #fff;
  margin-bottom: 80px;
}
#banner .tt .text h2 {
  font-size: 60px;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 60px;
}
#banner .tt .text h2 strong {
  font-size: 90px;
  font-weight: 700;
  display: block;
}
#banner .tt .text .link {
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
  width: -moz-max-content;
  width: max-content;
  padding-inline: 1rem;
  padding-block: 0.3rem;
  margin-top: 36px;
  transition: all 0.4s ease;
}
#banner .tt .text .link:hover {
  background-color: #602366;
  color: white;
  border-color: #602366;
}
#banner .swiper-pagination {
  bottom: 30px !important;
}
#banner .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
#banner .swiper-pagination-bullet-active {
  background: #fff;
}

.curtas-bloco {
  margin-bottom: 24px;
}
.curtas-bloco .curtas-swiper .swiper-slide {
  height: 224px;
}

#curtas {
  background: #49225e url(../imgs/bg_cc.png) center no-repeat;
  background-size: cover;
  padding-block: 25px;
}
#curtas .curtas-bloco__title {
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.curtas-bloco .swiper-button-prev,
.curtas-bloco .swiper-button-next {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  top: 40%;
  transform: translateY(-50%);
}
.curtas-bloco .swiper-button-prev::after,
.curtas-bloco .swiper-button-next::after {
  font-size: 14px;
}
.curtas-bloco .swiper-button-prev {
  left: -4px;
}
.curtas-bloco .swiper-button-next {
  right: -4px;
}
.curtas-bloco .swiper-pagination {
  position: relative;
  margin-top: 12px;
  text-align: center;
}
.curtas-bloco .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #cccccc;
  opacity: 1;
}
.curtas-bloco .swiper-pagination-bullet-active {
  background: #111111;
}

@media (min-width: 768px) {
  .curtas-bloco__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .curtas-bloco .swiper-button-prev {
    left: -12px;
  }
  .curtas-bloco .swiper-button-next {
    right: -12px;
  }
  .curta-card__title {
    font-size: 17px;
  }
}
.curta-card {
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  height: 224px;
  position: relative;
}
.curta-card:after {
  content: "";
  background: 11eE1E;
  background: linear-gradient(38deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%);
  width: 100%;
  height: 224px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.curta-card__thumb {
  width: 100%;
  height: 224px;
  background-size: cover;
  background-position: center;
}
.curta-card__title {
  font-size: 20px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
}
.curta-card .dados {
  position: absolute;
  bottom: 0;
  z-index: 999;
  padding: 1rem;
}
.curta-card .dados h3 {
  padding: 0;
  margin: 0;
  line-height: 0.9;
  font-weight: 900;
}
.curta-card .estado {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
}
.curta-card .ano {
  font-size: 24px;
  color: white;
  line-height: 18px;
}
.curta-card--cta {
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 3rem;
  text-decoration: none;
}
.curta-card__cta-text {
  font-size: 45px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  z-index: 9;
}

@media (max-width: 768px) {
  .curta-card__cta-text {
    font-size: 18px;
  }
}
.footer-cta {
  background-color: #191338;
  padding-block: 2rem;
}

#banner_int {
  height: 90vh;
  background-size: cover;
  display: flex;
  align-items: end;
}
#banner_int .cc {
  color: white;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 2rem;
}
#banner_int .cc h2 {
  font-size: 80px;
  font-weight: 900;
}
#banner_int .cc .estado {
  font-weight: 700;
  font-size: 55px;
}
#banner_int .cc .ano {
  font-family: "Montserrat", sans-serif;
  font-size: 55px;
  font-weight: 700;
}

#infos_curtas {
  color: white;
  background: url(../imgs/bgs.jpg) no-repeat center;
  background-size: cover;
  min-height: 300px;
  padding-block: 2rem;
}
#infos_curtas .sino h3 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}
#infos_curtas .sino p {
  margin: 0;
}
#infos_curtas .tema p {
  margin: 0;
}
#infos_curtas .tema .btn-filmes-tema {
  color: white;
  text-transform: uppercase;
  border: 1px solid white;
  padding: 10px 14px;
  transition: all 0.4s ease;
  font-weight: 600;
  display: inline-block;
  margin-top: 10px;
}
#infos_curtas .tema .btn-filmes-tema:hover {
  background-color: #49225e;
  color: white;
}
#infos_curtas .equipe {
  margin-top: 70px;
  width: 690px;
}
#infos_curtas .equipe h3 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1rem;
}
#infos_curtas .equipe .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}
#infos_curtas .equipe .grid img {
  width: 127px;
  height: 127px;
  -o-object-fit: cover;
     object-fit: cover;
}
#infos_curtas .equipe .grid span {
  display: block;
}
#infos_curtas .infos {
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: 500;
  margin-top: 80px;
}

#curtas-relacionados {
  padding: 40px 0 0;
  color: #ffffff;
}
#curtas-relacionados .curta-card .dados {
  font-size: 24px;
}

.curtas-bloco__title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* Swiper geral */
.curtas-swiper {
  position: relative;
}
.curtas-swiper .swiper-wrapper {
  align-items: stretch;
}
.curtas-swiper .swiper-slide {
  height: auto;
}

/* Card de curta */
.curta-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #000;
  text-decoration: none;
  color: inherit;
}
.curta-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.curta-card__thumb {
  padding-top: 56%;
  background-size: cover;
  background-position: center;
}

.curta-card__dados {
  padding: 12px 14px 16px;
  background: #1a1a1a;
}

.curta-card__title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.curta-card__meta {
  font-size: 12px;
  opacity: 0.85;
}

/* Slide CTA (último) */
.curta-card--cta {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 24px 18px;
  text-align: left;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.05;
  text-transform: uppercase;
  border-radius: 4px;
}

.curta-card__cta-text {
  display: block;
}

/* Navegação / paginação */
.curtas-swiper__nav {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.curtas-swiper-prev,
.curtas-swiper-next {
  border: none;
  background: #ffffff;
  color: #2b1354;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}

.curtas-swiper .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.curtas-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}

.curtas-tema {
  background: #2b1354;
  color: #ffffff;
}

/* BANNER */
.curtas-tema__banner {
  position: relative;
  min-height: 90vh;
  background-size: cover;
  background-position: center center;
}
.curtas-tema__banner h2 {
  font-size: 90px;
  font-weight: 900;
  margin-bottom: 0;
  line-height: normal;
}
.curtas-tema__banner h5 {
  font-size: 60px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}
.curtas-tema__banner p {
  line-height: 18px;
}

.curtas-tema__banner-overlay {
  position: relative;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
  display: flex;
  align-items: stretch;
  height: 90vh;
  display: flex;
  align-items: end;
}

.curtas-tema__banner-content {
  max-width: 600px;
  line-height: 48px;
  margin-bottom: 5rem;
}

.curtas-tema__label {
  font-size: 50px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0 0 8px;
  position: absolute;
  top: 0;
  width: 16%;
  line-height: normal;
  font-weight: 200;
  font-family: "degular", sans-serif;
  line-height: 37px !important;
  margin-left: 12rem;
  margin-top: 1rem;
}

.curtas-tema__title {
  font-size: 40px;
  line-height: 1.05;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 16px;
}

.curtas-tema__subtitle {
  font-size: 14px;
  line-height: 1.5;
  max-width: 420px;
}

/* LISTA */
.curtas-tema__lista-wrap {
  color: white;
  background: url(../imgs/bgs.jpg) no-repeat center;
  background-size: cover;
  min-height: 300px;
  padding-block: 2rem;
}

.curtas-tema__lista {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

/* item da lista, imagem esquerda / texto direita */
.curtas-tema-item {
  border-radius: 4px;
  overflow: hidden;
}

.curtas-tema-item__link {
  display: grid;
  grid-template-columns: 400px minmax(0, 1fr);
  text-decoration: none;
  color: inherit;
}
@media (max-width: 768px) {
  .curtas-tema-item__link {
    grid-template-columns: 1fr;
  }
}

.curtas-tema-item__thumb {
  background-size: cover;
  background-position: center center;
  min-height: 225px;
}

.curtas-tema-item__content {
  padding: 20px 24px;
}
.curtas-tema-item__content h2 {
  font-size: 30px;
  line-height: 10px;
}

.curtas-tema-item__title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 6px;
}

.curtas-tema-item__meta {
  font-size: 30px;
  margin-bottom: 10px;
}

.curtas-tema-item__ano {
  font-weight: 600;
}

.curtas-tema-item__desc {
  font-size: 13px;
  line-height: 1.5;
}

/* mensagem vazia */
.curtas-tema__empty {
  padding: 40px 0;
  text-align: center;
  font-size: 14px;
  opacity: 0.8;
}

.ano {
  font-family: "degular", sans-serif !important;
  font-weight: 600;
}

.page-template-temas-php,
.page-template-conheca {
  background: url(../imgs/bgs.jpg) no-repeat center;
  background-size: cover;
}
.page-template-temas-php header,
.page-template-conheca header {
  background: transparent;
}

#temas,
#conheca {
  color: white;
  margin-top: 3rem;
  min-height: 300px;
  padding-block: 2rem;
}
#temas .text,
#conheca .text {
  font-size: 20px;
  font-weight: 500;
}
#temas .text h2,
#conheca .text h2 {
  font-size: 80px;
  font-weight: 200;
  width: 70%;
  line-height: 71px;
}
#temas .text h2 strong,
#conheca .text h2 strong {
  font-weight: 700;
}

#conheca .text h2 {
  width: 80%;
  font-size: 68px;
}

.lista-temas {
  padding: 40px 0;
  color: #ffffff;
}

.tema-item {
  display: grid;
  grid-template-columns: 400px minmax(0, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .tema-item {
    grid-template-columns: 1fr;
  }
}

.tema-item__thumb {
  background-size: cover;
  background-position: center;
  min-height: 225px;
}

.tema-item__title {
  font-size: 30px;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 12px;
}
.tema-item__title strong {
  font-weight: 700;
}

.tema-item__desc {
  font-size: 18px;
  margin: 0 0 16px;
  line-height: 1.5;
  font-weight: 500;
}

.tema-item__btn {
  display: inline-block;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: 0.2s;
}
.tema-item__btn:hover {
  background: #ffffff;
  color: #2b1354;
}

#projetos {
  padding-top: 6rem;
  padding-bottom: 4rem;
}
#projetos .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  row-gap: 4rem;
}
#projetos .grid .box {
  font-size: 24px;
  color: white;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
#projetos .grid .box .ll {
  border: 1px solid white;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-weight: 600;
}

.numbers-section {
  padding: 60px 0;
  color: #ffffff;
}
.numbers-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.numbers-section__header {
  margin-bottom: 32px;
}

.numbers-section__title {
  font-size: 70px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 800;
}

.numbers-section__grid {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: stretch;
}

.number-box {
  flex: 1;
  min-width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px 8px;
}

.number-box__value {
  font-size: 100px;
  line-height: 1;
  font-weight: 100;
  letter-spacing: 0.04em;
}

.number-box__label {
  margin-top: 10px;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 100;
}

/* responsivo */
@media (max-width: 768px) {
  .numbers-section__title {
    font-size: 24px;
  }
  .numbers-section__grid {
    gap: 24px;
  }
  .number-box__value {
    font-size: 44px;
  }
}/*# sourceMappingURL=main.css.map */