/*****
Theme Name: MH Magazine Child Theme - Corebiz
Theme URI: https://www.mhthemes.com/themes/mh/magazine/
Description: This is a child theme for MH Magazine WordPress theme to make customizations much easier for you. By using this child theme you make sure, that you keep your changes after an update of the parent theme.
Author: MH Themes
Author URI: https://www.mhthemes.com/
Template: mh-magazine
Version: 1.0.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*****/


/*@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;500&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700&display=swap');*/
@font-face {
  font-family: Merriweather;
  src: url(fonts/Merriweather-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: Merriweather Regular;
  src: url(fonts/Merriweather-Regular.ttf);
}

@font-face {
  font-family: Work Sans;
  src: url(fonts/WorkSans-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: Work Sans Medium;
  src: url(fonts/WorkSans-Medium.ttf);
}

@font-face {
  font-family: Work Sans SemiBold;
  src: url(fonts/WorkSans-SemiBold.ttf);
}

body{
  background-color: white !important;
  /*margin-top: 56px;*/
}

/* 
  estrutural - hotfix grid bootstrap
  por ELAV 
 */
.container, .container-lg, .container-md, .container-sm, .container-xl{
  box-sizing: border-box;
}

/*################################*/
/*############ HEADER ############*/
/*################################*/
.header-desktop{
  left: 12px;
  top: 0;
  width: 100%;
  z-index: 100;
  position: fixed;
  background: #151515 !important;
  height: 56px;
}

.header-desktop__left input{
  cursor: pointer;
}

.header-desktop__left__menu {
  cursor: pointer;
  z-index: 200;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0px;
  left: 50px;
}

.header-desktop__center{
  text-align: center;
  padding-top: 14px;
}

.header-desktop__right{
  position: relative;
}

.header-desktop__right__input{
  height: 44px;
  width: 100%;
  border: none;
  background-color: #252525;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  padding-left: 20px;
  outline: none !important;
  border: none !important;
  background: none;
  cursor: pointer;
  height: 44px !important;
  border: none;
}

.header-desktop__right__input:focus:hover{
  background-color: #262626 !important;
    border: none;
}

.header-desktop__right__input:focus{
  cursor: text;
}

.header-desktop__right__input:hover{
  border:  none;
}

.header-desktop__right--no-click-search{
  position: absolute;
  right: 0;
}

.header-desktop__right--click-search{
  position: absolute;
  z-index: 200;
  background-color: red;
  width: 100%;
  height: 56px;
  margin: 0;
  padding: 0;
  background-color: #252525;
  overflow-x: hidden;
  margin-left: 100%;
  transition: all 0.5s ease-in-out;
}

.header-desktop__right--click-search form div{
  /*position: relative;*/
}

.header-desktop__right--no-click-search img{
  cursor: pointer;
  width: 30px;
  display: block;
  margin-right: 0px;
  background: none;
  transition: background .8s ;
  padding: 15px;
  float: left;
  width: 25px;
  margin-right: 40px;
  z-index: 100;
}

@media screen and (max-width: 767px){
    .header-desktop{ display: none !important; }
}

.header-desktop__right__assine{
  font-family: 'Work Sans', sans-serif;
  float: left;
  border: 1px solid white;
  padding: 10px 20px;
  margin-top: 6px;
  margin-right: 10px;
  text-transform: none;
  color: white;
}

.header-desktop__right__assine:hover{
  color: #AAAAAA;
}

.header-desktop__right__div-buscar{
  display: flex;
  align-content: center;
}

.header-desktop__right__buscar{
  height: 56px;
  background-color: transparent;
  color: white;
  border: none;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  cursor: pointer;
}

.header-desktop__right__div-close{
  display: flex;
  align-content: center;
  cursor: pointer;
}

.header-mobile{
  top: 0;
  left: 12px;
  width: 100%;
  z-index: 100;
  position: fixed;
  background: #151515 !important;
  height: 56px;
}

@media screen and (min-width: 768px){
  .header-mobile{ display: none !important; }
}

.header-mobile__left__menu {
  cursor: pointer;
  z-index: 100;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 8px;
}

.header-mobile__center{
  text-align: center;
  padding-top: 14px;
}

.header-mobile__right{
  text-align: right;
}

.header-mobile__right img {
  padding: 15px;
  width: 25px;
}

.header-mobile--click-search{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 55px;
  margin: 0;
  padding: 0;
  background-color: #252525;
  overflow-x: hidden;
  margin-left: 100%;
  transition: all 0.5s ease-in-out;
  overflow-y: hidden;
  display: none; 
}

@media screen and (max-width: 767px){
  .header-mobile--click-search{ display: block; }
}


.header-mobile__input {
  outline: none !important;
  border: none !important;
  cursor: pointer;
  height: 44px !important;
  width: 100%;
  background-color: #252525;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  padding-left: 10px;
}

.header-mobile__input:focus:hover{
  background-color: #262626 !important;
  border: none;
}

.header-mobile__input:focus {
  cursor: text;
}

.header-mobile__input:hover{
  border:  none;
}

.header-mobile__buscar{
  height: 56px;
  background-color: transparent;
  color: white;
  border: none;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  cursor: pointer;
}

.header-mobile__close{
  display: flex;
  align-content: center;
}

.header-mobile__close img{
  width: 25px;
}

.hamburguer {
  z-index: 200;
  position: relative;
  display: block;
  background: white;
  width: 25px;
  height: 2px;
  top: 27px;
  left: 15px;
  transition: 0.5s ease-in-out;
}

.hamburguer:before,
.hamburguer:after {
  background: white;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 0.5s ease-in-out;
}

.hamburguer:before {
  top: -8px;
}

.hamburguer:after {
  bottom: -8px;
}

input#icon-menu, input#icon-menu-mobile{
  display: none;
}

input:checked ~ label .hamburguer {
  transform: rotate(45deg);
}

input:checked ~ label .hamburguer:before {
  transform: rotate(90deg);
  top: 0;
}

input:checked ~ label .hamburguer:after {
  transform: rotate(90deg);
  bottom: 0;
}


.header-desktop__menu-itens{
  margin: 0;
  padding: 0;
  z-index: 20;
  list-style: none;
  background: #151515;
  display: none;
  position: absolute;
  min-width: 300px;
  font-family: 'Merriweather', serif;
}

.header-desktop__menu-itens li a, .header-desktop__menu-itens a{
  color:  white;
  font-weight: bolder;
}

.header-desktop__menu-itens:not(.show) li{
  padding: 13px 20px;
}

.header-desktop__menu-itens.show{
  padding-left: 65px;
}

.header-desktop__menu-itens.show li:hover > .header-desktop__menu-itens{
  display: block;
}

.header-desktop__menu-itens:not(.show){
  border-left: 2px solid #BFB7B0;
}


@media screen and (max-width: 1062px){
  .header-desktop__menu-itens {
      min-width: 240px;
  }
}

.header-desktop__menu-itens li:hover {
  background: #252525;
}

.header-desktop__menu-itens li:not(.no-sub):after{
  color: white;
  font-weight: bold;
  float: right;
  margin-right: 5px;
  content: '\276F';
}

.header-desktop__menu-itens li.sub-1:not(.no-sub):after{
  padding-top: 12px;
  padding-right: 15px;
}

.header-desktop__menu-itens .header-desktop__menu-itens {
  top: 0;
  left: 100%;
  min-height: 100%; 
}

.header-desktop__menu-itens__title{
  padding-top: 15px;
  position: absolute;
}

.header-mobile__menu-itens__content {
  padding: 0 35px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s ease-out;
  background-color: #151515;
}

.header-mobile__menu__seja-um-assinante{
  background-color: #151515;
  border-top: 1px solid gray;
  text-align: center;
  padding: 40px 0 20px 0;
}

.header-mobile__menu__seja-um-assinante a{
  font-family: 'Work Sans', sans-serif;
  font-size: 14px; 
  color: white;
  padding: 11px 20px;
  background-color:#151515;
  text-transform: none;
  border: 1px solid #FFFFFF;
}

.header-mobile__menu__social{
  text-align: center;
  background-color: #151515;
  padding: 20px 0;
  margin-top: -1px;
}

.header-mobile__menu__social a{
  padding: 13px;
  color: #BFB7B0;
}

.header-moedas{
  background: white;
  border-bottom: 1px #151515 solid;
  margin-top: 56px;
  height: 38px;
}

@media screen and (max-width: 767px){
  .header-moedas{ margin-left: 12px;}
}

#menu-itens{
  display: block;
  left: -400px;
  transition: left 1s;
}


