:root {
  --s-html: 16px;
  --s-p: 16px;
  --s-h1: 6.4rem;
  --s-h2: 4.8rem;
  --s-h3: 4rem;
  --s-h4: 2rem;
  --s-h5: 1.25rem;
  --s-h6: 0.875em;
  --s-meta: 0.875rem;
  --c-primary: #035299;
  --c-secondary: #b1d3e5;
  --p-theme: /wp-content/themes/midia-ninja-theme;
  --p-theme-assets: /wp-content/themes/midia-ninja-theme/assets;
  --f-body: Manrope, sans-serif;
  --f-title: Manrope, sans-serif;
  --f-ninja: MidiaNinja, sans-serif;
  --f-ninja-config: "calt" on;
  --s-small: 0.938rem;
  --s-medium: 1.875rem;
  --s-large: 2.813rem;
}

:root {
  --s-html: 16px;
  --s-p: 16px;
  --s-h1: 6.4rem;
  --s-h2: 4.8rem;
  --s-h3: 4rem;
  --s-h4: 2rem;
  --s-h5: 1.25rem;
  --s-h6: 0.875em;
  --s-meta: 0.875rem;
  --c-primary: #035299;
  --c-secondary: #b1d3e5;
  --p-theme: /wp-content/themes/midia-ninja-theme;
  --p-theme-assets: /wp-content/themes/midia-ninja-theme/assets;
  --f-body: Manrope, sans-serif;
  --f-title: Manrope, sans-serif;
  --f-ninja: MidiaNinja, sans-serif;
  --f-ninja-config: "calt" on;
  --s-small: 0.938rem;
  --s-medium: 1.875rem;
  --s-large: 2.813rem;
}

.post-type-archive-especial {
  background-color: #F5F5F5;
}

.post-type-archive-especial .header-and-footer-archive {
  margin: 40px 0px;
  margin-top: 0;
}

.post-type-archive-especial .header-and-footer-archive .wp-block-cover {
  height: 506px;
  padding: 0;
  border-radius: 1%;
}

