/*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@&@&,,(&&&&&&&&@@&@@@@@@@@@&,,%&&@&&&&@&&@,&,&,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@#,&%,/&&&###########&@@@@,&&,*&&%///////%&,&,&,/*//**@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@/*@,%&.(@@@&@@@@@@@@@@@@@,&&,&/,&&@@@@@@@@&&,&,,,,,,,,&@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@&,&//&,@@@@@@@@@@@@@@@@@@@,&((&,@@@@@@@@@@@@@&,&,&,/////(/@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@/(#*&,@@@@@@@@@@@@@@@@@@@&,&,&,@@@@@@@@@@@@@@&,&,@,@@@@@@&@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@,&*%/#@@@@@@@@@@@@@@@@@@@@,&,&,@@@@@@@@@@@@@@&,&,&,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@&((%*&,@@@@@@@@@@@@@@@@@@@@,&,&,@@@@@@@@@@@@@@@,@,&,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@,&(/@,&@@@@@@@@@@@@@@@@@@,&,&,@@@@@@@@@@@@@@@*%#/&,&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@(,&,#&*,&@@@@@@@@@@@@@@&,&,&,@@@@@@@@@@@@@@@@*(&,&&,%@@&@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@%,%&,,#&&@&&&&&&&&@@@@,&,&,@@@@@@@@@@@@@@@&@@/&,(&&&&@@&@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@&(,,/#%&&&&&&&&&&&&,&,&,@@@@@@@@@@@@@@@@@@&@@(,,#&@&&&&&@@&@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
/***
Essenciais
******************/
@font-face {
    font-family: 'Telefonica';
    src: url('assets/fonts/Telefonica-Light.woff2') format('woff2'),
        url('assets/fonts/Telefonica-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Telefonica Hand';
    src: url('assets/fonts/Telefonica-Hand.woff2') format('woff2'),
        url('assets/fonts/Telefonica-Hand.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Telefonica';
    src: url('assets/fonts/Telefonica-ExtraLight.woff2') format('woff2'),
        url('assets/fonts/Telefonica-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Telefonica';
    src: url('assets/fonts/Telefonica-RegularItalic.woff2') format('woff2'),
        url('assets/fonts/Telefonica-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Telefonica';
    src: url('assets/fonts/Telefonica-Bold.woff2') format('woff2'),
        url('assets/fonts/Telefonica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Telefonica';
    src: url('assets/fonts/Telefonica-Regular.woff2') format('woff2'),
        url('assets/fonts/Telefonica-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html{
  overflow-x: hidden;
}
html, body{
  scroll-behavior: smooth;
    overflow-x: hidden;
}
body{
  background: #ebedf1;
  font-family: 'Telefonica';
}
main#content section {
    padding: 60px 0 0 0;
}

main#content {
    padding-bottom: 60px;
}

/***
HEADING
*************/
.sidebutton-menu {
    position: relative;
}

.sidebutton-menu button {
    background: #004651;
    color: white;
    border: none;
    padding: 10px 25px;
    font-size: 14px;
    position: relative;
    border-radius: 100px;
    display: flex;
    align-items: center;
}

header {
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.navbar-closed {
    position: absolute;
    left: 0;
    display: none;
    width: 260px;
    padding: 20px;
    background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(21px);
    border-radius: 11px;
    border: 1px solid white;
    top: 50px;
}

.list-meses-back {
    display: none;
    width: 100%;
}

.unicoano-back {
    padding-bottom: 10px;
}

.unicoano-back:last-of-type {
    padding: 0;
}

.unicoano-back span {
    color: #27555A;
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

.unicoano-back.active_ano a {
    display: inline-block;
    color: white;
    background: #004652;
    text-decoration: none;
    padding: 3px 9px;
    margin: 3px 1px;
    font-size: 14px;
    border-radius: 6px;
    transition: 0.4s ease all;
}

.unicoano-back.active_ano a:hover {
    color: #004652;
    background: white;
    transition: 0.4s ease all;
}

.unicoano-back span:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #004652;
    display: inline-block;
    border-radius: 1000px;
    transform: translate(6px, -4px);
    opacity: 0;
    transition: 0.4s ease all;
}

.unicoano-back.active_ano span:after, .unicoano-back span:hover::after {
    opacity: 1;
    transition: 0.4s ease all;
}

.sidebutton-menu button:after {
    content: url(assets/svg/arrow.svg);
    display: inline-block;
    width: 12px;
    height: 22px;
    margin-left: 10px;
}

.sidelogo-menu a {
    display: inline-block;
}

.sidelogo-menu a:before {
    content: url(assets/svg/logo.svg);
    display: inline-block;
    width: 120px;
}

.header__bol {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/***
BANNER
**************/
section.heading-principal__bol {
    min-height: 100vh;
    padding: 130px 0 120px 0;
    background-image: url(assets/img/fotos_vp_1.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.sidetext-superbanner__bol h1 {
    font-weight: 100;
    color: white;
    font-size: 40px;
    line-height: 32px;
    margin-bottom: 20px;
}

.sidetext-superbanner__bol h1 b {
    font-family: 'Telefonica';
}

.sidetext-superbanner__bol h1 small {
    font-size: 20px;
}

.sidetext-superbanner__bol p {
    color: #004651;
    font-size: 16px;
    line-height: 22px;
}

.sidetext-superbanner__bol p a {
    color: #004651;
}

.sidetext-superbanner__bol a:not(p a) {
    transition: 0.4s ease all;
    text-decoration: none;
    color: #004651;
    border: 1px solid;
    display: inline-block;
    padding: 10px 25px 10px 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.sidetext-superbanner__bol a:not(p a)::after {
    content: url(assets/svg/pdf.svg);
    display: inline-block;
    width: 20px;
    transition: 0.4s ease all;
    height: 22px;
    margin-left: 26px;
}

.sidetext-superbanner__bol a:not(p a):hover {
    background: #004651;
    transition: 0.4s ease all;
    color: white;
    border: 1px solid #004651;
}

.sidetext-superbanner__bol a:not(p a):hover::after {
    filter: brightness(0) invert(1);
    transition: 0.4s ease all;
}

.sidetext-superbanner__bol {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.sidecards-superbanner__bol {
    margin-top: 40px;
}

.title-sidecards h2 {
    font-size: 20px;
    margin: 0;
    color: #004651;
}

.title-sidecards {
    margin-bottom: 15px;
}

.groupcards-superbanner__bol {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.uniquecard-supperbanner {
    margin-bottom: 10px;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.uniquecard-supperbanner.uniquecard-a {
    min-height: 600px;
    background-image: url(assets/img/fotos_vp_4.png);
    justify-content: flex-end;
}

.uniquecard-supperbanner:not(.uniquecard-a) {
    align-items: center;
    background-image: url(assets/img/fotos_vp_5.png);
    min-height: 210px;
    width: 49%;
}

.uniquecard-supperbanner a {
    text-decoration: none;
}

.uniquecard-supperbanner.uniquecard-a h3 {
    font-size: 50px;
    color: white;
    line-height: 50px;
    margin-bottom: 15px;
    font-weight: 600;
}

span.date_cards {
    color: white;
    font-size: 22px;
}

.linkfalse-cards span {
    color: white;
    border: 1px solid #20F275;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 100px;
    position: relative;
    transition: 0.4s ease all;
}

.uniquecard-supperbanner a:hover .linkfalse-cards span{
    background: #20F275;
    color: #004651;
    transition: 0.4s ease all;
}

.linkfalse-cards {
    margin-top: 20px;
}

.linkfalse-cards span i {
    width: 46px;
    height: 46px;
    background: #20F275;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: calc(100% + 15px);
    transform: scale(1.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.linkfalse-cards span i:before {
    content: url(assets/svg/play.svg);
    display: inline-block;
    width: 20px;
    height: 22px;
    transform: scale(0.8);
}

#rentabilidade-mensal, #rentalAcumulada {
    height: 400px;
    width: 100%;
    padding: 10px;
}

.whitebox-chart * {
    overflow: initial !important;
}

.chart_cards {
    display: flex;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    justify-content: space-around;
    align-items: baseline;
    padding-top: 50%;
}

.chart_cards span {
    width: 35px;
    height: 100%;
    background: black;
    display: inline-block;
    border-radius: 20px 20px 0 0;
}

.chart_cards span:nth-of-type(1) {
    height: 30%;
}

.chart_cards span:nth-of-type(2) {
    height: 60%;
}

/***
Whitecard
****************/
.whitecard-body {
    background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.86) 0%, #FFFFFF 100%);
    backdrop-filter: blur(21px);
    border-radius: 8px;
    padding: 30px;
    margin-top: -60px;
}
.whitecard-body h3 {
    color: #78D388;
    font-size: 28px;
    margin-bottom: 20px;
}

.whitecard-body p {
    font-size: 16px;
    line-height: 20px;
    color: #004651;
}

.whitecard-body p a {
    color: #2E6B34;
}

.whitecard-body h3 {
    color: #78D388;
    font-size: 28px;
    margin-bottom: 20px;
}

.whitecard-body p {
    font-size: 16px;
    line-height: 20px;
    color: #004651;
}

.whitecard-body p a {
    color: #2E6B34;
}

/***
ABA 1
*************/
.flexbig-panoramas {
    display: flex;
    flex-flow: wrap;
    flex-direction: column-reverse;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    overflow: hidden;
}

.sidegrafismo-panoramas {
    width: 100%;
    height: 200px;
    background: url(assets/img/fotos_vp_3.png);
    background-size: cover;
    background-position: center center;
}

.sidetext-panoramas {
    padding: 30px;
    background: radial-gradient(97.57% 210.75% at 8.8% -45.21%, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.6) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    backdrop-filter: blur(21px);
    border-radius: 8px;
}

.sidetext-panoramas h2 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #78D388;
    font-weight: 700;
}

.buttons-panoramas {
    margin-bottom: 20px;
    display: flex;
}

.buttons-panoramas a {
    border: 2px solid #78D388;
    color: #27555A;
    margin-right: 10px;
    padding: 8px 25px;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.4s ease all;
}

.buttons-panoramas a:hover {
    background: #78D388;
    color: white;
    transition: 0.4s ease all;
}

.buttons-panoramas a.active {
    background: #78D388;
    color: white;
}

.sidetext-panoramas p {
    font-size: 16px;
    color: #004651;
    margin: 0;
}

.thosecard_panoramas {
    margin-top: 35px;
}

.thosecard_panoramas h3 {
    font-size: 20px;
    color: #004651;
}

.flexballs-cardslink {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin-top: 20px;
}

.unicacard-ball {
    width: 48%;
    text-align: center;
    margin-bottom: 20px;
}

span.title_text_circle {
    font-size: 14px;
    color: #27555A;
    display: inline-block;
    line-height: 16px;
}

.unicacard-ball a {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 100px;
    position: relative;
    background: linear-gradient(27deg, #78D388, #1E9DC5 100%);
}

span.circle-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 100px;
    background: linear-gradient(90deg, rgb(96, 228, 206) 0%, 19.3333%, rgb(97, 227, 204) 38.6667%, 69.3333%, rgb(96, 198, 186) 100%);
    border: 7px solid white;
    transform: scale(0.9);
    transition: 0.1s ease all;
}

span.circle-effect:hover{
    border-width: 0;
    transition: 0.1s ease all;
}

.uniquecard-supperbanner:not(.uniquecard-a) h3 {
    color: white;
    font-size: 20px;
    margin: 0;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
}

.uniquecard-supperbanner:not(.uniquecard-a) p {
    color: white;
    font-size: 16px;
    text-decoration: underline;
    padding: 1px 0;
}

.uniquecard-supperbanner:not(.uniquecard-a) i:before {
    content: url(assets/svg/play-ball.svg);
    display: inline-block;
    width: 40px;
    height: 40px;
}

.uniquecard-supperbanner:not(.uniquecard-a) a {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.uniquecard-supperbanner:not(.uniquecard-a) a {
    display: flex;
    align-items: center;
}

.unicacard-ball.ball_cena_inter a span.circle-effect {
    background: linear-gradient(90deg, rgb(182, 244, 210) 0%, 32.6667%, rgb(231, 244, 217) 65.3333%, 82.6667%, rgb(231, 244, 218) 100%);
}

.unicacard-ball.ball_cena_nacional:nth-of-type(1) .circle-effect:before {
    background-image: url(assets/img/icon1.png);
}
.unicacard-ball.ball_cena_nacional:nth-of-type(2) .circle-effect:before {
    background-image: url(assets/img/icon2.png);
}
.unicacard-ball.ball_cena_nacional:nth-of-type(3) .circle-effect:before {
    background-image: url(assets/img/icon3.png);
}
.unicacard-ball:nth-of-type(4) .circle-effect:before {
    background-image: url(assets/img/icon4.png);
}
.unicacard-ball:nth-of-type(5) .circle-effect:before {
    background-image: url(assets/img/icon5.png);
}
.unicacard-ball:nth-of-type(6) .circle-effect:before {
    background-image: url(assets/img/icon6.png);
}

.unicacard-ball .circle-effect:before {
    content: "";
    display: inline-block;
    width: 100%;
    position: absolute;
    inset: 0;
    top: 30px;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center center;
    transform: scale(0.6);
}

.uniquecard-supperbanner:not(.uniquecard-a) i, .uniquecard-supperbanner:not(.uniquecard-a) h3, .uniquecard-supperbanner:not(.uniquecard-a) p {
    position: relative;
    z-index: 4;
}

.chart_cards:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, rgb(0 0 0 / 30%), transparent);
    left: 0;
    top: 0;
}

.uniquecard-supperbanner.uniquecard-b .chart_cards span {
    background: #97B0CF;
}

.uniquecard-supperbanner.uniquecard-c .chart_cards span {
    background: #23AC56;
}

.uniquecard-supperbanner.uniquecard-d .chart_cards span {
    background: #CEC51C;
}

.uniquecard-supperbanner.uniquecard-e .chart_cards span {
    background: #FF9029;
}

.uniquecard-supperbanner.uniquecard-f .chart_cards span {
    background: #F86261;
}

/****
Aba 2 *********/
.heading-padrao-infos {
    display: flex;
    align-items: center;
    padding: 20px;
    background: linear-gradient(89.78deg, #111316 5.59%, #458D99 39.34%, #375FB0 108.5%);
    border-radius: 10px 10px 0px 0px;
}

.heading-padrao-infos h2 {
    color: white;
    font-size: 18px;
    margin: 0;
}

.heading-padrao-infos i {
    display: flex;
}

.table-padrao-content table {
    margin: 0;
}

.table-padrao-content {
    background: white;
    border-radius: 0 0 10px 10px;
    display: flex;
}

section.aba-pd__bol .table-padrao-content table:nth-of-type(1) {
    background-color: #fcfcfc;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: 17px;
    min-width: 100px;
    width: 20%;
}

section.aba-pd__bol .table-padrao-content table:nth-of-type(2) {
    font-size: 14px;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    overflow-x: overlay;
    width: 80%;
}

section.aba-pd__bol .table-padrao-content table td {
    height: 64px;
    font-size: 14px;
    vertical-align: middle;
    padding: 0 10px;
    background: none;
    border: none;
    line-height: 18px;
}

section.aba-pd__bol .table-padrao-content table:nth-of-type(2) td {
    color: #27555A;
    text-align: center;
    min-width: 100px;
}

section.aba-pd__bol .table-padrao-content table:nth-of-type(1) td span:after {
    content: "";
    position: relative;
    width: 100%;
    display: inline-block;
    height: 3px;
    border-radius: 100px;
    margin-top: 2px;
}

section.aba-pd__bol .table-padrao-content table:nth-of-type(1) td span {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    line-height: 14px;
    color: #27555A;
}

span.data_vigente {
    font-size: 12px;
    font-family: 'Telefonica';
    color: #27555A;
    width: 100%;
    display: inline-block;
    padding: 12px 0;
    border-radius: 100px;
    border: 1px solid #CDCDCD;
    line-height: 12px;
}

section.aba-pd__bol .table-padrao-content table:nth-of-type(2) tr td:nth-last-of-type(-n+3) {
    border-right: 2px solid white;
    background: #F3F6F6;
}

.line__super_cons:after{
    background: #1F4D62;
}
.line__cons:after{
    background: #2E6B34;
}
.line__moderado:after{
    background: #B0A936;
}
.line__agressivo:after{
    background: #B96427;
}
.line__agressivorflp:after{
    background: #901B12;
}
.line__previsao:after{
    background: #530E5D;
}

section.aba-pd__bol.aba2__bol .heading-padrao-infos i:before {
    content: url(assets/svg/heading1.svg);
}

section.aba-pd__bol.aba4__bol .heading-padrao-infos i:before {
    content: url(assets/svg/heading2.svg);
}

section.aba-pd__bol.aba5__bol .heading-padrao-infos i:before {
    content: url(assets/svg/heading3.svg);
}

section.aba-pd__bol .heading-padrao-infos i:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.title-doublechart p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.unique-doublechart {
    margin-bottom: 15px;
}

.unique-doublechart:last-of-type {
    margin: 0;
}

span.minilegend-doublechart {
    color: #000000;
    font-size: 14px;
    display: inline-block;
    line-height: 18px;
    margin: 10px 0 0 0;
}

.whitebox-chart {
    background: white;
    border-radius: 0 0 10px 10px;
    padding: 20px;
}

.tabslinks {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tabslinks a {
    background: none;
    border: 1px solid #ACC5C8;
    border-radius: 70px;
    padding: 15px 10px;
    color: #004651;
    text-decoration: none;
    text-align: center;
    width: 100%;
    max-width: 300px;
    font-size: 14px;
    margin-bottom: 5px;
    transition: 0.4s ease all;
}

.tabslinks a.active,
.tabslinks a:hover {
    color: white;
    background: #004651;
    transition: 0.4s ease all;
    border: 1px solid #ACC5C8;
}

footer {
    background-size: cover;
    padding: 30px 0 0 0;
    background: black;
    background-position: center;
}

nav.navbarfooter ul {
    padding: 0;
    list-style: none;
}

nav.navbarfooter ul li a {
    color: #EBEDF1;
    display: inline-block;
    text-decoration: none;
    padding: 6px 0;
    font-weight: 400;
}

nav.navbarfooter {
    margin-bottom: 30px;
}

.social-media__bol span {
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
    display: inherit;
}

.social-media__bol ul {
    padding: 0;
    list-style: none;
    display: flex;
}

.social-media__bol ul li a:before {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.social-media__bol ul li a {
    display: flex;
    margin-right: 8px;
}

.social-media__bol ul li:nth-of-type(1) a::before {
    content: url(assets/svg/social1.svg);
}

.social-media__bol ul li:nth-of-type(2) a::before {
    content: url(assets/svg/social2.svg);
}

.social-media__bol ul li:nth-of-type(3) a::before {
    content: url(assets/svg/social3.svg);
}

.social-media__bol ul li:nth-of-type(4) a::before {
    content: url(assets/svg/social4.svg);
}

.bottomfooter {
    border-top: 1px solid #434343;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}

a.logofooter__bol:before {
    content: url(assets/svg/logo.svg);
    display: inline-block;
    width: 100px;
}

.bottomfooter span {
    display: inline-block;
    text-align: center;
    color: white;
    font-size: 12px;
    margin: 10px 0;
    line-height: 18px;
}


/****
JQUERY SOME/APARECE
***********************/
.tabs-body {
    position: relative;
    transition: 0.4s ease all;
    opacity: 1;
}
.cenario-unico{
    display: none;
}
.cenario-unico.active{
    display: block;
}
.tabunico-body.fadeOUT {
    opacity: 0;
    transition: 0.4s ease all;
}
.tabunico-body.fadeIN {
    opacity: 1;
    transition: 0.4s ease all;
    z-index: 99999;
    position: relative;
}
.tabunico-body[data-meutab="1"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#rosc_sup_cons:after,
#rosc_sup_cons_maisvisao:after {
    content: "Super Conservador";
}
#rosc_cons:after,
#rosc_cons_maisvisao:after {
    content: "Conservador";
}
#rosc_mod:after,
#rosc_mod_maisvisao:after {
    content: "Moderado";
}
#rosc_agre:after ,
#rosc_agre_maisvisao:after{
    content: "Agressivo";
}
#rosc_agrerflp:after,
#rosc_agrerflp_maisvisao:after {
    content: "Agressivo RF LP";
}
#rosc_prev:after {
    content: "PreVisão";
}

#rosc_sup_cons:before,
#rosc_sup_cons_maisvisao:before {
    background: #1F4D62;
}
#rosc_cons:before,
#rosc_cons_maisvisao:before {
    background: #2E6B34;
}
#rosc_mod:before,
#rosc_mod_maisvisao:before {
    background: #B0A936;
}
#rosc_agre:before ,
#rosc_agre_maisvisao:before{
    background: #B96427;
}
#rosc_agrerflp:before,
#rosc_agrerflp_maisvisao:before {
    background: #901B12;
}
#rosc_prev:before {
    background: #530E5D;
}

g.amcharts-pie-item {
    transform: scale(0.9);
}

.piechart__S:after {
    color: #27555A;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    transform: translate(0px, -3px);
}

.piechart__S:before {
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0px;
    content: "";
    max-width: 200px;
    border-radius: 1000px;
    transform: translate(0px, 0px);
}


/*****
REPSONSIVOCD
*****************/
.piechart__S {
    width: 100%;
    height: 300px;
    position: relative;
    margin-bottom: 20px;
}
@media(min-width: 1024px){
  .flex-superbanner__bol {
      display: flex;
      flex-flow: wrap;
      justify-content: space-between;
      align-items: center;
  }
  div.multiplos_01 {
      display: flex;
      flex-flow: wrap;
      justify-content: space-between;
  }
  .piechart__S {
      width: 32%;
      height: 300px;
  }
  .sidetext-superbanner__bol {
      width: 40%;
      padding-right: 20px;
  }

  .sidecards-superbanner__bol {
      width: 60%;
  }

  .sidecards-superbanner__bol .uniquecard-supperbanner {
      width: 100%;
      margin: 0;
      border-radius: 20px;
      overflow: hidden;
  }

  .groupcards-superbanner__bol {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(3, 1fr);
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      gap: 10px;
  }

  .uniquecard-a {
      grid-area: 1 / 1 / 4 / 3;
  }

  .uniquecard-b {
      grid-area: 1 / 3 / 2 / 4;
  }

  .uniquecard-c {
      grid-area: 2 / 3 / 3 / 4;
  }

  .uniquecard-d {
      grid-area: 3 / 3 / 4 / 4;
  }

  .uniquecard-e {
      grid-area: 1 / 4 / 2 / 5;
  }

  .uniquecard-f {
      grid-area: 2 / 4 / 3 / 5;
  }

  .sidetext-superbanner__bol h1 {
      font-size: 54px;
      margin-bottom: 35px;
  }

  .whitecard-body h3 {
      font-size: 38px;
      padding-right: 30px;
      line-height: 40px;
      margin: 0;
  }

  .whitecard-body {
      display: flex;
      align-items: center;
  }

  .whitecard-body p {
      margin: 0;
  }

  .sidegrafismo-panoramas {
      width: 28%;
      height: auto;
  }

  .flexbig-panoramas {
      flex-flow: wrap;
  }

  .sidetext-panoramas {
      border-radius: 0;
      width: 72%;
      padding: 50px;
  }

  .unicacard-ball {
      width: 33%;
      padding: 0 21px;
  }

  .sidetext-panoramas h2 {
      font-size: 36px;
      line-height: 42px;
  }

  .thosecard_panoramas h3 {
      font-size: 28px;
      margin-bottom: 30px;
  }

  .flexgroup-doublechart {
      display: flex;
      max-width: 1000px;
      flex-flow: wrap;
      justify-content: center;
      margin: 0 auto;
  }

  .unique-doublechart {
      width: 48%;
      margin: 1%;
  }

  .unique-doublechart:last-of-type {
      margin: 1%;
  }

  .title-doublechart p {
      font-size: 18px;
      line-height: 24px;
  }

  span.minilegend-doublechart {
      width: 100%;
  }

  .tabslinks {
      flex-direction: inherit;
      padding: 20px 0;
  }

  .tabslinks a {
      margin-right: 20px;
  }

  .duble-sides {
      display: flex;
      padding: 50px 0;
  }

  .duble-sides .navbarfooter {
      margin-right: 60px;
  }

  .bottomfooter {
      flex-direction: inherit;
  }

  .bottomfooter a {
      margin-right: 80px;
  }

  .bottomfooter span {
      font-size: 14px;
  }

  footer {
      background-image: url(assets/img/fotos_vp_2.jpg);
      background-size: cover;
      background-position: bottom;
  }
  .sidecards-superbanner__bol .uniquecard-supperbanner {
      height: auto;
      min-height: 170px;
  }

  .header__bol {
      justify-content: space-between;
  }

  .sidebutton-menu {
      width: 30%;
  }

  .sidelogo-menu {
      width: 30%;
      display: flex;
      justify-content: center;
  }

  .header__bol:after {
      content: "";
      width: 30%;
      display: inline-block;
      height: 10px;
  }
  section.heading-principal__bol {
      justify-content: center;
      display: flex;
      flex-direction: column;
  }

}

@media(min-width: 1200px){
    .sidegrafismo-panoramas {
      width: 20%;
  }
  .sidetext-panoramas {
      width: 80%;
  }
  .unicacard-ball {
      width: 16%;
      padding: 0 5px;
      margin-bottom: 0;
  }
  .sidetext-panoramas h2 {
      max-width: 80%;
      font-size: 45px;
      line-height: 48px;
      margin-bottom: 30px;
  }
  .heading-padrao-infos h2 {
      font-size: 22px;
  }
  .aba-pd__bol.aba3__bol .heading-padrao-infos {
      justify-content: center;
  }
  section.aba-pd__bol .table-padrao-content table:nth-of-type(1) {
      width: 200px;
  }
  section.aba-pd__bol .table-padrao-content table:nth-of-type(2) {
      width: calc(100% - 200px);
      display: table;
  }
  section.aba-pd__bol .table-padrao-content table td {
      font-size: 16px;
  }
  .sidecards-superbanner__bol .uniquecard-supperbanner {
      height: auto;
      min-height: 170px;
  }
  .title-sidecards h2 {
      font-size: 24px;
  }
}

@media(min-width: 1400px){
  .unicacard-ball {
      width: 16.6%;
      padding: 0 5px;
  }
  .sidecards-superbanner__bol {
      width: 55%;
  }
  section.heading-principal__bol {
      justify-content: center;
      display: flex;
      flex-direction: column;
  }

  .sidecards-superbanner__bol {
      width: 55%;
  }

  .sidetext-superbanner__bol {
      width: 45%;
  }

  .sidetext-superbanner__bol h1 {
      font-size: 80px;
      line-height: 48px;
  }

  .sidetext-superbanner__bol h1 small {
      font-size: 26px;
  }

  .sidetext-superbanner__bol p {
      font-size: 20px;
      line-height: 28px;
      padding-right: 30px;
  }

  .sidetext-superbanner__bol a:not(p a) {
      font-size: 20px;
  }
}

/***
Modal Stories
******************/
.supermodal-stories,
.supermodal-videos {
    position: fixed;
    top: 0;
    display: none;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(assets/img/fundogranulado_modal.jpg);
    background-size: cover;
    background-position: center center;
}

.supermodal-stories:before,
.supermodal-videos:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    mix-blend-mode: multiply;
    opacity: 0.93;
}

.boxflex-centraliza-stories {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.span-cenarios-guias span {
    color: white;
    font-size: 22px;
    font-weight: 200;
    text-align: center;
}

#superStories{
    max-width: 300px;
}

.carousel-stories {
    opacity: 0;
    transition: 0.7s ease all;
}

.opacitex_carousel .carousel-stories {
    opacity: 1;
    transition: 0.7s ease all;
}

.visualy-hidden {
    display: none;
}

div#superStories .item {
    width: 100%;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.cover-stories {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center center;
}

.desc-stories {
    padding: 20px;
    margin-top: -120px;
    position: relative;
}

.desc-stories h3 {
    font-family: 'Telefonica';
    font-size: 20px;
    max-width: 80%;
    color: #27555A;
    line-height: 24px;
    position: relative;
    margin: 0;
    display: flex;
    flex-direction: column;
    font-weight: 600;
}

.desc-stories h3:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 5px;
    background: #78D388;
    border-radius: 1000px;
    margin: 20px 0;
}

.desc-stories p {
    color: #004651;
    font-size: 16px;
    margin: 0;
    line-height: 22px;
    font-weight: 300;
    height: 300px;
    overflow-y: auto;
    padding-right: 10px;
}

* {
  scrollbar-width: auto;
  scrollbar-color: #20f275 #c7c7c7;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #c7c7c7;
}

*::-webkit-scrollbar-thumb {
  background-color: #20f275;
  border-radius: 15px;
  border: 0px solid #ffffff;
}

div#superStories .item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(0deg, #FFFFFF 68.76%, rgba(255, 255, 255, 0) 118.08%);
}

