@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');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@300;400;700;900&display=swap');

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


@font-face {
    font-family: 'Roboto Condensed Bold';
    src: url('https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYbw.eot');
    src: url('https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYbw.eot?')format('embedded-opentype'),
      url('https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYbw.woff2') format('woff2'),
      url('https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYbw.woff') format('woff'),
      url('https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYbw.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
:root{
    --cinzaclaro: #999;
    --azullink: #1b406d;
    --cinzadefault: #666;
    --pretodefault : #1E1E1E;
    --textcolor: #555;
    --textdescimg: #707070;
    --cartolacolor: #fff;
    --coloropmais: #f6b03a;
    --hoverlinkmenu: #01AAE5;
    --maisesportes: #132D4D;
    --button-new: #1b406d;
}

[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;
}

/*========================================================== BARRA OP+ ================================================*/
/* .my-bold {
 * 	font-family: my-font-robotoCondensed-bold;
 * 	} */
.barra-opmais {
    width: 100%;
    height: 50px;
    background-color: rgb(0 0 0);
    z-index: 9;
    font-family: 'Roboto Condensed';
}

.container-barra {
    max-width: 1240px;
    margin: 0 auto;
}

.container-barra p {
    font-weight: 18px;
}

.btn-white {
    width: 50px;
    height: 30px;
    background-color: #fff;
    color: #1E1E1E;
    border-radius: 4px;
    transition: .5s;
    border: 1px solid rgb(0 0 0 / 0%);
    font-weight: inherit;
    font-family: 'Roboto Condensed Bold';
}
.content-btn .btn-white:hover {
    background-color: rgb(0 0 0 / 0%);
    border: 1px solid rgb(255 255 255);
    color: rgb(255 255 255);
}
.content-btn .assine:hover {
    background-color: transparent;
    border: 1px solid var(--coloropmais);
}
/*========================================================== /BARRA OP+ ================================================*/
/*========================================================== Menu ================================================*/
.fixed{
	position: fixed !important;
	left: 0;
	top: 0;
	right: 0;
	background-color: #fff;
	padding: 0 15px;
}

.container-menu {
	background-color: var(--cartolacolor);
	box-shadow: 0px 2px 10px #00000029;
	position: sticky;
	top: 0;
	z-index: 9;
}

.menu{
	position: relative;
	width: 100%;
	z-index: 2;
}
.menu.fixed {
	box-shadow: 0px 2px 10px #00000029;
}
.menu nav{
	max-width: 1240px;
	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 ul li .icone-menu{
	width: 30px;
	height: 24px;
}
.menu .pesquisa{
	width: 24px;
	height: 24px;
}

.pesquisa{
	cursor: pointer;
}
.assine{
    display: flex;
    width: 59px;
    height: 30px;
	background-color: var(--coloropmais);
	color: var(--pretodefault);
	border: 1px solid transparent;
	border-radius: 5px;
	font-size: 16px;
	transition: .5s;
	font-family: 'Roboto Condensed';
	font-weight: bold;
}
.assine:hover {
	background-color: var(--pretodefault);
	color: var(--coloropmais);
}
.logo{
	width: 156px;
	height: 36px;
}

.menu ul li > a {
	font-size: 22px;
	font-weight: bold;
	color: var(--azullink);
}

.menu li a {
	font-family:'Roboto Condensed';
}

.menu nav > ul > li:nth-of-type(2){
	margin-right: 15px;
}

.menu ul li a:hover{
	color: var(--hoverlinkmenu);
}

.menu ul:not(ul[class^=submenu]) > li:not(:nth-child(1), :nth-child(2)) {
	padding: 25px 15px;
}

.container-btn-menu a:first-of-type {
	margin-right: 10px;
}
.sub{
	display: none;
}
.menu ul.sub{
	display: none;
}

.box-submenu {
	position: absolute;
	top: 90px;
	height: 250px;
	width: calc(100% + 30px);
	left: -15px;
	background-color: var(--azullink);
	z-index: 8;
}

.container-submemenu ul {
	flex-direction: column;
	gap: 5px;
	height: auto;
	flex-basis: 180px;
}

.container-submemenu > ul:nth-of-type(1){
	padding-left: 30px;
	border-left: 1px solid #fff;
}

.menu .container-submemenu a {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
}

.box-maisesportes{
	background: var(--maisesportes);
	width: 400px;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 40px 30px;
	position: absolute;
	top: 0;
	right: 0;
}
.box-maisesportes span{
	color: var(--cinzaclaro);
	font-size: 18px;
	position: absolute;
	left: 30px;
	top: 40px;
	font-family:'Roboto Condensed';
}
.box-maisesportes ul {
	padding-top: 10px;
}
.container-submemenu{
	margin: 0 auto;
	width: 1240px;
	max-width: 910px;
	padding: 40px;
	display: flex;
	align-items: flex-start;
	gap: 20px;
	position: relative;
}

.icone-menu{
    cursor: pointer;
}
.box-menulateral{
    display: none;
    width: 550px;
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 20px 0px 50px #00000029;
    z-index: 9;
    /* opacity: 0; */
    /* transition: opacity 200ms ease-in-out; */
    font-family: 'Roboto Condensed';
    /* transition: .1s; */
    /* transform: translateX(-100%); */
}
/* .box-menulateral.active {
 *     opacity: 1;
 *         transform: translateX(0);
 *         } */
.box-menulateral ul{
    display: block;
    float: none;
    height: auto;
    margin-bottom: 60px;
    list-style: none;
    padding-left: 0;
}

.container-scroll {
    overflow-y:scroll;
    overflow-x:hidden;
    max-height: calc(100vh - 165px);
    padding-bottom: 75px;
    padding-right: 10px;
}

.container-scroll::-webkit-scrollbar {
    width: 6px;
}
/* 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(--azullink)
}

.sub-menulateral{
    height: 50px;
    display: flex;
    margin-bottom: 40px;
    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;
    line-height: 54px;
    text-align: left;
    color: var(--azullink);
    font-family:'Roboto Condensed';
}
.box-menulateral .parent-link a{
    font-size: 32px;
    font-weight: bold;
    color: var(--azullink);
}
.box-menulateral .logo {
    height: 30px;
}
.box-menulateral .pesquisa,
.box-menulateral .fechar, .box-menulateral .fechar img {
    width: 30px;
    height: 30px;
}
.icon-busca{
    background-color: var(--azullink);
    background-image: url(/reboot/includes/assets/img/lupa.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: .3s;
}
.icon-busca:hover{
    background-color: var(--hoverlinkmenu);
}
.fechar{
    cursor: pointer;
}

.social ul {
    display: flex;
    align-items: center;
}

.social li:not(:last-of-type) {
    margin-right: 20px;
}

.social a{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-indent: -9999px;
    display: inline-block;
}

.social .btn-insta {
    background-image: url('../img/icon/instagram.svg')
}

.social .btn-face {
    background-image: url('../img/icon/facebook.svg')
}

.social .btn-linkedin {
    background-image: url('../img/icon/linkedin.svg')
}

.social .btn-twitter {
    background-image: url('../img/icon/twitter.svg')
}

.social .btn-youtube {
    background-image: url('../img/icon/youtube.svg')
}

.copyright{
    margin-bottom: 40px;
    color: #666;
}
.copyright span{
    font-size: 20px;
    font-weight: 400;
}
.termos{
    margin-bottom: 50px;
}
.box-menulateral .termos span:not(:last-of-type){
    border-right: 1px solid var(--azullink);
    padding-right: 5px;
}

.box-menulateral .termos span a{
    font-size: 20px;
    color: var(--azullink);
}
.trueproject-caixa{
    color: #525252;
}
/* .trueproject > img{
 *     width: 138px;
 *         margin-left: 10px;
 *         } */
.trueproject{
    font-size: 16px;
    color: inherit!important;
    text-decoration: none!important;
}

/* SETA NAVEGAÇÃO */
.seta-nav:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 6px;
}

.seta-nav-cbn:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 6px;
}
.seta-nav-preta:after {
    background-image: url('../img/icon/icon-seta-preta-cbn.svg');
}

.seta-nav-branca:after {
    background-image: url('../img/icon/icon-seta-branca.svg');
}

.seta-nav-azul:after {
    background-image: url('../img/icon/icon-seta-azul.svg');
}

.saiba-mais-cbn:hover:after {
    background-image: url('../img/icon/icon-seta-azul.svg');
}


/*============ ESTILIZAÇÃO A MAIS PARA O NOVO MENU ==========*/
.menu .active-menu .sub{
	display: block;
}
.menu .list-submenu li {
	padding: 0 !important;
}

.box-menulateral.active {
    display: block !important;
    box-shadow: 20px 0px 50px #00000029;
}

.box-menulateral .icon-mais-menos {
	margin-right: 8px;
	background: url(/reboot/includes/assets/img/menu/icon-mais.svg) no-repeat;
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
    padding: 15px;
    background-position: center !important;
}
.icon-mais-menos.active {
	background: url(/reboot/includes/assets/img/menu/icon-menos.svg) no-repeat;
}
 .overlay-menu {
	width: 100%;
	height: 100%;
    left: 0;
    top: 0;
    z-index: 7;
	display: none;
	position: fixed;
}
.box-menulateral.active ~ .overlay-menu {
	display: block;
}
.box-menulateral ul li a{
	font-size: 24px;
}
.box-menulateral .submenu-lateral{
	display: none;
	transition: ease-in-out;
}

.box-menulateral .item-menu-lateral div{
	height: 38px;
}

.box-menulateral ul .submenu-lateral li {
	padding-left: 50px;
}
.box-menulateral ul .submenu-lateral li a{
    font-size:24px;
    font-weight: 400;
    line-height: 54px;
    text-align: left;
    color: var(--azullink);
    font-family:'Roboto Condensed';
}
.box-menulateral .list-outros-produtos{
	margin-bottom: 30px;
}
.box-menulateral ul .icones-menu-lateral {
	width: 48px;
	height: 48px;
	margin-right: 15px;
}
/*============ / ESTILIZAÇÃO A MAIS PARA O NOVO MENU ==========*/


@media(min-width: 769px){
    .menu nav {
        height: 90px;
    }

    .box-menulateral {
        padding: 75px;
    }

    .menu nav > ul > li:nth-of-type(1) {
        margin-right: 20px;
    }
}


@media(max-width: 1225px){
    .menu ul li:nth-of-type(3),.menu ul li:nth-of-type(4),.menu ul li:nth-of-type(5),.menu ul li:nth-of-type(6),.menu ul li:nth-of-type(7){
        display: none;
    }
    .menu .list-item-menu {
        display: none;
    }
}

@media(max-width: 1024px){

    .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;
        margin: 50px 0;
        text-align: left;
    }
    .trueproject-caixa{
        margin-left: 0;
        margin: 10px 30px;
        text-align: left;
    }

}
@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;
    }

    .box-menulateral {
        padding: 50px;
        width: 100%;
    }

    .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;
    }
}
@media(max-width: 425px){
    .box-rodape{
        display: block;
    }
    .imagem-rodape{
        width: 100%;
    }

}
/*=============================================================================================================================*/
a:hover{
    text-decoration: none;
}
.menu-principal{
    display: block;
    height: 90px;
    width: 100%;
    margin-bottom: 52px;
}
.publicidade{
    width: 970px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
}
.publicidade img{
    width: 100%;
}
.nav-interna{
    padding: 0;
    margin: 20px auto;
    text-align: center;
    display: flex;
    align-items: center;
    list-style: none;
}
.noticia-espaco .nav-interna{
    justify-content: center;
}
.nav-interna a{
    font-family: 'Roboto Condensed';
    font-size: 18px;
    font-weight: 900;
    color: var(--azullink);
    display: flex;
    align-items: center;
}
.nav-interna a: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 6px;
}
.nav-interna a.remove-after{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.nav-interna a.remove-after::after{
	background-image: none;

}

.nav-interna a.disabled {
    color: var(--cinzadefault);
    pointer-events: none;
}
.new-nav-interna{
    display: flex;
    justify-content: center;
}
/* NOVO BREADCRUMB */
.new-nav-interna .nav-interna{
    display: flex;
    justify-content: center;
}

.titulo{
    font-size: 52px;
    font-weight: 900;
    font-family: 'Noto Serif SC';
    text-align: center;
    margin-bottom: 15px;
    line-height: 58px;
}
.subtitulo{
    display: block;
    max-width: 610px;
    font-family: 'Roboto Condensed';
    font-size: 18px;
    color: var(--cinzaclaro);
    text-align: center;
    margin: 0 auto;
    line-height: 22px;
}
.caixa-status{
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
}
.caixa-status span {
    font-family: 'Roboto Condensed';
    font-size: 18px;
    color: var(--cinzaclaro);
    margin-right: 15px;
}
.caixa-status span > a{
    font-family:'Roboto Condensed';
    font-size: 18px;
    font-weight: 700;
    color: var(--azullink);
}

/* CAIXA INFORMAÇÕES AUTOR */
.autor {
    display: inline-block;
    position: relative;
}

.autor > span:hover ~ .box-info-autor,
.box-info-autor:hover {
    display: block;
}

.box-info-autor {
    display: none;
    position: absolute;
    left: 50%;
    top: 35px;
    background-color: #fff;
    width: 200px;
    max-height: 170px;
    text-align: left;
    border-radius: 5px;
    padding: 20px 15px;
    z-index: 99;
    filter: drop-shadow(0px 1px 5px #00000059);
}

.box-info-autor figure {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 5px;
}

.box-info-autor figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.texto-autor {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #EEE;
    margin-bottom: 10px;
}

.texto-autor span:first-of-type {
    color: var(--azullink);
    font-weight: 700;
}

.box-info-autor a {
    color: var(--azullink);
    font-family: 'Roboto Condensed';
}

.box-info-autor:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -15px;
    left: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 15px solid #fff;
}
/*--*/

.imagem-destaque{
    width: 100%;
    display: block;
    margin-top: 40px;
}
.imagem-destaque > figure{
    display: block;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}
.imagem-destaque > figure > img{
    width: 100%;
    height: 460px;
    max-width: 820px;
    max-height: 460px;
    display: block;
    margin: 0 auto;
    border: 1px solid transparent;
    border-radius: 10px;
    object-fit: cover;
}
.destaque-vertical > figure > img{
    height: auto;
    max-height: 1300px;
}
.descricao-imagem{
    display: block;
    font-family: 'Roboto Condensed';
    font-size: 18px;
    color: var(--textdescimg);
    margin-top: 5px;
    line-height: 22px;
}
.descricao-imagem > span{
    color: var( --cinzaclaro);
}
article p {
    display: block;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Noto Serif';
    letter-spacing: 0px;
    color: var(--textcolor);
    line-height: 30px;
}
article .texto-princinpal > p:first-of-type::first-letter{
    font-size: 114px;
    font-weight: 700;
    margin-top: 25px;
    margin-right: 18px;
    float: left;
    color: var(--pretodefault);
    margin-bottom: 20px;
}
article .texto-princinpal-apuracao>p:first-of-type::first-letter {
    font-size: inherit;
    float: initial;
    margin: 0;
    font-weight: 300;
    color: var(--textcolor);
}

.texto-princinpal{
    max-width: 820px;
    display: block;
    margin: 40px auto;
    font-family: 'Noto Serif';
    color: var(--textcolor);
    position: relative;
}

.texto-princinpal h2, .texto-princinpal h3 {
    font-weight: 700;
}

.texto-princinpal h2 {
    font-size: 28px;
}

.texto-princinpal h3 {
    font-size: 24px;
}

.texto-princinpal ul li,
.texto-princinpal ol li,
.texto-princinpal h4, .texto-princinpal h5, .texto-princinpal h6 {
    font-size: 20px;
}

.texto-princinpal ul,
.texto-princinpal ol {
    list-style-position: inside;
    /*padding: 0;*/
}
.texto-princinpal figure img{
    width: 100%;
    height: auto;
}

/* IMAGEM VERTICAL */
.img-vertical {
    max-width: 300px;
    float: left;
    margin-right: 30px;
}

.img-vertical img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.galeria-caixa{
    position: relative;
}
.galeria-caixa ul{
    list-style: none;
    padding-left: 0;
}
.galeria-caixa .owl-prev,.galeria-caixa .owl-next{
    position: absolute;
}
.galeria-caixa .owl-prev{
    top: 50%;
    left: 20px;
}
.galeria-caixa .owl-next{
    top: 50%;
    right: 20px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
   background: transparent !important;
   color: var(--maisesportes) !important;

}
.owl-theme .owl-nav [class*=owl-]:focus{
    outline: 0;
}

.galeria-caixa .owl-nav button span,
.fancybox-button div,
.fancybox-toolbar .fancybox-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat!important;
    background-position: center!important;
}

