﻿body
{
    font-family: 'Poppins',sans-serif;

    background: #071522;
    color: white;
}

.pr-header {
    background: #091d31;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

    .pr-header .navbar-brand {
        color: white;
    }

    .pr-header .nav-link {
        color: #d8d8d8;
        margin-left: 18px;
    }

    .pr-header .nav-link:hover {
        color: #39A9FF;
    }

.navbar {
    min-height: 80px;
}
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

    .hero-tag {
        display: inline-block;
        padding: 8px 18px;
        border-radius: 40px;
        background: #0f2b45;
        color: #45B8FF;
        font-size: 14px;
        margin-bottom: 25px;
    }

    .hero-section h1 {
        font-size: 58px;
        font-weight: 700;
        line-height: 1.15;
    }

    .hero-section h1 span {
        color: #45B8FF;
    }

    .hero-section p {
        margin-top: 25px;
        font-size: 20px;
        color: #bfc7d1;
        line-height: 1.8;
    }

    .hero-buttons {
        margin-top: 40px;
    }

    .hero-world {
        font-size: 220px;
    }
.logo-circle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg,#0ea5e9,#2563eb);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 22px;
    box-shadow: 0 0 20px rgba(14,165,233,.45);
}

.brand-title {
    color: white;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 18px;
}

.brand-subtitle {
    color: #8eb9ff;
    font-size: 12px;
    margin-top: -3px;
}
.pr-btn-login {
    background: linear-gradient(135deg,#0ea5e9,#2563eb);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px 28px;
    font-weight: 600;
    transition: .3s;
}

    .pr-btn-login:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(37,99,235,.45);
    }
.hero-content {
    max-width: 620px;
}

.hero-badge {
    display: inline-block;
    background: #0b2c45;
    color: #4fb6ff;
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 25px;
    font-weight: 600;
}

.hero-content h1 {
    font-size: 60px;
    line-height: 1.15;
    font-weight: 700;
}

    .hero-content h1 span {
        color: #3bb8ff;
    }

.hero-content p {
    margin-top: 30px;
    color: #c2d0dd;
    font-size: 20px;
    line-height: 1.8;
}
.hero-background {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at right,#123a70 0%,transparent 45%), radial-gradient(circle at left,#071522 0%,#06111c 70%);
    z-index: -2;
}
.hero-grid {
    position: absolute;
    inset: 0;
    opacity: .08;
    background-image: linear-gradient(#1d3d63 1px,transparent 1px), linear-gradient(90deg,#1d3d63 1px,transparent 1px);
    background-size: 60px 60px;
    z-index: -1;
}
.hero-actions {
    margin-top: 45px;
}
.hero-world {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.hero-world::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: #1b5cff;
    filter: blur(120px);
    opacity: .25;
}
.world-circle {
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle,#0f4ea8,#071522);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 160px;
    color: #58bfff;
    box-shadow: 0 0 70px rgba(40,130,255,.35);
}
.world-image {
    max-width: 100%;
    animation: float 5s ease-in-out infinite;
}

@keyframes float {

    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.hero-section {
    background: radial-gradient(circle at right,#113d77 0%,transparent 40%), radial-gradient(circle at left,#071522 0%,#04101a 70%);
}

    .hero-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
        background-size: 60px 60px;
        opacity: .12;
    }
/*=========================================*
 * EMPRESAS DEL GRUPO
 *=========================================*/

.companies-section {
    padding: 110px 0;
    background: #081522;
}

.section-header {
    margin-bottom: 50px;
}

.section-badge {
    color: #3fb9ff;
    letter-spacing: 2px;
    font-weight: 600;
}

.section-header h2 {
    margin-top: 18px;
    color: white;
    font-size: 44px;
    font-weight: 700;
}
/*=============================================
COMPAÑIAS
=============================================*/
/* ==================================================
   EMPRESAS DEL GRUPO
================================================== */

.companies-showcase {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    width: 100%;
    margin-top: 35px;
}

/* CARD */

/*.company-card {
    height: 185px;
    background: #ffffff;
    border: 1px solid #dce3ea;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}*/

.company-card {
    height: 185px;
    background: #ffffff;
    border: 1px solid #dce3ea;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px; /* Reducido de 35px a 20px */
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
    /* LOGOS */

    .company-card img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    /* EFECTO PREMIUM */

    .company-card:hover {
        transform: translateY(-5px);
        border-color: #cbd5e1;
        box-shadow: 0 16px 35px rgba(15, 23, 42, .10);
    }


/* TABLET */

@media (max-width: 992px) {

    .companies-showcase {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* MOBILE */

@media (max-width: 576px) {

    .companies-showcase {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .company-card {
        height: 160px;
    }
}

/*=============================================
TECNOLOGÍAS
=============================================*/

.technology-section {
    padding: 120px 0;
    background: #071522;
}

    .technology-section p {
        color: #b8c8d8;
        max-width: 800px;
        margin: auto;
        margin-top: 20px;
        font-size: 18px;
    }

.tech-card {
    background: #0c2236;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 18px;
    padding: 35px 20px;
    text-align: center;
    transition: .35s;
    height: 100%;
}

    .tech-card:hover {
        transform: translateY(-10px);
        border-color: #29a8ff;
        box-shadow: 0 15px 40px rgba(0,0,0,.35);
    }

    .tech-card i {
        font-size: 44px;
        color: #37b3ff;
        margin-bottom: 20px;
    }

    .tech-card h6 {
        color: white;
        font-weight: 600;
    }
/*=========================================
FOOTER
=========================================*/

.footer {
    background: #04101b;
    padding: 90px 0 35px;
}

.footer-title {
    color: white;
    margin-bottom: 20px;
}

.footer p {
    color: #a8b8c8;
    line-height: 1.8;
}

.footer h5 {
    color: white;
    margin-bottom: 20px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer li {
    color: #9fb2c6;
    margin-bottom: 12px;
}

.footer-social {
    display: flex;
    gap: 18px;
    margin-top: 25px;
}

    .footer-social a {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #0d2135;
        color: white;
        text-decoration: none;
        transition: .3s;
    }

        .footer-social a:hover {
            background: #1d9fff;
        }

.footer hr {
    margin: 60px 0 30px;
    border-color: rgba(255,255,255,.08);
}

.footer-copy {
    text-align: center;
    color: #8ea2b5;
}
/*==========================================
ECOSISTEMA
==========================================*/

.ecosystem-section {
    padding: 120px 0;
    background: #08131f;
}

.eco-card {
    background: #0d2234;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    border: 1px solid rgba(255,255,255,.08);
    transition: .35s;
}

    .eco-card:hover {
        transform: translateY(-10px);
        border-color: #2ba8ff;
        box-shadow: 0 20px 45px rgba(0,0,0,.35);
    }

    .eco-card i {
        font-size: 46px;
        color: #3fb7ff;
        margin-bottom: 20px;
    }

    .eco-card h5 {
        color: white;
        margin-bottom: 15px;
    }

    .eco-card p {
        color: #b8c6d4;
        line-height: 1.8;
    }