body {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

.rank-math-breadcrumb {
  position: fixed;
  top: 0;
  left: 0;
}

.clear {
  clear: both;
}

#content {
  padding-top: 48px;
}

#content a {
  text-decoration: none;
  color: black;
}

#content img {
  display: block;
  max-width: 100%;
  height: auto;
}

#content .excerpt-read-more {
  display: none;
}

.menu-oferta {
  display: block !important;
}

.menu-oferta-blackfriday {
  display: none !important;
}

.site-header .header-menu .menu__box .menu-oferta-blackfriday {
  width: 40%;
  min-height: 100vh;
  background: black;
  text-align: center;
  color: white;
  padding-bottom: 40px;
}

.site-header .header-menu .menu__box .menu-oferta-blackfriday .title {
  margin-top: 100px;
}

.site-header .header-menu .menu__box .menu-oferta-blackfriday .title span {
  display: block;
  max-width: 240px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  background: #b73434;
  color: black;
  font-size: 36px;
  font-family: 'ElleGaborStd-Bold';
}

.site-header .header-menu .menu__box .menu-oferta-blackfriday .title small {
  display: block;
  color: white;
  margin-top: 12px;
}

.site-header .header-menu .menu__box .menu-oferta-blackfriday .title small {
  font-size: 19px;
  line-height: 25px;
  font-family: 'ElleGaborStd-Book';
}

.site-header .header-menu .menu__box .menu-oferta-blackfriday img {
  margin: 40px 0 0 0;
  max-width: 70%;
}
.site-header .header-menu .menu__box .menu-oferta-blackfriday h4 {
  font-size: 22px;
  line-height: 28px;
  font-family: 'ElleGaborStd-Bold';
  width: 100%;
  padding: 0 10px;
  max-width: 350px;
  margin: 0 auto 30px;
  text-transform: uppercase;
}
.site-header .header-menu .menu__box .menu-oferta-blackfriday p {
  width: 100%;
  padding: 0 10px;
  max-width: 380px;
  margin: 0 auto 25px;
}

.site-header .header-menu .menu__box .menu-oferta-blackfriday .preco {
  font-size: 15px;
  color: #b5b5b5;
  margin-bottom: 16px;
}
.site-header .header-menu .menu__box .menu-oferta-blackfriday .preco strong {
  font-family: 'ElleGaborStd-Bold';
  font-size: 24px;
  color: white;
  display: block;
}
.site-header
  .header-menu
  .menu__box
  .menu-oferta-blackfriday
  a.btn-menu-assinar {
  width: 232px;
  height: 50px;
  line-height: 50px;
  color: white;
  font-size: 18px;
  font-family: 'IBMPlexSans-Bold';
  text-align: center;
  display: block;
  background: #ad2727;
  margin: 0 auto 20px;
}
.site-header
  .header-menu
  .menu__box
  .menu-oferta-blackfriday
  a.btn-outros-planos {
  text-decoration: underline;
  color: black;
}

@media (max-width: 1279px) {
  .site-header .header-menu .menu__box .menu-oferta-blackfriday {
    width: 100%;
    min-height: 800px;
  }
  .site-header .header-menu .menu__box .menu-oferta-blackfriday .title {
    margin-top: 40px;
  }
  .site-header .header-menu .menu__box .menu-oferta-blackfriday p {
    display: none;
  }
}

/************************* BARRA BOTTOM ****************************/

#barra-promo-bottom{
  width: 100%;
  height: 75px;
  text-align: center;
  background: #142538;
  position: fixed;
  bottom: 0;
  z-index: 9999999;
}

@media (max-width: 1279px) {

  #barra-promo-bottom{
    display: none!important;
  }
  
}