.galeria-caixa .owl-nav button span,
.fancybox-button div {
    background-image: url(../img/icon/icon-seta-azul.svg);
    font-size: 0;
    display: block;
}

.fancybox-toolbar {
    padding:  5px;
}
.fancybox-toolbar .fancybox-button {
    margin: 3px;
}

.fancybox-navigation .fancybox-button {
    background-color: transparent;
}

.fancybox-button svg {
    display: none!important;
}

.fancybox-toolbar .fancybox-button--zoom {
    background-image: url(../img/icon/zoom.svg)!important;
}

.fancybox-toolbar .fancybox-button--close {
    background-image: url(../img/icon/close.svg)!important;
}

.fancybox-show-caption .fancybox-caption {
    font-family:'Roboto Condensed';
    font-size: 18px;
}

.galeria-caixa .antes-slide{
    font-size: 25px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 50px;
    font-family: 'Roboto Condensed';
    background-color: var(--cartolacolor);
    color: var(--maisesportes)
}
.galeria-caixa .antes-slide,
button.fancybox-button.fancybox-button--arrow_left div {
    transform: rotate(180deg);
}
.galeria-caixa .depois-slide{
    font-size: 25px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 50px;
    font-family:'Roboto Condensed';
    background-color: var(--cartolacolor);
    color: var(--maisesportes)
}
.galeria-caixa li.item a:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: inline-block;
    right: 15px;
    top: 15px;
    border-radius: 50%;
    background-image: url(../img/icon/icon-maximizar.svg);
    background-position: center;
}
.galeria-caixa .item img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.texto-princinpal .twitter-tweet, .texto-princinpal .instagram-media {
    margin: 10px auto!important;
}
.container-tooltip{
    position: relative;
    color: var(--azullink);
    cursor: pointer;
}
.tooltip-box{
    display: none;
    background-color: var(--maisesportes);
    position: absolute;
    width: 400px;
    font-family: 'Noto Serif';
    color: var(--cartolacolor);
    font-size: 18px;
    line-height: 24px;
    padding: 15px;
    left: 0;
    top: 35px;
}
.logo-cliente{
    width: 250px;
    height: 150px;
    display: block;
    margin: 25px auto;
    text-align: center;
}
.logo-cliente img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.caixa-status > span > a.publieditorial{
    color: var(--cor-publieditorial);
}
.publi .titulo-fontes{
    text-align: center;
}
.publi .logo-cliente{
    margin: 20px auto;
}
.compartilhar-media.desktop-compartilhar{
    float: left;
    width: 35px;
    position: sticky;
    left: 0;
    top: 40vh;
    margin-left: -60px;
}
.desktop-compartilhar a {
    margin-bottom: 10px;
    display: block;
}