#superStories .owl-nav {
    position: absolute;
    top: calc(50% - 60px);
    width: calc(100% + 120px);
    display: flex;
    justify-content: space-between;
    left: -60px;
    height: 0;
}

#superStories .owl-nav button {
    width: 60px;
    height: 60px;
    background: #20F275;
    border-radius: 100%;
    transform: scale(0.7);
    border: 1px solid #20F275;
    font-size: 0;
    transition: 0.3s ease all;
}

.owl-nav {}

#superStories .owl-nav button span:before {content: url(assets/svg/arrow-navbar.svg);display: inline-block;width: 10px;}

#superStories .owl-nav button:nth-of-type(2) span:before {
    transform: rotate(180deg);
}

#superStories .owl-nav button.disabled {
    background: none;
    transition: 0.3s ease all;
}

#superStories .owl-dots {
    position: absolute;
    top: -15px;
    width: 100%;
    display: flex;
}

#superStories .owl-dots button {
    width: 100%;
    height: 5px;
    background: rgb(255 255 255 / 53%);
    margin: 0 4px;
    border-radius: 100px;
}

#superStories .owl-dots button.owl-dot.active {
    background: #20F275;
}

.span-cenarios-guias {
    margin-bottom: 25px;
    position: relative;
}

#superStories .owl-stage {
    border-radius: 15px;
    overflow: hidden;
}

