* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: "Open Sans", "Montserrat", "sans-serif";
  color: rgba(224, 224, 224, 0.9215686275);
  overflow-x: hidden;
  align-content: center;
  justify-content: center;
  box-sizing: border-box;
}

.overlay {
  position: fixed;
  left: 0%;
  top: 0px;
  z-index: 3000;
  background-color: rgba(224, 224, 224, 0.9215686275);
  border-radius: 7%;
  border-style: outset;
  border-width: 5px;
  border-color: #000;
  color: black;
  font-family: "Open Sans", "Montserrat", "sans-serif";
  font-style: italic;
  font-weight: bolder;
}

.background {
  z-index: -5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 300%;
  background: linear-gradient(
    170deg,
    hsl(240, 98%, 77%),
    rgba(59, 59, 255, 0.667)
  );
  background-size: 400% 400%;
  animation: gradientAnimation 15s ease infinite;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
h1 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 300%;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

h2 {
  width: 100%;
  margin: 0;
  font-size: 200%;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.content {
  position: relative;
  color: white;
  text-align: center;
  padding-top: 50px;
}
header {
  height: 100%;
  width: 100%;
  align-content: center;
  justify-content: center;
}
.border-hernan {
  display: flex;
  flex-direction: column;
  height: 80%;
  width: 80%;
  align-self: center;
  justify-self: center;
  margin-top: 60px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: #dcdcdc;
  border-style: dashed;
  border-radius: 1%;
}

.supercontainer-hernan {
  padding: 25px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}
.short-cut {
  position: fixed;
  z-index: 3000;
  bottom: 0px;
  right: -240px;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: fit-content;
  justify-content: center;
  align-self: flex-end;
}
.short-cut button {
  width: 300px;
  padding-right: 100px;
  margin-top: 15px;
  text-align: left;
  font-size: 20px;
  font-family: monserrat;
  font-weight: bold;
  background-color: rgb(168, 216, 232);
  border-style: groove;
  border-width: 4px;
  border-color: black;
  border-top-left-radius: 25%;
  transition: transform 0.3s ease-in-out; /* Duración y tipo de transición */
}

.short-cut button:hover {
  transform: translateX(-130px); /* Mueve el botón 100px a la izquierda */
}

.supercontainer-hernan .img-hernan-container {
  overflow: hidden;
  min-width: 200px;
  max-width: 200px;
  height: 200px;
  border-style: outset;
  border-width: 8px;
  border-top-left-radius: 25%;
  border-bottom-right-radius: 25%;
  border-top-right-radius: 5%;
  border-bottom-left-radius: 5%;
  border-color: #0a042d;
  margin-top: 25px;
  margin-right: 30px;
  display: flex;
  margin-bottom: 0;
  background-color: rgb(192, 191, 255);
}
.container-nombre {
  align-self: end;
}
.quien-soy {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-self: center;
  text-align: center;
  border: #000;
  background-color: slateblue;
  padding: 10px;
  margin: 20px;
  font-size: 17px;
}

header {
  overflow: hidden;
}
.img-container {
  width: 100%;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  background-color: rgb(168, 216, 232);
  border-bottom-style: groove;
  border-bottom-width: 6px;
  border-color: black;
}
.img-container .port-img {
  justify-self: center;
  position: relative;
  height: 100px;
  border-color: #0a042d;
  border-bottom-style: groove;
  border-width: 6px;
}
.contacto {
  width: 100%;
  height: 50px;
  top: 20px;
  position: fixed;
  display: flex;
  justify-content: right;
  z-index: 3000;
}
.contacto a {
  height: 30px;
  padding-right: 25px;
  font-size: 150%;
  font-weight: bold;
  color: #0a042d;
  text-shadow: 2px 2px 4px #e0e0e0;
}
.contacto img {
  width: 50px;
  height: 50px;
  background-color: #e0e0e0;
  border-radius: 15%;
  border-color: black;
  border-style: outset;
  border-width: 5px;
  border-top-left-radius: 25%;
  border-bottom-right-radius: 25%;
  border-top-right-radius: 5%;
  border-bottom-left-radius: 5%;
}

.container-nombre {
  height: 184px;
  align-content: center;
}

.titulo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-style: inset;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 30px;
  margin-top: 80px;
}
.titulo h2 {
  width: 50%;
  background-color: #0a042d;
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  background-color: #0a042d;
  text-align: center;
}

.sobre-mi {
  display: flex;
  width: 100%;
  height: auto;
  color: #4a4a4a;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.sobre-mi .column {
  border-style: groove;
  border-width: 5px;
  border-bottom-right-radius: 15%;
  border-top-left-radius: 15%;
  border-color: rgba(245, 245, 245, 0.525);
  background-color: #0a042d;
  color: rgba(224, 224, 224, 0.9215686275);
  width: 60%;
  height: 380px;
  display: flex;
  flex-direction: column;
  text-align: justify;
  justify-content: center;
  overflow: hidden;
  background-color: #0a042d;
}
.sobre-mi .btn-mas {
  display: none;
}
.sobre-mi H3 {
  padding: 0;
  margin: 0;
}
#projects-container {
  position: fixed;
  top: -75px;
}
#education-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -10px;
}
#skillsContainer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -75px;
}

