/*/////////////////////
	Theme Name: RAI - EnergisaPrev
	Theme URI: http://crtpublicidade.com.br/
	Description: Desenvolvido exclusivamente para a EnergisaPrev. Este tema foi meticulosamente criado para atender Ã s necessidades especÃ­ficas de comunicaÃ§Ã£o e divulgaÃ§Ã£o do RAI 2023 , garantindo uma experiÃªncia Ãºnica para seus usuÃ¡rios e stakeholders. Ã‰ importante destacar que todos os direitos relativos a este tema sÃ£o propriedade exclusiva da Energisa.
	Author: CRT ComunicaÃ§Ã£o
	Author URI: http://crtpublicidade.com.br/
	Version: 1.0.0
	Stable tag: 1.0.0
	Requires at least: 4.7
	Tested up to: 5.9
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: Energisa
	Tags: RAI, Relatorio Anual, EnergisaPrev, Investimentos...
///////////////////*/

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

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

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

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

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

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

*, html, body {
    font-family: 'Telefonica' !important;
}

html{
    scroll-behavior: smooth;
}

body::-webkit-scrollbar {
    width: 5px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
    background: #f8f7f3;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
    background-color: #00868C ;    /* color of the scroll thumb */
    border-radius: 5px;       /* roundness of the scroll thumb *//* creates padding around scroll thumb */
}

/******
MENU
**************/
body {
    font-family: 'Ubuntu', sans-serif;
    scroll-behavior: smooth;
}

.custom-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 999px;
    transition: all .3s ease;
}

.custom-bullet-active {
    width: 10px;
    height: 10px;
    background: white;
}

.active_btn svg {
    filter: brightness(0) invert(1);
}

.flex-menu__relatorio {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}

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

.sidebrand__relatorio a {
    display: inline-block;
}

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

.side-antigos__relatior a {
    text-decoration: none;
    display: flex;
    padding: 10px 20px;
    border-radius: 100px;
    transition: 0.4s ease all;
    border: 1px solid;
    color: #2A6267;
    background: #fff;
}

.side-antigos__relatior a svg {
    width: 10px;
    margin-left: 10px;
    stroke-fill: #093D42;
}

.side-antigos__relatior a span {
    font-size: 30px;
    border-right: 2px solid #00B5B2;
    border-bottom: 2px solid #00B5B2;
    width: 8px;
    display: inline-block;
    height: 8px;
    transform: rotate(-45deg);
}

.side-antigos__relatior a:hover {
    color: #2acd8d;
    transition: 0.4s ease all;
    background: white;
}

.whitebar-menu__relatorio {
    padding: 10px;
    background: white;
    border-radius: 10px;
    margin-top: -20px;
    z-index: 8;
    position: relative;
    display: flex;
    align-items: center;
}

.whitebar-menu__relatorio {
    border-radius: 100px;
    box-shadow: 0px 12px 16.4px 0px rgba(0, 0, 0, 0.11);
}

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

.fixed-homepage__menu {
    width: 45px;
    height: 45px;
}

.fixed-search__menu {
    width: 45px;
    height: 45px;
    position: relative;
}

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

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

.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;
    transform: translateY(-5px);
}

.searchitem {
    display: none;
}

.fixed-homepage__menu img {
    width: 100%;
    height: 100%;
}

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

button#opensearch {
    background: none;
    border: none;
    padding: 0;
    /* height: 100%; */
}

button#opensearch img {
    width: 100%;
    height: 100%;
}

section.sect__relatorio {
    padding: 40px 0 0 0;
}

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

.tabela_gestao_administrativa th.sorting.sorting-none:last-child {
    text-align: right !important;
}

.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 {
    /* background-size: cover; */
    border-radius: 38px;
    margin-bottom: 20px;
    background-position: center center;
    /* border: 5px solid #f8f7f3; */
    background-size: cover;
}

.frontview-card__relatorio {
    padding: 0 50px;
    min-height: 500px;
    display: flex;
    align-items: baseline;
    flex-direction: column;
    justify-content: center;
    position: relative;
    border: 2px solid rgba(81, 229, 107, 0.36);
    border-radius: 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-weight: bold;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 25px;
    position: relative;
}

