*{
   font-family: "Krona One", sans-serif;
   margin: 0;
   box-sizing: border-box;
}
body{
   margin:0;
   background-color: rgb(245, 245, 245);

}
/*parte encabezado*/
.encabezado{
   width: 100%;
   background-color:rgb(245, 245, 245);
   text-align: center;
   margin-top: 20px;
   
}
.logo{
   width:177px;
   height:87.5px;
   box-sizing: border-box;
 }
 /*menu principal*/
.menuinicio{
   padding: 15.226px 15.226px;
   background-color:rgb(245, 245, 245);
   height: 80px;
   background-size: contain;
   background-repeat: no-repeat;
   padding: 24px 24px;
   box-sizing: border-box;
   font-family: "Google Sans Code", monospace;
   letter-spacing: 2px; 
   line-height: 30%;
   text-align: center;
   display: block;
   font-size: 12px;
   font-size-adjust: none;
   font-style: normal;
   font-weight: 500;
   height: 16.8px;
   line-height: 16.8px;
   text-decoration: none;
   justify-content: center;
   margin-bottom: 40px;
}
 /*segundo menu*/
.menu2{
   width: 100%;
   font-weight: normal;
   text-align: center;
   margin-bottom: 10px;
   color: #a89267;

}
.list ul{
   display:flex;
   justify-content: space-around;
   list-style: none;
   text-transform:uppercase;
   margin-top: 20px;
}
.list a{
   text-decoration: none;
   color: #000001;
   font-family: "Google Sans Code", monospace;
   font-size: 16px;
}
/*titulo principal*/
.goyashonor{
   background-color: rgb(232, 230, 226);
   padding: 30px 30px;
   font-size: 37.9062px;
   font-style: normal;
   font-weight: 400;
   color: rgb(66, 66, 66);
   text-align: center;
}
/*parte 1*/
.parte1{
   display:flex;
   flex-direction: column;
   justify-content: center;
   padding: 20px 10px;
   max-width: 50%;
   background-color: rgb(245, 245, 245);
   text-align: left;
   padding-bottom: 10px;
   margin-bottom: 10px;
}
.azul{
   background-color: rgb(245, 245, 245);
   display: flex;
   justify-content: center;
   padding: 20px 10px;
}
/*parte 2*/
.parte2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 10px;
  max-width: 50%;
  background-color: rgb(211, 208, 204); 
  text-align: right;
  padding-bottom: 10px;
  padding-left: 14.88px;
  padding-right: 14.88px;
  margin-bottom: 10px;

}
.gris{
   background-color:rgb(211, 208, 204);
   display: flex;
   justify-content: center;
   padding: 10px 20px;
}
/*titulos secundarios y parrafo*/
.titulo2{
   font-size: 24px;
   color:rgb(53, 53, 53);
   font-style: normal;
   line-height: 24px;
}
.titulo3{
   font-family: "Google Sans Code", monospace;
   font-size: 37.9062px;
   font-style: normal;
   color:rgb(168, 146, 103);
   text-transform: uppercase;
}
.parrafo{
   font-family:"Google Sans Code", monospace;
   font-size: 16px;
   color:rgb(53, 53, 53);
   text-transform: uppercase;
   font-style: normal;
   font-weight: 400;
   line-height: 22.40px;
   padding-bottom: 20px;
}
/*imagenes*/
.gonzaloimg{
  height: 220px;
  width: 220px;
  border-radius: 50%;
}
.aitanaimg{
  height: 220px;
  width: 220px;
  border-radius: 50%; 
}
.juanimg{
   height: 220px;
   width: 220px;
   border-radius: 50%;
}
.pepaimg{
 height: 220px;
 width: 220px;
 border-radius: 50%;
}
.antonioimg{
 border-radius: 50%;
 height: 220px;
 width: 220px;
}
/*enlaces*/
.enlace{
   
   color: #a89267;
   font-family:"Google Sans Code", monospace;
   font-size: 1.4rem;
   padding: 11.2px 14px;
   font-style: normal;
   line-height: 14px;
   text-decoration: none;
   border: 2px solid #a89267;
}
.enlace:hover{
   background-color: #a89267;
   color: #000001;
}
.enlace1{
   text-decoration: none;
   color: #000001;
}



