/*================ GERAL =================*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
	font-family: 'Roboto Condensed';
	src: url('../fonts/RobotoCondensed/RobotoCondensed-Regular.eot');
	src: url('../fonts/RobotoCondensed/RobotoCondensed-Regular.eot?')format('embedded-opentype'),
		url('../fonts/RobotoCondensed/RobotoCondensed-Regular.woff2') format('woff2'),
		url('../fonts/RobotoCondensed/RobotoCondensed-Regular.woff') format('woff'),
		url('../fonts/RobotoCondensed/RobotoCondensed-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Condensed';
	src: url('../fonts/RobotoCondensed/RobotoCondensed-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Noto Serif';
	src: url('../fonts/NotoSerif/Noto-Serif-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Noto Serif';
	src: url('../fonts/NotoSerif/Noto-Serif-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

:root{
    --blackdefault : #1E1E1E;
    --white: #FFF;

    --black: #000;

    --gainsboro: #EEEEEE;
    --graydark: #999;
	  --graydarker: #595959;
    --graydefault: #666;
    --graydim: #555;
    --gray: #707070;

    --bluedefault: #1B406D;
    --bluemaisesportes: #132D4D;
    --bluelinks:#007799;
    --lightblue: #01AAE5;
	  --lightbluedark: #015D7E;

    --bluepaywall: #08193F;

    --editorialorange: #d44000;
    --editorialhover: #BF6600;
    --yellowopmais: #FBB03B;

    --roboto:'Roboto Condensed';
    --notoserif: 'Noto Serif';

    
}
button:focus-visible,
a:focus-visible {
    outline: 2px solid  #000 !important;
}

a{
  text-decoration: none;
}

body{
  padding-bottom: 0 !important;
}

/* ========== PAYWALL ======== */
/* body{
  overflow: hidden !important;
} */
/* USADO NO GERAL OP+ */
.main-760 {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
}
/* .main-760 p, .advise-header h1 , .advise-header h6 {
  color: var(--white);
} */
/* USADO NO GERAL OP+ */
.advise-block, .overlay-advise {
  left: 0;
  z-index: 9999;
  width: 100%;
}
.overlay-advise {
    position: fixed;
    top: 0;
    height: 100vh;
    background: -moz-linear-gradient(top, rgba(30, 30, 30, .65) 100%, rgba(30, 30, 30, .1) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 30, 30, .65) 100%, rgba(30, 30, 30, .1) 100%);
    background: linear-gradient(to bottom, rgba(30, 30, 30, .65) 100%, rgba(30, 30, 30, .1) 100%);
}
.advise-block {
    min-height: 70vh;
    background-color: var(--bluepaywall);
    color: var(--white);

    position: relative;
    left: 0;
    bottom: 95px;
    padding: 24px 30px 30px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .3);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    transition: .5s;
    font-family: var(--roboto);

}
.advise-header {
  margin-bottom: 32px;
}
.advise-header,
.advise-footer {
  width: 100%;
}
.advise-header p {
  font-size: 1rem;
}
.advise-header .logo__opmais{
  width: 117px;
  height: 30px;
  margin: auto;
}
.advise-header .logo__opmais img{
  height: 100%;
  width: 100%;
}
.btn-to-enter {
  color: var(--lightblue);
  text-decoration: none;
  transition: 0.5s;
}
.btn-to-enter:hover {
  text-decoration: underline;
  color: var(--lightblue);
}
.btn-blue {
    background-color: var(--bluedefault);
    color: var(--white);
    font-weight: bold;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    transition: .2s;
}
.btn-blue:hover{
    background-color: var(--lightblue);
    color: var(--white);
}
.btn-blue:hover ~ .value-yellow{
    color: var(--lightblue);
}
.advise-header h1 {
  font-size: 2rem;
}
.advise-header h6 {
  font-size: 1rem;
  line-height: 1.25em;
  margin-bottom: 0;
}
.advise-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 12px;
}
.advise-footer a {
  width: 100%;
  max-width: 392px;
  padding: 24px 16px;
  background-color: var(--white);
  border: 1px solid var(--bluedefault);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.5s;
  cursor: pointer;
}
.advise-footer a:hover {
  border: 1px solid var(--lightblue);
  background-color: var(--bluepaywall);
}
.advise-footer a:hover .value{
  color: var(--lightblue);
}
.advise-footer a h6 {
  font-size: 24px;
  line-height: 1.25em;
  margin: 0 0 8px 0;
  color: var(--blackdefault);
}
.advise-footer a:hover h6{
  color: var(--white);
}
.value-signature {
  font-size: 2rem;
  margin-bottom: 8px;
  height: 58px;
  line-height: 58px;
}
.value {
  font-size: 3rem;
  color: var(--bluedefault);
}