.container-proyectos {
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-self: center;
  justify-content: center;
  overflow-y: visible;
}
.container-proyectos .proyectos {
  padding: 25px;
  margin: 25px, 25px;
  align-items: center;
  justify-items: center;
  display: none;
  position: relative;
  width: 40%;
  height: auto;
  border-color: #e0e0e0;
  border-style: inset;
  border-bottom-right-radius: 15%;
  border-top-left-radius: 15%;
  background-color: #0a042d;
}
.container-proyectos p {
  display: NONE;
  font-size: 20px;
  margin: 25px;
  text-align: left;
  text-justify: inter-word;
  hyphens: auto;
  width: 40%;
  border-style: dotted;
  padding: 25px;
  background-color: darkblue;
}
.container-proyectos img {
  padding: 2px;
  width: 100%;
  background-color: #0a042d;
  border-top-left-radius: 15%;
}
.container-proyectos .github-proyectos {
  width: 70px;
  height: 70px;
  margin: 0;
}
.container-proyectos .github-proyectos:hover {
  transform: scale(1.3);
}
.container-proyectos .proyecto-makeof {
  padding-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.container-proyectos .proyecto-makeof img {
  width: 10%;
  height: auto;
}
.container-proyectos .buttons-arrows button {
  position: fixed;
  z-index: 1;
}
.container-proyectos .buttons-arrows .flechaDerecha {
  position: fixed;
  right: 80px;
  background-color: transparent;
}
.container-proyectos .buttons-arrows .flechaDerecha span {
  font-size: 40px;
}
.container-proyectos .buttons-arrows .flechaIzquierda {
  position: fixed;
  left: 50px;
  background-color: transparent;
}
.container-proyectos .buttons-arrows .flechaIzquierda span {
  font-size: 40px;
}

.educacion {
  width: 50000px;
  display: flex;
  flex-direction: column;
  justify-self: center;
  text-align: center;
  background-color: #0a042d;
  border-style: inset;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  padding: 20px;
}
.educacion img {
  margin: 25px;
  width: 15vw;
  height: auto;
}
.educacion H2 {
  text-align: center;
  padding: 30px;
}

.subtitulo {
  text-align: right;
  justify-content: center;
  margin-top: 50px;
  width: 50%;
}
.subtitulo h3 {
  border-left: #000;
  border-style: dashed;
  border-left: none;
  border-top: none;
  padding: 5px;
  color: rgba(224, 224, 224, 0.9215686275);
}

footer {
  position: fixed;
  bottom: 10px;
  right: 10px;
  height: fit-content;
  color: white;
  text-align: right;
  padding-top: 10px;
  margin-top: 50px;
  font-size: smaller;
  padding-bottom: 10px;
}

.tecnologias {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  border-style: dashed;
  position: relative;
  top: 5px;
  width: fit-content;
  align-self: center;
  justify-self: center;
}
.subtitulo {
  position: relative;
  top: -42px;
}
.tecnologias img {
  width: 5vw;
  padding: 10px;
  background-color: #e0e0e0;
  margin: 1vw;
  border-radius: 10%;
}
.tecnologias img:hover {
  background-color: white;
}

.fullstack {
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7); /* Fondo oscuro semitransparente */
  padding: 10px 10px;
  text-align: center;
  position: relative;
  opacity: 0; /* Comienza invisible */
  transform: translateY(20px); /* Comienza desplazado hacia abajo */
  animation: fadeInSlideUp 1.5s ease-out forwards; /* Animación al aparecer */
}

@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*# sourceMappingURL=styles.css.map */
body.dark-mode {
  background-color: #121212; /* Fondo oscuro */
  color: #e0e0e0; /* Texto claro */
}

body.dark-mode .overlay {
  background-color: #1e1e1e;
  border-color: #333;
  color: #ffffff;
}

body.dark-mode .background {
  background: linear-gradient(170deg, hsl(240, 20%, 20%), hsl(240, 20%, 15%));
}

body.dark-mode .sobre-mi .column {
  background-color: #1e1e1e;
  color: #dcdcdc;
  border-color: #444;
}

body.dark-mode .container-proyectos .proyectos {
  background-color: #1e1e1e;
  border-color: #444;
}

body.dark-mode .container-proyectos p {
  background-color: #333;
}

body.dark-mode .contacto a {
  color: #ffffff;
  text-shadow: 2px 2px 4px #333;
}

body.dark-mode .educacion {
  background-color: #1e1e1e;
  border-color: #444;
}

