/*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@&@&,,(&&&&&&&&@@&@@@@@@@@@&,,%&&@&&&&@&&@,&,&,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@#,&%,/&&&###########&@@@@,&&,*&&%///////%&,&,&,/*/
/**@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@/*@,%&.(@@@&@@@@@@@@@@@@@,&&,&/,&&@@@@@@@@&&,&,,,,,,,,&@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@&,&//&,@@@@@@@@@@@@@@@@@@@,&((&,@@@@@@@@@@@@@&,&,&,/////(/@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@/(#*&,@@@@@@@@@@@@@@@@@@@&,&,&,@@@@@@@@@@@@@@&,&,@,@@@@@@&@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@,&*%/#@@@@@@@@@@@@@@@@@@@@,&,&,@@@@@@@@@@@@@@&,&,&,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@&((%*&,@@@@@@@@@@@@@@@@@@@@,&,&,@@@@@@@@@@@@@@@,@,&,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@,&(/@,&@@@@@@@@@@@@@@@@@@,&,&,@@@@@@@@@@@@@@@*%#/&,&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@(,&,#&*,&@@@@@@@@@@@@@@&,&,&,@@@@@@@@@@@@@@@@*(&,&&,%@@&@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@%,%&,,#&&@&&&&&&&&@@@@,&,&,@@@@@@@@@@@@@@@&@@/&,(&&&&@@&@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@&(,,/#%&&&&&&&&&&&&,&,&,@@@@@@@@@@@@@@@@@@&@@(,,#&@&&&&&@@&@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
/***
Essenciais
*************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*,
html,
body {
    font-family: "Blinker", sans-serif;
}

.barlow { 
     font-family: "Barlow", sans-serif;
}
/******
MENU
**************/
.flex-menu__relatorio {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}


header#topo {
    padding: 0px 0;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9;
}

.sidebrand__relatorio a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.side-logo- {
    margin-left: 35px;
    padding-left: 20px;
    border-left: 2px solid white;
    height: calc(100% - 20px);
    display: flex;
    align-items: center;
    color: white;
    font-size: 15px;
    text-decoration: none;
    font-weight: 300;
}

.side-logo- b {
    margin-left: 5px;
    font-weight: 500;
}

.sidebrand__relatorio a img {
    max-width: 160px;
}

.side-antigos__relatior a i {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-left: 15px;
}

.side-antigos__relatior button {
    display: inline-block;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 2px;
    border-radius: 70px;
    border: 1px solid #FFD3A1;
    background: linear-gradient(90deg, #32d2f9 0%, #0051da 100%);
    padding: 20px 40px;
    font-weight: 800;
    transition: 0.4s ease all;
    width: 100%;
    z-index: 10;
    position: relative;
    border: none;
}

.side-antigos__relatior a:hover {
    color: black;
    transition: 0.4s ease all;
    background: none;
}

.whitebar-menu__relatorio {
    border-radius: 100000px;
    z-index: 8;
    position: relative;
    display: flex;
    border-radius: 20px;
    border: 1px solid rgba(238, 238, 238, 0.18);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.20) 100%);
    backdrop-filter: blur(22px);
}

.navbar-master nav ul li img {
    max-width: 20px;
    margin-right: 15px;
}

.fixed-homepage__menu {
    width: 65px;
    height: 65px;
    border-right: 1px solid rgb(0 0 0 / 17%);
}

.fixed-search__menu {
    width: 65px;
    height: 65px;
    position: relative;
    border-left: 1px solid rgb(0 0 0 / 17%);
}

.centralized__menu {
    width: calc(100% - 130px);
    position: relative;
}

.navbar-master {
    position: absolute;
    width: calc(100% + 150px);
    left: -74px;
    border-radius: 0 0 10px 10px;
    display: none;
    padding: 20px;
    top: 41px;
}

.centralized__menu button {
    width: 100%;
    text-align: center;
    padding: 0;
    border: none;
    background: none;
    font-weight: 600;
    font-size: 22px;
}

.centralized__menu button svg {
    display: inline-block;
    width: 20px;
}

.searchitem {
    display: none;
}

.fixed-homepage__menu img {
    width: 100%;
    padding-right: 10px;
    transform: scale(0.9);
}

.fixed-homepage__menu a {
    display: flex;
    align-items: center;
    height: 100%;
}

button#opensearch {
    background: none;
    border: none;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

button#opensearch img {
    width: 100%;
    padding-left: 10px;
    transform: scale(0.9);
}

section.sect__relatorio {
    padding: 40px 0;
}

.sidetext-middlebanner__relatorio {
    padding: 45px;
    padding-top: 300px;
    color: white;
    position: relative;
}

