@import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=MuseoModerno:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&family=Yatra+One&display=swap');

body {
    background-position: center;
    background-attachment:fixed;background-size: cover;
    background: color( rgb(135, 250, 135) );
    background-image: url(images/fondo.jpg)
}

header {
    color: #48f026;
    padding: 30px;
    text-align: center;
}

h1{font-size: 28000%;font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 100px; 
   color:orange;text-decoration-line: underline;
    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: "Roboto Slab", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 50px;
    line-height: 1.5;
text-align:center;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}

h2{
    border-style: solid;
    border-color: #aa79f8;
    border-width: 2px;
    border-radius: 15%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
  h2:hover {color:orange}

  h3{ font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 50px;
    line-height: 1.5;
text-align:center; color:#aa79f8 ;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
margin-top: 10%;}

h3{
    border-style:groove;
    border-color:#aa79f8;
    border-width: 2px;
    border-radius: 15%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
  
  h3:hover {color:orange}

  h4{ font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 50px;
    line-height: 1.5;
text-align:center; color: #aa79f8;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}

h4{
    border-style: groove;
    border-color:#aa79f8;
    border-width: 2px;  border-radius: 15%;
  }
  
  h4:hover {color:orange;}

  h5{ font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 50px;
    line-height: 1.5;
text-align:center; color: #aa79f8;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}

h5{
    border-style: groove;
    border-color: #aa79f8;
    border-width: 2px; 
    border-radius: 15%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
 
  h5:hover {color:orange}
  h6{ font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 50px;
    line-height: 1.5;
text-align:center; color: #aa79f8;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}

h6{
    border-style: groove;
    border-color: #aa79f8;
    border-width: 2px;  border-radius: 15%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
 
  h6:hover {color:orange}
  .galeria {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
}
.gallery {
    --s: 400px; /* control the size */
    --g: 30px;  /* control the gap */
    --f: 1.5;   /* control the scale factor */
    
    display:grid;
    gap: var(--g);
    width: calc(3*var(--s) + 2*var(--g));
    aspect-ratio: 1;
    grid-template-columns: repeat(3,auto);
  }
  
  .gallery > img {
    width: 10px;;
    height: 10px;;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    cursor: pointer;
    filter:contrast(80%);
    transition: .35s linear;
  }
  
  .gallery img:hover{
    filter:brightness();
    width:  calc(var(--s)*var(--f));
    height: calc(var(--s)*var(--f));
  }
  
  
  body {
    margin: 20px;
    min-height: 200vh;
    display: grid;
    place-content:initial;
  }
.galeria img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s;
}
.galeria img:hover {
    transform: scale(1.1);
}
h7{ font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 50px;
    line-height: 1.5;
text-align:center; color: #aa79f8;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
margin-top: 10%;}

h7{
    border-style: groove;
    border-color: #aa79f8;
    border-width: 2px;  border-radius: 15%;
  }
  h7:hover {color:orange}
  body {
	background-color: #000;
	font-family: Arsenal;
}
.honeycomb1 {
	max-width: 1000px;
	margin: 70px auto;
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding-bottom: 5.5%;
}

.honeycomb1 li {
	width: 25%;
	position: relative;
	visibility: hidden;
}

.honeycomb1 li:after {
	content: '';
	display: block;
	padding-bottom: 86.6%;
}

.honeycomb1 li:nth-child(7n+5) {
	margin-left: 12.5%;
}

.cell1 {
	position: absolute;
	width: 96%;
	margin: 0 2%;
	padding-bottom: 110.85%;
	transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
	overflow: hidden;
}

.cell1 * {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: visible;
}

.honeycomb1 li a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
	overflow: hidden;
}

.honeycomb1 li img {
	left: -100%;
	right: -100%;
	width: auto;
	height: 100%;
	margin: 0 auto;
	transform: rotate3d(0, 0, 0, 0deg);
}

.wrap {
    overflow: hidden;
    margin: 10px;
  }
  .box {
    float: left;
    position: relative;
    width: 20%;
    padding-bottom: 20%;
  }
  .boxInner {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow: hidden;
  }
  .boxInner img {
    width: 100%;
  }
  .boxInner .titleBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: -50px;
    background: #fff;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  section.no-touch .boxInner:hover .titleBox, section.touch .boxInner.touchFocus .titleBox {
    margin-bottom: 0;
  }
  @media only screen and (max-width : 480px) {
    /* Smartphone view: 1 tile */
    .box {
      width: 100%;
      padding-bottom: 100%;
    }
  }
  @media only screen and (max-width : 650px) and (min-width : 481px) {
    /* Tablet view: 2 tiles */
    .box {
      width: 50%;
      padding-bottom: 50%;
    }
  }
  @media only screen and (max-width : 1050px) and (min-width : 651px) {
    /* Small desktop / ipad view: 3 tiles */
    .box {
      width: 33.3%;
      padding-bottom: 33.3%;
    }
  }
  @media only screen and (max-width : 1290px) and (min-width : 1051px) {
    /* Medium desktop: 4 tiles */
    .box {
      width: 25%;
      padding-bottom: 25%;
    }
  }


  h8{ font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 50px;
    line-height: 1.5;
text-align:center; color: #aa79f8;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
margin-top: 10%;}

h8{
    border-style: groove;
    border-color:#aa79f8;
    border-width: 2px;
    border-radius: 15%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
  
  h8:hover {color:orange}
  .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 #aa79f8;
    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: #aa79f8;
    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:"Roboto Slab", serif; 
    border-radius: 8px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.galeria .contenedor:hover .texto {
    opacity: 15;
}

p { font-family:"Roboto Slab", serif;
    font-weight: 700;
    font-style:italic;
    font-size:40px;
    line-height: 1.5;
    margin-top: 4%
}
h9{ font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 50px;
    line-height: 1.5;
text-align:center; color: #aa79f8;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
margin-top: 10%;}

h9{
    border-style: groove;
    border-color:#aa79f8;
    border-width: 2px;
    border-radius: 15%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
  
  h9:hover {color:orange}
  h10{ font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 50px;
    line-height: 1.5;
text-align:center; color: #aa79f8;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
margin-top: 10%;}

h10{
    border-style: groove;
    border-color:#aa79f8;
    border-width: 2px;
    border-radius: 15%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
  
  h10:hover {color:orange}



.seccion-botones {
  color:#fff;
  font-size:30px;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5)
   
}

.contenedor-botones{
    justify-content: center;
 
}

.boton {
    display: inline-block;
    padding: 15px 25px;
    margin: 10px;
    background-color: #aa79f8;
    color: #fff;
    text-decoration:dotted;
    border-radius: 15px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: "Roboto Slab", serif;
        font-weight: 700;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5)
       
}

.boton:hover {
    background-color:plum;
}

section {
    margin-bottom: 20px;
    font-family: museomoderno;
    font-weight: 700;
    color:white; 
   font-size:0.9em;
   text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
   text-align: center;

}

ul {margin-bottom: 20px;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    color: white;
   font-size:40px;
   text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5)
}

 

.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: "Roboto Slab", serif;
        font-weight: 400;
        font-style: italic;
    color: orange;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 10px;
}