.header-mobile__menu{
  background-color: #151515;
  position: fixed !important;
  box-shadow: 0 0 30px 2px #151515;
  width: 85%;
  z-index: 100;
  left: -650px;
  position: absolute;
  display: none;
  min-height: 0px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  height: 100%;
  overflow: scroll;
  top: 56px;
  }

.header-mobile__menu::-webkit-scrollbar { 
  display: none;
}

@media screen and (max-width: 767px){
  .header-mobile__menu{ display: block; }
}

.header-mobile__menu-itens{
  max-height: 330px;
  overflow: scroll;
}

.collapsible {
  color: white;
  cursor: pointer;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  background-color: #151515;
  font-family: 'Merriweather', serif;
}

.collapsible:not(.sub-1){
  padding: 12px;
}

.collapsible a{
  color: white;
}

.active, .collapsible:hover {
  background-color: #262626;
}

.collapsible:after {
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  padding-top: 4px;
}

.collapsible:not(.no-sub):after {
    content: '\002B';
}

.collapsible.sub-1:not(.no-sub):after {
  padding-top: 12px;

}

.active:not(.no-sub):after {
    content: "\2212";
}

.pipe{
  font-size: 30px;
  color: gray;
  font-weight: bolder;
}

/*####################################*/
/*############ FIM HEADER ############*/
/*####################################*/