.frontview-card__relatorio h3:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    right: -40px;
    top: -30px;
    background-image: url("https://energisaprev.com.br/relatorioanual2024/wp-content/uploads/2025/04/folhas.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.frontview-card__relatorio p {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 300;
}

.frontview-card__relatorio a {
    display: inline-block;
    width: 80%;
    border: 1px solid;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 1000px;
}

.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::marker{
	color: white;
}

.list___flexiblcards ul li a {
	color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
    padding: 5px 0;
    display: inline-block;
    list-style: none;
	transition: 0.4s linear;
}

.list___flexiblcards ul li a:hover {
	text-decoration: underline;
}

.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;
} */

/* BOTAO VOLTAR AO TOPO */
a.btn-back25 {
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    width: max-content;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    padding: 5px 25px 5px 10px;
    color: #fff!important;
    border: 1px solid #fff;
    border-radius: 30px;
	text-decoration: none;
}

i.icon-btn25 {
    display: inline-block;
    width: 30px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

i.icon-btn25:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("https://energisaprev.com.br/relatorioanual2024/wp-content/uploads/2025/04/arrow-up.png") no-repeat center center;
    background-size: contain;
}

.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% + 34px);
    background: white;
    border-radius: 20px;
    padding: 10px 30px 20px;
    min-width: 300px;
    border: 1px solid #ebebeb;
}

.sidebar-menu > ul > li {
    margin-bottom: 12px;
}

.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 {
    background: red;
    padding: 10px 0;
}

.footerbrand__relatorio {
    padding: 30px 0;
    border-bottom: 1px solid rgb(255 255 255 / 26%);
    text-align: center;
}

.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: 20px;
    margin: 0;
    font-weight: bold;
    margin-bottom: 10px;
}

.unicobox_information__rodape.widget_previsto {
    margin-bottom: 20px;
}
/* footer h3, footer h4, footer h5, footer p {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    line-height: 26px;
}
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(29%) sepia(81%) saturate(325%) hue-rotate(136deg) brightness(93%) contrast(86%);
}

.social__rodape ul li a:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;border: 1px solid black;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;
	transition: 0.7s linear;
    /*filter: invert(1);*/
}

.social__rodape ul li a:hover {
    background: black;
    border-radius: 50px;
    color: white;
    /* float: right; */
}

.social__rodape ul li a:hover img {
    filter: inherit;
}

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

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

.bodymax-page {
    width: 100%;
    position: relative;
}

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

.sidebar-menu > ul {
    margin: 0;
    list-style: none;
    background: linear-gradient(#093D42,#072C2F);
    padding: 30px 40px;
    border-radius: 30px;
    position: sticky;
    top: 30px;
}

#proprioe {
    padding: 10px 0;
    border-radius: 30px;
}

.titles__locations * {
    font-weight: 300;
}

.uppertitle__RAI {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 20px;
    position: absolute;
    right: 30px;
    z-index: 999;
}

.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: 20px;
    display: inline-block;
    width: 100%;
    padding-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-menu > ul > li:not(.active) span {
    border-bottom: 1px solid rgb(0 0 0 / 13%);
}

.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: block;
}

.sidebar-menu > ul 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;
	z-index: 99999;
    position: relative;
}

.cards_todos_rai{
	margin: 10px 0;
}

.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;
    top: 35%;
    justify-content: space-between;
}

.carousel-todos__RAI #car___TODOSRAI .owl-nav button {
    width: 55px;
    height: 55px;
    font-size: 23px;
    border-radius: 100px;
    background: white;
    border: 1px solid #00D38E;
    color: #037070;
    opacity: 0.95;
    margin-right: 20px;
}

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

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

.efeito_largo_RAI {
    border-radius: 38px;
    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(180deg, rgb(0 134 140) 0%, rgb(1 208 140) 59.74%, #F8F7F3 100%); 
}

.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: #fbfbfb;
	  border-radius: 0;
	  padding: 20px;
	  list-style: none;
	  border-radius: 15px;
  }
}

