
body {
    font-family: var(--texto-general);
  }
  * {
    box-sizing: border-box;
  }
  .menu {
    display: flex;
    list-style-type: none;
  
  }
 
  :root {
    --primario: #ffffff;
    --secundario: #66CDD9;
    --terciario: #264F73;
    --cuarto: #BF7D56;
    --quinto: #3285A6;
    --encabezados: "julius sans one", cursive;
    --texto-general: "archivo narrow", serif;
  }

#principal {
    width: 1140px;
    margin: auto;
}
.fila{
    display: flex;
    flex-wrap: wrap;
}
.columna{
    background-color: whitesmoke;
    border: 2px solid rgb(5, 74, 120);
    border-radius: 8px;
    text-align: center;
}
.doce{
    width: 100%;
}
.once{
    width: 91.6667%;
}
 .diez{
    width: 83.3333%;
}
 .nueve{
    width: 75%;
}
 .ocho{
    width: 66.6667%;
}
 .siete{
    width: 58.3333%;
}
 .seis{
    width: 50%;
}
 .cinco{
    width: 41.6667%;
}
 .cuatro{
    width: 33.3333%;
}
 .tres{
    width: 25%;
}
.quinto{
    width: 20%;
}
 .dos{
    width: 16.6667%;
}
.uno{
    width:8.3333% ;
}
.centrado{
    justify-content: center;
}
.espaciado{
    justify-content: space-around;
}
.derecha{
    justify-content: flex-end;
}
h1 {
    font-size: 46px;
    font-style: italic;
    font-weight: 400;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--encabezados);
    color: var(--secundario);
  }
  #acercade img {
    height: 100%;
    object-fit: cover;
}
#titulo-ACERCA DE, #TRAYECTORIA h3 {
    background-color: var(--cuarto);
  }
  #titulo-ACERCA DE, #titulo-TRAYECTORIA, #METODOLOGÍA, #CONTACTO h3 {
    padding: 20px;
    text-align: center;
    margin: 0;
  }
  #titulo-ACERCA DE, #TRAYECTORIA h3 {
    background-color: var(--cuarto);
  }
  #titulo-ACERCA DE, #titulo-TRAYECTORIA, #TRAYECTORIA h3 {
    padding: 20px;
    text-align: center;
    margin: 0;
  }
  header {
    /* position: fixed; */
    background-color: white;
    width: 100%;
    left: 0;
    padding: 0 20px;
    box-shadow: 0 5px 5px 0 #4f322040;
    z-index: 100;
    height: 500px;
    align-items: flex-start;
    background-image: url(img/retrato-leonardo.jpg);
    background-size: cover;
  }
  .prev {
    left: 0;
  }
  