@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@900&display=swap');

.div-ItemMenu {
    font-size: 13px;
    padding-left: 14px;
    font-weight: normal;
    opacity: 0;
    font-family: "Raleway", sans-serif;
}

.botoes-acessar-procon a svg{
    max-width: 25px;
}

.suballacessibilidade:hover .div-ItemMenu,
.suballacessibilidade:focus .div-ItemMenu {
    margin-left: 0px !important;
    transition: margin 0.8s ease;
    transition-delay: 0.1s;
    transition: opacity 0.3s ease;
    transition-delay: opacity 1s;
    display: inline-block;
}

/*.suballacessibilidade: .div-ItemMenu:focus,
.suballacessibilidade: .div-ItemMenu:hover{
    background-color: black!important;
}*/
.toggleAces {
    transition: all 0.2s ease;
    height: 100%;
    display: inline-block;
    padding-top: 90px;
    padding-left: 8px;
}

.itemMenu {
    opacity: 0;
}

.pagination {
    justify-content: center;
}

.allItens {
    position: absolute;
    top: 4px;
    left: 30px;
    /*max-width: 170px;*/
    width: 169px;
    display: none;
}

.allItens a {
    width: 100%;
}

@media (max-width: 1344px) {
    .img-header {
        background-size: cover !important;
    }

}

@media (max-width: 1230px) {
    #allacessibilidade {
        opacity: 0.2;
    }

    #allacessibilidade:focus,
    #allacessibilidade:hover {
        opacity: 1;
    }
}

#allacessibilidade hr {
    transition: all 0.2s ease;
    opacity: 0.3;
    background-color: #fff;
}

#allacessibilidade div.mereco {
    color: #fff;
    transition: none !important;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    height: 200px;
    font-size: 15px;
    margin-bottom: 0px;
    width: 100%;
    cursor: pointer;
    background-color: #0092DD;
    /*padding-left: 4px;*/
}

#allacessibilidade div.mereco a,
#allacessibilidade div.mereco label {
    color: #fff;
    /*color: black;*/
    /*display: none;*/
}

#allacessibilidade {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    width: 32px;
    transition: all 0.2s ease;
    position: fixed;
    margin-left: 0px;
    top: 215px;
    z-index: 9001;
}

#allacessibilidade label {
    color: #fff;
    transition: none !important;
}

#allacessibilidade:hover,
#allacessibilidade:focus {
    width: 200px !important;
    height: 306px;
    background-color: black;
}

#allacessibilidade .suballacessibilidade {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    transition: all 0.2s ease;
    width: 32px;
    background-color: rgba(0, 0, 0, 0.9);
}

#allacessibilidade:hover .suballacessibilidade,
#allacessibilidade:focus .suballacessibilidade {
    width: 200px !important;
    height: 306px;
    background-color: black;
}

#allacessibilidade:hover .mereco,
#allacessibilidade:focus .mereco {
    width: 200px !important;
    height: 306px !important;
    background-color: black !important;
}

#allacessibilidade:hover .allItens,
#allacessibilidade:focus .allItens {
    display: block;
    background-color: black;
}

#allacessibilidade:hover .toggleAces,
#allacessibilidade:focus .toggleAces {
    /*margin-left: 10px;*/
    /*padding-top: 131px!important;*/
    transition: margin 0.2s ease;
    background-color: #0092DD;
    padding-left: 0px !important;
    width: 30px;
}

#allacessibilidade:hover .toggleAces i,
#allacessibilidade:focus .toggleAces i {
    display: none;
}

#allacessibilidade hr {
    width: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#allacessibilidade:hover hr,
#allacessibilidade:focus hr {
    transition: all 0.2s ease;
    width: 120px !important;
    display: block;
}

#allacessibilidade:hover .itemMenu,
#allacessibilidade:focus .itemMenu {
    opacity: 1 !important;
    transition: opacity 0.2s ease;
    transition-delay: 0.2s;
}

/*#allacessibilidade div.mereco:hover,*/
#allacessibilidade div.allItens a div#x {
    padding-left: 5px;
}

#allacessibilidade div.allItens a:hover div#x,
#allacessibilidade div.allItens a:focus div#x,
#allacessibilidade label:focus,
#allacessibilidade label:hover {
    background-color: #fff !important;
    color: #000 !important;
    transition-delay: none !important;
    /*transition: all 0.2s ease!important;*/
}

#allacessibilidade div.mereco:hover .toggleAces,
#allacessibilidade div.mereco:focus .toggleAces,
#allacessibilidade label:hover .toggleAces,
#allacessibilidade label:focus .toggleAces {
    transition: none !important;
}

#allacessibilidade .div-ItemMenu div small {
    line-height: 0.3;
}

#allacessibilidade .div-ItemMenu>div {
    margin-bottom: 5px;
}

#todo-acessibilidade {
    font-family: sans-serif;
}

#todo-acessibilidade li {
    list-style: disc;
    list-style-position: inside;
}

#glossario {
    margin-left: -400px;
    width: 300px;
    height: 100%;
    position: fixed;
    z-index: 9000;
    background-color: rgba(0, 0, 0, 0.95);
    overflow-y: scroll !important;
    padding: 20px;
    transition: all 0.2s ease !important;
    word-break: break-word;
}

#glossario::-webkit-scrollbar {
    padding-right: 15px !important;
    margin-right: 15px !important;
    width: 4px;
    height: 0px;
    -webkit-border-radius: 16px;
    padding: 30px;
}

#glossario::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    background-color: rgba(0, 0, 0, 0);
}

#glossario::-webkit-scrollbar-thumb:vertical {
    height: 2px;
    background-color: #fff;
    -webkit-border-radius: 3px;
}

@media (max-width: 1000px) {
    #glossario {
        width: 50%;
    }
}


body {
    text-decoration: none;
    scroll-behavior: smooth;
    background: rgb(255, 255, 255);
}


.scroll::-webkit-scrollbar {
    width: 8px;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: #2F76E1;
    border-radius: 20px;
    height: 10px;
}


* {
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    padding: 0;
    border: none;
}

/*--HEADER--*/

/* navbar button responsive */


/* Navbar button responsive */

.logo-header {
    width: 100%;
    height: 45px;
    max-width: 64px;
}

