/**************** SECTION - MAPA DELEGACIONES ****************/
.acf-map { width: 100%; height: 80vh; }
.acf-map img { max-width: inherit !important; }
/**************** SECTION - CARDS DELEGACIONES ****************/
.marker_content { padding: 0.5rem; max-width: 260px; font-family: 'nunito-sans'; }
.marker_title { font-size: 20px; font-weight: 500; line-height: 1.5; text-align: left; color: var(--color-green-secondary); padding-bottom: 0.625rem; }
.marker_address { font-size: 14px; line-height: 1.64; text-align: left; color: var(--color-black); width: 80%; }
.marker_phone a, .marker_email a { font-size: 14px; line-height: 1.64; text-align: left; color: var(--color-black); }
.marker_email a { color: var(--color-green-primary); }
.marker_province { font-size: 14px; line-height: 2; text-align: left; color: var(--color-black); }
.acf-map button[aria-label="Cerrar"] img { width: 65%!important; height: 65%!important; margin: 5px auto!important; }
.acf-map button[aria-label="Cerrar"] { right: 5px!important; top: 5px!important; }
/**************** SECTION - ENCONTRAR DELEGACIONES ****************/
section.finddeleg { padding-top: 5rem; padding-bottom: 5rem; }
.finddeleg-title-section { font-size: calc(0.95rem + 0.6vw); font-weight: bold; line-height: 1.21; text-align: center; color: var(--color-green-secondary); padding-bottom: 2rem; }
.finddeleg-finder a, .finddeleg-finder input { padding: 2rem 5rem; border-radius: 20px; box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%); background-color: #ffffff; font-size: 20px; font-weight: 600; line-height: 1.5; color: var(--color-green-primary); flex: 0 0 48%; text-align: center; width: 100%; margin: 15px 0; }
.finddeleg-finder { display: flex; align-items: center; justify-content: space-between; padding: 2rem 0; }
.finddeleg-finder input { border: none; }
.finddeleg-finder input::placeholder { color: var(--color-green-secondary); }
.finddeleg-gotolist { text-align: center; }
.finddeleg-gotolist .btn-animated { font-size: 18px; }
.finddeleg-gotolist .btn-animated::after { transform: scale(0.7) rotate(90deg); }
.finddeleg-gotolist .btn-animated:hover::after { transform: scale(0.2) translateY(150px); }
@media (max-width: 991.98px) {
 .finddeleg-finder { flex-direction: column; }
 .finddeleg-finder div { margin: 1rem 0; width: 100%; text-align: center; }
 .finddeleg-title-section { font-size: calc(0.95rem + 2.5vw); }
}
@media (max-width: 567.98px) {
 .finddeleg-finder a, .finddeleg-finder input { padding: 1rem 2rem; text-align: center; display: block; width: 100%; }
}
/**************** SECTION - DELEGACIONES LISTADO ****************/
.deleg-title-section { font-size: calc(2.3rem + 1vw); font-weight: 400; font-stretch: normal; font-style: normal; line-height: 1.2; letter-spacing: normal; text-align: left; color: var(--color-green-secondary); padding-top: 1rem; }
.block-deleg-block { padding-top: 5rem; padding-bottom: 5rem; }
.deleg-first-section.container { padding-bottom: 4.375rem; display: flex; justify-content: space-between; }
.card-body.deleg_content { display: flex; }
.card-body.deleg_content div { flex: 0 1 25%; }
.card-body.deleg_content .deleg-icon-type { text-align: right; }
.deleg-icons p { width: 45%; font-size: 14px; font-weight: 400; line-height: 1.21; text-align: left; color: var(--color-black); }
.card-body.deleg_content a { color: var(--color-black); }
.card-body.deleg_content a.deleg-mail { color: var(--color-green-primary); }
@media (max-width: 991.98px) {
 .card-body.deleg_content { flex-direction: column; padding: 1.25rem 1.25rem 2.1rem; }
 .deleg-first-section.container { flex-direction: column; }
 .deleg-icons { justify-content: center; padding-top: 2rem; }
 .deleg-title-section { margin-bottom: 1rem; }
 .block-deleg-block { padding-top: 2rem; padding-bottom: 2rem; }
}