.year-signature,
.asterisco {
  font-size: 1.5rem;
}
.advise-footer .text-description {
  font-size: 1rem;
  line-height: 1.25em;
  display: block;
  min-height: 50px;
  margin-bottom: 20px;
  color: var(--blackdefault);
}
.advise-footer a:hover .text-description {
    color: var(--white);
}
.btn__lightblue{
  background-color: var(--lightblue);
  color: var(--white);
  transition: .5s;
  font-weight: bold;
}
.btn__lightblue:hover{
  background-color: #fff;
  color: var(--lightblue);
}
/* ======== MEDIA QUERY ======== */
@media (max-width: 600px) {
  .advise-header h1 {
      font-size: 1.5rem;
  }
}
@media (max-width: 800px) {
  .advise-footer {
      align-items: center;
      flex-direction: column;
  }
}

/* ======== /MEDIA QUERY ======== */

/* ========== PAYWALL ======== */


.bluedefault:hover {
  color: var(--lightblue);
}

.bluedefault {
  color: var(--bluedefault);
  transition: .5s;
}

.roboto{
  font-family: var(--roboto) !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.mb-100{
  margin-bottom: 6.25rem !important;
}
@media(max-width:991px) {
  .mb-100{
      margin-bottom: 4.375rem !important;
  }
}

.mb-70{
  margin-bottom: 4.375rem !important;
}
@media (min-width: 744px) and (max-width: 991px){
  .mb-70{
    margin-bottom: 3.125rem !important;
  }
}
@media (max-width: 743px) {
  .mb-70{
    margin-bottom: 1.875rem !important;
  }
}
[class*=text-truncate] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.text-truncate-1 {
  -webkit-line-clamp: 1;
}
.text-truncate-2 {
    -webkit-line-clamp: 2;
}
.text-truncate-3 {
    -webkit-line-clamp: 3;
}
.text-truncate-4 {
    -webkit-line-clamp: 4;
}
.text-truncate-5 {
  -webkit-line-clamp: 5;
}
a:hover{
    text-decoration: none;
}

/*================ /GERAL =================*/

/*============= LARGURAS MAX ============*/
.main-1060 {
  max-width: 1060px;
}
.main-1240 {
  max-width: 1240px;
  margin: 0 auto;
}
/*============= /LARGURAS MAX ============*/

/* =========== CARTOLAS ============ */
.topper, .topper-publieditorial{
  height: 16px;
  margin-bottom: 5px;
  color: var(--graydefault);
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  font-family: var(--roboto);
  text-transform: uppercase;
  letter-spacing: 0.75px;
}
.topper {
  color: var(--graydefault);
}
.topper-publieditorial {
    color: #D44000;
    width: fit-content;
    border-radius: 3px;
}
.topper-op-mais {
    margin-bottom: 5px;
}
.topper-op-mais img {
    width: 62px!important;
    height: auto !important;
}
.topper-op-mais {
  width: 62px!important;
  height: 16px;
  margin-bottom: 5px;
}
/* =========== CARTOLAS ============ */

/*================ FORMATAÃ‡ÃƒO DE TEXTO ===============*/
.text-container{
    max-width: 820px;
    display: block;
    margin: 40px auto;
    font-family: var(--notoserif);
    color: var(--graydim);
    position: relative;
}
.text-container p {
    display: block;
    font-size: 22px;
    font-weight: 400;
    font-family: var(--notoserif);
    letter-spacing: 0px;
    color: var(--graydim);
    line-height: 30px;
}
.text-container h2, .text-container h3 {
    font-weight: 700;
}
.text-container h2 {
    font-size: 28px;
}
.text-container h3 {
    font-size: 24px;
}
.text-container ul li,
.text-container ol li,
.text-container h4, .text-container h5, .text-container h6 {
    font-size: 20px;
}
.text-containerl ul,
.text-container ol {
    list-style-position: inside;
}
.text-container figure img{
    width: 100%;
    height: auto;
}
.text-container a,
.text-container p a,
.text-container > ul a,
.text-container > ol a {
    color: var(--bluelinks);
    text-decoration: none;
}
.text-container a:hover,
.text-container p a:hover,
.text-container > ul a:hover,
.text-container > ol a:hover {
    text-decoration: underline;
}
/*================ /FORMATAÃ‡ÃƒO DE TEXTO ===============*/

/* ================= COR E HOVER DOS LINKS ==============*/
.link-dark {
  color: var(--blackdefault);
}
.link-light{
  transition: .2s;
}
.link-light:hover,
a:hover .link-light {
    color: var(--lightblue) !important;
}
.link-dark:hover, a:hover .link-dark {
    color: var(--bluedefault) !important;
    text-decoration: underline;
    text-decoration-color: var(--bluedefault) !important;
}
.link-darkblue {
    color: var(--bluedefault)!important;
}
.link-darkblue:hover {
    text-decoration: underline;
}
.link-publi {
    color: var(--editorialorange);
    transition: .5s;
}
.link-publi:hover {
    color: var(--editorialhover);
}
/* ================= /COR E HOVER DOS LINKS ==============*/

/*================== BREADCRUMB ====================*/
.breadcrumb{
    padding: 0;
    margin: 50px auto 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    background-color: transparent;
}
.breadcrumb-item {
    display: flex;
    align-items: center;
    max-width: 150px;
}
.breadcrumb-item a, .breadcrumb-item.active p {
    font-size: 12px;
    font-weight: 700;
    color: var(--bluedefault);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: .5s;
}
.breadcrumb-item a:hover {
    color: var(--lightblue);
}
.breadcrumb-item:not(:last-of-type):after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 9px;
    background-image: url(../img/icon/seta-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 5px;
}
.breadcrumb-item a.remove-after{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.breadcrumb-item a.remove-after::after{
    background-image: none;
}
.breadcrumb-item a.disabled {
    color: var(--cinzadefault);
    pointer-events: none;
}
.breadcrumb-item.active a, .breadcrumb-item.active p {
    color: #666666;
    pointer-events: none;
    margin: 0;
}

.breadcrumb-item.active a:hover {
    text-decoration: none;
}

/*================== /BREADCRUMB ====================*/

/*============ HEADER MENU ==========*/

.menu{
  position: fixed;
  padding: 0 15px;
  left: 0;
  right: 0;
  top: -1px;
  box-shadow: 0px 3px 6px #00000029;
  width: 100%;
  z-index: 9999;
  background-color: var(--white);

  z-index: 10000;
}
.menu nav{
  max-width: 1240px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu ul{
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  height: 100%;
  margin-bottom: 0;
}
.menu ul li {
  display: flex;
  align-items: center;
  height: 100%;
}
.menu nav > ul > li:nth-of-type(1) {
  margin-right: 20px;
}

.menu ul li .icone-menu{
  width: 30px;
  height: 24px;
}
.menu .pesquisa{
  width: 24px;
  height: 24px;
}
.pesquisa{
  cursor: pointer;
}
.assine{
  display: flex;
  padding: .25rem .417rem;
  background-color: var(--yellowopmais);
  color: var(--blackdefault) !important;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 16px;
  transition: .5s;
  font-weight: bold;
  justify-content: center;
  height: 40px;
  align-items: center;
}
.assine:hover {
  background-color: var(--blackdefault);
  color: var(--yellowopmais) !important;
}
.logo{
  width: 156px;
  height: 36px;
}
.menu ul li > a {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: var(--bluedefault);
  transition: .2s;
}
.menu nav > ul > li:nth-of-type(2){
  margin-right: 15px;
}
.menu ul li a:hover{
  color: var(--lightblue);
}
.menu ul:not(ul[class^=submenu]) > li:not(:nth-child(1), :nth-child(2)) {
  padding: 25px 14px;
}
.container-btn-menu {
  gap: 10px;
}
.sub{
  display: none;
}
.menu ul.sub{
  display: none;
}
.box-submenu {
  width: 100%;
  height: 274px;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 99;
  background-color: var(--bluedefault);
  padding-left: 15px;
  padding-right: 15px;
}
.container-submemenu ul {
  flex-direction: column;
  gap: 0.625rem;
  height: auto;
  flex-basis: 188px;
}
.menu .container-submemenu a {
  max-width: max-content;
  font-size: 18px;
  line-height: 1.5rem;
  color: #fff;
  font-weight: 400;
}
.link-submenu {
  margin-bottom: 0.938rem;
}
.box-maisesportes{
  background: var(--bluemaisesportes);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 0 30px 20px;
}
.box-maisesportes span{
  color: var(--graydark);
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.box-maisesportes__links {
  margin-top: 1.875rem;
  gap: 1.25rem;
}
.container-submemenu{
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
  display: flex;
  align-items: flex-start;
}
.box-submenu__list {
  width: 100%;
  padding: 1.875rem 0;
}
.box-submenu__list__links {
  gap: 1.25rem;
  padding-top: 0.938rem;
  position: relative;
}
.box-submenu__list__links::before {
  content: "";
  display: block;
  height: 1px;
  width: 190px;
  background-color: var(--white);
  position: absolute;
  top: 0;
}
.icone-menu{
  cursor: pointer;
}
.box-menulateral{
  width: 550px;
  padding: 50px;
  position: fixed;
  top: 0;
  left: -550px;
  background: var(--white);
  z-index: 10002;
  transition: .5s all;
}
.box-menulateral ul{
  display: block;
  float: none;
  height: auto;
  margin-bottom: 30px;
  list-style: none;
  padding-left: 0;
}
.container-scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: calc(100vh - 165px);
  padding-bottom: 75px;
}
.container-scroll::-webkit-scrollbar {
  width: 0px;
}
/* Track */
.container-scroll::-webkit-scrollbar-track {
  background: #E7E5E5;
}
/* Handle */
.container-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,.2);
  border-radius: 10px;
}
/* Handle on hover */
.container-scroll::-webkit-scrollbar-thumb:hover {
  background: var(--bluedefault)
}
.sub-menulateral{
  height: 50px;
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.box-menulateral a:hover {
  text-decoration: underline;
}
.sub-menulateral ~ ul{
  clear: both;
  padding: 0;
}
.box-menulateral ul li a{
  font-size:28px;
  font-weight: 400;
  text-align: left;
  color: var(--bluedefault);
}
.box-menulateral .parent-link a{
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: var(--bluedefault);
}
.box-menulateral .logo {
  height: 30px;
}
.box-menulateral .pesquisa,
.box-menulateral .fechar, .box-menulateral .fechar img {
  width: 30px;
  height: 30px;
}

.fechar{
  cursor: pointer;
}

.social ul {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 50px;
}

.social a{
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
  display: inline-block;
}
.social .btn-insta {
  background-image: url('../img/icon/new_instagram.svg') 
}
.social .btn-face {
  background-image: url('../img/icon/new_facebook.svg')
}
.social .btn-linkedin {
  background-image: url('../img/icon/new_linkedin.svg')
}
.social .btn-twitter {
  background-image: url('../img/icon/xtwitter.svg')
}
.social .btn-youtube {
  background-image: url('../img/icon/new_youtube.svg')
}
.copyright{
  margin-bottom: 30px;
  color: #666;
}
.copyright span{
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
.termos{
  margin-bottom: 60px;
}
.box-menulateral .termos span:not(:last-of-type){
  border-right: 1px solid var(--bluedefault);
  padding-right: 5px;
}
.box-menulateral .termos span a{
  font-size: 18px;
  line-height: 22px;
  color: var(--bluedefault);
}
.trueproject-caixa{
  color: #525252;
}
.trueproject > img{
  width: 138px;
  height: 40px;
}
.trueproject{
  font-size: 16px;
  color: inherit!important;
  text-decoration: none!important;
}
/*============ HEADER MENU ==========*/

/*============ MENU LATERAL ==========*/
.menu .active-menu .sub{
  display: block;
}
.menu .list-submenu li {
  padding: 0 !important;
}

.box-menulateral.active {
  left: 0;
}

.box-menulateral .icon-mais-menos {
  margin-left: 10px;
  width: 16px;
  height: 16px;
  background-image: url(../img/menu/icon-mais.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center !important;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.icon-mais-menos.active {
  background-image: url(../img/menu/icon-menos.svg);
}
 .overlay-menu, .overlay-menu__perfil {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 7;
  display: none;
  position: fixed;
  background: #1E1E1E;
  opacity: .5;
}
.box-menulateral.active ~ .overlay-menu, .menu-item__profile.active ~ .overlay-menu__perfil {
  display: block !important;
  z-index: 10001 !important;
}
.box-menulateral ul li a{
  font-size: 18px;
  line-height: 18px;
}
.box-menulateral .submenu-lateral{
  height: 0;
  overflow: hidden;
  transition: height .3s ease-in-out;
}
.box-menulateral ul .submenu-lateral li {
  margin-top: 15px;
  padding-left: 15px;
}
.box-menulateral ul .submenu-lateral li a{
  font-size:18px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
  color: var(--bluedefault);
}
.box-menulateral .list-outros-produtos{
  margin-bottom: 30px;
}
.box-menulateral .list-outros-produtos:last-child {
  margin-bottom: 50px;
}
.box-menulateral ul .icones-menu-lateral {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

/*---- MEDIA QUERY DO MENU -----*/
@media(max-width: 1225px){
  .menu .list-item-menu {
      display: none;
  }
}

@media(max-width: 1024px){
  .publicidade{
      display: none;
  }
  .box-maisesportes{
      display: none;
  }
  .menu .box-menulateral ul li{
      margin: auto 30px;
      text-align: left;
  }
  .copyright{
      margin-left: 0;
      text-align: left;
  }
  .termos{
      margin-left: 0;
      text-align: left;
  }
  .trueproject-caixa{
      margin-left: 0;
      margin: 10px 30px;
      text-align: left;
  }
}

@media(max-width: 991px) {
  .notificacao-estatica p {
      float: none;
      display: block;
      margin-top: 0px;
      margin-bottom: 0px;
  }

  .botao-notificacao {
      float: none;
      display: block;
      width: 65px;
      padding: 0px 10px;
      margin: 0 auto;
  }
}
@media(max-width: 768px){
  .menu nav {
      height: 64px;
  }
  .menu .box-menulateral ul li:nth-of-type(3),.menu .box-menulateral ul li:nth-of-type(4),.menu .box-menulateral ul li:nth-of-type(5),.menu .box-menulateral ul li:nth-of-type(6),.menu .box-menulateral ul li:nth-of-type(7){
      padding: 0;
      display: block;
  }
  .menu nav > ul > li:nth-of-type(1) {
      margin-right: 10px;
  }

  .logo{
      width: 110px;
      height: 25px;
  }

  .banner-listagem{
      display: none;
  }
  .copyright{
      margin-left: 0;
      text-align: left;
  }
  .termos{
      margin-left: 0;
      width: initial;
      text-align: left;
  }
  .trueproject-caixa{
      margin-left: 0;
      margin: 10px auto;
      text-align: center;
  }
  .menu .box-menulateral ul li{
      margin: auto 110px;
      text-align: left;
  }
  .bannerbottomdesktop{
    display: none;
  }
  .bannerbb{
    display: block;
  }
}

@media(max-width: 600px) {
  .box-menulateral {
    width: 100%;
    left: -100%;
  }
}

/*============ /MENU LATERAL ==========*/

/*========== NOTIFICAÃ‡ÃƒO DE COOKIES ===========*/
.notificacao-estatica {
  display: none;
  text-align: center;
  max-width: 1140px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 10px;
  font-family: 'Roboto Condensed';
  -webkit-box-shadow: 5px 5px 40px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 40px 5px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  z-index: 1000;
}

.notificacao-estatica p {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}
.notificacao-estatica p a{
  color: var(--azullink);
  font-weight: bold;
}
.notificacao-estatica p a:hover{
  color: var(--hoverlinkmenu);
}

.botao-notificacao {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 16px;
  line-height: 40px;
  font-family: 'Roboto Condensed';
  color: #fff;
  background-color: #01aae5;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  outline: none;
}
.botao-notificacao:hover {
  background-color: #132d4d;
}


@media(max-width: 375px) {
  .notificacao-estatica p {
      margin-bottom: 5px;
      width: auto;
      font-size: 13px;
  }

  .botao-notificacao {
      width: 65px;
      padding: 0px 10px 0px 10px;
      margin: 0 auto;
  }
  .social ul {
    gap: 0.5rem;
    justify-content: space-between;
  }
}
.cookie-notification {
  display: none !important;
}
/*========== NOTIFICAÃ‡ÃƒO DE COOKIES ===========*/

/* ========== ICON BUSCA ============= */
.icon-busca {
  background-color: var(--bluedefault);
  background-image: url(https://www.opovo.com.br/reboot_portal/public/assets/img/lupa.webp);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: .5s;
}
.icon-busca:hover {
  background-color: var(--lightblue);
}
/* ========== /ICON BUSCA ============= */

/* ========== CARTOLA DE COLUNISTAS DO OP+ =========*/
.caixa-principal .cartola-card-opmais {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 5px;
  padding-right: 5px;
}
.cartola-card-opmais{
  width: 165px;
  background-color: var(--blackdefault);
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  white-space: nowrap;
  color: var(--white);
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 5px;
}
.cartola-card-opmais strong{
  color: var(--yellowopmais);
}
.icon-opmais {
  background-image: url('../img/icon/simbolo-mais.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 3px
}
.cartola-card-opmais.position-absolute {
  top: 15px;
  left: 15px
}
/* ========== /CARTOLA DE COLUNISTAS DO OP+ =========*/


/*================ FOOTER =================*/
.rodape-main{
  background-color: #eee;
}
.caixa-rodape{
  margin-top: 100px;
  padding: 50px 10px 100px;
}
.caixa-rodape-mobile{
  display: none;
  padding-bottom: 100px;
}
.container-links-internos{
  display: flex;
  justify-content: space-between;
}
/* .caixa-rodape ul{
  list-style: none;
  display: block;
  float: left;
  width: 150px;
  padding: 0;
  margin-right: 20px;
} */
.caixa-rodape a {
  color: var(--bluedefault);
  font-family: var(--roboto);
  font-size: 16px;
  line-height: 36px;
  display: block;
}
.caixa-rodape a:hover {
  text-decoration: underline;
}
.caixa-rodape .trueproject-caixa{
  display: block;
  margin: 25px auto 0;
  text-align: center;
  clear: both;
}
.trueproject-caixa a {
  display: initial;
}
.caixa-rodape .direitos{
  display: block;
  margin: 15px auto 0;
  text-align: center;
  color: var(--graydefault);
  max-width: 610px;
}
.imagem-rodape img{
  display: block;
  width: 105;
  height: 25px;
  margin: 20px auto;
}
.imagem-rodape .direitos{
  display: block;
  margin: 0 auto;
  text-align: center;
  color: var(--graydefault);
}
.caixa-rodape .list-social-footer{
  display: flex;
  margin: 70px 0 0;
  gap: 1rem;
  justify-content: flex-end;
}
.list-social-footer img{
  width: 1.5rem;
  height: 1.5rem;
}
.direitos-mobile img{
  width: 104px;
  height: 24px;
}
/*================ /FOOTER =================*/

/*================ BANNER =================*/
.bg-bar-publi {
  background-color: #F3F3F3;
  text-align: center;
  color: #999999;
  font-size: 12px;
  font-family: var(--roboto);
}

/* BARRA CINZA ANTES DOS BANNER */
/* <div class="bg-barra-publi"><span>Publicidade</span></div> */
/* BARRA CINZA ANTES DOS BANNER */

.publicidade{
  margin: 50px auto 0;
  text-align: center;
}
.publicidade img{
  width: 100%;
}
.banner-tablet-sb1{
  text-align: center;
  display: none;
  margin-top: 40px;
}
.banner-top-banner{
    display: none;
    margin: 30px auto 0;
    text-align: center;
}
.digitalpremium-mobile{
    display: none;
}
/* .super-banner-center{
    margin: 0 auto;
    margin-top: 50px;
} */
.banner-interna{
    text-align: center;
    margin: 50px auto;
}
.OUTBRAIN{
    clear: both;
}
.bannerbottomdesktop{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
    display: block;
    text-align: center;
}
.bannerbb{
    position: fixed;
    bottom: 0;
    z-index: 5;
    display: none;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.mobile-banner{
    display: none;
}
.desktop-banner{
    display: block;
}
@media(min-width: 744px) and (max-width: 1024px){
  .banner-tablet-sb1{
    display: block;
  }
}
@media(max-width: 743px){
  .banner-top-banner{
    display: block;
  }
  .mobile-banner{
    display: block;
  }
  .desktop-banner{
      display: none;
  }
}
/*================ BANNER =================*/

/*================ MEDIA QUERY =================*/

/* TABLET / DESKTOP */
@media(min-width: 744px){
  .text-truncate-sm-1 {
      -webkit-line-clamp: 1;
  }

  .text-truncate-sm-2 {
      -webkit-line-clamp: 2;
  }

  .text-truncate-sm-3 {
      -webkit-line-clamp: 3;
  }

  .text-truncate-sm-4 {
      -webkit-line-clamp: 4;
  }

  .text-truncate-sm-5 {
    -webkit-line-clamp: 5;
  }
}
/* TABLET / DESKTOP */


/* DESKTOP */
@media(min-width: 992px){
  .text-truncate-md-1 {
      -webkit-line-clamp: 1;
  }

  .text-truncate-md-2 {
      -webkit-line-clamp: 2;
  }

  .text-truncate-md-3 {
      -webkit-line-clamp: 3;
  }

  .text-truncate-md-4 {
      -webkit-line-clamp: 4;
  }

  .text-truncate-md-5 {
    -webkit-line-clamp: 5;
}
}
/* DESKTOP */

@media(max-width: 767px){
  .breadcrumb {
    margin-top: 20px;
  }
  .caixa-rodape{
    display: none;
  }
  .social-footer-mobile{
    text-align: center;
  }
  .social-footer-mobile a{
    margin-right: 5px;
  }
  .direitos-mobile{
    background-color: var(--bluedefault);
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    padding: 10px;
  }
  .direitos-mobile p {
    margin: 0;
    color: var(--white);
    font-size: 12px ;
    line-height: 14px;
  }
  .text-container{
    width: 100%;
    margin: 0 auto;
  }
  .caixa-rodape-mobile{
    display: block;
  }
}
@media(max-width: 425px){
  .breadcrumb {
    justify-content: flex-start;
  }
}
/*================ MEDIA QUERY =================*/

/* .stick-player-tv-coins{
  max-width: 500px;
  border-radius: 10px;
  margin: auto;
  z-index: 100 !important;
  position: relative;
}
@media(max-width: 1200px){

  #player-tv-coins-container{
    bottom: 80px !important;
  }
  .stick-player-tv-coins {
    margin-top: 80px;
  }
} */

/* AO VIVO */
.animate-live{
  font-size: 18px !important;
  color: var(--blackdefault);
  margin: 0;
  font-weight: bold;
    font-family: var(--roboto);
}
.date-streaming{
  font-size: 18px !important;
  margin: 0;
  color: #999;
  font-weight: bold;
    font-family: var(--roboto);
}
.live {
  animation: blinking 1s cubic-bezier(.5, 0, 1, 1) infinite alternate;
  width: 16px;
  height: 16px;
  background-color: #E64848;
  display: inline-block;
  border-radius: 50%;
}
@keyframes blinking {
  from { opacity: 1; }
  to { opacity: 0; }
}
/* AO VIVO */

/* FORÇANDO ALINHAMENTO DOS BANNERS */
.super-banner-center iframe, .bannerbottomdesktop iframe{
  margin: auto;
}
/* FORÇANDO ALINHAMENTO DOS BANNERS */


/* CSS PARA USUARIO LOGADO MENU ANTIGO */
.btn__profile,
.close-menu-profile {
    background-color: transparent;
    border: 0;
    padding: 0;
    outline: none !important;
}
.btn__profile {
  display: none;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
  background-size: cover;
}
.login__profile.logged .btn__profile {
  display: flex;
}

.login__profile.logged {
  border-radius: 100%;
  width: 36px;
  height: 36px;
}

.login__profile.logged:hover {
  background: -moz-linear-gradient(135deg, rgba(1, 170, 229, 1) 0%, rgba(27, 64, 109, 1) 100%);
  background: -webkit-linear-gradient(135deg, rgba(1, 170, 229, 1) 0%, rgba(27, 64, 109, 1) 100%);
  background: transparent linear-gradient(135deg, #00F0FF 0%, #2179CE 100%) 0% 0% no-repeat padding-box;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01aae5", endColorstr="#1b406d", GradientType=1);
}



/* =============== CSS RETIRADO DO OPMAIS ================= */
.close-menu-profile {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/menu/close_blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 1px solid #1b406d;
  border-radius: 100%;
  transition: .5s;
  cursor: pointer;
}

.close-menu-profile:hover {
  background-color: #CE2139;
  border: 1px solid #CE2139;
  background-image: url(../img/menu/close_white.svg);

}

.container-menu h2 {
  font-size: 16px;
  line-height: 1.25rem;
  color: #fff;
}

.container-menu p,
.container-menu .notification-time {
  font-size: 14px;
  line-height: 1rem;
}

.c-container-menu {
  overflow-y: auto;
  max-height: 294px;
  position: relative;
}

.container-menu {
  width: 100vw;
  max-height: 600px;
  padding: 20px 20px;
  position: fixed;
  right: -625px;
  top: 60px;
  opacity: 0;
  background-color: #000;
  display: block;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 10001;
  /*background: transparent -moz-linear-gradient(180deg, #1E1E1E 0%, #1E1E1E 58%, #004C6B 100%) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(180deg, #1E1E1E 0%, #1E1E1E 58%, #004C6B 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #1E1E1E 0%, #1E1E1E 58%, #004C6B 100%) 0% 0% no-repeat padding-box;*/
  background-color: #F3F3F3;
  overflow-y: auto;
  overflow-x: hidden;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}

.container-menu :-webkit-scrollbar {
  width: 0;
}

.container-menu :-webkit-scrollbar {
  width: 0;
}

/* width */
.container-menu ul::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.container-menu ul::-webkit-scrollbar-track {
  background: #1E1E1E;
  border-radius: 10px
}

/* Handle */
.container-menu ul::-webkit-scrollbar-thumb {
  background: #FEFCFC;
  border-radius: 10px
}

/* Handle on hover */
.container-menu ul::-webkit-scrollbar-thumb:hover {
  background: #FEFCFC;
}

.container-menu li a:hover .notification-time,
.container-menu li a:hover h2 {
  color: var(--cyan) !important;
}

.container-menu li a:hover figure {
  border: 2px solid var(--cyan);
}

.menu-item__profile.active .container-menu {
  right: 0;
  opacity: 1;
}

.profile-img.active:after {
  opacity: 1;
  bottom: -22px;
}

/* SCROLL LATERAL DO PERFIL MENU E NOTIFICAÇÕES */
/* width */
.container-menu .c-container-menu::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.container-menu .c-container-menu::-webkit-scrollbar-track {
  background: #1E1E1E;
  border-radius: 10px
}

/* Handle */
.container-menu .c-container-menu::-webkit-scrollbar-thumb {
  background: #FEFCFC;
  border-radius: 10px
}

/* Handle on hover */
.container-menu .c-container-menu::-webkit-scrollbar-thumb:hover {
  background: #FEFCFC;
}

/* SCROLL LATERAL DO PERFIL MENU E NOTIFICAÇÕES */


@media screen and (min-width: 650px) {
  .container-menu {
      max-width: 407px
  }
}

@media screen and (max-width: 650px) {
  .container-menu {
      max-width: 90vw;
  }
}

.info-profile figure img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.info-profile figure {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 50%;
  background: transparent linear-gradient(135deg, #00F0FF 0%, #2179CE 100%) 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-profile img {
  object-fit: cover;
}

.profile-menu {
  gap: 20px;
}

.text-logged {
  color: #999999;
  font-size: 12px;
  line-height: 16px;
}

.profile-notification {
  color: #1E1E1E;
  font-size: 24px;
  line-height: 26px;
}

/* LINHAS TRACEJADAS */
.c-menu__bb--dashed {
  border-bottom: 1px dashed #999999;
}

.c-menu__bt--dashed {
  border-top: 1px dashed #999999;
}

/* LINHAS TRACEJADAS */

.menu-profile li {
  margin-bottom: 16px;
  padding: 0 !important;
}

.menu-profile li span {
  color: #08193F;
  transition: .3s;
}

.notification__item:hover svg path {
  fill: var(--lightblue);
  transition: .3s;
}

.notification__item:hover span {
  color: var(--lightblue);
}

.container-notification li a.notification__item {
  transition: .3s;
  font-size: 16px;
  line-height: 18px;
  align-items: center;
}

.notification__item {
  gap: 8px;
}

/* ---------- SUITES ---------- */
.title-suite {
  font-size: 16px;
  color: #999999;
}

.suite__item {
  text-decoration: none !important;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 4px 4px 4px;
  background: none;
  border-radius: 50px;
  transition: 0.5s all;
}

.suite__item span {
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  display: none;
  text-transform: none;
}

.suite__item:first-child {
  z-index: 999;
}

.suite__item:nth-child(2) {
  z-index: 99;
}

/* ---------- SUITES ---------- */

/* =============== CSS RETIRADO DO OPMAIS ================= */

/* CSS PARA USUARIO LOGADO MENU ANTIGO */