ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
  }

body {
    background-color: #F4F1E9;
    width: 100%;
    margin: 0!important;
    padding: 0!important;
}

.name-department {
    width:100%; 
    font-size:32px;
    font-weight: 500;
    margin-top: 20px;
}

.title-card-responsive {
    font-size: 1.1rem;
    font-weight: 600;
}

.description-card-responsive {
    font-size: 1rem;
    font-weight: 400;
}

.card-responsive {
    border: solid 1px #d5ccb1;
    border-radius: 10px; 
    height: 300px;
    max-height: 300px;
    min-height: 300px;
    width: 250px;
    min-width: 250px;
    max-width: 250px; 
    background-color: #ede8da;
    }
    
.title-mini-section {
    font-size: 2rem;
    font-weight: 600;
}

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

.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: 100%;
    height: auto;
}

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

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

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

}

.tags-container {
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    gap: 0.2rem;
}

.profile-header-pastas-tag {
    border: 1px solid rgb(204,204,204);
    border-radius: 12px;
    padding: 8px 8px;
    font-size: 0.8em;
    color: #9b9b9b;
    background-color: #fbfbfb;
}

.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: 20px 0 10px 0;
}

.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;
    margin: 0 0 10px 0;
    gap: 20px;
}

.profile-header-contacts-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #113260;
    cursor: pointer;
}

.profile-header-contacts-btn-icon {
    width: 35px;
    height: auto;
}

.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;
}

.lista-menu-secretaria {
    gap: 20px;
    flex-wrap: wrap;
}

.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;
}

    .informacoes {
        background-color:#616161; 
        color: white;
        width:80%; 
        max-width: 80%; 
        background-color:#616161; 
        color: white;
        width:80%; 
        max-width: 80%; 
        font-size: 16px; 
        border-radius: 10px;
        padding: 50px 100px!important;
        padding: 50px 100px!important;
    }

@media (max-width: 768px) {

    .informacoes {
        color: white; 
        width:25rem; 
        max-width: 25rem; 
        font-size: 16px; 
        border-radius: 10px;
        padding: 50px 50px!important;
        padding: 50px 50px!important;
    }
    .img-secretaria {
    max-width: 7rem;
    max-height: 7rem;
    }
}