body{
background:red;
}
body {

font-family: Arial, Helvetica, sans-serif;
margin:0;
background:#f5f7fa;
color:#333;

}

/* HEADER */

header{

background:#0b2e4f;
color:white;
padding:30px;
text-align:center;

}

header h1{

margin:0;
font-size:36px;

}

header {
    padding: 20px 0;
}


nav {
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:30px;
}



nav a{

color:white;
margin:0 15px;
text-decoration:none;
font-weight:bold;
font-size:16px;
}


nav a:hover{

text-decoration:underline;

}

/* HERO */

#hero{

background:#e9eef5;
padding:120px 20px;
text-align:center;

}
#hero h2{

font-size:42px;
margin-bottom:20px;
font-weight:700;

}
#hero p{

font-size:20px;
max-width:800px;
margin:auto;

}

#hero {
    padding: 90px 20px;
}

/* SECTIONS */

section{

max-width:1000px;
margin:auto;
padding:60px 20px;

}

h2{

color:#0b2e4f;

}

/* SERVICES */

.servicio{

background:white;
padding:30px;
margin-bottom:30px;
border-left:6px solid #0b2e4f;
box-shadow:0 4px 12px rgba(0,0,0,0.08);
border-radius:6px;
transition:0.3s;

}

.servicio:hover{

transform:translateY(-4px);
box-shadow:0 8px 20px rgba(0,0,0,0.12);

}

.servicio h3{

font-size:28px;
margin-bottom:12px;

}


.servicio{

background:white;
padding:30px;
margin-bottom:30px;
border-left:6px solid #0b2e4f;
box-shadow:0 4px 10px rgba(0,0,0,0.08);
border-radius:6px;

}

.servicio p{

font-size:18px;
line-height:1.6;

}

/* LIST */

ul{

line-height:1.8;

}

/* FOOTER */

footer{

background:#0b2e4f;
color:white;
text-align:center;
padding:30px;
margin-top:40px;

}
section{

max-width:1100px;
margin:auto;
padding:60px 20px;

.email-btn {
    display: inline-block;
    background-color: #2e7d32;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    margin-right: 10px;
}

.email-btn:hover {
    background-color: #1b5e20;
}

.linkedin-btn {
    display: inline-block;
    background-color: #0A66C2;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
}

.linkedin-btn:hover {
    background-color: #084a91;
}


}

#estadisticas{

background:#0b2e4f;
color:white;
padding:70px 20px;

}

.stats-container{

max-width:1100px;
margin:auto;
display:flex;
justify-content:space-around;
text-align:center;
margin-bottom:10px;
}

.stat h3{

font-size:48px;
margin-bottom:10px;

}

.stat p{

font-size:18px;

}



.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    text-align: center;
    align-items: center;
}



.stats {
    padding: 80px 20px;
}
.stat h3 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 10px;

}
#arquitectura{

padding:80px 20px;
background:#f5f7fa;
text-align:center;

}

.arquitectura-intro{

max-width:700px;
margin:auto;
margin-bottom:50px;
font-size:18px;

}

.arquitectura-grid{

max-width:900px;
margin:auto;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;

}


.capa{

background:white;
padding:30px;
border-radius:8px;
box-shadow:0 4px 12px rgba(0,0,0,0.08);
font-weight:bold;
color:#0b2e4f;
transition:0.3s;

}

.capa:hover{

transform:translateY(-6px);
box-shadow:0 10px 20px rgba(0,0,0,0.15);

}

.capa{

font-size:20px;

}

.capa{

text-align:center;

}

.capa-desc{

font-size:14px;
margin-top:10px;
font-weight:normal;

}



.icono{

font-size:42px;
margin-bottom:15px;

}


#metodologia{

background:white;
padding:90px 20px;
text-align:center;

}

.metodologia-intro{

max-width:700px;
margin:auto;
margin-bottom:60px;
font-size:18px;

}

.metodologia-grid{

max-width:1000px;
margin:auto;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;

}

.fase{

background:#f5f7fa;
padding:35px;
border-radius:10px;
box-shadow:0 4px 10px rgba(0,0,0,0.08);
transition:0.3s;

}

.fase:hover{

transform:translateY(-6px);
box-shadow:0 10px 20px rgba(0,0,0,0.15);

}



.fase h3{

font-size:48px;
color:#0b2e4f;
margin-bottom:15px;

}

.fase p{

font-size:16px;

}

#proyectos{

background:#f5f7fa;
padding:90px 20px;
text-align:center;

}

.proyectos-intro{

max-width:700px;
margin:auto;
margin-bottom:60px;
font-size:18px;

}

.proyectos-grid{

max-width:1100px;
margin:auto;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;

}

.proyecto{

background:white;
padding:30px;
border-radius:10px;
box-shadow:0 4px 10px rgba(0,0,0,0.08);
transition:0.3s;

}

