.Presentación{
    background-color: rgb(175, 111, 222);
    width: 90vw;
    height: 100vh;
    margin-right: 3.5vw;
    margin-left: 3.5vw;
}

.presentacion-title{
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  text-align:center;
  color: black;
  padding-bottom: 1rem;
}

.texto-presentacion{
  text-align: center;
  margin: 18px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 25px;
}

.fotopersonal{
  width: 30vw;
  display: block;
  border-radius: 50px;
  margin: auto;
   }

.Curiosidaes{
    background-color: #a74ad2;
    width:90vw;
    height: 100vh;
    margin-right: 3.5vw;
    margin-left: 3.5vw;
    text-align: center;
}

h2{
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 40px;
  text-align: center;
  margin-top: 0px;
}
.video-fotos{
    width: 32%;
}

li{
  list-style-type: none;
 }

.curiosidades-container{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
 }


.Galeria{
  background-color: rgb(194, 167, 218);
  width:90vw;
  height: 100vh;
  margin-right: 3.5vw;
  margin-left: 3.5vw;
  flex-direction: row-reverse;
  justify-content:space-around;
  padding: 2%;
  align-content: normal;
  align-items: center;
}
.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 : 768px) {

    .box {
      width: 100%;
      padding-bottom: 100%;
    }
  }


.Futuro{
    background-color: rgb(179, 112, 214);
    width: 90vw;
    margin-right: 3.5vw;
    margin-left: 3.5vw;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap;
    height: 100vh;
}

.foto-horizontal{
  display: none;
  height: 85vh;
} 
.foto-vertical{
  display: none;
}

@media (orientation: landscape) {
  .foto-horizontal {
      display: block;
  }
}

@media (orientation: portrait) {
  .foto-vertical {
display: block;
  }
  
}
.btn-flotante {
	font-size: 14px;
	text-transform: lowercase;
	font-weight: bold;
	color: #ffffff;
	border-radius: 10px;
	letter-spacing: 2.5px;
	background-color: #e56a93;
	padding: 18px 30px;
	position: fixed;
	bottom: 40px;
	right: 40px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(183, 89, 176, 0.311);
	z-index: 99;
}
.btn-flotante:hover {
	background-color: #dd72ee; 
	box-shadow: 0px 15px 20px rgba(191, 79, 219, 0.3);
	transform: translateY(-7px);
}

.footer{
  background-color:#9e37b8 ;
  display: flex;
  justify-content: center;
  width: 90vw;
  margin-right: 3.5vw;
    margin-left: 3.5vw;
}

.footer img {
  height: 30px;
  margin: 10%;
}
@media only screen and (max-width: 768px) {
 	.btn-flotante {
		font-size: 14px;
		padding: 12px 20px;
		bottom: 20px;
		right: 20px;
 }

   .menu-list{
     justify-content:center ;
    }
    .Presentación{
      height: 100vh;  
    }
    .presentacion-title{
      font-size: 30px;
    }
    .texto-presentacion{
      font-size: 20px;
      margin-left: 3%;
      margin-right: 3%;
    }
    .fotopersonal{
      border-radius: 17px;
      width: 80% ;
    }

    .video-fotos{
      width: 95%;
  }
.li {
 margin-left: 50%;

}
  .Galeria{
    height: fit-content;
  }
  /* en responsive el texo de las fotos se ve haciendo click, no lo puedo cambiar porque supongo que es de js */
    .foto-vertical{
      height: 45%
    }
	}