.sidetext-middlebanner__relatorio h2 span {
    font-size: 16px;
    display: inherit;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sidetext-middlebanner__relatorio h2 {
    font-size: 33px;
    margin-bottom: 20px;
}

.sidetext-middlebanner__relatorio p {
    margin: 0;
}

.flex-middlebanner__relatorio {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    background: black;
}

.sidetext-middlebanner__relatorio:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(47.18deg, #56AD7A 0.65%, #67E37D 0.66%, rgba(29, 110, 44, 0) 73.03%);
}

.sidetext-middlebanner__relatorio h2,
.sidetext-middlebanner__relatorio span,
.sidetext-middlebanner__relatorio p {
    position: relative;
}

.uniquecard__relatorio {
    =:
    cover;
    background: #f8f8ff;
    border-radius: 17px;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
    width: 100%;
    border: 3px solid rgb(15 44 76 / 5%);
    counter-increment: item;
}

.frontview-card__relatorio {padding: 35px;}

.iconcard__relatorio {
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 4px 7px rgba(104, 142, 157, 0.33);
    border-radius: 7px;
    margin-bottom: 20px;
}

.frontview-card__relatorio h3 {
    font-size: 18px;
    color: #0F2C4C;
}

.frontview-card__relatorio p {
    font-size: 14px;
    line-height: 18px;
    color: #211D35;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 300;
    padding-right: 39px;
}

.frontview-card__relatorio a {
    display: flex;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #0F2C4C;
}

.frontview-card__relatorio a:hover {
    color: #0F2C4C;
}

.frontview-card__relatorio a:hover svg {
    transform: translate(6px, 0px);
    transition: 0.4s ease all;
}

.frontview-card__relatorio a svg {
    transition: 0.4s ease all;
    width: 20px;
}

.absolutecards__info {
    padding: 30px;
    position: relative;
    display: none;
}

.absolutecards__info:before {
    width: 100%;
    height: 1px;
    position: absolute;
    background: white;
    top: 0;
    content: "";
    left: 0;
    transform: scale(0.9);
}

.list___flexiblcards ul {
    padding: 0;
    margin: 0;
}

.list___flexiblcards ul li a {
    color: #f8f7f4;
    font-weight: 700;
    /* text-decoration: none; */
    font-size: 15px;
    padding: 5px 0;
    display: inline-block;
}

.list___flexiblcards {
    display: flex;
    justify-content: left;
    padding: 0 30px;
}

.backtotop {
    text-align: center;
    padding: 40px 0;
}

.backtotop a {
    display: inline-block;
    border: 1px solid;
    padding: 18px 55px;
    border-radius: 100px;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    transition: 0.4s ease all;
}

.backtotop a:hover {
    background: black;
    color: white;
    border: 1px solid black;
    transition: 0.4s ease all;
}

.navbar-master nav ul li .submenu li {
    padding: 0;
}

.navbar-master nav ul li .submenu li a {
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    padding: 10px 0 0;
    width: 100%;
}

.navbar-master nav ul li .submenu {
    box-shadow: 7px 24px 16px -20px rgb(0 0 0 / 33%);
    position: absolute;
    left: 0;
    display: none;
    top: calc(100% + 24px);
    background: white;
    border-radius: 0 0 20px 20px;
    padding: 0 20px 20px 20px;
    min-width: 300px;
    height: auto;
    margin-top: -4px;
}

.menuspecial_levels .submenu .area-links-megamenu>li>a {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
}

.menuspecial_levels .submenu .area-links-megamenu>li {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.menuspecial_levels .submenu .area-links-megamenu>li>ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-bottom: 15px;
}

.menuspecial_levels .submenu .area-links-megamenu>li>ul:last-of-type {}

.menuspecial_levels .submenu .area-links-megamenu>li>ul a {
    font-size: 12px;
    padding: 5px 0 0 0;
    x: 0;
}

.menuspecial_levels .submenu .area-links-megamenu>li:last-of-type ul {
    margin: 0;
}

footer {
    padding: 10px 0;
    background: linear-gradient(135deg,   #c8f5ff 0%,   #5aa9ff 25%,   #1f3fd1 55%,   #1a237e 80%,   #332380 100%) !important;
    position: relative;
}

.finalfooter- {
    position: absolute;
    bottom: 0;
    width: 100%;
    cursor: none;
    pointer-events: none;
}

.parte-onefooter__relatorio, .parte-twofooter__relatorio {
    position: relative;
}

.footerbrand__relatorio {
}

.footerbrand__relatorio a:before {
    display: inline-block;
    width: 100%;
    max-width: 280px;
}

.flexfooter-infos__relatorio {
    padding: 30px 0;
}

.desenvolvido___relatorio {
    text-align: center;
    margin-top: 50px;
    width: 100%;
}

.unicobox_information__rodape.widget_previsto h2 {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    margin-bottom: 2px;
}

.unicobox_information__rodape.widget_previsto {
    margin-bottom: 20px;
}

footer h3,
footer h4,
footer h5,
footer p {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    line-height: 20px;
}

footer p {
    margin-bottom: 10px;
}

footer h5 {
    margin-bottom: 8px;
}

.desenvolvido___relatorio a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
}

.social__rodape ul {
    padding: 0;
    display: flex;
    list-style: none;
    margin: 15px 0 0 0;
}

.social__rodape ul li a img {
    height: 40px;
    padding: 10px;
    margin: 0 auto;
    transform: scale(0.8);
    filter: brightness(0) saturate(100%) invert(69%) sepia(71%) saturate(415%) hue-rotate(353deg) brightness(107%) contrast(97%);
}

.social__rodape ul li a:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #1B7A89;
    top: 0;
    left: 0;
    border-radius: 100px;
}

