/*	# SECTION DELEGACION
===================================*/
.section-delegacion {
margin-bottom: 1.5rem;
}
.section-delegacion .directora {
margin-bottom: 2rem;
}
.section-delegacion .directora__wrapper {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
justify-content: center;
}
.section-delegacion .directora__media {
margin-bottom: 1.25rem;
width: 100%;
max-width: 13.75rem;
height: 100%;
}
.section-delegacion .directora__media-wrapper {
margin: 0;
overflow: hidden;
padding-bottom: 112.8865979381%;
position: relative;
border-radius: 1.875rem;
overflow: hidden;
}
.section-delegacion .directora__media-wrapper img,
.section-delegacion .directora__media-wrapper video {
height: 100%;
left: 0;
object-fit: cover;
position: absolute;
top: 0;
width: 100%;
}
.section-delegacion .directora__name {
font-size: 1.125rem;
font-weight: var(--mwm--font-weight--semi-bold);
margin-bottom: 0.25rem;
}
.section-delegacion .directora__cargo {
font-family: var(--mwm--font-family-alt);
color: #616161;
font-weight: var(--mwm--font-weight--bold);
}
.section-delegacion .comite {
font-family: var(--mwm--font-family-alt);
}
.section-delegacion .comite__list {
display: flex;
flex-wrap: wrap;
max-width: 38.125rem;
margin: 0 auto;
justify-content: space-between;
}
.section-delegacion .comite__integrante:first-child {
width: 100%;
}
.section-delegacion .comite__integrante {
margin-bottom: 1.25rem;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.section-delegacion .comite__integrante-name {
font-weight: var(--mwm--font-weight--semi-bold);
font-size: 1.125rem;
margin: 0;
margin-right: 0.875rem;
}
.section-delegacion .comite__integrante-data {
color: #616161;
display: flex;
flex-wrap: wrap;
column-gap: 12px;
font-size: 1rem;
}
@media (min-width: 568px) {
.section-delegacion .directora__contacto-field span {
    width: 48%;
    word-wrap: break-word;
    text-align: start;
}
.section-delegacion .comite__integrante {
    width: 48%;
}
}
@media (min-width: 768px) {
.section-delegacion .directora__wrapper {
    flex-direction: row;
    text-align: start;
}
.section-delegacion .directora__media {
    width: 40%;
    margin: 0;
}
.section-delegacion .directora__text {
    width: 60%;
    padding-left: 2rem;
}
}
@media (min-width: 1024px) {
.section-delegacion__wrapper {
    display: flex;
    justify-content: space-between;
}
.section-delegacion .section-header {
    text-align: start;
    max-width: unset;
}
.section-delegacion .directora,
.section-delegacion .comite {
    width: 48.4%;
}
}