.elementor-70 .elementor-element.elementor-element-3b27e0f{
	width: 100%
}

section.banner-main__relatorio.container.mx-auto {
    border-radius: 0 0 60px 60px;
    overflow: hidden;
}

	.whitex-box-page {
	    background: linear-gradient(white, #D1FFFF);
	    padding: 20px;
	    border-radius: 30px;
	}
	

@media(min-width: 1024px){
	.side-antigos__relatior {
		width: 30%;
		display: flex;
		justify-content: flex-end;
	}
	
	.sidebrand__relatorio {
		/* width: 40%; */
		justify-content: center;
		display: flex;
	}
	
	.elementor-70 .elementor-element.elementor-element-3b27e0f{
		width: 40%;
	}

  .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;
  } */
  .unicobox_information__rodape.widget_previsto {
        width: 25%;
        padding: 30px 50px 0 0;
    }
  .fixed-homepage__menu,
  .fixed-search__menu {
  }
  .fixed-homepage__menu img, button#opensearch img {
      height: auto;
      width: 70px;
      border: none;
  }
  .centralized__menu button {
      display: none;
  }
  .centralized__menu {
  }
  .navbar-master {
      position: relative;
      display: flex;
      padding: 0;
      width: 100%;
      left: 0;
      top: 0;
  }
  .navbar-master nav ul {
      display: flex;
      list-style: none;
      justify-content: space-between;
      width: 100%;
      padding: 0 20px;
      margin: 0;
  }
  .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: 32.3333333333%;
  }
  .navbar-master nav ul li {
      padding: 0 14px;
      text-align: left;
      display: flex;
      align-items: center;
      position: relative;
  }
  .navbar-master nav ul li span {
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
  }
	.flexible_cards {
		position: relative;
		display: flex;
		flex-flow: wrap;
		gap: 5px;
		justify-content: space-between;
	}
  li.menuspecial_levels:before {
      content: "";
      position: absolute;
      width: 1px;
      height: calc(100% + 20px);
      background: #d8d8d8;
      left: 0;
  }
  .whitebar-menu__relatorio {
      padding: 15px 0px;
      justify-content: center;
      margin: -35px auto 0 auto;
  }

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

  .bodymax-page {
      width: 68%;
  }

	.whitex-box-page {
	    padding: 40px;
	}
	
	.frontview-card__relatorio {
		padding: 0 25px;
	}

}

@media(min-width: 1281px){
	.navbar-master nav ul li{
		padding: 0 14px;
	}
	
	.navbar-master nav ul li span{
		font-size: 18px;
	}
	
	.navbar-master nav ul li .submenu li a {
		font-size: 16px;
	}
	
	.frontview-card__relatorio h3 {
		font-size: 40px;
		line-height: 40px;
	}
	
	.flexible_cards {
		gap: 15px;
	}
	
	.frontview-card__relatorio {
		padding: 0 50px;
	}
}

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

.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 p{
    color: #037070;
}

.titles__locations h3 {
    font-size: 22px;
    display: flex;
    align-items: center;
    margin: 0;
    font-weight: 500;
    color: #2A6267;
    font-weight: 300;
}

/* .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: 12px;
    line-height: 16px;
    color: #037070;
}
.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: #15C7C0;
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
}
table tr:nth-of-type(even) td {
    /* background: red; */
}
/* table tbody tr td:first-child {
    border-right: 1px solid #C4C4C4;
	font-weight: 600;
} */

/* table tbody tr td:last-child{
    font-weight: 600;
} */

.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: 16px;
    font-weight: 500;
    padding: 5px 12px;
}
div#proprioe .content__pagemax p:not(.bloco___verde p) {
    color: #004651;
	text-align:left;
}
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: pointer;
}
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;
    margin-bottom: 10px;
    display: inline-block;
}

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

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

footer * {
    transition: 0.4s ease all;
} */

.banner_principal_2023{
    position: relative;
}

.banner_principal_2023:before{
	content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    right: 20px;
    top: -50px;
    background-image: url(img/logo.svg);
}

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

