header{
    width: 100%;
}
.header-top{
    width: 100%;
    background-color: #000;
}
.header-top-wrapper{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}
.topArticle-logo {
  margin-right: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 25px;
  width: 85px;
}
.header-top-links{
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}
.header-top-links a{
    color: white;
    text-decoration: none;
    border-right: 0px solid white;
    padding-right: 10px;
    font-size: 14px;
}
.header-top-links a:last-child{
    border-right: unset;
    padding-right:unset;
}
.header-main{
    width: 100%;
    border-bottom: 2px solid black;
}
.header-main-wrapper{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 75px;
}
.header-main-desktop{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 75px;
}
.header-main-mobile{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 75px;
}
.header-main-menuaside{
    display: flex;
    align-items: center;
    gap: 5px;

}
.header-main-search{
    display: flex;
    align-items: center;
    gap: 5px;
    color: black;
}
.header-main-search a{
    text-decoration: none;
    color: inherit;
}

.header-destaque-category{
    font-family: "GiorgioSans-Regular";
    font-size: 54px;
    margin-right: 0px;
}
.header-destaque-category a{
    text-decoration: none;
    color: black;
}

.screen-menu-vamosler {
  display: none;
  position: absolute;
  top: 110px;
  right: 22px;
  background: white;
  padding: 15px 20px;
  border: 1px solid #bbb;
  border-radius: 5px;
  width: 180px;
}

.screen-menu-vamosler .menu-list ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.screen-menu-vamosler .menu-list ul b {
  font-weight: bold;
}

#check-vamos-ler:checked ~ .screen-menu-vamosler {
  display: flex;
}

.icon-close-menu-vamosler {
    position: absolute;
    font-size: 2rem;
    top: 0;
    right: 20px;
    cursor: pointer;
}

.icon-close-menu-vamosler img {
  height: 10px;
}

@media (max-width:700px){
  .header-destaque-category {
    font-family: "GiorgioSans-Regular";
    font-size: 50px;
    width: -webkit-fill-available;
    text-align: center;
}
}
.header-main-mobile{
    display: none;
}
.header-top-wrapper-mobile{
    display: none;
}
.asidemenu-mobile-top{
    display: none;
}
.header-mobile-top-search{
    display: none;
}

.header-vamosler-menu {
  display: none;
}

.header-vamosler-menu #check-vamos-ler {
  display: none;
}


/* MENU ASIDE */

/* ===== MENU LATERAL ==== */
.screen-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    width: 100%;
    left: -100%;
    min-width: 300px;
    transition: all 0.4s ease;
  }
  .barra-lateral-menu {
    width: 450px;
    height: 100vh;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .bg-menu-lateral {
    width: 100%;
    height: 100vh;
    background-color: #adadad59;
  }
  #check {
    display: none;
  }
  #check:checked ~ .screen-menu {
    display: inherit;
    transform: translateX(100%);
  }
  
  .icon-close-menu {
    position: absolute;
    font-size: 3rem;
    top: 0px;
    left: 0px;
    cursor: pointer;
  }
  label {
    cursor: pointer;
  }

  /* -------- */
  .aside-section-menu {
	width: 100%;
	margin: 20px auto;
	display: flex;
    flex-direction: column;
	justify-content: flex-start;
    padding: 20px;
}
.aside-section-menu-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    align-items: center;
    position: relative;
   
}
.mw-share-buttons-aside{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.mw-share-buttons-aside img{
  height: 29px;
  width: 32px;
}
.mw-share-buttons-aside a{
    transition: 0.5;
  }
  .mw-share-buttons-aside a:hover{
    transform: scale(1.1);
  }
  .mw-whatsapp-share {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.mw-whatsapp-share-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.mw-whatsapp-share-box img{
width: 26px;
height: 26px;
}
.mw-whatsapp-share-box h3{
    font-size: 20px;
}
.menuaside-ul{
    margin-top: 10px;
}
.menuaside-li h3 {
	font-family: "GuardianSans-Regular";
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 30px;
}
.menuaside-ul li{
    border-top: 1px solid black;
}
.menuaside-ul li a{
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}
.menuaside-ul li:hover{
    background-color: yellow;
    color: black;
    font-size: 17px;
}
.menuaside-ul li:last-child{
    border-bottom: 0.5px solid #bbbbbb;
}
@media (max-width:900px){
  .barra-lateral-menu {
    min-width: 100%;
    min-height: 103vh;
}
}
/* FIM MENU ASIDE */
@media (max-width: 1000px){
    .header-main-wrapper{
        padding: 0 20px;
    }
    .header-top-links{
        display: none;
    }
    .topArticle-logo {
        margin-right: unset;
    }
    .header-top-wrapper {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      padding: 0 20px;
      position: relative;
      height: 50px;
      justify-content: space-between;
  }
    .header-main-search{
        display: none;
    }

    .header-vamosler-menu {
      display: block;
    }

    .header-mobile-top-search img {
      filter: brightness(1)invert(1);
      position: absolute;
      right: 20px;
      top: 18px;
  }
  .header-mobile-top-search #lupaSearch{
    position: unset;
  }
.header-main-mobile{
    display: flex;
}

.asidemenu-mobile-top{
    display: block;
}
.header-top-wrapper-mobile{
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: white;
    justify-content: center;
    align-items: flex-end;
    gap: 15px;
    padding: 10px 0 3px;
}
.header-top-wrapper-mobile a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 13px;
}
.header-mobile-top-search{
    display: flex;
    align-items: center;
    gap: 5px;
    color: white;
}
.header-mobile-top-search img{
    filter: brightness(1)invert(1);
}
}