.proyecto:hover{

transform:translateY(-6px);
box-shadow:0 10px 20px rgba(0,0,0,0.15);

}

.proyecto h3{

color:#0b2e4f;
margin-bottom:10px;

}
.consultor-foto img{

width:180px;
height:180px;
object-fit:cover;
border-radius:50%;
box-shadow:0 4px 12px rgba(0,0,0,0.15);

}

.consultor-container{

display:flex;
align-items:flex-start;
gap:40px;
max-width:1000px;
margin:auto;

}

.consultor-info h3{

font-size:26px;
margin-bottom:10px;
color:#0b2e4f;

}

/* =========================
   RECONOCIMIENTO PROFESIONAL
========================= */

.reconocimiento {
    padding: 80px 20px;
    background-color: #f5f7fa;
    text-align: center;
}

.reconocimiento h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1b3558;
}

.reconocimiento-texto {
    max-width: 700px;
    margin: 0 auto 40px auto;
    font-size: 18px;
    color: #444;
}

.reconocimiento-img {
    max-width: 350px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

#casos-transformacion{
padding:60px 20px;
max-width:1100px;
margin:auto;
}

.caso-banco{
background:white;
padding:30px;
margin-top:30px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.caso-banco h3{
color:#1d3557;
margin-bottom:15px;
}

.caso-banco ul{
padding-left:20px;
line-height:1.8;
}

section{
padding:70px 20px;
max-width:1100px;
margin:auto;
}

h2{
font-size:32px;
margin-bottom:20px;
}

.contact-buttons {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 20px;
}

.email-btn,
.linkedin-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 56px;
    text-align: center;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
}

.email-btn {
    background-color: #3f7f2f;
    color: white;
}

.linkedin-btn {
    background-color: #3f6db5;
    color: white;
}

.footer-brand h2{
color:white;
}

.card{
background:white;
border-radius:12px;
padding:30px;
box-shadow:0 8px 25px rgba(0,0,0,0.08);
transition:transform 0.2s;
}

.card:hover{
transform:translateY(-5px);
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
}

.stat-label {
    font-size: 18px;
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn 1s ease forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

footer {
    background: #1f3b5c;
    color: white;
    text-align: center;
    padding: 50px 20px;
}

footer * {
    text-align: center;
}


footer a {
    color: #cfe2ff;
    text-decoration: none;
}

footer a:hover {
    color: white;
}

/* CONTROL DE ESPACIADO ENTRE SECCIONES agregado sabado 14 marzo 2026 09:12 am */

section {
    padding: 30px 0;
}

section + section {
    padding-top: 10px;
}

/* CONTROL DE HEADINGS */

h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 15px;
}

/* CONTROL DE PARRAFOS */


p {
    line-height: 1.7;
    margin-bottom: 18px;
}


/* LISTAS */

ul {
    margin-top: 10px;
    margin-bottom: 20px;
}

/* limitar tamano del texto agregado sabado 14 marzo 2026 09:37 am */
.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}


/* Para que los casos aparezcan como tarjetas agregado sabado 14 marzo 2026 10:26 am */

css .casos-container { 
display: grid; 
grid-template-columns: 1fr; 
gap: 30px; 
margin-top: 40px; 
} 
.caso-card { 
background: white; 
padding: 30px; 
border-radius: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); 
border-left: 4px solid #1f3a5f; 
} 
.caso-card h2 { 
margin-top: 0; 
} 
.boton { 
display: inline-block; 
margin-top: 15px; 
padding: 10px 18px; 
background-color: #1f3a5f; color: white; 
text-decoration: none;
border-radius: 4px; 
font-weight: 600; 
} 
.boton:hover {
 background-color: #162c47;
 }


/* GRID DE ARQUITECTURA agregado Sabado 14 de Marzo 2026 2:55 pm */

.arquitectura-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

/* TARJETAS */

.arquitectura-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

/* HOVER DE TARJETAS */

.arquitectura-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* ICONOS */

