/*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@&@&,,(&&&&&&&&@@&@@@@@@@@@&,,%&&@&&&&@&&@,&,&,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@#,&%,/&&&###########&@@@@,&&,*&&%///////%&,&,&,/*/
/**@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@/*@,%&.(@@@&@@@@@@@@@@@@@,&&,&/,&&@@@@@@@@&&,&,,,,,,,,&@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@&,&//&,@@@@@@@@@@@@@@@@@@@,&((&,@@@@@@@@@@@@@&,&,&,/////(/@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@/(#*&,@@@@@@@@@@@@@@@@@@@&,&,&,@@@@@@@@@@@@@@&,&,@,@@@@@@&@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@,&*%/#@@@@@@@@@@@@@@@@@@@@,&,&,@@@@@@@@@@@@@@&,&,&,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@&((%*&,@@@@@@@@@@@@@@@@@@@@,&,&,@@@@@@@@@@@@@@@,@,&,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@,&(/@,&@@@@@@@@@@@@@@@@@@,&,&,@@@@@@@@@@@@@@@*%#/&,&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@(,&,#&*,&@@@@@@@@@@@@@@&,&,&,@@@@@@@@@@@@@@@@*(&,&&,%@@&@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@%,%&,,#&&@&&&&&&&&@@@@,&,&,@@@@@@@@@@@@@@@&@@/&,(&&&&@@&@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@&(,,/#%&&&&&&&&&&&&,&,&,@@@@@@@@@@@@@@@@@@&@@(,,#&@&&&&&@@&@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
/***
Essenciais
*************/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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

/******
MENU
**************/
.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: flex;
    align-items: center;
    text-decoration: none;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
}

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

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

.sidebrand__relatorio {
    width: 100%;
}

.side-antigos__relatior {
    width: 100%;
}

.side-antigos__relatior a {
    text-decoration: none;
    display: inline-block;
    padding: 5px 5px 5px 20px;
    border-radius: 100px;
    transition: 0.4s ease all;
    border: 1px solid;
    border-radius: 70px;
    border: 1px solid #E6DDDD;
    background: linear-gradient(90deg, #FBCA4A 0%, #FFF30B 100%);
    color: #0F2C54;
    font-weight: 500;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

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

.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;
    background: white;
    border-radius: 0 0 10px 10px;
    display: none;
    padding: 20px;
    top: 55px;
    border-radius: 20px;
}

.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 0 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;
    position: relative;
    padding-bottom: 100px;
}

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

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

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

.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 .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;
        width: 50%;
    }

    .sidebrand__relatorio a {
        margin: 0;
        justify-content: flex-start;
    }

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

    .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 rgb(0 0 0 / 18%);
        width: 100%;
        counter-increment: item;
        /* Incrementa o contador */
    }

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

    .navbar-master nav ul li span:before {
        content: "0" counter(item);
        color: #FBCA4A;
        display: table;
    }

    .navbar-master nav ul li span {
        font-size: 14px;
        font-weight: 500;
        line-height: 15px;
        color: #0F2C4C;
        transition: 0.4s ease all;
    }

    .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;
    }
	
	footer {
		padding-bottom: 300px;
	}

}


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

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


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


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%;
    border-radius: 20px;
}

.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, #FBCA4A 0%, #FFF30B 100%);
    color: #0F2C4C !important;
}

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

.title-fibra-rai {
    padding-left: 10px;
}

.title-fibra-rai h1 {
    font-weight: 500;
    font-size: 26px;
    color: #fbca4a;
}

#content .conteudo_rai h2 {
    font-size: 24px;
    color: #0f2c4c;
    font-weight: 300;
}

#content .conteudo_rai p, #content .conteudo_rai ul, #content .conteudo_rai ol {
    font-size: 15px;
    font-weight: 400;
    color: #0F2C4C;
    margin-bottom: 0;
}

#content .conteudo_rai p a {
    font-weight: 500;
    text-decoration: underline;
    color: #0F2C4C;
}

@media(max-width: 993px){
    .fixed-search__menu, .fixed-homepage__menu {
        width: 40px;
        height: 40px;
    }
    
    .whitebar-menu__relatorio {
        justify-content: space-between;
    }
}

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

    #content .conteudo_rai h2 {
        font-size: 36px;
/*         margin-top: 40px; */
    }
    
    #content .conteudo_rai p, #content .conteudo_rai ul {
        font-size: 16px;
    }
}