/* LIGHTBOX */

.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em;
    background: #5151515c;
  }
  .lightbox:target {
    display: block;
  }
  
  .lightbox span {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  /* searchbox */
  
/* SEARCH BOX HEAEDER */
.mw-li-header-search-box {
    background-color: #ff0;
    padding: 10px;
    border-radius: 10px;
    margin-left: -6rem;
    position: relative;
    display: flex;
    flex-direction: row;
    width: 320px;
    align-items: center;
}
.mw-searchbox {
    max-width: 1200px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: flex-start;
    gap: 10px;
    color: white;
    margin: 37px auto;
    position: relative;
}
.mw-searchbox a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    margin-top: 13px;
    color: inherit;
    position: absolute;
    right: -20px;
}

.mw-icon-header-search {
  margin-right: 5px;
  filter: brightness(1)invert(1);
}
.mw-input-search-box {
  width:100%;
  border: none;
  background-color: #ff0;
  color: #000;
  padding: 5px;
  border-radius: 10px;
}
.search-menu-lateral{
  background-color: transparent;
}
.search-menu-lateral::placeholder {
  background-color: transparent;
}
.search-menu-lateral:focus {
  background-color: transparent;
}
.mw-input-search-box::placeholder {
  font-family: "GuardianSans-Regular";
  background-color: #ff0;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  padding-left: 5px;
  padding-top: 3px;
  letter-spacing: 1px;
}
.mw-input-search-box:focus {
  font-family: "GuardianSans-Regular";
  background-color: #ff0;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  padding-left: 5px;
  padding-top: 3px;
  letter-spacing: 1px;
}
/* -------- */
@media (max-width:999px){
    .mw-li-header-search-box {
        width: 80%;
        margin: 0 auto;
    }
    .mw-searchbox {
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: white;
        margin-top: 0;
        padding-right: 0;
        position: unset;
    }
    .mw-searchbox a{
        margin: 0;
        right: 25px;
    }
}


/* ANIMAÇÃO */
/*=== Gatilho  ===*/
.animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
    
  /*=== Tempo dos delays, altere os valores aqui  ===*/
  .one {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
  }
  
  .two {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
  }
  
  .three {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  animation-delay: 2.5s;
  }
  
  .four {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  animation-delay: 3.5s;
  }
  
  .five {
  -webkit-animation-delay: 4.5s;
  -moz-animation-delay: 4.5s;
  animation-delay: 4.5s;
  }
  
  .six {
  -webkit-animation-delay: 5.5s;
  -moz-animation-delay: 5.5s;
  animation-delay: 5.5s;
  }
  
  .seven {
  -webkit-animation-delay: 6.5s;
  -moz-animation-delay: 6.5s;
  animation-delay: 6.5s;
  }
  
  .eight {
  -webkit-animation-delay: 7.5s;
  -moz-animation-delay: 7.5s;
  animation-delay: 7.5s;
  }
  
  
  /*==== FADE IN UP ===*/
  @-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  
  
  /*=== FADE IN DOWN ===*/
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
   }
  @-webkit-keyframes fadeInDown {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
  }
  @keyframes fadeInDown {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
  } 
  
  /*=== FADE IN LEFT ===*/
  @-webkit-keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  
  
  /*==== FADE IN RIGHT ===*/
  @-webkit-keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  
  /*=== FADE IN  ===*/
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  .fadeIn {
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
  }
  
  /*=== FADE IN UP Big ===*/
  .fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    }
  @-webkit-keyframes fadeInUpBig {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
      }
  }
  @keyframes fadeInUpBig {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
      }
  } 
  
  /*=== FADE IN DOWN Big ===*/
  .fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
  }
  @-webkit-keyframes fadeInDownBig {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
  }
  @keyframes fadeInDownBig {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
  } 
  
  /*=== FADE IN LEFT Big ===*/
  .fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
  }
  @-webkit-keyframes fadeInLeftBig {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
  }
  @keyframes fadeInLeftBig {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
  } 
  
  /*=== FADE IN RIGHT Big ===*/
  .fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
    }
  @-webkit-keyframes fadeInRightBig {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
  }
  @keyframes fadeInRightBig {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
  }
  