.compartilhar-media > a > img {
    width: 35px;
    height: 35px;
    display: block;
}

/* CTA INTERNA */
.cta-interna {
    width: 100%;
    min-height: 178px;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
    text-align: center;
    border-bottom: 5px solid var(--azullink);
    padding: 50px 50px 20px;
}

.cta-interna-p {
    font-weight: bold;
    font-size: 18px;
}

.cta-interna * {
    font-family: 'Roboto Condensed';
    color: var(--pretodefault);
    font-size: 18px;
    max-width: 500px;
}

.cta-interna a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 36px;
    font-size: 16px;
    font-weight: bold;
}

.cta-interna p {
    line-height: 24px;
}
/* /CTA INTERNA */

.video-embedado{
    margin: 30px auto;
}
.video-embedado iframe{
    display: block;
    max-width: 100%;
    width: 100%;
}
.citacao{
    font-weight: 900;
    font-style: italic;
    font-size: 26px;
    font-family: 'Noto Serif';
    line-height: 32px;
    color: var(--pretodefault);
}
.citacao-autor{
    font-weight: 400;
    font-family: 'Noto Serif';
    font-size: 18px;
    display: block;
    width: 190px;
    color: var(--pretodefault);
}
.leia-mais{
    display: block;
    width: 100%;
    background-color: #F1F1F1;
    border-bottom: 5px solid var(--azullink);
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
}
.leia-mais h2 {
    font-size: 26px;
    font-family: 'Roboto Condensed';
    color: #666;
    font-weight: 500;
}
.leia-mais span{
    display: block;
    font-size: 22px;
    font-family:'Roboto Condensed';
    font-weight: 400;
    color: var(--cinzadefault);
    margin-left: 20px;
    padding-top: 20px;
}
.leia-mais ul{
    /*margin-left: 20px;*/
    margin-top: 15px;
    list-style: none;
    padding: 0;
}
.leia-mais ul li{
    width: 100%;
    display: block;
    margin-bottom: 15px;
    display: flex;
}
.leia-mais ul li:before {
    content: ' ';
    background-image: url(../img/icon/icon-relacionadosx.svg);
    width: 9px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    flex-basis: 9px;
    flex-shrink: 0;
}
.leia-mais ul li a{
    font-size: 26px;
    font-weight: 700;
    font-family: 'Roboto Condensed';
    text-decoration: none;
    line-height: 30px;
}

.titulo-informativo{
    font-size: 26px;
    font-weight: 700;
    font-family:'Roboto Condensed';
    margin-top: 20px;
    display: block;
    color: var(--textcolor);
}
.titulo-tags{
    font-size: 22px;
    font-weight: 700;
    font-family: 'Roboto Condensed';
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
}

/* CAIXA CRÉDITOS E FONTES */
.titulo-fontes{
    font-size: 22px;
    font-family: 'Roboto Condensed';
    margin-bottom: 15px;
    color: var(--textcolor);
    display: block;
}

.credito-fontes{
    display: block;
    margin: 50px auto 30px;
    color: var(--textcolor);
}

.credito-fontes li p {
    font-size: 20px;
    line-height: 24px;
    font-family:'Roboto Condensed';
    letter-spacing: 0.2px;
}

.clip-creditos {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    box-shadow: 0px 3px 6px #00000033;
    border-radius: 50%;
    border: 0;
    font-size: 0;
    margin-right: 10px;
    cursor: pointer;
    background-color: #fff;
    background-image: url('../img/icon/clipe.svg');
    background-repeat: no-repeat;
    background-position: center;
}
/* /CAIXA CRÉDITOS E FONTES */

/* CAIXA MAIS SOBRE ESSA HISTÓRIA */
.mais-sobre {
    background-color: #F1F1F1;
    padding: 20px;
}

.mais-sobre p {
    font-family:'Roboto Condensed';
    line-height: 26px;
    letter-spacing: 0.22px;
}
/* /CAIXA MAIS SOBRE ESSA HISTÓRIA */

