@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&amp;display=swap');

:root {
    --radius-default: 5px;
    --font-default: 'Roboto';
    --border-default: 1px solid grey;
}

body {
    background-color: #F9F9F9;
}


.box-title {

    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;

    gap: 4px;

    position: absolute;
    width: 412px;
    height: 64px;
    left: 0px;
    top: 52px;

    background: #F9F9F9;
}

.box-title .box-icon {


    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 15px;
    margin-top: 57px;
    margin-left: 20px;
    margin-right: 25px;
    width: 48px;
    height: 48px;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

}

.box-title .box-icon button {
    background-color: #ffffff;
    border: none;
    border-radius: 50%;
}

.box-title .title {
    /* headline */
    bottom: 50px;
    width: 204px;
    height: 20px;
    text-align: center;
    padding-bottom: 15px;
    margin-left: 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    /* identical to box height, or 127% */
    color: #1B1B1B;


    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 1;

}


#header {
    width: 100vw;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.article {
    margin-top: 2rem;
    width: 100%;

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;

    display: flex;
    align-items: center;
    padding: 0 0.7rem;


    color: #1B1B1B;
}

.mm_input_search_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 0.5rem;
    border: 1px solid #CFC4C5;
    height: 3.6rem;
    border-radius: 0.25rem;
    width: calc(100% - 1rem);
    margin: 0 0.5rem;
}

.input_search_mobile {

    width: 90%;
    height: 3.4rem;
    border: 0px;
    padding-left: 1rem;
    padding-right: 0;
    border-radius: 0.25rem;
}

.button-pesquisa {
    height: 100%;
    width: 10%;
    padding: 0px;
    border: 0px;

    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 0.25rem;
}


.main_fc_mobile {
    margin-top: 2rem;
    width: 100vw;
}

.fc-list-contacts {
    width: 100%;

    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: space-evenly;

    padding: 0.25rem;
}
.servico__img {
    height: 1.5rem;
    width: 1.5rem;
}
.list__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    gap: 0.5rem;

    width: 7.25rem;
    background-color: white;

    border-radius: 0.5rem;
}

.list__item a {
    font-weight: 500;
    color: black;
}

.item__container-img {
    width: 7.25rem;
    height: 7.25rem;
    padding: 0.125rem;
}

.container-img__img {
    width: 100%;
    height: 100%;
}

.btn_falar {
    border: 1px black solid;
    padding: 0.5rem;
    border-radius: 100px;
    margin-bottom: 0.5rem;
}


.outros_servicos_title {

    /* display: block; */
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 32px;
    color: #000;
    font-family: 'Roboto';
    margin-left: 2%;
    width: 95%;
}

table .outros-servicos {
    display: flex;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 22px;
    color: #000;
    font-family: 'Roboto';
    margin-left: 2%;
    width: 95%;
}

.outros-servicos-itens li {
    padding: 1%;
    margin-right: 25px;
    width: 95%;
    margin-left: -1%;
    border-bottom: 1px solid #ccc;
    transition: 1s;
    list-style-type: none;
    font-family: 'Roboto';
}

.outros-servicos-itens li:hover {
    background-color: #ccc;
    border-radius: 8px;

}

.outros-servicos-itens a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    width: 100%;
    border: 1px solid black;

}

.menu-icon {
    width: 54px; /* Ajuste conforme necessário */
    height: 54px; /* Ajuste conforme necessário */
    margin-right: 10px;
}

.outros-servicos {
    margin-top: 0;
    margin-left: 1rem;
    font-weight: 500;
    font-size: 1rem;
}

.list-servicos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;

    width: 100vw;
    height: 14.25rem;


    background: #F9F9F9;
}

.list-servicos li {
    border-bottom: 1px solid darkgrey;
    width: 100%;
}

.fc-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.5rem 1rem;
    gap: 0.25rem;

    width: 100vw;
    height: 4rem;

    margin-top: 1rem;
}

.fc-form__form {
    width: 100vw;

    justify-content: center;
    display: flex;

    margin-top: 2rem;
    padding-left: 1rem;

    gap: 1rem;
    flex-direction: column;
}

.fc-form__input-box {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;

    width: 100%;

}

.input-box__label {

    width: 100%;
    height: 16px;


    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.4px;

    color: #4C4546;


    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;

}