.navbar.scrolled {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: background-color 200ms linear;
    background-color: #2f76e17d !important;
    z-index: 9999999;
}

.navbar-dark {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: background-color 200ms linear;
    background: none !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999 !important;
}

.nav-link {
    color: #fff !important;
    padding-left: 0;
}

.nav-link:hover {
    text-decoration: underline;
    transition: 0.05s;
}

.HeaderIcon {
    width: 30px;
}


/* HEADER INÍCIO ############################### */

.img-header {
    background-image: url(../img/fundo-header.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 500px;
    background-position-x: 50%;
    background-attachment: fixed;
}

.acessar-procon {
    text-align: center;
    margin-top: 60px;

}

.acessar-procon h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    text-shadow: -2px 2px 0px #00000059;
}

.botoes-acessar-procon {
    display: flex;
    flex-wrap: nowrap;
    gap: 25px;
    justify-content: center;
}

.botoes-acessar-procon a {
    text-decoration: none;
    color: #2f76e1;
}

.acessar-procon p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-shadow: -2px 2px 0px #00000059;
}

/* ----FLIPBOOK---- */

.flipbook-title {
    font-family: Raleway, sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #2f76e1;
    text-align: center;
    margin-top: 30px;
}

.mais-cartilhas {
    margin: 100px 0 10px 0;
}

.icon-right {
    width: 75%;
}

.icon-left {
    transform: rotate(180deg);
    width: 75%;
}

.align-direction {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mais-cartilhas h2 {
    font-family: Raleway, sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #2f76e1;
    text-align: center;
}

.mais-cartilhas h3 {
    font-family: Raleway, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #484747;
    text-align: center;
}

/* ----FIM DO FLIPBOOK---- */

.conteudo {
    background-color: #44434375;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    height: 500px;
    align-items: flex-end;
}

.inicio-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* .footer-image {
    max-width: 250px;
} */

.footer-image-procon {
    max-width: 172px;
    margin-top: -30px;
    margin-bottom: -30px;
}

.logo-img {
    max-width: 300px !important;
}

.discar-procon h2 {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #f5f5f5;
    margin-bottom: 0;


}

.discar-procon img {
    padding-bottom: 12px;
}

.seta-procon {
    display: flex;
    justify-content: center;

}

.inicio-conteudo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: Raleway, sans-serif;
    font-size: 24px;
    font-weight: 400;
}

/*EDUCATIVOS*/

.title-video {
    /* #fff-space: nowrap; VERIFICAR ISSO AQUI!!! */
    text-overflow: ellipsis;
    overflow: hidden;
}

/*FIM EDUCATIVOS*/

.inicio-conteudo button {
    width: 295px;
    height: 85px;
    border-radius: 20px;
    color: #ffffff;
    font-family: 'Raleway';
    font-size: 26px;
    font-weight: 400;
    background: #2f76e1;
    border: 1px solid #fff;
}

.inicio-conteudo button:hover {

    color: #2f76e1;
    background: rgba(255, 255, 255, 0.932);
    transition: 300ms;

}

/* 
.discar-procon {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 12px;
} */

.icon-telefone {
    margin-top: 20px;
    margin-bottom: -20px;
}