@media(min-width: 1024px){
    .desenvolvido___relatorio {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .desenvolvido___relatorio > a {
        margin: 0;
    }
	
	.banner_principal_2023:before{
		right: 100px;
		top: -20px;
	}
	
	.titles__locations h2.mb-md-0.position-relative:after {
		content: "";
		position: absolute;
		bottom: -5px;
		left: 0;
		width: 100px;
		height: 8px;
		background: #00B5B4;
		border-radius: 12px;
	}
}


/****
Footer
**************/
footer{
    position: relative;
    z-index: 9;
}
.logos-rodape-energisa {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

/* .logos-rodape-energisa a:nth-of-type(1) {
padding: 10px 20px 10px 0;
display: flex;
border-right: 1px solid rgb(240 252 251 / 25%);
margin-right: 20px;
} */
/*
.logos-rodape-energisa a:nth-of-type(1)::before {
content: url(svg/energisa-white.svg);
display: inline-block;
width: 100px;
height: 34px;
} */

.logos-rodape-energisa a:nth-of-type(1)::before {
    content: url(svg/energisaprev-white.svg);
    display: inline-block;
    width: 140px;
    height: 34px
}

.desc-rodape-energisa{
    width: 52%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.desc-rodape-energisa p {
    font-size: 14px;
    font-weight: 300;
    color: #2A6267;
    opacity: 0.9;
}

.desc-rodape-energisa p * {
    color: #2A6267;
}

.desc-rodape-energisa h4{
    font-size: 14px;
    font-weight: 300;
    color: #f6f6f6;
}

.desc-rodape-energisa ul {
margin: 0;
padding: 0;
list-style: none;
}

.ouvidoria-rodape li {
color: white;
font-weight: 100;
font-size: 14px;
line-height: 20px;
padding-bottom: 20px;
}

.ouvidoria-rodape li span {
font-weight: bold;
}

.social-rodape {
display: flex;
}

.social-rodape li {
margin-right: 10px;
}

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

.social-rodape li:nth-of-type(1) a:before {
content: url(svg/instagram.svg);
}

.social-rodape li:nth-of-type(2) a:before {
content: url(svg/facebook.svg);
}

.social-rodape li:nth-of-type(3) a:before {
content: url(svg/linekdin.svg);
}

.social-rodape li:nth-of-type(4) a:before {
content: url(svg/youtube.svg);
}

.social-rodape li:nth-of-type(5) a:before {
content: url(svg/spotify-social.svg);
}

.side2-footer-top {
    padding: 20px;
    background: #2a6267;
    margin-top: 20px;
    border-radius: 20px 20px 0 0;
    display: flex;
    flex-flow: wrap;
}

.menu-geral-rodape {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 48%;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.menu-geral-rodape h2{
    font-size: 20px;
    font-weight: 600;
}

.menu-geral-rodape b,
.menu-geral-rodape b a{
    color: white;
    font-size: 17px;
}

.menu-geral-rodape li a {
font-weight: 300;
color: white;
font-size: 14px;
display: inline-block;
}

.legals-links-rodape {
display: flex;
width: 100%;
position: relative;
flex-direction: column;
}

.previc-logo:before {
display: inline-block;
content: url(svg/previc.svg);
width: 150px;
}

.politics-links {
color: white;
text-decoration: underline;
font-weight: 200;
font-size: 12px;
padding: 10px 0 0 0;
display: inline-block;
}
.politics-links:hover{
color: white
}

.sidebottom-footer {
background: #00B5B4;
width: 98%;
margin: 0 auto 20px auto;
display: table;
padding: 10px;
border-radius: 10px;
position: relative;
}

.links-finais-rodape {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
}

.links-finais-rodape a {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
}

.links-finais-rodape a:hover{
    text-decoration: underline;
}

.links-finais-rodape a b{
    color: #fff;
    font-weight: 600;
}

.links-finais-rodape a i:before {
    content: url(img/coracao.svg);
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    top: 1px;
    margin: 0 1px;
    filter: brightness(0) invert(1);
}

.btn_todos{
	text-align: center;
    margin: 0 auto;
	padding: 50px 0 0;
}

.btn_todos a{
    padding: 12px 24px;
    display: inline-block;
    background: transparent;
    border-radius: 100px;
    border: 1px solid #2ad18d;
    color: #2ad18d;
    text-decoration: none;
    transition: 0.2s linear;
}

.btn_todos a:hover {
    background: #2ad18d;
    color: white;
}

@media(min-width: 1024px){
    .footer-group {
        display: flex;
        flex-flow: wrap;
    }
    .side1-footer-top{
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .side2-footer-top{
        width: 50%;
        margin: 0;
        position: relative;
        border-radius: 0;
        padding-left: 50px;
    }
		.btn_todos{
			padding: 50px 0;
		}
    .side2-footer-top:before {
        content: "";
        background: #2A6267;
        position: absolute;
        width: 1000%;
        height: 125%;
        top: -10%;
        left: 0;
        border-radius: 20px 0 0 0;
    }
    .menu-geral-rodape,
    .legals-links-rodape{
            position: relative;
    }
    .legals-links-rodape{
            flex-direction: inherit;
            align-items: center;
            padding: 25px 0;
    }
    .legals-links-rodape a{
            margin-right: 25px;
            padding: 0;
    }
    .links-finais-rodape{
        flex-direction: inherit;
        justify-content: space-between;
	}
}


#proprioe .content__pagemax table thead th:first-child, #proprioe .content__pagemax table thead th:last-child{
	font-weight: 600;
}
.elementor-1650 .elementor-element.elementor-element-9722650 .eael-data-table tbody > tr:nth-child(2n) td{
	background: none;
}

.table_previdencia .td-content{
	font-weight: 600;
}

.sect__relatorio .table_previdencia table thead tr th span{
	font-weight: 600;
}

#proprioe .content__pagemax .table_planos table thead th:first-child {
    width: 70%;
}

.text_center_table th{
	text-align: center;
}

#proprioe .content__pagemax .text_center_table table thead th {
	text-align: center;
}

table tbody tr td.arrumar_formatacao{
	border-top: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	font-weight: 600;
	border-right: none;
}

table tbody tr td.remover_borda{
	border: none;
}

.table_contribuicao  table tbody tr td.bold_conteudo{
	font-weight: 600;
}

.table_contribuicao tr td:not(:first-child) .td-content{
	text-align: center
}

.conteudo_upperscale{
	text-transform: uppercase;
}

.table_previdencia_todos_beneficios .ea-advanced-data-table-wrap .ea-advanced-data-table{
	border-collapse: separate;
}

.table_planos_new table tbody td:nth-child(n+1) .td-content {
    font-weight: 600;
}

.icone_fatos a{
	text-decoration: none;
	font-weight: 400;
}

td.table_gestao_destaque {
    background: #15C7C0;
    color: white !important;
    border-radius: 2px;
}

td.subopcao_table .td-content {
    padding-left: 20px;
}

.tabela_gestao_administrativa td:last-child {
    text-align: right;
}

.table_balanco_2023 tr:last-child td {
    border-top: 1px solid #C4C4C4;
}

td.td_bold_sub {
    text-decoration: underline;
    font-weight: 800;
    text-align: right;
}

td.td_bold_sub .td-content {font-size: 16px;
    font-weight: 600;
    color: #00868c;
    border-bottom: 1px solid;
    display: inline-block;
}}

.grafico_coluna_default svg g > g > g rect:first-child{
	fill: #00878C;
}

.grafico_coluna_default svg g > g > g rect:nth-child(even){
	
}

.menu-geral-rodape a{
	text-decoration: none;
	transition: 0.4s linear;
}

.menu-geral-rodape a:hover{
	text-decoration: underline;
	color: #fff;
}

#block-1d1ae2d0-6bc5-48b7-a9f6-11d52d441460 a{
	text-decoration: none;
	transition: 0.2s linear;
}


