body {
    background-color: rgb(228, 241, 252);
}

h1 {
    text-align: center;
    font-size: 60px;
   color: rgb(174, 214, 241); 
   text-shadow: 2px 2px 4px rgba(44, 62, 80, 0.15);
font-family: 'Inter', sans-serif;
letter-spacing: -0.02em;
}

hr {
  border: 0;
  height: 2px;
  background-color: rgb(174, 214, 241); /* Tu azul cielo */
  margin: 20px 0;
}

a {
    text-decoration: none;
    color: rgb(148, 203, 224);
    font-family: 'Inter', sans-serif;
}

ul {
list-style-type: none;
margin: 0;
padding: 0;

background-color: rgb(255, 255, 255);
border: 1px solid rgb(174, 214, 241);
display: flex;
justify-content: center;
font-family: 'Inter', sans-serif;
}

li{
float: left;

}


li a {
display: block;
text-decoration: none;
color: rgb(95, 94, 94);
padding: 8px;
font-size: 20px;
border-bottom: 1px solid rgb(174, 214, 241);
text-align: center;
font-family: 'Inter', sans-serif;
}

li a:hover {
background-color: rgb(174, 214, 241);           
color: rgb(255, 255, 255);
 }

 .activo {
    background-color: rgb(148, 203, 224);
    color: rgb(255, 255, 255); }

.fuente1 {
    font-family: 'Inter', sans-serif;
    color: rgb(95, 94, 94);
    font-size: 18px;
    line-height: 1.6;
    margin: 20px;
    text-align: justify;
}
.fuente2 {
    font-family: 'Inter', sans-serif;
    color: rgb(118, 120, 122);
    font-size: 16px;
    line-height: 1.6;
    margin: 20px;
    text-align: justify;
}
.fuente3 {
color: rgb(0, 0, 0);
font-weight: bold;
}



.formulario {

border: 2px solid rgb(51, 157, 206);
padding: 15px;
margin: 20px 80px 0 80px;
border-radius: 10px;
box-shadow: 5px 10px rgba(0, 0, 0, 0.1);
}