/*################################*/
/*############ FOOTER ############*/
/*################################*/
.footer-members{
  background: #344FD8;
  margin-top: 100px; 
}

.footer-members > .container{
  background: #344FD8;
}

.footer-members > .container > .row{
  margin: 0;
}

.footer-members__title{
  font-size: 24px;
  color: white;
  font-family: 'Merriweather', serif;
}

.footer-members__text{
  color: white;
  font-family: 'Work Sans', sans-serif;
  display: none;
}

.footer-members__link{
  display: block;
}

.footer-members__link__btn{
  background-color: white;
  color: #151515;
  padding: 11px 20px 11px 20px;
  z-index: 200;
  font-family: 'Work Sans', sans-serif;
}

.footer-members__img{
  position: relative;
  top: -60px
}

.footer-members__img img{
  width: 14%;
  padding-right: 15px;
}

.footer-members__link__mobile{
  display: none;
  margin-top: 50px;
  margin-bottom: 50px;
}

.footer-members__link__btn__mobile{
  background-color: white;
  color: #151515;
  padding: 11px 20px 11px 20px;
  z-index: 200;
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
}

.footer{
  background: #151515;
}

.footer > .container{
  background: #151515;
  color: white;
}

.footer > .container > .row{
  padding-top: 90px;
  padding-bottom: 77px;
}

.footer__social{
  display: none;
  padding-top: 37px;
}

.footer__links__forbes div{
  color: white;
  font-size: 14px;
  font-family: 'Merriweather', serif;
  padding-bottom: 27px;
}

.footer__links__uteis div{
  color: white;
  font-size: 14px;
  font-family: 'Merriweather', serif;
  padding-bottom: 27px;
}

.footer__links__forbes a, .footer__links__uteis a{
  color: white;
}

.footer__links__forbes a:hover, .footer__links__uteis a:hover{
  color: #AAAAAA;
}

.footer-copyright{
  text-align: center;
  color: #000000;
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  padding: 38px 0;
}

@media screen and (max-width: 1200px){
  .footer-members__text{
    display: block;
  }
  .footer-members__link{
    display: none;
  }
  .footer-members__img{
    top: 0;
  }
  .footer-members__link__mobile{
    display: block;
  }
}

@media screen and (max-width: 674px){
  .footer-members__img img{
    width: 100%;
  }
}

@media screen and (max-width: 991px){
  .footer-members{
    margin-top: 0;
  }
  .footer > .container > .row{
    padding-top: 60px;
    padding-bottom: 22px;
  }
  .footer__social{
    display: block;
  }
  .footer__logo{
    text-align: center;
  }
  .footer__links{
    padding-top: 50px;
  }
  .footer__links__social{
    display: none;
  }
  .footer__links__uteis{
    padding-top: 22px;
  }
  .footer-copyright{
    padding: 26px 0;
  }
}

#revistas-desk{
  display: block;
}

#revistas-mobile{
  display: none;

}

@media screen and (max-width: 691px){
    #revistas-desk{
        display: none;
    }
    #revistas-mobile{
        display: block;
    }
}