button#closemodal,
button#closemodals {
    border: none;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    border-radius: 100px;
    background: #20f276;
}

button#closemodal:before ,
button#closemodals:before {
    content: "X";
    color: white;
    font-size: 20px;
}

.icon-indicador i:before {
    display: inline-block;
    width: 60px;
    height: 60px;
    filter: brightness(0) invert(1);
}

.icon-indicador[data-modo="nacional"] i:before {
    content: url(assets/svg/brasil.svg);
}

.icon-indicador[data-modo="internacional"] i:before {
    content: url(assets/svg/mundo.svg);
}

.icon-indicador i {
    display: table;
    margin: 10px auto 0 auto;
}

@media(min-width: 1024px){
  button#closemodal,
  button#closemodals {
      width: 80px;
      height: 80px;
  }
  button#closemodal:before,
  button#closemodals:before{
      font-size: 48px;
  }
}

@media(min-width: 1280px){
  div#superStories {
      max-width: 400px;
  }
}

/********************
PÃGINA CONSOLIDADA
***************************/
.header__bol_consolidado a:nth-of-type(1)::before {
    content: url(assets/svg/brand_boletim.svg);
    display: inline-block;
    width: 180px;
}

.header__bol_consolidado a {
    display: inline-block;
    margin-right: 14px;
    padding-right: 14px;
    position: relative;
}