#block-1d1ae2d0-6bc5-48b7-a9f6-11d52d441460 a:hover{
	text-decoration: underline;
	color: #fff;
}

.table_equilibrio .td-content, .table_quem_somos .td-content{
	font-weight: 500; 
	font-size: 15px;
}

.table_equilibrio tr td:first-child.table_quem_somos tr td:first-child{
	width: 50%;
}

.table_equilibrio tr,.table_quem_somos tr{
	transition: 0.2 linear;
}

.table_equilibrio tr:hover, .table_quem_somos tr:hover {
    background: #f9f9f9;
}

.table_equilibrio table thead tr th span, .table_quem_somos table thead tr th span{
	font-size: 16px;
	line-height: 1.3em;
	font-weight: 600;
}

.table_equilibrio table thead th:last-child{
	text-align: right;
}

#duracao .table_equilibrio{
}

td.table_total .td-content {
    font-weight: 600;
}

.eael-data-table tbody tr td.consolidado_final {
    border-top: 1px solid #C4C4C4;
}

table tbody tr td.consolidado_final .td-content {
    font-weight: 600;
}

td.total_equilibrio .td-content {
    color: #037070;
    font-weight: 600;
}

.table_equilibrio .bold_conteudo .td-content{font-weight: 600;}

.text_center_table.not-bold .td-content{font-weight: 400;}

