.sectionOuvidoria{
    margin-left: 70px;
    width: 90%;
    display: flex;
    flex-direction: column;
    padding: 30px 25px;
    align-items: center;
}
.texto-principal{
    line-height: 24.2px;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}
.titulo-principal {
    text-transform: uppercase;
    font-size: 37px;
}
.titulo-secundario {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 29px;
}
.texto-negrito{
    font-weight: 700;
}
.container-tipos-manifestacao{
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.icone{
    padding-top: 20px;
}
.icone-solicitacao {
    padding-top: 29px;
}
.icone-sugestao {
    padding-top: 18px;
}
.tipo-manifestacao {
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.card-denuncia {
    width: 213px;
    height: 167px;
    background-color: #ea3941;
    border-radius: 10px;
}
.manifestacao-denuncia {
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    height: 25%;
    border-radius: 10px;
    justify-content: space-around;
    align-items: center;
    font-size: 22px;
    background-color: #C2151C;
}
.card-reclamacao {
    width: 213px;
    height: 167px;
    background-color: #FF8323;
    border-radius: 10px;
}
.manifestacao-reclamacao {
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    height: 25%;
    border-radius: 10px;
    justify-content: space-around;
    align-items: center;
    font-size: 22px;
    background-color: #D65D00;
}
.card-elogio {
    width: 213px;
    height: 167px;
    background-color: #0E9E39;
    border-radius: 10px;
}
.manifestacao-elogio {
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    height: 25%;
    border-radius: 10px;
    justify-content: space-around;
    align-items: center;
    font-size: 22px;
    background-color: #085820;
}
.card-solicitacao {
    width: 213px;
    height: 167px;
    background-color: #e5b530;
    border-radius: 10px;
}
.manifestacao-solicitacao {
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    height: 25%;
    border-radius: 10px;
    justify-content: space-around;
    align-items: center;
    font-size: 22px;
    background-color: #c79815;
}
.card-sugestao {
    width: 213px;
    height: 167px;
    background-color: #D43A81;
    border-radius: 10px;
}
.manifestacao-sugestao {
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    height: 25%;
    border-radius: 10px;
    justify-content: space-around;
    align-items: center;
    font-size: 22px;
    background-color: #9F235C;
}
a:hover{
    text-decoration: none;
    color: #fff;
}
.container-formulario{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4%;
}
.pergunta-obrigatoria{
    text-transform: uppercase;
    margin-top: -9px;
    font-size: 17px;
    color: #cf0000;
    font-weight: 600;
}
.obrigatorio{
    font-size: 20px;
    color: #cf0000;
    font-weight: 600;
}

.formulario-denuncia{
    width: 100%;
    padding: 45px;
    border: 5px solid #ea3941;
    border-radius: 15px;
    background-color: #f5d7d7;
}

.formulario-reclamacao{
    width: 100%;
    padding: 45px;
    border: 5px solid #FF8323;
    border-radius: 15px;
    background-color: #f3ddcd;
}
.formulario-elogio{
    width: 100%;
    padding: 45px;
    border: 5px solid #0E9E39;
    border-radius: 15px;
    background-color: #c8e4d1;
}
.formulario-solicitacao{
    width: 100%;
    padding: 45px;
    border: 5px solid #e5b530;
    border-radius: 15px;
    background-color: #efe6cb;
}
.formulario-sugestao{
    width: 100%;
    padding: 45px;
    border: 5px solid #D43A81;
    border-radius: 15px;
    background-color: #f3dbe6;
}
.input-formulario{
    width: 90%;
    height: 41px;
    background-color: #F6F6F6;
    border: 2px solid #838383;
    border-radius: 9px;
    margin-bottom: 13px;
    padding: 9px;
}
.textarea-descricao{
    width: 100%;
    min-height: 125px;
    resize: none;
    padding: 9px 12px;
}
.textarea-descricao:hover{
    outline: none;
}
.textarea-descricao:focus-visible{
    outline: none;
}
.texto-formulario{
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 7px;
}
.btn-denuncia{
    width: 214px;
    height: 48px;
    border-radius: 10px;
    background-color: #ea3941;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.btn.btn-reclamacao{
    width: 214px;
    height: 48px;
    border-radius: 10px;
    background-color: #FF8323;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.btn.btn-elogio{
    width: 214px;
    height: 48px;
    border-radius: 10px;
    background-color: #0E9E39;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.btn.btn-solicitacao{
    width: 214px;
    height: 48px;
    border-radius: 10px;
    background-color: #e5b530;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.btn.btn-sugestao{
    width: 214px;
    height: 48px;
    border-radius: 10px;
    background-color: #D43A81;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.botao{
    width: 100%;
    display: grid;
    justify-items: center;
    margin: 28px 0px -18px 0px;
}
input[type="radio"] {
    transform: scale(2);
    border: 2px solid #838383;
    margin: 8px 5px 0px 7px;
}
.opcao-nao{
    padding-left: 20px;
}
input:focus-visible{
    outline: none;
}
.oculto {
    display: none;
}
.card-disabled {
    width: 213px;
    height: 167px;
    background-color: #999999;
    border-radius: 10px;
}
.manifestacao-disabled {
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    height: 25%;
    border-radius: 10px;
    justify-content: space-around;
    align-items: center;
    font-size: 22px;
    background-color: #737373;
}

@media (min-width: 1140px) and (max-width: 1790px) {
    .container-tipos-manifestacao {
        width: 112%;
        justify-content: space-evenly;
    }
    .icone {
        padding-top: 12px;
    }
    .icone-manifestacao {
        padding-top: 5px;
    }
    .icone-sugestao {
        padding-top: 18px;
    }
    .icone-solicitacao {
        padding-top: 21px;
    }
    .card-denuncia{
        width: 201px;
        height: 155px;
    }
    .card-reclamacao{
        width: 201px;
        height: 155px;
    }
    .card-elogio{
        width: 201px;
        height: 155px;
    }
    .card-solicitacao{
        width: 201px;
        height: 155px;
    }
    .card-sugestao{
        width: 201px;
        height: 155px;
    }
}