.social__rodape ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    margin-right: 10px;
    opacity: 0.7;
}

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

.sidebar-menu {
    width: 100%;
    display: none;
}

.bodymax-page {
    width: 100%;
    padding: 20px 0;
}

.sidebar-menu>ul>li[data-visivel="1"] {
    display: none;
}

.sidebar-menu>ul {
    margin: 0;
    list-style: none;
    background: white;
    padding: 30px 30px 10px 30px;
    border-radius: 10px;
    position: sticky;
    top: 30px;
}

.titles__locations * {
    font-weight: 300;
}

.uppertitle__RAI {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 20px;
}

.sidebutton-actions__RAI a {
    margin-right: 5px;
    width: 34px;
    height: 34px;
    border-radius: 1000px;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid;
    border-color: #5FBF97;
    color: #1B7A89;
    transition: 0.4s ease all;
}

.sidebutton-actions__RAI {
    display: flex;
}

.sidebutton-actions__RAI a svg {
    transform: scale(0.6);
}

.sidebutton-actions__RAI a:last-of-type {
    background: #78D388;
    border-color: #78D388;
}

.sidebutton-actions__RAI a:hover {
    background: #5FBF97;
    transition: 0.4s ease all;
    color: white;
}

.sidebar-menu>ul>li span {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    padding-bottom: 14px;
    border-bottom: 1px solid rgb(0 0 0 / 13%);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-menu>ul>li[data-expandido="1"] span svg {
    width: 16px;
    transition: all 0.4s ease;
    transform: rotate(180deg);
}

.sidebar-menu>ul>li[data-expandido="1"] span.active_lateral svg {
    transform: rotate(0);
    transition: all 0.4s ease;
}

span.menu-item-link-class.active_lateral svg {
    transform: rotate(0deg);
    transition: all 0.4s ease;
}

.sidebar-menu>ul>li[data-expandido="0"] span svg {
    display: none;
}

.sidebar-menu>ul li ul {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
}

.sidebar-menu>ul>li:last-of-type span {
    padding: 0;
    border: none;
}

.sidebar-menu>ul li[data-expandido="0"] ul {
    display: none;
}

.sidebar-menu ul#menu-menu-principal-2 li ul li a {
    font-size: 14px;
    display: inline-block;
    padding: 4px 0;
    text-decoration: none;
}

.navbar-master span svg {
    display: none;
}

.desc-item-rai {
    background: #FFFFFF;
    border: 1px solid #CCF0FF;
    border-radius: 0 0 30px 30px;
    padding: 30px;
    border-top: none;
}

.coveritem {
    width: 100%;
    height: 160px;
    background: red;
    border-radius: 20px 20px 0 0;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.desc-item-rai a {
    display: flex;
    font-size: 14px;
    padding: 10px 30px;
    border: 1px solid;
    margin-bottom: 10px;
    border-radius: 1000px;
    text-decoration: none;
    transition: 0.4s ease all;
    margin-right: 10px;
    align-items: center;
    width: max-content;
}

.desc-item-rai a svg {
    width: 7px;
    margin-left: 15px;
}

.coveritem h3 {
    color: white;
    margin: 0;
    font-size: 36px;
}

.desc-item-rai a svg {
    width: 7px;
    margin-left: 15px;
}

.carousel-todos__RAI .owl-nav {
    position: absolute;
    display: flex;
    width: 100%;
    height: 0;
    bottom: 0;
}

.carousel-todos__RAI #car___TODOSRAI .owl-nav button {
    width: 50px;
    height: 50px;
    font-size: 22px;
    border-radius: 100px;
    background: white;
    border: 1px solid black;
    color: black;
    opacity: 0.9;
    margin-right: 20px;
}

.desc-item-rai p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}

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

.efeito_largo_RAI {
    border-radius: 10px;
    transition: 0.4s ease all;
    position: relative;
}

