@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");
section {
  width: 100%;
  height: 100vh;
  margin: auto;
  position: center;
}
.Presentacion {
  /* estilos presentación */
  background-color: #c53b66;
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  font-weight: 700;
  font-style: normal;
  color: #ffabe2;
  text-align: justify;
  display: flex;
  flex-direction: row;
}
.presentacion-titulo {
  font-family: "Playfair", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #6b001b;
  font-size: 40px;
  text-decoration: underline;
}

.textosp {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.imagenp {
  height: 85vh;
  width: auto;
  position: right;
  padding: 2%;
  background-color: #ffabe2;
  margin: auto;
}

.Futuro {
  /* estilos futuro */
  background-color: #ad5767;
}
@media only screen and (max-width: 768px) /* estilos de mi presentación cuando la pantalla es más chica */ {
  section {
    width: 100%;
    margin: auto;
  }

  .Presentacion {
    display: flex;
    flex-direction: column; /* cambio la posición para que se ponga un elemento arriba del otro */
    height: fit-content;
}
  .imagenp {
    height: 40vh;
  }
  .textosp {
    font-size: 15px;
    width: 100%;
  }
  p {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .presentacion-titulo {
    font-size: 30px;
  }
}

.Curiosidades {
  /* estilos generales en la sección curiosidades */
  background-color: #bb3951;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #e64eb0;
  text-align: justify;
  display: flex;
  flex-direction: row;
}
.curiosidadeslista {
  /* Acá tengo los estilos de la lista de curiosidades, división de la izquierda */
  background-color: #f7b4fe;
  display: flex;
  width: 50%;
  flex-direction: column;
  text-align: justify;
  font-size: 20px;
 
}
/* con esto modifico el ícono de la lista, poniéndole el emoji de corazón */
.listac{
  list-style-type: "\1F495";
}

.curiosidades-titulos {
  font-family: "Playfair", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #6b001b;
  font-size: 30px;
  text-decoration: underline;
}
.otrascuriosidades {
  /* acá tengo los estilos de la sección de la derecha, incluyendo el título y el video que agregué */
  background-color: #f7b4fe;
  display: flex;
  width: 50%;
  flex-direction: column;
}
.video_momentos {
  height: 70vh;
  padding-top: 2%;
  padding-bottom: 2%;
  background-color: #e64eb0;
}
@media only screen and (max-width: 768px) /* estilos de mi presentación cuando la pantalla es más chica */ {
  .Curiosidades {
    display: flex;
    flex-direction: column;
    background-color: #de4964;
    height: fit-content;
  }
  .otrascuriosidades {
    width: 100%;
    top: 0;
    bottom: 0;
    height: 30%;
    background-color: #de4964;
  }
  .curiosidades-titulos {
    font-size: 30px;
  }
  .video_momentos {
    background-color: #de4964;
    height: 40vh;
  }
  .curiosidadeslista {
    background-color: #de4964;
    font-size: 15px;
    width: 100%;
    height: auto;
    color:  #ffabe2;
  }
  .listac {
    top: 0;
    bottom: 0;
  }
}
.Galeria{ /*  estilos galería */
  display: flex;
  flex-direction: column;
  background-color: #b84359;
}
.galeria-titulo{
  font-family: "Playfair", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #6b001b;
  font-size: 50px;
  background-color: #feb4dd;
  text-decoration: underline;
}
.slides{
  font-family: "Playfair", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #ffa4e8;
  font-size: 30px;
  overflow: hidden;
  margin: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b84359;
}
.slide {
  position: relative;
  cursor: pointer;
  height: 80vh;
  flex: 1;
  margin: 10px;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: .5s;
}

.slide > img {
  width: 100%;
  height: 100%;
}

.slide > h3 {
  position: absolute;
  color: #fff;
  bottom: 10px;
  left: 10px;
  opacity: 0;
  transition: .5s
  
}

.slide.active {
  flex: 10;
}

.slide.active > h3{
  opacity: 1
}
@media only screen and (max-width: 768px)/* estilos de la galería de fotos cuando la pantalla es vertical */{
  .Galeria{
    flex-direction: column;
  }
  .galeria-titulo{
    font-size: 30px;
  }
  .slides{
    font-size: 10px;
  }

}
.Futuro /* estos son los estilos de la sección futuro*/{
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.futurotitulo{
  font-family: "Playfair", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #6b001b;
  font-size: 40px;
  background-color: #feb4dd;
}
.futuro1{
  display: none;
  height: 80vh;
  width: auto;
}
.futuro2{
  display: none;
  height: 80vh;
  width: auto;
}
@media (orientation: landscape)/* así se ve mi foto de futuro horizontal*/{
  .futuro1{
    display: block;
  }
}
@media (orientation: portrait)/* así se ve mi foto de futuro vertical*/{
  .futuro2{
    display: block;
  }
}


