*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{

font-family:Segoe UI,Arial,sans-serif;

background:#f5f7fb;

color:#222;

}

header{

background:white;

padding:80px 25px;

text-align:center;

}

.logo{

width:170px;

margin-bottom:25px;

}

h1{

font-size:65px;

color:#0d47b8;

margin-bottom:10px;

}

.subtitulo{

font-size:28px;

color:#666;

margin-bottom:25px;

}

.descripcion{

max-width:760px;

margin:auto;

font-size:20px;

line-height:1.8;

color:#666;

}

.boton{

display:inline-block;

margin-top:40px;

padding:18px 40px;

background:#0d47b8;

color:white;

text-decoration:none;

border-radius:14px;

font-size:22px;

font-weight:bold;

transition:.3s;

box-shadow:0 10px 25px rgba(13,71,184,.25);

}

.boton:hover{

background:#08348b;

transform:translateY(-3px);

}

.info{

margin-top:20px;

color:#888;

font-size:15px;

}

main{

max-width:1200px;

margin:auto;

padding:70px 30px;

}

.captura{

text-align:center;

}

.captura img{

width:100%;

max-width:1050px;

border-radius:20px;

box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.quienes{

margin-top:90px;

text-align:center;

}

.quienes h2{

font-size:40px;

margin-bottom:25px;

}

.quienes p{

font-size:20px;

line-height:1.8;

color:#666;

max-width:900px;

margin:auto;

}

.cards{

display:flex;

gap:30px;

margin-top:80px;

flex-wrap:wrap;

}

.card{

flex:1;

min-width:280px;

background:white;

padding:40px;

border-radius:18px;

text-align:center;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.3s;

}

.card:hover{

transform:translateY(-8px);

}

.emoji{

font-size:55px;

margin-bottom:20px;

}

.card h3{

font-size:28px;

margin-bottom:15px;

}

.card p{

color:#666;

line-height:1.7;

}

.beta{

margin-top:90px;

background:white;

padding:60px;

border-radius:20px;

text-align:center;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.beta h2{

font-size:36px;

margin-bottom:20px;

}

.beta p{

font-size:20px;

line-height:1.8;

color:#666;

}

.contacto{

margin-top:70px;

text-align:center;

}

.contacto h2{

font-size:34px;

margin-bottom:20px;

}

.contacto p{

font-size:20px;

color:#666;

line-height:1.8;

}

footer{

margin-top:90px;

padding:45px;

background:white;

text-align:center;

color:#666;

line-height:2;

}