.active___RAICARD .efeito_largo_RAI {
    transition: 0.4s ease all;
    left: 0;
    z-index: 999;
    background: linear-gradient(to bottom, rgb(1 39 78), rgb(6 132 139)), url(https://crtarteecomunicacao.com.br/relatorioanual/wp-content/uploads/2023/03/Mask-group-6.png);
    top: 0;
    bottom: 0;
}

.active___RAICARD .absolutecards__info {
    display: flex;
}

.banner-main__relatorio p:last-of-type {
    display: none;
}

.reai__RAI {
    width: 100%;
    height: 500px;
    background: linear-gradient(#004652, black);
}

.current-menu-parent ul.submenu {
  /*   display: block; */
}

.desc-item-rai i svg {
    width: 30px;
    margin: 10px 0 30px 0;
}


/************************
TUDO RESPONSIVO**********
*************************/
@media(max-width: 1023px) {
    .navbar-master>nav>ul>li {
        padding: 10px 0;
    }

    .navbar-master>nav>ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .navbar-master>nav>ul>li img {
        display: none;
    }

    .navbar-master nav ul li .submenu {
        position: relative;
        box-shadow: none;
        background: #eaeaea;
        border-radius: 0;
        padding: 20px;
        list-style: none;
    }
}


@media(min-width: 1024px) {
    .side-antigos__relatior {
        width: 30%;
        display: flex;
        justify-content: flex-end;
    }

    .sidebrand__relatorio {
        justify-content: center;
        display: flex;
    }

    .absolutecards__info:before {
        width: 1px;
        height: 100%;
    }

    .list___flexiblcards {
        justify-content: center;
        align-items: center;
    }

    .list___flexiblcards ul li a {
        font-size: 20px;
    }

    .active___RAICARD .absolutecards__info,
    .active___RAICARD .frontview-card__relatorio {
        width: 50%;
        padding: 30px;
    }


    .flexfooter-infos__relatorio {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }

    .unicobox_information__rodape.widget_previsto {
        width: 25%;
        padding: 30px 50px 0 0;
    }

    .fixed-homepage__menu,
    .fixed-search__menu {
        width: 85px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fixed-homepage__menu img,
    button#opensearch img {
        padding: 10px;
        border: 1px solid rgb(0 0 0 / 18%);
        border-radius: 10000px;
        transform: scale(0.7);
        width: 75px;
    }

    .centralized__menu button {
        display: none;
    }

    .centralized__menu {
        width: calc(100% - 170px);
        height: auto;
    }

    .navbar-master {
        position: relative;
        display: flex;
        padding: 0;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
    }

    .navbar-master nav ul {
        display: flex;
        list-style: none;
        justify-content: space-between;
        width: 100%;
        padding: 0 20px;
        margin: 0;
        height: 100%;
        counter-reset: item;
        /* Reseta o contador */
    }

    .navbar-master nav ul li .submenu,
    .navbar-master nav ul li .submenu_specialevels {
        display: none;
    }

    .navbar-master nav {
        width: 100%;
    }

    .whitebar-menu__relatorio span,
    .sidebar-menu span {
        font-weight: 500;
    }

    .uniquecard__relatorio {
        width: 23.333333%;
        margin-bottom: 1%;
    }

    .navbar-master nav ul li {
        padding: 0 20px;
        text-align: left;
        display: flex;
        align-items: center;
        position: relative;
        height: 100%;
        border-right: 1px solid white;
        width: 100%;
        counter-increment: item;
        /* Incrementa o contador */
    }

    .menu-main__relatorio {
        width: 95%;
        position: absolute;
        bottom: 0;
        left: 2.5%;
        bottom: 2.5%;
    }
    
    section.banner-main__relatorio {position: relative;}
    
    li#menu-item-2302 {}

    .navbar-master nav ul li:last-of-type {
        border: none;
    }

    .navbar-master nav ul li span:before {
        content: "";
        display: inline-block;
        background: #78C2FF;
        width: 6px;
        height: 6px;
        border-radius: 1000px;
        margin-right: 4px;
    }

    .navbar-master nav ul li span {
        font-size: 14px;
        font-weight: 500;
        line-height: 15px;
        color: white;
        transition: 0.4s ease all;
        display: flex;
        align-items: center;
        padding: 15px 0;
    }

    .navbar-master nav ul li .submenu li {
        border: none;
    }
    
    .navbar-master nav ul li .submenu li a {
        font-size: 14px;
        color: #0f2c4c;
        display: flex;
        align-items: center;
    }
    
    .navbar-master nav ul li .submenu li a:before {
        content: "";
        width: 5px;
        height: 5px;
        background: #fbca4a;
        display: inline-block;
        margin-right: 5px;
        border-radius: 100px;
    }
    
    .navbar-master nav ul li span:hover {
        transition: 0.4s ease all;
        color: #ecc04d;
    }
        
    .flexible_cards {
        position: relative;
        display: flex;
        flex-flow: wrap;
        gap: 1%;
        justify-content: center;
        counter-reset: item;
    }

    li.menuspecial_levels:before {
        content: "";
        position: absolute;
        width: 1px;
        height: calc(100% + 20px);
        background: #d8d8d8;
        left: 0;
    }

    .whitebar-menu__relatorio {
        padding: 20px 10px;
    }

    .sidebar-menu {
        width: 30%;
        display: block;
        position: sticky;
    }

}


/***
Busca
&*********/
.searchitem {
    display: flex;
    right: 16px;
    top: 14px;
    position: absolute;
    background: rgb(255 0 0 / 25%);
    border-radius: 100px;
    overflow: hidden;
    width: 0px;
    justify-content: end;
    transition: 0.5s ease all;
}

.searchitem input {
    height: 45px;
    width: 100%;
    border: none;
    background: #d2d2d2;
    color: black;
    padding: 0 20px;
}

.searchitem form {
    width: 100%;
}

.searchitem input::placeholder {
    color: black;
}

.searchitem-open {
    width: 300px;
    transition: 0.5s ease all;
}

.searchitem button {
    display: flex;
    position: absolute;
    width: 40px;
    height: 40px;
    background: #f8f7f3;
    right: 2.5px;
    border: none;
    border-radius: 100px;
    top: 2.5px;
    align-items: center;
    justify-content: center;
}

.searchitem button svg {
    transform: translate(0px, 0px);
    width: 16px;
}

/***
SEARCH
&**********/
.titles__locations {
    margin-bottom: 20px;
}

.titles__locations h3 {
    font-size: 23px;
    display: flex;
    align-items: center;
    margin: 0;
}

.titles__locations h3:after {
    margin-left: 12px;
    content: "";
    width: 200px;
    height: 1px;
    position: relative;
    display: inherit;
}

.titles__locations h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 12px;
}

.coverpage_RAI {
    width: 100%;
    height: 200px;
    background: #777777;
    border-radius: 20px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: end;
    flex-direction: column;
    padding: 20px;
}

.flex-page__relatorio.saerch-page-content {
    flex-direction: column;
    background: white;
    padding: 30px;
    border-radius: 10px;
}

.central__search {
    border-bottom: 1px solid rgb(0 0 0 / 11%);
    margin-bottom: 20px;
}

.central__search h2 {
    margin: 0;
    padding-bottom: 20px;
    font-size: 26px;
    font-weight: 300;
}

.flex-itens-encontrados a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 1000px;
    margin-right: 10px;
    text-decoration: none;
    margin-bottom: 10px;
}