.fale-com-gente{
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-family: 'Roboto Condensed';
    margin-bottom: 55px;
}
.fale-com-gente > a{
    color: var(--azullink);
    font-weight: 700;
}
.mobile-compartilhar{
    display: none;
}
.tags{
    margin-top: 10px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.tags > span{
    background-color: var(--azullink);
    color: #fff;
    padding: 0 5px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto Condensed';
    display: inline-block;
    text-transform: lowercase;
}


/* LINKS DENTRO DA MATERIA */
.texto-princinpal p a,
.texto-princinpal > ul a,
.texto-princinpal > ol a {
    color: var(--azullink);
    text-decoration: none;
}

.texto-princinpal p a:hover,
.texto-princinpal > ul a:hover,
.texto-princinpal > ol a:hover {
    text-decoration: underline;
}

/* LINK PRETO (#1E1E1E) */
.link-dark {
    color: var(--pretodefault);
}

.link-dark:hover,
a:hover .link-dark {
    color: var(--azullink);
    text-decoration: underline;
}

/* LINK AZUL (#1B406D) */
.link-darkblue {
    color: var(--azullink)!important;
}

.link-darkblue:hover {
    text-decoration: underline;
}

/* LINK AZUL (#fff) */
.link-light {
    color: #fff;
}
.link-light:hover,
a:hover .link-light {
    color: var(--hoverlinkmenu);
}

/* ================================ OLIMPÍADAS ================================ */
.caixa-medalhas{margin-top: 75px;}
.container-medalhas{height:430px;text-align:center;padding:5px;overflow-y:scroll;line-height:normal;margin-bottom:20px;}
.container-medalhas table{border-collapse:collapse;font-size:12px;width:100%}
.container-medalhas thead th{font-size:11px;padding:5px 3px}
.container-medalhas tr{border-bottom:1px solid #ddd}
.container-medalhas tbody tr:last-child{border-bottom:0}
.container-medalhas th, .container-medalhas td{padding:5px 0;vertical-align:middle}
.flag-wrapper-medalhas{padding-top:2px}
.flag-medalhas{max-width:20px;border:1px solid #000;vertical-align:middle}
.container-medalhas span{vertical-align:middle}
.numero-medalhas{display:block;margin:auto;border-radius:50%;width:20px;line-height:20px}
.medalha-ouro{background-color:#fcc861}.medalha-prata{background-color:#e5e5e5}
.medalha-bronze{background-color:#dcb386}


@media(min-width: 768px){
    .texto-princinpal{
        padding-left: 60px;
    }
    .caixa-rodape-mobile{
        display: none;
    }

}

@media(max-width: 767px){
    .box-menulateral ul li a {
        font-size: 26px;
    }

    .imagem-destaque > figure > img{
        height: auto;
    }
    .descricao-imagem{
        margin-bottom: 20px;
    }
    .mobile-compartilhar{
        display: block;
        width: 300px;
        margin-top: 10px;
    }
    .compartilhar-media > a > img{
        display: inline;
    }
    .desktop-compartilhar{
        display: none;
    }

    .nav-interna{
        justify-content: flex-start;
        font-size: 18px;
        line-height: 25px;
        padding-inline-start: 0;
    }
    .titulo{
        font-size: 38px;
        text-align: left;
        line-height: 44px;
    }
    .subtitulo{
        text-align: left;
        font-size: 20px;
        line-height: 22px;
    }
    .caixa-status{
        text-align: left;
    }

    .texto-princinpal{
        width: 100%;
        margin: 0 auto;
    }
    article .texto-princinpal > p:first-of-type::first-letter{
        font-size: 70px;
    }
    .cta-interna {
        padding: 30px 38px 20px;
    }
    .caixa-rodape{
        display: none;
    }
    .social-footer-mobile{
        text-align: center;
        font-family:'Roboto Condensed';
    }
    .social-footer-mobile a{
        margin-right: 5px;
    }
    .direitos-mobile{
        background-color: #1b406d;
        width: 100%;
        text-align: center;
        margin-top: 15px;
        padding: 15px;
        font-family:'Roboto Condensed';
    }
    .direitos-mobile img {
        margin-bottom: 15px;
    }
    .direitos-mobile p {
        margin: 0;
        color: #fff;
        font-size: 12px ;
        line-height: 14px;
    }
    .direitos-mobile span{
        display: block;
    }

}

@media(max-width: 425px){
    .publicidade{
        display: none;
    }

    .topo-materia{
        width: 100%;
    }

    .caixa-status > span:first-of-type{
        display: block;
    }
    .topo-materia > *{
        width: 100%;
    }
    .imagem-destaque > figure{
        width: 100%;
    }


    .video-embedado iframe{
        width: 100%;
    }
    .leia-mais{
        width: 100%;
    }
    .credito-fontes{
        width: 100%;
    }
    .desktop-compartilhar{
        display: none;
    }
    .mobile-compartilhar{
        display: block;
        width: 100%;
        margin: 10px auto;
    }
    .compartilhar-media > a > img{
        display: inline;
    }
    .leia-mais ul li{
        width: 100%;
    }
    .fale-com-gente > a{
        display: block;
    }
}

/*========================================================== Listagens =================================================================== */
.container-listagem {
    margin-top: 40px;
}

.titulo-listagem{
    color: var(--cinzadefault);
    font-family:'Roboto Condensed';
    font-size: 26px;
    line-height: 26px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
.caixa-listagem{
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 25px 0 30px;
    border-top: 1px solid #F3F3F3;
}
.caixa-listagem:first-of-type {
    padding-top: 0;
    border-top: 0;
}

.caixa-listagem figure{
    display: block;
}
.caixa-listagem figure img{
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
    object-fit: cover;
}

figure ~ .cartola-opplus strong{
    color: var(--coloropmais);
}
figure ~ .tempo-categoria-listagem > span{
    color: var(--cinzaclaro);
    font-size: 18px;
    font-family: 'Roboto Condensed';
    float: left;
}
.tempo-categoria-listagem > .categoria{
    margin-left: 10px;
}

.cartola-card-opmais{
    width: 165px;
    background-color: var(--pretodefault);
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    font-family: 'Roboto Condensed';
    white-space: nowrap;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
    padding: 2px 5px;
}

.abre-podcast p {
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.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 strong{
    color: #FBB03B;
}

.titulo-mateira-listagem{
    font-size: 26px;
    font-family: 'Roboto Condensed';
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 7px;
}
.abre-listagem{
    color: var(--textdescimg);
    font-size: 18px;
    line-height: 22px;
    font-family: 'Roboto Condensed';
    margin-bottom: 7px;
}

.tempo-categoria-listagem{
    display: block;
}
.tempo-categoria-listagem > span{
    color: var(--cinzaclaro);
    font-size: 18px;
    font-family: 'Roboto Condensed';
}
.banner-hp{
    display: block;
    width: 300px;
    height: 600px;
    margin-top: 105px;
    margin-bottom: 80px;
}
.banner-hp::before{
    display: block;
    content: 'Publicidade';
    color: var(--cinzadefault);
    font-size: 16px;
    font-family:'Roboto Condensed';
    text-align: right;
}
.banner-hp img{
    width: 100%;
}

.mais-lidas .mais-lidas-p {
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    font-family: 'Roboto Condensed';
    color: var(--cinzadefault);
    margin-bottom: 20px;
}
.mais-lidas ul{
    list-style: none;
    display: block;
    counter-reset: maislidas;
}
.mais-lidas ul li{
    position: relative;
    margin-bottom: 20px;
}
.mais-lidas ul li a{
    text-decoration: none;
}
.mais-lidas ul li a p{
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    font-family: 'Roboto Condensed';
}
.mais-lidas ul li::before{
    counter-increment: maislidas;
    content: counter(maislidas);
    display: block;
    position: absolute;
    top: 0;
    left: -40px;
    font-size: 60px;
    font-weight: bold;
    line-height: 60px;
    font-family: 'Roboto Condensed';
    color: var(--cinzadefault);
}

.carrregar-maislidas{
    font-weight: bold;
    line-height: 26px;
    font-family: 'Roboto Condensed';
    color: var(--cartolacolor);
    font-size: 25px;
    background-color: #132D4D;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 10px;
    margin: 0 auto;
    display: block;
}
.ler-mais-listagem-div, .loader-listagem-div{
    margin: 15px 0;
}
.ler-mais-listagem{
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: var(--azullink);
    font-family: 'Roboto Condensed';
    margin-left: 20px;
}
.seta-nav-ler-mais:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 6px;
}
.loader-listagem{
    font-size: 18px;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    line-height: 18px;
    margin-left: 20px;
    color: var(--azullink);
}
.loader-listagem > svg > circle {
    fill: var(--azullink);
}
/*============================ newsletter ===============================*/
.caixa-newsletter-listagem{
    width: 100%;
    height: 250px;
    display: block;
    position: relative;
    background-color: var(--azullink);
}
.caixa-newsletter-listagem span{
    display: block;
    font-size: 26px;
    font-family: 'Roboto Condensed';
    line-height: 32px;
    font-weight: bold;
    margin: 20px;
    padding-top: 20px;
    margin-bottom: 7px;
    color: var(--cartolacolor);
}
.caixa-newsletter-listagem p{
    font-size: 26px;
    font-family: 'Roboto Condensed';
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 7px;
    color: var(--cartolacolor);
    margin: 20px;

}
.botao-newsletter{
    position: absolute;
    background-color: var(--hoverlinkmenu);
    color: #fff;
    border-radius: 5px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    height: 40px;
    padding: 10px 20px;
    transition: .3s;
    margin-left: 20px;
}
.botao-newsletter:hover{
    background-color: var(--azullink);
    color: #fff;
}
/*=======================================================================*/
/*============================= Mobile Listagem ==========================*/
@media(max-width: 767px){
    .titulo-mateira-listagem{
        width: 100%;
        float: none;
        font-size: 24px;
        line-height: 28px;
    }
    .abre-listagem{
        width: 100%;
        float: none;
        font-size: 18px;
        line-height: 22px;
    }
    .cartola-opplus{
        float: none;
    }

    .titulo-listagem{
        font-size: 24px;
    }
}

/*======================================================= Topo Eleições =========================================*/
.imagem-eleicoes{
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
}
/*===============================================================================================================*/
/*======================================================= Capa ==================================================*/
.maxcontainer-capa {
    max-width: 1060px;
}

.titulo-capa{
    color: var(--azullink);
    font-family: 'Roboto Condensed';
    font-weight: bolder;
    text-align: center;
    display: block;
}
.cartola-capa{
    color: var(--azullink);
    font-size: 18px;
    font-weight: bolder;
    font-family:'Roboto Condensed';
}

.titulo-materia {
    font-family: 'Roboto Condensed';
    font-weight: bold;
}

.titulo-materia {
   font-size: 26px;
   line-height: 34px;
}

.capa-materia1{
    margin-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}

.container-capas figure {
    max-width: 100%;
    margin-bottom: 10px;
    aspect-ratio: 4/3;
}

.container-capas img {
    object-fit: cover;
    border-radius: 5px;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.capa-modelo3 {
    display: grid;
    column-gap: 20px;
    row-gap: 10px;
}
.capa3-materia1{
    grid-area: materia1;
}
.capa3-materia2{
    grid-area: materia2;
}
.capa3-materia3{
    grid-area: materia3;
}
.capa3-materia4{
    grid-area: materia4;
}
.capa3-materia5{
    grid-area: materia5;
}


@media(max-width: 1024px){
    .publicidade{
        display: none;
    }
}

/*================================================ rodapé =============================================*/
.rodape-main{
    background-color: #eee;
}
.caixa-rodape{
    margin: 0 auto;
    padding: 50px 10px 50px 10px;
}
.container-links-internos{
    display: flex;
    justify-content: center;
}

.caixa-rodape ul{
    list-style: none;
    display: block;
    float: left;
    width: 150px;
    padding: 0;
    margin-right: 20px;
}
 /*
 * .caixa-rodape ul li:first-of-type{
 *     font-size: 18px;
 *         font-weight: bold;
 *             line-height: 36px;
 *                 color: var(--azullink);
 *                     font-family:'Roboto Condensed';
 *
 *                     }
 *                     .caixa-rodape ul:nth-last-of-type(2) li:nth-last-of-type(1){
 *                         font-size: 18px;
 *                             font-weight: bold;
 *                                 line-height: 36px;
 *                                     color: var(--azullink);
 *                                         font-family:'Roboto Condensed';
 *
 *                                         } */
.caixa-rodape ul li{
    font-size: 18px;
    line-height: 36px;
    font-family: 'Roboto Condensed';

}
.caixa-rodape a {
    color: var(--azullink);
}
.caixa-rodape a:hover {
    text-decoration: underline;
}
.caixa-rodape .trueproject-caixa{
    display: block;
    margin: 0 auto;
    text-align: center;
    clear: both;
    margin: 0px auto;
}
.caixa-rodape .direitos{
    display: block;
    margin: 15px auto 0;
    text-align: center;
    color: var(--cinzadefault);
    font-family: 'Roboto Condensed';
}
.direitos p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
.box-rodape{
    background-color: var(--azullink);
    display: none;
}

.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(--cinzadefault);
    font-family: 'Roboto Condensed';

}
.caixa-rodape ul.list-social-footer{
    display: flex;
    margin: 70px 0 0;
    gap: 8px;}
.list-social-footer img{
    width: 24px;
}

/*=================================== Banner ==========================================================*/
.banner-top-banner{
    display: none;
}
.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: 50%;
    margin-left: -160px;
    z-index: 5;
    display: block;
    width: 468px;
    height: 60px;
}
.bannerbb{
    position: fixed;
    bottom: 0;
    z-index: 5;
    display: block;
    width: 320px;
    height: 100px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.mobile-banner{
    display: none;
}
.desktop-banner{
    display: block;
}
@media(max-width: 768px){
    .bannerbottomdesktop{
        display: none;
    }
}
@media(max-width: 475px){
    .super-banner-center{
        display: none;
    }
    .banner-digitalpremium{
        display: none;
    }
    .banner-top-banner{
        display: block;
        margin: 30px 0;
        text-align: center;

    }
    /* .digitalpremium-mobile{
 *         display: block;
 *                 margin-bottom: 30px;
 *                     } */
    .mobile-banner{
        display: block;
    }
    .desktop-banner{
        display: none;
    }
}

/*==================== PÁGINA DA NEWSLETTER ==============================*/
.tit-new{
    font-size: 72px;
    line-height: 40px;
    margin: 70px 0px 70px 0px;
    font-weight: bold;
    text-align: center;
    color: var(--azullink);
    font-family: 'Roboto Condensed';
}
.caixa-new{
    width: 1140px;
    margin: 0 auto;
    display: flex;
    border-bottom: 1px solid #c8c8c8;
}
.img-new, .caixa-text {
    margin-bottom: 10px;
    width: 100%;
}
.img-new figure {
    width: 100%;
    height: 200px;
}
.img-new figure img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.tag-new {
    font-size: 16px;
    font-weight: 700;
    color: #777777;
    font-family:'Roboto Condensed';
}

.caixa-text{
    margin-left: 15px;
}

.caixa-text p {
    color: #333333;
    font-family: 'Roboto Condensed';
    font-size: 22px;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width:100%;
    height: 100px;


}
.button-inscreva {
    padding: 10px;
    background-color: #01AAE5;
    color: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 16px;
    line-height: 40px;
    transition: .5s;
}
.button-inscreva:hover{
    background-color: var(--button-new);
}
.buttons-new {
    font-weight: 700;
    font-family: 'Roboto Condensed';
    float: right;
}
.saiba-mais-new {
    color: #1b406d;
    font-size: 18px;
    margin-left: 15px;
}
.seta-nav-new:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 5px;
}
.caixa-new:last-child{
    border: 0;
}
.caixa-new-ce {
    border-bottom: 0;
}
.mb-100{
    margin-bottom: 100px;
}
.main-newsletter-povo, .main-newsletter-ce, .main-newsletter-fort {
    width: 480px;
    margin: 0 auto;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 9;
    top: 10%;
    display: none;
}
.newsletter-header {
    background-color: #f0f0f0;
    text-align: right;
}
.fechar-newsletter {
    margin-right: 15px;
}
.overlay {
    display: none;
    position: fixed;
    z-index: 9;
    padding-top: 15%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0, 0.8);
}

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

@media(max-width: 1024px){

    body{
        height:auto !important;
    }


    .caixa-new{
        width: 890px;
    }

    .img-new, .caixa-text {
        margin-bottom: 10px;
        width: 430px;
    }

    .img-new figure {
        height: 141px;
    }

    .tag-new{
        font-size: 14px;
    }
    .caixa-text p {
        font-size: 16px;
        height: 80px;
        margin-bottom: 0;
        display: flex;
        word-wrap: normal;
    }

    .button-inscreva{
        padding: 6px;
        font-size: 15px;
    }

    .saiba-mais-new{
        font-size: 16px;
    }

}

@media(min-width: 992px){
    /* QUEBRA DE LINHA DOS TEXTOS */
    .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;
    }
    /* /QUEBRA DE LINHA DOS TEXTOS */

    .titulo-capa{
        font-size: 72px;
        margin: 50px auto;
    }

    .caixa-listagem figure{
        width: 270px;
        height: 203px;
        float: left;
        margin-right: 20px;
        margin-bottom: 0;
    }

    .capa-modelo1 .titulo-materia:not(.titulo-destaque) {
        font-size: 28px;
    }

    .titulo-destaque {
        font-size: 52px;
        line-height: 58px;
    }

    .capa2-materia1 figure {
        float: left;
        margin-right: 15px;
        margin-bottom: 0;
        max-width: 370px;
    }

    .capa-modelo3 {
        grid-template-columns: 1fr minmax(295px, 400px) 1fr;
        grid-template-rows: auto 1fr auto;
        grid-template-areas:
        'materia1 materia3 materia4'
        'materia2 materia3 materia5';
        justify-content: center;
    }

    .section-maislidas.mais-lidas ul {
        max-width: 300px;
    }
}

/* ajuste fonte capa 2 e capa 3*/
/*@media (max-width: 1199px) and (min-width: 992px) {
 *     .titulo-destaque {
 *             font-size: 46px;
 *                     line-height: 52px;
 *                         }
 *                         }*/


@media(max-width: 991px){
    .titulo-capa{
        font-size: 38px;
        margin: 30px auto;
    }

    .capa-modelo3 {
        row-gap: 10px;
        grid-template-areas:
        'materia1'
        'materia3'
        'materia4'
        'materia2'
        'materia5';
    }
}

@media (max-width: 768px){
    .caixa-new {
        width: 100%;

    }
    .img-new figure, .caixa-text p {
        width: 100%;
        height: 100%;
    }

    .buttons-new {
        float: none;
    }
    .saiba-mais-new {
        float: right;
    }
    .tit-new{
        font-size: 38px;
        margin: 35px 0px 35px 0px;
    }
    .caixa-new{
        width: 665px;
    }

    .img-new, .caixa-text {
        margin-bottom: 10px;
        width: 317px;
    }

    .img-new figure {
        height: 110px;
    }

    .tag-new{
        font-size: 12px;
    }
    .caixa-text p {
        font-size: 12px;
        height: 60px;
        margin-bottom: 0;
        display: flex;
        word-wrap: normal;
    }

    .button-inscreva{
        padding: 5px;
        font-size: 14px;
    }

    .saiba-mais-new{
        font-size: 14px;
    }


}

@media(max-width: 425px){

    body{
        height:auto !important;
    }

    .tit-new{
        margin: 15px 0px 15px 0px;
    }

    .caixa-new{
        width: 360px;
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .img-new{
        margin-bottom: 10px;
        width: 360px;
    }

    .img-new figure {
        height: 118px;
    }

    .caixa-text .tag-new{
        font-size: 14px;
    }

    .caixa-text{
        width: 360px;
        margin-left: 0;
        margin-bottom: 21px;
        padding-left: 10px;
    }

    .caixa-text p {
        font-size: 14px;
        height: 90px;
    }

    .buttons-new{
        width: 360px;
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

    .button-inscreva{
        padding: 6px;
        font-size: 15px;
    }

    .saiba-mais-new{
        font-size: 16px;
    }

    /* ini - POPUP NEWSLETTER  */
    .main-newsletter-povo, .main-newsletter-ce, .main-newsletter-fort{
        width: 425px !important;
    }

    #bricks-component-YOSKYatM9gVSxbmq6BQG2g{
        width: 425px !important;
    }

    #bricks-component-qcx8KHSNS2ULUAetjSYLfw{
        width: 425px !important;
    }

    #bricks-component-oRgXiQ2Z3cFMWjcW8-0uXA{
        width: 425px !important;
    }

    .newsletter-header{
        width: 380px !important;
        margin: 0 auto !important;
    }

    .rd-row{
        width: 380px !important;
    }
    .rd-column{
        width: 380px !important;
    }

    .rd-section {
        width: 380px !important;
        margin: 0 auto !important;
    }



    /* fim -  POPUP NEWSLETTER  */

}

@media(max-width:375px){
    .caixa-new{
        width: 320px;
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .img-new{
        margin-bottom: 10px;
        width: 320px;
    }

    .img-new figure {
        height: 105px;
    }

    .caixa-text .tag-new{
        font-size: 14px;
    }

    .caixa-text{
        width: 320px;
        margin-left: 0;
        margin-bottom: 21px;
        padding-left: 10px;
    }

    .caixa-text p {
        font-size: 14px;
        height: 90px;
    }

    .buttons-new{
        width: 320px;
    }

    /* ini - POPUP NEWSLETTER  */
    .main-newsletter-povo, .main-newsletter-ce, .main-newsletter-fort{
        width: 375px !important;
    }

    #bricks-component-YOSKYatM9gVSxbmq6BQG2g{
        width: 375px !important;
    }

    #bricks-component-qcx8KHSNS2ULUAetjSYLfw{
        width: 375px !important;
    }

    #bricks-component-oRgXiQ2Z3cFMWjcW8-0uXA{
        width: 375px !important;
    }

    .newsletter-header{
        width: 340px !important;
        margin: 0 auto !important;
    }

    .rd-row{
        width: 340px !important;
    }
    .rd-column{
        width: 340px !important;
    }

    .rd-section {
        width: 340px !important;
        margin: 0 auto !important;
    }



    /* fim -  POPUP NEWSLETTER  */

}