/* seta início ####################### */
.seta {
    opacity: 0%;
    margin-top: -42px;
    animation-delay: 2s;
    animation-name: anim-seta;
    animation-duration: 900ms;
    animation-iteration-count: 4;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

/* ##########  Fim seta*/

/* FIM DO CONTEÚDO HEADER ################ */

/* ----GRAFICOS---- */

.btn-graficos h3 {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
}

/* ----FIM DOS GRAFICOS---- */

/* INICIO CONTEÚDO #############*/

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


.btn-acesso-digital {
    background-color: #fff;
    border: 2px solid #2F76E1;
    border-radius: 20px;
    padding: 15px;
    font-size: 18px;
    font-family: Raleway, sans-serif;
    font-weight: 500;
    margin-top: 20px;


}

.btn-acesso-digital-init {
    background-color: #fff;
    border-radius: 20px;
    padding: 15px;
    font-size: 18px;
    font-family: Raleway, sans-serif;
    font-weight: 500;
    margin-top: 20px;


}

.acesso-digital {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 50px;

}

.charts-icon {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.icon-indicadores {
    width: 40px;
    margin-right: 10px;
    margin-bottom: 18px;
}



/* icon noticias */
.icon-news {
    width: 50px !important;
    margin-right: 10px;
    margin-bottom: 5px;
}

.alinhar-news {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
}

/* icon noticias */

/*icon services*/
.alinhar-servico {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
}

.icon-contents {
    width: 40px !important;
    margin-right: 10px !important;
    margin-bottom: 15px !important;
}


/*icon ouvidoria*/
.icon-ouvidoria {
    margin-bottom: 10px;
}

/*icon cartas*/
.alinhar-cards {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;

}

.icon-cards {
    width: 50px !important;
    margin-right: 10px !important;
    margin-bottom: 5px !important;

}

/*imagens cartas*/
.cartas {
    height: 285px;
}



/*icon saq/duvidas*/
.alinhar-saq {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;

}

.icon-saq {
    width: 50px !important;
    margin-right: 10px !important;
    margin-bottom: 5px !important;

}

/*icon saq/duvidas*/

/*icon localização*/
.alinhar-local {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;

}

.icon-local {
    width: 50px !important;
    margin-right: 10px !important;
    margin-bottom: 5px !important;

}

/*icon localização*/

/*icon sobre o procon*/
.alinhar-sobre {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;

}

.icon-sobre {
    width: 50px !important;
    margin-right: 10px !important;
    margin-bottom: 5px !important;

}

/*icon sobre o procon*/



.servicos {
    background-image: url("../img/fundo-servicos.svg");
    background-size: cover;
    background-position-y: 61px;
    background-position-x: -527px;
    background-repeat: no-repeat;
}

.servicos-icon {

    display: flex;
    justify-content: center;
    flex-direction: column;

}

.size-services {
    max-width: 150px;
}

.size-services :hover {
    transform: scale(1.1px);
}

.botoes-acesso-digital {
    display: flex;
    flex-wrap: nowrap;
    gap: 50px;
}

.botoes-acesso-digital a {
    text-decoration: none;
    color: #2f76e1;
}

.linha {
    width: 100%;

    margin-top: 50px;
    height: 1px;
    background-color: #2F76E1;
}

.conteudo-acesso {
    margin-top: 50px;
}

.conteudo-acesso h2 {
    font-family: Raleway, sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #2f76e1;

}

.conteudo-acesso h3 {
    font-family: Raleway, sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #5661A4;
}

.conteudo-acesso p {
    font-family: Raleway, sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.acesso-digital p {
    text-align: center;
}

.servicos h3 {
    color: #484747;
    font-family: Raleway, sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 5px;
}

.botoes-acesso-digital1 {
    display: flex;
    align-items: flex-end;
}

.link-servicos img {
    display: block;
    width: 100%;
}

.link-servicos {
    border-radius: 20px;
    padding: 20px;
    padding-left: 50px;
    padding-right: 50px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px solid #2f76e1;
}

.linha-servicos {
    margin-top: 30px;
    display: flex;
    align-items: flex-end;
}

/*----CDC----*/
.download-aqui {
    margin-bottom: 25px;
    line-height: 50px;
}

/*----FIM CDC----*/

/*NOTICIAS*/
.NOTICIAS {
    margin-top: 20%;
    margin-bottom: 3%;
    text-align: center;

    color: #2F76E1;
}

/*--NOTICIA-INDEX--*/

.zero-padding {
    padding: 0;
}

.news-procon {
    margin: 150px 0 20px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    color: #2f76e1;
}

.background-margin {
    margin-right: 13px;
}

.news1 {
    background-size: cover;
    width: 110%;
    height: 450px;
    border-radius: 35px 0px 0px 35px;
    overflow: hidden;

    box-shadow: -22px 17px 62px rgb(0 0 0 / 25%);
}



.news1,
.news2,
.news3 {
    background-position: center !important;
    background-size: cover !important;
}

.background {
    position: relative;
}

.news-title1 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
    padding: 80px 50px 0 50px;

    text-shadow: -2px 2px 4px black;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.background a {
    text-decoration: none;
}

.news-title2 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
    padding: 50px 20px 0 20px;

    text-shadow: -2px 2px 4px black;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-resume1 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    padding: 0 40px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-shadow: -2px 2px 4px black;
}

.news2 {
    background-size: cover;
    width: 100%;
    height: 240px;
    border-radius: 0px 35px 0px 0px;
    object-fit: cover;
    margin-bottom: 3px;
    overflow: hidden;
    box-shadow: -22px 17px 62px rgb(0 0 0 / 25%);
}

.news3 {
    background-size: cover;
    width: 100%;
    height: 207px;
    border-radius: 0px 0px 35px 0px;
    object-fit: cover;
    margin-bottom: 5px;
    overflow: hidden;

    box-shadow: -22px 17px 62px rgb(0 0 0 / 25%);
}

.news2-margin {
    margin: 0;
}


.news-button {
    margin: 60px auto;
    display: flex;
    justify-content: center;
}

.link-news-button {
    border: 2px solid #2f76e1;
    border-radius: 9px;
    text-decoration: none;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 27px;
    padding: 5px 15px;
    background-color: rgba(253, 253, 253, 0);
    color: #2f76e1;
    transition: background 200ms;
}

.link-news-button:hover {
    color: #fff;
    background-color: #2f76e1;
    transition: background 200ms;
}

.news-link h2:hover {
    text-decoration: underline #fff;
}

.news-link p:hover {
    text-decoration: underline #fff;
}

#noticias {
    margin-top: 100px;
}

#noticias h2 {
    font-family: Raleway, sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #2f76e1;
    text-align: center;
}

#noticias h3 {
    font-family: Raleway, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #484747;
    text-align: center;
    margin-bottom: 50px;
}

#noticias img {
    width: 100%;
}

.bars {
    color: #2F76E1;
    font-weight: bold;
    padding-right: 10px;
}

#noticias .col-md-11 :first-child {
    padding-top: 0px;
}

#noticias .row-bd {
    padding: 15px 0px;
    border: 1px solid #c8c8c8;
    margin-bottom: 10px;
    border-radius: 8px;
}

#noticias .col-md-9 .col-md-4,
#noticias .col-md-9 .col-md-8 {
    padding-left: 0px;
}

#noticias .col-md-9 .row {
    margin-right: 0px;
}

#noticias a h4 {
    color: #333;
}

#noticias a {
    text-decoration: none;
}

#noticias a:hover {
    text-decoration: underline;
}

#noticias p {
    color: #777;
}

@media (max-width: 767px) {



    .background-margin {
        margin-right: 13px;
    }

    .icon-saq {
        width: 35px !important;
        margin-right: 10px !important;
        margin-bottom: 3px !important;
    }

    .linha-saq h3 {
        margin-top: 80px !important;
    }

    .link-news-button {
        font-size: 18px;
        margin-top: -15px;
    }

    #noticias .col-md-9 .col-md-4,
    #noticias .col-md-9 .col-md-8 {
        padding-left: 25px;
    }
}

.pagination {
    border-radius: 25%;
}

.pagination li {
    padding: 8px 12px;
    border: solid 1px #dee2e6;
    text-align: center;
}

.pagination li:hover {
    background-color: #e9ecef;
}

.pagination a {
    color: black;
}

/*--NOTICIA VIEW--*/

#noticiaind p {
    color: #777;
    font-size: 15px;
    text-align: justify;
}

#noticiaind img {
    width: 470px;
    margin-left: 30px;
    margin-bottom: 20px;
    float: right;
    cursor: pointer;
}

#noticiaind .materia {
    margin-top: 30px;
}

#noticiaind .horario {
    font-size: 10px;
}

@media (max-width: 767px) {



    .news-view-button {
        text-align: center !important;
        margin-top: 60px;
    }

    #noticiaind .materia {

        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #noticiaind img {
        float: none;
        padding: 0px 0px 20px 0px;
        margin: 0 auto;
        max-width: 300px;
    }

    #noticiaind .horario {
        font-size: 10px;
        text-align: center;
    }

    #noticiaind .titulo h2 {
        text-align: center !important;
        margin-top: 20px;
    }

    #noticiaind h5 {
        text-align: center !important;
        font-style: italic;
        font-size: 0.9rem;
    }
}

