nav{
    display: none;
}
#divRedesSociais{
    display: none;
}
#divLogo{
    position: relative;
    float: left;
    width: 75px;
    height: 50px;
    margin-top: 5px;
    margin-left: 20px;
    background-image: url(../_imagens/logotipo_qpi.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left center;
    opacity: 0.9;
    cursor: pointer;
    z-index: 91;
}
#divLogoMenuMobile{
    display: contents;
    position: absolute;
    bottom: 14px;
    right: 20px;
    width: 32px;
    height: 22px;    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}
.divBarraLogoMenuMobile{
    width: 100%;
    height: 4px;
    background-color: var(--corLogo);
    border-radius: 2px;    
}
#divMenuMobile{
    display: block;
    position: fixed;
    top: 0px;
    right: 100%;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #ffffff;
    margin-bottom: 0px;
    z-index: 999999;
    box-shadow: -1px -1px 6px #cccccc;
    /* definicoes animacao */
    animation-play-state:paused;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out; 
} 
#divImgLogoMenuMobile{
    position: relative;
    float: left;
    width: 80%;
    margin-bottom: 10px;
    height: 60px;
    background-image: url(../_imagens/logotipo_qpi.png);
    background-repeat: no-repeat;
    background-position: left top 10px;
    background-size: auto 85%;
    cursor: pointer;
}
#divFecharMenuMobile{
    display: inline-block;
    position: relative;
    width: 20%;
    height: 60px;
    padding-top: 20px;
    line-height: 40px;
    vertical-align: middle;
    text-align: right;
    color: var(--corLogo);
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    cursor: pointer;
    opacity: 1;
}
#divFecharMenuMobile:hover{
    opacity: 0.8;
}
#divRedesSociaisMobile{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 70px;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 25px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.linksNavMobile{
    position: relative;
    font-size: 16px;
    color: var(--corLogo);
    margin-top: 12px;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    font-weight: 300;
    user-select: none;
    border-bottom: none;
    clear: both;
    text-align: center;
}
.linksNavMobile:hover{
    font-weight: 400;
}
.linksNavMobileSel{
    position: relative;
    font-size: 16px;
    color: var(--verdeMedio);
    margin-top: 12px;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    font-weight: 400;
    user-select: none;
    border-bottom: none;
    clear: both;
    text-align: center;
    text-decoration: underline;
}
footer{
    position: relative;
    float: left;
    width: 100vw;
    height: auto;
    margin-top: 0px;;
    background-color: var(--verdeClaro);
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 10px;
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.notasChamadas{
    font-size: 12px;
}
.secSeccaoHome{
    position: relative;
    float: left;
    width: 100vw;
    min-height: 100vh;
    height: auto;
    padding-top: 50px;
    overflow: hidden;
}
.divTxtBotoesHome{
    position: relative;
    float: left;
    width: 100%;
    min-height: 65%;
    height: auto;
}
/*
.divTxtBotoesHome{
    position: relative;
    float: left;
    width: 100%;
    min-height: 65%;
    height: auto;
}*/
#divLogoHome{
    height: 65vh;
    background-image: url(../_imagens/logotipo_qpi_transparente.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 70%;
}
.divTxtHome{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
}
#divImagemHome{
    height: 35vh;
    background-image: url(../_imagens/home.jpg);
    background-repeat: no-repeat;
    background-position: top -50px center;
    background-size: cover;
    opacity: 0.8;
}
#divImgQuemSomos{
    height: 35vh;
    background-image: url(../_imagens/img_quem_somos.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.8;
}
.divBotoesHorizontaisHome{
    position: relative;
    float: left;
    width: 250px;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content:center;
    margin-top: 20px;
    padding: 0px;
    left: 50%;
    margin-left: -125px;
}
.divBotaoLink{
    width: 250px;
    height: 35px;
    margin-bottom: 10px;
    background-color: var(--verdeMedio);
    color: white;
    font-size: 16px;
    font-weight: 300;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
#divColunaDireitaQuemSomos{
   display: none;
}
#divColunaDireitaRespostas{
    display: none;
}
#divColunaDireitaParcerias{
    display: none;
}
.divColunaDireitaHome{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
}
#divColunaDireitaDocumentos{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
#divColunaDireitaComoApoiar{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
#divBtLinksDocumentos{
    position: relative;
    float: left;
    width: 250px;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content:center;
    margin-top: 20px;
    padding: 0px;
    left: 50%;
    margin-left: -125px;
}
#divBtLinksComoApoiar{
    position: relative;
    float: left;
    width: 250px;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content:center;
    margin-top: 20px;
    padding: 0px;
    left: 50%;
    margin-left: -125px;
}
#divImgRespostas{
    height: 35vh;
    background-image: url(../_imagens/respostas.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.8;
}
#divImgParcerias{
    height: 35vh;
    background-image: url(../_imagens/img_parcerias.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    opacity: 0.8;
}
#divImgDocumentos{
    height: 35vh;
    background-image: url(../_imagens/documentos.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.8;
}
#divImgComoApoiar{
    height: 35vh;
    background-image: url(../_imagens/como_apoiar.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.8;
}
.divColunaRodape{
    position: relative;
    float: left;
    flex-basis:50%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8vw;
    padding-bottom: 1vw;
    color: var(--corLogo);
    font-size: 14px;
    font-weight: 300;
    text-align: left;
}
#imgLivroReclamacoes{
    width: auto;
    height: 25px;
    margin-top: 0px;
    margin-left: 0px;
    cursor: pointer;
    opacity: 1;
}
#imgLivroReclamacoes:hover{
    opacity: 0.8;
}
#notasChamadas{
    position: relative;
    float: left;
    width: 100vw;
    height: auto;
    background-color: var(--verdeClaro);
    padding-left: 3vw;
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
}
h2{
    font-size: 26px;
    color: var(--corLogo);
    font-weight: 100;
}
h3{
    font-size: 20px;
    color: var(--corLogo) !important;
    font-weight: 300;
}
h4{
    font-size: 16px;
    font-weight: 300;
    color: var(--corLogo);
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 20px;
}
h5{
    font-size: 13px;
    font-weight: 300;
    color: var(--corLogo);
    margin-top: 5px;
    margin-bottom: 8px;
    line-height: 17px;
    margin-left: 0px;
}
h6{
    font-size: 11px;
    font-weight: 300;
    color: var(--corLogo);
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 20px;
    vertical-align: middle;
}
p{
    font-size: 15px;
    font-weight: 260;
    color: var(--preto);
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: justify;
}
li{
    list-style-type: circle;
    font-size: 15px;
    font-weight: 260;
    color: var(--preto);
    line-height: 20px;
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: justify;
}
.divTituloSeccaoPagina{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
}
.divConteudoSeccaoPagina{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
#divRelatoriosContasTXT{
    position: relative;   
    float: left;
    width: 100%;
    height: auto;
    padding: 0px;
    column-count: 2;
    column-gap: 4%;
    margin-bottom: 20px;
}
#divRelatoriosContasTXT p{
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 14px;
}
#divHistoriaTXT{
    position: relative;   
    float: left;
    width: 100%;
    height: auto;
    padding: 0px;
    column-count: 2;
    column-gap: 4%;
    margin-bottom: 20px;
}
#divHistoriaTXT p{
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 14px;
}
#divRelatoriosContasPDF{
    position: relative;
    float: right;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4%;
}
.divBotaoDocumento{
    width: 22%;
    height: 30px;
    background-color: var(--verdeMedio);
    color: white;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    vertical-align: middle;
    text-align: left;
    cursor: pointer;
    margin-bottom: 10px;
    background-image: url(../_imagens/logo_pdf_branco.png);
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: auto 20px;
    padding-left: 40px;
    padding-right: 20px;
}
#divPopUpBrevemente{
    display: none;
    position: fixed;
    left: 1%;
    top: 1%;
    width: 98%;
    height: 98%;
    background-color: var(--corLogo);
    color: #ffffff; 
    padding-top: 2%;  
}
#divPopUpBrevemente p,h3{
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#divEleicoes2024Fundo{
    position: fixed; 
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%; 
    background-color: #ffffff; 
    opacity: 0.90; 
    z-index: 98;
}
#divEleicoes2024Conteudo{
    position: fixed; 
    top: 8%; 
    left: 5%; 
    width: 90%; 
    height: auto;
    padding: 2px; 
    background-color: #023644; 
    opacity: 1; 
    z-index: 99;
}
#divEleicoes2024Conteudo h2{
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
}
#divEleicoes2024Conteudo p{
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 200;
    margin-top: 0;
    margin-bottom: 40px;
}
#divEleicoes2024Conteudo .divBotaoDocumento{
    position: relative;
    float: left;
    width: 60%;
    margin-top: 20px;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
}
#divEleicoes2024Conteudo .divBotaoDocumento:hover{
    border: solid 1px #FFFFFF;
    background-color: #000000;
}
.divMosaico{
    position: relative; 
    float: left;
    width: 100%; 
    height: auto; 
    display: flex; 
    flex-direction: column;
    align-items: center;
    gap: 2%;
}
.divOpcaoDonativosDinheiro{
    width: 80%;
    height: auto;
    padding: 15px; 
    background-color: var(--verdeClaro); 
    color: var(--corLogo);
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 20px;
}
.divConteudoSeccaoPagina p{
    font-size: 16px;
}
.divSeparador{
    position: relative;
    float: left;
    width: calc( 100vw - 40px );
    height: 2px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 70px;
    margin-bottom: -30px;
    background-color: var(--verdeMedio);
}
#divMosaicoTestemunhos{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin-top: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.divTestemunho{
    width: 40%;
    height: auto;
    padding: 0px;
    font-size: 16px;
    font-weight: 200;
    color: var(--corLogo);
    margin-top: 5px;
    margin-bottom: 50px;
    margin-left: 0px;
    line-height: 20px;
    border: none;
    cursor: pointer;
    opacity: 1;
    /* definicoes animacao */
	animation-play-state:paused;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out; 
}
.divTestemunho:hover{
    opacity: 0.9;
}
.imgTestemunho{
    width: 100%;
    height: auto;
    background-color: var(--verdeMedio);
}
.divContentorVideo{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    left: 0%;
    margin-top: -40px;
    margin-left: 0px;
    padding: 25px;
    line-height: 25px;
    text-align: center;
}
.videoTestemunho{
    width: 100%;
    height: auto;
}
.divFotoTestemunho{
    position: relative;
    float: left;
    width: 50%;
    height: auto;
    padding-left: 40px;
    padding-right: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}
