/*	# SECTION PROVINCIAS
===================================*/
.section-provincias {
overflow: hidden;
}
.section-provincias__header {
position: relative;
padding: 2.5rem 1.25rem 3.75rem;
border-radius: 30px 0px 0px 30px;
text-align: center;
margin-bottom: 2.5rem;
}
.section-provincias__header::after {
content: "";
background: rgba(144, 190, 168, 0.1);
position: absolute;
width: 200vw;
height: 100%;
top: 0;
left: 0;
margin-left: -40px;
box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.13);
border-radius: 30px 0px 0px 30px;
z-index: -1;
}
.section-provincias__title h2 {
display: flex;
align-items: center;
text-align: start;
justify-content: center;
}
.section-provincias__title h2 span {
max-width: 13.125rem;
}
.section-provincias__title h2::before {
content: url("data:image/svg+xml,%3Csvg width='72' height='92' viewBox='0 0 42 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3771 29.6283C8.39047 28.4549 6.09713 26.7482 4.49713 24.5082C2.89713 22.2682 2.09713 19.5482 2.09713 16.3482C2.09713 13.4682 2.81713 10.8816 4.25713 8.58825C5.69713 6.24158 7.83047 4.40158 10.6571 3.06825C13.5371 1.68158 17.0038 0.98825 21.0571 0.98825C25.1105 0.98825 28.5505 1.68158 31.3771 3.06825C34.2571 4.40158 36.4171 6.24158 37.8571 8.58825C39.3505 10.8816 40.0971 13.4682 40.0971 16.3482C40.0971 19.4416 39.2705 22.1616 37.6171 24.5082C35.9638 26.8016 33.6971 28.5083 30.8171 29.6283C34.1238 30.6416 36.7371 32.4283 38.6571 34.9883C40.6305 37.4949 41.6171 40.5349 41.6171 44.1083C41.6171 47.5749 40.7638 50.6149 39.0571 53.2283C37.3505 55.7883 34.9238 57.7883 31.7771 59.2283C28.6838 60.6149 25.1105 61.3083 21.0571 61.3083C17.0038 61.3083 13.4305 60.6149 10.3371 59.2283C7.29713 57.7883 4.9238 55.7883 3.21713 53.2283C1.51047 50.6149 0.657132 47.5749 0.657132 44.1083C0.657132 40.5349 1.61713 37.4683 3.53713 34.9083C5.45713 32.3483 8.07047 30.5883 11.3771 29.6283ZM33.0571 17.2283C33.0571 13.9749 31.9905 11.4683 29.8571 9.70825C27.7238 7.94825 24.7905 7.06825 21.0571 7.06825C17.3771 7.06825 14.4705 7.94825 12.3371 9.70825C10.2038 11.4683 9.13713 14.0016 9.13713 17.3082C9.13713 20.2949 10.2305 22.6949 12.4171 24.5082C14.6571 26.3216 17.5371 27.2283 21.0571 27.2283C24.6305 27.2283 27.5105 26.3216 29.6971 24.5082C31.9371 22.6416 33.0571 20.2149 33.0571 17.2283ZM21.0571 32.8282C17.1105 32.8282 13.8838 33.7616 11.3771 35.6282C8.87047 37.4416 7.61713 40.1883 7.61713 43.8683C7.61713 47.2816 8.81713 50.0283 11.2171 52.1083C13.6705 54.1883 16.9505 55.2283 21.0571 55.2283C25.1638 55.2283 28.4171 54.1883 30.8171 52.1083C33.2171 50.0283 34.4171 47.2816 34.4171 43.8683C34.4171 40.2949 33.1905 37.5749 30.7371 35.7083C28.2838 33.7883 25.0571 32.8282 21.0571 32.8282Z' fill='black'/%3E%3C/svg%3E%0A");
line-height: 0;
margin-right: 4px;
}
.section-provincias__title h3 {
font-family: var(--mwm--font-family);
margin: 0;
}
.section-provincias__desc {
margin: 0;
}
.section-provincias__list {
display: grid;
gap: 3.125rem 3.75rem;
grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}
@media (min-width: 768px) {
.section-provincias__header {
    margin-bottom: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: start;
    padding: 2.5rem 4.25rem;
}
.section-provincias__header::after {
    margin-left: 0;
}
.section-provincias__title {
    flex-shrink: 0;
    width: 48%;
}
.section-provincias__title h2 {
    justify-content: start;
    margin: 0;
}
.section-provincias__title h2 span {
    max-width: 22.75rem;
}
.section-provincias__desc {
    max-width: 30.625rem;
    width: 48%;
}
}

/*	# CARD PROVINCIA
===================================*/
.card-provincia {
background: rgba(54, 106, 152, 0.1);
box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.13);
border-radius: 30px;
}
.card-provincia__media-img {
margin: 0;
overflow: hidden;
padding-bottom: 71.4285714286%;
position: relative;
border-radius: 30px 30px 0px 0px;
}
.card-provincia__media-img img,
.card-provincia__media-img video {
height: 100%;
left: 0;
object-fit: cover;
position: absolute;
top: 0;
width: 100%;
}
.card-provincia__name {
background-color: #366a98;
padding: 0.25rem;
text-align: center;
border-radius: 0px 0px 30px 30px;
color: var(--mwm--color--white);
}
.card-provincia__content {
padding: 0.75rem 1.375rem;
}
.card-provincia__info p:not(:last-child) {
margin-bottom: 0.5rem;
}
.card-provincia__btn {
color: var(--mwm--color--black);
font-weight: var(--mwm--font-weight--semi-bold);
font-family: var(--mwm--font-family-alt);
}
