:root {
--bg-deep: #0a1628;
--bg: #0f1e33;
--bg-card: #152740;
--bg-card-2: #1a2f4a;
--sky: #a8d8f5;
--sky-bright: #c5e5f8;
--sky-soft: rgba(168, 216, 245, 0.15);
--sky-glow: rgba(168, 216, 245, 0.35);
--blue: #4a9fd4;
--text: #ffffff;
--text-soft: #b8c5d6;
--text-mute: #7a8899;
--green: #22c55e;
--whatsapp: #25d366;
--whatsapp-dark: #128c7e;
--yellow: #fde047;
--orange: #fb923c;
--purple: #a78bfa;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
font-family: 'DM Sans', sans-serif;
background: var(--bg-deep);
color: var(--text);
line-height: 1.55;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
}
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; } .urgency-bar {
background: linear-gradient(90deg, var(--orange), #f59e0b);
color: #1a1a1a; padding: 10px 0;
text-align: center; font-weight: 600; font-size: 14px;
position: fixed; top: 0; left: 0; right: 0; z-index: 110;
}
.urgency-bar a { color: inherit; font-weight: 700; text-decoration: underline; } nav {
position: fixed; top: 40px; left: 0; right: 0; z-index: 100;
background: rgba(10, 22, 40, 0.92);
backdrop-filter: blur(16px);
border-bottom: 1px solid rgba(168, 216, 245, 0.08);
padding: 14px 0;
}
nav .container {
display: flex; justify-content: space-between; align-items: center;
}
.logo {
font-weight: 800; font-size: 22px; letter-spacing: -0.02em;
display: flex; align-items: center; gap: 10px;
text-decoration: none; color: var(--text);
}
.logo-mark {
width: 36px; height: 36px; border-radius: 8px;
background: linear-gradient(135deg, var(--sky), var(--blue));
display: flex; align-items: center; justify-content: center;
color: var(--bg-deep); font-weight: 900; font-size: 18px;
}
.nav-main { display: flex; gap: 24px; align-items: center; }
.nav-link {
color: var(--text-soft); text-decoration: none;
font-size: 14px; font-weight: 500;
transition: color 0.2s;
}
.nav-link:hover { color: var(--sky); }
.nav-link.dropdown-trigger { position: relative; cursor: pointer; }
.dropdown {
position: absolute; top: calc(100% + 10px); left: 50%;
transform: translateX(-50%);
background: var(--bg-card); border: 1px solid rgba(168,216,245,0.2);
border-radius: 12px; padding: 10px;
min-width: 200px;
opacity: 0; visibility: hidden; transition: all 0.2s;
}
.dropdown-trigger:hover .dropdown, .dropdown:hover {
opacity: 1; visibility: visible;
}
.dropdown a {
display: block; padding: 10px 14px; color: var(--text-soft);
text-decoration: none; border-radius: 8px; font-size: 14px;
transition: all 0.2s;
}
.dropdown a:hover { background: var(--sky-soft); color: var(--sky); }
.nav-ctas { display: flex; gap: 10px; align-items: center; } .btn-pill {
display: inline-flex; align-items: center; gap: 10px;
padding: 12px 22px;
background: linear-gradient(180deg, var(--sky-bright), var(--sky));
color: var(--bg-deep);
border-radius: 999px;
font-weight: 700; font-size: 14px;
text-decoration: none;
border: 1px solid rgba(255,255,255,0.4);
box-shadow: 0 0 24px var(--sky-glow), inset 0 1px 0 rgba(255,255,255,0.6);
transition: all 0.25s;
cursor: pointer;
}
.btn-pill:hover {
transform: translateY(-1px);
box-shadow: 0 0 32px var(--sky-glow), inset 0 1px 0 rgba(255,255,255,0.6);
}
.btn-pill .arrow {
width: 26px; height: 26px; border-radius: 50%;
background: rgba(10, 22, 40, 0.12);
display: flex; align-items: center; justify-content: center;
font-size: 14px;
}
.btn-whatsapp {
display: inline-flex; align-items: center; gap: 10px;
padding: 12px 22px;
background: linear-gradient(180deg, #2fe074, var(--whatsapp));
color: #fff;
border-radius: 999px;
font-weight: 700; font-size: 14px;
text-decoration: none;
border: 1px solid rgba(255,255,255,0.35);
box-shadow: 0 0 24px rgba(37, 211, 102, 0.45), inset 0 1px 0 rgba(255,255,255,0.5);
transition: all 0.25s;
}
.btn-whatsapp:hover {
transform: translateY(-1px);
box-shadow: 0 0 36px rgba(37, 211, 102, 0.6), inset 0 1px 0 rgba(255,255,255,0.5);
}
.btn-phone {
display: inline-flex; align-items: center; gap: 10px;
padding: 12px 22px;
background: transparent;
color: var(--text);
border: 1.5px solid rgba(168, 216, 245, 0.35);
border-radius: 999px;
font-weight: 700; font-size: 14px;
text-decoration: none;
transition: all 0.25s;
}
.btn-phone:hover {
border-color: var(--sky);
background: var(--sky-soft);
}
.btn-ghost-pill {
display: inline-flex; align-items: center; gap: 10px;
padding: 12px 22px;
background: transparent;
color: var(--text);
border: 1px solid rgba(168, 216, 245, 0.3);
border-radius: 999px;
font-weight: 600; font-size: 14px;
text-decoration: none;
transition: all 0.25s;
}
.btn-ghost-pill:hover {
border-color: var(--sky);
background: var(--sky-soft);
} .hero {
position: relative; min-height: 90vh;
padding: 180px 0 80px;
background:
radial-gradient(circle at 20% 20%, rgba(168,216,245,0.08) 0%, transparent 40%),
radial-gradient(circle at 80% 80%, rgba(74,159,212,0.08) 0%, transparent 40%),
linear-gradient(180deg, var(--bg-deep) 0%, var(--bg) 100%);
overflow: hidden;
}
.hero::before {
content: ''; position: absolute; inset: 0;
background-image:
linear-gradient(rgba(168,216,245,0.03) 1px, transparent 1px),
linear-gradient(90deg, rgba(168,216,245,0.03) 1px, transparent 1px);
background-size: 60px 60px;
pointer-events: none;
}
.hero-content {
position: relative; z-index: 2;
max-width: 880px; margin: 0 auto; text-align: center;
}
.badge-green {
display: inline-flex; align-items: center; gap: 10px;
padding: 10px 22px;
border: 1px solid rgba(34, 197, 94, 0.5);
border-radius: 999px;
color: var(--green);
font-size: 13px; font-weight: 600; letter-spacing: 0.04em;
background: rgba(34, 197, 94, 0.08);
margin-bottom: 28px;
text-transform: uppercase;
}
.badge-green::before {
content: '✓'; width: 18px; height: 18px;
background: var(--green); color: var(--bg-deep);
border-radius: 50%; display: flex; align-items: center; justify-content: center;
font-size: 11px; font-weight: 900;
}
.hero h1 {
font-size: clamp(36px, 5.5vw, 64px);
font-weight: 800; line-height: 1.05; letter-spacing: -0.025em;
margin-bottom: 24px;
}
.hero h1 .accent { color: var(--sky); }
.hero-sub {
font-size: 18px; color: var(--text-soft);
max-width: 640px; margin: 0 auto 40px;
} .hero-cta-block {
background: linear-gradient(180deg, rgba(21, 39, 64, 0.9), rgba(26, 47, 74, 0.9));
border: 1px solid rgba(168, 216, 245, 0.2);
border-radius: 24px;
padding: 32px 28px;
max-width: 560px; margin: 0 auto 40px;
backdrop-filter: blur(10px);
position: relative;
}
.hero-cta-block::before {
content: ''; position: absolute;
top: -1px; left: 50%; transform: translateX(-50%);
width: 60%; height: 1px;
background: linear-gradient(90deg, transparent, var(--sky), transparent);
}
.cta-title {
font-size: 22px; font-weight: 800; margin-bottom: 8px;
}
.cta-title .pulse-dot {
display: inline-block; width: 10px; height: 10px;
background: var(--green); border-radius: 50%; margin-right: 10px;
animation: pulse 1.5s infinite;
}
@keyframes pulse {
0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(34,197,94,0.7); }
50% { opacity: 0.8; box-shadow: 0 0 0 8px rgba(34,197,94,0); }
}
.cta-sub {
font-size: 14px; color: var(--text-soft); margin-bottom: 20px;
}
.cta-buttons {
display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.btn-cta-big {
padding: 18px 20px;
border-radius: 14px;
font-weight: 700; font-size: 15px;
text-decoration: none;
display: flex; flex-direction: column; align-items: center; gap: 4px;
transition: all 0.25s;
border: none;
cursor: pointer;
}
.btn-cta-big .main {
display: flex; align-items: center; gap: 8px; font-size: 16px;
}
.btn-cta-big .sub { font-size: 12px; font-weight: 500; opacity: 0.9; }
.btn-cta-wa {
background: linear-gradient(180deg, #2fe074, var(--whatsapp));
color: #fff;
box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
}
.btn-cta-wa:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(37, 211, 102, 0.5); }
.btn-cta-phone {
background: linear-gradient(180deg, var(--sky-bright), var(--sky));
color: var(--bg-deep);
box-shadow: 0 8px 24px rgba(168, 216, 245, 0.35);
}
.btn-cta-phone:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(168, 216, 245, 0.55); }
.cta-flow {
margin-top: 18px;
font-size: 12px; color: var(--text-mute);
display: flex; align-items: center; justify-content: center; gap: 8px;
flex-wrap: wrap;
}
.cta-flow .step { display: inline-flex; align-items: center; gap: 6px; }
.cta-flow .step-num {
width: 18px; height: 18px; border-radius: 50%;
background: var(--sky-soft); color: var(--sky);
font-size: 11px; font-weight: 700;
display: flex; align-items: center; justify-content: center;
}
.cta-flow .arrow-sep { color: var(--sky); opacity: 0.5; } .hero-stats-row {
display: flex; justify-content: center; gap: 48px; flex-wrap: wrap;
margin-top: 60px;
padding-top: 40px;
border-top: 1px solid rgba(168, 216, 245, 0.1);
}
.hero-stat { text-align: center; }
.hero-stat .num {
font-size: 38px; font-weight: 800; color: var(--sky);
letter-spacing: -0.02em; line-height: 1;
}
.hero-stat .lbl {
font-size: 12px; color: var(--text-mute);
text-transform: uppercase; letter-spacing: 0.1em;
margin-top: 8px;
} section { padding: 100px 0; position: relative; }
.sec-eyebrow {
display: block; text-align: center;
color: var(--sky); font-size: 13px; font-weight: 600;
text-transform: uppercase; letter-spacing: 0.15em;
margin-bottom: 16px;
}
.sec-title {
font-size: clamp(30px, 4vw, 46px);
font-weight: 800; line-height: 1.1; letter-spacing: -0.02em;
text-align: center; margin-bottom: 20px;
}
.sec-title .accent { color: var(--sky); }
.sec-sub {
text-align: center; font-size: 16px; color: var(--text-soft);
max-width: 600px; margin: 0 auto 56px;
} .herramientas {
background: var(--bg);
padding: 80px 0;
}
.herr-grid {
display: grid; grid-template-columns: 1fr 1fr; gap: 28px;
max-width: 1100px; margin: 0 auto;
}
.herr-card {
border-radius: 24px; padding: 48px 40px;
text-decoration: none; display: block;
position: relative; overflow: hidden;
transition: all 0.35s;
border: 1px solid rgba(168,216,245,0.15);
}
.herr-card:hover {
transform: translateY(-6px);
box-shadow: 0 30px 60px rgba(0,0,0,0.4);
}
.herr-card.flote {
background: linear-gradient(135deg, #1e3a8a 0%, #0a1628 60%, #1a2f4a 100%);
}
.herr-card.flote::before {
content: ''; position: absolute;
top: -80px; right: -80px; width: 250px; height: 250px;
background: radial-gradient(circle, rgba(168,216,245,0.25), transparent 70%);
}
.herr-card.campus {
background: linear-gradient(135deg, #4c1d95 0%, #1a1033 60%, #2a1a52 100%);
}
.herr-card.campus::before {
content: ''; position: absolute;
top: -80px; right: -80px; width: 250px; height: 250px;
background: radial-gradient(circle, rgba(167,139,250,0.25), transparent 70%);
}
.herr-tag {
display: inline-flex; align-items: center; gap: 6px;
padding: 6px 14px; border-radius: 999px;
font-size: 11px; font-weight: 700;
text-transform: uppercase; letter-spacing: 0.1em;
margin-bottom: 20px;
position: relative; z-index: 2;
}
.herr-card.flote .herr-tag {
background: rgba(168,216,245,0.2); color: var(--sky);
border: 1px solid rgba(168,216,245,0.3);
}
.herr-card.campus .herr-tag {
background: rgba(167,139,250,0.2); color: var(--purple);
border: 1px solid rgba(167,139,250,0.3);
}
.herr-card h3 {
font-size: 32px; font-weight: 800;
letter-spacing: -0.02em; margin-bottom: 12px;
color: #fff; position: relative; z-index: 2;
line-height: 1.1;
}
.herr-card h3 .dot-accent { color: var(--sky); }
.herr-card.campus h3 .dot-accent { color: var(--purple); }
.herr-card p {
color: var(--text-soft); font-size: 15px;
margin-bottom: 28px; position: relative; z-index: 2;
line-height: 1.55;
}
.herr-features {
list-style: none; margin-bottom: 32px;
position: relative; z-index: 2;
}
.herr-features li {
color: var(--text-soft); font-size: 14px;
padding: 6px 0; display: flex; align-items: center; gap: 10px;
}
.herr-features li::before {
content: '✓'; color: var(--sky); font-weight: 900;
}
.herr-card.campus .herr-features li::before { color: var(--purple); }
.herr-cta {
display: inline-flex; align-items: center; gap: 10px;
padding: 14px 24px; border-radius: 12px;
font-weight: 700; font-size: 14px;
position: relative; z-index: 2;
transition: all 0.2s;
}
.herr-card.flote .herr-cta {
background: var(--sky); color: var(--bg-deep);
}
.herr-card.campus .herr-cta {
background: var(--purple); color: #1a1033;
}
.herr-card:hover .herr-cta { transform: translateX(4px); }
a.herr-cta { text-decoration: none !important; color: inherit; }
.herr-card.flote a.herr-cta { background: var(--sky); color: var(--bg-deep); }
.herr-card.campus a.herr-cta { background: var(--purple); color: #1a1033; }
div.herr-card { cursor: default; } .cta-inline {
padding: 60px 0;
background: linear-gradient(90deg, var(--bg) 0%, rgba(168, 216, 245, 0.05) 50%, var(--bg) 100%);
}
.cta-inline-box {
max-width: 920px; margin: 0 auto;
background: linear-gradient(135deg, var(--bg-card), var(--bg-card-2));
border: 1px solid rgba(168, 216, 245, 0.2);
border-radius: 24px;
padding: 40px;
display: grid; grid-template-columns: 1.3fr 1fr; gap: 32px;
align-items: center;
position: relative; overflow: hidden;
}
.cta-inline-box::before {
content: ''; position: absolute;
top: -100px; right: -100px;
width: 300px; height: 300px;
background: radial-gradient(circle, rgba(168,216,245,0.12), transparent 70%);
}
.cta-inline-left { position: relative; z-index: 2; }
.cta-inline-left h3 {
font-size: 26px; font-weight: 800; margin-bottom: 10px;
line-height: 1.15;
}
.cta-inline-left h3 .accent { color: var(--sky); }
.cta-inline-left p { color: var(--text-soft); font-size: 15px; }
.cta-inline-right {
position: relative; z-index: 2;
display: flex; flex-direction: column; gap: 10px;
} .cards-grid {
display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.cards-grid-3 {
display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.card {
background: linear-gradient(180deg, var(--bg-card) 0%, var(--bg-card-2) 100%);
border: 1px solid rgba(168, 216, 245, 0.12);
border-radius: 20px;
padding: 32px 24px;
text-align: center;
transition: all 0.3s;
position: relative; overflow: hidden;
}
.card::before {
content: ''; position: absolute;
top: 0; left: 50%; transform: translateX(-50%);
width: 60%; height: 1px;
background: linear-gradient(90deg, transparent, var(--sky), transparent);
opacity: 0.5;
}
.card:hover {
transform: translateY(-4px);
border-color: rgba(168, 216, 245, 0.35);
box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}
.card-icon {
width: 54px; height: 54px; margin: 0 auto 20px;
display: flex; align-items: center; justify-content: center;
border-radius: 14px;
background: var(--sky-soft);
color: var(--sky);
font-size: 24px;
}
.card h3 { color: var(--sky); font-size: 17px; font-weight: 700; margin-bottom: 12px; }
.card p { font-size: 14px; color: var(--text-soft); line-height: 1.55; } .resenas { background: var(--bg); }
.trust-badge {
display: inline-flex; align-items: center; gap: 10px;
padding: 12px 24px; border-radius: 999px;
border: 2px solid var(--yellow);
color: var(--yellow); font-weight: 700; font-size: 14px;
background: rgba(253, 224, 71, 0.08);
margin: 0 auto 48px; justify-content: center;
width: fit-content; display: flex;
}
.resenas-grid {
display: grid; grid-template-columns: repeat(2, 1fr);
gap: 24px; max-width: 960px; margin: 0 auto;
}
.resena-card {
background: #fff; color: #0f1e33;
border-radius: 16px; padding: 28px; position: relative;
}
.resena-header { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.avatar {
width: 42px; height: 42px; border-radius: 50%;
display: flex; align-items: center; justify-content: center;
color: #fff; font-weight: 800; font-size: 18px;
}
.resena-name { font-weight: 700; font-size: 16px; display: block; margin-bottom: 4px; }
.stars { color: #fbbf24; font-size: 15px; }
.resena-title { font-weight: 700; margin: 10px 0; font-size: 16px; }
.resena-txt { font-size: 14px; color: #4b5563; line-height: 1.5; } .aprobados-grid {
display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.aprobado-card {
background: var(--bg-card);
border: 1px solid rgba(168,216,245,0.12);
border-radius: 18px; overflow: hidden;
transition: all 0.3s;
}
.aprobado-card:hover {
transform: translateY(-4px);
border-color: rgba(168,216,245,0.35);
}
.aprobado-photo {
aspect-ratio: 3/4;
background: linear-gradient(135deg, #2a4a6b, #1a2f4a);
position: relative;
display: flex; align-items: flex-start; padding: 16px;
}
.aprobado-photo::after {
content: '👤'; position: absolute; inset: 0;
display: flex; align-items: center; justify-content: center;
font-size: 90px; opacity: 0.3;
}
.aprobado-badge {
position: relative; z-index: 2;
padding: 6px 12px;
background: linear-gradient(180deg, var(--sky-bright), var(--sky));
color: var(--bg-deep);
border-radius: 999px;
font-size: 11px; font-weight: 800;
box-shadow: 0 0 16px var(--sky-glow);
}
.aprobado-info { padding: 22px; }
.aprobado-name {
font-size: 18px; font-weight: 700; margin-bottom: 4px;
}
.aprobado-ayto {
color: var(--sky); font-size: 13px; margin-bottom: 12px;
font-weight: 600;
}
.aprobado-quote {
font-size: 13px; color: var(--text-soft); font-style: italic;
line-height: 1.5; padding-top: 12px;
border-top: 1px solid rgba(168,216,245,0.1);
} .faq-list { max-width: 760px; margin: 0 auto; }
.faq-item {
background: var(--bg-card);
border: 1px solid rgba(168,216,245,0.1);
border-radius: 14px;
margin-bottom: 12px; overflow: hidden;
}
.faq-q {
padding: 22px 26px;
display: flex; justify-content: space-between; align-items: center;
cursor: pointer; font-weight: 700; font-size: 16px;
transition: color 0.2s;
}
.faq-q:hover { color: var(--sky); }
.faq-q .chev { color: var(--sky); font-size: 18px; transition: transform 0.2s; }
.faq-item.open .faq-q .chev { transform: rotate(90deg); }
.faq-a {
max-height: 0; overflow: hidden; transition: max-height 0.3s;
color: var(--text-soft); font-size: 15px;
}
.faq-item.open .faq-a { max-height: 400px; }
.faq-a-inner { padding: 0 26px 22px; } .cta-final {
background: linear-gradient(135deg, var(--bg-deep) 0%, var(--bg) 50%, #1a2f4a 100%);
padding: 120px 0;
position: relative; overflow: hidden;
text-align: center;
}
.cta-final::before {
content: ''; position: absolute; inset: 0;
background:
radial-gradient(circle at 20% 50%, rgba(168,216,245,0.15), transparent 50%),
radial-gradient(circle at 80% 50%, rgba(37,211,102,0.1), transparent 50%);
}
.cta-final-content {
position: relative; z-index: 2;
max-width: 720px; margin: 0 auto;
}
.cta-final h2 {
font-size: clamp(34px, 5vw, 54px);
font-weight: 800; line-height: 1.1; letter-spacing: -0.02em;
margin-bottom: 20px;
}
.cta-final h2 .accent { color: var(--sky); }
.cta-final p {
font-size: 18px; color: var(--text-soft);
margin-bottom: 40px;
} .float-wa {
position: fixed; bottom: 20px; right: 20px; z-index: 98;
background: var(--whatsapp);
color: #fff;
width: 60px; height: 60px; border-radius: 50%;
display: flex; align-items: center; justify-content: center;
font-size: 30px;
box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
text-decoration: none;
transition: all 0.25s;
animation: wa-pulse 2.5s infinite;
}
.float-wa:hover { transform: scale(1.08); }
@keyframes wa-pulse {
0%, 100% { box-shadow: 0 8px 24px rgba(37,211,102,0.45), 0 0 0 0 rgba(37,211,102,0.5); }
50% { box-shadow: 0 8px 24px rgba(37,211,102,0.45), 0 0 0 16px rgba(37,211,102,0); }
} footer {
background: var(--bg-deep); color: var(--text-soft);
padding: 70px 0 32px;
border-top: 1px solid rgba(168,216,245,0.1);
}
.foot-top {
display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
gap: 40px; margin-bottom: 50px;
}
.foot-about { font-size: 14px; max-width: 320px; margin-top: 16px; }
.foot-col h4 {
color: var(--sky); font-size: 12px;
text-transform: uppercase; letter-spacing: 0.15em;
margin-bottom: 18px; font-weight: 700;
}
.foot-col ul { list-style: none; }
.foot-col li { margin-bottom: 10px; }
.foot-col a { color: var(--text-soft); text-decoration: none; font-size: 14px; transition: color 0.2s; }
.foot-col a:hover { color: var(--sky); }
.foot-bottom {
padding-top: 28px; border-top: 1px solid rgba(168,216,245,0.08);
display: flex; justify-content: space-between;
flex-wrap: wrap; gap: 14px;
font-size: 13px; color: var(--text-mute);
} .breadcrumbs {
padding: 100px 0 0; font-size: 13px; color: var(--text-mute);
}
.breadcrumbs a { color: var(--sky); text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; } .hero-prov { padding: 160px 0 60px; }
.hero-prov h1 { font-size: clamp(32px, 4.5vw, 54px); }
.hero-prov .hero-sub { font-size: 17px; } .data-table {
width: 100%; max-width: 800px; margin: 0 auto;
border-collapse: collapse;
background: var(--bg-card);
border-radius: 14px; overflow: hidden;
border: 1px solid rgba(168,216,245,0.1);
}
.data-table th {
background: rgba(168,216,245,0.08);
padding: 16px; text-align: left;
color: var(--sky); font-size: 13px;
text-transform: uppercase; letter-spacing: 0.1em;
}
.data-table td {
padding: 16px; font-size: 15px;
border-top: 1px solid rgba(168,216,245,0.08);
color: var(--text-soft);
}
.data-table td:first-child { color: var(--text); font-weight: 600; } .badge-list {
display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
margin: 32px auto;
max-width: 900px;
}
.badge-item {
padding: 10px 18px;
background: var(--bg-card);
border: 1px solid rgba(168,216,245,0.15);
border-radius: 999px;
font-size: 14px; color: var(--text-soft);
}
.badge-item strong { color: var(--sky); } .ventaja-row {
max-width: 900px; margin: 0 auto;
display: flex; align-items: flex-start; gap: 24px;
padding: 24px 0;
border-bottom: 1px solid rgba(168,216,245,0.08);
}
.ventaja-row:last-child { border: none; }
.ventaja-num {
width: 48px; height: 48px; min-width: 48px; border-radius: 14px;
background: linear-gradient(135deg, var(--sky), var(--blue));
color: var(--bg-deep); font-size: 20px; font-weight: 900;
display: flex; align-items: center; justify-content: center;
}
.ventaja-row h3 { font-size: 20px; font-weight: 700; margin-bottom: 6px; }
.ventaja-row p { color: var(--text-soft); font-size: 15px; } @media (max-width: 960px) {
.cards-grid { grid-template-columns: repeat(2, 1fr); }
.cards-grid-3 { grid-template-columns: 1fr; }
.resenas-grid { grid-template-columns: 1fr; }
.foot-top { grid-template-columns: 1fr 1fr; }
.cta-inline-box { grid-template-columns: 1fr; text-align: center; }
.herr-grid { grid-template-columns: 1fr; }
.aprobados-grid { grid-template-columns: repeat(2, 1fr); }
.nav-main { display: none; }
}
@media (max-width: 640px) {
.urgency-bar { font-size: 12px; padding: 8px 12px; }
.cards-grid { grid-template-columns: 1fr; }
.aprobados-grid { grid-template-columns: 1fr; }
.foot-top { grid-template-columns: 1fr; }
section { padding: 72px 0; }
.hero { padding: 150px 0 60px; }
.hero-stats-row { gap: 28px; }
.nav-cta-text, .nav-phone-text { display: none; }
.nav-ctas .btn-phone, .nav-ctas .btn-whatsapp { padding: 10px 14px; }
.hero-cta-block { padding: 24px 20px; }
.cta-buttons { grid-template-columns: 1fr; }
.cta-final { padding: 80px 0; }
.herr-card { padding: 32px 24px; }
.herr-card h3 { font-size: 26px; }
}  .entry-content .cards-grid {
display: grid !important;
grid-template-columns: repeat(4, 1fr) !important;
gap: 20px !important;
}
.entry-content .cards-grid-3 {
display: grid !important;
grid-template-columns: repeat(3, 1fr) !important;
gap: 24px !important;
}
.entry-content .herr-grid {
display: grid !important;
grid-template-columns: 1fr 1fr !important;
gap: 28px !important;
max-width: 1100px !important;
margin: 0 auto !important;
}
.entry-content .aprobados-grid {
display: grid !important;
grid-template-columns: repeat(4, 1fr) !important;
gap: 20px !important;
}
.entry-content .resenas-grid {
display: grid !important;
grid-template-columns: repeat(2, 1fr) !important;
gap: 24px !important;
}
.entry-content .hero-stats-row {
display: flex !important;
justify-content: center !important;
gap: 48px !important;
flex-wrap: wrap !important;
} .entry-content .cta-buttons {
display: grid !important;
grid-template-columns: 1fr 1fr !important;
gap: 12px !important;
}
.entry-content .btn-cta-big {
padding: 18px 20px !important;
border-radius: 14px !important;
font-weight: 700 !important;
text-decoration: none !important;
display: flex !important;
flex-direction: column !important;
align-items: center !important;
gap: 4px !important;
text-align: center !important;
} .entry-content .hero-cta-block {
background: linear-gradient(180deg, rgba(21, 39, 64, 0.9), rgba(26, 47, 74, 0.9)) !important;
border: 1px solid rgba(168, 216, 245, 0.2) !important;
border-radius: 24px !important;
padding: 32px 28px !important;
max-width: 560px !important;
margin: 0 auto 40px !important;
} .entry-content .cta-inline-box {
display: grid !important;
grid-template-columns: 1.3fr 1fr !important;
gap: 32px !important;
align-items: center !important;
}
.entry-content .cta-inline-right {
display: flex !important;
flex-direction: column !important;
gap: 10px !important;
} .entry-content .dropdown-trigger {
position: relative !important;
cursor: pointer !important;
}
.entry-content .dropdown {
position: absolute !important;
top: calc(100% + 10px) !important;
left: 50% !important;
transform: translateX(-50%) !important;
background: #152740 !important;
border: 1px solid rgba(168,216,245,0.2) !important;
border-radius: 12px !important;
padding: 10px !important;
min-width: 200px !important;
opacity: 0 !important;
visibility: hidden !important;
transition: all 0.2s !important;
z-index: 200 !important;
}
.entry-content .dropdown-trigger:hover .dropdown,
.entry-content .dropdown:hover {
opacity: 1 !important;
visibility: visible !important;
}
.entry-content .dropdown a {
display: block !important;
padding: 10px 14px !important;
color: #b8c5d6 !important;
text-decoration: none !important;
border-radius: 8px !important;
font-size: 14px !important;
}
.entry-content .dropdown a:hover {
background: rgba(168, 216, 245, 0.15) !important;
color: #a8d8f5 !important;
} .entry-content .vocacion-grid {
display: grid !important;
grid-template-columns: 1.1fr 1fr !important;
gap: 64px !important;
align-items: center !important;
} .entry-content nav .container {
display: flex !important;
justify-content: space-between !important;
align-items: center !important;
}
.entry-content .nav-main {
display: flex !important;
gap: 24px !important;
align-items: center !important;
}
.entry-content .nav-ctas {
display: flex !important;
gap: 10px !important;
align-items: center !important;
} .entry-content .foot-top {
display: grid !important;
grid-template-columns: 2fr 1fr 1fr 1fr !important;
gap: 40px !important;
}
.entry-content .foot-col ul {
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
} .entry-content .herr-features {
list-style: none !important;
padding: 0 !important;
margin: 0 0 32px 0 !important;
}
.entry-content .herr-features li {
list-style: none !important;
padding: 6px 0 !important;
display: flex !important;
align-items: center !important;
gap: 10px !important;
} .entry-content .card-icon {
width: 54px !important;
height: 54px !important;
margin: 0 auto 20px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
border-radius: 14px !important;
background: rgba(168, 216, 245, 0.15) !important;
font-size: 24px !important;
} .entry-content .cta-flow {
display: flex !important;
align-items: center !important;
justify-content: center !important;
gap: 8px !important;
flex-wrap: wrap !important;
} @media (max-width: 960px) {
.entry-content .cards-grid { grid-template-columns: repeat(2, 1fr) !important; }
.entry-content .cards-grid-3 { grid-template-columns: 1fr !important; }
.entry-content .herr-grid { grid-template-columns: 1fr !important; }
.entry-content .aprobados-grid { grid-template-columns: repeat(2, 1fr) !important; }
.entry-content .resenas-grid { grid-template-columns: 1fr !important; }
.entry-content .foot-top { grid-template-columns: 1fr 1fr !important; }
.entry-content .cta-inline-box { grid-template-columns: 1fr !important; }
.entry-content .vocacion-grid { grid-template-columns: 1fr !important; }
.entry-content .nav-main { display: none !important; }
}
@media (max-width: 640px) {
.entry-content .cards-grid { grid-template-columns: 1fr !important; }
.entry-content .aprobados-grid { grid-template-columns: 1fr !important; }
.entry-content .foot-top { grid-template-columns: 1fr !important; }
.entry-content .cta-buttons { grid-template-columns: 1fr !important; }
} .herr-full {
display: grid !important;
grid-template-columns: 1fr 1.2fr !important;
gap: 0 !important;
border-radius: 24px !important;
overflow: hidden !important;
margin-bottom: 28px !important;
max-width: 1000px !important;
margin-left: auto !important;
margin-right: auto !important;
}
.herr-full-flote {
background: linear-gradient(135deg, #1e3a8a 0%, #0a1628 60%, #1a2f4a 100%) !important;
border: 1px solid rgba(168,216,245,0.15) !important;
}
.herr-full-campus {
background: linear-gradient(135deg, #4c1d95 0%, #1a1033 60%, #2a1a52 100%) !important;
border: 1px solid rgba(167,139,250,0.2) !important;
}
.herr-full-img {
display: flex !important;
align-items: center !important;
justify-content: center !important;
padding: 40px !important;
min-height: 320px !important;
position: relative !important;
background: rgba(255,255,255,0.03) !important;
}
.herr-full-emoji {
font-size: 100px !important;
opacity: 0.4 !important;
}
.herr-full-placeholder {
position: absolute !important;
bottom: 20px !important;
left: 20px !important;
right: 20px !important;
text-align: center !important;
font-size: 12px !important;
color: rgba(168,216,245,0.35) !important;
text-transform: uppercase !important;
letter-spacing: 0.1em !important;
}
.herr-full-content {
padding: 48px 40px !important;
}
.herr-full-tag {
display: inline-flex !important;
align-items: center !important;
gap: 6px !important;
padding: 6px 14px !important;
border-radius: 999px !important;
font-size: 11px !important;
font-weight: 700 !important;
text-transform: uppercase !important;
letter-spacing: 0.1em !important;
margin-bottom: 20px !important;
}
.herr-tag-blue {
background: rgba(168,216,245,0.2) !important;
color: #a8d8f5 !important;
border: 1px solid rgba(168,216,245,0.3) !important;
}
.herr-tag-purple {
background: rgba(167,139,250,0.2) !important;
color: #a78bfa !important;
border: 1px solid rgba(167,139,250,0.3) !important;
}
.herr-full-title {
font-size: 32px !important;
font-weight: 800 !important;
color: #fff !important;
margin-bottom: 12px !important;
line-height: 1.1 !important;
}
.herr-dot-blue { color: #a8d8f5 !important; }
.herr-dot-purple { color: #a78bfa !important; }
.herr-full-desc {
color: #b8c5d6 !important;
font-size: 15px !important;
margin-bottom: 24px !important;
line-height: 1.55 !important;
}
.herr-full-checks {
margin-bottom: 28px !important;
}
.herr-check {
color: #b8c5d6 !important;
font-size: 14px !important;
padding: 5px 0 !important;
}
.herr-full-btn {
display: inline-flex !important;
align-items: center !important;
gap: 10px !important;
padding: 14px 28px !important;
border-radius: 12px !important;
font-weight: 700 !important;
font-size: 14px !important;
text-decoration: none !important;
transition: all 0.2s !important;
}
.herr-btn-blue {
background: #a8d8f5 !important;
color: #0a1628 !important;
}
.herr-btn-purple {
background: #a78bfa !important;
color: #1a1033 !important;
}
.herr-full-btn:hover {
transform: translateY(-2px) !important;
opacity: 0.9 !important;
}
.entry-content .herr-full {
display: grid !important;
grid-template-columns: 1fr 1.2fr !important;
}
@media (max-width: 768px) {
.herr-full,
.entry-content .herr-full {
grid-template-columns: 1fr !important;
}
.herr-full-content {
padding: 32px 24px !important;
}
} .hero-premium {
position: relative;
min-height: 100vh;
padding: 160px 0 60px;
background: linear-gradient(135deg, #050d1a 0%, #0a1628 30%, #0f1e33 60%, #122444 100%);
overflow: hidden;
}
.hero-premium-overlay {
position: absolute; inset: 0;
background:
radial-gradient(ellipse at 30% 40%, rgba(168,216,245,0.1) 0%, transparent 50%),
radial-gradient(ellipse at 70% 60%, rgba(74,159,212,0.08) 0%, transparent 50%),
radial-gradient(ellipse at 50% 90%, rgba(37,211,102,0.04) 0%, transparent 40%);
pointer-events: none;
}
.hero-premium-grid-bg {
position: absolute; inset: 0;
background-image:
linear-gradient(rgba(168,216,245,0.03) 1px, transparent 1px),
linear-gradient(90deg, rgba(168,216,245,0.03) 1px, transparent 1px);
background-size: 80px 80px;
pointer-events: none;
mask-image: radial-gradient(ellipse at center, black 20%, transparent 65%);
-webkit-mask-image: radial-gradient(ellipse at center, black 20%, transparent 65%);
}
.hero-logo-watermark {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 500px;
height: 500px;
background-image: url(//serpolicia.es/wordpress/wp-content/uploads/serpolicia/logo_serpolicia.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
opacity: 0.06;
pointer-events: none;
}
.hero-premium-center {
position: relative !important;
z-index: 2 !important;
text-align: center !important;
max-width: 900px !important;
margin: 0 auto !important;
}
.hero-premium-badges {
display: flex !important;
gap: 10px !important;
flex-wrap: wrap !important;
margin-bottom: 32px !important;
justify-content: center !important;
}
.hero-badge-trust {
display: inline-flex !important; align-items: center !important; gap: 6px !important;
padding: 8px 16px !important; border-radius: 999px !important;
font-size: 12px !important; font-weight: 700 !important;
color: #fde047 !important; background: rgba(253,224,71,0.1) !important;
border: 1px solid rgba(253,224,71,0.3) !important;
}
.hero-badge-years {
display: inline-flex !important; align-items: center !important;
padding: 8px 16px !important; border-radius: 999px !important;
font-size: 12px !important; font-weight: 700 !important;
color: #22c55e !important; background: rgba(34,197,94,0.1) !important;
border: 1px solid rgba(34,197,94,0.3) !important;
}
.hero-badge-decreto {
display: inline-flex !important; align-items: center !important;
padding: 8px 16px !important; border-radius: 999px !important;
font-size: 12px !important; font-weight: 700 !important;
color: #a8d8f5 !important; background: rgba(168,216,245,0.1) !important;
border: 1px solid rgba(168,216,245,0.25) !important;
}
.hero-premium-h1 {
font-size: clamp(40px, 6vw, 68px) !important;
font-weight: 900 !important; line-height: 1.02 !important;
letter-spacing: -0.03em !important; margin-bottom: 24px !important;
color: #ffffff !important;
}
.hero-premium-accent { color: #a8d8f5 !important; }
.hero-premium-h2 {
font-size: clamp(28px, 4vw, 44px) !important;
font-weight: 800 !important;
line-height: 1.1 !important;
letter-spacing: -0.02em !important;
margin-bottom: 16px !important;
color: #ffffff !important;
}
.hero-premium-kicker {
font-size: 20px !important;
font-weight: 600 !important;
color: #b8c5d6 !important;
margin-bottom: 20px !important;
letter-spacing: 0.02em !important;
}
.hero-premium-sub {
font-size: 18px !important; color: #b8c5d6 !important;
line-height: 1.6 !important; margin-bottom: 36px !important;
max-width: 680px !important; margin-left: auto !important; margin-right: auto !important;
}
.hero-premium-proof {
display: flex !important; align-items: center !important;
gap: 32px !important; margin-bottom: 40px !important;
padding: 24px 0 !important; justify-content: center !important;
border-top: 1px solid rgba(168,216,245,0.1) !important;
border-bottom: 1px solid rgba(168,216,245,0.1) !important;
}
.hero-proof-item { text-align: center !important; }
.hero-proof-num {
font-size: 36px !important; font-weight: 900 !important;
color: #a8d8f5 !important; line-height: 1 !important;
}
.hero-proof-lbl {
font-size: 11px !important; color: #7a8899 !important;
text-transform: uppercase !important; letter-spacing: 0.1em !important; margin-top: 6px !important;
}
.hero-proof-divider {
width: 1px !important; height: 44px !important;
background: rgba(168,216,245,0.15) !important;
}
.hero-premium-cta-row {
display: flex !important; gap: 14px !important;
flex-wrap: wrap !important; margin-bottom: 20px !important;
justify-content: center !important;
}
.hero-btn-primary {
display: inline-flex !important; align-items: center !important; gap: 10px !important;
padding: 18px 36px !important;
background: linear-gradient(180deg, #2fe074, #25d366) !important;
color: #fff !important; border-radius: 14px !important;
font-weight: 800 !important; font-size: 17px !important;
text-decoration: none !important;
border: 1px solid rgba(255,255,255,0.3) !important;
box-shadow: 0 8px 32px rgba(37,211,102,0.4) !important;
transition: all 0.25s !important;
}
.hero-btn-primary:hover {
transform: translateY(-2px) !important;
box-shadow: 0 12px 40px rgba(37,211,102,0.55) !important;
}
.hero-btn-secondary {
display: inline-flex !important; align-items: center !important; gap: 10px !important;
padding: 18px 32px !important; background: transparent !important;
color: #fff !important; border: 1.5px solid rgba(168,216,245,0.35) !important;
border-radius: 14px !important; font-weight: 700 !important;
font-size: 16px !important; text-decoration: none !important;
transition: all 0.25s !important;
}
.hero-btn-secondary:hover {
border-color: #a8d8f5 !important;
background: rgba(168,216,245,0.08) !important;
}
.hero-premium-flow {
display: flex !important; align-items: center !important;
gap: 8px !important; flex-wrap: wrap !important;
font-size: 13px !important; color: #7a8899 !important;
justify-content: center !important; margin-bottom: 48px !important;
}
.hero-flow-step {
display: inline-flex !important; align-items: center !important; gap: 6px !important;
}
.hero-flow-num {
width: 22px !important; height: 22px !important; border-radius: 50% !important;
background: rgba(168,216,245,0.15) !important; color: #a8d8f5 !important;
font-size: 11px !important; font-weight: 800 !important;
display: inline-flex !important; align-items: center !important; justify-content: center !important;
}
.hero-flow-arrow { color: #a8d8f5 !important; opacity: 0.5; } .hero-bottom-cards {
display: grid !important;
grid-template-columns: repeat(4, 1fr) !important;
gap: 16px !important;
max-width: 860px !important;
margin: 0 auto !important;
}
.hero-bcard {
background: rgba(21,39,64,0.7) !important;
border: 1px solid rgba(168,216,245,0.12) !important;
border-radius: 16px !important;
padding: 24px 18px !important;
text-align: center !important;
backdrop-filter: blur(8px) !important;
transition: all 0.3s !important;
}
.hero-bcard:hover {
border-color: rgba(168,216,245,0.3) !important;
transform: translateY(-3px) !important;
box-shadow: 0 12px 30px rgba(0,0,0,0.3) !important;
}
.hero-bcard-icon { font-size: 28px !important; margin-bottom: 10px !important; }
.hero-bcard-title {
font-size: 15px !important; font-weight: 800 !important;
color: #fff !important; margin-bottom: 4px !important;
}
.hero-bcard-text {
font-size: 12px !important; color: #7a8899 !important;
} .entry-content .hero-premium-center {
text-align: center !important; max-width: 900px !important;
}
.entry-content .hero-premium-badges { justify-content: center !important; display: flex !important; }
.entry-content .hero-premium-proof { justify-content: center !important; display: flex !important; }
.entry-content .hero-premium-cta-row { justify-content: center !important; display: flex !important; }
.entry-content .hero-premium-flow { justify-content: center !important; display: flex !important; }
.entry-content .hero-bottom-cards {
display: grid !important;
grid-template-columns: repeat(4, 1fr) !important;
}
@media (max-width: 960px) {
.hero-premium { padding: 140px 0 50px !important; }
.hero-logo-watermark { width: 350px !important; height: 350px !important; }
}
@media (max-width: 640px) {
.hero-premium-h1 { font-size: 34px !important; }
.hero-premium-proof { flex-wrap: wrap !important; gap: 20px !important; }
.hero-proof-divider { display: none !important; }
.hero-premium-cta-row { flex-direction: column !important; }
.hero-btn-primary, .hero-btn-secondary { width: 100% !important; justify-content: center !important; }
.hero-bottom-cards,
.entry-content .hero-bottom-cards { grid-template-columns: repeat(2, 1fr) !important; }
.hero-logo-watermark { width: 250px !important; height: 250px !important; }
}