@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

* {
    color: black;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    scroll-behavior: smooth;
}

:root{
    --green1: #b4ff9a;
    --green2: #71c55b;
    --green3: #258d19;
    --green4: #007000;
    --green5: #005c00;
    --aquamarine1: #9ce9de;
    --aquamarine2: #7ad3be;
    --aquamarine3: #57bd9e;
    --aquamarine4: #2ca880;
    --aquamarine5: #00986c;
}

/* color del body */
body{
  background: linear-gradient(-180deg, var(--deep4)15% , var(--deep3));
}

/* SCROLLBAR */
::-webkit-scrollbar {
  width: 0.6vw;
  background-color: var(--deep4);
}

::-webkit-scrollbar-thumb {
  background-color: #70e7b0;
  border-radius: 30px;
}

/* header */
.sup-header{
  width: 100%;
  height: 10vh;
}

.text-container{
  width: 100%;
  height: 100%;
  background: url(../img/geometric_volteado.jpg);
  background-size: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.texto-superior{
  width: 60%;
  height: 75%;
  font-family: 'Montserrat', sans-serif;
  margin: auto;
  background-color: white;
  font-size: 2.7vmax;
  text-align: center;
  mix-blend-mode: screen;
  letter-spacing: 0.3vmax;
}

/* ENLACE PARA REGRESAR A LA PAGINA ANTERIOR Y AL INICIO DE LA ACTUAL */
/* inicio de configuración de los botones del header */
#regresar{
  padding: 1em 1.5em;
  font-size: 0.87vmax;
  text-transform: uppercase;
  letter-spacing: 0.15vmax;
  font-weight: 545;
  color: #000;
  background-color:#66ffb8;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.37);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-align: center;
  outline: none;
  position: absolute;
  left: 5%;
  text-decoration: none;
}

.button a, #regresar a{
  background-color: inherit;
}

.button:hover  ,#regresar:hover {
  background-color: #35ff79;
  box-shadow: 0px 15px 25px rgba(46, 229, 101, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

.button:active ,#regresar:active {
  transform: translateY(-1px);
}

.button{ /* BOTON PARA VOLVER AL INICIO */
  display: inline-block;
  align-items: center;
  justify-content: center;
  user-select: none;
  position: sticky;
  padding: 0.7em 1.5em;
  font-size: 0.87vmax;
  text-transform: uppercase;
  letter-spacing: 0.15vmax;
  font-weight: 545;
  color: #000;
  background-color:#66ffb8;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.37);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-align: center; 
  margin-left: 73vw;
  width: 15vw;
  bottom: 3vh;
  text-decoration: none;
}


/* ELECCION DE SECCIÓN */
.opciones{
  background: inherit;
	display: flex;
	justify-content: space-around;
  align-items: center;
	flex-wrap: wrap;
	margin-top: 15px;
	padding: 1.5%;
	box-sizing: border-box;
  flex-direction: row;
}

.opciones a{
  background: inherit;
  text-decoration: none;
}

.opcion{
  background: inherit;
  width: 15.625vw;
  height: 25vmax;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
  text-align: center;
  border: 10px double black;
}

.opcion p{
  background-color: inherit;
}

.navegar{
  background: hsl(0, 50%, 0);
}

.navegar:hover{
  transform: scale(1.05);
  transition: 0.5s ease;
}

.navegar:active{
  transform: scale(1.015);
  transition: 0.17s;
}

.pp p{
  width: 100%;
  height: 50%;
  position: absolute;
  top: 100px;
  border-radius: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  margin: auto;
  background-color: white;
  font-size: 2.7vmax;
  text-align: center;
  mix-blend-mode: screen;
  letter-spacing: 0.3vmax;
}

.ppp p{
  width: 100%;
  height: 50%;  
  position: absolute;
  top: 100px;
  border-radius: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  margin: auto;
  background-color: white;
  font-size: 2.2vmax;
  text-align: center;
  mix-blend-mode: screen;
}

/* Opcion presentación */
#presentacion{
  background: url(../auxiliares/opcion_seccion_presentacion/presentacion_opcion_imagen.jpg);
  background-repeat: no-repeat;
  background-size: 20vmax;
  background-position: center;
}

#presentacion:hover{
  filter: brightness(150%);
}

/* Opcion Sobre Mi */
#preguntas{
  background: url("../img/yojaja.jpg");
  background-repeat: no-repeat;
  background-size: 20vmax;
  background-position: center;
  filter: saturate(30%);
}

#preguntas:hover{
  filter: saturate(140%);
}

/* Opcion paso por el illia */
#paso_illia{
  background: url(https://loquepasa.net/wp-content/uploads/2019/05/illia1.jpg);
  background-repeat: no-repeat;
  background-size: 45vmax;
  background-position: center;
}

#paso_illia:hover{
  filter: saturate(300%);
}

/* Opcion gustos */
#gustos{
  background: url(../auxiliares/seccion_gustos/imagen_seccion_gustos.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20vmax;

  filter: saturate(25%);
}

#gustos:hover{
  filter: saturate(125%);
}

/* Opcion Futuro */
#futuro{
  background: url(../img/seccion_futuro.jpg);
  background-repeat: no-repeat;
  background-position-x: -24vw;
  background-position-y: -2vh;
  background-size: 50vmax;
  filter: saturate(75%);
}

#futuro:hover{
  filter: saturate(150%);
}

/* main */
.contenido{
    width: 93vw;
    margin: auto;
    display: flex;
    flex-direction: column;
}

/* h1 */
.titulo{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgb(182, 170, 170);
}

/* H2 */
.subtitulo{
  display: flex;
  justify-content: center;
  background-color: inherit;
  margin: auto;
  color: black;
  margin-top: .9vmax;
  font-size: 2vmax;
  font-style: italic;
}

.me_gusta{
  width: 95%;
  filter: drop-shadow(0px 0px 10px #fff);
  border-radius: 10px;
  padding: 0.5vh 0;
}

.no_me_gusta{
  width: 95%;
  filter: drop-shadow(0px 0px 10px #fff);
  border-radius: 10px;
  padding: 0.5vh 0;
}

.horizontal, .vertical{
  width: 90%;
  margin: auto;
  display: none;
}

.horizontal img{
  width: 100%;
  border-radius: 20px; 
  min-height: 75vh; 
  margin-bottom: 6vh; 
  margin-top: -3vh; 
  filter: drop-shadow(0px 0px 10px #616c1d);
}

.vertical img{
  width: 100%;
  border-radius: 20px; 
  max-width: 90vw; 
  margin-bottom: 4vh; 
  filter: drop-shadow(0px 0px 15px #376d5b);
}

@media (orientation: landscape) {
  .horizontal{
    display: block;
    text-align: center;
    margin-top: 5vmax;
  }
}

@media (orientation: portrait){
  .vertical{
    display: block;
    text-align: center;
    margin-top: 5vmax;
  }
}
