html, body {
    height: 100%;
    margin: 0;
}

.centradoyfondo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
    background-image: linear-gradient(rgba(5, 7, 12, 0.75), rgba(5,7,12, 0.75)), url(Imagenes/Maiz\ morado.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#contenedor {
    color: whitesmoke;
    text-align: center;
    font-size: 25px;
    font-family: "Rubik", sans-serif;
}

a {
    color: whitesmoke;
    text-decoration: none;
}
#menu ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 20px 0;
}
#menu li {
    margin: 0 15px;
}

#menu1 ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 20px 0;
}

#menu1 li {
    margin: 0 15px;
}
#links ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}
#links li {
    margin: 0 15px;
}

.blog{
    color: maroon;
    text-align: center;
    font-family: "Rubik", sans-serif;
    font-size: 50px;
}


.colorlinks {
    color: rgb(175, 81, 218);
    text-decoration: none;
    font-family: "Rubik", sans-serif;

}

.humita {
   display: block;
   margin: 0 auto;
   width: 100%;
}
#articulo {
    max-width: 850px;
    margin: 40px auto;
    padding: 40px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    color: #444;

}
#articulo h1 {
   text-align: center;
}

#articulo p {
    text-align: justify;
}
.a1 {
    color: black;
}
#links1 ul{
    padding: 0;
    margin:20px ;
    font-size: 50px;
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}

footer {
    background-color:rgb(241, 232, 244) ;
    padding: 30px 0;
}
.Taza   {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 300px;
    height: auto;
}
#cabecera {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0px;
    background-color: rgb(241, 232, 244);
    z-index: 100;
}

.main {
    margin-top: 200px;
}

#menu1 a:hover {
    background-color: white;
    transition-property: all;
    transition-duration: 0.3s;
    padding: 5px 10px
}
#menu a:hover {
    background-color: black;
    transition-property: all;
    transition-duration: 0.3s;
    padding: 5px 10px
}
#links1 a:hover {
    background-color: white;
    transition-property: all;
    transition-duration: 0.3s;
    padding: 5px 10px
}
#links a:hover {
    background-color: black;
    transition-property: all;
    transition-duration: 0.3s;
    padding: 5px 10px
}

.contenedorgaleria {
   max-width: 1000px;
   margin: 13% auto;
   display: grid;
   grid-template-columns: repeat(3,1fr);
   gap: 20px;
   padding: 0 20px;
}
.items  {
    text-align: center;
    padding: 10px;
}
.items img {
    width: 100%;
    height: 200px;
    display: block;
    box-shadow: 10px 10px 10px gray;
    opacity: 82%;

}
.items p {
    font-size: 25px;
    font-style: italic;
    font-family: "Rubik", sans-serif;
    margin-top: 10px;
}
.main2 {
    overflow: hidden;
}
.footerga {
    background-color:rgb(241, 232, 244) ;
    padding: 30px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

#video {
    width: 70%;
    margin: 250px auto;

}
#titulo {
    text-align: center;
    font-size: 1.5em;
    padding: 10px;
    margin: 10px;
    font-family: "Rubik", sans-serif;
}
#parrafo {
    text-align: justify;
    font-family: "Rubik", sans-serif;
}
#videoyoutube {
    padding: 10px;
    margin: 10px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    z-index: 99;
}
#videoyoutube p {
    text-align: justify;
    font-family: "Rubik", sans-serif;
}
iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 90%;
}

#textodentro {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-align: justify;
    font-family: "Rubik", sans-serif;
}
#vimeo {
    padding: 10px;
    margin: 10px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    z-index: 98;
}

#textodentro2 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-align: justify;
    font-family: "Rubik", sans-serif;
}
