.pasaporte-redes-contenedor {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}
.pasaporte-redes {
    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-redes-titulo {
    margin-bottom: 22px;
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    color: #333333;
}
.pasaporte-redes-subtitulo {
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #999999;
}
.pasaporte-redes-lista {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    box-sizing: border-box;
}
.pasaporte-red-item {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 8px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    background: #ffffff;
    color: #444444 !important;
    text-decoration: none !important;
    transition: all 0.2s ease;
}
.pasaporte-red-item:hover {
    transform: translateY(-2px);
    border-color: #F58220;
    background: #fff9f4;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
}
.pasaporte-red-icono {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #f5f5f5;
    color: #555555;
}
.pasaporte-red-icono svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}
.pasaporte-red-item > span:last-child {
    margin-left: 8px;
    font-size: 13px;
    font-weight: 600;
}
.pasaporte-redes-web-titulo {
    margin-top: 25px;
}
.pasaporte-redes-web {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
}
.pasaporte-redes-web-item {
    min-height: 58px;
    display: flex;
    align-items: center;
    padding: 8px 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-redes-web-item:hover {
    transform: translateY(-2px);
    border-color: #F58220;
    background: #fff9f4;
}
.pasaporte-web-icono {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #fff0e4;
    color: #F58220;
}
.pasaporte-web-icono svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.pasaporte-web-logo {
    background: #ffffff;
    overflow: hidden;
    padding: 3px;
    box-sizing: border-box;
}
.pasaporte-web-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pasaporte-web-textos {
    display: flex;
    flex-direction: column;
    margin-left: 11px;
    line-height: 1.3;
}
.pasaporte-web-textos strong {
    font-size: 14px;
    font-weight: 600;
    color: #444444;
}
.pasaporte-web-textos small {
    margin-top: 3px;
    font-size: 12px;
    color: #999999;
}
.pasaporte-web-flecha {
    margin-left: auto;
    font-size: 18px;
    color: #aaaaaa;
}
.pasaporte-redes-web-item:hover .pasaporte-web-flecha {
    color: #F58220;
}
@media (max-width: 600px) {
    .pasaporte-redes-contenedor {
        width: 100% !important;
        text-align: left !important;
    }
    .pasaporte-redes {
        width: 100%;
        max-width: 620px;
        margin: 24px 0 !important;
        padding: 22px 16px;
        border-radius: 14px;
    }
    .pasaporte-redes-titulo {
        font-size: 20px;
        margin-bottom: 19px;
    }
    .pasaporte-redes-lista {
        grid-template-columns: 100%;
        gap: 8px;
    }
    .pasaporte-red-item {
        min-height: 52px;
        justify-content: flex-start;
    }
    .pasaporte-red-icono {
        width: 36px;
        height: 36px;
    }
    .pasaporte-redes-web {
        grid-template-columns: 100%;
    }
    .pasaporte-web-logo {
        width: 38px;
        height: 38px;
        padding: 3px;
    }
}