* {
  margin: 0;
  padding: 0;
}

body {
  margin: 2em 0;
  padding: 0;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(45deg, rgba(206, 206, 0, 0.514) 75%, rgba(202, 0, 0, 0.555) 95%);
}

a {
  text-decoration: none;
  color: black;
}

p {
  font-size: 1em;
}

h1, h2, h3 {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 2.8em;
}

.presentacion {
  position: relative;
  width: 80%;
  padding: 1em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  overflow: clip;
  overflow-clip-margin: 1em;
  border-radius: 1em;
}

.presentacion::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/posadas-fondo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  animation: cambiar 35s ease infinite;
  filter: blur(2px);
  transform: scale(1.1);
  z-index: 0;
}

.presentacion > * {
  position: relative;
  z-index: 0;
}

.principal {
  margin-top: 2em;
  padding: 1em;
  display: flex;
  flex-direction: column;
  border-radius: 1em;
  flex-wrap: wrap;
  width: 80%;
  background: linear-gradient(45deg, rgba(255, 0, 0, 0.349) 15%, rgba(255, 238, 0, 0.384) 40%);
  background-size: 300% 300%;
  animation: cambiar 10s ease infinite;
}

.paginas .conocimientos {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.conocimientos {
  font-size: 3em;
  color: white;
}
.conocimientos .html {
  color: orangered;
}
.conocimientos .css {
  color: blue;
}
.conocimientos .js {
  color: yellow;
}
.conocimientos .react {
  color: rgb(1, 233, 233);
}
.conocimientos .herramienta {
  margin: 1em;
  display: flex;
  width: auto;
  border: 5px solid rgba(8, 8, 8, 0.473);
  background-color: rgba(8, 8, 8, 0.315);
  border-radius: 15%;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.sobre-mi {
  font-size: 2em;
  font-family: "Segoe UI", sans-serif;
}

#proyectos {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: center;
  padding: 1em;
  margin: 1em;
}

.card {
  width: 12em;
  padding: 1em;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  z-index: 0;
}

.card img {
  width: 64px;
  height: 64px;
  margin-bottom: 0.5em;
}

@keyframes cambiar {
  0% {
    background-position: 0% 100%;
  }
  50% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 0% 100%;
  }
}
.rombo {
  border: 10px solid rgba(240, 248, 255, 0.664);
  display: flex;
  width: 25%;
  overflow: visible;
  transform: rotate(45deg);
  margin: 40px auto;
  position: relative;
  background: linear-gradient(45deg, rgb(255, 0, 0) 15%, rgb(255, 238, 0) 40%);
  background-size: 300% 300%;
  animation: cambiar 10s ease infinite;
}

.contenedor-imagen {
  display: flex;
  overflow: visible;
}

.fondo {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
}

.foto {
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  filter: drop-shadow(10px 10px 15px rgb(32, 32, 32));
  transform: rotate(-45deg) scale(1.4);
  clip-path: polygon(46% 97%, 100% 50%, 100% 0, 0 0, 0 60%);
}

.nombre {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: black;
  display: flex;
  font-size: 400%;
  color: white;
  margin-top: 2%;
}

form {
  max-width: 500px;
  padding: 1em;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
form input, form textarea {
  padding: 0.8em;
  border-radius: 8px;
  border: none;
}
form button {
  font-size: 2em;
  padding: 1em;
  background: #efd93e;
  font-weight: bold;
  cursor: pointer;
}
form button:hover {
  background: #ef8e3e;
}

.flotante-redes {
  background-color: rgba(239, 218, 62, 0.2392156863);
  display: flex;
  flex-direction: column;
  border-radius: 15%;
  position: fixed;
  bottom: 2%;
  right: 2%;
  font-size: 3em;
  transition: width 0.5s ease-out, background-color 0.2s ease-out;
}
.flotante-redes:hover {
  background-color: #efd93e;
}
.flotante-redes:hover .redes {
  display: flex;
}

.redes {
  display: none;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.redes-2 {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 3em;
}

.nombre-red {
  display: none;
  position: absolute;
  color: white;
  font-size: 0.5em;
  bottom: -25%;
}

.social {
  color: white;
}

.red-social {
  display: flex;
  margin: 5% 15%;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.red-social:hover .nombre-red {
  display: flex;
}

.red-social-2 {
  display: flex;
  margin: 0.5em;
  text-align: center;
  justify-content: center;
  align-items: center;
}

@media (max-width: 760px) {
  p {
    font-size: 0.5em;
  }
  h1, h2, h3 {
    font-size: 2em;
  }
  .presentacion {
    width: 85%;
    font-size: 0.9em;
  }
  .rombo {
    width: 70%;
  }
  .nombre {
    font-size: 250%;
  }
}/*# sourceMappingURL=style.css.map */