.input-box__input {

    box-sizing: border-box;

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px;
    gap: 8px;

    width: 100%;
    height: 56px;

    background: #F9F9F9;
    border: 1px solid #7E7576;
    border-radius: 4px;

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;

}

.fc-form__btn {
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #FFFFFF;
    padding: 0px;
    height: 2.5rem;
    background: #000000;
    border-radius: 4px;

}


.box-title {
    margin-left: 2%;
    margin-top: 57px;
    font-size: 25px;

}

.box-title .box-icon img {
    width: 20px
}

.container {
    /* border: 1px solid grey; */
    border-radius: 5px;
    margin-left: 2%;
    margin-top: 10%;
    padding: 7px;
    width: 92%;
    font-size: 25px;
    background: #f0f0f0;
    box-shadow: 20px 20px 60px #dddddd,
    -20px -20px 60px #ffffff;
}

.container p {
    margin-bottom: 3%;
    font-size: 30px;
}

.container .titulo-input label {
    font-weight: bold;
    margin-top: 2%;
    font-size: 35px !important;
}

.container .titulo-input input {
    width: 100%;
    padding: 10px;
    margin-bottom: 55px;
    border-radius: 5px;
    margin-top: 1%;
    font-size: 37px;
    height: 75px;
    border: 0.5px solid grey;
}

.container .titulo-input input::placeholder {
    font-size: 35px;
}

.container .descricao-input label {
    font-weight: bold;
    margin-top: 2%;
    font-size: 35px !important;
    margin-top: 2%;
}

.container .descricao-input textarea {
    width: 100%;
    height: 300px;
    padding: 10px;
    font-size: 18px !important;
    margin-bottom: 10px;
    border-radius: 5px;
    margin-top: 1%;
}

.container .descricao-input textarea::placeholder {
    font-size: 35px;
}

.container .btn-concluir button {
    width: 100%;
    border-radius: 8px;
    padding: 15px;
    font-size: 35px;
    /* background-color: #4caf50;
     */
    background-color: black;
    color: white;
    margin-top: 2%;

    transition: 0.5s;
}

.container .btn-concluir button:hover {
    background-color: #4caf50;
}

.confirmacao__tabela {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    gap: 10px;
    isolation: isolate;

    width: 100%;


    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;

}

.container-confirmacao {
    font-family: 'Roboto', sans-serif !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 1.5rem;

    width: 100vw;
    height: 100vh;
    background-color: #f9f9f9;

}

.confirmacao__icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1rem;

    width: 5.5rem;
    height: 5.5rem;

    border-radius: 80px;

    flex: none;
    order: 0;
    flex-grow: 0;
}

.confirmacao__title {

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;

    width: 100%;
    height: 1.75rem;


    flex: none;
    flex-grow: 0;
    font-size: 1.375rem;
}

.container-confirmacao__infos {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    gap: 1rem;

    width: 90vw;

    background: #F3F3F3;
    border-radius: 0.5rem;

    flex: none;
    flex-grow: 0;

    font-size: 1rem;

}

.ouvidoria-confirmacao__btn-box {
    /* Container */

    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    gap: 1rem;

    width: 90vw;

    border-radius: 0.25rem;

    flex: none;
    order: 2;
    flex-grow: 0;

    font-size: 1rem;
}

.btn-box__btn {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 8px;

    color: white;
    height: 40px;

    background: #000000;
    border-radius: 100px;

    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.btn-box__btn:visited {
    color: white;
}

.header_tempo_resposta {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 0px 1.5rem;
    gap: 0.25rem;

    width: 100vw;
    height: 7.25rem;

    background: #F9F9F9;
}

.list-servicos__item {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 0px;
    isolation: isolate;

    width: 100%;
    height: 3.5625rem;
    min-height: 3.5rem;


    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    text-decoration: none;
}

#title_modal_tr {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 1rem;
    gap: 10px;

    width: 25.75rem;
    height: 2rem;


    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;

}

.card-manifestacoes {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;

    margin: 2rem;
}

.manifest-item {

    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 16px;
    gap: 8px;

    width: 100%;

    background: #EEEEEE;
    border-bottom: 1px solid #7E7576;

    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;

    font-size: 0.875rem;

}

.hidden {
    display: none !important;
}