/* table */
table thead tr:nth-child(1) {
    /* color: #fff; */
    /* text-align: center; */
}

table tbody {
    background: #fff;
}

table tr td:first-child {
    color: #1b7a89;
    font-weight: bold;
}

table thead tr p {
    margin: 0;
    padding: 0px 10px 10px;
}

table tr td {
    border: 1px solid;
    padding: 10px 10px 0;
}

table tbody span {
    font-size: 26px;
}

.td-content {
    font-size: 14px;
    line-height: 16px;
    color: #1B7A89;
}

.sec__relatorio table {
    border: 1px solid #000 !important;
}

.sect__relatorio table tr {
    border: 0;
}

.sect__relatorio table {
    background: #fff;
    padding: 13px;
    border-radius: 20px;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
    margin-bottom: 5px;
}

.sect__relatorio table thead tr th {
    background: #fff;
}

.sect__relatorio table thead tr th span {
    color: #1B7A89;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
}

table tbody tr td:first-child {
    border-right: 1px solid #C4C4C4;
}

.sect__relatorio table thead tr th {
    border-bottom: 1px solid #C4C4C4;
}

.sect__relatorio table thead tr td {
    background: red;
    position: relative;
    z-index: 9999999999999;
}

@media(min-width: 1024px) {
    .coverpage_RAI {
        height: 300px;
    }

    .width-overflow {
        overflow-x: scroll;
        border-radius: 20px;
    }
}


/***
ALTERAÃ‡Ã•ES *******
*****************/
.bold .td-content {
    font-weight: bold;
}

.content__pagemax table {
    background: white;
}

#proprioe .content__pagemax table thead th {
    background: white;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 10px;
}

div#proprioe .content__pagemax p:not(.bloco___verde p) {
    color: #004651;
}

div#proprioe .content__pagemax p:not(.bloco___verde p) a {
    text-decoration: underline;
    font-weight: bold;
    color: #004651;
}

td.no-bold>div>div {
    font-weight: 400 !important;
}

div#proprioe .content__pagemax span.elementor-icon-list-text {
    font-size: 16px;
    line-height: 22px;
}

.observation p {
    font-size: 14px;
    line-height: 20px;
}

div#proprioe .content__pagemax .bloco___verde p {
    margin: 0;
}

div#proprioe .content__pagemax ul {
    margin: 0;
    color: #004651;
}

.text-rl p {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}


/****
GRANDES AJUSTES - PARTE X 
*****************************/
div#gerarPDF [role=button] {
    cursor: auto;
}

span.mininumber_parenteses {
    font-size: initial;
    font-weight: 300;
    transform: translate(0px, -5px);
    position: relative;
}

span.mininumber_parenteses:before {
    content: "â½";
}

span.mininumber_parenteses:after {
    content: "â¾";
}

span.mininumber_parenteses:after,
span.mininumber_parenteses:before {
    position: relative;
    top: 1px;
}

.legenda_capa span {
    font-size: 14px;
    background: #004652;
    padding: 2px 10px;
    display: inline-block;
    color: white;
    font-weight: 300;
}

.legenda_capa span:nth-of-type(2) {
    font-weight: 500;
    transform: translate(0px, 3px);
    font-size: 16px;
}

footer b,
footer strong {
    font-weight: 800;
}

footer a {
    font-size: 16px;
    display: inline-block;
}

footer a:hover {
    transition: 0.4s ease all;
    color: #004651;
}


footer * {
    transition: 0.4s ease all;
}

.menuspecial_levels .submenu .area-links-megamenu>li>a[href=""] {
    cursor: auto;
    pointer-events: none;
}

.menuspecial_levels .submenu .area-links-megamenu>li>a[href=""] {
    cursor: auto;
    pointer-events: none;
    line-height: 18px;
    margin-bottom: 5px;
}

.eael-dt-td-align-left .eael-data-table tbody tr td {
    text-align: left;
    padding: 8px;
}

div#proprioe .content__pagemax span.elementor-icon-list-text a {
    color: #004651;
    font-weight: bold;
    text-decoration: underline;
}

.desc-item-rai.link-reverse a {
    color: #4c9e6d;
}

.desc-item-rai.link-reverse a svg * {
    stroke: #4c9e6d;
}

