.presentacion {
  background-color: antiquewhite;
  height: 100vh;
  width: 93vw;
  margin-right: 3vw;
  margin-left: 3vw;
  padding: 3%;
  display:flex;
  flex-direction: column;
  align-content: normal;
  align-items: center;
  justify-content: space-around;
}

.presentacion-cuerpo{
  display: flex;
  flex-direction: row;
  width: 100vw;
  padding: 5%;
}

.presentacion-titulo{
  text-align: center;
  font-family: "IM Fell DW Pica", serif;
  font-style: italic;
  color: #203500;
    font-weight: 300;
    font-size:30px;
}
.presentacion-texto{
  margin-right: 15px;
  line-height: 1.6;
  text-align: justify;
  font-family: "IM Fell DW Pica", serif;
  font-style: italic;
  color: darkolivegreen;
  font-weight: 300;
  font-size:20px;
  }

.presentacion img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-right: 10px;
}
.curiosidades {
  background-color: darkolivegreen;
  height: 100vh;
  width: 93vw;
  margin-left: 3vw;
  margin-right: 3vw;
  padding: 2%;
  align-items: center;
  display:grid;
  justify-content: center;
}
.curiosidades-title{
  text-align: center;
    font-family: "IM Fell DW Pica", serif;
    font-weight: 400;
    font-style: italic;
    font-size:30px;
    color:antiquewhite;
    padding: 2%;
    padding-top: 4%;
    padding-bottom: 4%;
}
.lista-curiosidades{
  list-style-type:none;
  text-align: center;
  justify-content: center;
  align-items: center;
    font-family: "IM Fell DW Pica", serif;
    font-weight: 350;
    font-style: italic;
    font-size:28px;
}
.spotify1{
  justify-content: center;
  justify-self: center;
  padding: 2%;
  padding-top: 4%;
}

.galeria {
 background-color: antiquewhite;
  height: fit-content;
  width: 93vw;
  margin-left: 3vw;
  margin-right: 3vw;
 /* display: flex;*/
  padding: 20px;

}
.galeria-title{
  text-align: center;
  font-family: "IM Fell DW Pica", serif;
  font-weight: 400;
  font-style: italic;
  font-size:30px;
  padding-top: 3%;
}

.honeycomb {
	max-width: 1000px;
	margin: 70px auto;
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding-bottom: 5.5%;
}

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

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

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

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

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

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

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

.honeycomb li .title,
.honeycomb li .text {
	width: 100%;
	padding: 5%;
	display: block;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-align: center;
	transition: transform .2s ease-out, opacity .3s ease-out;
}

.honeycomb li .title {
	bottom: 50%;
	padding-top: 50%;
	font-size: 1.5em;
	z-index: 1;
	transform: translate3d(0, -100%, 0);
}

.honeycomb li .title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 45%;
	width: 10%;
	border-bottom: 1px solid #fff;
}

.honeycomb li .text {
	top: 50%;
	padding-bottom: 50%;
	transform: translate3d(0, 100%, 0);
}

.honeycomb li a:hover .title,
.honeycomb li a:focus .title,
.honeycomb li a:hover .text,
.honeycomb li a:focus .text {
	transform: translate3d(0, 0, 0);
}

.futuro {
  background-color: darkolivegreen;
  height: fit-content;
  width: 93vw;
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-left: 3vw;
  margin-right: 3vw;
}

.futuro-title{
  text-align: center;
  font-family: "IM Fell DW Pica", serif;
  font-weight: 400;
  font-style: italic;
  font-size:30px;
  color:antiquewhite;
  padding: 2%;
  padding-top: 4%;
  padding-bottom: 4%;

}

.collage{
justify-content: center;

}

.foto-h{
 display: none;
 height: 90vh;
 width: 100%;
 align-self: center;
 padding-bottom: 3%;
}

.foto-v{
 display: none;
 height: 90vh;
 width: 100%;
 align-self: center;
 padding-bottom: 3%;
}

@media (orientation: landscape){
  .foto-h{
    display: block;
  }
}

@media (orientation: portrait){
  .foto-v{
    display:block;
  }
}
.btn-flotante {
  font-size: 16px; /* Cambiar el tamaño de la tipografia */
  text-transform: lowercase; /* Texto en mayusculas */
  font-weight: bold; /* Fuente en negrita o bold */
  color: antiquewhite; /* Color del texto */
  border-radius: 5px; /* Borde del boton */
  letter-spacing: 2px; /* Espacio entre letras */
  background-color: darkolivegreen; /* Color de fondo */
  padding: 18px 30px; /* Relleno del boton */
  position: fixed;
  bottom: 40px;
  right: 40px;
  transition: all 300ms ease 0ms;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
.btn-flotante:hover {
  background-color: #203500; /* Color de fondo al pasar el cursor */
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-7px);
}
@media only screen and (max-width: 768px) {
  .btn-flotante {
    font-size: 14px;
    padding: 12px 20px;
    bottom: 20px;
    right: 20px;
  }
  .presentacion {
    max-height: 70%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 2%;
    font-size: 3vmin;
  }

  .presentacion-cuerpo{
    flex-direction: column;
  }
  .presentacion img {
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 2%;
  }
  .curiosidades{
    max-height: 70%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 2%;
    font-size: 3vmin;
  }
}
