@charset "UTF-8";

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

@media (max-width: 768px) {
  .container {
    margin-top: 0px;
  }
}

.author .menu-especial {
  display: none;
}

.author .banner-principal {
  margin-bottom: 2rem;
}

.author .banner-principal a {
  position: relative;
}

.author .banner-principal a img {
  width: 100%;
  height: 497px;
  padding: 0px;
  border-radius: 8px 8px 8px 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .author .banner-principal a img {
    width: 99%;
    height: 497px;
    margin-bottom: 24px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.author .banner-principal .lado-esquerdo-banner {
  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);
  height: 45%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  border-radius: 8px;
  width: calc(100% - 30px);
}

@media (max-width: 768px) {
  .author .banner-principal .lado-esquerdo-banner {
    width: calc(100% - 33px);
    height: auto;
  }
}

.author .banner-principal .lado-esquerdo-banner .container-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 80px 44px 60px;
  height: 100%;
}

@media (max-width: 768px) {
  .author .banner-principal .lado-esquerdo-banner .container-info {
    width: 100%;
    padding: 1.25rem;
  }
}

.author .banner-principal .lado-esquerdo-banner .container-info .tag .entry-meta ul > li {
  background-color: initial !important;
}

.author .banner-principal .lado-esquerdo-banner .container-info .tag .entry-meta ul > li a {
  color: #FFF;
  font-family: "Archivo Expanded", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 155%;
  /* 21.7px */
  letter-spacing: -0.42px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .author .banner-principal .lado-esquerdo-banner .container-info .tag .entry-meta ul > li a {
    margin-top: 32px;
    margin-bottom: 16px;
  }
}

.author .banner-principal .lado-esquerdo-banner .container-info .title,
.author .banner-principal .lado-esquerdo-banner .container-info h5,
.author .banner-principal .lado-esquerdo-banner .container-info a {
  color: #FFF !important;
  /* <h2> Manrope */
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -0.64px;
  text-decoration: none;
  margin: 0px;
}

.author .banner-principal .lado-esquerdo-banner .container-info .resumo p {
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
}

@media (max-width: 768px) {
  .author .banner-principal .lado-esquerdo-banner .container-info .resumo p {
    display: none;
  }
}

.author .author-info {
  width: 271px;
  height: 497px;
  border-radius: 8px;
  background: var(--Gray-1, #333);
  display: grid;
  place-content: center;
}

@media (max-width: 768px) {
  .author .author-info {
    width: auto;
    height: 242px;
  }
}

.author .author-info .author-info-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0px 34px;
}

@media (max-width: 768px) {
  .author .author-info .author-info-card {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-left: 30px;
  }
}

.author .author-info .author-info-card img {
  width: 175.648px;
  height: 175px;
  border-radius: 50%;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .author .author-info .author-info-card img {
    width: 82px;
    height: 82px;
    margin-top: 24px;
  }
}

.author .author-info .author-info-card .author-name {
  color: var(--White, #FFF);
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  /* 120% */
  width: 201px;
  letter-spacing: -0.6px;
  margin-top: 35px;
  margin-bottom: 17px;
  border-bottom: #FFF solid 1px;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .author .author-info .author-info-card .author-name {
    border-bottom: none;
    position: relative;
    margin-left: 10px;
  }
}

