.header-site{
  width: 100%;
  background: rgb(255, 255, 255);
}
.header-site b{
  font-weight: bold;
}
a{
  text-decoration: none;
  color: inherit;
}
.header-site a{
  text-decoration: none;
  color: inherit;
}
.header-top-wrapper{
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgb(241,231,38);
  background: linear-gradient(85deg, rgba(241,231,38,1) 0%, rgba(241,231,38,1) 100%);
  border-top: 1px solid #b3b3b3;
}
.logo-header {
  width: 442px;
  height: 120px;
  margin-bottom: 39px;
}
  .logo-mobile{
  display: none;  
  }

  .header-top-links{
  font-size: 14px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-content: space-around;
  height: 40px;
  justify-content: space-between;
} 
.header-top-links-content{
  display: flex;
  justify-content: space-between;
}
.header-top-links-content a{
  border-right: 0px solid rgb(255, 255, 255);
  display: flex;
  align-items: center;
  padding: 10px;
}
.header-top-links-content a:hover {
  color: #000000b9
}
/* .header-top-links-content a:first-child,.header-top-links-content a:last-child{
  border-right: 0px solid black;
  border-left: 0px solid black;
  padding: 0;
} */
.header-main{
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  height: 95px;
  width: 1200px;
  margin: 0 auto;
}
.header-nav {
  width: 100%;
  /* max-width: 1200px; */
  margin: 0 auto;
  background-color: #f1e726;
  padding: 10px 0px;
  color: black;
  display: flex;
  justify-content: center;
  align-content: center;
  border-bottom: 1px solid #bebebe;
}
.header-nav nav{
  max-width: 1200px;
  z-index: 11;
}
.header-nav ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.header-nav nav ul li {
  font-size: 14px;
  font-family: 'GuardianSans-medium';
  letter-spacing: -0.5px;
}
.header-nav nav ul li:hover {
  color: #707070
}
/* 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: #5151515c;
}
#check {
  display: none;
}
#check:checked ~ .screen-menu {
  display: inherit;
  transform: translateX(100%);
  z-index: 1001;
}

.icon-close-menu {
  position: absolute;
  font-size: 3rem;
  top: 0px;
  left: 20px;
  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 a{
  transition: 0.5;
}
.mw-share-buttons-aside a:hover{
  transform: scale(1.1);
}
.mw-share-buttons-aside img {
    width: 32px;
    height: 29px;
}
.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{
  padding: 10px 0;
  border-top: 1px solid black;
  cursor: pointer;
}
.menuaside-ul li:hover{
  background-color: yellow;
  color: black;
  font-size: 17px;
}

.aside-submenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aside-list:hover > .aside-subsubmenu {
  display: flex !important;
}

.aside-subsubmenu {
 flex-direction: column;
 gap: 10px;
 margin-top: 10px;
 padding-left: 5px;
}

.header-mobile-top-search{
  display: flex;
  flex-direction: column;
}

.header-mobile-top-search-mobile{
  display: none;
}
.menuaside-ul li:last-child{
  border-bottom: 0.5px solid #bbbbbb;
}
@media (max-width:900px){
  .header-mobile-top-search{
    display: none;
  }
  .header-mobile-top-search-mobile{
    display: flex;
    flex-direction: column-reverse;
  }
  .header-mobile-top-search-mobile a {
    /* padding: 5px; */
    display: flex;
    flex-direction: row-reverse;
  }
  .barra-lateral-menu {
  min-width: 100%;
  min-height: 103vh;
}
.header-nav ul{
  gap: 10px;
}
}
/* FIM MENU ASIDE */

/* 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;
  top: 0;
  align-items: center;
  right: 40px;
}
.mw-searchbox {
  max-width: 1200px;
  height: 100%;
  display: none;
  flex-direction: row;
  justify-content: end;
  align-items: flex-start;
  gap: 10px;
  color: white;
  margin: 37px auto;
  position: relative;
  z-index: 999;
}
.mw-searchbox a {
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  position: absolute;
  right: 5px;
  top: -10px;
  padding: 0;
}

.mw-nav-submenu {
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  padding-top: 15px;
  flex-direction: column;
  position: absolute;
  gap: 15px;
  font-family: "GuardianSans-bold";
  font-size: 14px;
  white-space: nowrap;
  display: none;
  z-index: 999999999999;
}

.mw-link-especial:hover .mw-nav-submenu {
  display: flex;
}
.mw-link-especial {
 color: #000 !important;
}

.mw-icon-header-search {
margin-right: 5px;
filter: brightness(1)invert(1);
}
.mw-input-search-box {
  font-family: "GuardianSans-Regular";
  width:100%;
  border: none;
  background-color: #ff0;
  color: #000;
  padding: 5px;
  border-radius: 10px;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: bold;
}
.search-menu-lateral{
background-color: transparent  !important;
}
.search-menu-lateral::placeholder {
background-color: transparent  !important;
}
.search-menu-lateral:focus {
background-color: transparent  !important;
}
.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;
}

.header-mobile-top-search a{
  position: relative;
  }
  .header-mobile-top-search a img{
    position: absolute;
    left: -25px;
    bottom: 0px;
    height: 20px;
    }
/* -------- */
@media (max-width:999px){
  .logo-header{
    position: initial;
    width: 150px;

  }
  .header-top-links-content{
    display: none;
  }
  .mw-li-header-search-box {
      width: 80%;
      margin: 0 auto;
  }
  .mw-searchbox {
      width: 100%;
      height: 100vh;
      display: flex;
      flex-direction: row;
      justify-content: center;
      gap: 10px;
      color: white;
      margin-top: 0;
      padding-right: 0;
      position: unset;
  }
  .mw-searchbox a{
      margin: 0;
      top: 301px;
      right: 35px;
  }
}


/* 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;
}
}

/* -------- */


/* RESPONSIVIDADE */
@media (max-width:780px){
  .header-nav nav ul li {
    font-size: 12px;
  }
}
@media (max-width:600px){
  .logo-header{
  display: none;
  }
  .logo-mobile{
    display: block;
    padding: 1px;
    width: 129px;
  }
  .header-site {
    padding-bottom: unset;
    border-bottom: 0.5px solid #bbbbbb;
    position: sticky;
    top: 0;
    z-index: 10;
  }

  .header-nav{
    display: none;
  }
  .header-top-links{
    display: none;
  }
  .header-main{
    padding: 9px 40px 0px 40px;
    height: 70px;
    width: 100%;
  }
} 

/* anuncio fluante */
.Anuncio-top{
  padding-top: 15px;
  padding-bottom: 5px;
}

.img-fluid-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 501;
}

.img-fluid-left {
  position: fixed;
  max-width: none;
  height: 120%;
  z-index: 502;
}

.img-fluid-left-article {
  position: fixed;
  max-width: none;
  height: 120%;
  z-index: 502;
  margin-top: -180px;
}

.img-fluid-right {
  max-width: none;
  height: 120%;
  position: fixed;
  right: 0;
}

.img-fluid-right-article {
  max-width: none;
  height: 120%;
  position: fixed;
  right: 0;
  margin-top: -180px;
}


@media (min-width: 1540px) {
	.Anuncio-emvelope {
	padding-top: 180px;
  }
}
@media (max-width:1540px) {
.img-fluid-top{
  display: none;
  }
.img-fluid-left {
  display: none;
  }
  .img-fluid-right {
  display: none;
}
.img-fluid-left-article {
  display: none;
  }
  .img-fluid-right-article {
  display: none;
}

.Anuncio-top{
  padding-top: 5px;
}
.animated-bird{
  display: none;
}
}