.pasaporte-contacto-contenedor {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}
.pasaporte-contacto {
    width: 100%;
    max-width: 620px;
    margin: 30px 0 !important;
    padding: 28px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.07);
    text-align: left !important;
}
.pasaporte-contacto-titulo {
    margin-bottom: 21px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: #333333;
}
.pasaporte-contacto-item {
    width: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
    padding: 9px 11px;
    margin-bottom: 9px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    background: #fafafa;
    color: #444444 !important;
    text-decoration: none !important;
}
.pasaporte-contacto-enlace {
    transition: all 0.2s ease;
}
.pasaporte-contacto-enlace:hover {
    transform: translateY(-2px);
    border-color: #F58220;
    background: #fff9f4;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
}
.pasaporte-contacto-icono {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    border-radius: 9px;
    background: #fff0e4;
    color: #F58220;
}
.pasaporte-contacto-icono svg {
    width: 21px;
    height: 21px;
}
.pasaporte-contacto-textos {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.pasaporte-contacto-label {
    margin-bottom: 3px;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #999999;
}
.pasaporte-contacto-valor {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #444444;
    overflow-wrap: anywhere;
}
.pasaporte-contacto-flecha {
    margin-left: auto;
    padding-left: 10px;
    font-size: 18px;
    color: #aaaaaa;
}
.pasaporte-contacto-enlace:hover .pasaporte-contacto-flecha {
    color: #F58220;
}
.pasaporte-contacto-mapa-titulo {
    margin-top: 24px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #999999;
}
.pasaporte-contacto-mapa {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    background: #f5f5f5;
}
.pasaporte-contacto-mapa iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}
.pasaporte-contacto-mapa-boton {
    width: 100%;
    min-height: 58px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding: 9px 11px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    background: #fafafa;
    color: #444444 !important;
    text-decoration: none !important;
    transition: all 0.2s ease;
}
.pasaporte-contacto-mapa-boton:hover {
    transform: translateY(-2px);
    border-color: #F58220;
    background: #fff9f4;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
}
.pasaporte-contacto-mapa-boton-icono {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    border-radius: 9px;
    background: #fff0e4;
    color: #F58220;
}
.pasaporte-contacto-mapa-boton-icono svg {
    width: 21px;
    height: 21px;
}
.pasaporte-contacto-mapa-boton-flecha {
    margin-left: auto;
    padding-left: 10px;
    font-size: 18px;
    color: #aaaaaa;
}
.pasaporte-contacto-mapa-boton:hover .pasaporte-contacto-mapa-boton-flecha {
    color: #F58220;
}
@media (max-width: 600px) {
    .pasaporte-contacto-contenedor {
        width: 100% !important;
        text-align: left !important;
    }
    .pasaporte-contacto {
        width: 100%;
        max-width: 620px;
        margin: 24px 0 !important;
        padding: 22px 16px;
        border-radius: 14px;
    }
    .pasaporte-contacto-titulo {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .pasaporte-contacto-item {
        min-height: 58px;
    }
    .pasaporte-contacto-icono {
        width: 38px;
        height: 38px;
        margin-right: 10px;
    }
    .pasaporte-contacto-valor {
        font-size: 13px;
    }
    .pasaporte-contacto-mapa {
        height: 260px;
    }
    .pasaporte-contacto-mapa-boton {
        min-height: 54px;
    }
}