body.dark-mode footer {
  color: #b3b3b3;
}
@media (max-width: 600px) {
  /* Primer media query, para dispositivos pequeños */
  /* PAGINA PRINCIPAL */
  body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  #projects-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 1%;
  }
  #education-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 1%;
  }
  #skillsContainer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 1%;
  }
  header {
    width: 100%;
    height: 100%;
  }
  .short-cut {
    height: fit-content;
    width: 100%;
    position: fixed;
    display: flex;
    flex-direction: row;
    right: 0;
    top: 0;
    z-index: 3000;
  }

  .short-cut button {
    width: 75px;
    height: 30px;
    padding: 0;
    margin: 0;
    justify-self: center;
    align-self: flex-end;
    margin: 2px;
    margin-bottom: 10%;
    font-size: 8px;
    border-width: 1px;
    text-align: center;
    border-radius: 10%;
    color: whitesmoke;
    background-color: #0a042d;
    background-blend-mode: color;
    transition: transform 0.3s ease-in-out; /* Duración y tipo de transición */
  }

  .short-cut button:hover {
    transform: translateX(-1130px); /* Mueve el botón 100px a la izquierda */
  }

  .border-hernan {
    width: 95%;
    height: fit-content;
    justify-items: center;
    align-items: center;
  }
  .supercontainer-hernan {
    display: flex;
    flex-direction: column;
  }
  .supercontainer-hernan .img-hernan-container {
    display: flex;
    margin: 0;
    flex-direction: column;
    justify-self: center;
    align-self: center;
  }
  .supercontainer-hernan img {
    align-items: center;
  }
  .supercontainer-hernan h1 {
    width: fit-content;
    text-align: center;
    font-size: 20px;
    margin: 0;
  }
  .supercontainer-hernan .fullstack {
    text-align: center;
    font-size: 10px;
  }
  .container-nombre {
    align-self: center;
  }
  .quien-soy {
    margin: 0;
    font-size: 10px;
    margin-bottom: 15px;
  }
  footer {
    font-size: 6px;
  }
  .contacto .linkedin {
    margin-right: 10px;
    padding: 0;
  }
  .contacto .email {
    margin-right: 10px;
    padding: 0;
  }
  .contacto img {
    width: 40px;
    height: 40px;
    margin: 0;
  }
  .overlay {
    height: 40px;
    font-size: 10px;
    text-align: center;
  }
  /* PAGINA DE TECNOLOGIAS | SKILLS */

  .projects-container {
    width: 100%;
  }
  .titulo {
    font-size: 8px;
    width: 50%;
    background-color: #0a042d;
    text-align: center;
    align-self: center;
    justify-self: center;
  }
  .tecnologias {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    border-style: dashed;
    position: relative;
    width: fit-content;
    align-self: center;
    justify-self: center;
  }
  .tecnologias img {
    width: 50px;
    padding: 10px;
    background-color: #e0e0e0;
    margin: 1vw;
    border-radius: 10%;
  }
  .tecnologias img:hover {
    background-color: white;
  }
  /* SECCIÓN PROYECTOS | PROJECTS */
  .container-proyectos {
    width: 100%;
    height: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-y: visible;
  }
  .container-proyectos .proyectos {
    display: none;
    position: fixed;
    top: 17.5%;
    width: 80%;
    padding: 15px;
    margin: 0;
    height: auto;
    border-color: #e0e0e0;
    border-style: inset;
    background-color: #0a042d;
    text-align: center;
    font-size: 10px;
  }

  .container-proyectos p {
    display: NONE;
    position: fixed;
    padding: 7px;
    bottom: 7%;
    font-size: 10px;
    text-align: left;
    text-justify: inter-word;
    hyphens: auto;
    width: 100%;
    border-style: dotted;
    background-color: darkblue;
  }
  .container-proyectos img {
    padding: 0px;
    width: 100%;
    background-color: #0a042d;
    border-top-left-radius: 15%;
  }
  .container-proyectos .github-proyectos {
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
  }
  .container-proyectos .github-proyectos:hover {
    transform: scale(1.3);
  }
  .container-proyectos .proyecto-makeof {
    padding-top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .container-proyectos .proyecto-makeof img {
    width: 20px;
    padding: px;
    height: auto;
  }
  .container-proyectos .buttons-arrows button {
    position: fixed;
    z-index: 3000;
  }
  .container-proyectos .buttons-arrows .flechaDerecha {
    position: fixed;
    background-color: transparent;
    top: 60%;
    right: 1%;
  }
  .container-proyectos .buttons-arrows .flechaDerecha span {
    font-size: 40px;
  }
  .container-proyectos .buttons-arrows .flechaIzquierda {
    position: fixed;
    background-color: transparent;
    left: 1%;
    top: 60%;
  }
  .container-proyectos .buttons-arrows .flechaIzquierda span {
    font-size: 40px;
  }
}