/* O HTML está no Snippet "Footer-Capas" */
/* INICIO */
#items {
  display: flex;
  overflow-x: scroll;
  scroll-snap-align: start;
  --webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.item {
  flex: none;
  margin-right: 10px;
  margin-left: 10px;
  scroll-snap-align: start;
  pointer-events: none;
}

.item img {
  max-width: 140px;
  object-fit: cover;
}
/* FIM */
/* O HTML está no Snippet "Footer-Capas" */

/*####################################*/
/*############ FIM FOOTER ############*/
/*####################################*/

/*################################*/
/*############ SINGLE ############*/
/*################################*/
.post__title{
  color: #151515;
  font-size: 36px;
  font-family: 'Merriweather', sans-serif;
}

.entry-content{
  font-family: 'Merriweather Regular', sans-serif;
  color: #000000;
}

.entry-content p{
  font-size: 15px;
}

.entry-content .wp-caption .credito, 
.entry-content .wp-caption .wp-caption-text,
.pksGallery .credito{
  font-size: 12px !important;
  font-family: 'Work Sans Medium', sans-serif;
  color: #151515;
}

/*HTML está no widget*/
/* INICIO */
.sidebar-anuncio-materia{
  padding: 30px 0;
  margin: 30px 0;
  background-color: #F6F6F6;
  text-align: center;
}
/* FIM */

.post__patrocinador__desk{
  color: #151515;
  font-size: 12px;
  font-family: 'Work Sans SemiBold', sans-serif;
  padding-bottom: 35px;
  display: flex;
  align-items: center;
}

.post__patrocinador__mobile{
  display: none;
}

.compartilhamento{
  border-top: 1px solid rgba(21, 21, 21, .1);
  border-bottom: 1px solid rgba(21, 21, 21, .1);
  margin-top: 40px;
}

.compartilhamento__titulo{
  padding: 30px 0;
  color: #000000;
  font-size: 12px;
  font-family: 'Work Sans Medium' ,sans-serif;
}

.post__autor {
  height: 60px;
  border-radius: 30px;
  background-size: cover;
  float: left;
  margin: -15px 10px 0 0;
}

.post__autor.square {
  border-radius: 0;
}

.more-news__posts-mobile{
  display: none;
}

.anuncio-materia-mobile{
  display: none;
}

.post__excerpt{
  font-family: 'Work Sans', sans-serif;
  color: #444444;
  font-size: 15px;
  padding-top: 20px;
  padding-bottom: 25px;
  font-weight: normal;
}

@media screen and (max-width: 991px){
  .post__patrocinador__desk{
    display: none;
  }

  .post__patrocinador__mobile{
    display: block;
    padding-top: 20px;
  }

  .post__patrocinador__mobile img{
    width: 150px;
  }

  .compartilhamento__titulo{
    display: none;
  }

  .compartilhamento__links{
    text-align: center;
  }

  .post__title{
    font-size: 26px;
  }

  .compartilhamento__links i{
    margin: 0 3px !important;
  }

  .anuncio-materia-desktop{
    display: none;
  }

  .anuncio-materia-mobile{
    display: block;
  }

  .more-news__posts-desk{
    display: none;
  }

  .more-news__posts-mobile{
    display: block;
  }
}

/*####################################*/
/*############ FIM SINGLE ############*/
/*####################################*/

/*#####################################*/
/*############ BREADCRUMBS ############*/
/*#####################################*/

#breadcrumbs{
  padding: 13px 0px;
}

#breadcrumbs span a{
  font-family: 'Work Sans SemiBold', sans-serif;
  color:  #000000;
  font-size: 11px;
}

.breadcrumb_last{
  font-family: 'Work Sans Medium', sans-serif;
  color: #AAAAAA;
  font-size: 11px;
}

.separator{
  color: #151515;
  opacity: .1;
  padding: 0px 15px;
}

/*#########################################*/
/*############ FIM BREADCRUMBS ############*/
/*#########################################*/


/*############ CSS ABAIXO NÃO FOI REFATORADO ############*/

.mh-navigation{ display: block !important; }


.slider {
  box-sizing: border-box;
  /*background: black;*/
  color: black;
  width: 100%;
  /*height: 100vh;*/
  height: 36px;
  overflow: hidden;
  border-bottom: 1px solid black;
}

