@charset "UTF-8";
/* Layout Breakpoints
   -------------------------------------------------------------------------- */
/* Grayscale Palette
   -------------------------------------------------------------------------- */
/* Brand Palette
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'Montserrat';
  src: url("/fonts/Montserrat-Medium.woff2") format("woff2"), url("/fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("/fonts/Montserrat-Light.woff2") format("woff2"), url("/fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("/fonts/Montserrat-Bold.woff2") format("woff2"), url("/fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("/fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("/fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Domine';
  src: url("/fonts/Domine-Bold.woff2") format("woff2"), url("/fonts/Domine-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Domine';
  src: url("/fonts/Domine-SemiBold.woff2") format("woff2"), url("/fonts/Domine-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Domine';
  src: url("/fonts/Domine-Regular.woff2") format("woff2"), url("/fonts/Domine-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  margin-top: 35px;
  text-decoration-thickness: auto;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -moz-osx-font-smoothing: grayscale;
  white-space: normal;
  color: #333; }

#barraIOL {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 10; }

.pubheader {
  text-align: center;
  overflow: hidden; }

.section {
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 15px; }

.section-title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300; }
  @media (min-width: 480px) {
    .section-title {
      font-size: 40px; } }

a {
  color: #323232;
  text-decoration: none; }

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  padding: 0; }

h2 {
  font-size: clamp(1rem, 1.1rem, 187.5rem); }

h1 {
  font-size: clamp(1.25rem, 2vw, 2rem);
  margin-top: 10px; }

h3 {
  color: #323232;
  font-size: clamp(1.45rem, 1.6vw, 187.5rem); }

h4 {
  color: #ffffff;
  font-size: clamp(1rem, 0.5vw, 187.5rem); }

h5 {
  color: #908e88;
  font-size: clamp(1rem, 1.46vw, 1.125rem);
  margin-bottom: 10px; }

h3.seccao {
  font-size: clamp(1.5rem, 2vw, 2rem);
  padding: 15px 0 10px 0;
  font-weight: 700; }

ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

.center-btn {
  text-align: center;
  display: block; }

button.botao, .bt-more {
  margin: 30px auto;
  padding: 10px 20px;
  border: 1px solid #565656;
  color: #565656;
  font-size: 12px;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  background-color: transparent;
  text-transform: uppercase;
  transition: all .4s;
  z-index: 3; }
  button.botao:hover, .bt-more:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
  button.botao:after, .bt-more:after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0; }
  button.botao.variant, .bt-more.variant {
    border: 1px solid #FFC800;
    background-color: #FFC800; }

.bt-more {
  margin: 20px auto;
  display: block;
  width: 120px; }

.vl {
  border-left: 1px solid #232327;
  height: 100%; }

.full-section {
  padding: 1% 0; }

.item {
  position: relative; }

.picture16x9 {
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center 10%;
  background-repeat: no-repeat; }

.circle_img_cut {
  height: 100%;
  background-size: cover;
  background-position: center; }

/*******************************/
.grid_list {
  display: grid;
  grid-gap: 10px;
  position: relative; }