.inverted_covers .coverpage_RAI {
    height: 600px;
    margin-top: 30px;
    margin-bottom: 0;
}

.agrupaflex_rai.inverted_covers {
    display: flex;
    flex-flow: column-reverse;
}

.inverted_covers .coverpage_RAI .legenda_capa {
    display: none;
}

@media(min-width: 1024px) {
    .side-logo- {
        font-size: 20px;
        height: 100%;
    }

    .desenvolvido___relatorio {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: center;
        justify-content: center;
    }

    .desenvolvido___relatorio>a {
        margin: 0;
    }

    .inverted_covers .coverpage_RAI .legenda_capa {
        display: block;
    }

    .agrupaflex_rai.inverted_covers {
        flex-flow: wrap;
        justify-content: space-between;
    }

    .inverted_covers .topo_rai {
        width: 35%;
        order: 2;
    }

    .inverted_covers .conteudo_rai {
        width: 60%;
    }

    .inverted_covers .coverpage_RAI {
        margin-top: 0;
    }
}


/**
NEw fibra
*/
.image-heder img {
    width: 100%;
}

.middlebanner__relatorio {
    position: relative;
}

.centralheader-fibrax {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.animation-fibra-lines {
    position: absolute;
    width: 100%;
    z-index: -1;
    pointer-events: none;
}

.title-fibra {
    padding: 40px 0;
    text-align: center;
    max-width: 600px;
    margin: 50px auto  auto;
    position: relative;
}

.title-fibra span {
    font-size: 18px;
    font-weight: 600;
    color: #FBCA4A;
    margin-bottom: 10px;
    display: inline-block;
}

.title-fibra h2 {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 42px;
    font-weight: 400;
    color: #0F2C4C;
}

.title-fibra p {
    color: rgb(15 44 76 / 59%);
    font-size: 16px;
    font-weight: 400;
}

.frontview-card__relatorio:before {
    content:  "0" counter(item);
    display: inline-block;
    padding: 11px 15px;
    margin-bottom: 15px;
    border-radius: 13px;
    background: linear-gradient(143deg, #E79A23 -10.56%, #FFEA01 111.87%);
    color: white;
    font-weight: 500;
}

.title-fibra.title-commen {
    width: 100%;
    margin: 0;
    max-width: 100%;
    padding: 0;
    margin-bottom: 32px;
}

section.sect__relatorio.sect-special {
    padding: 40px 0;
}

.side-antigos__relatior a:hover {
    background: linear-gradient(90deg, #0a6eb9 0%, #37a3db 100%);
    color: white;
}

.side-antigos__relatior a:hover i svg {
    transition: 0.4s ease all;filter: contrast(0.5);
}

.titles__locations.text-center h2 {
    font-size: 18px;
    color: #FBCA4A;
    font-weight: 500;
    margin: 0;
}

.titles__locations.text-center {
    max-width: 800px;
    margin: 0 auto 30px auto;
}

.titles__locations.text-center span {
    color: #0F2C4C;
    font-size: 28px;
}

@media(min-width: 1024px){
    .title-fibra h2 {
        font-size: 40px;
        font-weight: 300;
        line-height: 50px;
    }
    
    .title-fibra {
        max-width: 700px;
    }
    
    .title-fibra p {
        font-size: 18px;
    }

    section.sect__relatorio.sect-special {
        padding: 60px 0;
    }

}





/*
BANESPREV****/

.covercard {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    background: linear-gradient(45deg, black, transparent);
    margin-bottom: 15px;
    padding: 35px;
    display: flex;
    align-items: end;
}

.banesprev-card {
    border-radius: 30px;
    counter-increment: item;
    margin-bottom: 30px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.desc-card_banesprevhome h2 {
    font-size: 34px;
    font-weight: 300;
    color: white;
    margin-top: 6px;
}

.desc-card_banesprevhome p {
    font-size: 12px;
    line-height: 18px;
    color: white;
}

.desc-card_banesprevhome a {
    display: inline-block;
    padding: 16px 40px;
    border-radius: 82.209px;
    background: linear-gradient(90deg, #DA8F3B 0%, #FFBD73 100%);
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    transition: 0.4s ease all;
}

.desc-card_banesprevhome a:hover {
    background: #234270;
    transition: 0.4s ease all;
}

.centraliza-desc-banesprev span:before {
    content: "0" counter(item);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    font-family: Montserrat;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 95.7%; /* 88.997px */
    color: transparent;
    opacity: 0.4;
}

.centraliza-desc-banesprev span {
    display: inline-block;
}

@media(min-width: 1024px){
    .banesprev-card {
        width: 24%;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        margin-bottom: 1%;
    }
    
    .covercard {
        width: 100%;
        height: 400px;
        margin: 0;
    }
    
    .desc-card_banesprevhome {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .flexible_cards_banesprev {
        counter-reset: item;
        display: flex;
        flex-flow: wrap;
        gap: 1%;
        justify-content: center;
    }
    
    .flexible_cards_banesprev .banesprev-card:nth-child(even) {flex-direction: row-reverse;}
    
    .flexible_cards_banesprev .banesprev-card:nth-child(even) .covercard {
    }

    .centraliza-desc-banesprev {
        width: 100%;
        max-width: 400px;
    }
    
    .desc-card_banesprevhome h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    
    .desc-card_banesprevhome p {
        line-height: 17px;
        margin-bottom: 20px;
    }
    
    .desc-card_banesprevhome a {
        font-size: 12px;
        padding: 15px 35px;
    }
}

@media(min-width: 1440px){
    .desc-card_banesprevhome h2 {
        font-size: 28px;
    }
    
    .desc-card_banesprevhome p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .covercard {
        height: 500px;
    }

    .flexible_cards_banesprev {
        padding: 60px 0;
    }

    .banesprev-card {
        margin-bottom: 1%;
    }
    
    .covercard {
        height: 500px;
    }
}

/***
BANESPA
*****/
.transparent_text {
    color: transparent; /* Torna o texto transparente */
    -webkit-text-stroke: 1px #4EA6F7; /* Cria o contorno azul */
}

#menu li a,
#menu li span {
    font-size: 14px;
    padding: 4px 0;
    display: flex;
    color: #0f4780;
    font-weight: 500;
    align-items: center;
    transition: 0.4s ease all;
}

#menu li a:hover, #menu li span:hover {
    color:#dc8a30;
    transition: 0.4s ease all;
}


#menu li a svg, #menu li span svg {
    width: 10px;
    margin-left: 5px;
    transform: rotate(180deg);
}

ul.submenu {
    padding-left: 30px;
    display: none;
}

@media(min-width: 1024px){
    #menu li a, #menu li span {
        color: #332a7c;
        font-size: 16px;
        padding: 0;
        padding-left: 20px;
        font-weight: 500;
    }
}

.sidebar-menu {
    width: 100%;
    padding-right: 20px;
}

ul#menu-menu-principal-2 {
    padding: 10px 35px;
    background: white;
    border-radius: 0 30px 30px 30px;
    box-shadow: -3px 7px 13.9px -5px #C0E6FF;
}

ul#menu-menu-principal-2 li a {
    font-size: 16px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    font-weight: 500;
    border-bottom: 1px solid #ede7e6;
    color: #234270;
    transition: 0.4s ease all;
}

