.titulogrande{
    color: #590B10;
    /* h1/Bold */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.titulopequeno {
    color: #2B2B2B;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.botaosalvar{
    border-radius: 10px;
    background: #2B8C64;
    height: 45px;
    padding: 10px 5rem;
    justify-content: center;
    align-items: center;
    border: #2B8C64;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
/* Estilo para dispositivos móveis (max-width: 768px) */
@media (max-width: 768px) {
    .botaosalvar {
        padding: 10px; /* Reduza o preenchimento horizontal */
        font-size: 14px; /* Reduza o tamanho da fonte */
        height: auto; /* Remova a altura fixa */
        width: 100%; /* Ocupa toda a largura disponível */
    }
}

.botaoeditar{
        display: flex;
        flex-direction: row;
        border-radius: 10px;
        background: white;
        height: 45px;
        padding: 10px 5rem;
        justify-content: right;
        align-self: right;
        border: 1.5px solid var(--teste-12, #BD8184);
        color: var(--teste-11, #972E3F);
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center;
        cursor: pointer;
}
@media (max-width: 768px) {
    .botaoeditar {
        padding: 10px; /* Reduza o preenchimento horizontal */
        font-size: 14px; /* Reduza o tamanho da fonte */
        height: auto; /* Remova a altura fixa */
        width: 100%; /* Ocupa toda a largura disponível */
    }
}

.botaovoltar {
    border-radius: 10px;
    border: 1px solid #DACFCF;
    background: #FFF;
    height: 45px;
    padding: 10px 5rem;
    justify-content: center;
    align-items: center;
    color: #6B6B6B;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
@media (max-width: 768px) {
    .botaovoltar {
        padding: 10px; /* Reduza o preenchimento horizontal */
        font-size: 14px; /* Reduza o tamanho da fonte */
        height: auto; /* Remova a altura fixa */
        width: 100%; /* Ocupa toda a largura disponível */
    }
}

.fundocadastrar{
    border-radius: 10px;
    border: 1px solid var(#E6E6E6);
    box-shadow: 5px 3px 11px 0px rgba(106, 32, 44, 0.05);
    padding: 30px;
    width: 65%;
    margin: 0 auto;
    text-align: left
}

.boxcadastrar{
    border-radius: 5px;
    border: 0.5px solid #E6E6E6;
    width: 100%;
    height: 43px;
    padding: 3px;
    margin-bottom: 25px;
}

.boxcadastrar2{
    border-radius: 5px;
    border: 0.5px solid var(#E6E6E6);
    width: auto;
    padding: 3px;
}

.textinho{
    color: #590B10;

    /* Pequeno/Pequeno */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.botoessalvarvoltar{
    display: flex;
    justify-content: center;
    gap: 3rem;
}


.container-divisao {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.box-dividido {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.checkbox-text{
    color: #554949;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.images{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 5%;
}

.divisor{
    color:#5C1C26;
    background-color: #5C1C26;
    align-self: center;
}

.input-informacao{
    color: var(--preto-p-100, #6B6B6B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.output-informacao{
    color: var(--preto-p-200, #2B2B2B);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.pagination {
    display: inline-block;
    background-color: #fff;
    height: 45px;
    padding: 10px 5rem;
    color: #6B6B6B;
}

.page-link{
    border-radius: 2px;
    border: 1px solid #DACFCF;
    background: #FFF;
    color: #6B6B6B;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

.page-item{
    background: #2B8C64;
}