.slider .slides-container {
  display: flex;
  width: 100%;
  height: 100%;
  cursor: -webkit-grab;
  cursor: grab;
  transition: transform .5s;
}

.slider:active .slides-container {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.slider .slides-container.moving {
  transition: none;
}
.slider .slides-container.moving .slide {
  transition: none;
}
.slider .slides-container.moving .parallax {
  transition: none;
}

.slider .slide {
  color: black;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: white;
  opacity: .8;
  transform: scale(.9);
  transform-origin: center;
  transition: transform .5s, opacity .5s;
}

.slider .slide.current {
  opacity: 1;
  transform: scale(1);
}

.slider .slide .parallax {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: transform .5s, opacity .5s;
}

.slider .slide.current .parallax {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.slider .slide .parallax p {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  color: black;
  font-family: Circular, sans-serif;
  font-size: 12px;
}

.slider .slide .parallax:not(.primeiro) p::before {
  float: left;
  text-align: left;
  content: '\2039\2039';
  padding-left: 10px;
}

.slider .slide .parallax:not(.ultimo) p::after {
  float: right;
  text-align: right;
  content: '\203A\203A';
  padding-right: 10px;
}


.slider{ display: none; }
@media screen and (max-width: 767px){
  .slider{ display: block; }
}

/*#barra-logo-desk{
  color: #364bbb;
  width: 100px;
  margin-top: 6px;
  background-color:#364bbb;
  height: 2px;
  border: none;
}*/

/*#link-logo-mobile{
  float: left;
  padding-top: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}*/

/*#barra-logo-mobile{
  color: #364bbb;
  width: 100px;
  margin-top: 6px;
  background-color: #364bbb;
  height: 2px;
  border: none;
}*/

/*#label-icon-search{
  position: absolute;
  right: 0px;
  width: 15%;
}*/

/*.seja-um-assinante{
  background-color: #151515;
  border-top: 1px solid gray;
  text-align: center;
  padding: 40px 0 20px 0;
}

.seja-um-assinante a{
  font-family: 'Work Sans', sans-serif;
  font-size: 14px; 
  color: white;
  padding: 11px 20px;
  background-color:#151515;
  text-transform: none;
  border: 1px solid #FFFFFF;
}*/



.frase-do-dia__frase-1{
  text-align: center; font-family: 'Merriweather', sans-serif; font-size: 24px; color: #000000; margin: 25px 0 15px 0;
}

.frase-do-dia__frase-2 {
  text-align: center; font-family: 'Work Sans Medium', sans-serif; font-size: 12px; color: #AAAAAA;
}

.frase-do-dia__titulo-1 {
  text-align: center; font-family: 'Work Sans Medium', sans-serif; font-size: 14px; color: #151515;
}

.frase-do-dia__titulo-2 {
  text-align: center; font-family: 'Merriweather Regular', sans-serif; font-size: 15px; color: #000000;
}

.nslider {
  min-width: 200px;
  min-height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.nslider .nslider-wrapper {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: left 0.7s ease-out;
  -moz-transition: left 0.7s ease-out;
  -ms-transition: left 0.7s ease-out;
  -o-transition: left 0.7s ease-out;
  transition: left 0.7s ease-out;
}

.nslider .nslider-slide {
  min-width: 200px;
  width: 100%;
  padding: 50px;
  /*padding: 20px 50px;*/
}

.nslider .nslider-button {
color: white;
  position: absolute;
  background: #151515;
  display: flex;
  justify-content: center;
  align-items: center;
  /*padding: 15px;*/
 padding: 10px 5px;
    border-radius: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  /*box-shadow: 0 0 25px rgba(36, 36, 36, 0.15);
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  -ms-transition: box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;*/
}

.nslider .nslider-button:hover {
  /*box-shadow: 0 0 7px rgba(36, 36, 36, 0.15);*/
  background-color: #4A4A4A;
}

.nslider .nslider-button > * {
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 1440px){
  .slider-web-story-open .nslider{
    height: 850px !important;
  }
}

.slider-web-story-open .nslider .nslider-button-prev{
  transition: all .5s;
  left: 30% !important;;
  background-color: white;
  color: black;
  z-index: 100;
}

.slider-web-story-open .nslider .nslider-button-next{
  transition: all .5s;
  right: 30% !important;;
  background-color: white;
  color: black;
}

.slider-web-story-open .nslider .nslider-button-prev{
  background: white;
}

.slider-web-story-open .nslider .nslider-button-next{
  background: white;
}

@media screen and (max-width: 991px){
  .slider-web-story-open .nslider .nslider-button-prev{
    /*left: 10% !important;*/
    display: none;
  }

  .slider-web-story-open .nslider .nslider-button-next{
    /*right: 10% !important;*/
    display: none;
  } 
}

.nslider .nslider-button.nslider-button-prev {
  left: 0;
}

.nslider .nslider-button.nslider-button-next {
  right: 0;
}

.nslider .nslider-dots {
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nslider .nslider-dots .nslider-dot {
  height: 3px;
  width: 20px;
  /*border-radius: 20%;*/
  /*border-top-left-radius: 30%;*/
  /*border-radius: 100%;*/
  background: #444444;
  margin-right: 5px;
  /*transition: all 1s ease-in;*/
  /*opacity: 0.3;*/
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.nslider .nslider-dots .nslider-dot:last-child {
  margin-right: 0;
}

.nslider .nslider-dots .nslider-dot.active {
  transition: all .5s ease-in;
  /*opacity: 1;*/
  
  background: #fff !important;
}


.slider-mais-populares-mobile{
  display: none;
}

.web-story{
  padding-right: 30px !important;
}

.mais-populares{
  padding-left: 30px !important;
}

.web-story-mais-populares{
  margin-bottom: 70px !important;
}

.mais-populares-mobile{
  display: none !important;
}

.anuncio-mobile{
  display: none !important;
}

.anuncio{
  margin-bottom: 70px;
}

.frase-do-dia{
  margin-bottom: 70px;
}

.frase-do-dia a{
  padding: 0 20px;
}

@media screen and (max-width: 991px){
  .mais-populares-mobile{
    display: block !important;
  }

  .anuncio{
    margin-bottom: 40px;
  }

  .frase-do-dia{
    margin-bottom: 40px;
  }

  .frase-do-dia a{
    padding: 0 10px;
  }


  .anuncio-mobile{
    display: block !important;
  }

  .web-story{
    padding-right: 12px !important;
    border: none !important;
  }

  .mais-populares{
    padding-left: 12px !important;
  }

  .mais-populares{
    border: none !important;
    display: none;
  }

  .slider-web-story .nslider .nslider-wrapper .nslider-slide{
    padding: 5px 0;
  }

  .slider-web-story{
    margin-bottom: 35px;
  }

  .slider-mais-populares{
    display: none;
  }

  .slider-mais-populares-mobile{
    display: block;
  }

  .web-story-mais-populares{
    margin-bottom: 0 !important;
  }
}

.active:not(.no-sub):after {
    content: none;
}

.mh-excerpt-more{
  font-family: 'Work Sans', sans-serif;
  color: #444444;
}
.link-title-post-1{
  color: #262626;
}
.link-title-post-1:hover{
  color: #444444;
}

.link-title-post-2{
  color: #000000;
}
.link-title-post-2:hover{
  color: #444444;
}

.link-author a{
  color: #151515;
  font-weight: bolder;
}

.link-author a:hover{
  color: #444444;
}

/*.links a{
  color: #151515;
}

.links a:hover{
  color: #444444;
}*/

/*.attachment-70x70{
  border-radius: 100%;
  border:  solid 2px #344FD8;
  padding: 3px;
}*/

.gradient{
  -webkit-mask-image: linear-gradient(to left, white 13%, transparent 1%, black 40%);
}

@media screen and (max-width: 991px){
  .gradient{
    -webkit-mask-image: none;
  }
}

.overlay {
  height: 100%;
  width: 100%;
  /*display: none;*/
  /*height: 0px;*/
  height: 0px;
  overflow-y: hidden;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  /*background-color: rgb(0,0,0);*/
  background-color: rgba(0,0,0, 0.9);
  /*background-color: #151515;*/
  /*opacity: 0.1;*/
}

.overlay-content {
  position: relative;
  top: 0px;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  /*display: block;*/
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
}

.tooltip {
  position: relative;
  border-bottom: 1px dotted black;
}
.tooltip span {
  visibility: hidden;
  width: 10em;
  background-color: #4A4A4A;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 9;
  top: -2em;
  left:  100%;
  margin-left:1em;
  opacity: 0;
  transition: opacity .3s;
}
.tooltip span::after {
  content: "";
  position: absolute;
  top: 1.5em;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}
.tooltip input {
  display:none;
}
.tooltip input:checked+span {
  visibility: visible;
  opacity: 1;
}

.link-colunista{
  color: #000;
}

.link-colunista:hover{
  color: #444444;
}

.link-colunista img{
  min-width: 240px;
  max-height: 180px;
  object-fit: cover;
  object-position: top;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*-----------------------------------------------*/
.manchete{
  margin-bottom: 70px;
  margin-top: 70px;
}

.manchete_loop_2{
  border-left: 1px solid rgba(21, 21, 21, .1);
  padding: 0 20px;
}

@media screen and (max-width: 991px){
  .manchete{
    margin-bottom: 5px;
    margin-top: 30px;
  }

  .manchete_loop_2{
    border-left: hidden;
  }
}

.manchete_loop_1_title{
  font-family: 'Merriweather',sans-serif;
  color: #262626;
  font-size: 36px;
}

.loop_1_mobile_title{
  font-family: 'Merriweather', sans-serif;
  color: #000000;
  font-size: 20px;
  padding-top: 22px;
}

.loop_1_mobile_info{
 font-family: 'Work Sans', sans-serif;
 color: #444444;
 font-size: 14px;
 padding-top: 15px;
}

@media screen and (max-width: 991px){
  .manchete_loop_1_title{
    font-family: 'Merriweather', sans-serif;
    color: #000000;
    font-size: 26px;
    padding-top: 13px;
  }

  .manchete_loop_1_info{
    /*padding-bottom: 30px;*/
  }

  .manchete_loop_1_row{
    /*border-bottom: 1px solid rgba(21, 21, 21, .1);*/
    /*margin-bottom: 25px;*/
  }
}

.manchete_loop_2_title{
  font-family: 'Merriweather', sans-serif;
  color: #000000;
  font-size: 15px;
  padding-top: 20px;
}

.manchete_loop_2_info{
  padding-top: 15px;
}

@media screen and (max-width: 991px){
  .manchete_loop_2_info{
    display: none;
  }

  .manchete_loop_2_title{
    padding-top: 0;
  }

  .manchete_loop_2_row{
    /*border-bottom: 1px solid rgba(21, 21, 21, .1);*/
    /*margin-bottom: 25px;*/
    /*padding-bottom: 25px;*/
  }
}

@media screen and (max-width: 991px){
  #next-story{
    display: none;
  }

  #prev-story{
    display: none;
  }
}

.destaques{
  position: relative;
  height: 480px;
  overflow: hidden;
}

.destaques_items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
}

.destaques_items .destaques_item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 250px;
  min-height: 250px;
  overflow: hidden;
  transition: all 300ms ease-in-out;
  z-index: -1;
  opacity: 0;
}

.destaques_item img {
  min-width: 310px;
    min-height: 130px;
  /*object-fit: cover;*/
  /*min-width: 390px;
    min-height: 220px;*/
}

.destaques_item.destaques_active {
  opacity: 1;
  z-index: 99;
}

.destaques_item.destaques_prev {
  z-index: 2;
  opacity: 0.25;
  transform: translate(-180%, -50%);

}

.destaques_item.destaques_prev .destaques_item_title, .destaques_item.destaques_prev .destaques_item_resume{
  opacity: 0;
}

.destaques_prev img{
  min-width: 310px;
      min-height: 130px;
      transition: all 300ms ease-in-out;
}

.destaques_next img{
  min-width: 310px;
      min-height: 130px;
      transition: all 300ms ease-in-out;
}

.destaques_active img{
  min-width: 450px;
    min-height: 258px;
      transition: all 300ms ease-in-out;
}

.destaques_info{
  height: 200px;
}

@media screen and (max-width: 991px){
  .destaques_active img{
    /*min-width: 340px !important;
    min-height: 200px !important;
    margin-top: 70px;*/
    min-width: 280px !important;
    min-height: 170px !important;
    margin-top: 80px;
  }

  .destaques_item.destaques_prev {
      transform: translate(-100%, -50%) !important;
      margin-top: 40px;
  }

  .destaques_item.destaques_next {
      transform: translate(0%, -50%) !important;
      margin-top: 40px;
  }

  .destaques{
    position: relative;
    height: 430px;
    margin-bottom: 70px;
    overflow: hidden;
  }

  .destaques_info{
    height: 230px;
  }
}

.destaques_item.destaques_next {
  z-index: 2;
  opacity: 0.25;
  transform: translate(80%, -50%);
}

.destaques_item.destaques_next .destaques_item_title, .destaques_item.destaques_next .destaques_item_resume{
  opacity: 0;
}

.destaques_items .destaques_button-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 275px;
  z-index: 100;
}

.destaques_button-container .destaques_button {
    color: white;
    position: absolute;
    background: #151515;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 9px;
    border-radius: 100%;
    top: 30%;
    -webkit-transform: translateY(-360%);
    -moz-transform: translateY(-360%);
    -ms-transform: translateY(-360%);
    -o-transform: translateY(-360%);
    transform: translateY(-360%);
    cursor: pointer;
    box-shadow: 0 0 25px rgb(36 36 36 / 15%);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    -ms-transition: box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.destaques_button-container .destaques_button:hover {
  opacity: 1;
}

.destaques_button-container .destaques_button:before {
 /* content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 1);
  border-radius: 50%;
  z-index: -99;*/
}

.destaques_button-container .destaques_button:nth-child(1) {
  float: left;
  left: -150%;
}

.destaques_button-container .destaques_button:nth-child(2) {
  float: right;
  right: -150%;
}

.destaques_item_title{
  text-align: center;
  font-family: 'Merriweather Regular', sans-serif;
  color: #000000;
  opacity: 0;
  transition: all 300ms ease-in-out;
  padding-top: 12px;
}

.destaques_active .destaques_item_title{
  font-size: 24px;
  text-align: center;
  font-family: 'Merriweather Regular', sans-serif;
  color: #000000;
  opacity: 1;
}

.destaques_item_resume{
  text-align: center;
  font-family: 'Work Sans Medium', sans-serif;
  color: #000000;
  opacity: 0;
  transition: all 300ms ease-in-out;
  padding-top: 7px;
}

.destaques_active .destaques_item_resume{
  font-size: 12px;
  text-align: center;
  font-family: 'Work Sans Medium', sans-serif;
  color: #000000;
  opacity: 1;
}

.sessao-desk{
  /*display: block !important;*/
}

.sessao-mobile{
  display: none !important;
}

#player-youtube{
  padding-top: 10%;
}

@media screen and (max-width: 991px){
  .sessao-desk{
    display: none !important;
  }  
  .sessao-mobile{
    display: block !important;
  }

  #player-youtube{
    padding-top: 40%;
  }
}