ul#menu-menu-principal-2 li a:before {
    content:url(icon_menu.png);
    display: inline-block;
    margin-right: 10px;
    width: 26px;
    height: 26px;
    opacity: 0.5;
    transition: 0.4s ease all;
}

ul#menu-menu-principal-2 li:last-of-type a {
    border-bottom: navajowhite;
}

ul#menu-menu-principal-2 li.active a, ul#menu-menu-principal-2 li a:hover {
    font-weight: 600;
    transition: 0.4s ease all;
}

ul#menu-menu-principal-2 li.active a:before, ul#menu-menu-principal-2 li a:hover::before {
    opacity: 1;
    transition: 0.4s ease all;
}

.table_banesprev_pai h2 {
    padding: 25px 20px 20px 30px;
    background: linear-gradient(to left, #30d1f8, #0053db);
    border-radius: 20px 20px 0 0;
    margin: 0;
    font-size: 16px;
    color: white !important;
}

table.table.table_banesprev_maxima {
    width: 100%;
    border: none;
    margin: 0;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    border-collapse: collapse;
}

table.table.table_banesprev_maxima tbody td {
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    border: none;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    padding: 15px 20px;
    border-bottom: 1px solid #e4e4e4;
}

table.table.table_banesprev_maxima thead td, table.table.table_banesprev_maxima thead th {
    font-size: 14px;
    padding: 0;
    margin: 0;
    background: white;
    border: none;
    border-bottom: 1px solid #dddddd;
    font-weight: 600;
    padding: 20px;
    border-right: 1px solid #dddddd;
    text-align: left;
    color: #0a2f59;
    font-weight: 700;
}

table.table.table_banesprev_maxima thead td:last-of-type, table.table.table_banesprev_maxima thead th:last-of-type {
    border-right: none;
}

.destaque_boxes > div {
    margin: 0 !important;
}

.destaque_boxes {
    padding-left: 0 !important;
}

.lineunica-valor {
    display: flex;
    margin-bottom: 5px;
}

.sideone-line {
    width: 50%;
}

.sidetwo-line {
    width: 50%;
    padding-left: 10px;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
}

.sideone-line span {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background: red;
    border-radius: 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color:white;
}

.sidetwo-line span {
    width: 50%;
    text-align: center;
    font-size: 14px;
}

.sidetwo-line span:first-of-type {
    width: 30%;
}

.sidetwo-line span:last-of-type {
    width: 70%;
}

.desc-chart-basis {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: -20px;
    margin-bottom: 20px;
}

.desc-chart-basis span {
    color: #194371;
}

.desc-chart-basis span:last-of-type {
    font-weight: bold;
    font-size: 20px;
}

.table_banesprev_pai.special_tb table thead td, 
.table_banesprev_pai.special_tb table thead th {
    background: #93c2e2;
}

.table_banesprev_pai.special_tb table {
    border-radius: 20px;
    overflow: hidden;
}

.table_banesprev_maxima td.lvl-3 {
    padding-left: 120px;
}

ul#menu-menu-principal-2 li a svg {
    width: 10px;
    height: 10px;
    margin-left: 10px;
    transform: rotate(180deg) scale(1.1);
    filter: brightness(0) saturate(100%) invert(22%) sepia(50%) saturate(683%) hue-rotate(174deg) brightness(98%) contrast(95%);
}

