.department-one__content {
    height: 170px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end; /* força conteúdo para baixo */
    text-align: center;
    padding: 15px;
}

/* ÍCONE */
.department-one__icon {
    margin-bottom: auto; /* empurra título para baixo */
}

.department-one__icon img {
    max-width: 130px;
	padding-top: 50px;
	padding-right: 15px;
	padding-bottom: 5px;
    height: auto;
}

/* TÍTULO */
.department-one__title {
    width: 200px;
    margin: 0;
	font-size: 12px;
}

.department-one__title a {
    display: block;
    width: 100%;
    text-align: center;
}

/* === CONTAINER DA IMAGEM === */
.event-one__img {
    width: 180px;   /* ajusta conforme design */
    height: 180px;
    min-width: 180px; /* importante para não encolher */
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* === IMAGEM === */
.event-one__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn-gold-hover {
    border-radius: 0;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

/* HOVER */
.btn-gold-hover:hover {
    background-color: #a88705; /* dourado */
    color: #FFF;
}
	
.mfp-wrap {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 999999 !important;
}

.mfp-container {
    position: fixed !important;
    top: 0 !important;
}

/* LINKS FOOTER */
.links_footer {
	padding: 0px 2px 0px 2px;
	font-size: 15px;
}
.links_footer:hover {
    color: #a88705;
}
