/* parametros iniciales */
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@700&family=Roboto:ital,wght@1,100&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: rgb(188, 106, 243);
  width: 100%;
  margin: 0;
  padding: 0;
}

/* determinar las secciones fijas */

.cabecera {
  width: 100%;
  height: 10vh;
  background-color: rgb(155, 34, 236);

  /* fijar la seccion */

  position: fixed;
  top: 0%;
  left: 0%;
}

.pie_pagina {
  width: 100%;
  height: 5vh;
  background-color: rgb(155, 34, 236);
  position: fixed;
  bottom: 0%;
  left: 0%;
}

.principal {
  width: 98%;
  margin: auto;
  margin-top: 10vh;
  height: 85vh;
  margin-bottom: 5vh;
}

.presentacion {
  width: 100%;
  min-height: 100vh;
  background-color: rgb(188, 106, 243);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* espacio para el titulo */
.titulo {
  color: white;
  font-size: 300%;
  font-family: "Merriweather", serif;
}
.subtitulo {
  color: white;
  font-size: 200%;
  font-family: "Merriweather", serif;
  text-align: center;
  padding-top: 5%;
}

.conociendome {
  width: 100%;
  min-height: 85vh;
  background-color: rgb(188, 106, 243);
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 100%;
  font-family: "Merriweather", serif;
}

/* espacio de configuración de las preguntas */
.izq {
  background-color: rgb(233, 12, 159, 25%);
  margin-left: 5%;
  padding-left: 5%;
  margin-right: 52.5%;
  text-align: center;
  color: black;
  font-weight: bolder;
  width: 0, 3%;
}
.respuesta_izq {
  background-color: rgb(233, 12, 159, 25%);
  margin-left: 5%;
  padding-left: 5%;
  margin-right: 52.5%;
  text-align: center;
  color: white;
}
.der {
  background-color: rgb(233, 12, 159, 25%);
  margin-left: 52.5%;

  margin-right: 5%;
  text-align: center;
  color: black;
  font-weight: bolder;
}
.respuesta_der {
  background-color: rgb(233, 12, 159, 25%);
  margin-left: 52.5%;
  margin-right: 5%;
  text-align: center;
  color: white;
}

.respuesta_der:hover {
  background-color: rgb(124, 12, 159);
  border-radius: 15px;
}

.respuesta_izq:hover {
  background-color: rgb(124, 12, 159);
  border-radius: 15px;
}
.der:hover {
  background-color: rgb(124, 12, 159);
  border-radius: 15px;
}
.izq:hover {
  background-color: rgb(124, 12, 159);
  border-radius: 15px;
}

.paso_por_el_illia {
  width: 100%;
  min-height: 85vh;
  background-color: rgb(188, 106, 243);
  justify-content: center;
  align-items: center;
  margin-top: 15%;
}

.futuro {
  width: 100%;
  min-height: 87vh;
  background-color: rgb(188, 106, 243);
  justify-content: center;
  align-items: center;
  margin-top: 15%;
  
}

.foto_h {
  display: none;
  width: 40%;
  height: 44%;
  margin: auto;
}
.foto_v {
  display: none;
  margin:auto;

}

@media (orientation: landscape) {
  .foto_h{
    display: block
    
  }
}
@media (orientation: portrait) {
  .foto_v{
    display: block
  }
}
.contactos {
  width: 100%;
  min-height: 87vh;
  background-color: rgb(188, 106, 243);
  justify-content: center;
  align-items: center;
}

.container_icon {
  justify-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 9vmin;
}

.contactos_img {
  margin: 4vmin;
  height: 35vmin;
  width: 35vmin;
  border-radius: 25%;
}

.botonera {
  background-color: rgb(155, 34, 236);
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  color: white;
  width: 100%;
  height: 10vh;
}

button {
  --width: 150px;
  --timing: 2s;
  border: 0;
  width: var(--width);
  padding-block: 1em;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  background: rgb(188, 106, 243);
  transition: all 0.2s;
  border-radius: 3px;
}

button:hover {
  background-image: linear-gradient(
    to right,
    rgb(250, 82, 82),
    rgb(250, 82, 82) 16.65%,
    rgb(190, 75, 219) 16.65%,
    rgb(190, 75, 219) 33.3%,
    rgb(76, 110, 245) 33.3%,
    rgb(76, 110, 245) 49.95%,
    rgb(64, 192, 87) 49.95%,
    rgb(64, 192, 87) 66.6%,
    rgb(250, 176, 5) 66.6%,
    rgb(250, 176, 5) 83.25%,
    rgb(253, 126, 20) 83.25%,
    rgb(253, 126, 20) 100%,
    rgb(250, 82, 82) 100%
  );
  animation: var(--timing) linear dance6123 infinite;
  transform: scale(1.1) translateY(-1px);
}

@keyframes dance6123 {
  to {
    background-position: var(--width);
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  padding: 2rem;
}
ul {
  padding: 1rem;
  display: flex;
  list-style: none;
  justify-content: space-around;
  flex-wrap: wrap;
}
li {
  background-color: #ffdfd9;
  color: #000;
  padding: 0.51rem;
}

.container {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 290px));
  grid-gap: 1rem;
  padding: 1rem;
  justify-content: center;
  box-shadow: 0 1px 1px #000;
}
img {
  background-position: top;
  background-size: cover;
  height: 200px;
  width: 290px;
  box-shadow: 0 2px 10px #000;
  cursor: pointer;
  transition: all 0.2s;
}
img:hover {
  transform: scale(1.1);
}