.table_banesprev_pai {
    overflow-x: scroll;
    position: relative;
}
.megamenu {
    width: 100%;
    background: #dd8b31;
    padding: 30px;
    transform: translate(0px, -30px);
    padding-top: 45px;
    overflow-y: scroll;
    max-height: 400px;
    border-radius: 0 0 20px 20px;
}

.megamenu ul {
    display: flex;
    flex-flow: wrap;
    padding-right: 30px;
    flex-direction: column;
}

.megamenu ul li {
    width: 100%;
}

#menu .megamenu li a {
    color: white;
}

.megamenu > ul > li {
    border-bottom: 1px solid rgb(255 255 255 / 21%);
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.megamenu > ul > li ul {
    padding-left: 10px;
}

ul.submenu.active {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0 16px 16px 16px;
    background: white;
    border-radius: 10px;
    margin-top: 5px;
    min-width: 200px;
}

.menu-item-has-children {
    position: relative;
}

#menu ul.submenu.active li a {
    font-size: 14px;
    color: black;
    padding: 10px 0 0 0;
}

#menu ul.submenu.active li {
    margin: 0;
}

#menu ul.submenu.active li a:hover {
    color: #de8c31;
}


#menu .megamenu li li {
    margin-left: 0;
}

#menu .megamenu li li a:hover {
    background: none;
}

.megamenu ul ul {
    display: flex;
    flex-direction: column-reverse;
}

.font-tabels .table.table_banesprev_maxima tbody td {
    /*font-size: 12px;
    line-height: 16px;
    padding-top: 8px;
    padding-bottom: 8px;*/
}

@media(min-width: 1024px){
    #menu li a svg, #menu li span svg {
        filter: brightness(0) invert(1);
    }

    .megamenu {
        padding: 20px;
        position: absolute;
        top: 100%;
        transform: none;
        border-radius: 20px;
        right: 0;
        background: white;
        box-shadow: 2px 2px 9px -1px rgb(0 0 0 / 51%);
        display: none;
    }
    
    .megamenu > ul > li {
        width: 12.5%;
    }
    
    #menu .megamenu > ul > li {
        border-bottom: none;
        margin-bottom: 40px;
        margin-left: 0;
        width: 100%;
        margin: 0;
    }
    
    #menu .megamenu > ul > li > a {
        padding: 0;
        font-size: 14px;
        font-weight: 400;
        transition: 0.4s ease all;
        margin-bottom: 5px;
        color: #332a7c;
        font-weight: 600;
    }

    ul {}

    div#megamaxmenu.activaded ul {
        padding: 0;
    }
        
    div#megamaxmenu.activaded {
        display: block;
        max-width: 500px;
        height: auto;
        max-height: max-content;
        width: auto;
    }

    #menu .megamenu > ul > li > a:hover {
        color: #127be5;
        transition: 0.4s ease all;
        background: none;
    }
    
    #menu .megamenu > ul > li ul {
        padding: 0;
    }
    
    #menu .megamenu > ul > li ul li a {
        padding: 0;
        color: #244270;
        margin-bottom: 10px;
        line-height: 16px;
    }

    #menu .megamenu > ul > li ul li:last-of-type a {
    }
}

@media(min-width: 1280px){
    .table_banesprev_pai {
        overflow-x: hidden;
    }
    
    #menu li {
        margin-left: 20px;
    }
}

/* .rounded-full { 

	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 100px;
} */

.rounded-full-equipe {
    background: #fff;
    width: 140px !important;
    height: 140px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
	font-size: 14px;
	margin-top: 30px;
	padding:10px;
}

.border-12-equipe {
	border-radius: 12px !important;
}

.sidebar-menu>ul li[data-expandido="0"] ul.active {
    display: block;
    position: relative;
    margin-bottom: 0;
}

.sidebar-menu ul#menu-menu-principal-2 li ul li a {}

.sidebar-menu>ul li[data-expandido="0"] ul.active li a:before {
    transform: scale(0.7);
}

.tabletype_1 table.table.table_banesprev_maxima thead td, 
.tabletype_1 table.table.table_banesprev_maxima thead th,
.tabletype_2 table.table.table_banesprev_maxima thead td, 
.tabletype_2 table.table.table_banesprev_maxima thead th{
    text-align: center;
    line-height: 18px;
	text-transform:uppercase;
}

.tabletype_2 table.table.table_banesprev_maxima tbody td:nth-last-child(-n+3){
    text-align:right;
}

.tabletype_1 table.table.table_banesprev_maxima tbody td:nth-last-child(-n+2),
.tabletype_1 table.table.table_banesprev_maxima tbody td:nth-of-type(2),
.tabletype_1 table.table.table_banesprev_maxima tbody td:nth-of-type(3){
    text-align:right;
    padding-right:5px;
}

.table_banesprev_maxima td.lvl-1 {
    padding-left: 40px !important;
    font-weight: 600;
}

.table_banesprev_maxima td.lvl-2 {
    padding-left: 80px !important;
}