.imgFotoTestemunho{
    position: relative;
    width: 130%;
    height: auto;
}
.divTextoTestemunho{
    position: relative;
    float: left;
    width: 50%;
    padding-left: 30px;
    padding-right: 40px;
    height: auto;
    margin-bottom: 40px;
}
.divTextoTestemunho p{
    font-size: 14px;
    line-height: 19px;
    margin-top: 0px;
    margin-bottom: 8px;
}
blockquote{
    margin: 0px;
}
.divContentorVideosGaleria{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.videoGaleria{
    width: 40%;
    height: auto;
    aspect-ratio: 1.77;
    margin-bottom: 3vw;
}
#divNavFotoAnterior{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 0%;
    margin-top: -25px;
    margin-left: 20px;
    font-size: 50px;
    line-height: 50px;
    vertical-align: middle;
    color: var(--corLogo);
    background-color: #ffffff;
    text-align: center;
    cursor: pointer;
    opacity: 0.5;
    border-radius: 20%;
    z-index: 82;
}
#divNavFotoSeguinte{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    right: 0%;
    margin-top: -25px;
    margin-right: 20px;
    font-size: 50px;
    line-height: 50px;
    vertical-align: middle;
    color: var(--corLogo);
    background-color: #ffffff;
    text-align: center;
    cursor: pointer;
    opacity: 0.4;
    border-radius: 20%;
    z-index: 82;
}
#divNavFotoAnterior:hover, #divNavFotoSeguinte:hover{
    opacity: 0.7;
}
.divContentorFotosGaleria{
    position: relative;
    float: left;
    width: 86%;
    height: 560px;
    margin-left: 7%;
}
#divFotoExibida{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0%;
    margin-left: 0%;
    background-image: url(../_imagens/galeria/1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /* definicoes animacao */
	animation-play-state:paused;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#divFotoAnterior{
    display: none;
    position: absolute;
    width: 22.5%;
    height: 80%;
    top: 10%;
    left: 0px;
    background-image: url(../_imagens/galeria/125.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 80;
    background-color: var(--corLogo);
    opacity: 0.4;
    /* definicoes animacao */
	animation-play-state:paused;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#divFotoSeguinte{
    display: none;
    position: absolute;
    width: 22.5%;
    height: 80%;
    top: 10%;
    right: 0px;
    background-image: url(../_imagens/galeria/2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 80;
    background-color: var(--corLogo);
    opacity: 0.4;
    /* definicoes animacao */
	animation-play-state:paused;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.divContentorListaParcerias{
    position: relative;
    float: left;
    width: 50%;
    height: auto;
}
.divContentorLogosParcerias{
    position: relative;
    float: left;
    width: 50%;
    height: auto;
    padding-top: 15px;
    padding-left: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.divItemLogoParceria{
    width: 25%;
    height: auto;
    aspect-ratio: 1/0.75;
    margin-bottom: 1.3vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-origin: content-box;
    padding: 1.2vw;
    filter: grayscale(100%);
    cursor: pointer;
/* definicoes animacao */
	animation-play-state:paused;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
.divItemLogoParceria:hover{
    filter: none;
}
#divBarraLogosFinanciamento{
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    margin-top: 150px;
    background-color: var(--corLogo);
    background-image: url(../_imagens/barra_logos_financiamento.png); 
    background-size: auto 25px; 
    background-repeat: no-repeat; 
    background-position: center center; 
    cursor: pointer;
}