@media(max-width: 320px){
        .caixa-new{
            width: 290px;
            display: flex;
            flex-direction: column;
        }

        .caixa-text{
            width: 290px;
            margin-bottom: 21px;
        }

        .img-new{
            margin-bottom: 10px;
            width: 290px;
        }

        .img-new figure{
            height: 95px;
        }

        .buttons-new{
            width: 290px;
        }

        /* ini - POPUP NEWSLETTER  */
    .main-newsletter-povo, .main-newsletter-ce, .main-newsletter-fort{
        width: 320px !important;
    }

    #bricks-component-YOSKYatM9gVSxbmq6BQG2g{
        width: 320px !important;
    }

    #bricks-component-qcx8KHSNS2ULUAetjSYLfw{
        width: 320px !important;
    }

    #bricks-component-oRgXiQ2Z3cFMWjcW8-0uXA{
        width: 320px !important;
    }

    .newsletter-header{
        width: 290px !important;
        margin: 0 auto !important;
    }

    .rd-row{
        width: 290px !important;
    }
    .rd-column{
        width: 290px !important;
    }

    .rd-section {
        width: 290px !important;
        margin: 0 auto !important;
    }



    /* fim -  POPUP NEWSLETTER  */

}


/*============ MEDIA QUERY ======================*/
/*==================== /PÁGINA DA NEWSLETTER ==============================*/