.header__bol_consolidado a:nth-of-type(1)::after {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 1px;
    background: #27555A;
    transform: scale(0.7);
}

.header__bol_consolidado a:nth-of-type(2)::before {
    content: url(assets/svg/logo.svg);
    display: inline-block;
    width: 100px;
}
section.heading-principal__bol.heading-consolidado {
    justify-content: center;
    display: flex;
    flex-direction: column;
    background-image: url(assets/img/banner-consolidado.jpg);
    background-position: revert;
}

.flex-superbanner__bol_consolidado h1 {
    color: #004651;
    font-size: 38px;
    font-weight: 500;
    line-height: 44px;
    margin-bottom: 25px;
}

.flex-superbanner__bol_consolidado p {
    color: #004651;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 50px;
}

.flex-superbanner__bol_consolidado p a {
    color: #004651;
}

.flex-superbanner__bol_consolidado a:not(p a) {
    color: #004652;
    background: #20F275;
    text-decoration: none;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 100px;
}

.text-center-banner {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

.text-center-banner a {
    color: #164A5B;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.text-center-banner a:after {}

.text-center-banner a:after {
    content: url(assets/svg/arrow-down.svg);
    display: inline-block;
    width: 22px;
    margin-top: 15px;
}

.desc__carousel__boletim h2 {
    color: #004651;
    font-size: 32px;
    margin-bottom: 20px;
}

.desc__carousel__boletim p {
    color: #004651;
    font-size: 16px;
}

.desc__carousel__boletim {
    padding-right: 40px;
}

.navbar_carousel__boletim {
    display: flex;
}

.navbar_carousel__boletim button {
    width: 50px;
    height: 50px;
    border: 1px solid black;
    margin-right: 10px;
    border-radius: 5px;
    background: none;
}

.navbar_carousel__boletim button:before {
    content: url(assets/svg/arrow.svg);
    display: inline-block;
    width: 18px;
    transform: rotate(90deg);
    filter: brightness(0) saturate(100%) invert(17%) sepia(43%) saturate(2608%) hue-rotate(160deg) brightness(95%) contrast(101%);
}

.navbar_carousel__boletim button:nth-of-type(2)::before {
    transform: rotate(-90deg);
}

.carousel-boletim__consolidado {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(0 70 81 / 20%);
}

.bannermiddle__consolidado {
    padding: 40px;
    border-radius: 20px;
    position: relative;
    background-image: url(assets/img/cover-middlebanner.jpg);
    background-size: cover;
    background-position: revert;
}

.flex-middlebanner_desc h2 {
    color: #004651;
    font-size: 24px;
    margin-bottom: 20px;
}

.flex-middlebanner_button a {
    background: white;
    display: inline-block;
    color: #004652;
    text-decoration: none;
    padding: 10px 35px;
    border-radius: 1000px;
}

a.content__2023 {
    width: 100%;
    height: 400px;
    background: url(assets/img/minicover-consolidado_01.jpg);
    display: flex;
    padding: 30px 30px 70px 30px;
    align-items: end;
    text-decoration: none;
    color: red;
    overflow: hidden;
    border-radius: 20px;
    background-size: cover;
    background-position: top;
}

.listagem__carousel {
    margin-top: 20px;
}

a.content__2023 h2 {
    color: #004651;
    font-size: 36px;
    line-height: 38px;
    letter-spacing: -1px;
    position: relative;
}

a.content__2023 h2:after {
    content: "";
    width: 1000%;
    height: 2px;
    background: #27555A;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -20px;
}

a.content__2022 {
    width: 100%;
    height: 400px;
    background: url(assets/img/minicover_consolidado_02.jpg);
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px 20px 40px 20px;
    display: flex;
    align-items: end;
    color: white;
    text-decoration: none;
}

a.content__2022 h2 {
    font-size: 30px;
    font-weight: 100;
    line-height: 32px;
    margin-bottom: 14px;
}

a.content__2022 p {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    font-weight: 300;
    letter-spacing: 0px;
}

a.content__2022 p b {
    font-weight: 600;
}

.listagem__carousel .owl-carousel .owl-stage-outer {
    overflow: inherit;
    clip-path: inset( -100vw -100vw -100vw 0 );
}

#rentabilidade-mensal .amcharts-chart-div a,
#rentalAcumulada .amcharts-chart-div a {
    display: none !important;
}

.modal-videos____VP {
    width: 100%;
    max-width: 800px;
    background: white;
    position: relative;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    height: 550px;
}

.modal-videos____VP iframe {
    width: 100%;
}

.supermodal-videos:before {
    display: none;
}

button#closemodals {
    background: #004652;
}

