* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background: #000;
}

html {
    scroll-behavior: smooth;
}

.home,
.about,
.services,
.precios,
.contact {
    scroll-margin-top: 100px;
}


.home {
    margin-top: 0;
    padding-top: 0;
}

body {
    background-color: #000000;
    color: white;
    font-family: 'Inter', sans-serif;
}

.header {
    width: 100%;
    min-height: 80px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 40px;
    background-color: #000000;
    position: sticky;
    top: 0;
    margin: 0;
}



.espacio {
    width: 100%;
}

.info {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 52px;
    padding: 0 12px;
    border-radius: 999px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08), rgba(14, 45, 129, 0.326));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.opciones {
    text-decoration: none;
    color: rgb(155, 155, 198);
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 999px;
    display: inline-block;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.opciones:hover {
    background-color: rgba(4, 0, 255, 0.387);
    color: white;
}

.heroAboutBg {
    background:
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
        url("imagenes/rayoA.png");
    background-size: 70%;
    background-position: right 50% top -10px;
    background-repeat: no-repeat;
}

.imagenFondo {
    background: none;
}

.titulo {
    max-width: 600px;
    color: white;
    font-family: 'Inter', sans-serif;
    font-size: 40px;
}

.titulo h1 {
    font-family: 'Inter', sans-serif;
    font-size: 80px;
    max-width: 600px;
    background: linear-gradient(140deg, #ffffff, #ffffff, #0062ff);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subtitulo {
    max-width: 600px;
    color: rgba(255, 255, 255, 0.962);
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    margin-top: 20px;
    justify-content: center;
}

.btn,
.btn2 {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: rgb(155, 155, 198);
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 999px;
    margin-right: 15px;
    margin-top: 20px;
    display: inline-block;
    background: linear-gradient(10deg, rgba(12, 11, 12, 0.397), rgba(192, 184, 184, 0.243));
    border-radius: 999px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.016);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.929);
    transition: background-color 0.25s ease, color 0.25s ease;
}

.botonesHero {
    margin-bottom: 0;
}

.btn:hover,
.btn2:hover {
    background-color: rgba(0, 64, 255, 0.539);
    color: white;
    box-shadow: #0062ff37 0px 17px 15px;
}

h1 {
    font-weight: 300;
}

p {
    font-weight: 300;
}

.content2 {
    display: flex;
    gap: 10px;
    margin-top: 25px;
    align-items: stretch;
}

.box1,
.box2,
.box3 {
    display: inline-block;
    width: 230px;
    padding: 20px;
    background: linear-gradient(140deg, rgba(3, 1, 23, 0.097), rgba(28, 13, 163, 0.097));
    border-radius: 20px;
    backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    align-items: center;
    text-align: center;
}

.titleBox {
    font-family: 'Inter', sans-serif;
    font-size: 50px;

    text-align: center;

}

.titleBoxA {
    font-family: 'Inter', sans-serif;
    font-size: 50px;
    background: linear-gradient(140deg, #ffffff, #0062ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;

}

.subtitleBox {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.962);
    justify-content: center;
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    /* 👈 espacio entre logo y texto */
}

.logo {
    height: 40px;
    width: auto;
}

.tituloHeader {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}

.about {
    font-family: 'Inter', sans-serif;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.about .content {
    max-width: 660px;
    justify-content: center;
}

.tituloAbout {

    font-size: 40px;
    background: linear-gradient(140deg, #0062ff, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.subtituloAbout {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
    margin-top: 20px;
    text-align: justify;
    text-justify: inter-word;
}

.about {
    padding: 90px 60px;
}

.azul {
    color: #2368d6;
    text-shadow: 0 0 10px rgba(0, 98, 255, 0.6);
    font-weight: 600;
}

/* SERVICES */
.services {
    font-family: 'Inter', sans-serif;
    width: 100%;
    display: block;
    padding: 90px 60px;
    position: relative;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2), #000000);
}

.services h1 {
    font-size: 64px;
    font-weight: 300;
    margin-bottom: 20px;
    background: linear-gradient(140deg, #ffffff, #ffffff, #ffffff, #ffffff, #0062ff, #ffffff, #ffffff, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.cardsServicios {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 36px;
}

.card {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: linear-gradient(180deg, rgba(7, 10, 28, 0.68), rgba(4, 6, 16, 0.48));
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
    display: inline-block;
    border-radius: 20px;
    backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    align-items: center;
    text-align: center;
}


.card h3 {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 14px;
    color: #77a8ff;
}

.card p {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

/* PRECIOS */
.precios {
    width: 100%;
    padding: 90px 60px;
    font-family: 'Inter', sans-serif;
}

.tituloPrecios h1 {
    font-size: 64px;
    font-weight: 300;
    margin-bottom: 18px;
    background: linear-gradient(140deg, #ffffff, #0062ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subtituloPrecios p {
    max-width: 800px;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 36px;
}

.tablaPrecios {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.filaPrecio {
    display: grid;
    grid-template-columns: 1.1fr 1.4fr 0.8fr;
    gap: 28px;
    align-items: center;
    padding: 30px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(7, 10, 28, 0.62), rgba(4, 6, 16, 0.42));
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.filaPrecio:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 25px rgba(0, 98, 255, 0.12);
}

.filaPrecio.destacado {
    border-color: rgba(0, 98, 255, 0.32);
    box-shadow: 0 0 30px rgba(0, 98, 255, 0.12);
}

.ladoIzquierdo h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 12px;
}

.descripcionPrecio {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.76);
}

.ladoCentro ul {
    padding-left: 18px;
}

.ladoCentro li {
    margin-bottom: 10px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.86);
}

.ladoDerecho {
    text-align: right;
}

.precioCantidad {
    font-size: 28px;
    font-weight: 600;
    color: #77a8ff;
    margin-bottom: 16px;
}

.btnPrecio {
    display: inline-block;
    text-decoration: none;
    color: white;
    padding: 12px 24px;
    border-radius: 999px;
    background: linear-gradient(10deg, rgba(12, 11, 12, 0.45), rgba(192, 184, 184, 0.20));
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
    transition: 0.25s ease;
}

.btnPrecio:hover {
    background: rgba(0, 64, 255, 0.45);
    box-shadow: 0 0 18px rgba(0, 98, 255, 0.22);
}

.notaPrecios {
    margin-top: 18px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.62);
    font-family: 'Inter', sans-serif;
}

