body {
    background-position: center;
    background-attachment:fixed;background-size: cover;
    background: color #cf2626;
    background-image: url(https://th.bing.com/th/id/OIP.doJ2J79SGzpX33XdgEcwJAHaE6?rs=1&pid=ImgDetMain);
}

header {
    color: #fff;
    padding: 30px;
    text-align: center;
}

h1{font-size: 28000%;font-family: "Cinema";
    font-weight: 700;
    font-style: italic;
    font-size: 100px; color:rgb(255, 255, 255); text-align: center; margin-top: 5%; }
h1:hover {color:rgb(0, 0, 0)}


.contenedor-imagen img {
    max-width: 22%; margin-top: -5%;margin-right: 5%;margin-left: 5%;  border-radius: 8%;  height: auto;
}


h2{ font-family: "Cinema";
    font-weight: 700;
    font-style: italic;
    font-size: 40px;
    line-height: 1.5;
text-align:center;}

h2{
    border-style: solid;
    border-color: hsl(0, 90%, 26%);
    border-width: 2px;
    border-radius: 15%;
  }
  h2:hover {color:rgb(0, 0, 0)}

  h3{ font-family: "Cinema";
    font-weight: 700;
    font-style: italic;
    font-size: 40px;
    line-height: 1.5;
text-align:center;
margin-top: 10%;}

h3{
    border-style: solid;
    border-color: hsl(0, 90%, 26%);
    border-width: 2px;
    border-radius: 15%;
  }
  
  h3:hover {color:rgb(0, 0, 0)}

  h4{ font-family: "Cinema";
    font-weight: 700;
    font-style: italic;
    font-size: 40px;
    line-height: 1.5;
text-align:center;}

h4{
    border-style: solid;
    border-color:hsl(0, 90%, 26%);
    border-width: 2px;  border-radius: 15%;
  }
  
  h4:hover {color:rgb(0, 0, 0)}

  h5{ font-family: "Cinema";
    font-weight: 700;
    font-style: italic;
    font-size: 40px;
    line-height: 1.5;
text-align:center;}

h5{
    border-style: solid;
    border-color: hsl(0, 90%, 26%);
    border-width: 2px;  border-radius: 15%;
  }
 
  h5:hover {color:rgb(0, 0, 0)}
  .galeria {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
}
.galeria img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s;
}
.galeria img:hover {
    transform: scale(1.1);
}
  h6{ font-family: "Cinema";
    font-weight: 700;
    font-style: italic;
    font-size: 40px;
    line-height: 1.5;
text-align:center;}

h6{
    border-style: solid;
    border-color: hsl(0, 90%, 26%);
    border-width: 2px;  border-radius: 15%;
  }
  h6:hover {color:rgb(0, 0, 0)}
  .galeria {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 26px;
}
.galeria .contenedor {
    position: relative;
    overflow: visible;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
} .galeria img {
    width: 100%;
    height: auto;
   
    box-shadow: 0 4px 8px rgb(241, 12, 12);
    transition: transform 0.5s ease, filter 0.5s ease;
}
.galeria .contenedor:hover img {
    transform: scale(1.05);
    filter:blur(5.866);
}
.galeria .texto {
    position: absolute;
    bottom: 40;
    background: hsl(5, 89%, 26%);
    color: #ffffff;
    width: 100%;
    text-align: center; padding: 5px;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.8s ease; background: 0.5s ease;
    font-size: 2em;
    font-family:"Rows of Sunflowers"; 
    border-radius: 8px;
}
.galeria .contenedor:hover .texto {
    opacity: 15;
}

p { font-family:"Rows of Sunflowers"; url(c:/Users/pinar/Downloads/rows_of_sunflowers/Rows of Sunflowers.ttf);
    font-weight: 700;
    font-style:italic;
    font-size:40px;
    line-height: 1.5;
    margin-top: 4%
}

.seccion-botones {
  color:#fff;
  font-size:30px;
    font-family: "Cinema";
    font-weight: 700;
    font-style: italic;
    text-align: center;
   
}

.contenedor-botones{
    justify-content: center;
 
}

.boton {
    display: inline-block;
    padding: 15px 25px;
    margin: 10px;
    background-color: #6b0505;
    color: #fff;
    text-decoration:dotted;
    border-radius: 15px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: "Cinema";
        font-weight: 700;
       
}

.boton:hover {
    background-color:#cf2626;
}

section {
    margin-bottom: 20px;
    font-family: "Cinema";
    font-weight: 700;
    color:#ffffff;
   font-size:0.9em;

}

ul {margin-bottom: 20px;
    font-family: "Rows of Sunflowers"; url(c:/Users/pinar/Downloads/rows_of_sunflowers/Rows of Sunflowers.ttf);
    font-weight: 700;
    color: white;
   font-size:40px;
}

 #seccion6{font-family: "Cinema";
    font-weight: 700;
    font-size: 2.5.em;
    line-height: 1.5;
text-align:center;
color:#fff}

.masonry-item img {
    width: 90%; border-radius: 10px;
}
.masonry {column-count: 4; column-gap: 16px;}
.masonry-item{display:inline-block; margin-bottom:16px; width: 100%;}
@media (max-width:1199px){.masonry{column-count: 3;}}
@media (max-width:991px){.masonry{column-count: 2;}}
@media (max-width:767px){.masonry{column-count: 1;}}

footer {
   
    font-family: "Cinema";
        font-weight: 400;
        font-style: italic;
    color: #fff;
    text-align: center;
    padding: 10px;
}
