html {
    font-size: 16px;
    color: #00163A;
    margin: 0;
}

:root {
    /* Compensación por offset acumulado del header fijo.
    Funciona estable en desktop, tablet y celular.
    NO tocar sin revisar layout completo */
    --header-height: -27px;
}


@font-face {
    font-family: 'Montserrat';
    src: url(/Fonts/Montserrat-VariableFont_wght.ttf) format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

body {
    font-family: 'Montserrat';
    margin: 0;
    padding-top: 1.5%
}

h1, h2, h3, h4 {
    font-family: 'Montserrat';
}

p {
    color: black;
    font-size: 16px;
    line-height: 1.3;
}

.header__top-nav, 
.header__social, 
.header__contact, 
.header__item, 
.nav, 
.nav__list, 
.nav__logo-link,
.footer, 
.footer__column, 
.footer__logo, 
.footer__social, 
.Seccion_Uno_Inicio, 
.Botón_Inicio, 
.Seccion_Dos_Inicio, 
.Home_Office, 
.HomeTI_Inicio, 
.OfficeTI_Inicio, 
.Seccion_Tres_Inicio, 
.PlanesTI_Inicio, 
.Sección_Dos_Planes_Soporte, 
.Columna, 
.Seccion_Dos_Contacto, 
.titulo__asistente, 
.servicios {
    display: flex;
}

main {
    padding-top: calc(3.7vh + 5.3vh);
}


.header__top-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000f27;
    color: #7F8A99;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
    box-sizing: border-box;
    font-weight: 600;
    height: 45px;
    z-index: 10;
}

.header__social,
.header__contact,
.header__item {
    margin-top: -0.35rem;
}

.header__social {
    align-items: center;
}

.header__contact {
    gap: 30px;
    align-items: center;
}

.header__item {
    align-items: center;
    gap: 10px;
}

.header__item a {
    font-size: 0.85rem;
    line-height: normal;
}

.header__icon, .header__iconF, .top__nav-icon {
    width: 18px;
    height: 18px;
    max-height: 18px;
    flex-shrink: 0;
}

.header__iconF:hover {
    content: url(/SVG/Facebook_Icon_Blanco.svg);
}

.header__link {
    color: #7F8A99;
    text-decoration: none;
    transition: color 0.3s;
}

.header__link:hover {
    color: white;
}

.nav {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 2rem #0000004b;
    padding: 10px 8%;
    position: fixed;
    top: 3.7vh;
    left: 0;
    width: 100vw;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    height: 5.3vh;
    z-index: 10;
}

.nav__list {
    margin: 0;
    justify-content: flex-end;
    text-align: right;
    list-style: none;
    gap: 22px;
    align-items: center;
    margin-left: auto;
}

.nav__item {
    display: inline-block;
}

.nav__link:hover {
    color: #009FF7;
}

.nav__link {
    color: #00163A;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    display: inline-block;
    padding: 5px;
    white-space: nowrap;
}

.nav__logo-link img {
    scale: 0.8;
    transition: all 0.3s ease-in-out;
    align-items: center;
    margin-right: auto;
    margin-left: -8%;
    padding-left: 0;
}

.nav__logo-link:hover img {
    transform: scale(1.02);
    content:url(/Imagenes/CompuAsistentesAlt.png)
}

.link-button {
    border: 2px solid #00163A;
    padding: 4px 9px;
    border-radius: 7px;
    transition: all 0.15s ease-in-out;
}

.link-button:hover {
    color: white;
    border: 2px solid #0090F2;
    background-color: #0090F2;
    transform: scale(1.1);
}

.footer {
    background-color: #000f27;
    color: white;
    justify-content: space-between;
    padding: 30px 60px;
    gap: 40px;
    font-size: 0.9rem;
    flex-wrap: wrap;
}

.footer__column {
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-width: 200px;
}

.footer__logo {
    width: 250px;
    margin-bottom: 20px;
}