/* =========================== CSS ADICIONAL PARA INTERNA AOVIVO ================================== */
.aovivo-animate, .data-transmissao{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-family: 'Roboto Condensed';
    font-size: 18px;
    margin: 50px 0px 20px;
}
.container-capas .aovivo-animate {
    text-align: left;
    margin: 10px 0px 20px;
    color: #000 !important;
}

.container-capas .aovivo-animate img{
    max-width: 30px;
    max-height: 22px;
}

.caixa-noticia .aovivo-animate {
    text-align: left;
    margin: 10px 0px 20px;
    color: #000 !important;
}

.caixa-noticia .data-transmissao {
    margin-top: 0;
    text-align: left;
}
.caixa-listagem .data-transmissao{
    text-align: left;
}
.data-transmissao {
    color: #999;
}
.container-listagem .aovivo-animate {
    margin: 0;
    text-align: left;
    display: inline;
    color: #000;
}
.live {
    animation: blinking 1s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

@keyframes blinking {
    from { opacity: 1; }
    to { opacity: 0; }
}
/* .notificacao-atualizacao{
 *     background-color: var(--button-new);
 *         color: #fff;
 *         } */
.notificacao-atualizacao{
	top: 0;
	z-index: 100;
	/* left: 50%;
 * 	transform: translateX(-50%); */
    margin-bottom: 30px;
    padding: 20px;

    transition: all .5s
}
.btn-atulizacao-aovivo{
    background-color: var(--button-new);
    color: #fff;
    border: none;
    font-size: 16px;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    width: 150px;
    margin: 0 auto;
    text-align: center;
    padding:  .5rem;
    border-radius: 20px;
    cursor: pointer;

    outline: none !important;
}
.seta-aovivo{
    position: fixed;
    bottom: 80px;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    transition: all .5s;
}
.btn-seta-aovivo {
    background-color: var(--button-new);
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 1.5rem;
    border-radius: 50%;
    display: none;
    outline: none !important;
    transition: all .5s;

    background-image: url(../img/seta-branca.png);
    background-repeat: no-repeat;
    background-position: center;
}
.materia-aovivo {
    margin-bottom: 100px;
}
.total-publi{
    text-align: center;
    font-family: 'Roboto Condensed';
    margin: 30px 0;
}

.texts-aovivo {
    display: flex;
    font-size: 22px;
}

.texts-date {
    font-family: 'Roboto Condensed';
    display: flex;
    flex-direction: column;
    width: 100px;
    margin-right: 35px;
}

.texts-hour {
    font-weight: 700;
    color: #000;
}

.titulo-aovivo {
    font-weight: 700;
    color: #000;
    font-size: 22px !important;
    margin-bottom: 30px;
}

.texts-aovivo .texts {
    width: 630px;
}

.texts-aovivo .texts p {
    margin-bottom: 30px;
}
.autores-aovivo {
    color: var(--cinzaclaro);
    font-weight: bold;
}

.cta-interna-aovivo {
    margin: 70px 0px 70px;
}

.cta-interna-aovivo a {
    display: initial;
}

.img-creditos {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.img-aovivo {
    max-width: 630px;
    text-align: right;
}
.img-aovivo img {
    width: 100%;
}
.creditos {
    max-width: 630px;
}
.img-creditos .creditos p {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Roboto Condensed';
    color: var(--textdescimg);
    margin-top: 10px;
}

.img-creditos .creditos p span {
    color: var(--cinzaclaro);
}
.compartilhar{
    font-size: 18px;
    font-family: 'Roboto Condensed';
    text-align: right;
}
.compartilhar button {
    background: none;
    font-weight: bold;
    border: none;
    outline: none !important;
    cursor: pointer;
    color: var(--button-new);
}


.load-more {
    text-align: center;
}
.btn-load-more {
    border: 1px solid #1B406D;
    color: #1B406D;
    background: none;
    border-radius: 5px;
    padding: 0.438rem 1.107rem;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    outline: none !important;
    cursor: pointer;
    margin-bottom: 80px;
}

@media(max-width: 767px){
    .aovivo-animate, .data-transmissao{
        text-align: initial;
        margin: 0px 0px 15px;
    }
    .btn-seta-aovivo {
        bottom: 135px;
    }
    .materia-aovivo .texts iframe {
        width: 100% !important;
    }
}

@media(max-width: 991px){
    .materia-aovivo {
        margin-bottom: 50px;
    }
    .texts-aovivo {
        flex-wrap: wrap;
    }
    .texts-date {
        width: initial;
        flex-direction: row;
        margin-bottom: 10px;
    }
    .texts-hour {
        margin-right: 5px;
    }
    .cta-interna-aovivo {
        margin: 20px 0px 0px;
    }
    .btn-seta-aovivo {
        bottom: 135px;
    }
}

/*=================== APURACAO(HOME) =================*/
.apuracao-topo-home {
    background-color: #eee;
	font-family: 'Roboto Condensed' !important;
    color: #1a1818;
    margin-bottom: 60px;
}
.apuracao-caixa-th {
    max-width: 1240px !important;
}
.apuracao-topo-home ul {
    gap: 20px;
    padding: 20px;
    overflow-x: auto;
    overflow-y: hidden;
}
.apuracao-caixa-th ul li:not(:first-of-type) {
    margin-left: 0 !important;
    padding-right: 0 !important;
}
.apuracao-topo-home li {
    width: initial !important;
    border: none !important;
}
.apuracao-topo-home .item-urnas div {
    font-size: 20px;
    width: 215px;
}

.apuracao-topo-home .item-urnas img {
    margin-right: 15px;
}
.apuracao-topo-home .item-urnas p {
    font-weight: 700;
    margin: 0;
}
.apuracao-topo-home .item-candidato {
    display: flex !important;
    align-items: center;
    position: relative;
}
.apuracao-topo-home .item-candidato img {
    width: 62px;
    margin-right: 15px;
}
.apuracao-topo-home .item-candidato p {
    margin: 0;
    font-size: 20px;
}
/* .apuracao-topo-home .item-candidato div {
 *     width: 210px;
 *     } */
.apuracao-topo-home .lula span {
    color: #ee0000;
    font-weight: bold;
}
.apuracao-caixa-th .jair span {
    color: #1d6fb7;
    font-weight: bold;
}
.apuracao-caixa-th .item-ancora-apuracao a {
    background-color: #132d4d;
    text-decoration: none;
    width: 270px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px;
    padding: 10px 18px;
    background-color: #132d4d;
    text-decoration: none;
    transition: 0.2s;
}
.apuracao-caixa-th .item-ancora-apuracao a:hover {
    color: #fff;
    background-color: var(--hoverlinkmenu);
}
.apuracao-caixa-th .tag-status-candidato {
    position: absolute;
    bottom: -10px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff !important;
}
.apuracao-caixa-th .lula .tag-status-candidato {
    background-color: #25c876;
    left: 10px;
    padding: 0rem 0.323rem;
}
.apuracao-caixa-th .jair .tag-status-candidato {
    background-color: #1a1818;
    left: 3px;
    padding: 0 0.314rem;
}

@media (max-width: 991px) {
    .apuracao-topo-home ul {
        align-items: center !important;

    }
    .apuracao-caixa-th ul li:not(:first-of-type) {
        min-width: initial  !important;
    }
    .apuracao-caixa-th li div {
        width: 210px;
    }
    .apuracao-caixa-th .item-ancora-apuracao a {
        padding: 7px 14px;
        font-size: 14px;
        width: 235px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
    .apuracao-topo-home .item-urnas {
        padding-left: 250px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1110px) {
    .apuracao-topo-home .item-urnas {
        padding-left: 200px;
    }
}
@media screen and (min-width: 1111px) and (max-width: 1214px) {
    .apuracao-topo-home .item-urnas {
        padding-left: 100px;
    }
}
/*=================== /APURACAO(HOME) =================*/

/*=================== APURACAO(INTERNA) =================*/
.main-apuracao{
    margin-top: 10px;
	font-family: 'Roboto Condensed' !important;
	max-width: 820px;
	margin: 0 auto;
}
.apuracao-title{
    color: var(--cinzadefault);
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px !important;
	font-weight: bold;
}
.apuracao-tipo {
	font-size: 26px !important;
	color: var(--cinzadefault);
	text-align: center;
    font-weight: bold;
}
.apuracao-geral{
    width: 400px;
    margin: auto;
	font-family:'Roboto Condensed' !important;
    padding: 20px 25px;

    color: #666;
    background-color: #eee;
    box-shadow: 0px 3px 6px #00000029;

    display: flex;
    justify-content: space-between;
    align-items: center;

    border-radius: 10px;
}
.numero-apuradas{
    margin: 0px 0px 5px 0px;
    font-size: 32px;
    font-weight: bold;
    color: #000;
	font-family:'Roboto Condensed' !important;

}
.total-apuradas {
    font-size: 20px;
}
.votantes-ausentes p {
    font-size: 20px;
    font-weight: bold;
	font-family: 'Roboto Condensed' !important;
    color: #000;
    margin: 0px 0px 5px 0px;
}
.votantes-ausentes span {
    color: #666;
    font-weight: normal;
}
.candidatos{
    display: flex;
    margin-top: 20px;
    gap: 20px;
}
.apuracao-candidato {
    width: 400px;
    height: 218px;
    background: #eee;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
    padding: 30px;
    display: flex;
    justify-content: space-between;

}
.candidato-info div {
    display: flex;
    align-items: center;

}
.candidato-info .nome-partido{
    margin: 0 0 0 20px;
	font-family: 'Roboto Condensed' !important;

}
.nome-candidato{
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}
.partido-candidato {
    color: #666;
    font-size: 20px;
}
.partido-candidato span{
    width: 15px;
    height: 2px;
    background: #666;
    display: inline-block;
    position: relative;
    top: -5px;
}
.candidatos .percentual-votos{
    font-size: 32px;
    font-weight: bold;
    margin-right: 15px;
}
.lula .percentual-votos {
    color: #ee0000;
}
.jair .percentual-votos{
    color: #1D6FB7;
}
.candidato-info p{
    font-size: 20px;
    margin-top: 20px;
    font-family: 'Roboto Condensed' !important;

}
.total-vatos {
    font-size: 20px;
    color: #666;
}
.percentual-line{
    height: 100%;
    width: 10px;
    background-color: #fff;
    border-radius: 10px;
    transform: rotate(180deg);
}
.lula .percentual-line div{
    height: 50%;
    width: 10px;
    background-color: #ee0000;
    border-radius: 10px;
}
.jair .percentual-line div{
    height: 50%;
    width: 10px;
    background-color: #1D6FB7;
    border-radius: 10px;

}
.apuracao-estado {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.estado-candidatos {
    background-color: #eee;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 30px;
    margin-top: 20px;
}
.estado-candidatos .candidato-info {
    display: flex;
    align-items: center;
}
.estado-candidatos .lula {
    margin-bottom: 20px;
}
.estado-candidatos .candidato-info div{
    display: initial;
}
.estado-candidatos .candidato-info img {
    width: 75px;
    height: 75px;
    margin-right: 20px;
}
.estado-candidatos .candidato-info p {
    margin: 0;

}
.estado-candidatos .nome-candidato {
    display: initial;
    font-size: 30px;
    margin-right: 10px;
}
.estado-candidatos .percentual-votos {
    font-size: 26px;
    font-weight: 700;
    margin-right: 10px;
}
.estado-candidatos .total-votos {
    font-size: 18px;
}

/* ANIMÇÃO SPINNER DE CARREGAMENTO */
#spinner {
    float: left;
    width: 20px;
    min-width: 20px;
    min-height: 20px;
    border: 5px solid rgba(0,0,0, 0.2);
    border-right: 5px solid #1b406d;
    border-radius: 50%;
    animation: spinner 1s linear infinite;
    height: 20px;
    margin-top: 4px;
    margin-left: 5px;
}

@keyframes spinner {
    from {
        transform: rotate(0deg);
    } to {
        transform: rotate(360deg);
    }
}

/* COSTUMIZAÇÃO SELECT-FILTER  */
.s-hidden {
	visibility: hidden;
	padding-right: 10px;
}
.select {
	width: 190px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	font: normal 11px/22px Arial, Sans-Serif;
	color: black;
	border: 1px solid #666;
	padding: 8px;
	border-radius: 5px 5px;
}
.styledSelect {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
    font-family: 'Roboto Condensed';
}
.styledSelect:after {
	background-image: url(../img/seta-select.png);
	background-repeat: no-repeat;
	content: "";
	width: 15px;
	height: 15px;
	transform: rotate(-90deg);
	transition: 0.2s;
}
.styledSelect:active,
.styledSelect.active {
	border-bottom: none;
}
.styledSelect.active::after {
	background-image: url(../img/seta-select.png);
	background-repeat: no-repeat;
	content: "";
	width: 15px;
	height: 15px;
	transform: rotate(90deg);
}
.options {
	width: 190px;
    height: 190px;
    overflow-y: scroll;
	display: none;
	position: absolute;
	top: 90%;
	right: 0;
	left: -1px;
	z-index: 999;
	margin: 0 0;
	padding: 0 0;
	list-style: none;
	border: 1px solid #666;
	border-top: none;
	border-radius: 0 0 5px 5px;
	background-color: white;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
/* .options-datepicker-active {
 * 	border-bottom: none;
 * 		border-radius: 0 !important;
 * 			-webkit-box-shadow: none;
 * 				-moz-box-shadow: none;
 * 					box-shadow: none;
 * 					} */
.options li {
	font-size: 18px;
    font-family: 'Roboto Condensed';
	margin: 0 0;
	padding: 8px;
	transition: 0.2s;
}
.options li:hover {
	background-color: #666;
	color: white;
}
@media (max-width: 991px) {
    .apuracao-geral{
        width: 345px;
    }
    .candidatos{
        flex-direction: column;
        width: 345px;
        margin: 20px auto 0;
    }
    .apuracao-candidato {
        padding: 25px;
        width: 345px;
        height: 208px;
    }
    .apuracao-estado {
        margin: 40px 0 50px;

    }
    .estado-candidatos {
        padding: 25px 20px;
        width: 345px;
    }
    .partido-candidato {
        font-size: 18px;
    }
}
/*===================/ APURACAO(INTERNA) =================*/

/* ============== SEÇÃO ESPEICAL HOME COPA =================*/
.copa-topo-home{
	background-image: url(../img/copa/catar-logo.webp);
	background-repeat: no-repeat;
    background-size: 27% 98%;
    display: block !important;
}
.copa-topo-home .col-lg-12 {
	padding-left: 0;
}
.copa-topo-home .caixa-topo-home {
	display: flex;
	align-items: center;
	margin-left: 0px;
}
.copa-caixa-th {
	max-width: 1295px !important;
}
.copa-topo-home ul {
    justify-content: normal;
}
.copa-topo-home h2 {
	font-size: 18px;
	color: #fff;
	margin: 0;
	text-align: left;
	padding: 20px;
}
.copa-topo-home .caixa-topo-home ul li:nth-of-type(1) {
	background-image: url(../img/copa/graphic.webp);
	background-repeat: no-repeat;
	margin-left: 0;
	min-width: 210px !important;
	width: 210px !important;
}
.copa-topo-home .caixa-topo-home ul li:nth-of-type(2) {
	display: initial !important;
}
.copa-topo-home ul {
	padding: 0;
	margin: 0;
	gap: 25px;
	align-items: inherit;
	justify-content: normal !important;
	flex-wrap: nowrap;
}
.copa-caixa-th ul .link-light {
	background: #7a0045;
}
.copa-caixa-th ul .link-light:hover {
	background-color: #f16534;
}
.copa-topo-home .jogo-copa-canal {
	width: 190px !important;
	min-width: 190px !important;
	flex-wrap: wrap;
    margin: 0 !important;
    padding: 0 !important;
	position: relative;
}
.copa-topo-home .jogo-copa-canal p {
	font-size: 14px !important;
}
.copa-topo-home .jogo-copa-canal .nome-selecao {
    width: 52px;
    font-size: 12px !important;
    margin-top: 5px;
}
.copa-topo-home .placar-copa-canal {
	width: 190px;
}
.copa-topo-home .time-copa-canal {
	gap: 20px !important;
	position: relative;

}
/* TAG DE JOGO AO VIVO */

.copa-caixa-th .tag-live-copa {
    position: absolute;
    top: 55px;
    width: 100% !important;
}
.copa-caixa-th .container-penaltis .time-copa-canal {
    gap: 6px !important;
}
.copa-caixa-th .container-penaltis  .penaltis{
    margin: 0 !important;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.item-ancora-copa a {
	width: 189px !important;
	padding: 0.625rem;
	font-size: 16px;
	font-weight: bold;
	border-radius: 4px;
}

/* ==============/ SEÇÃO COPA =================*/
@media (max-width: 1600px) {
	.copa-topo-home {
		background-size: 14% 98%;
	}
}
@media (min-width: 1600px) {
	.copa-topo-home {
		background-size: 20% 98%;
	}
}
/* @media (max-width: 1499px) {
 * 	.copa-topo-home {
 * 			background-image: none;
 * 				}
 * 				} */

@media (max-width: 991px) {
	.copa-caixa-th li div {
		width: initial !important;
	}
    .copa-topo-home .placar-copa-canal{
        gap: 5px;
    }
    .copa-caixa-th .container-penaltis .time-copa-canal{
        gap: 3px !important;
    }
    .container-penaltis .placar-copa-canal {
        gap: 3px !important;
    }
}
@media (min-width: 1500px) {
	.copa-topo-home .caixa-topo-home {
		margin: auto;
	}
}
@media (max-width: 860px) {
    .copa-topo-home {
        background-image: none;
    }
}

/* CSS PARA CONHECA OPOVO */
.box-conhecao-povo{
    width: 760px;
    display: block;
    margin: 0 auto;
}

.select-relacionados select{
    display: block;
    margin: 100px auto 50px auto;
    height: 40px;
    width: 260px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Roboto Condensed';
    padding: 9px 0px 9px 10px;
}

.title-conheca{
    font-family: 'Roboto Condensed';
    font-size: 36px;
    color: #1e1e1e;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}
.box-conhecao-povo p{
    font-size: 22px;
    line-height: 28px;
    color: #555;
    font-family: 'Noto Serif';
    font-weight: 400;
}
.img-text{
    width: 210px;
    height: 60px;
    display: block;
    margin: 100px auto 0px auto;
    text-align: center;
}

.box-conhecao-povo span{
    font-size: 18px;
    line-height: 24px;
    color: #666;
}
/* .links-relacionados{
 *     background-color: #eee;
 *         height: 195px;
 *             display: block;
 *                 margin: 70px auto;
 *                     padding: 20px;
 *                     }
 *                     .links-relacionados span{
 *                         display: block;
 *                             clear: both;
 *                             }
 *                             .links-relacionados ul{
 *                                 padding: 0;
 *                                     list-style: none;
 *                                         display: block;
 *                                             float: left;
 *                                                 margin-right: 90px;
 *                                                 }
 *                                                 .links-relacionados ul:last-of-type{
 *                                                     margin-right: 0;
 *                                                     }
 *                                                     .links-relacionados ul li{
 *                                                         height: 22px;
 *                                                             width: auto;
 *                                                                 margin: 10px auto;
 *                                                                 }
 *                                                                 .links-relacionados ul li a{
 *                                                                     color: #1B406D;
 *                                                                         font-weight: 400;
 *                                                                         } */


@media(max-width: 768px){
    .select-relacionados select{
        margin: 50px auto 30px auto;
}
    .box-conhecao-povo{
        width: 100%;
    }
    /* .links-relacionados{
 *         height: auto;
 *             }
 *                 .links-relacionados ul{
 *                         float: none;
 *                             } */
}
/* CSS PARA CONHECA OPOVO */


/*==========NOTIFICAÇÃO DE COOKIES===========*/
.notificacao-estatica {
    display: none;
    width: 1140px;
    height: 70px;
    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: 999;
}

.notificacao-estatica p {
    float: left;
    margin: 25px auto;
    margin-left: 25px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}
.notificacao-estatica p a{
    color: var(--azullink);
    font-weight: bold;
}
.notificacao-estatica p a:hover{
    color: var(--hoverlinkmenu);
}

.botao-notificacao {
    width: 68px;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 16px;
    line-height: 40px;
    font-family: 'Roboto Condensed';
    color: #fff;
    background-color: #1b406d;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    outline: none;
    margin-right: 20px;
    margin-top: 15px;
}
.botao-notificacao:hover {
    background-color: #132d4d;
}

@media(max-width: 762px) {
    .notificacao-estatica {
        width: auto;
        height: 130px;
    }

    .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: 375px) {
    .notificacao-estatica p {
        margin-bottom: 5px;
        width: auto;
        font-size: 13px;
    }

    .botao-notificacao {
        width: 65px;
        padding: 0px 10px 0px 10px;
        margin: 0 auto;
    }
}
.cookie-notification {
    display: none !important;
}

/* ==============/ SEÇÃO HOROSCOPO =================*/
.horoscopo-container {
	font-family: "Roboto Condensed";
	display: flex;
    flex-wrap: wrap;
	gap: 15px;
}

.horoscopo-container h3 {
	font-size: 26px;
	font-weight: bold;
	color: #1b406d;
	width: 100%;
}

.signo-info {
	width: 295px;
	height: 250px;
	background-color: #eeeeee;
	padding: 20px;
	border-radius: 10px;
}
.signo-icon {
	height: 52px;
	width: 51px;
}

.signo-title {
	display: flex;
	align-items: center;
}

.signo-title-data {
	display: flex;
	flex-direction: column;
	margin: 0 0 0 18px;
}

.signo-title-text {
	font-size: 18px;
	font-weight: bold;
	color: #1b406d;
	height: 22px;
}

.signo-data {
	font-size: 14px;
	color: #999999;
	margin-bottom: 0;
}

.signo-text p {
	font-size: 14px;
	color: #666666;
	margin: 17px 0 0 0;
	line-height: 18px;
}

.signo-text .text-truncate-6 {
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.ler-mais--div {
	text-align: right;
	margin-top: 11px;
	font-size: 16px;
}

.hover-leia-mais:hover {
	transition: 0.2s;
	color: #01aae5;
}

.seta-nav-ler-mais:after:hover {
	content: "";
	display: inline-block;
	width: 7px;
	height: 13px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-left: 6px;
}

.horoscopo-container .seta-nav-azul:after {
	background-image: none;
}

.horoscopo-container .seta-nav-azul svg {
	width: 6px;
	height: 9px;
	text-align: center;
}

.horoscopo-container .hover-leia-mais:hover svg path {
	transition: 0.2s;
	fill: #01aae5;
}

.container-card {
	max-width: 585px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	position: relative;
}

.logo-personare {
	position: absolute;
	top: -50px;
	right: 0;
}

.card-signo {
	width: 85px;
	height: 115px;
	background-color: #eeeeee;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.card-title-data {
	margin-bottom: 0;
	text-align: center;
}

.card-title-text {
	font-weight: bold;
	font-size: 14px;
	color: #1b406d;
	display: block;
	height: 17px;
}

.card-data {
	font-size: 12px;
	color: #999999;
	display: block;
	height: 14px;
}

.card-signo.active-signo {
	box-shadow: 0px 0px 10px #01aae5;
}

.card-signo:hover {
	cursor: pointer;
	transition: 0.5s;
	box-shadow: 0 0 10px #1b406d;
}

.card-signo.active-signo:hover {
	transition: 0.2s;
	box-shadow: 0 0 10px #01aae5;
}
.horoscopo-container .banner-horoscopo-tablet{
	height: 250px;
    max-width: 300px;
}

/* ==============/ SEÇÃO HOROSCOPO =================*/
@media screen and (max-width: 991px) {
	.signo-info {
		width: 100%;
        max-width: 705px;
        height: inherit;
	}
	.logo-personare{
        top: -260px;
        left: 590px;
    }
	.container-card {
        max-width: 705px;
	}

	.card-signo {
		width: 105px;
	}
}
@media screen and (max-width: 494px) {
    .signo-info{
        width: 345px;
    }
    .logo-personare{
        left: 230px;
        top: -315px;
    }
}
@media screen and (min-width: 495px) and (max-width: 614px) {
    .signo-info{
        max-width: 465px;
    }
    .logo-personare{
        top: -280px;
        left: 350px;

    }
}
@media screen and (min-width: 615px) and (max-width:734px) {
    .signo-info{
        max-width: 585px;
    }
    .logo-personare{
        top: -280px;
        left: 465px;
    }
}
@media screen and (min-width: 735px) and (max-width:991px)  {
    .signo-info{
        max-width: 705px;
    }

}
@media screen and (max-width: 374px) {
	.logo-personare {
		left: inherit;
	}
    .signo-info{
        max-width: 290px;
    }
	.card-signo {
		width: 85px;
	}
}