.supermodal-videos {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.title-modalvideo {
    text-align: left;
    position: relative;
    z-index: 8;
    color: #004652;
    padding: 10px 0;
    width: 100%;
    max-width: 800px;
    font-weight: 100;
    font-size: 20px;
}

.title-modalvideo:before {
    content: "Você está em: ";
    font-weight: 500;
}

@media(min-width: 1024px){
  .carousel-boletim__consolidado {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-flow: wrap;
  }

  .desc__carousel__boletim {
      width: 35%;
  }

  .listagem__carousel {
      width: 60%;
  }

  .desc__carousel__boletim h2 {
      font-size: 46px;
  }

  .desc__carousel__boletim p {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
  }

  a.content__2023, a.content__2022 {
      height: 480px;
      padding-left: 50px;
  }

  a.content__2023 h2 {
      font-size: 44px;
      line-height: 42px;
  }

  a.content__2022 h2 {
      font-size: 42px;
      line-height: 44px;
  }

  a.content__2022 p {
      font-size: 22px;
      line-height: 24px;
      margin-top: 20px;
  }

  .flex-superbanner__bol_consolidado {
      max-width: 600px;
  }

  .flex-superbanner__bol_consolidado h1 {
      font-size: 66px;
      line-height: 66px;
      margin-bottom: 50px;
  }

  .flex-superbanner__bol_consolidado p {
      font-size: 18px;
      line-height: 26px;
  }

  p {}

  .flex-superbanner__bol_consolidado a:not(p a) {
      font-size: 20px;
  }

  .text-center-banner a {
      font-size: 18px;
  }

}

@media(min-width: 1440px){
  a.content__2023, a.content__2022 {
      height: 600px;
  }

  a.content__2023 h2, a.content__2022 h2 {
      font-size: 60px;
      line-height: 64px;
      margin-bottom: 20px;
  }

  a.content__2022 p {
      font-size: 24px;
      margin-top: 30px;
      line-height: 28px;
  }

  .desc__carousel__boletim h2 {
      font-size: 72px;
      line-height: 74px;
  }

  .desc__carousel__boletim p {
      font-size: 24px;
      line-height: 34px;
  }

  .carousel-boletim__consolidado {
      margin-bottom: 60px;
      padding-bottom: 60px;
  }

  .bannermiddle__consolidado {
      padding: 60px;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .flex-middlebanner_desc h2 {
      font-size: 54px;
      margin: 0;
  }

  .flex-middlebanner_button {
      position: relative;
      padding: 0 100px;
  }

  .flex-middlebanner_button a {
      font-size: 24px;
      padding: 10px 55px;
  }
}