.footer__logo img {
    margin-left: 0%;
    width: 250px;
}

.footer__logo:hover {
    margin-left: 0%;
    content: url(/Imagenes/CompuAsistentesAlt.png);
    transition: all 0.3s;
    transform: scale(1.05);
}

.footer__social {
    gap: 15px;
}

.footer__social img {
    width: 30px;
    height: 30px;
    transition: transform 0.3s;
}

.footer__social img:hover {
    transform: scale(1.1);
}

.info-section p {
    margin: 5px 0;
    color: #7F8A99;
    font-weight: 500;
    font-size: 1rem;
}

.nav-section {
    align-items: flex-end;
    text-align: right;
}

.nav-section a {
    text-decoration: none;
    color: white;
    font-weight: 500;
    margin: 5px 0;
    display: block;
    transition: color 0.3s;
}

.nav-section a.active {
    color: #ffffff;
}

.nav-section a:hover {
    color: #0090F2;
}

.nav-section a.active {
    color: #0090F2;
}

.footer__column:not(:last-child)::after {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #0090F2;
    position: absolute;
    right: 0;
    top: 0;
}

.footer__column {
    position: relative;
    padding-right: 30px;
}

.Seccion_Uno_Inicio {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 90vh;
    min-height: 100vh;
    position: relative;
}

video {
    position: fixed;
    top: 3.5rem;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
}

.scroll-video {
    display: block;
    position: fixed;
    top: calc(3.7vh + 5.3vh);
    left: 0;
    width: 100%;
    height: calc(100vh - (3.7vh + 5.3vh));
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
}

.Reparación_Título {
    font-size: 1.8rem;
    padding-top: 8%;
    color: #fff;
    width: 45%;
    height: 100%;
    padding-left: 8%;
}

.Reparación_Título h1 {
    font-weight: 600;
}

.Computadoras_y_Redes {
    color: #fff;
    font-weight: 800;
}

.Botón_Inicio {
    margin-top: 10px;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.6px;
    font-weight: bold;
    color: white;
    width: 180px;
    height: 40px;
    background: #007ef3;
    padding: 8px;
    border-radius: 10px;
    border-width: 0;
    border-style: hidden;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    justify-content: center;
}

.Botón_Inicio:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.Seccion_Dos_Inicio {
    margin-left: 8%;
    margin-right: 8%;
    padding-top: 5%;
    padding-bottom: 4%;
    margin-bottom: 0;
    flex-direction: column;
    align-items: flex-end;
    height: 82vh;
    opacity: 0;
    transform: translateY(100px);
    pointer-events: none;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

#Seccion_Dos_Inicio.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.Home_Office {
    width: 36%;
    margin-bottom: 2%;
    justify-content: space-between;
    align-items: center;
}