.border-bottom_table{
	border-bottom: 1px solid #C4C4C4;

}

.text_center_table .td-content {
    text-align: center;
    font-weight: 600;
}

.not-bold{
	font-weight: 500 !important;
}

.table_gestao th {
    width: 50%;
}

.table_gestao table thead th {
    width: 50%;
    font-weight: 600;
}

.table_gestao table thead tr th span {
    font-size: 15px;
    font-weight: 600;
}

.table_gestao table thead tr th:last-child span {text-align: right;}
.table_gestao table thead tr th:last-child {text-align: right !important;}

.table_gestao table .td-content {
    font-weight: 500;
    font-size: 15px;
}

.table_gestao table tr td:last-child .td-content {
    text-align: right;
}

.table_maior_gestao table thead tr th span {
    font-weight: 600;
    text-align: center;
    width: 100%;
	font-size: 14px;
}

.table_maior_gestao table thead tr th:first-child span {
    text-align: left;
}

.table_maior_gestao tr .td-content {
	text-align: center;
	font-weight: 500;
	font-size: 13px;
}

#patrocinadores.table_maior_gestao tr td:first-child .td-content {text-align: left;    width: 330px;}


@media(max-width: 450px){
	#patrocinadores.table_maior_gestao tr td:first-child .td-content {   width: auto;}

}

.table_pessoas tr td:first-child {
    width: 70%;
}

.btw_fill span.elementor-button-icon.elementor-align-icon-right{
	display: flex;
}

.scroll_table{
	overflow-y: hidden;
    overflow-x: scroll;
}

/* Estilizando o scrollbar */
.scroll_table::-webkit-scrollbar {
	width: 3px; 
	background-color: #fdfdfdee;
}

.scroll_table::-webkit-scrollbar-thumb {
	background-color: #00868C ;    /* color of the scroll thumb */
    border-radius: 5px;       /* roundness of the scroll thumb *//* creates padding around scroll thumb */
}

.table_maior_gestao .bold_conteudo .td-content {font-weight: 600;}

.table_equilibrio .bold_conteudo .td-content {font-weight: 600;}


@media(min-width: 1400px){
	.frontview-card__relatorio h3{
		min-height: 60px;
	}
	
	.frontview-card__relatorio p{
		min-height: 180px;
	}
}

#despesas_energisaprev table tbody tr td{
	border-bottom: 1px solid #C4C4C4;
	border-right: none;
}

#despesas_energisaprev table tbody tr td:last-child .td-content{
	text-align: right;
}

#despesas_energisaprev table thead tr th.sorting.sorting-none:last-child{
	text-align: right !important;
}

#balanco_patrimonial tr td:first-child .td-content-wrapper {
    text-align: left;
}

#balanco_patrimonial table thead th {text-align: right !important;}
#balanco_patrimonial table thead th:first-child {text-align: left !important;}



#politica_investimentos_table.table_maior_gestao tr .td-content{
    font-size: 11px;
    padding: 0
}