@media (max-width: 1024px) {
  .post-type-archive-especial .header-and-footer-archive .wp-block-cover__image-background {
    content: url("/wp-content/themes/midia-ninja-theme/assets/images/bg-archive-especiais.png");
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.post-type-archive-especial .header-and-footer-archive .wp-block-cover {
  height: 506px !important;
  padding: 0px;
  border-radius: 1%;
}

@media (max-width: 768px) {
  .post-type-archive-especial .header-and-footer-archive .wp-block-cover {
    border-radius: 8px;
  }
}

.post-type-archive-especial .header-and-footer-archive .wp-block-cover .wp-block-columns {
  margin-left: 0px !important;
  margin-bottom: 0px;
  height: 506px !important;
}

@media (max-width: 768px) {
  .post-type-archive-especial .header-and-footer-archive .wp-block-cover .wp-block-columns {
    width: 100%;
    position: relative;
    top: 261px;
  }
}

.post-type-archive-especial .header-and-footer-archive .wp-block-cover .wp-block-columns .wp-block-column {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px 80px 18px 60px;
  background: linear-gradient(0deg, rgba(38, 38, 38, 0.64) 49.5%, rgba(38, 38, 38, 0) 100%);
  color: var(--wp--preset--color--secondary-light);
}

@media (max-width: 576px) {
  .post-type-archive-especial .header-and-footer-archive .wp-block-cover .wp-block-columns .wp-block-column {
    margin-inline: 0;
    padding: 16px;
    background: linear-gradient(0deg, rgba(38, 38, 38, 0.64) 106%, rgba(38, 38, 38, 0) 100%);
  }
}

@media (max-width: 768px) {
  .post-type-archive-especial .header-and-footer-archive .wp-block-cover .wp-block-columns .wp-block-column {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
    align-items: flex-start;
    padding: 16px;
    background: linear-gradient(0deg, rgba(38, 38, 38, 0.64) 106%, rgba(38, 38, 38, 0) 100%);
  }
}

.post-type-archive-especial .header-and-footer-archive .wp-block-cover .wp-block-columns .wp-block-column h2 {
  color: #fff;
  font-family: var(--wp--preset--font-family--manrope);
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 38.4px;
  letter-spacing: -1.44px;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 0;
}

.post-type-archive-especial .header-and-footer-archive .wp-block-cover .wp-block-columns .wp-block-column h4 {
  color: var(--Secondary-light, #f5f5f5);
  width: 100%;
  font-family: var(--wp--preset--font-family--archivo-expanded);
  font-size: var(--wp--preset--font-size--small);
  font-style: normal;
  font-weight: 800;
  line-height: 155%;
  letter-spacing: -0.42px;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .post-type-archive-especial .header-and-footer-archive .wp-block-cover .wp-block-columns .wp-block-column h4 {
    color: var(--Secondary-light, #f5f5f5);
    font-family: var(--wp--preset--font-family--archivo-expanded);
    font-size: var(--wp--preset--font-size--small);
    font-style: normal;
    font-weight: 800;
    line-height: 155%;
    letter-spacing: -0.42px;
    margin: 0 auto 0 143px;
    text-transform: uppercase;
    width: 49%;
    margin: 0;
    padding-top: 27px;
  }
}

.post-type-archive-especial .header-and-footer-archive .wp-block-cover .wp-block-columns .wp-block-column p {
  color: #fff;
  font-family: var(--wp--preset--font-family--manrope);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media (max-width: 768px) {
  .post-type-archive-especial .header-and-footer-archive .wp-block-cover .wp-block-columns .wp-block-column p {
    display: none;
  }
}

@media (max-width: 576px) {
  .post-type-archive-especial #app {
    padding-inline: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .post-type-archive-especial #app > .container {
    padding-inline: 0;
  }
}

.post-type-archive-especial .content {
  padding-left: 0;
  padding-right: 0;
}

.post-type-archive-especial .content .search {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
  margin-bottom: 32px;
}

@media (max-width: 576px) {
  .post-type-archive-especial .content .search {
    display: none;
  }
}

@media (max-width: 768px) {
  .post-type-archive-especial .content .search {
    display: none;
  }
}

.post-type-archive-especial .content .search h2 {
  color: var(--wp--preset--color--low-pure);
  font-family: var(--wp--preset--font-family--manrope);
  font-size: var(--wp--preset--font-size--medium);
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.64px;
  width: 200px;
}

.post-type-archive-especial .content .search .advanced-search {
  display: flex;
  align-items: center;
}

.post-type-archive-especial .content .search .advanced-search .input-search {
  width: 100%;
}

.post-type-archive-especial .content .search .advanced-search .input-search input[type=text] {
  width: 470px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 2px solid var(--PRIMARY-PURE, #848484);
}

.post-type-archive-especial .content .search .advanced-search .input-search i {
  background-image: url("/wp-content/themes/midia-ninja-theme/assets/images/generic.png");
  width: 22px;
  height: 22px;
  display: block;
  background-position: center;
  position: absolute;
  top: 54px;
  right: 130px;
}

@media (min-width: 600px) and (max-width: 1074px) {
  .post-type-archive-especial .content .search .advanced-search .input-search i {
    top: 24px;
    right: 76px;
  }
}

.post-type-archive-especial .content .posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

@media (min-width: 600px) and (max-width: 1074px) {
  .post-type-archive-especial .content .posts {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    justify-items: center;
  }
}

@media (max-width: 576px) {
  .post-type-archive-especial .content .posts {
    gap: 4px !important;
    margin-bottom: 32px;
  }
}

@media (max-width: 768px) {
  .post-type-archive-especial .content .posts {
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    margin-top: 40px;
    max-width: 343px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    justify-items: center;
  }
}

.post-type-archive-especial .content .posts .post {
  max-width: 270px;
  width: 100%;
}

@media (max-width: 576px) {
  .post-type-archive-especial .content .posts .post {
    max-width: 158px;
    scale: 0.9;
  }
}

@media (max-width: 768px) {
  .post-type-archive-especial .content .posts .post {
    max-width: 158px;
  }
}

.post-type-archive-especial .content .posts .post:hover {
  background-color: transparent;
}

.post-type-archive-especial .content .posts .post-card {
  flex-direction: column;
  max-width: 270px;
  width: 100%;
}

@media (max-width: 576px) {
  .post-type-archive-especial .content .posts .post-card {
    border-bottom: none;
  }
}

@media (max-width: 768px) {
  .post-type-archive-especial .content .posts .post-card {
    border-bottom: none;
  }
}

.post-type-archive-especial .content .posts .post-card--thumb {
  padding-right: 0;
  width: 270px;
  height: 337px;
  border: none;
}

@media (max-width: 576px) {
  .post-type-archive-especial .content .posts .post-card--thumb {
    max-width: 158px;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .post-type-archive-especial .content .posts .post-card--thumb {
    max-width: 158px;
    width: 100%;
    height: auto;
  }
}

.post-type-archive-especial .content .posts .post-card--thumb a .aspect-ratio {
  width: 100%;
  height: 335px;
  border-radius: 8px;
}

@media (max-width: 576px) {
  .post-type-archive-especial .content .posts .post-card--thumb a .aspect-ratio {
    height: auto;
  }
}

@media (max-width: 768px) {
  .post-type-archive-especial .content .posts .post-card--thumb a .aspect-ratio {
    height: 197px;
  }
}

.post-type-archive-especial .content .posts .post-card--thumb a .aspect-ratio img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 576px) {
  .post-type-archive-especial .content .posts .post-card--thumb a .aspect-ratio img {
    max-width: 158px;
  }
}

@media screen and (min-width: 1200px) {
  .post-type-archive-especial .content .posts .post-card--thumb a .aspect-ratio img {
    height: 337px !important;
    max-height: 337px !important;
  }
}

@media (max-width: 576px) {
  .post-type-archive-especial .content .posts .post-card--thumb a .aspect-ratio img {
    height: 197px;
  }
}

@media (max-width: 768px) {
  .post-type-archive-especial .content .posts .post-card--thumb a .aspect-ratio img {
    height: 197px;
  }
}

.post-type-archive-especial .content .posts .post-card--content .entry-date {
  display: none;
}

.post-type-archive-especial .content .posts .post-card--content .entry-meta {
  display: none;
}

.post-type-archive-especial .content .posts .post-card--content .entry-excerpt {
  display: none;
}

.post-type-archive-especial .content .posts .post-card--content a {
  text-decoration: none;
}

.post-type-archive-especial .content .posts .post-card--content a:hover {
  text-decoration: underline;
}

.post-type-archive-especial .content .posts .post-card--content a .entry-title {
  color: #000000;
  font-family: var(--wp--preset--font-family--manrope);
  font-size: var(--wp--preset--font-size--intermediate-standard);
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
  letter-spacing: -0.24px;
  margin-top: 8px;
}

@media (max-width: 576px) {
  .post-type-archive-especial .content .posts .post-card--content a .entry-title {
    font-size: 18px !important;
  }
}

.post-type-archive-especial .content .pagination {
  margin-bottom: 100px;
}

.post-type-archive-especial .content .pagination .nav-links {
  gap: 10px;
}


/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJjc3MvX3AtYXJjaGl2ZS1lc3BlY2lhbC5jc3MiLCJzb3VyY2VSb290IjoiIn0=*/