﻿.bgBannerInternoMenor {
    height: 70vh;
    padding-top: 21vh;
    overflow: hidden;
    position: absolute;
}
.bgBannerInternoMenor::before {
    height: 100%;
    top: 0;
    transform: unset;
}
.bgPagFuncionalidades{
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 5rem;
    position: relative;
    overflow: hidden;
    margin-top: 25vh;
    border-bottom: 1px solid #e5e5e5;
}
.bgPagFuncionalidades .menuFuncionalidades{
    width: 18vw;
    float: left;
    padding-bottom:7rem;
}
.bgPagFuncionalidades .menuFuncionalidades .titlePage{
    width: 100%;
    overflow: hidden;
    margin-bottom: 2rem;
}
.bgPagFuncionalidades .menuFuncionalidades .titlePage svg{
    float: left;
    display: block;
    width: 20%;
    fill: #2cc3ff;
    margin-right: 2rem;
}
.bgPagFuncionalidades .menuFuncionalidades .titlePage h3, .bgPagFuncionalidades .menuFuncionalidades .titlePage h2{
    color: #fff;
    text-align: left;
    font-weight: 700;
}
.bgPagFuncionalidades .menuFuncionalidades .titlePage h3{
    font-size: 1.4rem;
    margin-top: 1rem;
}
.bgPagFuncionalidades .menuFuncionalidades .titlePage h2{
    font-size: 2.4rem;
}
.menu{
    width: 100%;
    overflow: hidden;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 21px 89px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 21px 89px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 21px 89px 0px rgba(0,0,0,0.27);
}
#menuDeRelatorios div ul li, #menuDeRelatorios2 div ul li{
    border-bottom: 1px solid #dedede;
}
.menu ul li{
    border-bottom: 1px solid #f0f0f0;
}
.menu ul li a{
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    color: #0052b4;
    font-weight: 700;
    background: #fff;
    font-size: 1.4rem;
    cursor: pointer;
}
.menu ul li a span{
    color: #cbd4de;
    margin-right: 2rem;
    width: 20px;
    display: inline-block;
    text-align: center;
}
.menu ul li a svg{
    display: inline-block;
    width: 20px;
    fill: #fff;
    float: right;
    opacity: 0;
}
.menu ul li a:hover{
    background: #cdeef8;
}
.menuFuncionalidadeSelecionado{
    background: #2cc3ff !important;
    color: #fff !important;
}
.menu ul li a.active span{
    color: #fff;
}
.menu ul li a.active svg{
    opacity:1;
}
.menuFuncionalidadeSelecionado span{
    color: #fff !important;
}
.menuFuncionalidadeSelecionado svg{
    opacity: 1 !important;
}
.bgPagFuncionalidades .contentFuncionalidades{
    width: 68vw;
    float: right;
}
.bgPagFuncionalidades .contentFuncionalidades .title{
    text-align: center;
    font-weight: 300;
    color: #fff;
    font-size: 5rem;
}
.bgPagFuncionalidades .contentFuncionalidades .title b{
    font-size: 1.5rem;
}
.bgPagFuncionalidades .contentFuncionalidades .imgFuncionalidade{
    width: 20vw;
    height: 20vw;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    margin: 3rem auto 6rem auto;
    border: 10px solid #acecff;
    -webkit-box-shadow: 0px 21px 89px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 21px 89px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 21px 89px 0px rgba(0,0,0,0.27);
    background-position:center;
    background-image: linear-gradient(#fff, #fff, #e6f9ff);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    align-content: center;
}
.bgPagFuncionalidades .contentFuncionalidades .imgFuncionalidade svg{
    width: 50%;    
    display: block;
    margin: 0 auto;
}
.bgPagFuncionalidades .contentFuncionalidades h2{
    font-size: 2rem;
    color: #0052b4;
    width: 60%;
    margin-left:auto;
    margin-right:auto; 
    text-align: center;
    letter-spacing: unset;
    margin-bottom: 5rem;
    font-weight: 700;
}
.bgPagFuncionalidades .contentFuncionalidades p{
    text-align: center;
    margin-left: 5vw;
    margin-right: 5vw;
}
.bgComercial{
    border-bottom: none;
    margin-bottom: 0;
}
.whiteBg{
    overflow: hidden;
    display: block;
}
.whiteBg h2{
    margin-bottom: 5rem;
}
.whiteBg .todasColunas{
    display: flex;
}
.whiteBg .colunaFuncionalidade{
    width: 25%;
    position: relative;
    border-right: 1px solid #e5e5e5;
    padding: 0 1.5vw;
}
.whiteBg .colunaFuncionalidade:last-child{
    border-right: 0;
}
.whiteBg .colunaFuncionalidade *{
    text-align: center;
    width: 100%;
}
.bgContentImgPadrao .contentImgPadrao:last-child{
    border: 0;
}
.bgContentImgPadrao .contentImgPadrao .contentTexto h3{
    margin-bottom: 1rem;
}
.bgContentImgPadrao .contentImgPadrao .contentTexto p{
    text-align: unset;
    margin: 2rem 0 0 0;
}
.imgFuncionalidade2{
    width: 40vw;
    height: 22vw;
    margin: 3rem auto 4rem auto;
    background-position:center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.btAbrirRelatoriosMobile{
    display: none;
}

@media only screen and (max-width: 1441px) {
    .bgPagFuncionalidades .menuFuncionalidades .titlePage h2 {
        font-size: 2.2rem;
    }
    .bgPagFuncionalidades .contentFuncionalidades .title{
        font-size: 4rem;
    }
    .bgPagFuncionalidades .menuFuncionalidades{
        width: 22vw;
    }
    .bgPagFuncionalidades .contentFuncionalidades{
        width: 64vw;
    }
}
@media only screen and (max-width: 1366px) {
    .bgPagFuncionalidades{
        margin-top: 30vh;
    }
}
@media only screen and (max-width: 1280px) {
    .bgPagFuncionalidades {
        padding-left: 3vw;
        padding-right: 3vw;
    }
    .bgPagFuncionalidades .menuFuncionalidades{
        width: 25vw;
    }
    .bgPagFuncionalidades .contentFuncionalidades p{
        margin-left: 0;
        margin-right: 0;
    }
    .bgPagFuncionalidades .contentFuncionalidades .title{
        font-size: 3.5rem;
    }
}
@media only screen and (max-width: 1150px) {
    .bgPagFuncionalidades{
        padding-left: 0;
    }
    .bgPagFuncionalidades .contentFuncionalidades{
        width: 66vw;
    }
    .bgPagFuncionalidades .menuFuncionalidades{
        width: 26vw;
    }
    .menu{
        -webkit-border-radius: 0 10px 10px 0;
        -moz-border-radius: 0 10px 10px 0;
        border-radius: 0 10px 10px 0;
    }
    .bgPagFuncionalidades .contentFuncionalidades h2{
        width: 80%;
        }
        .bgPagFuncionalidades .menuFuncionalidades .titlePage{
            padding-left: 2vw;
        }
        .bgPagFuncionalidades .menuFuncionalidades .titlePage h2{
            font-size: 1.9rem;
        }
        .bgPagFuncionalidades .contentFuncionalidades .imgFuncionalidade{
            border: 7px solid #fff;
        }
}

@media only screen and (max-width: 1023px) {
    .bgBannerInternoMenor::before {
        min-height: 64rem;
        transform-origin: center 118vh 0;
    }
    .bgBannerInternoMenor {
        height: 70vh;
        padding-top: 16rem;
    }
    .bgPagFuncionalidades{
        margin-top: 16vh;
        padding-left: 8vw;
        padding-right:8vw;
    }
    .bgPagFuncionalidades .menuFuncionalidades{
        width: 100%;
        padding-bottom: 0;
    }
    .bgPagFuncionalidades .menuFuncionalidades .titlePage *{
        text-align: center !important;
    }
    .bgPagFuncionalidades .menuFuncionalidades .titlePage svg {
        width: 100%;
        height: 65px;
    }
    .btAbrirRelatoriosMobile{
        width: 100%;
        background: #fff;
        -webkit-border-radius: 90px;
        -moz-border-radius: 90px;
        border-radius: 90px;
        color: #0052b4;
        font-size: 1.6rem;
        text-align: center;
        font-weight: 700;
        padding: 1rem;
        display: block;
    }
    .btAbrirRelatoriosMobile svg{
        display: inline-block;
        width: 15px;
        fill: #0052b4;
        margin-bottom: -2px;
        margin-right: 10px;
    }
    
    .tituloRelatoriosMobileAtivo{
        height: 100vh;
    }
    .tituloRelatoriosMobile .titulo{
        font-size: 3rem;
        text-align: left;
        margin: 2rem 0 2rem 5vw;
    }
    .tituloRelatoriosMobile .btFecharRelatoriosMobile{
        position: absolute;
        width: 20px;
        height: 20px;
        right:5vw;
        top: 3rem;
    }
    .tituloRelatoriosMobile .btFecharRelatoriosMobile svg{
        width: 100%;
        display: block;
        fill: #0052b4;
    }
    .menu{
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .ui-accordion{
        /* display: block !important; */
    }
    .menu ul li a{
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .menu ul li a span{
        margin-left: 1rem;
    }
    .menuFuncionalidadesAberto{
        height: 240px !important;
        overflow-y: scroll !important; 
    } */
    
    .setaSelectMobileAtiva{
        fill: #fff;
    }
    .bgPagFuncionalidades .contentFuncionalidades{
        width: 100%;
    }
    .bgPagFuncionalidades .contentFuncionalidades .title {
        font-size: 3.5rem;
    }
    .bgPagFuncionalidades .contentFuncionalidades .imgFuncionalidade {
        width: 23rem;
        height: 23rem;
        border: 7px solid #fff;
    }
    .bgPagFuncionalidades .contentFuncionalidades .imgFuncionalidade2 {
        width: 93%;
        height: 18rem;
    }
    .bgPagFuncionalidades .contentFuncionalidades h2 {
        width: 100%;
    }
    .bgPagFuncionalidades .contentFuncionalidades p {
        margin-left: 0;
        margin-right: 0;
    }
    .bgPagFuncionalidades .contentFuncionalidades .title b{
        display: none;
    }
}