/* CONTACT */
.contact {
    padding: 100px 60px 120px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Inter', sans-serif;
}

.contact h1 {
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 16px;
    background: linear-gradient(140deg, #ffffff, #ffffff, #0062ff, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact p {
    max-width: 650px;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 28px;
}

.redes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.redes a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.iconoRed {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.iconoRed:hover {
    transform: scale(1.08);
    filter: drop-shadow(0 0 10px rgba(0, 98, 255, 0.45));
}

section {
    animation: fadeUp 0.8s ease;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* RESPONSIVE */
@media (max-width: 1000px) {
    .cardsServicios {
        grid-template-columns: 1fr;
    }

    .filaPrecio {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .ladoDerecho {
        text-align: left;
    }

    .titulo h1,
    .tituloAbout h1,
    .services h1,
    .tituloPrecios h1,
    .contact h1 {
        font-size: 46px;
    }
}

@media (max-width: 768px) {
    .header {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 16px;
        justify-items: center;
    }

    .espacio {
        display: none;
    }

    .brand {
        width: 100%;
        justify-content: flex-start;
    }

    .info {
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        padding: 10px;
        gap: 6px;
        border-radius: 18px;
    }

    .opciones {
        font-size: 12px;
        padding: 0 10px;
        height: 34px;
        line-height: 34px;
    }

    .heroAboutBg {
        background: none;
    }

    .imagenFondo {
        background:
            linear-gradient(rgba(0,0,0,0.78), rgba(0,0,0,0.82)),
            url("imagenes/rayoA.png");
        background-size: 115%;
        background-position: center top;
        background-repeat: no-repeat;
    }

    .titulo,
    .subtitulo {
        max-width: 100%;
        width: 100%;
    }

    .titulo h1 {
        font-size: 34px;
        line-height: 1.08;
        max-width: 100%;
        word-break: break-word;
    }

    .subtitulo p {
        font-size: 15px;
        line-height: 1.55;
        max-width: 100%;
    }

    .botonesHero {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
        margin-top: 20px;
    }

    .btn,
    .btn2 {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }

    .content2 {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
        margin-top: 24px;
    }

    .box1,
    .box2,
    .box3 {
        width: 100%;
        max-width: 100%;
        padding: 22px 16px;
    }

    .titleBox,
    .titleBoxA {
        font-size: 46px;
    }

    .subtitleBox {
        font-size: 14px;
        line-height: 1.5;
    }

    .about,
    .services,
    .precios,
    .contact {
        padding: 60px 16px;
    }

    .tituloAbout h1,
    .services h1,
    .tituloPrecios h1,
    .contact h1 {
        font-size: 34px;
    }

    .cardsServicios {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .card {
        width: 100%;
        max-width: 100%;
        padding: 22px 16px;
        min-height: auto;
    }

    .card h3 {
        font-size: 28px;
    }

    .filaPrecio {
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 100%;
        padding: 20px 16px;
    }

    .ladoDerecho {
        text-align: left;
    }

    .btnPrecio {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .header {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 18px 24px;
        justify-items: center;
        background: rgba(0, 0, 0, 0.92);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }

    .brand {
        width: 100%;
        justify-content: center;
    }

    .espacio {
        display: none;
    }

    .info {
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        padding: 10px 14px;
        gap: 8px;
        border-radius: 22px;
    }

    .imagenFondo {
        min-height: auto;
        padding: 70px 24px 60px;
        background:
            linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.78)),
            url("imagenes/rayoA.png");
        background-size: 95%;
        background-position: center top;
        background-repeat: no-repeat;
    }

    .titulo h1 {
        font-size: 54px;
        max-width: 100%;
        line-height: 1.02;
        letter-spacing: -1px;
    }

    .subtitulo {
        max-width: 100%;
        margin-top: 14px;
    }

    .subtitulo p {
        font-size: 18px;
        line-height: 1.5;
    }

    .botonesHero {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        width: 100%;
        margin-top: 24px;
    }

    .btn,
    .btn2 {
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-top: 0;
        padding: 14px 20px;
        font-size: 15px;
    }

    .content2 {
        flex-direction: column;
        gap: 18px;
        margin-top: 32px;
    }

    .box1,
    .box2,
    .box3 {
        width: 100%;
        min-height: auto;
        padding: 26px 22px;
        background: linear-gradient(180deg, rgba(5, 8, 24, 0.88), rgba(3, 6, 18, 0.76));
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .titleBox,
    .titleBoxA {
        font-size: 58px;
        margin-bottom: 12px;
    }

    .subtitleBox {
        font-size: 15px;
        line-height: 1.55;
    }

    .about,
    .services,
    .precios,
    .contact {
        padding: 80px 24px;
    }

    .about {
        justify-content: center;
        background: linear-gradient(to bottom, #000000 0%, #02040c 100%);
    }

    .about .content {
        max-width: 100%;
    }

    .tituloAbout h1 {
        font-size: 48px;
        text-align: left;
        margin-bottom: 18px;
    }

    .subtituloAbout {
        text-align: left;
        font-size: 17px;
        line-height: 1.75;
    }

    .services {
        background: linear-gradient(to bottom, #02040c 0%, #000000 100%);
    }

    .services h1,
    .tituloPrecios h1,
    .contact h1 {
        font-size: 46px;
        text-align: left;
    }

    .cardsServicios {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 28px;
    }

    .card {
        min-height: auto;
        padding: 26px 20px;
        background: linear-gradient(180deg, rgba(7, 10, 28, 0.82), rgba(4, 6, 16, 0.72));
    }

    .card h3 {
        font-size: 34px;
        margin-bottom: 14px;
    }

    .card p {
        font-size: 17px;
        line-height: 1.55;
    }

    .precios {
        background: linear-gradient(to bottom, #000000 0%, #020617 100%);
    }

    .subtituloPrecios p,
    .contact p {
        font-size: 17px;
        line-height: 1.65;
    }

    .filaPrecio {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 24px 20px;
        border-radius: 22px;
    }

    .ladoIzquierdo h2 {
        font-size: 26px;
    }

    .descripcionPrecio,
    .ladoCentro li {
        font-size: 15px;
    }

    .ladoDerecho {
        text-align: left;
    }

    .precioCantidad {
        font-size: 30px;
    }

    .btnPrecio {
        width: 100%;
        text-align: center;
        padding: 14px 22px;
    }

    .contact {
        background: linear-gradient(to bottom, #020617 0%, #000000 100%);
    }

    .redes {
        gap: 16px;
        margin-top: 26px;
    }

    .iconoRed {
        width: 68px;
        height: 68px;
    }
}

@media (max-width: 576px) {
    .header {
        padding: 14px 16px;
        gap: 14px;
    }

    .brand {
        justify-content: flex-start;
    }

    .logo {
        height: 34px;
    }

    .tituloHeader {
        font-size: 18px;
    }

    .info {
        width: 100%;
        padding: 8px 10px;
        gap: 6px;
        border-radius: 18px;
    }

    .opciones {
        font-size: 12px;
        padding: 0 10px;
        height: 34px;
        line-height: 34px;
    }

    .imagenFondo {
        padding: 44px 16px 42px;
        background:
            linear-gradient(rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.82)),
            url("imagenes/rayoA.png");
        background-size: 115%;
        background-position: center top;
        background-repeat: no-repeat;
    }

    .titulo h1 {
        font-size: 34px;
        line-height: 1.08;
    }

    .subtitulo p {
        font-size: 15px;
        line-height: 1.55;
    }

    .btn,
    .btn2 {
        font-size: 14px;
        padding: 13px 18px;
    }

    .box1,
    .box2,
    .box3 {
        padding: 22px 18px;
        border-radius: 18px;
    }

    .titleBox,
    .titleBoxA {
        font-size: 48px;
    }

    .subtitleBox {
        font-size: 14px;
    }

    .about,
    .services,
    .precios,
    .contact {
        padding: 64px 16px;
    }

    .tituloAbout h1,
    .services h1,
    .tituloPrecios h1,
    .contact h1 {
        font-size: 34px;
    }

    .subtituloAbout,
    .subtituloPrecios p,
    .contact p {
        font-size: 15px;
        line-height: 1.7;
    }

    .card {
        padding: 22px 16px;
        border-radius: 18px;
    }

    .card h3 {
        font-size: 28px;
    }

    .card p {
        font-size: 15px;
    }

    .filaPrecio {
        padding: 20px 16px;
        border-radius: 18px;
    }

    .ladoIzquierdo h2 {
        font-size: 22px;
    }

    .precioCantidad {
        font-size: 26px;
    }

    .btnPrecio {
        font-size: 14px;
    }

    .iconoRed {
        width: 58px;
        height: 58px;
    }
}