#noticiaind {
    padding: 50px 0px 0px 0px;
    margin-top: 50px;
}

.news-view-button {
    text-align: left;
    margin-top: 50px;
}



/**/


/*CARTAS PROCON*/

.cartas {
    max-width: 200px;

    margin: 0 auto;
    box-shadow: -22px 17px 25px rgba(0, 0, 0, 0.25);

}

.cartas-procon {
    margin-top: 30px;
}

.item {
    margin: 50px;

}

.owl-carousel {
    max-height: 500px;
}

.owl-carousel .owl-stage:hover {
    cursor: grab;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-flip .owl-nav .owl-prev {
    left: 2.7rem;
}

.carousel-flip .owl-nav .owl-next {
    right: 2.7rem;
}

.owl-prev {
    left: -0.3rem;
}

.prev-img {
    transform: rotate(180deg);
}

.owl-next {
    right: -0.3rem;
}

.navbarColor2 {
    background: linear-gradient(180deg, #5661A4 -18.83%, #679BCC 140.35%);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}


/* SISTEMA SAC (DÚVIDAS)  ###################*/

.alinhar-duvidas {
    padding: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    justify-content: center;
}

.logo-duvidas {
    display: block;
    margin: 0 auto;
}

/* 
.fundo-duvidas {
    background-image: url('../img/fundo-saq.jpeg');
    /*colocar imagem
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: -1px 14px 34px 6px rgba(83, 83, 83, 0.329);
} */

.sac-titulo {
    margin-top: 100px;
    margin-bottom: 50px;
}

.fundo {
    margin-top: -60px;
}

.sac-titulo h2 {
    font-family: Raleway, sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #2f76e1;
    text-align: center;

}

.sac-titulo h3 {
    font-family: Raleway, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #484747;
    text-align: center;
}

/* custumização dúvidas */

.fa-bars:before {
    color: #fff;
}



.navbar-toggler:focus {
    box-shadow: 0 0 0 0rem #fff;
    border: solid 1px #fff;
}

.accordion-item {

    font-family: Relaway, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-align: justify;
    box-shadow: 0px 4px 56px rgba(0, 0, 0, 0.25);
    padding: 0px 10px 0px 10px;
    background-color: #2f76e1b0;
    /*cod background*/
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
    margin-bottom: 5px;




}

.accordion-button {

    color: #2f76e1;
    font-family: Relaway, sans-serif;
    font-size: 18px;
    font-weight: 400;


    /*cor título*/
}

.accordion-button:focus {
    color: #2f76e1;
    font-family: Relaway, sans-serif;
    /*cor título*/
}


.faq-button {
    display: flex;
    margin-top: 10px;
    justify-content: center;


    border-radius: 9px;
    text-decoration: none;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 27px;

    color: #2f76e1;
    transition: background 200ms;
    /*to aqui lno buttom*/
}

.link-faq-button {
    border: 2px solid #2f76e1;
    border-radius: 9px;
    text-decoration: none;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 27px;
    padding: 5px 15px;
    color: #2f76e1;
    background-color: rgba(245, 245, 245, 0);
    margin-top: 5px;

    transition: background 200ms;
}

.link-faq-button:hover {
    color: #fff;
    background-color: #2f76e1;
    transition: background 200ms;
}

/* FIM (DÚVIDAS) ######################## */

/* ######################### sobre o procon ########################*/
/* .sobre-container {
    background-color: #4473c4a1;

} */

.sobre-container {

    background-image: url('../img/fundo-duvidas.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: -22px 17px 62px rgba(0, 0, 0, 0.158);
}

.logo-sobre {
    max-width: 250px;
}

.div-sobre {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sobre-row {
    background-color: #679bcc56;
}

.btn-sobre {
    background-color: #ffffff;
    text-decoration: none !important;
    padding: 7px 10px 5px 10px;
    border-radius: 10px 10px 0px 0px;
    font-family: Raleway, sans-serif;
    font-weight: 500;
    color: #2f76e1;
    font-size: 15px;
    margin-top: 44px;

    z-index: 2;
}


.btn-organo {
    background-color: #2f76e1;
    padding: 7px 10px 5px 10px;
    border-radius: 10px 10px 0px 0px;
    font-family: Raleway, sans-serif;
    font-weight: 500;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none !important;
    margin-top: 50px;
    margin-right: 70px;
    margin-left: 20px;
}

/* 
.btn-organo:hover {
    color: #fff;
    background-color: #5661A4;

} */
/*Scroll conteudos*/
.scroll {
    display: block;
    width: 1325px;
    height: 340px;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

/*aqui tem scroll pra editar*/

/* 
/*fim do scroll*/

/*---- AVALIAR ----*/

.icon-star {
    margin-bottom: 30px;
}

.rate-row {
    justify-content: center;
}

.rate-div {
    text-align: center;
    border-radius: 29px;
    padding: 35px 10px;
    margin-top: 40px;

    box-shadow: -3px 8px 15px 9px rgba(0, 0, 0, 0.15);
}

.rate-title {
    font-family: 'Raleway';
    font-weight: 900;
    font-size: 32px;
    line-height: 38px;
    color: #2F76E1;
}



.rate-resume {
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 21px;
    line-height: 28px;
    margin: 20px 0;
    color: #484747;
}

#rate-avalie {
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    margin: 20px 0;
    color: #484747;
}

.card-avaliar {
    margin-top: 20px;
    border: 1px solid #2F76E1;
    border-radius: 20px;
    width: 58%;
    padding: 7px;
    margin-left: 21%;
    cursor: pointer;
    transition: 500ms;
}

.card-avaliar:hover {
    transition: 500ms;

    color: #fff;
    background-color: #2F76E1;
    box-shadow: 1px 0px 20px 10px #2f76e13f;
}

.card-avaliar:hover p {
    color: #fff;
}

.card-avaliar p {
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #2F76E1;
}

.enviar-modal {
    margin: 5px;
}

.modal.show .modal-dialog {
    transform: none;
    margin-top: 115px;
    z-index: 9999 !important;
}

.stars {
    text-align: center;
    margin: 10px;
}

/*---- FIM DA AVALIAR ----*/

.conteudo-sobre-procon {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.conteudo-sobre-procon div {
    display: block;
    text-align: justify;
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 50px;
    color: #484747;
    background-color: #fff;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 10px;
    margin: 0% 7% 7% 7%;
}

.texto-organograma {
    margin: 0% 7% 7% 7%;
}

.texto-organograma-h1 {
    font-family: Raleway, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #2f76e1;
    display: block;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

/* Fazendo o organograma */
.blocos-organograma h3 {
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #484747;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid #fff;
    border-radius: 20px 0px 10px 0px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
}

.blocos-organograma {
    display: block;
    margin: auto 0;
}

/*estilizando organograma ;)*/
.after-coordenador {
    position: relative;
}

.after-coordenador::after {
    background-color: #fff;
    width: 5px;
    height: 253px;
    position: absolute;
    content: "";
    top: 49px;
    left: 49%;
}

.before-juridico {
    position: relative;
}

.before-juridico::before {
    background-color: #fff;
    width: 28px;
    height: 5px;
    position: absolute;
    content: "";
    top: 47%;
    left: -11%;

    left: 37%;
    top: 165%;
    width: 77px;
}

.blocos-organograma {
    position: relative;
}

/* final sobre o procon ########################### */


/* CONFIGURANDO O MAPA ######################### */
.mapa {
    border-radius: 0 34px;
    background-color: #679BCC;

    max-width: 100%;
    height: 204px;
    box-shadow: 0px 4px 9px 4px rgba(0, 0, 0, 0.25);
}

.mapa-col {
    padding: 0;
}

.mapa:hover {

    transition: 1s;
}

.contato {
    background-color: rgb(255, 255, 255);
    border-radius: 0px 30px 30px 0px;
    display: block;
    margin: auto 0;
    padding: 20px;
    max-width: 100%;
    max-height: 100%;
    box-shadow: 41px 6px 72px #00000057;

}

.contato h3 {
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #2F76E1;
}

.contato p {
    font-family: Raleway, sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.h3-contatos {
    font-weight: 500;
}

.numeros {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    text-decoration: none;
}

.informacoes {
    padding: 0;
    display: flex;
    align-items: center;
}


/* animação seta início */
@keyframes anim-seta {
    from {

        opacity: 0%;
        transform: translateY(-7vh);
    }

    to {
        opacity: 100%;
        transform: translateY(-2vh);
    }
}

@keyframes surgir-down {
    from {
        transform: translateY(4vh);
    }

    to {
        opacity: 100%;
    }
}

@keyframes surgir-esquerda {
    from {

        transform: translateX(-4vh);
    }

    to {
        opacity: 100%;
    }

}

/*@keyframes zoom-in{
    0%{
        transform: scale(1.0);

    }

    100%{
        transform: scale(1.1);
    }
}*/

.surgir {
    animation: surgir-esquerda 2s ease-in 1s;
    animation-timing-function: ease-in-out;
}

/* FIM DO MAPA ############################## */
.icon-teste {
    max-width: 10%;
}


/* 397563826508732*/

.navbar.scrolled {
    background-color: #2f76e15e !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: background-color 200ms linear;
    z-index: 9999999;
}

.navbar {
    transition: background-color 200ms linear;
}

.servicos h3 {
    margin-top: 50px;
}

.titulo-servicos h2 {
    font-family: Raleway, sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #2f76e1;
    text-align: center;
    margin-top: 100px;
}

.titulo-charts h2 {
    font-family: Raleway, sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #2f76e1;
    text-align: center;
    margin-top: 50px;
}

.stars {
    font-size: 25px;
    color: #F2C902;
    cursor: pointer;
}

.titulo-servicos p {
    font-family: Raleway, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #484747;
    text-align: center;
    margin-bottom: 0;
}

/*PÁGINA PESQUISA PREÇOS*/
.titulo-precos {
    margin-top: 100px;
    font-family: Raleway, sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #2f76e1;
    text-align: center;
    /* margin-top: 50px; */
    margin-bottom: 50px;
}

.download-icon {
    width: 20px;
}

.table {
    --bs-table-striped-bg: #c4c4c4;
    --bs-table-bg: #f0f0f0;
    box-shadow: -14px 19px 23px rgb(0 0 0 / 22%) !important;

}

/* .table-border {
    border-right: solid 2px rgb(255, 255, 255);

} */

.table-border {
    border-right: solid 2px rgb(47 112 210);
}



.accordion-item {
    background-color: #2F76E1;
}

.accordion-button {
    color: black;
}

.sizeUrl {
    color: #3A3A3A;
}

.sizeUrl:hover {
    color: #2F76E1;
}


/*MEDIAS QUERIES*/
@media (max-width: 2700px) {
    .servicos {
        background-position-y: 0;
        background-position-x: 0;
    }

    .btn-organo {
        margin-right: 90px;
    }

    .background-margin {
        margin-right: 21px;
    }
}

@media (max-width: 1900px) {
    .before-juridico::before {
        left: 37%;
        top: 149%;
        width: 77px;
    }

    .after-coordenador::after {
        top: 65px;
    }
}

@media (max-width: 1400px) {
    .before-juridico::before {
        left: 37%;
        top: 165%;
        width: 77px;
    }

    .after-coordenador::after {
        top: 49px;
    }

    .background-margin {
        margin-right: 15px;
    }
}

@media(max-width: 1240px) {
    .before-juridico::before {
        left: 37%;
        top: 165%;
        width: 77px;
    }

    .background-margin {
        margin-right: 10px;
    }
}

@media(max-width: 1080px) {
    .before-juridico::before {
        left: 37%;
        top: 165%;
        width: 77px;
    }
}

@media (max-width : 991px) {

    .flipbook-title {
        font-size: 30px;
    }

    .icon-tower {
        width: 130px !important;
    }

    .icon-bar {
        width: 130px !important;
    }

    .icon-line {
        width: 130px !important;
    }

    .icon-pizza {
        width: 130px !important;
    }

    .img-header {
        height: 700px !important;
    }

    .conteudo {
        height: 700px;
    }

    .copyright {
        font-size: 14px !important;
    }

    .seta {
        display: none;
    }

    .mais-cartilhas h2 {
        font-family: Raleway, sans-serif;
        font-size: 24px;
        font-weight: 800;
        color: #2f76e1;
        margin-bottom: 0;
        text-align: center;
    }

    .navbar {
        background-color: #2f76e15e !important;
    }


    .contato {
        border-radius: 0px 0px 30px 30px;
        padding: 10px;
        max-width: 100%;
        max-height: 100%;
        text-align: center
    }

    .informacoes {
        padding: 0px 20px 0px 20px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .mapa {
        margin-bottom: -6px;
    }

    .news-title1 {
        font-size: 18px;
    }

    .news-title2 {
        font-size: 18px;
    }

    .news-resume1 {
        font-size: 16px;
    }

    .before-juridico::before {
        left: 37%;
        top: 148%;
        width: 77px;
    }

    .after-coordenador::after {
        top: 66px;
    }

    .servicos {
        background-position-x: -701px;
    }

    .background-margin {
        margin-right: 12px;
    }
}


@media (max-width : 767px) {
    .icon-news {
        width: 35px !important;
        margin-right: 10px !important;
        margin-bottom: 5px !important;
    }

    .titulo-servicos h2 {
        margin-top: 50px;
    }

    .linha-servicos {
        margin-top: 0px;
        display: flex;
        align-items: flex-end;
    }

    .accordion-body {
        padding: 0rem 0rem !important;
    }

    .news1 {
        height: 210px;
        width: 98%;
        border-radius: 25px 25px 0px 0px;
        margin-bottom: -6px;
        margin-left: 11px;

    }

    .news2-margin {
        height: 185px;
        margin: 10px 0px 0px -10px;
        border-radius: 0px 0px 25px 0px;
    }

    .news2 {
        border-radius: 0px 0px 0px 25px;
        margin: 10px 15px 0px 10px;
        height: 185px;
    }

    .sac-titulo {
        margin-top: 60px;
        margin-bottom: 70px;
        /* aaqui aqui aqui */
    }

    .alinhar-duvidas {
        padding-bottom: 0px;
    }

    .distance-sobre {
        margin-bottom: 0px;
    }

    .distance-local {
        margin-bottom: 5px;
    }

    .titulo-servicos h2 {
        font-size: 32px !important;
    }

    .titulo-charts h2 {
        font-size: 32px !important;
    }

    .servicos-icon h2 {
        font-size: 24px;
    }

    .acesso-digital h2 {
        font-size: 24px;
    }

    .acesso-digital p {
        font-size: 18px;
    }

    .inicio-conteudo h1 {
        padding-bottom: 0px !important;
    }

    .distance-duvidas {
        margin-bottom: -60px;
    }

    .sac-titulo h2 {
        font-size: 24px;
    }

    .sac-titulo h3 {
        font-size: 18px !important;
    }

    .titulo-servicos p {
        font-size: 18px;
    }

    .texto-organograma-h1 {
        font-size: 18px;
    }

    .titulo-servicos p {
        font-size: 16px;

    }

    .inicio-conteudo h1 {
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .conteudo {
        height: 700px;
    }

    .img-header {
        height: 700px;
    }

    .servicos h3 {
        margin-top: 50px;
    }

    .alinhar-duvidas {
        padding-top: 50px;
        padding-bottom: 50px;

    }

    .organograma-procon {
        padding-right: 20%;
        padding-left: 20%;
        padding-bottom: 30px;
    }

    .contato {

        border-radius: 0px 0px 30px 30px;
        padding: 10px;
        max-width: 75%;
        max-height: 100%;
        text-align: center;
    }

    .informacoes {
        padding: 0px 20px 0px 20px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .mapa {
        margin-bottom: -6px;
    }

    .before-juridico::before {
        left: 37%;
        top: 165%;
        width: 77px;
    }

    .after-coordenador::after {
        top: 37px;
        height: 220px;
    }

    .organograma-procon h3 {
        padding-right: 10%;
        padding-left: 10%;
        font-size: 12px;
        padding: 10px;
    }

    .news-title1 {
        padding: 25px 10px 0 10px;
    }

    .news-title2 {
        font-size: 18px;
        padding: 37px 20px 0 20px;
    }



    .servicos {
        background-position-y: 21px;
        background-position-x: -1167px;
    }
}

@media(max-width: 600px) {

    .acesso-digital {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .copyright {
        font-size: 12px;
        font-weight: 400;
        font-family: 'Raleway';
        padding: 20px 0 10px 0;
        color: gray;
    }

    .icon-local {
        width: 39px !important;
        margin-right: 10px !important;
        margin-bottom: 4px !important;
    }

    .icon-sobre {
        width: 40px !important;
        margin-right: 10px !important;
        margin-bottom: 3px !important;
    }

    .icon-saq {
        width: 35px !important;
        margin-right: 10px !important;
        margin-bottom: 3px !important;
    }

    .icon-cards {
        width: 35px !important;
        margin-right: 5px !important;
        margin-bottom: 4px !important;
    }

    .titulo-charts h2 {
        font-size: 24px !important;
    }

    .icon-indicadores {
        width: 30px;
        margin-right: 10px;
        margin-bottom: 12px;
    }

    .icon-news {
        width: 35px !important;
        margin-right: 10px !important;
        margin-bottom: 5px !important;
    }

    .icon-contents {
        width: 30px !important;
        margin-right: 10px !important;
        margin-bottom: 10px !important;
    }

    .titulo-servicos h2 {
        font-size: 24px !important;
    }

    .icon-ouvidoria {
        margin-bottom: 10px;
        width: 35px;
    }



    .before-juridico::before {
        left: 37%;
        top: 165%;
        width: 77px;
    }
}



@media(max-width: 575px) {

    .botoes-acessar-procon{
        display: flex;
        gap: 0px;
        justify-content: center;
        flex-direction: column;
    }

    .botoes-acessar-procon a{
        padding: 10px;
    }

    #icon-pizza,
    #icon-tower,
    #icon-bar,
    #icon-line {
        width: 130px !important;
    }


    .news1 {
        height: 210px;
        width: 100%;
        border-radius: 25px 25px 0px 0px;
        margin-bottom: -16px;
        margin-left: 0px;
    }

    .link-news-button {
        font-size: 16px;
        margin-top: 16px;
    }

    .link-news-button {

        font-size: 16px;

    }

    .logo-img {
        max-width: 270px !important;
        margin-top: 55px;
    }

    .news-resume1 {
        margin-top: 50px;
    }

    .background-margin {
        margin: 10px;
    }



    .news-button {
        margin-top: 10px;
    }

    .before-juridico::before {
        left: 37%;
        top: 165%;
        width: 77px;
    }
}

@media (max-width : 514px) {



    .alinhar-duvidas {
        padding-bottom: 0px;
    }

    .distance-sobre {
        margin-bottom: 0px;
    }

    .distance-local {
        margin-bottom: 5px;
    }

    .faq-button a {
        margin-top: 10px;
        font-size: 16px;
    }


    .distance-duvidas {
        margin-bottom: -60px;
    }


    .organograma-procon {
        padding-right: 10%;
        padding-left: 10%;
    }

    .scroll {
        height: 240px;
    }

    .conteudo {
        height: 700px;
    }

    .img-header {
        height: 600px;
    }

    .btn-organo {
        font-size: 10px;

    }

    .btn-sobre {
        font-size: 10px;

    }

    .conteudo-sobre-procon div {
        font-size: 14px;
        padding: 20px;
    }

    .acesso-digital h2 {
        text-align: center;
        font-size: 24px;
    }

    .acesso-digital p {
        font-size: 16px;
    }

    .sac-titulo h3 {
        font-size: 16px;
    }


    .sac-titulo h2 {
        font-size: 25px;
    }

    .titulo-servicos h3 {
        font-size: 26px;

    }

    .titulo-servicos p {
        font-size: 16px;

    }

    .titulo-servicos h2 {
        font-size: 26px;

    }

    .titulo-charts h2 {
        font-size: 26px;

    }

    .distance-cartas {
        margin-top: -75px
    }

    .distance-cartas h3 {
        margin-bottom: 0px;
    }

    .alinhar-duvidas {
        padding-top: 0px;
    }

    .inicio-conteudo button {
        font-size: 16px;
        width: 226px;
        height: 61px;
        border-radius: 18px;
    }

    .inicio-conteudo h1 {
        font-size: 24px;
        padding-bottom: 5px;
        margin-bottom: 0;
        padding-top: 80px;
    }

    .linha-servicos h3 {
        font-size: 16px;
    }

    .size-services {
        border-radius: 15px !important;
        padding: 7px !important;
        padding-left: 22px !important;
        padding-right: 22px !important;
        max-width: 92px !important;
    }

    .fornecedor img {
        width: 20px;
    }

    .fornecedor {
        font-size: 16px;
        padding: 7px;
    }

    .consumidor img {
        width: 20px;

    }

    .consumidor {
        font-size: 16px;
        padding: 7px;
    }

    .accordion-button {
        font-size: 16px;
    }

    .accordion-item {
        font-size: 12px;
    }

    .alinhar-duvidas {
        padding: 35px 9px 35px 9px;
    }

    .news-title2 {
        font-size: 16px;
    }

    .before-juridico::before {
        left: 37%;
        top: 165%;
        width: 77px;
    }

    .servicos {
        background-position-y: 31px;
        background-position-x: -1247px;
    }
}

@media(max-width: 450px) {

    .btn-graficos h3 {
        font-size: 13px;
    }


    .news-title2 {
        font-size: 16px;
        line-height: 26px;
        padding: 30px 20px 0 20px;
    }

    .news-title1 {
        padding: 20px 10px 0 10px;
    }

    .news-resume1 {
        margin-top: 25px;
    }

    .servicos {
        background-position-y: 58px;
        background-position-x: -1187px;
    }

    .before-juridico::before {
        left: 37%;
        top: 165%;
        width: 77px;
    }
}

@media(max-width: 404px) {



    .linha-servicos {
        margin-top: 0px;
    }

    .icon-contents {
        width: 30px !important;
        margin-right: 10px !important;
        margin-bottom: 5px !important;
    }

    .titulo-servicos h2 {
        margin-top: 35px;
        font-size: 20px !important;
    }

    .after-coordenador::after {
        top: 51px;
    }
}

@media(max-width: 450px) {
    .before-juridico::before {
        left: 37%;
        top: 159%;
        width: 77px;
    }
}

@media (max-width : 340px) {
    .fornecedor img {
        width: 20px;
    }

    .btn-graficos h3 {
        font-size: 13px;
    }

    .consumidor img {
        width: 20px;
    }

    .fornecedor p {
        font-size: 10px;
        padding: 2px;
    }

    .consumidor p {
        font-size: 10px;
        padding: 2px;
    }

    .botoes-acesso-digital {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }

    .news-title2 {
        font-size: 12px;
    }

    .before-juridico::before {
        left: 37%;
        top: 151%;
        width: 77px;
    }
}

/*--FOOTER--*/

footer {
    padding: 45px 0 15px 0;
    background: #ffffff;
    text-align: center;
    margin-top: 50px;
    box-shadow: -10px -10px 9px #0000002b;
}

p {
    margin: 0;
}



.navegacao {
    margin-top: 9px;
}



.footer-link {
    color: black;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Raleway';
    text-decoration: none;
}

.footer-link:hover {
    color: gray;
}

.footer-link:focus {
    color: gray;
}

.footer-image {
    width: 100px;
    margin-top: 51px;
}

.link-title {
    margin-top: 64px;
}

.filter-blue {
    filter: invert(45%) sepia(47%) saturate(705%) hue-rotate(180deg) brightness(86%) contrast(93%);
}

.social {
    margin-top: 10px;
    margin-bottom: 20px;
}

.copyright {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Raleway';
    padding: 20px 0 10px 0;
    color: gray;
}

.copyright:hover {
    color: black;
}

.copyright-align {
    text-align: center;
    margin-top: 30px;
}


.mid li {
    line-height: 25px;
}


.footer-icon {
    margin: 0 4px;
}


.videos {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 50px;

}

.conteudo-videos iframe {
    border-radius: 20px;
    box-shadow: 18px 23px 18px #00000045;
}



.conteudo-videos {
    margin-top: 150px;
}

.distance-videos {
    margin-bottom: -100px;
}

.titulo-videos {
    margin-top: 100px;
    font-family: Raleway, sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #2f76e1;
    text-align: center;
    /* margin-top: 50px; */
}

.title-video {
    margin-bottom: -20px;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #3a3a3a;
    text-align: center;
    margin-top: 50px;
    /* margin-top: 50px; */
}

.h3-videos {
    font-family: Raleway, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #484747;
    text-align: center;
    margin-bottom: 50px;
}

.linha-videos {

    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 2px;
    background-color: #2F76E1;

}

/*Página de leis*/

.titulo-leis {
    font-family: Raleway, sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #2f76e1;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
}

.col-leis p {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #484747;
    margin-top: 20px;
    text-align: center;
}

.col-leis a {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #2f76e1;
    margin-bottom: 10px;
    text-decoration: none !important;
    display: flex;
    justify-content: center;
}


/* .col-leis a {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #2f76e1;

    margin-bottom: 10px;

    text-decoration: none !important;
    display: flex;
    justify-content: center;
    border: 1px solid;
    border-radius: 20px;
    margin-bottom: 50px;



} */

.col-leis a:hover {
    color: #0092DD;

}

@media (max-width : 448px) {

    .linha-saq h3 {
        font-size: 18px !important;
    }

    .texto-organograma-h1 {
        font-size: 16px !important;
    }

    .btn-organo {
        margin-right: 40px !important;
    }


    .link-news-button {
        font-size: 16px;
        margin-top: 16px;
    }


    .contato h3 {
        font-size: 14px;
    }

    .contato p {
        font-size: 12px;
    }

    .col-leis p {
        font-size: 16px;
    }

    .col-leis a {
        font-size: 12px;
    }

    .linha-saq p {
        font-size: 16px;
        font-weight: 300;
    }

    .linha-saq span {
        font-size: 16px;
        font-weight: 600;
    }

    .linha-saq h3 {
        font-size: 18px;

    }

    .title-saq h1 {
        font-size: 32px;
    }
}


@media (max-width : 767px) {

    .flipbook-title {
        font-size: 24px !important;
    }

    .div-sobre {
        display: none !important;
    }
}


@media (max-width : 338px) {


    .linha-saq P {
        font-size: 14px !important;
    }

    .btn-organo {
        margin-right: 40px !important;
    }

    .logo-img {
        max-width: 210px !important;
        margin-top: 55px;
    }

    .icon-telefone {
        margin-top: 20px;
        margin-bottom: -20px;
        width: 95px;
    }

    .col-leis p {
        font-size: 16px;
    }

    .col-leis a {
        font-size: 10px;
    }

    .icons-graph {
        padding: 0;
    }

}


.title-saq {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.title-saq h1 {
    font-family: Raleway, sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #2f76e1;
    text-align: center;
    margin-top: 100px;


}

.title-saq p {
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #484747;
    text-align: center;
    margin-bottom: 100px;

}

.linha-saq h3 {
    font-family: 'Relaway', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #2F76E1;
    text-align: center;

}

.linha-saq span {
    font-family: 'Relaway', sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #484747;

}

.linha-saq P {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #484747;
    text-align: justify;
    margin-bottom: 50px;
}

/* GRAPHICS  :0*/

.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

#container {
    height: 400px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;


}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.title-reclamacao {
    margin-bottom: -15px !important;
    margin-top: 50px !important;
}

/*icons news page*/

.icons-news-page {
    width: 50px !important;
    margin-right: 10px !important;
    margin-bottom: 5px !important;
}

.alinhar-icons-title {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
}

th {
    color: #3a3a3a;
}

.scale-charts {
    transform: scale(0.50);
    animation: scale-charts 800ms alternate;
}

@keyframes scale-charts {
    0% {
        width: 90px;
    }


    50% {
        width: 60px;
    }

    100% {
        width: 70px;
    }

}


/*Gráfico de linha CSS*/

.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

#container {
    height: 400px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

/*Gráfico de linha CSS*/



/*GRÁFICO PIZZA CSS*/
.highcharts-figure,
.highcharts-data-table table {
    min-width: 320px;
    max-width: 660px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

/*Gráfico PIZZA CSS*/


/*GRAFICO LINHA*/

.highcharts-figure,
.highcharts-data-table table {
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}


/*GRÁFICO LINHA*/

/* Customizando gráficos */

.icons-graph {
    text-align: center;
    margin-top: 5px;
}

#icon-tower {

    box-shadow: rgb(0 0 0 / 25%) -6px 5px 2px 2px;
    padding: 20px 40px 20px 40px;
    width: 150px;
    border-radius: 20px;
    transition: 500ms;
    border: 1px solid #3a3a3a4d;

}

#icon-bar {
    box-shadow: -4px 6px 2px 2px rgb(0 0 0 / 0%);
    padding: 20px 40px 20px 40px;
    width: 150px;
    border-radius: 20px;
    transition: 500ms;
    cursor: pointer;
    border: 1px solid #3a3a3a4d;
}

#icon-line {
    box-shadow: -4px 6px 2px 2px rgb(0 0 0 / 0%);
    padding: 20px 40px 20px 40px;
    width: 150px;
    border-radius: 20px;
    transition: 500ms;
    cursor: pointer;
    border: 1px solid #3a3a3a4d;
}

#icon-pizza {
    box-shadow: -4px 6px 2px 2px rgb(0 0 0 / 0%);
    padding: 20px 40px 20px 40px;
    width: 150px;
    border-radius: 20px;
    transition: 500ms;
    cursor: pointer;
    border: 1px solid #3a3a3a4d;
}


#icon-pizza {
    filter: grayscale(1);
}

#icon-bar {
    filter: grayscale(1);
}

#icon-line {
    filter: grayscale(1);
}

/* min widht */

@media (min-width : 767px) {

    .news-principal {
        padding-right: 0px !important;
    }
}


@media(max-width: 404px) {

    .flipbook-title {
        font-size: 20px !important;
    }
}

_::-webkit-full-page-media, .before-juridico::before {
  display: none;
}

_::-webkit-full-page-media, .before-juridico::after {
  display: none;
}



.options-graph select, .options-graph input{
    border: 1px solid gray;
    padding: 2px 5px;
    border-radius: 5px;
}

.options-graph{
    display: flex;
    justify-content: center;
    gap: 10px;
    
}

.align-graph{
    display: flex;
    justify-content: center;
    align-items: center;

}


.align-graph-inputs{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

}