.card-info {
    width: 415px;
    height: 493px;
    background-color: rgba(225, 243, 213, 0.8);
    border-radius: 12px;
    padding: 30px;
    font-family: var(--font-family-Humanistist521BT-Roman);
    color: #4d4d4d;
    box-sizing: border-box;
}

.nombreProviTxt {
    font-size: 35px;
    color: #69c42f;
    letter-spacing: 0.03em;
    margin: 0 0 20px;
    background: transparent!important;
}

.descripcion-info-mapa {
    font-size: 18.6px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: 0.5vh;
    font-family: var(--font-family-Humanistist521BT-Roman);
    background: transparent!important;
}

.titulo-info-mapa{
    font-size: 17.5px;
    color: #69c42f;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin: 10px 0 5px;
    background: transparent!important;
}
.section{
    background: transparent!important;
}

.linea-info-mapa{
    border: none;
    border-top: 0.5px solid #383838;
    margin: 10px 0 15px;
}

.nav-link {
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}

.nav-link.active {
    border-bottom: 3px solid #e1f3d5!important;
    background-color: #e1f3d5!important;
    color: #000!important;
}
.card:hover .card-body {
    opacity: 0!important;
    background-color: transparent !important;
    cursor: pointer;
}
.card-img-overlay {
    background: rgba(0, 0, 0, 0.3);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}
.owl-stage-outer {
    overflow: hidden !important;
}
.slider-sec2, .owl-stage-outer {
    overflow: hidden !important;
}


.mapa-interactivo {
    background-color: #ea1f30;
    color: white;
    border-radius: 12px;
    width: 210px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding-left: 16px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mapa-interactivo:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.mapa-interactivo .titulo {
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 1.1em;
    font-family: var(--font-family-Humanistist521BT-Bold);
    font-weight: bold;
}

.mapa-interactivo .subtitulo {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-top: 8px;
    line-height: 1.2em;
    font-family: var(--font-family-Humanistist521BT-Roman);
}