.cabecalho {
     background-image: url("../img/fundoCabecalho.png");
     background-repeat: repeat-x;
     width: 100%;
     height: 175px;

 }
.rodape {
    background-image: url("../img/fundoRodape.jpg");
    background-repeat: repeat-x;
    width: 100%;
    height: 260px;
    padding-top: 5px;
}

div.figura {
    float: right;
    margin: 0.5em;
    padding: 0.5em;
}
div.figura p {
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
}

.dropdownTeste{
    background-color: #c12e2a;
}

.rodapeConhecaLuthier{
    width: 50%;
    left: 5%;
    text-align: center;
    color: #ffffff;
    font: "Verdana";
    margin-top: 15px;
}

.rodapeContato{
    text-align: center;
    color: #ffffff;
    font: "Verdana";
    width: 20%;
    left: 60%;
    margin-top: 30px;

}
.rodapelogo{
    width: 10%;
    left: 60%;
    margin-top: 150px;
    text-align: center;
}

.galeria {
    padding-top: 5px;
    align-content: center;

}
.relative{position: relative;}
.absolute{position:absolute;}


.topologo{width: 15%; left: 15%; margin-top: 18px;}
.topoTexto{width: 30%; left: 38%; margin-top: 40px;}
.topoFoto{width: 20%; right: 5%;margin-top: 30px; z-index:100;}

.titulo{
    font: "Verdana";
    font-size:16px;
    color: #661900;
    text-align: center;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
}
.dadosrodape{
    font: "Verdana";
    font-size:16px;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
}
.dados{
    font: "Verdana";
    font-size:16px;
    color: #3b0f00;
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
}
.texto{
    font: "Verdana";
    font-size:14px;
    color: #2b2b2b;
    text-align: justify;
    font-weight: bold;
}

.areaConteudo{
    margin-top:10px;
    width: 80%;
    left: 10%;
}

@media (max-width: 830px) {
    .navbar-brand {display: block;}
    .navbar-default{ width: 100%; margin-left: 0px; margin-top: 0px; padding: 0px;}
    .cabecalho{display: none;}
    .menuCell{display: block;}
    .areaConteudo{ margin-top:5px; width: 94%; left: 3%;}
}

@media (min-width: 829px) {
    .menuCell{display: none;}
}

@media (max-width: 1027px) {
    .rodapeConhecaLuthier {
        display: none;
    }
    .rodapelogo {
        display: none;
    }
    .rodapeContato{
        width: 50%;
        left: 25%;

    }
}

.facebook-responsive {
    overflow:hidden;
    padding-bottom:80%;
    position:relative;

}

.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.rodapeDireitos{
    margin-top: 230px;
    width: 50%;
    left: 25%;
    text-align: center;
    color: #ffffff;
    font: "Verdana";
    font-size: 12px;
}
.form{

    text-align: left;
    color: #661900;
    font: "Verdana";
    font-size: 14px;
    font-weight: bold;
    border-collapse: separate;
    border-spacing: 0 8px;
    margin-top: -8px;
}
.botao {
    background-color: #6AB44B; /* Green */
    border: #661900;
    color: #661900;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font: "Verdana";
    font-weight:bold;
    margin: 5px;
}

.tableResponsavel{
    color: #661900;
    font: "Verdana";
    font-size: 14px;
    font-weight: bold;
    border:1px;
    border-color:  #6AB44B;
}

.containerBox {
    left: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.box {
    width: 200px;
    position: fixed;
    background-color: white;
    border: 2px solid #4CAF50;
    z-index: 999;
}
table.Taxa{
    color: #661900;
    font: "Verdana";
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
table.Taxa td {
    border: 1px solid #6AB44B;
    padding: 5px;

}
table.Taxa th {
    border: 1px solid #378227;
    padding: 5px;
    text-align: center;
    font-size: 14px;
}

#carregando { border: 10px solid #6ab44b; width: 200px; min-height: 100px; height: auto; background: #fff; border-radius: 6px;}
#carregando .icone { background: url(img/loading2.gif) no-repeat top center; width: 100%; height: 40px; display: block; margin-top: 15px  }
#carregando p { margin: 5px 15px; color: #661900; font-weight: bold; text-align: center; text-transform: uppercase  }

#radioContainerTipoDespesaReceita {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;; /* 3 colunas iguais */
    gap: 8px 16px; /* espaçamento entre linhas e colunas */
    max-width: 850px;  /*opcional */
    text-align: left;


    color: #661900;
    font: "Verdana";
    font-size: 14px;
    font-weight: bold;
    border-collapse: separate;
    border-spacing: 0 8px;
}

label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

input[type="radio"] {
    margin-right: 6px;
}