.author .author-info .author-info-card .authbio {
  color: var(--White, #FFF);
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 15.6px */
  max-width: 201px;
}

@media (max-width: 768px) {
  .author .author-info .author-info-card .authbio {
    display: none;
  }
}

.author .author-info .author-info-card .social-networks {
  margin-top: 70px;
  display: flex;
  gap: 8px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .author .author-info .author-info-card .social-networks {
    display: flex;
    gap: 8px;
    margin-top: 64px;
    position: absolute;
    margin-left: 7px;
    margin-top: 83px;
  }
}

.author .author-info .author-info-card .social-networks span a svg path {
  fill: #FFFFFF;
}

.author .author-info .authbio-mobile {
  display: none;
}

@media (max-width: 768px) {
  .author .author-info .authbio-mobile {
    color: var(--White, #FFF);
    /* <h5> Manrope */
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    /* 18.85px */
    display: flex;
    /* width: 263px; */
    /* height: 81.812px; */
    flex-direction: column;
    margin: auto;
    margin: 0px 33px;
    margin-top: 26px;
    border-top: solid 1px white;
    padding-top: 8px;
  }
}

.author main {
  width: 100%;
}

.author main .container-posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 86px;
  width: 100%;
}

@media (max-width: 768px) {
  .author main .container-posts {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .author main .container-posts {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-bottom: 24px;
  }
}

.author main .container-posts .post-card {
  width: 334px;
  margin-top: 24px;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .author main .container-posts .post-card {
    border: none;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .author main .container-posts .post-card :first-child {
    margin-top: 64px;
  }
}

.author main .container-posts .post-card .post {
  margin-right: 66px;
  height: 243px;
}

.author main .container-posts .post-card .post :last-child {
  margin-right: 0px;
}

.author main .container-posts .post-card .post-card--thumb {
  display: none;
}

.author main .container-posts .post-card .post-card--content .entry-date {
  color: var(--Gray-3, #828282);
  /* <h5> Manrope */
  font-family: "Manrope", sans-serif;
  font-size: 13px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 18.85px;
  /* 18.85px */
}

@media (max-width: 768px) {
  .author main .container-posts .post-card .post-card--content .entry-date {
    margin-top: 24px;
    margin-bottom: 10px;
  }
}

.author main .container-posts .post-card .post-card--content .entry-meta {
  display: none;
}

.author main .container-posts .post-card .post-card--content a,
.author main .container-posts .post-card .post-card--content h5 {
  color: var(--Gray-1, #333);
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .author main .container-posts .post-card .post-card--content a,
  .author main .container-posts .post-card .post-card--content h5 {
    margin-top: 8px;
    margin-bottom: 16px;
  }
}

.author main .container-posts .post-card .post-card--content .entry-excerpt {
  color: var(--Gray-3, #828282);
  /* <p> Manrope */
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}

.author main .pagination {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .author main .pagination {
    margin-bottom: 24px;
  }
}

.author main .header-and-footer-archive {
  width: 100%;
}

@media (max-width: 768px) {
  .author main .header-and-footer-archive {
    width: 100%;
  }
}

.author main .header-and-footer-archive .opinion-posts-block {
  background-color: #000;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .author main .header-and-footer-archive .opinion-posts-block .container {
    padding-left: 0px;
  }
}

@media (max-width: 768px) {
  .author main .header-and-footer-archive .opinion-posts-block .container .slide .post {
    display: flex;
    width: 328px;
    align-items: center;
    padding-left: 0px;
    gap: 20px;
    border: none;
  }
}

.author main .header-and-footer-archive .opinion-posts-block .container .opinion-posts-block__heading a {
  text-align: center;
}

.author main .header-and-footer-archive .model-columnists {
  background-color: #fff;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

@media (max-width: 782px) {
  .author main .header-and-footer-archive .model-columnists {
    display: none;
    padding-top: 1.4rem;
    margin-bottom: 0px;
    background-color: #000 !important;
  }
}

.author main .header-and-footer-archive .model-columnists h2 {
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.96px;
  color: #111;
}

@media (max-width: 992px) {
  .author main .header-and-footer-archive .model-columnists h2 {
    font-size: 24px;
  }
}

.author main .header-and-footer-archive .model-columnists .container {
  max-width: 1170px !important;
  width: 100%;
  padding: 44px 0 26px !important;
}

@media (max-width: 992px) {
  .author main .header-and-footer-archive .model-columnists .container {
    padding: 0px 0 48px !important;
  }
}

.author main .header-and-footer-archive .model-columnists .latest-horizontal-posts-block__slides::after {
  display: none;
}

.author main .header-and-footer-archive .model-columnists .latest-horizontal-posts-block__slides::before {
  display: none;
}

@media (max-width: 782px) {
  .author main .header-and-footer-archive .model-columnists .latest-horizontal-posts-block__slides {
    display: flex;
  }
}

@media (max-width: 782px) {
  .author main .header-and-footer-archive .model-columnists .slick-track {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 992px) {
  .author main .header-and-footer-archive .model-columnists .slick-track .slick-slide {
    display: none;
  }
}

@media (max-width: 768px) {
  .author main .header-and-footer-archive .model-columnists .slick-track .slick-slide:nth-child(-n+3) {
    display: block;
    /* Exibe apenas os três primeiros slides */
  }
}

.author main .header-and-footer-archive .model-columnists .slide {
  display: flex;
}

@media (max-width: 782px) {
  .author main .header-and-footer-archive .model-columnists .slide {
    margin-bottom: 0;
  }
}

.author main .header-and-footer-archive .model-columnists .slide a {
  text-decoration: none;
}

.author main .header-and-footer-archive .model-columnists .slide a .post {
  display: flex;
  gap: 13px;
}

@media (max-width: 782px) {
  .author main .header-and-footer-archive .model-columnists .slide a .post {
    gap: 0;
  }
}

.author main .header-and-footer-archive .model-columnists .slide a .post .post-thumbnail {
  margin-top: 15px;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  box-shadow: none;
}

@media (max-width: 782px) {
  .author main .header-and-footer-archive .model-columnists .slide a .post .post-thumbnail {
    margin-right: 25px;
    margin-left: 2.5rem;
  }
}

.author main .header-and-footer-archive .model-columnists .slide a .post .post-thumbnail img {
  max-width: 80px;
  height: 80px;
  border-radius: 50px;
}

.author main .header-and-footer-archive .model-columnists .slide a .post .post-content {
  font-family: "Manrope", sans-serif;
  max-width: 170px;
  width: 100%;
}

.author main .header-and-footer-archive .model-columnists .slide a .post .post-content .post-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.author main .header-and-footer-archive .model-columnists .slide a .post .post-content p {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  color: #848484;
}

.author main .header-and-footer-archive .model-columnists .slick-arrow {
  transition: none !important;
}

.author main .header-and-footer-archive .model-columnists .slick-arrow.slick-prev {
  background-color: #ccc !important;
}

.author main .header-and-footer-archive .model-columnists .slick-arrow.slick-prev:hover {
  background-color: #333 !important;
  background-image: url("/wp-content/themes/midia-ninja-theme/assets/images/arrow-white-next.svg");
  background-position: center !important;
  background-repeat: no-repeat !important;
  transform: rotate(180deg);
}

.author main .header-and-footer-archive .model-columnists .slick-arrow.slick-next {
  background-color: #ccc !important;
}

.author main .header-and-footer-archive .model-columnists .slick-arrow.slick-next:hover {
  background-color: #333 !important;
  background-image: url("/wp-content/themes/midia-ninja-theme/assets/images/arrow-left-slider-white.png");
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.author main .header-and-footer-archive .model-columnists .slick-arrow.slick-disabled {
  background-color: #ccc !important;
}

.author main .header-and-footer-archive .model-columnists li.slick-active {
  background-color: #ccc !important;
}

.author main .header-and-footer-archive .btn-colunistas-desktop {
  display: flex;
  justify-content: flex-end;
  margin-bottom: -8rem;
  margin-top: 5rem;
  position: relative;
  bottom: 46px;
}

@media (max-width: 992px) {
  .author main .header-and-footer-archive .btn-colunistas-desktop {
    display: none;
  }
}

.author main .header-and-footer-archive .btn-colunistas-desktop .wp-block-button {
  background-color: #111;
  border-radius: 8px;
}

.author main .header-and-footer-archive .btn-colunistas-desktop .wp-block-button a {
  font-family: "Manrope", sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 18px 30px;
  color: #fff !important;
  border: none;
}

.author main .header-and-footer-archive .btn-latest-posts,
.author main .header-and-footer-archive .btn-colunistas-mobile {
  display: none;
  justify-content: flex-start;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .author main .header-and-footer-archive .btn-latest-posts,
  .author main .header-and-footer-archive .btn-colunistas-mobile {
    margin-bottom: 0px;
    padding-bottom: 40px;
  }
}

@media (min-width: 993px) {
  .author main .header-and-footer-archive .btn-latest-posts,
  .author main .header-and-footer-archive .btn-colunistas-mobile {
    display: none;
  }
}

.author main .header-and-footer-archive .btn-latest-posts .wp-block-button,
.author main .header-and-footer-archive .btn-colunistas-mobile .wp-block-button {
  background-color: #111;
  border-radius: 8px;
}

.author main .header-and-footer-archive .btn-latest-posts .wp-block-button a,
.author main .header-and-footer-archive .btn-colunistas-mobile .wp-block-button a {
  font-family: "Manrope", sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 18px 30px;
  color: #fff !important;
  border: none;
}


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