.profile-box{
    background-image: linear-gradient(to right, #F0F0F0, #FFFFFF, #F0F0F0);
}

.profile-img{
    
    width: 4rem !important;
    height: 4rem !important;
    object-fit: cover !important;
}

.digital-services{
    display: flex !important;
    flex-direction: column !important;
    background-image: linear-gradient(to right, #113260, #095A90);
    padding: 0.5em !important;
    border-bottom: 1px white solid !important;
    font-weight: 500 !important;
}

.digital-services:hover{
    display: flex !important;
    flex-direction: column !important;
    background-image: linear-gradient(to right, #095A90, #095A90);
    padding: 0.5em !important;
    border-bottom: 1px white solid !important;
    font-weight: 500 !important;
}

.card-services{
    display: flexbox;
    align-items: center;
    justify-content: center;
    border-bottom: 1px white solid;
    background-image: linear-gradient(to right, #113260, #095A90);
    padding: 0.5em !important;
    color: white !important;
}

.card-services > ul {
    padding: 0 !important;
}

.card-services > ul > li{
    list-style-type: none !important;
    background-color: #0186C6 !important;
    margin-bottom: 4px;
    padding: 0.3em !important;
}

/*New*/
.profile-header-box {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.profile-header-background-color {
    width: 100%;
    height: 120px;
    background-color: #113260;
}

.profile-header-info-box {
    width: 100%;
    height: fit-content;
    padding: 8px 28px 32px 28px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.profile-header-photo-box {
    width: 250px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.profile-header-photo-container {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    padding: 24px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -80px;
}

.profile-header-photo {
    width: 75%;
    height: auto;
}

.profile-header-info-principal-box {
    height: 100%;
    width: 100%;
    max-width: 100%;
}

.profile-header-name-box {
    width: 200%;
    height: fit-content;
    padding: 4px 0px;
}

.profile-header-name {
    color: #113260;
    font-size: 32px;
    font-weight: 700;
}

.profile-header-pastas-tag-box {
    width: 100%;
    height: fit-content;
    padding: 4px 0px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.profile-header-pastas-tag {
    border: 1px solid rgb(204,204,204);
    border-radius: 12px;
    padding: 4px 8px;
    font-size: 14px;
    color: rgb(164,164,164);
    margin-right: 4px;
}

.profile-header-info-personal-box {
    width: calc(100% - 30% - 250px);
    height: fit-content;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
}

.profile-header-address-box {
    width: fit-content;
    height: fit-content;
    border-radius: 6px;
    padding: 6px 12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    cursor: pointer;
    margin-bottom: 12px;
}

.profile-header-address-icon {
    width: 20px;
    height: auto;
    margin-right: 6px;
}

.profile-header-address-text {
    font-size: 14px;
    color: #113260;
}

.profile-header-contacts-box {
    width: 100%;
    height: fit-content;
    padding: 6px 0px;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

.profile-header-contacts-btn {
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 50%;
    border: 2px solid #113260;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    margin-right: 12px;
}

.profile-header-contacts-btn:hover {
    width: fit-content;
    border-radius: 24px;
}

.profile-header-contacts-btn:hover .profile-header-contacts-btn-text {
    display: block;
}

.profile-header-contacts-btn-icon {
    width: 20px;
    height: auto;
    margin-right: 4px;
}

.profile-header-contacts-btn-text {
    display: none;
    font-size: 14px;
    font-weight: 600;
}

.horizontal-divider-profile {
    width: 80%;
    height: 1px;
    background-color: rgb(184,184,184);
    margin-bottom: 32px;
}

.content-section {
    width: 100%;
    height: fit-content;
    max-height: 1500px;
    overflow-y: auto;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    padding: 0px 32px 64px 32px;
}

.small-section {
    width: 30%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding-right: 16px;
}

.small-section-box {
    width: 100%;
    height: fit-content;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    background-color: white;
    margin-bottom: 32px;
}

.small-section-header {
    width: 100%;
    height: fit-content;
    padding: 12px 16px 8px 16px;
    border-bottom: 1.5px solid rgb(184,184,184);
    margin-bottom: 16px;
}

.small-section-header-title {
    font-size: 16px;
    font-weight: 600;
}

.small-section-content {
    width: 100%;
    height: fit-content;
    padding: 0px 16px 12px 16px;
}

.secretariado-box {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.secretariado-photo {
    height: 200px;
    width: 70%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
    margin-bottom: 12px;
}

.secretariado-photo-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.secretariado-photo-tag {
    width: fit-content;
    height: fit-content;
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid #113260;
    color: #113260;
    font-size: 12px;
    font-weight: 400;
}

.contatos-box {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.contatos-info-box:not(:last-child) {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-bottom: 16px;
}

.contatos-info-box:last-child {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-bottom: 12px;
}

.contatos-info-icon {
    width: 18px;
    height: auto;
    margin-right: 12px;
}

.contatos-info-text {
    font-size: 15px;
}

.iframe-map {
    width: 100%;
    height: 250px;
}

.feed-section {
    width: 70%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-left: 16px;
    border-radius: 6px;
    background-color: white;
}

.feed-section-header {
    width: 100%;
    height: fit-content;
    padding: 12px 16px 8px 16px;
    border-bottom: 1.5px solid rgb(184,184,184);
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.feed-section-content::-webkit-scrollbar {
    width: 3px;
}

.feed-section-content::-webkit-scrollbar-track {
    background-color: rgb(224,224,224);
    border-radius: 6px;
}

.feed-section-content::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 6px;
}

.feed-section-header-category {
    font-size: 16px;
    font-weight: 600;
    margin-right: 32px;
    text-align: center;
    cursor: pointer;
}

.feed-section-content {
    width: 100%;
    height: fit-content;
    max-height: 800px;
    padding: 12px 16px 38px 16px;
    overflow-y: auto;
}

/*Serviços*/
.navigate-content-box {
    width: 100%;
    height: fit-content;
    display: none;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-bottom: 24px;
}

#servicos {
    display: flex;
}

.servicos-categories-box {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
    margin-bottom: 16px;
}

.servicos-categories-containers {
    width: 50%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.servicos-categories-containers:last-child {
    justify-content: end;
    margin-right: 24px;
}

.servicos-category-btn {
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #113260;
    border-radius: 6px;
    padding: 4px 8px;
    margin-right: 16px;
    cursor: pointer;
}

.input-search-servicos-box {
    height: 100%;
    width: 200px;
    border-radius: 6px;
    border: 1px solid rgb(234,234,234);
    padding: 4px 8x;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-right: 12px;
}

.input-search-servicos-icon {
    width: 14px;
    height: auto;
    margin: 0px 8px
}

.servicos-search {
    width: 160px;
    height: 100%;
    padding: 4px 8px;
    border: none;
    font-size: 14px;
}

.servicos-search:focus {
    outline: none;
}

.servicos-grid-box {
    width: 100%;
    height: fit-content;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    column-gap: 12px;
    row-gap: 16px;
    padding-left: 12px;
}

.servicos-card-box {
    height: 150px;
    width: 120px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    background-color: rgb(248,248,248);
    cursor: pointer;
}

.servicos-digitais {
    display: flex;
}

.servicos-presenciais {
    display: none;
}

.servicos-card-tipo {
    border: 1px solid #113260;
    padding: 2px 4px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 400;
    margin-top: 6px;
}

.servicos-card-icon {
    width: auto;
    height: auto;
    margin-bottom: 8px;
}

.servicos-card-title {
    width: 100%;
    height: fit-content;
    background-color: #113260;
    color: white;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    padding: 6px 0px;
    border-radius: 0px 0px 6px 6px;
}

.servicos-presenciais-modal-body {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 16px 0px;
}

.category-info-modal-box {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-bottom: 12px;
}

.category-info-modal-icon {
    width: 18px;
    height: auto;
    margin-right: 6px;
}

.category-info-modal-text {
    font-size: 15px;
    font-weight: 500;
}

.category-info-content-modal-box {
    width: 100%;
    height: fit-content;
    padding-left: 12px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-bottom: 12px;
    font-size: 15px;
}

/*Noticias*/
.noticias-grid-box {
    width: 100%;
    height: fit-content;
    display: grid;
    align-items: center;
    grid-template-columns: auto auto;
    column-gap: 12px;
    row-gap: 12px;
    padding: 0px 12px;
}

.noticias-item-box {
    width: 400px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 12px;
    border: 1px solid rgb(224,224,224);
    border-radius: 6px;
    cursor: pointer;
}

.noticias-item-header {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 16px;
}

.noticias-item-header-photo-container {
    width: 50px;
    height: 50px;
    padding: 8px;
    border-radius: 50%;
    background-color: white;
    margin-right: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.noticias-item-header-photo {
    width: 100%;
    height: auto;
}

.noticias-item-header-info-box {
    height: 100%;
    width: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.noticias-item-header-nome {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.noticias-item-header-data {
    font-size: 14px;
    color: rgb(204,204,204);
    font-weight: 500;
}

.noticia-item-title-box {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-bottom: 12px;
}

.noticia-item-title {
    font-size: 16px;
    font-weight: 600;
}

.noticia-photo {
    width: 100%;
    height: 250px;
    border-radius: 6px;
}

#load-more-div {
    width: 100%;
    height: fit-content;
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.buscar-mais-btn {
    border: 1px solid #113260;
    background-color: transparent;
    color: #113260;
    border-radius: 6px;
    font-size: 14px;
}

.buscar-mais-btn:hover {
    background-color: #113260;
    color: white;
}
.collapsible {
    background-color: #f8f9fa;
    color: #333;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.collapsible:after {
    content: "▼";
    font-size: 14px;
    transition: transform 0.3s ease;
}
.collapsible.active:after {
    transform: rotate(180deg);
}
.content {
    display: none;
    padding: 10px;
    background-color: white;
    overflow: hidden;
}
.small-section-box {
    background: #fff;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}



@media (max-width: 575.98px) {
    .profile-header-name {
        font-size: 24px;
        font-weight: 600;
    }
  }