html,
body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

html,
body {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

body.main-menu-open .main-header-nav {
  display: block;
  visibility: visible;
}
body.main-menu-open .overlay-blur {
  opacity: 1;
  visibility: visible;
}
body.newsletter-fly-opened .newsletter-fly {
  display: block;
  visibility: visible;
}
body.newsletter-fly-opened .overlay-blur {
  opacity: 1;
  visibility: visible;
}

main {
  padding-top: 15px;
}
@media screen and (min-width: 1000px) {
  main {
    padding-top: 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
  line-height: 1.4;
  letter-spacing: normal;
}

p {
  line-height: 1.2;
  margin-bottom: 1em;
}

.newsletter-fly {
  display: none;
  height: 480px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 195px;
  visibility: hidden;
  max-width: 370px;
  width: 90%;
  z-index: 11;
}
.newsletter-fly .main-header-close-button {
  bottom: auto;
  left: auto;
  margin-top: 0;
  position: absolute;
  right: 15px;
  top: 13px;
}
@media screen and (max-width: 1145px) {
  .newsletter-fly .newsletter-widget .limit,
.newsletter-fly .mailing_widget .limit {
    padding: 0 10px;
    width: auto;
  }
}
@media screen and (min-width: 1145px) {
  .newsletter-fly {
    height: 476px;
  }
  .newsletter-fly .newsletter-widget .limit,
.newsletter-fly .mailing_widget .limit {
    padding: 0 10px 10px;
    width: auto;
  }
}

/* Site Limit width */
.limit {
  margin-left: auto;
  margin-right: auto;
  max-width: 1145px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media screen and (min-width: 1145px) {
  .limit {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Overlay blur */
.overlay-blur {
  background: rgba(86, 86, 86, 0.7);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  left: 0;
  height: 100%;
  opacity: 0;
  position: fixed;
  transition: opacity 0.14s cubic-bezier(0.165, 0.84, 0.44, 1);
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 10;
}

.flat-button {
  align-items: center;
  background: none;
  border: 0;
  display: flex;
}

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

.font-roboto {
  font-family: "Roboto", sans-serif;
}

.font-roboto-slab {
  font-family: "Roboto Slab", serif;
}

.text-center {
  text-align: center;
}

.line {
  border-width: 2px;
  margin-bottom: 15px;
}

.main-banner-mobile,
.main-banner-desktop {
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (min-width: 1145px) {
  .main-banner-mobile,
.main-banner-desktop {
    margin-bottom: 1.5em;
  }
}

.main-banner-desktop {
  display: none;
}

.main-banner-mobile {
  display: block;
}

.xs-show {
  visibility: visible;
}

.image.attachment-full.size-full.lazy {
  display: inherit !important;
  height: inherit !important;
  max-width: 100%;
}

.penci-pagination {
  margin: 20px;
}

@media screen and (max-width: 340px) {
  .xs-hide {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 340px) and (max-width: 1100px) {
  .md-hide {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 780px) {
  .penci-pagination {
    margin: 60px 30px;
  }
  .main-banner-desktop {
    display: block;
  }
  .main-banner-mobile {
    display: none;
  }
}
@media screen and (min-width: 1145px) {
  .lg-hide {
    display: none !important;
    visibility: hidden !important;
  }
}
.icon-menu-mobile {
  background: url("/wp-content/themes/pt_2016/assets/images/icon-menu-mobile.png") no-repeat;
  background-size: cover;
  display: inline-block;
  height: 24px;
  width: 27px;
}

.pt-cast-icons-white {
  background: url("/wp-content/themes/pt_2016/assets/images/sprite-pt-cast-social-icons.png") no-repeat;
  display: inline-block;
  height: 33px;
  text-indent: -9999em;
  overflow: hidden;
  width: 33px;
}
.pt-cast-icons-white.music {
  background-position-x: -40px;
}
.pt-cast-icons-white.icon-3 {
  background-position-x: -83px;
}
.pt-cast-icons-white.icon-4 {
  background-position-x: -125px;
}
.pt-cast-icons-white.icon-5 {
  background-position-x: -165px;
}
.pt-cast-icons-white.icon-6 {
  background-position-x: -208px;
}

.social-icons-red {
  background: url("/wp-content/themes/pt_2016/assets/images/social-icons-sprite-red.png") no-repeat;
  background-size: cover;
  display: inline-block;
  height: 32px;
  text-indent: -9999em;
  overflow: hidden;
  width: 33px;
}
.social-icons-red.instagram {
  background-position-x: -39px;
}
.social-icons-red.twitter {
  background-position-x: -78px;
}
.social-icons-red.youtube {
  background-position-x: -117px;
}
.social-icons-red.flickr {
  background-position-x: -157px;
}
.social-icons-red.w-25 {
  height: 25px;
  width: 28px;
}
.social-icons-red.w-25.facebook {
  background-position-x: 1px;
}
.social-icons-red.w-25.twitter {
  background-position-x: -59px;
}
.social-icons-red.w-25.whatsapp {
  background-position-x: -154px;
}

.social-icons-white {
  background: url("/wp-content/themes/pt_2016/assets/images/social-icons-sprite-white.png") no-repeat;
  background-size: cover;
  display: inline-block;
  height: 32px;
  text-indent: -9999em;
  overflow: hidden;
  width: 33px;
}
.social-icons-white.instagram {
  background-position-x: -39px;
}
.social-icons-white.twitter {
  background-position-x: -79px;
}
.social-icons-white.youtube {
  background-position-x: -118px;
}
.social-icons-white.flickr {
  background-position-x: -158px;
}
.social-icons-white.whatsapp {
  background-position-x: -198px;
}
.social-icons-white.w-25 {
  height: 25px;
  width: 26px;
}
.social-icons-white.w-25.instagram {
  background-position-x: -39px;
}
.social-icons-white.w-25.twitter {
  background-position-x: -61px;
}
.social-icons-white.w-25.whatsapp {
  background-position-x: -154px;
}

.icon-arrow-down {
  background: url("/wp-content/themes/pt_2016/assets/images/icons/fi-rr-angle-right.png") no-repeat;
  background-size: cover;
  display: inline-block;
  height: 15px;
  width: 16px;
}

.logo-pt-cast {
  background: url("/wp-content/themes/pt_2016/assets/images/logo-pt-cast.png") no-repeat;
  background-size: cover;
  display: inline-block;
  height: 162px;
  text-indent: -9999px;
  width: 240px;
}

.logo-pt-white {
  background: url("/wp-content/themes/pt_2016/assets/images/logos/logo-pt.png") no-repeat;
  background-size: cover;
  display: inline-block;
  height: 62px;
  text-indent: -9999px;
  width: 65px;
}

.main-header {
  background: #e4142c;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}

.main-header-content .limit {
  display: flex;
  justify-content: space-between;
  padding: 16px 8px 20px 18px;
}

/* Header navigation */
.main-header-nav {
  color: #fff;
  display: none;
  padding-bottom: 35px;
  visibility: hidden;
}
.main-header-nav .limit {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 45px;
  position: relative;
  width: 100%;
}
.main-header-nav .nav-column {
  margin-bottom: 15px;
  text-align: center;
}
.main-header-nav .nav-title {
  font-size: 14px;
  margin-bottom: 0.1em;
  text-transform: uppercase;
}
.main-header-nav .nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-header-nav .nav-item-link {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.main-header-close-button {
  align-items: center;
  background: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  display: flex;
  font-size: 13px;
  margin-top: 35px;
  position: relative;
  text-transform: uppercase;
}
.main-header-close-button i {
  background: url("/wp-content/themes/pt_2016/assets/images/icons/close-button-white.png");
  display: inline-block;
  height: 24px;
  margin-left: 7px;
  text-indent: -9999px;
  width: 24px;
}

.main-header-button-menu {
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.main-header-button-menu i {
  height: 17px;
  width: 19px;
}
.main-header-button-menu span {
  display: none;
}

.header-logos {
  display: flex;
  justify-content: center;
  max-width: 390px;
  width: 50%;
}
@media screen and (min-width: 1100px) {
  .header-logos {
    justify-content: space-between;
    width: 50%;
  }
}

/* Header login buttons */
.main-header-login a {
  border: 2px solid #fff;
  border-radius: 30px;
  display: flex;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  justify-content: center;
  padding: 9px 12px 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.logo-lula-presidente {
  margin-left: 10px;
}

@media screen and (max-width: 780px) {
  .logo-pt {
    height: auto;
    width: 44px;
  }
  .logo-lula-presidente {
    height: auto;
    width: 98px;
  }
}
@media screen and (min-width: 1100px) {
  .main-header-content .limit {
    padding: 27px 33px;
  }
  .main-header-nav .nav-title {
    font-size: 21px;
    margin-bottom: 1em;
  }
  .main-header-nav .nav-item-link {
    font-size: 16px;
  }
  .main-header-login a {
    font-size: 18px;
    padding: 9px 19px;
    min-width: 115px;
  }
  .main-header-button-menu i {
    height: 24px;
    width: 27px;
  }
  .main-header-button-menu span {
    display: initial;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1145px) {
  .main-header-content .limit {
    padding: 27px 0;
  }
  .main-header-nav .limit {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 27px 0 70px;
  }
  .main-header-nav .nav-column {
    text-align: initial;
  }
  .main-header-close-button {
    bottom: 15px;
    font-size: 16px;
    margin-bottom: 0;
    position: absolute;
    right: 0;
  }
}
.secondary-nav {
  max-width: 1145px;
  padding: 20px 10px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.secondary-nav-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.secondary-nav-list a {
  color: #000;
  display: block;
  text-decoration: none;
}
.secondary-nav-list > li {
  position: relative;
}
.secondary-nav-list > li > a {
  font-weight: 700;
  padding: 5px 10px;
  text-transform: uppercase;
}
.secondary-nav-list > li:first-of-type > a {
  padding-left: 0;
}
.secondary-nav-list > li.open-submenu:focus ul,
.secondary-nav-list > li.open-submenu:focus ol, .secondary-nav-list > li.open-submenu:hover ul,
.secondary-nav-list > li.open-submenu:hover ol {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.open-submenu > a {
  align-items: center;
  display: flex;
}
.open-submenu > a i {
  margin-left: 5px;
}

.nav-list-submenu {
  background-color: #e0e0e0;
  border-radius: 10px;
  font-size: 16px;
  left: 10px;
  list-style: none;
  margin: 0;
  min-width: 205px;
  opacity: 0;
  padding: 15px 18px 13px 23px;
  position: absolute;
  transform: translateY(-10px);
  transition: opacity 0.14s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.18s cubic-bezier(0.19, 1, 0.22, 1);
  top: 99%;
  visibility: hidden;
  width: 100%;
}

.secondary-nav-social {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.secondary-nav-social strong {
  font-weight: 600;
}
.secondary-nav-social li {
  width: 100%;
}
.secondary-nav-social li.links {
  min-width: 180px;
}
.secondary-nav-social li:first-of-type {
  font-size: 15px;
  margin-right: 13px;
  text-transform: uppercase;
}
@media screen and (max-width: 340px) {
  .secondary-nav-social.xs-hide {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 340px) and (max-width: 1100px) {
  .secondary-nav-social.md-hide {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 1100px) {
  .secondary-nav-social.lg-hide {
    display: none;
    visibility: hidden;
  }
}

@media screen and (min-width: 1100px) {
  .secondary-nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
  }
}
.news-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.news-card-feaured-cards {
  display: flex;
  flex-direction: column-reverse;
}

.news-card {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.news-card.column-reverse {
  flex-direction: column-reverse;
}

.news-card-link {
  color: #000;
  text-decoration: none;
}

.news-card-heading {
  display: flex;
  flex-direction: column-reverse;
}

.news-card-title {
  margin: 0.15em 0 0.35em;
  line-height: 1.25;
}
@media screen and (min-width: 1100px) {
  .news-card-title {
    margin-bottom: 0.5em;
  }
}

.news-card-description {
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@supports (-webkit-line-clamp: 6) {
  .news-card-description {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}

.news-card-figure {
  border-radius: 13px;
  margin: 0 0 0.5em;
  min-height: 130px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.news-card-image {
  display: block;
  max-width: 100%;
  width: 100%;
}

.news-card-category {
  background-color: #fff;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 600;
  left: 4%;
  padding: 5px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 6.5%;
}
.news-card-category.color-white {
  color: #fff;
}
@media screen and (min-width: 1100px) {
  .news-card-category {
    left: 5px;
  }
}

.news-card-time {
  font-size: 13px;
}

.news-card-social-white {
  bottom: 7%;
  position: absolute;
  right: 3%;
  z-index: 2;
}

.news-card-banner {
  background-size: 0;
  max-width: 750px;
  position: relative;
}
.news-card-banner .news-card-figure {
  border-radius: 13px;
  margin: 0 0 0.5em;
  min-height: 130px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.news-card-banner .news-card-figure:after {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8043592437) 16%, rgba(0, 0, 0, 0) 82%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.news-card-banner .news-card-figure a {
  display: block;
  position: relative;
  z-index: 2;
}
.news-card-banner .news-card-figure .news-card-social-white {
  display: flex;
  z-index: 3;
}
.news-card-banner .news-card-figure .news-card-social-white a {
  margin-left: 3px;
}

.cards-list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.cards-list .news-card {
  margin-bottom: 15px;
}
@media screen and (min-width: 780px) {
  .cards-list {
    margin-bottom: 30px;
  }
  .cards-list.card-list-featured .news-card.column-reverse:nth-child(3),
.cards-list.card-list-featured .news-card.column-reverse:nth-child(2),
.cards-list.card-list-featured .news-card.column-reverse:nth-child(1) {
    width: 30.3%;
  }
  .cards-list.md-5 > .news-card {
    margin-right: 2.8%;
    width: 17.1%;
  }
  .cards-list.md-4 > .news-card {
    margin-right: 2.8%;
    width: 22.1%;
  }
  .cards-list.md-3 > .news-card {
    margin-right: 2.8%;
    width: 30.3%;
  }
}

@media screen and (min-width: 1100px) {
  .news-card-wrapper {
    margin-bottom: 30px;
    justify-content: space-between;
  }
  .news-card-title {
    margin: 0.15em 0 0.2em;
  }
  .news-card-category {
    left: 10px;
    top: 10px;
  }
  .news-card-time {
    font-size: 12px;
  }
  .news-card-banner .news-card-link {
    bottom: 3%;
    color: #fff;
    left: 3%;
    position: absolute;
    z-index: 2;
  }
  .news-card-banner .news-card-content {
    width: 74%;
  }
  .news-card-banner .news-card-title {
    margin-bottom: 0.7em;
  }
}
@media screen and (min-width: 1145px) {
  .news-card-feaured-cards {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news-card-feaured-cards .news-card.featured {
    min-width: 100%;
    width: 100%;
  }
  .news-card {
    margin-right: 18px;
  }
  .news-card.featured .news-card-title {
    font-size: 27px;
  }
  .news-card.featured .news-card-description {
    font-weight: 500;
  }
  .news-card-banner {
    background-size: cover;
    height: 500px;
    margin-right: 20px;
    overflow: hidden;
    width: 750px;
  }
  .news-card-banner .news-card-figure {
    height: 100%;
    margin-bottom: 0;
  }
  .news-card-banner .news-card-figure img {
    opacity: 0;
  }
  .news-card-banner .news-card-title {
    font-size: 29px;
    line-height: 1.3;
    margin-bottom: 0.55em;
  }
  .news-card-image {
    border-radius: 10px;
  }
  .news-card-title {
    font-size: 18px;
  }
  .news-card-description {
    font-size: 14px;
  }
}
.special-news {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 340px) {
  .special-news.xs-hide {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 340px) and (max-width: 1100px) {
  .special-news.md-hide {
    display: none;
    visibility: hidden;
  }
}

.special-news-gray-box {
  background-color: #e0e0e0;
  border-radius: 10px;
  padding: 20px;
}

.special-news-campanha-banner {
  margin-top: 15px;
}
.special-news-campanha-banner img.image {
  display: block !important;
  height: initial !important;
}
@media screen and (min-width: 1100px) {
  .special-news-campanha-banner {
    margin-top: 0;
  }
}

.special-news-title-section {
  font: normal 22px "Roboto Slab";
  font-weight: 700;
  margin: 0 auto 0.5em;
  text-transform: uppercase;
}
@media screen and (min-width: 1100px) {
  .special-news-title-section {
    font-size: 23px;
  }
}

.special-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.special-news-list li {
  margin-bottom: 1em;
}
.special-news-list li:last-of-type {
  margin-bottom: 0;
}
.special-news-list a {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}

.special-news-form {
  margin: 0 0 1.5em;
}

.special-news-label {
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 50px;
  display: block;
  position: relative;
}
.special-news-label input {
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 300;
  padding: 12px 10px 8px 50px;
  text-transform: uppercase;
  width: 100%;
}
.special-news-label ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b6b6b6;
  font-size: 18px;
  font-weight: 300;
  top: 3px;
}
.special-news-label ::-moz-placeholder {
  /* Firefox 19+ */
  color: #b6b6b6;
  font-size: 18px;
  font-weight: 300;
  top: 3px;
}
.special-news-label :-ms-input-placeholder {
  /* IE 10+ */
  color: #b6b6b6;
  font-size: 18px;
  font-weight: 300;
  top: 3px;
}
.special-news-label :-moz-placeholder {
  /* Firefox 18- */
  color: #b6b6b6;
  font-size: 18px;
  font-weight: 300;
  top: 3px;
}

.special-news-list-item {
  align-items: flex-start;
  display: flex;
}
.special-news-list-item span {
  display: block;
  margin-right: 15px;
}
.special-news-list-item span::before {
  background: url("/wp-content/themes/pt_2016/assets/images/icons/red-star.svg") no-repeat;
  background-size: 100%;
  display: block;
  content: "";
  height: 21px;
  width: 22px;
}
.special-news-list-item a {
  max-width: 260px;
}

.icon-red-search {
  background: url("/wp-content/themes/pt_2016/assets/images/icons/fi-rr-zoom-in.png") no-repeat;
  content: "";
  height: 24px;
  left: 15px;
  margin: auto;
  bottom: 0;
  top: 0;
  position: absolute;
  text-indent: -9999em;
  width: 24px;
}

.icon-red-star {
  background: url("/wp-content/themes/pt_2016/assets/images/icons/red-star.svg") no-repeat;
  background-size: cover;
  content: "";
  height: 21px;
  text-indent: -9999em;
  width: 22px;
}

.special-news-image {
  display: none;
}

.special-news-form {
  width: 100%;
}
.special-news-form.hide-lg {
  margin-bottom: 15px;
}

@media screen and (min-width: 1145px) {
  .special-news-label {
    border: none;
  }
  .special-news-image {
    display: block;
  }
  .special-news-form.hide-lg {
    display: none;
  }
}
.link-button {
  background-color: #e4142c;
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 7px 21px;
  text-transform: uppercase;
  text-decoration: none;
}

.link-button-outlined {
  background: none;
  border: 1px solid #fff;
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 7px 21px;
  text-decoration: none;
}
.link-button-outlined[disabled] {
  cursor: default;
  opacity: 0.6;
}

.button-wrapper {
  margin-bottom: 18px 0 30px;
}

@media screen and (min-width: 1100px) {
  .button-wrapper {
    margin-bottom: 40px;
  }
}
.video-gallery {
  background-color: #e4142c;
  color: #fff;
  margin-bottom: 30px;
  padding: 30px 10px;
}

.video-gallery-heading {
  align-items: center;
  display: flex;
  font-size: 28px;
  flex-wrap: wrap;
  font-weight: 900;
  margin-bottom: 0.8em;
  margin-top: 0;
  justify-content: center;
  text-align: center;
}
.video-gallery-heading img,
.video-gallery-heading span {
  margin-right: 10px;
}
.video-gallery-heading span {
  display: none;
}

.video-gallery-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.video-gallery-content-video {
  margin-bottom: 10px;
}
.video-gallery-content-video iframe {
  height: 156px;
  max-width: 618px;
  width: 100%;
}

.video-gallery-content-details {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: center;
}

.video-gallery-content-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
  max-width: 388px;
  text-align: center;
}

.video-gallery-list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.video-gallery-list-item {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 15px;
}
@media screen and (min-width: 1145px) {
  .video-gallery-list-item {
    justify-content: flex-end;
  }
}

.video-gallery-item-video-link {
  display: block;
  margin-right: 15px;
  position: relative;
}
.video-gallery-item-video-link::after {
  background: #2a2d30;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-gallery-content-social {
  margin-bottom: 10px;
  text-align: center;
}

.video-gallery-item-video-heading {
  margin-top: 0;
  max-width: 186px;
}

.video-gallery-related {
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 1100px) {
  .video-gallery-content {
    max-width: 618px;
    width: 100%;
  }
  .video-gallery-heading {
    text-align: initial;
  }
  .video-gallery-heading span {
    display: initial;
  }
  .video-gallery-list {
    display: initial;
    max-width: 480px;
    width: 100%;
  }
  .video-gallery-content-title {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: initial;
  }
  .video-gallery-main {
    justify-content: space-between;
  }
  .video-gallery-content-video {
    margin-bottom: 15px;
    min-height: 347px;
  }
  .video-gallery-content-video iframe {
    height: auto;
    min-height: 347px;
  }
  .video-gallery-item-video-link img {
    height: 165px;
    width: 277px;
  }
  .video-gallery-content-details {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .video-gallery-content-social {
    text-align: left;
  }
  .video-gallery-related {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 480px;
    text-align: initial;
    width: 100%;
  }
  .video-gallery-related p.text-center {
    margin-top: 30px;
    text-align: right;
  }
}
.editorias {
  margin-bottom: 15px;
  padding: 0 10px;
  width: 100%;
}

.editorias-title {
  font-size: 22px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}

.editorias-description {
  font-size: 14px;
  margin-bottom: 15px;
}

.editorias-news {
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 235px;
}

.editorias-card {
  margin-bottom: 18px;
  margin-right: 10px;
}

.editorias .secondary-nav-social,
.editorias-card-link {
  display: none;
}

.editorias-cards-links-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.editorias-cards-links-list a {
  margin: 0 2% 10px;
}

.editorias-card-category {
  background-color: #e4142c;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 11px;
  text-decoration: none;
  text-transform: uppercase;
}

.sidebar-newsletter {
  margin: 0 auto 20px;
  max-width: 280px;
  width: 100%;
}
.sidebar-newsletter .widget-text {
  margin-bottom: 20px;
}

@media screen and (min-width: 1100px) {
  .editorias .secondary-nav-social,
.editorias-card-link {
    display: initial;
  }
  .editorias {
    max-width: 755px;
    padding: 0;
  }
  .editorias-title {
    font-size: 26px;
    margin-bottom: 0.8em;
    text-align: initial;
  }
  .editorias-news {
    align-items: initial;
    flex-direction: column;
    justify-content: initial;
  }
  .editorias-card-link-description {
    font-size: 14px;
    margin: 0 0 0.3em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  @supports (-webkit-line-clamp: 6) {
    .editorias-card-link-description {
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: initial;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
    }
  }
  .editorias-card {
    border: 1.3px solid #9a9a9a;
    border-radius: 10px;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 18px;
    margin-right: 0;
    padding: 10px 17px;
    max-width: 240px;
    width: 32%;
  }
  .editorias-card-link {
    color: #000;
    text-decoration: none;
  }
  .editorias-card-link-title {
    font-size: 18px;
    margin: 0 0 0.5em;
  }
  .editorias-card-category {
    font-size: 12px;
    padding: 7px 11px;
  }
  .editorias-card-social {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .editorias-card-social > a {
    margin-bottom: 7px;
  }
  .editorias-card-social li:last-of-type {
    margin-right: 0;
  }
  .sidebar-newsletter {
    max-width: 365px;
    margin: 58px 0 0;
  }
}
.charge p {
  font-size: 11px;
  margin-top: 0;
  text-align: right;
}

.charge-image {
  margin-bottom: 10px;
  max-width: 368px;
  width: 100%;
}

.charge-author {
  margin: 0;
}

.pt-twitter-title,
.pt-instagram-title,
.images-gallery-title,
.charge-title {
  font-size: 22px;
  margin-bottom: 0.4em;
  text-align: center;
}

.images-gallery {
  display: flex;
  flex-direction: column;
  max-width: 369px;
  margin-bottom: 30px;
}

.images-gallery-stage {
  background-repeat: no-repeat;
  width: 100%;
}
.images-gallery-stage img {
  margin-bottom: 10px;
  width: 100%;
}
.images-gallery-stage p {
  font-size: 13px;
  margin: 0 0 1.1em;
  text-align: right;
}

.images-gallery-list {
  display: flex;
}
.images-gallery-list img {
  width: 100%;
}
.images-gallery-list .images-gallery-list-item {
  margin-right: 5%;
}
.images-gallery-list .images-gallery-list-item:last-of-type {
  margin-right: 0;
}

.images-gallery-list-item {
  width: 30%;
}
.images-gallery-list-item img {
  border-radius: 10px;
  overflow: hidden;
}
.images-gallery-list-item p {
  display: none;
}

.pt-instagram {
  width: 100%;
}

.pt-twitter-title,
.pt-instagram-title {
  display: flex;
}
.pt-twitter-title i,
.pt-instagram-title i {
  margin-left: 10px;
}

.mixed-gallery {
  margin-right: 10px;
}

.pt-twitter {
  max-width: 360px;
  width: 100%;
}
.pt-twitter .twitter-timeline.twitter-timeline-rendered {
  border-bottom: 1px solid #666;
  border-radius: 10px;
  margin-bottom: 30px !important;
  max-height: 425px;
  overflow: hidden;
}

@media screen and (min-width: 1100px) {
  .charge {
    margin-right: 20px;
  }
  .charge p {
    font-size: 13px;
  }
  .pt-instagram-title,
.images-gallery-title,
.charge-title {
    font-size: 26px;
    text-align: initial;
  }
  .images-gallery {
    margin-bottom: 45px;
  }
}
.carousel-instagram.owl-carousel,
.carousel-banners.owl-carousel {
  margin-bottom: 25px;
  overflow: hidden;
  padding-bottom: 35px;
  position: relative;
}
.carousel-instagram.owl-carousel .owl-dots,
.carousel-banners.owl-carousel .owl-dots {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  text-align: center;
  width: 100%;
}
.carousel-instagram.owl-carousel .owl-dot,
.carousel-banners.owl-carousel .owl-dot {
  background-color: #d9d9d9;
  border-radius: 50%;
  cursor: pointer;
  height: 11px;
  width: 11px;
}
.carousel-instagram.owl-carousel .owl-dot.active,
.carousel-banners.owl-carousel .owl-dot.active {
  background-color: #9a9a9a;
  height: 16px;
  position: relative;
  top: 3px;
  width: 16px;
}
@media screen and (min-width: 1100px) {
  .carousel-instagram.owl-carousel,
.carousel-banners.owl-carousel {
    margin-bottom: 45px;
    padding-bottom: 40px;
  }
}

.carousel-item-link {
  border-radius: 10px;
  display: block;
  height: 70px;
  overflow: hidden;
  width: 83px;
}

.carousel-item-image {
  height: 100%;
  width: 100%;
}

.banner-news-whats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 32px;
}
@media screen and (min-width: 609px) {
  .banner-news-whats {
    align-items: center;
    justify-content: space-between;
  }
  .banner-news-whats > a {
    margin-right: 15px;
  }
}
@media screen and (min-width: 1100px) {
  .banner-news-whats {
    align-items: center;
    justify-content: space-between;
  }
  .banner-news-whats > a {
    margin-right: 0;
  }
}

.banner-chama-zap-desktop,
.banner-boletim-desktop {
  display: none;
}

.banner-chama-zap-mobile,
.banner-boletim-mobile {
  display: block;
}

.carousel-instagram.owl-carousel {
  max-width: 750px;
}

@media screen and (min-width: 1100px) {
  .carousel-banners .carousel-item-link,
.carousel-banners .carousel-item-image {
    height: 143px;
    width: 167px;
  }
  .pt-instagram .carousel-item-image {
    height: 136px;
    width: 165px;
  }
  .pt-instagram .carousel-item-link {
    height: 136px;
    width: 140px;
  }
  .banner-chama-zap-desktop,
.banner-boletim-desktop {
    display: block;
  }
  .banner-chama-zap-mobile,
.banner-boletim-mobile {
    display: none;
  }
}
.pt-cast {
  background-color: #0a0a0a;
  color: #fff;
}
.pt-cast .limit {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 27px 20px 44px;
}

.pt-cast-title {
  margin-bottom: 40px;
}

.pt-cast-subtitle {
  margin-bottom: 15px;
  text-align: center;
}

.pt-cast-link-item {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}

.pt-cast-embed {
  margin: 0 20px 20px;
  max-width: 540px;
  width: 100%;
}
.pt-cast-embed > div {
  width: 100%;
}

@media screen and (min-width: 1100px) {
  .pt-cast .limit {
    flex-direction: row;
    justify-content: space-between;
    padding: 44px 0 44px;
  }
  .pt-cast-external {
    max-width: 140px;
    width: 100%;
  }
  .pt-cast-subtitle {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: left;
  }
  .pt-cast-embed {
    height: 166px;
    margin: 0 0 20px;
  }
  .pt-cast-link-item {
    margin-right: 9px;
  }
}
.newsletter-widget,
.mailing_widget {
  background: #e4142c;
  border-radius: 10px;
  color: #fff;
  padding: 0 10px;
  margin-bottom: 20px;
}
.newsletter-widget .widget-title.penci-border-arrow,
.mailing_widget .widget-title.penci-border-arrow {
  display: none;
}
.newsletter-widget .newsletter-widget-title,
.mailing_widget .newsletter-widget-title {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  font-size: 13px;
  justify-content: center;
  margin: 15px 0 0.8em;
  text-align: center;
}
.newsletter-widget .newsletter-widget-title .logo-pt-white,
.mailing_widget .newsletter-widget-title .logo-pt-white {
  margin-bottom: 15px;
}
.newsletter-widget .newsletter-widget-label-checkbox,
.mailing_widget .newsletter-widget-label-checkbox {
  display: flex;
}
.newsletter-widget .newsletter-widget-label-checkbox input,
.mailing_widget .newsletter-widget-label-checkbox input {
  height: 14px;
  width: 14px;
}
.newsletter-widget .newsletter-widget-label-checkbox .custom-checkbox,
.mailing_widget .newsletter-widget-label-checkbox .custom-checkbox {
  margin-right: 10px;
}
.newsletter-widget .newsletter-widget-label-checkbox .text,
.mailing_widget .newsletter-widget-label-checkbox .text {
  font-size: 11px;
  line-height: 1.2;
}
.newsletter-widget .newsletter-widget-recaptcha,
.mailing_widget .newsletter-widget-recaptcha {
  margin-bottom: 1em;
}
.newsletter-widget .newsletter-widget-recaptcha .newsletter-recaptcha,
.mailing_widget .newsletter-widget-recaptcha .newsletter-recaptcha {
  margin-bottom: 0;
  transform: scale(0.82);
  transform-origin: 0 0;
}
.newsletter-widget .newsletter-widget-recaptcha small.error,
.mailing_widget .newsletter-widget-recaptcha small.error {
  display: block;
  margin-bottom: 15px;
  margin-top: -16px;
}
.newsletter-widget .limit,
.mailing_widget .limit {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 231px;
}
.newsletter-widget .link-button-outlined,
.mailing_widget .link-button-outlined {
  border-width: 2px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.newsletter-widget .link-button-outlined span.send,
.mailing_widget .link-button-outlined span.send {
  display: none;
}
.newsletter-widget .link-button-outlined.isSubmiting span.text,
.mailing_widget .link-button-outlined.isSubmiting span.text {
  display: none;
}
.newsletter-widget .link-button-outlined.isSubmiting span.send,
.mailing_widget .link-button-outlined.isSubmiting span.send {
  display: block;
}
.newsletter-widget .link-button-outlined:disabled,
.mailing_widget .link-button-outlined:disabled {
  cursor: default;
}
.newsletter-widget .newsletter-widget-form input[type=text],
.newsletter-widget .newsletter-widget-form input[type=tel],
.mailing_widget .newsletter-widget-form input[type=text],
.mailing_widget .newsletter-widget-form input[type=tel] {
  border: none;
  border-radius: 38px;
  padding: 7px 12px;
  width: 100%;
}
.newsletter-widget .terms-link,
.mailing_widget .terms-link {
  color: #fff;
}

.newsletter-widget.mailing-widget {
  padding: 15px 10px 0;
}

@media screen and (max-width: 640px) {
  .home.page-template .sidebar-newsletter .widget.mailing_widget .newsletter-widget {
    padding: 0;
  }
  .home.page-template .sidebar-newsletter .widget.mailing_widget .newsletter-widget .limit {
    padding: 8px 9px;
    width: auto;
  }
  .home.page-template .sidebar-newsletter .widget.mailing_widget .newsletter-widget .limit .newsletter-recaptcha {
    transform: scale(0.79);
  }
}
@media screen and (min-width: 680px) {
  .newsletter-widget .newsletter-widget-recaptcha .newsletter-recaptcha,
.mailing_widget .newsletter-widget-recaptcha .newsletter-recaptcha {
    transform: scale(0.9);
  }
}
@media screen and (min-width: 1145px) {
  .newsletter-widget,
.mailing_widget {
    padding: 10px 15px 5px;
  }
  .newsletter-widget .widget-title.penci-border-arrow,
.mailing_widget .widget-title.penci-border-arrow {
    display: none;
  }
  .newsletter-widget .newsletter-widget-title,
.mailing_widget .newsletter-widget-title {
    font-size: 15px;
    margin-bottom: 0.8em;
  }
  .newsletter-widget .newsletter-widget-label-checkbox input,
.mailing_widget .newsletter-widget-label-checkbox input {
    height: 17.66px;
    width: 17px;
  }
  .newsletter-widget .newsletter-widget-label-checkbox .text,
.mailing_widget .newsletter-widget-label-checkbox .text {
    font-size: 12px;
  }
  .newsletter-widget .newsletter-widget-form input[type=text],
.newsletter-widget .newsletter-widget-form input[type=tel],
.mailing_widget .newsletter-widget-form input[type=text],
.mailing_widget .newsletter-widget-form input[type=tel] {
    padding: 7px 14px;
    width: 100%;
  }
  .newsletter-widget .newsletter-widget-form p:last-of-type,
.mailing_widget .newsletter-widget-form p:last-of-type {
    margin-bottom: 0;
  }
  .newsletter-widget .limit,
.mailing_widget .limit {
    width: 273px;
  }
  .newsletter-widget .link-button-outlined,
.mailing_widget .link-button-outlined {
    font-size: 17px;
  }
}
.main-footer {
  background: linear-gradient(180deg, #565656 0%, #342f2d 100%);
  color: #fff;
  position: relative;
  z-index: 20;
}
.main-footer .limit {
  align-items: center;
  flex-direction: column;
  display: flex;
  padding: 20px 0;
  flex-wrap: wrap;
}

.footer-nav-title {
  font-size: 18px;
  margin-bottom: 0.2em;
  margin-top: 0.8em;
  text-align: center;
  text-transform: uppercase;
}

.main-footer-nav-list {
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-footer-nav-list a {
  color: #fff;
  display: block;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.main-footer-social {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.main-footer-social .main-footer-nav-list {
  display: flex;
}
.main-footer-social .main-footer-nav-list li {
  margin-right: 6px;
}

.main-footer-copyright {
  text-align: center;
  margin: 1em auto;
  width: 65%;
}
.main-footer-copyright a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (min-width: 1100px) {
  .main-footer .limit {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
  .main-footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 54%;
  }
  .main-footer-nav > div {
    margin-right: 0 2%;
    max-width: 180px;
  }
  .footer-nav-title {
    font-size: 20px;
    margin-bottom: 1em;
    text-align: initial;
  }
  .main-footer-nav-list {
    font-size: 16px;
  }
  .main-footer-nav-list a {
    text-align: initial;
  }
  .main-footer-copyright {
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
    text-align: right;
    width: 265px;
  }
  .main-footer-social {
    align-items: initial;
    margin-top: 0;
    min-height: 260px;
  }
}
.single-post-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-post-container article.post {
  max-width: 757px;
}

.single-post-sidebar {
  max-width: 367px;
  width: 100%;
}
.single-post-sidebar .special-news-gray-box,
.single-post-sidebar > div {
  margin-bottom: 20px;
}

.single-header {
  margin-bottom: 0;
}

.single-post-pre-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.single-post-category-label {
  background-color: #e4142c;
  border-radius: 30px;
  color: #fff;
  display: block;
  padding: 6px 10px;
  text-transform: uppercase;
}

.single-post-title {
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 0.3em;
}

.single-post-subtitle {
  font: normal 17px/1.2 "Roboto";
  margin-bottom: 1em;
}

.single-post-datetime {
  color: #9a9a9a;
  font-size: 13px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 8px;
}

.single-post-main-content p {
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 1.3em;
}
.single-post-main-content iframe {
  max-width: 100%;
}

.related-news {
  background: #fff;
  border-radius: 10px;
  border: 1.5px solid #000;
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
  padding: 17px 21px;
  width: 100%;
}

.related-news-list,
.single-post-main-content .related-news-list,
.single-post-main-content .related-news-list li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.single-post-main-content .related-news-list li {
  margin-bottom: 18px;
  width: 100%;
}

.single-post-main-content .related-news-link-date,
.single-post-main-content .related-news-link-title {
  display: block;
}

.single-post-main-content .related-news-item-link {
  color: #000;
}

.single-post-main-content .related-news-link-date {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.single-post-main-content .related-news-link-title {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@supports (-webkit-line-clamp: 3) {
  .single-post-main-content .related-news-link-title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.single-post-main-content .related-news-title {
  color: #9a9a9a;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 20px;
  display: block;
  margin: 0 0 0.6em;
  text-transform: uppercase;
  width: 100%;
}

.pt-archives {
  border-radius: 10px;
  background-color: #e4142c;
  color: #fff;
  padding: 22px 20px;
  margin-bottom: 18px;
  text-align: center;
}
.pt-archives .link-button-outlined {
  cursor: pointer;
  text-transform: uppercase;
}

.pt-archives-title {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}

.pt-archives-description {
  font-size: 14px;
  margin-bottom: 1.3em;
}

.pt-archives-custom-select {
  background-color: #fff;
  border-radius: 45px;
  display: block;
  position: relative;
}
.pt-archives-custom-select::after {
  background: #fff url("/wp-content/themes/pt_2016/assets/images/icons/fi-rr-angle-right.png") no-repeat;
  content: "";
  position: absolute;
  right: 2px;
  height: 20px;
  width: 20px;
  top: 8px;
  border-radius: 10px;
}
.pt-archives-custom-select .pt-archives-select {
  width: 100%;
}

.pt-archives-select {
  background: none;
  border: 0;
  padding: 7px 12px;
  text-transform: uppercase;
}

.single-post-share-container {
  display: flex;
  justify-content: flex-end;
}
.single-post-share-container p {
  align-items: center;
  display: flex;
  margin-bottom: 0;
}
.single-post-share-container p a {
  margin-left: 5px;
}
.single-post-share-container .share-title {
  font-size: 13px;
  margin-right: 10px;
}

@media screen and (max-width: 1100px) {
  .single-post-topics {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}

.single-post-topics-title {
  margin-bottom: 1.2em;
  text-transform: uppercase;
}

.single-post-topics-tags a {
  border: 1.5px solid #9a9a9a;
  border-radius: 30px;
  color: #9a9a9a;
  display: inline-block;
  padding: 3px 10px 5px;
  text-transform: uppercase;
  margin: 10px 10px 0 0;
}

@media screen and (max-width: 640px) {
  .single-post-container .single-post-sidebar .widget.mailing_widget .newsletter-widget {
    padding: 0;
  }
  .single-post-container .single-post-sidebar .widget.mailing_widget .newsletter-widget .limit {
    padding: 8px 9px;
    width: auto;
  }
  .single-post-container .single-post-sidebar .widget.mailing_widget .newsletter-widget .limit .newsletter-recaptcha {
    transform: scale(0.79);
  }
}
@media screen and (min-width: 1100px) {
  .single-post-main-content .related-news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .single-post-main-content .related-news-list li {
    line-height: 1.2;
    margin-right: 2%;
    margin-bottom: 0;
    width: 30%;
  }
  .single-post-main-content .related-news-list li:last-of-type {
    margin-right: 0;
  }
}
.content-post-header {
  margin-bottom: 16px;
}
@media screen and (min-width: 1100px) {
  .content-post-header .content-post-header {
    margin-bottom: 33px;
  }
}

.content-post-title {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.content-post-title.text-center {
  text-align: center;
}
.content-post-title .content-post-title-color-bar {
  border-radius: 50px;
  clear: none;
  display: block;
  height: 31px;
  margin-left: 15px;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .content-post-title {
    font-size: 40px;
    line-height: 53px;
  }
}

.advanced-search-container {
  background-color: #e0e0e0;
  border-radius: 10px;
  padding: 17px 20px;
  margin: 0 auto 20px;
  max-width: 547px;
}

.advanced-search-title {
  border-radius: 10px;
  font: normal 18px/1.23 "Roboto";
  font-weight: 700;
  margin-bottom: 1em;
  text-align: center;
  text-transform: uppercase;
}

.advanced-search-form {
  max-width: 496px;
  margin: auto;
}

.advanced-search-input {
  background: #fff url(assets/images/icons/fi-rr-zoom-in.png) no-repeat 10px 62%;
  background-size: 22px;
  border: none;
  border-radius: 58px;
  padding: 9px 15px 6px 44px;
  width: 100%;
}

.background-banner {
  background: linear-gradient(259.79deg, #e4142c 35.13%, #fdd729 110.19%);
}

.elects-banner {
  margin-bottom: 20px;
  padding: 0 20px;
  position: relative;
}
.elects-banner .background-banner {
  background: linear-gradient(259.79deg, #e4142c 35.13%, #fdd729 110.19%);
  bottom: 0;
  height: 92%;
  left: 0;
  position: absolute;
  width: 100%;
}
.elects-banner .limit {
  position: relative;
  z-index: 2;
}
.elects-banner .img-lula {
  position: relative;
}
.elects-banner .img-lula img {
  color: #ffffff;
  font-family: "Rubik One", sans-serif;
  font-size: 48px;
  font-weight: bold;
  max-width: 350px;
  text-transform: uppercase;
  width: 100%;
}
.elects-banner .img-lula h2,
.elects-banner .img-lula p {
  color: #ffffff;
  line-height: 23px;
}
.elects-banner .img-lula p {
  padding-top: 10px;
}
.elects-banner h1 {
  width: 100%;
  color: #ffffff;
  font-family: "Rubik One", sans-serif;
  font-size: 38px;
  font-weight: bold;
  text-transform: uppercase;
}
.elects-banner h2,
.elects-banner p {
  color: #ffffff;
  line-height: 23px;
}
.elects-banner p {
  padding-top: 10px;
}
.elects-banner .header-banner {
  display: flex;
  flex-direction: column;
  padding: 20px 0 0;
}
.elects-banner .header-banner.limit {
  max-width: 400px;
}
.elects-banner .logo-pt {
  width: 35px;
  height: 30px;
}
@media (min-width: 900px) {
  .elects-banner .header-banner {
    align-items: center;
    flex-direction: row;
  }
  .elects-banner .header-banner.limit {
    max-width: 1145px;
  }
  .elects-banner .img-lula {
    position: relative;
    flex-shrink: 0;
    width: 60%;
  }
  .elects-banner .img-lula img {
    max-width: 649px;
    width: 100%;
  }
  .elects-banner .title-lula {
    display: flex;
    flex-direction: row;
    align-items: baseline;
  }
  .elects-banner .logo-pt {
    width: 30px;
    height: 28px;
  }
}
@media (min-width: 1200px) {
  .elects-banner {
    margin-top: 50px;
  }
  .elects-banner .elects-banner {
    padding: 0;
  }
  .elects-banner .content-header-banner {
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0;
    transform: translate(-10%, 0);
    width: 40%;
  }
  .elects-banner .content-header-banner .title-lula {
    display: flex;
    flex-direction: row;
    align-items: baseline;
  }
  .elects-banner .img-lula {
    display: flex;
    position: relative;
    flex-shrink: 0;
    width: 60%;
  }
  .elects-banner .img-lula img {
    max-width: 649px;
    width: 100%;
  }
  .elects-banner .elects-banner-title {
    align-items: center;
    display: flex;
    font-size: 97px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
  }
  .elects-banner .elects-banner-title a {
    display: block;
    flex-shrink: 0;
    margin-right: 11px;
  }
  .elects-banner h2 {
    padding: 0 0 14px 3px;
    font-style: normal;
    font-weight: 700;
    font-size: 37px;
    line-height: 43px;
    /* or 116% */
    font-feature-settings: "liga" off;
  }
  .elects-banner p {
    width: 535px;
    padding-left: 7px;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 23px;
    /* or 135% */
    font-feature-settings: "liga" off;
  }
  .elects-banner .logo-pt {
    width: 80px;
    height: 67px;
  }
}

.featured-content {
  max-width: 860px;
  margin-top: 34px;
}
.featured-content .featured-title {
  font-family: "Rubik One";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 37px;
  color: #e4142c;
}
.featured-content .featured-description {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.featured-content .content-video {
  max-width: 550px;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .featured-content {
    margin-top: 34px;
  }
  .featured-content .featured-title {
    font-weight: 400;
    font-size: 61px;
    line-height: 46px;
  }
}

.content-selection .selection {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
}
.content-selection .selection .selection-title {
  color: #e4142c;
  font-weight: 400;
  font-size: 34px;
  line-height: 32px;
  font-family: "Rubik One", sans-serif;
  text-transform: uppercase;
}
.content-selection .selection .button-region {
  width: 200px;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
}
.content-selection .selection .link-button {
  width: 80%;
  max-width: 200px;
  border: none;
}
.content-selection .selection .content-wrapper {
  width: 100%;
  display: none;
}
@media (min-width: 1200px) {
  .content-selection .selection .button-region {
    display: none;
  }
  .content-selection .selection .content-wrapper {
    display: block;
  }
}

.region-content .region-banner {
  background: linear-gradient(223deg, #e4142c 35.13%, #fdd729 110.19%);
  border-radius: 10px;
  padding: 10px;
}
.region-content .region-banner .region-content-title {
  font-family: "Rubik One";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.1;
  color: #ffffff;
}
.region-content .region-banner .region-content-subtitle {
  font-family: "Rubik One";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.1;
  color: #ffffff;
}
.region-content .region-banner p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}
.region-content .region-banner region-content-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.region-content .region-banner .content-banner {
  max-width: 880px;
}
.region-content .region-banner .content-description {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  .region-content {
    width: 100vw;
  }
  .region-content .region-banner {
    border-radius: 0;
    padding: 40px 0 0;
  }
  .region-content .region-banner .region-content-subtitle {
    font-weight: 400;
    font-size: 32px;
    line-height: 46px;
  }
  .region-content .region-banner .region-content-title {
    font-size: 60px;
    line-height: 57px;
  }
  .region-content .region-banner p {
    font-weight: 500;
  }
  .region-content .region-banner .content-banner {
    max-width: initial;
    margin-bottom: 35px;
  }
  .region-content .region-banner .content-description {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .region-content .region-banner .content-img {
    display: flex;
    flex-shrink: 0;
  }
  .region-content .region-banner .content-img img {
    position: relative;
  }
  .region-content .region-banner .content-paragraph {
    width: 400px;
    padding-left: 20px;
  }
}

.content-regions {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}
.content-regions .banner-regions {
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 10px;
}
.content-regions .card-content {
  display: flex;
  flex-direction: column;
}
.content-regions .regions-title {
  text-transform: uppercase;
  font-family: "Rubik One";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 37px;
  color: #e4142c;
}
.content-regions .regions-title b {
  font-size: 38px;
  font-weight: 400;
}
.content-regions .list-item-regions p {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 125%;
  color: #000000;
}
.content-regions .regions-description {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.content-regions .states-logo {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 40px;
}
.content-regions .background-states {
  background: #9a9a9a;
  border-radius: 10px;
  padding: 10px;
  margin-top: 20px;
}
.content-regions .background-states .individual-state {
  display: flex;
  color: #ffffff;
}
.content-regions .background-states .individual-state div {
  margin: 5px;
}
.content-regions .background-states .state-flag {
  max-width: 50px;
  position: relative;
  top: 7px;
}
.content-regions .background-states .state-flag img {
  border-radius: 7px;
}
.content-regions .background-states .state-content p {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .content-regions {
    align-items: flex-start;
    flex-direction: row;
    margin-bottom: 20px;
  }
  .content-regions .regions-title {
    font-size: 29px;
    line-height: 46px;
  }
  .content-regions .regions-title b {
    display: block;
    font-size: 61px;
    line-height: 46px;
    margin-bottom: 10px;
  }
  .content-regions .list-regions {
    margin-bottom: 20px;
  }
  .content-regions .list-item-regions p {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 38px;
  }
  .content-regions .states-logo {
    bottom: initial;
    flex-shrink: 0;
    max-width: 170px;
  }
  .content-regions .states-logo img {
    max-width: initial;
    transform: translate(-32%, 0);
  }
  .content-regions section {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content-regions .banner-regions {
    max-width: 677px;
    width: 100%;
    flex-shrink: 0;
    margin: 20px;
  }
}

.second-round .second-round-title {
  font-family: "Rubik One";
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 37px;
  color: #e4142c;
}
.second-round .second-round-paragraph {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.second-round .second-round-img {
  flex-shrink: 0;
  max-width: initial;
}
.second-round .second-round-img img {
  position: relative;
}
@media (min-width: 1200px) {
  .second-round {
    max-width: 880px;
    margin: 0 auto;
  }
  .second-round .second-round-img {
    transform: translate(-25%, 0);
  }
  .second-round .description-second-round {
    padding-top: 30px;
    width: 100%;
  }
}

.second-round-desktop {
  display: flex;
  margin-bottom: 10px;
}
.second-round-desktop .second-round-title {
  font-size: 61px;
  line-height: 54px;
}

.election-balance .election-balance-title {
  font-family: "Rubik One";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 46px;
  color: #ffffff;
}
.election-balance .election-balance-subtitle {
  font-family: "Rubik One";
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 46px;
  color: #ffffff;
}
.election-balance .election-balance-paragraph {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .election-balance .election-balance-title {
    font-size: 32px;
  }
  .election-balance .election-balance-subtitle {
    font-size: 61px;
    margin-bottom: 20px;
  }
  .election-balance .election-balance-paragraph {
    font-weight: 500;
  }
}

.content-news {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}

.header-read-more h2 {
  text-transform: uppercase;
  color: #e4142c;
  padding: 10px 0;
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: 400;
  font-family: "Rubik One", sans-serif;
}
@media (min-width: 1200px) {
  .header-read-more h2 {
    color: #000000;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
  }
}

@media screen and (max-width: 1100px) {
  .hide-down-lg {
    display: none;
  }
}