button.botao.ultimas-btn {
  display: block;
  width: 23%;
  margin: 10% auto;
  padding: 2%;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #908e88; }

.video-container {
  position: relative; }

.video-title {
  position: absolute;
  bottom: 0;
  padding: 0 3%; }

.play-icon-principal {
  font-size: 1.5rem;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  font-size: 1.5rem;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.play-icon {
  font-size: 1.5rem; }

.play-icon-principal i, .play-icon i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #ffffff; }

.video-overlay {
  background: linear-gradient(0, #232327 0, rgba(35, 35, 39, 0) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%; }

.content-gallery {
  padding: 5%; }

/*
.botao.show-bt{
    display:block;
    @media (max-width: 1024px) {
        display:none;
    }
}*/
.botao.hide-bt {
  display: none; }
  @media (max-width: 1024px) {
    .botao.hide-bt {
      display: block; } }

footer {
  width: 100%;
  background-color: #FFC800;
  padding: 30px 0; }

.footer {
  display: flex;
  flex-flow: row wrap;
  max-width: 1550px;
  color: #323232;
  column-gap: 10%;
  margin: 0 auto;
  position: relative;
  padding: 0 25px; }

.footer__logo {
  width: 200px; }

.footer ul {
  list-style: none;
  padding-left: 0; }

.footer li {
  padding: 10px 0;
  align-self: baseline; }

.footer a {
  text-decoration: none;
  color: #323232;
  font-size: 14px; }

.footer h4 {
  color: #323232;
  font-weight: 800;
  font-size: 14px;
  min-width: 100px; }

.footer__nav {
  display: flex;
  flex-flow: row wrap; }

ul.social-icons {
  display: flex; }

.footer__nav > * {
  flex: 1 50%;
  margin-right: 1.25em; }
  @media (min-width: 40.375em) {
    .footer__nav > * {
      flex: 1; } }

.legal {
  padding-top: 25px;
  border-top: solid 1px #fff;
  margin-top: 25px; }
  @media (min-width: 1320px) {
    .legal {
      position: absolute;
      left: 25px;
      top: 100px; } }
  .legal ul li {
    padding: 5px 0; }

.nav__ul--extra {
  column-gap: 1.25em; }

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.social-icons li {
  display: inline-block;
  margin-bottom: 4px; }

.social-icons a {
  font-size: 26px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all 0.2s linear; }

.social-icons a:active, .social-icons a:focus, .social-icons a:hover {
  color: #fff; }

@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600; } }
.shares {
  margin: 20px 0;
  text-align: center; }
  .shares span {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 0 10px;
    background-color: #FFC800;
    font-size: 22px;
    line-height: 45px;
    transition: all 0.2s;
    margin-right: 10px; }
    @media (hover: hover) {
      .shares span:hover {
        background-color: #333;
        color: #fff; } }

.newsletter {
  padding: 50px 0 20px 0; }
  .newsletter h2 {
    font-family: 'Domine';
    font-size: 45px; }
  .newsletter h3 {
    font-weight: 300;
    font-size: 26px;
    clear: both;
    padding-bottom: 10px; }
  .newsletter iframe {
    width: 100%; }

.newsletterContent {
  grid-column: 3;
  grid-row: 1;
  margin-top: 35px; }
  @media (max-width: 1024px) {
    .newsletterContent {
      grid-column: 2;
      grid-row: 2;
      align-self: center;
      justify-self: center; } }
  @media (max-width: 768px) {
    .newsletterContent {
      grid-column: 1 / -1;
      grid-row: 2; } }

.newsletterHeader {
  display: flex;
  margin-bottom: 3px; }

.newsletterHeader h2 {
  flex: 50%;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 6px;
  padding-right: 5px;
  color: #FFC800; }

.newsletterHeader img {
  height: 50px;
  width: auto;
  flex: 50%; }

.social_media-buttons {
  display: grid;
  gap: 2px; }

.social_media-buttons button {
  width: 100%;
  text-align: left;
  cursor: pointer;
  line-height: 45px;
  border: none;
  background-color: #FFC800;
  font-size: 26px; }
  .social_media-buttons button span {
    display: inline-block;
    padding: 0 15px;
    width: 30px;
    text-align: center;
    transform: translate(0, 4px); }

.social_media-buttons button h3 {
  display: inline-block;
  font-size: 16px; }

.label-patrocinado {
  font-size: 12px;
  position: relative;
  padding: 5px 0 10px 15px;
  color: #6e6e6e; }
  .label-patrocinado:before {
    content: "\e900";
    font-family: 'selfie' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    top: 5px;
    left: 0; }

aside {
  height: 100%; }
  aside .pubContainer2 {
    position: sticky;
    top: 20px; }

.mrecWrapper {
  width: 300px;
  margin: 0 auto;
  min-height: 270px; }

.pub {
  margin: 0 auto;
  text-align: center; }

.iol-gallery-button {
  z-index: 5 !important; }

.aominuto-wrapper .item {
  background-color: #30011f; }
  .aominuto-wrapper .item .item-title {
    color: white; }

section.full-section.patrocinado_section {
  background-color: #dddada;
  margin-bottom: 30px; }

section.full-section.patrocinado_section h2 {
  color: #565656; }

section.full-section.patrocinado_section .grid_list {
  grid-template-columns: repeat(4, 1fr); }
  @media (max-width: 1024px) {
    section.full-section.patrocinado_section .grid_list {
      grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 1024px) {
  section.full-section.patrocinado_section .grid_list .item:first-child {
    grid-column: 1;
    grid-row: 1; } }
@media (max-width: 768px) {
  section.full-section.patrocinado_section .grid_list .item:first-child {
    grid-column: 1 / -1;
    grid-row: 1; } }

@media (max-width: 1024px) {
  section.full-section.patrocinado_section .grid_list .item:nth-child(2) {
    grid-column: 2;
    grid-row: 1; } }
@media (max-width: 768px) {
  section.full-section.patrocinado_section .grid_list .item:nth-child(2) {
    grid-column: 1 / -1;
    grid-row: 2; } }

@media (max-width: 1024px) {
  section.full-section.patrocinado_section .grid_list .item:nth-child(3) {
    grid-column: 1;
    grid-row: 2; } }
@media (max-width: 768px) {
  section.full-section.patrocinado_section .grid_list .item:nth-child(3) {
    grid-column: 1 / -1;
    grid-row: 3; } }

@media (max-width: 1024px) {
  section.full-section.patrocinado_section .grid_list .item:nth-child(4) {
    grid-column: 2;
    grid-row: 2; } }
@media (max-width: 768px) {
  section.full-section.patrocinado_section .grid_list .item:nth-child(4) {
    grid-column: 1 / -1;
    grid-row: 4; } }

section.full-section.patrocinado_section .item h4 {
  color: #565656;
  margin-bottom: 0.5rem;
  font-size: clamp(1rem, 1.46vw, 1.125rem); }

section.full-section.patrocinado_section .item h5 {
  color: #ffffff;
  text-transform: capitalize;
  margin-top: 0; }

[data-iol-comercial-format="OUTSTREAM"] div {
  width: 100% !important;
  height: auto !important; }
[data-iol-comercial-format="OUTSTREAM"] iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3; }

/* barra whatsapp */
.barWhatsapp {
  width: 100%;
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px; }
  .barWhatsapp a {
    text-decoration: none; }
  .barWhatsapp .baloon {
    position: relative;
    width: 100%; }
  .barWhatsapp .bar {
    background-color: #d5f3cf;
    border-radius: 9px;
    margin-left: 20px;
    z-index: 9;
    display: grid;
    padding: 10px 25px;
    grid-template-columns: auto 130px;
    align-items: center;
    gap: 10px; }
  .barWhatsapp .text {
    color: #333;
    text-transform: uppercase;
    font-size: 15px;
    position: relative; }
    .barWhatsapp .text b {
      position: relative; }
  .barWhatsapp .info {
    display: inline;
    color: #333;
    font-size: 15px; }
  .barWhatsapp .alignBTN {
    justify-self: end;
    /* Adicionado para alinhar à direita */ }
  .barWhatsapp .buttonW {
    border: 2px solid white;
    border-radius: 10px;
    background-color: #54c068;
    color: white;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    gap: 7px; }
  .barWhatsapp .icon {
    font-size: 22px; }
  .barWhatsapp .txt {
    font-size: 15px;
    font-weight: 700; }
  .barWhatsapp .emoji {
    font-size: 31px;
    position: absolute;
    top: -51px;
    left: 50%;
    transform: rotate(-21deg); }

/* barra newsletter */
.barNewsletter {
  width: 100%;
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px; }
  .barNewsletter .baloon {
    position: relative;
    border: 3px solid #ffc906;
    display: grid;
    grid-template-columns: 110px auto;
    min-height: 60px;
    align-items: center; }
    @media (max-width: 498px) {
      .barNewsletter .baloon {
        grid-template-columns: 80px auto; } }
    .barNewsletter .baloon .envelope {
      height: 80px;
      background-image: url("/img/message.gif?v2");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    .barNewsletter .baloon .textNewsletter {
      display: grid;
      align-items: center; }
  .barNewsletter .bar {
    z-index: 10;
    display: grid;
    padding: 10px 15px;
    grid-template-columns: auto 190px;
    align-items: center;
    gap: 10px; }
    @media (max-width: 1056px) and (min-width: 768px), (max-width: 675px) {
      .barNewsletter .bar {
        grid-template-columns: auto;
        gap: 5px; } }
    @media (min-width: 655px) {
      .barNewsletter .bar {
        padding: 10px 10px; } }
    @media (max-width: 466px) {
      .barNewsletter .bar {
        padding: 10px 10px; } }
  .barNewsletter .text {
    color: #333;
    font-size: 20px;
    position: relative; }
    @media (max-width: 915px) {
      .barNewsletter .text {
        font-size: 17px; } }
    @media (min-width: 675px) {
      .barNewsletter .text {
        font-weight: 700; } }
    @media (max-width: 430px) {
      .barNewsletter .text {
        font-size: 15px; } }
  .barNewsletter .info2 {
    color: #333;
    font-size: 20px; }
    @media (min-width: 1170px) {
      .barNewsletter .info2 {
        display: inline; } }
    @media (max-width: 915px) {
      .barNewsletter .info2 {
        font-size: 17px; } }
    @media (max-width: 430px) {
      .barNewsletter .info2 {
        font-size: 15px; } }
    @media (min-width: 675px) {
      .barNewsletter .info2 {
        font-weight: 700; } }
  .barNewsletter .alignBTN {
    justify-self: end;
    /* Adicionado para alinhar à direita */ }
    @media (max-width: 1056px) {
      .barNewsletter .alignBTN {
        justify-self: auto; } }
  .barNewsletter .buttonW .buttonArea {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 5px;
    background-color: #ffc906;
    color: #333;
    padding: 6px 15px; }
  .barNewsletter .icon img {
    width: 7px;
    display: block; }
    @media (max-width: 1117px) {
      .barNewsletter .icon img {
        width: 6px; } }
  .barNewsletter .txt {
    font-size: 15px;
    font-weight: 700; }
    @media (max-width: 1117px) {
      .barNewsletter .txt {
        font-size: 13px; } }

@media (min-width: 768px) {
  header .premium-topbar-wrapper {
    background: linear-gradient(50deg, #2c2615 0%, #0f2c41 50%, #442c3e 100%);
    color: #fff !important;
    margin: 1px 0 !important; }
    header .premium-topbar-wrapper .premium-underpub-inner {
      color: #fff !important; }
      header .premium-topbar-wrapper .premium-underpub-inner .bt-go-premium {
        background-color: #ffd700 !important;
        color: #303030 !important; } }
.especialidadesContacts {
  max-width: 400px;
  margin: 20px auto;
  padding: 15px;
  font-size: 14px;
  position: relative;
  background-color: #FFC800; }
  .especialidadesContacts a {
    color: #fff;
    font-weight: 600; }
    .especialidadesContacts a em {
      display: none; }
  .especialidadesContacts .fotoPerson {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    background-size: cover;
    border: solid 1px #fff; }
  .especialidadesContacts .nomeLabel {
    font-weight: 700;
    font-size: 20px;
    padding: 5px 0; }
  .especialidadesContacts ul {
    clear: both;
    margin-top: 10px;
    display: flex;
    gap: 10px;
    margin-left: 63px; }
  .especialidadesContacts li span {
    display: block;
    line-height: 36px;
    width: 36px;
    text-align: center;
    font-size: 20px;
    color: #FFC800;
    background-color: #333; }

.gallery-cover .gallery-title {
  margin-bottom: 0; }
.gallery-cover .gallery-cover-info {
  margin-top: 0; }

@font-face {
  font-family: 'selfie';
  src: url("/fonts/selfie.eot?t83pf7");
  src: url("/fonts/selfie.eot?t83pf7#iefix") format("embedded-opentype"), url("/fonts/selfie.ttf?t83pf7") format("truetype"), url("/fonts/selfie.woff?t83pf7") format("woff"), url("/fonts/selfie.svg?t83pf7#selfie") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'selfie' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-twitter:before {
  content: "\e90f"; }

.icon-facebook1:before {
  content: "\e90e"; }

.icon-check:before {
  content: "\e907"; }

.icon-headphones:before {
  content: "\e90c"; }

.icon-thumbs-up:before {
  content: "\e908"; }

.icon-youtube:before {
  content: "\e90d"; }

.icon-check_circle:before {
  content: "\e86c"; }

.icon-dissatisfied:before {
  content: "\e811"; }

.icon-satisfied:before {
  content: "\e813"; }

.icon-thumbs-down:before {
  content: "\e909"; }

.icon-favorite_border:before {
  content: "\e90a"; }

.icon-favorite:before {
  content: "\e90b"; }

.icon-world:before {
  content: "\e902"; }

.icon-user:before {
  content: "\e901"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-instagram2:before {
  content: "\f16d"; }

.icon-chevron-down:before {
  content: "\e905"; }

.icon-chevron-thin-left:before {
  content: "\e903"; }

.icon-chevron-thin-right:before {
  content: "\e904"; }

.icon-chevron-up:before {
  content: "\e906"; }

.icon-patrocinado:before {
  content: "\e900"; }

.icon-pets:before {
  content: "\e91d"; }

.icon-mail:before {
  content: "\e002"; }

.icon-image:before {
  content: "\e010"; }

.icon-clock:before {
  content: "\e014"; }

.icon-camera:before {
  content: "\e017"; }

.icon-video:before {
  content: "\e018"; }

.icon-printer:before {
  content: "\e020"; }

.icon-heart:before {
  content: "\e024"; }

.icon-paper:before {
  content: "\e034"; }

.icon-search:before {
  content: "\e036"; }

.icon-microphone:before {
  content: "\e048"; }

.icon-play:before {
  content: "\e052"; }

.icon-repeat:before {
  content: "\e058"; }

.icon-briefcase:before {
  content: "\e075"; }

.icon-bubble:before {
  content: "\e076"; }

.icon-share:before {
  content: "\e081"; }

.icon-star:before {
  content: "\e093"; }

.icon-arrow-left:before {
  content: "\e094"; }

.icon-arrow-right:before {
  content: "\e095"; }

.icon-bag:before {
  content: "\e106"; }

.icon-maximize:before {
  content: "\e112"; }

.icon-minimize:before {
  content: "\e113"; }

.icon-plus:before {
  content: "\e114"; }

.icon-minus:before {
  content: "\e115"; }

.icon-close:before {
  content: "\e117"; }

.icon-menu:before {
  content: "\e120"; }

.icon-open:before {
  content: "\e128"; }

.icon-ellipsis:before {
  content: "\e129"; }

.icon-google:before {
  content: "\ea8b"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-whatsapp:before {
  content: "\ea93"; }

.pubTopWrapper {
  background-color: #333;
  position: relative; }
  .pubTopWrapper:before {
    text-align: center;
    display: block;
    color: #808080;
    font-size: 12px;
    content: 'PUBLICIDADE';
    position: absolute;
    width: 200px;
    line-height: 30px;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-100px, -15px); }
  .pubTopWrapper .pubheader {
    z-index: 1;
    text-align: center;
    min-height: 200px;
    position: relative;
    padding: 5px 0 15px 0; }
    @media (min-width: 480px) {
      .pubTopWrapper .pubheader {
        min-height: 260px; } }

@media (max-width: 768px) {
  header {
    position: relative; }

  .nav-header {
    position: relative;
    padding: 10px 0 10px 15px; }
    .nav-header .openBtn-mobile {
      display: none;
      background: none;
      padding: 8px;
      position: absolute;
      bottom: 12px;
      right: 80px;
      border: none;
      cursor: pointer;
      width: 40px;
      color: #333;
      font-size: 28px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }

  .nav {
    display: none;
    background-color: #FFC800;
    text-align: center;
    position: absolute;
    min-height: 90vh;
    z-index: 40;
    left: 0;
    right: 0;
    padding: 100px 20px; }
    .nav ul, .nav li {
      line-height: 40px;
      font-weight: 700;
      position: relative; }
    .nav .logo-selfie {
      display: none; }
    .nav .NavbarItems-left {
      text-transform: uppercase;
      font-size: 20px; }
    .nav .openBtn {
      display: none; }
    .nav .subSeccao {
      display: none;
      padding-bottom: 20px; }
      .nav .subSeccao li a {
        font-weight: 500;
        text-transform: none;
        font-size: 16px; }

  .navbar_logo, .logotipo-mobile {
    margin-left: 63px;
    display: block;
    height: 60px; }
    .navbar_logo img, .logotipo-mobile img {
      width: auto;
      height: 60px; }
    .navbar_logo:after, .logotipo-mobile:after {
      content: '';
      display: block;
      width: 35px;
      height: 40px;
      background-image: url("https://cdn.iol.pt/img/logostvi/preto/tvi.png");
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      right: 10px;
      top: 42px; }

  .social-menu {
    padding: 10px;
    display: flex;
    justify-content: space-around;
    margin: 20px auto;
    width: 250px;
    font-size: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; }

  .navbar_toggle {
    position: absolute;
    left: 16px;
    top: 10px;
    background-color: #FFC800;
    width: 60px;
    height: 60px;
    text-align: center; } }
@media (min-width: 769px) {
  .nav-menu ul {
    height: 60px; }

  .nav-menu li a {
    color: #565656;
    text-transform: inherit;
    text-decoration: none;
    font-weight: 600; }

  .nav ul {
    flex-direction: row;
    padding-left: 0;
    display: flex;
    margin: 0; }

  .nav ul li {
    list-style: none;
    align-self: center; }

  .top-nav li a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px; }

  .top-nav:nth-child(5) {
    order: 1; }

  .Navbar {
    display: flex;
    flex-direction: column;
    position: relative; }

  .openBtn-mobile {
    display: none; }

  .navbar_logo, .logotipo-mobile {
    display: none; }

  nav.nav {
    display: flex;
    flex-direction: column; }

  .nav .top-nav-wrapper {
    background: #FFC800;
    padding: 0; }

  .top-nav {
    height: 40px;
    display: flex;
    gap: 80px;
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 15px; }

  .nav-menu {
    padding: 0 15px;
    max-width: 1550px;
    margin: 0 auto; }

  .top-nav ul.NavbarItems-left {
    gap: 20px; } }
  @media (min-width: 769px) and (max-width: 1024px) {
    .top-nav ul.NavbarItems-left {
      width: 100%;
      gap: 10px; } }
@media (min-width: 769px) {
    .top-nav ul.NavbarItems-left a {
      padding: 5px; }
    .top-nav ul.NavbarItems-left .logo-selfie {
      display: none; } }
    @media (min-width: 769px) and (min-width: 768px) {
      .top-nav ul.NavbarItems-left .logo-selfie {
        display: block; }
        .top-nav ul.NavbarItems-left .logo-selfie img {
          height: 40px;
          width: auto;
          float: left; } }
@media (min-width: 769px) {
      .top-nav ul.NavbarItems-left .logo-selfie a {
        padding: 0; }

  .nav-menu ul {
    height: 60px; }

  .nav-menu li a {
    color: #565656;
    text-transform: inherit;
    text-decoration: none;
    font-weight: 600;
    padding: 5px; } }
  @media (min-width: 769px) and (hover: hover) {
    .nav-menu li a:hover {
      background-color: #333;
      color: #fff; } }

@media (min-width: 769px) {
  .nav ul {
    flex-direction: row;
    padding-left: 0;
    display: flex;
    margin: 0; }

  .nav ul li {
    list-style: none;
    align-self: center;
    position: relative; }

  .top-nav li a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px; } }
  @media (min-width: 769px) and (hover: hover) {
    .top-nav li a:hover {
      background-color: #333;
      color: #fff; } }

@media (min-width: 769px) {
  li.social_media_links {
    padding: 0 0px 0 15px; }
    li.social_media_links span {
      display: block;
      font-size: 22px;
      color: #333; }

  .NavbarItems-right {
    display: flex;
    gap: 35%; } }
  @media (min-width: 769px) and (max-width: 1024px) {
    .NavbarItems-right {
      justify-content: flex-end; } }

@media (min-width: 769px) {
  .nav-menu ul.NavbarItems {
    gap: 1%;
    position: relative; } }
  @media (min-width: 769px) and (min-width: 768px) {
    .nav-menu ul.NavbarItems:after {
      content: '';
      display: block;
      width: 38px;
      height: 40px;
      background-image: url("https://cdn.iol.pt/img/logostvi/preto/tvi.png");
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      right: 10px;
      top: 15px; } }

@media (min-width: 769px) {
  ul.NavbarItems.social-menu {
    gap: 10%; }

  .nav-menu-wrapper {
    height: 100%;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px; }

  .navbar_toggle {
    display: none; }

  ul.subSeccao {
    display: none;
    position: absolute;
    top: 30px;
    left: -30px;
    background-color: #fff;
    width: 250px;
    z-index: 40;
    height: auto;
    padding: 10px 0 30px 0;
    -webkit-box-shadow: 4px 8px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 8px 8px 0px rgba(0, 0, 0, 0.3); }
    ul.subSeccao li {
      display: block; }
      ul.subSeccao li a {
        display: block;
        text-align: left;
        font-weight: 500;
        font-size: 16px;
        padding: 8px 30px; } }
      @media (min-width: 769px) and (hover: hover) {
        ul.subSeccao li a:hover {
          background-color: #333;
          color: #fff; } }

@media (min-width: 769px) {
  .NavbarItems-left ul.subSeccao {
    background-color: #FFC800; }
    .NavbarItems-left ul.subSeccao li a {
      text-transform: none;
      padding: 8px 30px;
      display: block; } }
nav .subSeccao.ativo {
  display: block; }

nav .icon-chevron-down, nav .icon-chevron-up {
  padding: 5px;
  cursor: pointer; }
  @media (hover: hover) {
    nav .icon-chevron-down:hover, nav .icon-chevron-up:hover {
      background-color: #333;
      color: #fff; } }
  @media (max-width: 768px) {
    nav .icon-chevron-down, nav .icon-chevron-up {
      position: absolute;
      right: 0;
      padding: 10px; } }

.subSeccao.shopping {
  display: none; }

.logotipo {
  max-width: 310px;
  width: 32%;
  display: block; }
  .logotipo img {
    width: 100%; }
  @media (max-width: 768px) {
    .logotipo {
      display: none;
      width: 50%; } }

.nav.navbar_ToggleShow {
  display: block;
    /*  display: flex;
      flex-direction: column;
      background: $yellow;
      padding: 0.5rem 0;
      overflow-y: auto;

      z-index: 10;*/ }

.nav .openBtn {
  background: #333;
  border: none;
  cursor: pointer;
  width: 40px;
  color: #FFC800;
  font-size: 28px; }

.openBtn:hover {
  background: #FFC800;
  color: #fff; }

@media (max-width: 768px) {
  .overlay2 {
    z-index: 300;
    position: absolute;
    display: none;
    width: 100%;
    padding-top: 20px; } }
@media (min-width: 769px) {
  .overlay2 {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.9); } }

form {
  display: flex; }

.overlay-content {
  position: relative;
  top: 50%;
  max-width: 700px;
  text-align: center;
  margin: auto;
  justify-content: center;
  padding: 0 5%; }

.overlay2 .closebtn {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 30px;
  cursor: pointer;
  color: white; }

.overlay2 .closebtn:hover {
  color: #ccc; }

.overlay2 input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 100%;
  background: white; }

.overlay2 input[type=text]:hover {
  background: #f1f1f1; }

.overlay2 button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #FFC800;
  font-size: 26px;
  border: none;
  cursor: pointer; }

.overlay2 button:hover {
  background: #ccc; }

#menu_icon {
  display: none; }

header label {
  position: relative;
  top: 20px;
  right: 0;
  text-align: right;
  display: inline-block;
  width: 30px;
  height: 30px;
  transition: 0.3s ease transform;
  cursor: pointer; }
header label div {
  width: 6px;
  height: 4px;
  background-color: #323232;
  margin-left: 0;
  margin-bottom: 6px;
  border-radius: 4px;
  transition: 0.3s ease width, 0.3s ease margin-left, 0.3s ease margin-bottom, 0.3s ease background-color; }
header label div:first-child {
  width: 22px; }
header label div:nth-child(2) {
  width: 15px; }
header label div:last-child {
  width: 30px;
  margin-bottom: 0; }

#menu_icon:checked + label {
  transform: translateY(0) rotateZ(-90deg); }

#menu_icon:checked + label div {
  width: 10px;
  background-color: #fff; }

.mainContent {
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 15px; }

.main_grid_wrapper {
  margin-bottom: 25px; }
  @media (min-width: 1000px) {
    .main_grid_wrapper {
      grid-template-columns: 65% 31%;
      gap: 4%;
      display: grid;
      justify-items: stretch; } }
  @media (min-width: 1470px) {
    .main_grid_wrapper {
      grid-template-columns: 70% 25%;
      gap: 5%;
      display: grid;
      justify-items: stretch; } }
  @media (max-width: 767px) {
    .main_grid_wrapper {
      grid-template-columns: auto;
      grid-gap: 1rem; } }

@media (min-width: 1000px) {
  aside .wrapper2 {
    height: 1000px; }
  aside .adwrap-mrec {
    position: sticky;
    top: 20px; } }

.grid_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  grid-gap: 40px 10px;
  padding: 30px 0;
  /*.pub{
      grid-column: span 2;
      @media(max-width:625px){grid-column: span 1;}
      @media(min-width:925px)and(max-width:1000px),(min-width:1405px){   grid-column: span 3;}
   
  }*/ }
  .grid_list .item-picture-wrapper {
    position: relative;
    font-size: 22px;
    color: #fff; }
    .grid_list .item-picture-wrapper .icon-play, .grid_list .item-picture-wrapper .icon-camera {
      position: absolute;
      bottom: 15px;
      left: 15px;
      z-index: 2; }
    .grid_list .item-picture-wrapper .multi-icon {
      position: absolute;
      bottom: 15px;
      left: 15px;
      right: 0;
      z-index: 2;
      text-align: left; }
      .grid_list .item-picture-wrapper .multi-icon .icon-play, .grid_list .item-picture-wrapper .multi-icon .icon-camera {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none; }
    .grid_list .item-picture-wrapper:after {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      height: 50%;
      /* ff 3.6+ */
      background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
      /* safari 5.1+,chrome 10+ */
      background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
      /* opera 11.10+ */
      background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
      /* ie 6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
      /* ie 10+ */
      background: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
      /* global 94%+ browsers support */
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); }
  .grid_list .item-antetitulo {
    padding: 5px 0 0 15px;
    color: #FFC800;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    transform: translate(0, 5px); }
  .grid_list h2 {
    padding: 10px 15px;
    background-color: transparent;
    transform: translate(0, 0px);
    z-index: 3; }
  .grid_list .item-date {
    font-size: 12px;
    padding-left: 15px; }
  .grid_list .label-patrocinado {
    margin-left: 15px; }

.lateral-list {
  padding-top: 30px; }
  .lateral-list h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700; }

.plista {
  position: relative;
  padding-top: 920%; }
  @media (min-width: 480px) {
    .plista {
      padding-top: 850%; } }
  @media (min-width: 640px) {
    .plista {
      padding-top: 150%; } }
  @media (min-width: 1300px) {
    .plista {
      padding-top: 130%; } }
  .plista .plista_widget_belowArticle {
    position: absolute;
    top: 0; }

section.full-section.signos_section .grid_list {
  display: block;
  padding: 0; }
  @media (max-width: 1240px) {
    section.full-section.signos_section .grid_list {
      align-items: start; } }
  @media (max-width: 768px) {
    section.full-section.signos_section .grid_list {
      grid-template-columns: 1fr; } }

section.full-section.signos_section {
  margin-bottom: 0px;
  background-color: #fff;
  padding-bottom: 30px; }
  section.full-section.signos_section h3.seccao {
    padding-bottom: 20px;
    font-weight: 300; }
    @media (max-width: 480px) {
      section.full-section.signos_section h3.seccao strong {
        display: block; } }
  section.full-section.signos_section .section {
    padding: 0; }

section.full-section.signos_section .item.circle-img {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  padding: 10px; }
  section.full-section.signos_section .item.circle-img .item-picture-wrapper {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px; }
    section.full-section.signos_section .item.circle-img .item-picture-wrapper:after {
      display: none; }
    section.full-section.signos_section .item.circle-img .item-picture-wrapper .circle_img_cut {
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      border-radius: 50%;
      overflow: hidden; }

.signos_section .item-titles h5, .signos_section .item-titles p {
  color: #323232;
  margin: 0; }

.signos_section .item-titles {
  padding-top: 0; }
  .signos_section .item-titles p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem; }

section.full-section.signos_section .grid_list {
  padding-bottom: 100px; }
  section.full-section.signos_section .grid_list ul {
    display: grid;
    padding: 0;
    grid-template-columns: repeat(12, 1fr);
    gap: 0.5rem;
    align-items: center; }
    @media (max-width: 1240px) {
      section.full-section.signos_section .grid_list ul {
        grid-template-columns: repeat(6, 1fr); } }
    @media (max-width: 480px) {
      section.full-section.signos_section .grid_list ul {
        grid-template-columns: repeat(4, 1fr); } }
    section.full-section.signos_section .grid_list ul li a {
      display: block;
      background-color: #ebeaea;
      border-radius: 6px;
      font-size: 10px;
      text-align: center;
      line-height: 14px; }
      @media (hover: hover) {
        section.full-section.signos_section .grid_list ul li a:hover {
          background-color: #FFC800; } }
    section.full-section.signos_section .grid_list ul li a.selected {
      background-color: #FFC800; }

.signos_image {
  padding-bottom: 100%;
  background-size: cover; }

.pub-outer-wrapper.mpu_half {
  width: 300px;
  min-height: 670px;
  margin: 15px auto;
  background-image: url("/img/pub.png") !important;
  background-position: center 240px;
  background-repeat: no-repeat;
  background-size: 50px;
  background-color: #f7f7f7;
  position: relative; }
  .pub-outer-wrapper.mpu_half .pub {
    position: sticky;
    top: 0; }
  @media (min-width: 1000px) {
    .pub-outer-wrapper.mpu_half {
      display: none; } }

.pub-outer-wrapper.mpu2 {
  width: 300px;
  min-height: 270px;
  margin: 15px auto;
  background-image: url("/img/pub.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  background-color: #f7f7f7; }
  @media (min-width: 1241px) {
    .pub-outer-wrapper.mpu2 {
      display: none; } }

.pub-outer-wrapper.leaderboard2 {
  min-height: 100px;
  margin: 15px auto;
  background-image: url("/img/pub.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  background-color: #f7f7f7; }
  @media (max-width: 1240px) {
    .pub-outer-wrapper.leaderboard2 {
      display: none; } }

section.full-section.signos_section .grid_list {
  padding-bottom: 10px; }
  section.full-section.signos_section .grid_list .item.circle-img {
    display: none; }

h1 {
  font-size: clamp(1.6rem, 3.3vw, 2.1rem); }

h1, h2 {
  text-transform: none; }

h2 {
  padding: 15px 0;
  font-weight: 500; }

#playListScreen {
  width: 100%;
  clear: both;
  padding: 10px 0;
  min-height: 200px; }
  @media (min-width: 600px) {
    #playListScreen {
      min-height: 350px; } }

figure img {
  width: 100%;
  height: auto; }

.artigo-capa {
  object-fit: cover; }

.artigo-personalidade {
  font-size: 18px;
  overflow: hidden;
  padding: 10px 0; }
  .artigo-personalidade .personalidade-foto-wrapper {
    float: left; }
    .artigo-personalidade .personalidade-foto-wrapper .personalidade-foto {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background-size: cover;
      background-position: center top;
      background-repeat: no-repeat;
      margin-right: 10px;
      float: left; }
  .artigo-personalidade .section-title {
    font-size: 35px;
    padding-top: 0px;
    color: #c8c8c8;
    font-weight: 300; }
  .artigo-personalidade .personalidade-nome {
    padding-top: 15px;
    font-weight: 700; }
  .artigo-personalidade .personalidade-texto {
    font-size: 16px; }

.labelSeccao {
  background-color: #FFC800;
  display: inline-block;
  text-transform: uppercase;
  line-height: 20px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  margin-top: 10px; }

.labelSeccao.Nacional {
  background-color: #cb6b86;
  color: #fff; }

.labelSeccao.Realeza {
  background-color: #5086a2;
  color: #fff; }

.labelSeccao.yourselfie {
  background-color: #5086a2;
  color: #fff; }

.labelSeccao.roupa-calcado, .labelSeccao.h-m, .labelSeccao.zara, .labelSeccao.mango, .labelSeccao.pull-bear {
  background-color: #cb6b86;
  color: #fff; }

.artigo-autores {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 20px;
  font-size: 12px; }
  .artigo-autores .artigo-autor a {
    display: flex;
    align-items: center; }
  .artigo-autores .autor-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    margin-right: 6px; }

.autor-name {
  max-width: 125px; }

.autor-name, .artigo-data {
  font-weight: 500;
  font-size: 12px;
  color: #737373; }

.artigo-data {
  /* display: block;
   margin-top:10px;*/ }

.artigo-fonte {
  font-weight: 500;
  font-size: 12px;
  line-height: 36px;
  color: #737373;
  margin-left: 20px;
  display: inline-block; }

.multimediasListWrapper {
  position: relative;
  min-height: 150px; }
  .multimediasListWrapper .navMult {
    display: none; }

.multimediasListWrapper.comNav {
  padding: 0 25px; }
  .multimediasListWrapper.comNav .navMult {
    display: block;
    width: 30px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 30px;
    position: absolute;
    color: #FFC800;
    top: 0;
    cursor: pointer; }
  .multimediasListWrapper.comNav .navMult.icon-chevron-thin-left {
    left: -5px; }
  .multimediasListWrapper.comNav .navMult.icon-chevron-thin-right {
    right: -5px; }

.multimediasList::-webkit-scrollbar-track, .multimediasList::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  border-radius: 0px;
  background-color: transparent;
  display: none; }

.multimediasList::-webkit-scrollbar, .multimediasList::-webkit-scrollbar {
  width: -20px;
  background-color: transparent;
  display: none; }

.multimediasList::-webkit-scrollbar-thumb, .multimediasList::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background-color: transparent;
  display: none; }

.multimediasList {
  -ms-overflow-style: none;
  overflow-x: scroll;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
  position: relative;
  width: 100%;
  scroll-behavior: smooth;
  padding-bottom: 25px; }
  .multimediasList .multimediasListContent {
    /*display:grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 170px));
    grid-gap:10px;*/
    width: max-content; }
    .multimediasList .multimediasListContent .item {
      display: inline-block;
      padding: 3px;
      vertical-align: top; }
      @media (max-width: 480px) {
        .multimediasList .multimediasListContent .item {
          width: 35vw; } }
      @media (min-width: 481px) {
        .multimediasList .multimediasListContent .item {
          width: 160px; } }
  .multimediasList .selected .pictureWrapper {
    position: relative; }
    .multimediasList .selected .pictureWrapper:after {
      content: 'A VER';
      display: block;
      color: #333;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #FFC800;
      padding: 5px 13px;
      z-index: 10;
      font-size: 12px;
      font-weight: 600; }
  .multimediasList .pictureWrapper {
    position: relative;
    margin-bottom: 5px; }
    .multimediasList .pictureWrapper .duracao {
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      padding: 4px 10px;
      font-size: 0.8em;
      font-weight: 400; }
      .multimediasList .pictureWrapper .duracao span {
        display: inline-block;
        margin-right: 5px;
        float: left; }
    .multimediasList .pictureWrapper .icon-camera {
      position: absolute;
      bottom: 0;
      left: 0;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.7);
      padding: 5px 10px;
      font-size: 0.9em; }
  .multimediasList h2 {
    font-size: 13px;
    color: #222;
    font-weight: 500;
    padding: 5px; }

.article-conteudo {
  max-width: 780px;
  font-size: 18px;
  margin: 15px auto;
  line-height: 1.4; }
  .article-conteudo p {
    max-width: 780px;
    margin: 10px 0; }
  .article-conteudo img {
    max-width: 100%;
    height: auto; }
  .article-conteudo blockquote {
    margin: 0 10px;
    font-size: 22px;
    font-family: 'Domine',serif;
    padding: 2px 10px;
    border-left: solid 10px #FFC800; }
  .article-conteudo a {
    background-color: #ffe37e; }
  .article-conteudo .disclaimer-text {
    font-size: 12px;
    font-style: italic; }

.article-tags {
  max-width: 780px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 0.7em; }
  .article-tags span {
    display: block;
    opacity: 0.7;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .article-tags a {
    display: inline-block;
    border: solid 1px #eee;
    padding: 0 10px;
    margin: 0 5px 5px 0;
    line-height: 30px; }

.article-relacionados {
  max-width: 780px;
  margin: 0 auto;
  padding-bottom: 50px; }
  .article-relacionados .listaDestaques {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px; }
    .article-relacionados .listaDestaques .item a {
      display: grid;
      grid-template-columns: 40% 1fr;
      grid-gap: 15px 10px; }
      .article-relacionados .listaDestaques .item a .item-title {
        align-self: center; }
      .article-relacionados .listaDestaques .item a h2 {
        padding: 0;
        font-weight: 700; }
      @media (min-width: 480px) {
        .article-relacionados .listaDestaques .item a {
          grid-template-columns: 140px 1fr;
          grid-gap: 10px; } }

#iol-player {
  position: relative; }
  #iol-player .jwplayer {
    position: absolute; }

figure {
  margin: 0; }
  figure figcaption {
    font-size: 12px; }

.plista_widget_belowArticle .itemTitle {
  text-transform: none !important; }

.plista_widget_belowArticle .plista_widget_imgwrapper, .plista_widget_belowArticle .itemVideo, .plista_widget_belowArticle .itemFlashWrap {
  margin: 2px !important; }

#div_player {
  clear: both; }

.barWhatsapp {
  margin-bottom: 30px; }
  .barWhatsapp p {
    margin: 0; }

.emoji {
  top: -21px; }

@media (max-width: 560px) {
  .info {
    display: none; }

  .emoji {
    bottom: -21px;
    top: auto;
    left: 40%; } }
@media (min-width: 1170px) {
  .info {
    display: inline; } }
@media (max-width: 450px) {
  .bar {
    padding: 10px 15px; } }
.taboolaWrapper {
  margin-top: 50px;
  min-height: 650px;
  /*background-color: #f7f7f7;
  background-image: url('/img/loading-img.svg');
  background-size: 50px;
  background-position:center 100px ;
  background-repeat: no-repeat;*/ }

#taboola-below-article-thumbnails {
  background-color: #fff; }

a.calltoaction {
  background-color: #333;
  color: #FFC800;
  display: table;
  margin: 30px auto;
  padding: 6px 20px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3); }
  @media (hover: hover) {
    a.calltoaction:hover {
      margin-top: 32px;
      margin-bottom: 28px;
      -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
      -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0); } }

#live-player {
  margin: 20px 0; }

.barNewsletter {
  margin: 40px auto;
  max-width: 768px; }

.iol-gallery-button {
  border-radius: 0 !important; }
  @media (max-width: 480px) {
    .iol-gallery-button {
      background-color: transparent !important; } }

.iol-gallery-item-caption h2 {
  font-size: 14px !important;
  font-weight: 700; }
.iol-gallery-item-caption .item-texto {
  font-size: 12px !important; }
.iol-gallery-item-caption .numFotos {
  font-size: 12px !important; }

.iol-gallery-button > svg {
  fill: #FFC800 !important; }

.destaque-fixo-topo {
  position: sticky;
  top: 0px;
  background-color: #404040;
  z-index: 10;
  box-shadow: 1px 10px 19px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 1px 10px 19px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 1px 10px 19px 0px rgba(0, 0, 0, 0.16); }
  @media (max-width: 1000px) {
    .destaque-fixo-topo {
      width: 100vw;
      transform: translate(-15px, 0); } }
  .destaque-fixo-topo .item a {
    display: grid;
    grid-template-columns: 110px 1fr;
    align-content: center; }
    .destaque-fixo-topo .item a .item-picture-wrapper {
      align-content: center; }
      .destaque-fixo-topo .item a .item-picture-wrapper .picture16x9 {
        padding-bottom: 80%; }
    .destaque-fixo-topo .item a .item-title {
      padding: 4px 15px;
      font-size: 14px;
      color: #fff;
      align-content: center; }

.mpu_half.width-0-1000 {
  position: relative; }
  .mpu_half.width-0-1000 .pub {
    margin-bottom: 50px;
    min-height: 670px; }
  .mpu_half.width-0-1000 .premium-underpub-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%; }

.shares-wrapper {
  margin: 10px 0;
  text-align: center;
  align-items: center;
  text-decoration: none !important; }
  @media (min-width: 560px) {
    .shares-wrapper {
      display: flex;
      justify-content: center;
      gap: 30px; } }
  .shares-wrapper .googlenews {
    max-width: max-content;
    display: inline-block;
    font-size: 14px;
    color: #444;
    text-align: center;
    padding: 2px 10px 0 10px;
    border: solid 1px #FFC800;
    height: 43px;
    text-decoration: none !important; }
    .shares-wrapper .googlenews img {
      width: 140px;
      display: block;
      margin: 0 auto; }
    @media (max-width: 499px) {
      .shares-wrapper .googlenews {
        margin: 10px auto; } }

/*# sourceMappingURL=page_artigo.css.map */