.HomeTI_Inicio {
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
    width: 11.5rem;
    height: 2.5rem;
    background: #007ef3;
    padding: 1rem;
    border-radius: 10px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.HomeTI_Inicio:hover {
    background-color: #0090F2;
    color: white;
    transform: scale(1.05);
    cursor: pointer;
}

.OfficeTI_Inicio {
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
    width: 11.5rem;
    height: 2.5rem;
    background: #007ef3;
    padding: 1rem;
    border-radius: 10px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.OfficeTI_Inicio:hover {
    background-color: #0090F2;
    color: white;
    transform: scale(1.05);
    cursor: pointer;
}

.Listado_Inicio {
    background: white;
    width: 30%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    padding-right: 3%;
    border-radius: 25px;
    box-shadow: 0px 0px 20px 1px #001e4177;
}

.Listado_Todos {
    color: #444;
    list-style: disc;
    font-size: 17px;
    font-weight: 600;
}

.Listado_Todos li {
    line-height: 1.4;
    margin-bottom: 6%;
}

.Listado_Todos li::marker {
    color: #0090F2;
    font-size: 1.2em;
}

.Seccion_Tres_Inicio {
    background: #0090F2;
    padding-right: 8%;
    padding-left: 8%;
    margin-top: 0;
    width: 100%;
    height: 60vh;
    box-sizing: border-box;
    margin-left: auto;
    background-image:url(/Imagenes/Interior_PC.webp);
    background-position: center center;
}

.PlanesTI_Inicio {
    width: 34%;
    color: white;
    justify-content: center;
    align-items:flex-start;
    flex-direction: column;
    margin-left: auto;
}

.PlanesTI_Inicio_Titulo {
    font-size: 22px;
    font-weight: 700;
    color: #00163A;
    margin-bottom: 5%;
    text-decoration: none;
    background-color: #fff;
    padding: 0.4rem 1.5rem;
    border-radius: 0.6rem;
    transition: all 0.2s ease-in-out;
}

.PlanesTI_Inicio_Titulo:hover {
    transform: scale(1.1);
}

.PlanesTI_Inicio_Text {
    font-size: 17px;
    color: white;
    font-weight: 500;
    width: 100%;
}

.Sección_Uno_Planes_Soporte {
    padding: 1.5rem 8%;
    text-align: center;
}

.Sección_Uno_Planes_Soporte h2 {
    margin: 0;
    font-size: 2rem;
}

.Sección_Uno_Planes_Soporte h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #0090F2;
    margin: 0.8rem auto 0;
    border-radius: 2px;
}

.Sección_Dos_Planes_Soporte {
    background-color: #d3e5ff;
    border-radius: 2rem;
    margin: 1rem 3%;
    justify-content: center;
    gap: 4%;
    padding-left: 8%;
    padding: 3rem 3%;
    flex-wrap: wrap;
}

.Columna {
    max-width: 550px;
    flex: 1 1 45%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 1.2rem;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.Columna img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 2rem
}

.Título_Columna {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    display: block;
}

.Columna ul {
    list-style-type: disc;
    padding-left: 20px;
    text-align: left;
}

.Columna ul li {
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.Columna ul li::marker {
    color: #007ef3;
    font-size: 1.1rem;
}

.Sección_Tres_Planes_Soporte {
    padding: 1rem 8%;
    text-align: center;
}

.Sección_Tres_Planes_Soporte h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.Sección_Tres_Planes_Soporte p {
    margin: 0;
    font-size: 1rem;
    padding-bottom: 2rem;
}

.repuestos {
    margin-top: -1.5rem;
    background: #ffffff;
}

.repuestos__hero {
    background: #001124;
    color: #fff;
    padding: 6rem 2rem 4rem;
    text-align: center;
}

.repuestos__hero h1 {
    font-size: 2.6rem;
    font-weight: 800;
}

.repuestos__hero-sub {
    font-size: 1.4rem;
    color: #4aa3ff;
    font-weight: 800;
    margin-top: 1rem;
    letter-spacing: 1px;
}

.repuestos__intro {
    background: #f2f2f2;
    text-align: center;
    padding: 3rem 2rem;
}

.repuestos__intro h2 {
    font-size: 1.5rem;
    font-weight: 700;
}

.repuestos__intro p {
    font-size: 1.3rem;
    margin-top: 1rem;
    letter-spacing: 1px;
}

.repuestos__icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    padding: 4rem 8%;
}

.icon-item {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.icon-item p {
    font-weight: bold;
}

.icon-item img {
    width: 85px;
}

.repuestos__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
    padding: 5rem 6%;
}

.card2 {
    background: #fff;
    border-radius: 16px;
    padding: 2rem 1.5rem 1.8rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    cursor: default;
}

.card2 img {
    width: 100%;
    max-height: 150px;
    object-fit: contain;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    transform: scale(1.5);
}

.card2 h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    padding-top: 0.8rem;
}

.card2 p {
    font-size: 0.95rem;
}

.card2:hover {
    background: #007ef3;
    color: #fff;
}

.card2:hover img {
    transform: scale(2);
}

.card2:hover h3 {
    transform: scale(1.25);
}