#politica_investimentos_table.table_maior_gestao .bold_conteudo .td-content{
	font-weight: 600;
}

@media(min-width: 1440px){
	#politica_investimentos_table.table_maior_gestao tr .td-content{
		font-size: 12px;
	}
}
#table_perfil_participantes tr td:first-child .td-content {
    width: max-content;
}
#table_perfil_participantes tr td.td-content {
    font-size: 13px;
}

#table_perfil_participantes.table_equilibrio .td-content{
	font-size: 13px;
}
#table_perfil_participantes.table_equilibrio table thead tr th span{
	font-size: 14px;
}

#table_politica_investimentos.table_maior_gestao .td-content{
	font-size: 10px;
}


@media(min-width:1024px) {
	.fixed-homepage__menu {
	}

	.fixed-search__menu {
	}
	
	.fixed-homepage__menu img {
	}
}

#menu-secundario li.active ul li.active a {
    position: relative;
}

#menu-secundario li.active ul li.active a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 17px;
    background: url(https://energisaprev.com.br/relatorioanual2024/wp-content/uploads/2025/04/Logo.png) no-repeat center center;
    background-size: contain;
    left: calc(100% + 10px);
}

span.active_lateral.menu-item-link-class,
#menu-secundario li.active span {
    font-weight: 400;
    color: #ffffff;
    position: relative;
}

span.active_lateral.menu-item-link-class:after,
#menu-secundario li.active span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    width: calc(100% - 50%);
    height: 5px;
    background: #00b5b4;
    top: 25px;
    margin: 0 auto;
    display: none;
}

#menu-secundario .menu-item svg {
    width: 18px;
	transition: .6s ease-in-out;
}

#menu-secundario .menu-item.active svg {
    transform: rotate(180deg);
    filter: brightness(0) saturate(100%) invert(52%) sepia(25%) saturate(2129%) hue-rotate(137deg) brightness(96%) contrast(101%);
	transition: .6s ease-in-out;
}

#menu-secundario span.active_lateral.menu-item-link-class:after,
#menu-secundario li.active span:after {
    margin: 0;
    width: calc(100% - 40%);
    top: auto;
    border-radius: 20px;
    bottom: 0px;
}


/* Table formatada */


table.padrao_table thead tr th {
    color: #15C7C0;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 600;
    border-bottom: 1px solid #C4C4C4;
	text-align: center;
}	

table.padrao_table {
	border: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: separate;
	width: 100%;
	margin: 0;
}

table.padrao_table tbody tr td {
    border: 0;
    padding: 20px 15px;
    color: #072c30;
    text-align: center;
    border: 1px solid #fff;
    font-size: 15px;
}

table.padrao_table tbody tr td:first-child{
	text-align: left;
}

table.padrao_table tbody tr td:last-child{
	text-align: right
}

table.padrao_table thead th td:last-child{
	text-align: right
}


table.padrao_table thead tr th:first-child{
	text-align: left
}

table.padrao_table tfooter tr:last-child td {
    border-top: 1px solid #C4C4C4;
}

table.padrao_table tr:hover {
    background: #f4f4f4;
}

.scroll-false-table {
    overflow-x: scroll;
}

tr th:nth-of-type(1n + 2),
tr td:nth-of-type(1n + 2) {
    text-align: center !important;
}

.td-min-width tr th {
    min-width: 165px !important;
    text-align: center !important;
}

.td-min-width tr th:nth-of-type(1) {
    text-align: left !important;
}

table.padrao_table tfoot tr:last-child td {
    border-top: 1px solid #C4C4C4;
}

.padrao_table tfoot tr td {
    border: 0;
    padding: 20px 15px;
    color: #1b7a89;
    text-align: center;
    border: 1px solid #fff;
    font-size: 15px;
	font-weight: 600;
}

.padrao_table tfoot tr td:first-child{
	 text-align: left;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
}

.banner-main__relatorio {
    max-width: 80%; margin: 0 auto; border-radius: 30px; overflow: hidden;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
    
    section.section_rai_page_title {
        height: 400px;
    }
    
    .section_rai_page h1 {
        font-size: 78px;
        line-height: 78px;
    }
}