/***
FIBrAX ****/
#content .conteudo_rai .table_master h2 {
    font-size: 16px;
    background: linear-gradient(to right, #f3c452, #fbec83);
    padding: 20px;
    font-weight: 500;
    border-radius: 20px 20px 0 0;
}

#content .conteudo_rai .table_master table {
    border: 10px solid white;
    border-top: navajowhite;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}

#content .conteudo_rai .table_master table thead td, #content .conteudo_rai .table_master table thead th {
    line-height: 18px;
    text-align: center;
    height: auto;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #f3c452;
    position: relative;
    padding: 15px;
    color: #0f2c4c;
    font-weight: 500;
}

#content .conteudo_rai .table_master table thead td:after, #content .conteudo_rai .table_master table thead th:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 80%;
    background: #f3c452;
    right: 0px;
    top: 0;
    top: 10%;
}

#content .conteudo_rai .table_master table thead td:last-of-type::after, #content .conteudo_rai .table_master table thead th:last-of-type::after {
    display: none;
}

#content .conteudo_rai .table_master table tbody td {
    font-size: 14px;
    vertical-align: middle;
    border-left: 1px solid #cacaca;
    border-right: none;
    border-bottom: 1px solid #c1c1c1;
    color: #0f2c4c;
    padding: 12px 20px;
}

#content .conteudo_rai .table_master.center_tb table thead td, 
#content .conteudo_rai .table_master.center_tb table thead th,
#content .conteudo_rai .table_master.center_tb table tbody td {  
    text-align: center;
}

#content .conteudo_rai .table_master.special_tb table thead td, 
#content .conteudo_rai .table_master.special_tb table thead th {
    background: none;
    text-align: left;
    padding: 20px;
}

#content .conteudo_rai .table_master table tbody td:first-of-type {
    font-weight: 400;
}

#content .conteudo_rai .table_master.special_tb table {
    border: none;
    border-radius: 20px;
}

#content .conteudo_rai .table_master.special_tb table tr td:first-of-type {
    border-left: navajowhite;
}

#content .conteudo_rai .table_master.special_tb table thead {
    background: linear-gradient(to right, #f3c452, #fbec83);
}

#content .conteudo_rai .table_master table tbody tr:last-of-type td {
    border-bottom: navajowhite;
}

#content .conteudo_rai table .text-right {
    text-align: right !important;
}


#content .conteudo_rai table .text-left {
    text-align: left !important;
}


#content .conteudo_rai table .text-center {
    text-align: center !important;
}

#content .rounded-full-tb table.table {
    border-radius: 20px;
}

#content .evenodd-tb table.table  tbody tr:nth-child(even) {
    background: linear-gradient(#f4c452, #fbed83);
    border: none;
}

#content .evenodd-tb table.table tbody tr:nth-child(even) td {
    border: navajowhite;
}

#content .evenodd-tb table.table tbody tr td {border: none;}

.pesquisa-satisfacao p strong {
    border: 1px solid #f9bf41;
    padding: 10px;
    border-radius: 50px;
}

.principais-valores p {
    color: #f9bf41 !important;
    font-size: 18px !important;
	font-weight: 500 !important;
}

span.bigNumber {
    font-size: 42px;
    color: #fff;
    background-color: white;
    text-shadow: -1px -1px 0 #b9ad8b, 1px -1px 0 #b9ad8b, -1px 1px 0 #b9ad8b, 1px 1px 0 #b9ad8b;
    line-height: 0;
    transform: translateY(12px);
    display: inline-block;
}

span.bigNumber:nth-of-type(1) {
    transform: translate(-35px, 12px);
    position: absolute;
    left: 0px;
    min-width: 56px;
    text-align: center;
}

.border-outline {
    border: 1px solid #f4c857;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 10px;
    position: relative;
}

.border-outline .elementor-element-populated {
    margin: 0 !important;
}

.border-outline:after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border: 1px solid #172f4c;
    border-radius: 10px;
    transform: translate(-6px, -6px);
}

.bigNumber strong {
    font-size: 32px;
	display:block;
}

@media(min-width:1024px) {
	.bigNumber strong {
		font-size: 32px;
		transform: translateY(5px);
		display: inline-block;
		padding-right: 10px;
	}
}

@media(min-width:1280px) {
	.bigNumber strong {
		font-size: 45px;
	}	
}

.level-1 {
	padding-left: 30px !important;
}
.level-2 {
	padding-left: 50px !important;
}

.min-width-td td {
    min-width: 165px;
}

.max-width-td td {
    max-width: 150px;
}

img {
	border-radius: 20px !important;
}