.whatsapp-float {
overflow: hidden;
position: fixed;
bottom: 20px;
right: 20px;
width: 60px;
height: 60px;
background-color: #25d366;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
z-index: 9999;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float img {
display: block;
width: 32px;
height: 32px;
}

.whatsapp-float:hover {
transform: scale(1.08);
box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}




@media (max-width: 1024px) {

    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

    html, body {
        margin: 0;
        padding: 0;
        width: 100%;
        overflow-x: hidden;
    }

    .header {
        display: flex;
        flex-direction: column;
    }

    .header__top-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        padding: 0 1rem;
        flex-wrap: nowrap;
    }

    .header__social,
    .header__contact,
    .header__item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header__icon,
    .header__iconF {
        display: block;
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }

    .header__link {
        display: none;
    }

    .header__item a {
        display: flex;
        align-items: center;
        line-height: 0;
        font-size: 0;
    }

    video,
    .scroll-video {
        display: none;
    }

    .Seccion_Uno_Inicio {
        background-image: url("/Imagenes/Interior_PC.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 60vh;
        height: auto;
        padding: 0rem 2rem 10rem;
    }

    .Seccion_Uno_Inicio::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 9, 22, 0.6);
        z-index: 0;
    }

    .Reparación_Título {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        align-items: center;
        text-align: center;
        z-index: 1;
    }

    .Reparación_Título h1 {
        font-size: 4rem;
        line-height: 5rem;
        margin: 0;
    }

    .Botón_Inicio {
        max-width: 260px;
        justify-content: center;
        margin: 1.5rem auto 0;
        font-size: 2rem;
        width: 300px;
        height: 70px;
        z-index: 1;
        border-radius: 20px;
        margin-top: 3rem;
    }

    .Seccion_Dos_Inicio {
        align-items: center;
        height: auto;
        padding: 3rem 2rem;
        opacity: 1;
        transform: none;
        pointer-events: auto;
        padding-bottom: 4rem;
    }

    .Home_Office {
        padding-top: 1.5rem;
        padding-bottom: 2.5rem;
        width: 100%;
        justify-content: center;
        gap: 1.5rem;
    }

    .HomeTI_Inicio,
    .OfficeTI_Inicio {
    font-size: 1.6rem;
    width: 15rem;
    height: 3rem;
    }

    .Listado_Inicio {
        width: 100%;
        max-width: 600px;
        padding: 1rem;
    }

    .Listado_Todos {
        font-size: 23px;
    }

    .Listado_Todos li {
        line-height: 1.6;
        margin-bottom: 6%;
    }

    .Seccion_Tres_Inicio {
        height: auto;
        min-height: 25vh;
        padding: 4rem 2rem;
        background-position: center;
    }

    .PlanesTI_Inicio {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .PlanesTI_Inicio_Text {
        font-size: 25px;
        line-height: 35px;
    }

    .PlanesTI_Inicio_Titulo {
        font-size: 35px;
        margin: 3%;
    }

    .Sección_Dos_Planes_Soporte {
        align-items: center;
        flex-direction: column;
        gap: 3rem;
        padding: 3rem 3rem;
    }

    .Columna {
        max-width: 700px;
        width: 100%;
        padding: 2rem;
    }

    .Columna img {
        height: 240px;
    }

    .nav {
        padding: 0.5rem 1rem;
    }

    .nav__logo {
        height: 80px;
        width: 200px;
        object-fit: contain;
    }

    .menu-toggle {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
    }

    .menu-toggle span {
        width: 25px;
        height: 3px;
        background: #00163A;
        border-radius: 50px;
    }

    .nav__list {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        flex-direction: column;
        align-items: center;
        background-color: #00163A;
        padding: 1rem 0;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
        transition: max-height 0.4s ease, opacity 0.4s ease;
        z-index: 999;
    }

    .nav__list.active {
        max-height: 500px;
        opacity: 1;
        pointer-events: auto;
    }

    .nav__link {
        color: white;
    }

    .nav__logo-link {
        pointer-events: none;
        cursor: default;
    }

    .footer__logo {
        scale: 0.8;
    }

    .footer__logo img {
        margin-left: -15%;
    }

    .repuestos__icons {
        grid-template-columns: repeat(2, 1fr);
        padding: 3rem 6%;
    }

    .repuestos__cards {
        grid-template-columns: repeat(2, 1fr);
        padding: 4rem 6%;
    }

    .repuestos__hero h1 {
        font-size: 2.2rem;
    }

    .repuestos__hero-sub {
        font-size: 1.2rem;
    }

    .repuestos__intro h2 {
        font-size: 1.3rem;
    }

    .repuestos__intro p {
        font-size: 1.1rem;
    }

    .repuestos__cards a {
        display: block;
    }

    .card-link {
    cursor: pointer;
    display: block;
    }

    .whatsapp-float {
    width: 54px;
    height: 54px;
    bottom: 18px;
    right: 18px;
    }

    .whatsapp-float img {
    width: 28px;
    height: 28px;
    }
}