.arquitectura-card i {
    font-size: 40px;
    color: #1f3b5b;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

/* HOVER ICONOS */

.arquitectura-card:hover i {
    transform: scale(1.2);
    color: #2c5aa0;
}

/* TITULOS */

.arquitectura-card h2 {
    margin-bottom: 10px;
}

/* TEXTO */

.arquitectura-card p {
    line-height: 1.6;
}

.historia-tecnologica{
padding:120px 20px;
background:#f7f9fc;
font-family:Arial;
}

.container{
max-width:900px;
margin:auto;
text-align:center;
}

.section-title{
font-size:46px;
color:#1f3c5b;
margin-bottom:30px;
}

.intro{
font-size:18px;
line-height:1.7;
color:#444;
margin-bottom:20px;
}

.timeline-container{
position:relative;
max-width:1100px;
margin:100px auto;
}

.timeline-container::before{
content:'';
position:absolute;
left:50%;
width:4px;
height:100%;
background:#1f3c5b;
transform:translateX(-50%);
}

.timeline-block{
position:relative;
width:50%;
padding:20px 40px;
opacity:0;
transform:translateY(60px);
transition:all .7s ease;
}

.timeline-block.show{
opacity:1;
transform:translateY(0);
}

.timeline-block:nth-child(odd){
left:0;
text-align:right;
}

.timeline-block:nth-child(even){
left:50%;
}

.timeline-icon{
position:absolute;
top:20px;
left:calc(100% + 12px);
width:42px;
height:42px;
background:#1f3c5b;
color:white;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:20px;
}

.timeline-block:nth-child(even) .timeline-icon{
left:-54px;
}

.timeline-content{
background:white;
padding:25px;
border-radius:8px;
box-shadow:0 8px 25px rgba(0,0,0,0.1);
}

.timeline-content h3{
margin-top:0;
color:#1f3c5b;
}

.timeline-container::before{
content:'';
position:absolute;
left:50%;
width:4px;
height:0;
background:#1f3c5b;
transform:translateX(-50%);
transition:height 1.5s ease;
}

.timeline-container.show-line::before{
height:100%;
}

.timeline-line{

position:absolute;
left:50%;
top:0;
width:4px;
height:0;

background:linear-gradient(
180deg,
#1f3c5b,
#3d6fa3
);
transform:translateX(-50%);
transition:height 0.2s ease-out;

}

.timeline-icon{
box-shadow:0 0 0 4px white,
0 0 12px rgba(31,60,91,0.4);
}

.timeline-content{

transition:all .4s ease;

}

.timeline-content:hover{

transform:translateY(-6px);
box-shadow:0 18px 40px rgba(0,0,0,0.15);

}

.core-migrations{

padding:100px 20px;
max-width:1100px;
margin:auto;
text-align:center;

}

.migration-grid{

display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:30px;
margin-top:50px;

}

.migration-card{

background:white;
padding:30px;
border-radius:10px;
box-shadow:0 12px 30px rgba(0,0,0,0.1);

}

.migration-card h3{

color:#1f3c5b;

}

.years{

display:block;
margin:10px 0;
font-weight:bold;
color:#3d6fa3;

}

.bank-logo{

height:50px;
margin-bottom:15px;
object-fit:contain;

}


.logos{ 
display:flex; 
flex-wrap:wrap; 
justify-content:center; 
gap:40px; 
margin-top:30px; 
} 
.logos img{
height:60px; 
}

.logo-banco {
    max-width: 120px;
    height: auto;
}

.logo-item img {
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.logo-item img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

/* SECCIÓN */
.clientes {
    background: #f8fafc;
    padding: 60px 20px;
    text-align: center;
}

.clientes h2 {
    font-size: 60px;
    color: #1e3a5f;
    margin-bottom: 10px;
}

/* CONTENEDOR SLIDER */
.logos-slider {
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

/* EFECTO DEGRADADO LATERAL (PRO) */
.logos-slider::before,
.logos-slider::after {
    content: "";
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    z-index: 2;
}

.logos-slider::before {
    left: 0;
    background: linear-gradient(to right, #f8fafc, transparent);
}

.logos-slider::after {
    right: 0;
    background: linear-gradient(to left, #f8fafc, transparent);
}

/* TRACK */
.logos-track {
    display: flex;
    align-items: center;
    width: calc(200px * 10);
    animation: scroll 30s linear infinite;
}

/* LOGOS */
.logos-track img {
    width: 160px;
    height: 80px;
    object-fit: contain;
    margin: 0 30px;

    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.4s ease;
}

/* HOVER */


.logos-track img {
    width: 160px;
    height: 80px;
    object-fit: contain;
    margin: 0 30px;

    /* 🔥 CAMBIO CLAVE */
    filter: none;
    opacity: 1;

    transition: transform 0.3s ease;
}

/* PAUSA AL PASAR EL MOUSE (PRO) */
.logos-slider:hover .logos-track {
    animation-play-state: paused;
}

/* ANIMACIÓN */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .logos-track img {
        width: 120px;
        height: 60px;
        margin: 0 15px;
    }

    .clientes h2 {
        font-size: 48px;
    }
}


.clientes-texto {
    margin-top: 05px;
    font-size: 16px;
    color: #6b7280;
}


.clientes h2 {
    font-size: 25px;
    color: #1e3a5f;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.2;
}


@media (max-width: 768px) {
    .clientes h2 {
        font-size: 28px;
    }
}

/* Dropdown */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 220px;
    box-shadow: 0px 8px 20px rgba(0,0,0,0.1);
    z-index: 1000;
    border-radius: 8px;
}

.dropdown-content a {
    display: block;
    padding: 10px 15px;
    color: #1e3a5f;
    text-decoration: none;
}

.dropdown-content a:hover {
    background-color: #f5f7fa;
}

.dropdown:hover .dropdown-content {
    display: block;
}