.service-section {
    margin: 0;
    padding-top: 10vh;
    padding-bottom: 10vh;
    background: #176dc1;
    background-image: url("../imagenes/fondo01.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.service-section > div:last-child {
    text-align: center;
}

.service-section > div:last-child h3 {
    padding-top: 2vh;
    color: #fff;
}

.service-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 80vw;
    max-width: 100%;
    margin: 0 auto;
    gap: 0;
}

.service-content p {
    font-size: 2em;
    margin: 0 24px 0 0;
    color: #0a4a8a;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.service-img {
    height: 60vh;
    width: auto;
    border-radius: 6px;
    object-fit: cover;
}

.service-card {
    width: 100%;
    max-width: 100%;
    min-width: unset;
    margin-right: 0;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    background: none;
    box-shadow: none;
    padding: 0;
    display: flex;
}

.service-card p {
    background: none;
    font-size: 2em;
    margin: 0;
    color: #0a4a8a;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.2;
    text-align: center;
}

.service-card h2 {
    color: #0a4a8a;
    font-size: 2em;
    margin-bottom: 18px;
    text-align: center;
    font-weight: bold;
}

.service-phone {
    display: inline-block;
    margin-top: 12px;
    font-size: 2.2em;
    color: white;
    background: #0753a0;
    padding: 8px 28px;
    border-radius: 32px;
    font-weight: 900;
    letter-spacing: 1px;
    transition: background 0.8s, box-shadow 0.2s;
    box-shadow: 0 2px 8px 0 rgba(10, 74, 138, 0.10);
    text-align: center;
}

.service-phone:hover {
    background: #002a46;
    box-shadow: 0 4px 16px 0 rgba(40, 138, 10, 0.18);
}

.office-info {
    margin-bottom: 32px;
    padding: 32px 24px 24px 24px;
    border-bottom: none;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px 0 rgba(10, 74, 138, 0.10), 0 1.5px 6px 0 rgba(10, 74, 138, 0.08);
    width: 40vw;
    min-width: 320px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    transition: box-shadow 0.2s, transform 0.5s;
}

.office-info:hover {
    box-shadow: 0 8px 32px 0 rgba(10, 74, 138, 0.16), 0 3px 12px 0 rgba(10, 74, 138, 0.10);
    transform: translateY(-4px) scale(1.05);
}

.office-info h3 {
    color: #176dc1;
    font-size: 1.6em;
    margin-bottom: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
}

.office-info > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.office-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.office-list li {
    font-size: 1.15em;
    color: #222;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.office-list li:last-child {
    margin-bottom: 0;
}

.office-info .label {
    color: #0a4a8a;
    font-weight: 600;
    min-width: 90px;
    display: inline-block;
}

.office-list a {
    color: #0a4a8a;
    text-decoration: underline;
    transition: color 0.2s;
}

.office-info a {
    color: #176dc1;
    text-decoration: underline;
    transition: color 0.2s;
}

.office-list a:hover {
    color: #176dc1;
}

.office-info a:hover {
    color: #0a4a8a;
}

.normas-section {
    background: #f8fafc;
    padding: 56px 0 56px 0;
    border-top: 2px solid #eaf1f8;
    border-bottom: 2px solid #eaf1f8;
}

.normas-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px 0 rgba(23, 109, 193, 0.07);
    border: 1.5px solid #eaf1f8;
    padding-top: 36px;
    padding-bottom: 36px;
}

.normas-section h2 {
    color: #176dc1;
    font-size: 2.2em;
    margin-bottom: 24px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.normas-list {
    font-size: 1.13em;
    color: #222;
    line-height: 1.7;
    padding-left: 22px;
    margin-bottom: 32px;
}

.normas-list li {
    margin-bottom: 10px;
    padding-left: 2px;
}

.normas-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 18px;
    justify-content: flex-start;
    padding-left: 0;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.normas-links a {
    background: none;
    color: #0a2a5a;
    font-weight: 600;
    text-decoration: none;
    padding: 0 0 2px 0;
    border-radius: 0;
    font-size: 1.08em;
    box-shadow: none;
    border: none;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    transition: color 0.2s;
    position: relative;
    width: 100%;
    /* viñeta personalizada */
}

.normas-links a::before {
    content: "●";
    color: #0a2a5a;
    font-size: 1.1em;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
    transition: color 0.2s;
}

.normas-links a:hover {
    color: #176dc1;
    background: none;
    box-shadow: none;
    border: none;
}

.normas-links a:hover::before {
    color: #176dc1;
}

.normas-links a:hover::after {
    color: #0a4a8a;
}

.footer-multinet {
    width: 100%;
    background: #0a2a5a;
    color: #fff;
    text-align: center;
    padding: 18px 0 16px 0;
    font-size: 1.08em;
    letter-spacing: 0.5px;
    margin-top: 0;
}

@media (max-width: 900px) {
    .service-content {
        width: 90vw;
        
    }
    .service-section {
        padding-left: 4vw;
        padding-right: 4vw;
    }
    .office-info {
        width: 96vw;
        min-width: unset;
        max-width: 90vw;
        padding: 20px 8px 16px 8px;
    }
    .service-phone {
        font-size: 1.5em;
        padding: 6px 16px;
    }
    .normas-container {
        padding: 0 8px;
        max-width: 90vw;
    }
    .normas-links {
        gap: 10px;
        font-size: 1em;
    }
}