 header{
        width: 100%;
        position: relative;
        
            background-color: rgb(245, 245, 245);
            margin-top: 50px;
   }

body{
    font-family: 'Krona One', sans-serif;
    background-color: #f2f2f2;
    margin: 0;
    padding: 0;
    


    
}
  
 #btn-menu{
        display: none;
        margin: auto;

      }

header label{
        display:inline-block;
        width: 30px;
        height: 30px;
        padding: 10px;
      }
header label:hover{
        cursor: pointer;
      }
  .menu ul{
        margin: 0;
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: column;

      }
    .menu li{
        border-right: 1px solid;
      }
      .menu li:hover{
        background:#a89267;
        
      }
      .menu li a{
        display:block;
        padding: 0px 0px;
        color: #141003;
        text-decoration: none;
        line-height: 5px;
        font-size:  1rem;
        }
    
       .menu a{
        margin: 15px;
        text-decoration: none;
        font-weight: bold;
        color: black;
        font-family:Arial, Helvetica, sans-serif
         }
         .menu{
    position: absolute;
    background: #fff;
    width: 30%;
    margin: 10px;
    padding: 10px 20px;
    border: 2px solid black;
    transform: translateX(-100%);
  }
  .menu ul{
    flex-direction: column;
  }
  .menu li{
    border-top:1px solid black;
  }
  #btn-menu:checked ~.menu{
    transform: translateX(0%);
  }
  .lista-anios{
    display: flex;
    justify-content: center;
    font-weight: 500;
    position: relative;
    margin:  20px 0;
    gap: 20px;

  }
  .lista-anios a{
    text-decoration: none;
    color: #141003;
    font-size: 16px;
}
 .menu-secundario ul{
    list-style:none;
    display:flex;
    justify-content:center;
    gap:25px;
    padding:0;
    margin:10px 0 30px 0;
    font-family: Montserrat , sans-serif;
 }
 .menu-secundario a{
  text-decoration: none;
  color: #141003;
  font-weight: 600px;
  font-size: 14px;
 }
 .menu-secundario a:hover{
   color: #a89267;
 }
 @media (max-width:768px){}
  .goya-contenido{
    flex-direction: row-reverse;
    align-items: center;
    text-align: center;
  }

.logo{
        display: block;
        margin: auto;
        width: 177px;
        height: 88px; 
      }
.titulogoya {
  text-align: center;
  color: #a89267;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  margin: 1rem 0;
}
.inicio{
  background-color: #e4e0e0;
  color: #424242;
  margin: 0 ;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  padding: 24px 24px;
 
}
.bloque-honor h1{
  display: block;
  font-size: 2em;
  margin-bottom: 2.5rem;
  margin-inline-end: 0.67em;
  margin-block-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
  padding: 2rem 0;
  font-family:"Krona one", Geneva, Tahoma, sans-serif ;
}

.goya{
  max-width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin:  0;
  border: 1px solid rgba(128, 128, 128, 0.05);
  background-color: #f5f5f5; 
}


.Goya-img {
  width: 220px;
  border-radius:50%;
  margin: 20px;
  text-align: center;
  
  

}
.goya-texto{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.goya-texto h2{
   margin: 0 0 .5rem;
  font-size: 18px;
  color: #221c07;
  text-align: left;
  font-family: "krona one", Geneva, Tahoma, sans-serif;
  font-style: normal;
}


.goya-texto h3{
  font-size: 24px;
  color: #c2a852;
  font-weight: bold;
  text-align: left;
   margin: 0 0 .5rem;
   font-family: "Montserrat" , sans-serif;
  
}

.goya-texto p{
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 .5rem;
  font-family: "Montserrat" , sans-serif;
}

.goya-texto a {
  color: #c2a852 !important;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  border: 2px solid #a89267;
  padding: 11px 2px 14px; 
  line-height: 14px;
  font-style: normal;
  font-family: Montserrat, sans-serif;
  border: 2px solid #a89267;

  text-transform: uppercase;
  
}
.goya-texto a:hover{
  border-left: #c2a852;
  color: #333 !important;
  background-color: #a89267;
  
}
.goya2{
  max-width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin:0 ;
  border: 1px solid gray;
  background-color:#d3d0cc ;
}


.Goya-img2 {
  width: 220px;
  border-radius:50%;
  margin: 20px;
  text-align: center;
  
  

}
.goya-texto2{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.goya-texto2 h2{
   margin: 0 0 .5rem;
  font-size: 18px;
  color: #221c07;
  text-align: left;
  font-family: "krona one", Geneva, Tahoma, sans-serif;
}


.goya-texto2 h3{
  font-size: 24px;
  color: #c2a852;
  font-weight: bold;
  text-align: left;
   margin: 0 0 .5rem;
   font-family: "Montserrat" , sans-serif;
  
}

.goya-texto2 p{
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 .5rem;
  font-family: "Montserrat" , sans-serif;
}

.goya-texto2 a {
  color: #c2a852 !important;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  border: 2px solid #a89267;
  padding: 11px 2px 14px;
  line-height: 14px;
  font-style: normal;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  
  
}
.goya-texto2 a:hover{
  text-decoration: underline;
  color: #333 !important;
  background-color: #a89267;
  
}