@media(min-width: 1200px){
	.titles__locations h3 {
		max-width: 60%;
	}
}

.table_capsulediv {
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    box-shadow: 2px 3px 11px -2px rgb(137 137 137 / 14%);
    overflow: hidden;
}

.overflow-auto.table_capsulediv {}

#proprioe .table_capsulediv table.table.padrao_table thead td, #proprioe .table_capsulediv table.table.padrao_table thead th {
    vertical-align: middle;
    font-size: 14px;
    padding: 15px 15px;
    background: none;
    color: white;
    font-weight: 400;
    min-width: auto;
    width: auto;
    border-color: #ffffff14;
    background: #062d31;
}

#proprioe .table_capsulediv table.table.padrao_table tbody td, #proprioe .table_capsulediv table.table.padrao_table tbody th {
    border-top: 0;
    font-size: 14px;
    width: auto;
    padding: 15px;
    border-bottom: 1px solid #ededed;
    border-right: none;
    border-left: none;
    vertical-align: middle;
    min-width: auto;
}

#proprioe .table_capsulediv table.table.padrao_table thead , #proprioe .table_capsulediv table.table.padrao_table thead {
    background: linear-gradient(
117deg, #093d42, #062d30);
}

#proprioe .table_capsulediv table.table.padrao_table tbody tr:last-of-type td, #proprioe .table_capsulediv table.table.padrao_table tbody tr:last-of-type th {
    /* border-bottom: none; */
}

a.link-notas {
    display: inline-block;
    background: #00b6b2;
    padding: 6px 10px;
    border-radius: 1000px;
    font-size: 12px;
    box-shadow: 1px 1px 6px 0px #c9c9c9;
    color: white;
    transition: 0.4s ease all;
}

a.link-notas:hover {
    background: #1a7b89;
    transition: 0.4s ease all;
}

@media(max-width: 993px){
	.active___RAICARD .efeito_largo_RAI {
		background: linear-gradient(180deg, rgb(0 134 140) 0%, rgb(1 208 140) 59.74%) !important;
	}
}

.text-center * {
	text-align: center !important;
}

ul.menu-geral-rodape div:nth-of-type(even) {
    margin-bottom: 20px;
}

.desc-rodape-energisa img {
    margin-bottom: 20px;
    max-width: 140px;
}

.desc-rodape-energisa b, .desc-rodape-energisa strong {
    font-weight: bold;
}

div#sidebar_prop > ul > li span {
    font-size: 18px;
    color: rgb(255 255 255 / 48%);
    font-weight: 300;
}

div#sidebar_prop > ul > li span.active_lateral {
    color: white;
}

div#sidebar_prop > ul > li a {
    color: white;
    opacity: 0.6;
    font-weight: 400;
    transition: 0.4s ease all;
}

.div#sidebar_prop > ul > li.active a {
    color: white;
}

div#sidebar_prop li ul li.active a, div#sidebar_prop li ul li a:hover {
    opacity: 1;
    font-weight: 600;
    transition: 0.4s ease all;
}

section.section_rai_page_title {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_rai_page h1 {
    font-size: 34px;
    color: white;
    font-weight: 100;
    line-height: 36px;
}

.section_rai_page {}

.section_rai_page b {
    font-weight: bold;
}

@media (min-width: 1024px) {
	* {
		/* zoom: 0.971; */
	}
	
	
    .section_rai_page h1 {
        font-size: 54px;
        line-height: 56px;
    }

}



#proprioe .table_capsulediv {
    overflow: auto;
}

/* Primeira coluna (thead + tbody) */
#proprioe .padrao_table th:first-child,
#proprioe .padrao_table td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #fff; /* importante pra não ficar transparente */
    z-index: 99;
}

/* Garantir que o header fique acima */
#proprioe .padrao_table thead th:first-child {
    z-index: 3;
    background: linear-gradient(117deg, #093d42, #062d30);
    color: #fff;
}

#proprioe .padrao_table th:first-child,
#proprioe .padrao_table td:first-child {
    box-shadow: 2px 0 5px rgba(0,0,0,0.1);
}