@media (max-width: 768px) {

    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

    html, body {
        margin: 0;
        padding: 0;
        width: 100%;
        overflow-x: hidden;
    }

    .header {
        display: flex;
        flex-direction: column;
    }

    .header__top-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        padding: 0 2rem;
        flex-wrap: nowrap;
    }

    .header__social,
    .header__contact,
    .header__item {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -5%;
        width: 14px;
        height: 14px;
        flex-shrink: 0;
    }

    .header__item a {
        display: flex;
        align-items: center;
        line-height: 0;
        font-size: 0;
    }

    .nav {
        padding: 0.5rem 1rem;
    }

    .nav__logo {
        height: 80px;
        width: 200px;
        object-fit: contain;
    }

    .menu-toggle {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
    }

    .menu-toggle span {
        width: 25px;
        height: 3px;
        background: #00163A;
        border-radius: 50px;
    }

    .nav__list {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        flex-direction: column;
        align-items: center;
        background-color: #00163A;
        padding: 1rem 0;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
        transition: max-height 0.4s ease, opacity 0.4s ease;
        z-index: 999;
    }

    .nav__list.active {
        max-height: 500px;
        opacity: 1;
        pointer-events: auto;
    }

    .nav__link {
        color: white;
    }

    video.scroll-video {
        display: none !important;
    }

    .Seccion_Uno_Inicio {
        height: auto;
        position: relative;
        min-height: 50vh;
        padding: 0rem 1rem 2rem;
        background-image: url("/Imagenes/Interior_PC.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Seccion_Uno_Inicio::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 9, 22, 0.65);
    z-index: 0;
    }

    .Reparación_Título {
        width: auto;
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 2rem;
        margin: 0 auto;
        overflow: hidden;
        z-index: 1;
    }

    .Reparación_Título h1 {
        font-size: 1.5rem;
        line-height: 2rem;
        margin: 0;
    }

    .Botón_Inicio {
        max-width: 260px;
        margin: 1rem auto 0;
        justify-content: center;
        margin: 0;
        font-size: 12px;
        padding: 4px;
        width: 120px;
        height: 32px;
    }

    .Seccion_Dos_Inicio {
        padding: 3rem 1rem;
        height: auto;
        align-items: center;
        opacity: 1;
        transform: none;
        pointer-events: auto;
    }

    .Home_Office {
        display: none;
    }

    .HomeTI_Inicio,
    .OfficeTI_Inicio {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    width: 100%;
    height: 2.5rem;
    padding: 1rem;
    }

    .Listado_Inicio {
        width: 100%;
        max-width: 400px;
        padding: 1rem;
    }

    .Listado_Todos {
        font-size: 15px;
    }

    .Listado_Todos li {
        line-height: 1.4;
        margin-bottom: 6%;
    }

    .Seccion_Tres_Inicio {
        padding: 6rem 1rem;
        height: auto;
        min-height: 35vh;
        background-position: center;
    }

    .PlanesTI_Inicio {
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .PlanesTI_Inicio_Titulo {
    font-size: 16px;
    margin-bottom: 3%;
    }

    .PlanesTI_Inicio_Text {

        font-size: 15px;
        line-height: 20px;
    }



    .Sección_Uno_Planes_Soporte {
        padding-top: 2rem;
        padding: 2rem 1.2rem;
    }

    .Sección_Uno_Planes_Soporte h2 {
        font-size: 1.6rem;
    }

    .Sección_Dos_Planes_Soporte {
        padding: 2rem 1.2rem;
        margin: 1rem 1rem;
        gap: 1.5rem;
    }

    .Columna {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 1.4rem;
    }

    .Columna img {
        height: 180px;
        margin-bottom: 1.4rem;
    }

    .Título_Columna {
        font-size: 1.05rem;
    }

    .Columna ul {
        padding-left: 1.2rem;
    }

    .Columna ul li {
        font-size: 0.95rem;
        line-height: 1.4;
    }

    /* ===== SECCIÓN 3 ===== */
    .Sección_Tres_Planes_Soporte {
        padding: 2rem 1.2rem 3rem;
    }

    .Sección_Tres_Planes_Soporte h3 {
        font-size: 1.1rem;
        line-height: 1.4;
    }

    .Sección_Tres_Planes_Soporte p {
        font-size: 0.95rem;
    }

    .titulo__asistente {
        font-size: 1.7rem;
        text-align: center;
        margin-top: 5.5rem;
    }

    .servicios {
        flex-direction: column;
        gap: 3rem;
        align-items: center;
    }

    .card {
        width: 50%;
        height: 10rem;
        margin-bottom: 2rem;
        justify-content: center;
        align-items: center;
    }

    .card .texto {
        display: none;
    }

    .card.active {
        width: 100%;
        height: auto;
    }

    .card.active img {
        display: none;
    }

    .card.active .texto {
        display: block;
        padding: 0 1.5rem;
    }

    .footer {
        padding: 2rem 0rem;
        text-align: center;
    }

    .footer__column {
        align-items: center;
        padding: 0;
    }

    .footer__logo {
        scale: 1;
    }

    .footer__logo img {
        margin-left: 0%;
    }

    .footer__column::after {
        display: none;
        content: none;
    }

    .nav-section {
        display: none;
    }

    h3 {
        font-size: 1rem;
    }

    p {
        font-size: 0.9rem;
    }

    .repuestos {
        margin-top: 0;
    }

    .repuestos__hero {
        padding: 4rem 1.5rem 3rem;
    }

    .repuestos__hero h1 {
        font-size: 1.8rem;
    }

    .repuestos__hero-sub {
        font-size: 1.1rem;
    }

    .repuestos__intro {
        padding: 2.5rem 1.5rem;
    }

    .repuestos__intro h2 {
        font-size: 1.2rem;
    }

    .repuestos__intro p {
        font-size: 1rem;
    }

    /* ICONOS */
    .repuestos__icons {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 3rem 1.5rem;
    }

    .icon-item {
        align-items: flex-start;
    }

    .icon-item img {
        width: 60px;
    }

    /* CARDS */
    .repuestos__cards {
        display: flex;
        gap: 1.2rem;
        overflow-x: auto;
        padding: 2.5rem 1.5rem;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .card2 {
        min-width: 70%;
        flex: 0 0 auto;
        scroll-snap-align: start;
    }

    .card2 img {
        transform: scale(1.2);
    }

    .card2:hover img {
        transform: scale(1.4);
    }

    .card2:hover h3 {
        transform: scale(1.1);
    }

    .repuestos__cards::-webkit-scrollbar {
        display: none;
    }

    .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 16px;
    right: 16px;
    }

    .whatsapp-float img {
    width: 26px;
    height: 26px;
    }
}