/* sticky position */

.single aside .q2w3_inc_manager_widget_59,
.home .q2w3_inc_manager_widget_26,
.single aside .widget_xyz_insert_php_widget,
.home .widget_xyz_insert_php_widget,
.archive aside .widget_xyz_insert_php_widget
{
overflow: initial;
}
.sticky-a-wrapper {
/*height: 1200px;*/
height: 100%;
}
.sticky-a, .sticky-b {
    position: sticky;
    top: 56px;
}

.sticky-b-wrapper {
/*height: 600px;*/
height: 100%;
/*margin-top: 56px;*/
}

@media screen and (max-width: 767px) {
  .sticky-a-wrapper,
  .sticky-b-wrapper { height: auto; }
}

#audima-banner {
    display: none;
}

.anuncio-billboard{
  margin-bottom: 50px;
  margin-top: 56px !important;
  text-align: center;
  padding: 25px 0; 
}
@media screen and (max-width: 991px){
  .anuncio-billboard{
    margin-top: 56px !important;
    margin-bottom: 20px;
    /*margin-bottom: 0;*/
    text-align: center;
    padding: 0; 
  }
  .anuncio{
    display: none;
  }
}

.link-politica{
    color: white;
}

.link-politica:hover{
    color: #AAAAAA;
}

.mc4wp-success{
  color: #71AA4B;
}

.mc4wp-error{
  color:  #D93A3D;
}

.story img {
    /*min-width: 100px;*/
    /*max-height: 100px;*/
    width: 70px;
    height: 70px;
    object-fit: cover;
    object-position: top;
    border-radius: 100%;
  border:  solid 2px #344FD8;
  padding: 3px;
}

.sticky-sidebar{
  position: sticky;
  top: 75px;
}

@media screen and (max-width: 991px){
  position: static;
}

.slider-colunistas-mobile,
.slider-web-story,
.slider-mais-populares-mobile{
  overflow: hidden;
}
