@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Josefin+Sans:ital,wght@0,700;1,700&family=Platypi:ital,wght@0,300..800;1,300..800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.txtTransicion {
  transition: scale 10s;
}

.txtTransicion:hover {
  transform: scale(1.2);
  font-weight: bold;
}

.txtZoom {
  animation: zoom 5s infinite;
}

@keyframes zoom {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.iconoZoomCarritoHover:hover {
  animation: zoom 5s infinite;
}

@keyframes zoomCarritoHover {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes reveal {
  80% {
    letter-spacing: 1px;
  }
  100% {
    background-size: 300% 300%;
  }
}
@keyframes reveal {
  80% {
    letter-spacing: 1px;
  }
  100% {
    background-size: 300% 300%;
  }
}
@-webkit-keyframes glow {
  40% {
    text-shadow: 0 0 8px #9589e8;
  }
}
@keyframes glow {
  40% {
    text-shadow: 0 0 8px #9589e8;
  }
}
.buttonAnimation {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 10rem;
  color: #000000;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.buttonAnimation:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(181, 176, 247, 0.6862745098);
  border-radius: 10rem;
  z-index: -2;
}
.buttonAnimation:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(116, 107, 240, 0.6862745098);
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.buttonAnimation:hover {
  color: #fff;
}
.buttonAnimation:hover:before {
  width: 100%;
}

@-webkit-keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
/*---------------*/
/***** Sadie *****/
/*---------------*/
figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}

.divProyectDescripcion {
  font-size: 1rem;
  text-align: center;
  margin-top: 200px;
  transition: margin-top 0.4s;
}

.divProyect:hover .divProyectDescripcion {
  margin-top: 75px;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/
.background {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 25px;
}

/* imagen del proyecto */
.project-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* efecto hover suave */
.divProyect:hover .project-img {
  transform: scale(1.05);
}

.cardProyect {
  position: absolute;
  border-radius: 25px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 80px -10px black;
  overflow: hidden;
}

.card-blur {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0); /* transparente */
  transition: background-color 0.15s ease-in;
}

.cardProyect:hover .card-blur {
  background-color: rgba(0, 0, 0, 0.1); /* efecto blur sin afectar hijos */
}

.cardProyect:hover .card-blur .nav-btn {
  opacity: 0.8; /* efecto blur sin afectar hijos */
}

.footer {
  z-index: 1;
  position: absolute;
  height: 5px;
  width: 100%;
  bottom: 0;
}

.nav-buttons {
  display: flex;
  gap: 15px;
}

.nav-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: white;
  color: black;
  font-size: 26px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  opacity: 0.3;
}

.nav-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.nav-btn:active {
  transform: scale(0.95);
}

.connections {
  height: 80px;
  width: 400px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  margin: auto;
}

.connection {
  display: flex; /* Hace que el contenedor flex se ajuste al tamaño del contenido */
  justify-content: center; /* Centra horizontalmente el contenido */
  align-items: center; /* Centra verticalmente el contenido */
  height: 35px;
  width: 35px;
  border-radius: 100%;
  border: 1px solid #9088f3;
  background-color: rgb(255, 255, 255);
  display: inline-block;
  margin-right: 25px;
  transform: translateY(200px);
  transition: transform 1s cubic-bezier(0.46, 1.48, 0.18, 0.81);
}

.connection:hover {
  scale: 1.1;
}

.cardProyect:hover .connection {
  transform: translateY(-30px);
}

.cardProyect:hover .divBtnVisitWeb {
  transform: translateY(-30px);
}

.info {
  background-color: rgb(255, 255, 255);
  height: 100vh;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  transform: translateY(250px);
  transition: transform 1s cubic-bezier(0.31, 1.21, 0.64, 1.02);
}

.cardProyect:hover .info {
  transform: translateY(-50px);
}

.name {
  font-family: "Platypi", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color: #000000;
  text-align: center;
  font-size: small;
  padding-top: 5px;
}

.job {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  margin-top: 5px;
  padding-bottom: 10px;
}

.connection.GitHub {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  overflow: hidden;
}

.connection.twitter {
  transition-delay: 0.06s;
}

.divBtnVisitWeb {
  display: inline-block;
  margin-top: 5px;
  margin-right: 25px;
  transform: translateY(200px);
  transition: transform 1s cubic-bezier(0.46, 1.48, 0.18, 0.81);
}

.connection.GitHub .icon {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(255, 255, 255);
}

.connection.twitter .icon {
  height: 18px;
  width: 18px;
  margin-top: 4px;
  margin-left: 4px;
  background-position: center;
  background-size: cover;
}

.icon-hover {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.icon-hover:hover {
  transform: scale(1.1); /* agranda ligeramente */
  filter: brightness(1.3); /* aclara un poco el ícono */
}

#buttonForm {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Capa del borde animado */
#buttonForm::before {
  content: "";
  position: absolute;
  inset: -3px;
  background: conic-gradient(#9088f3, #7843e9, #9088f3, #7843e9);
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
}

/* Fondo interno para que no se pinte todo */
#buttonForm::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #9368ec; /* color bootstrap primary */
  border-radius: 12px;
  z-index: -1;
}

/* Activo cuando envía */
#buttonForm.loading::before {
  opacity: 1;
  animation: rotateBorder 1.4s linear infinite;
}

@keyframes rotateBorder {
  to {
    transform: rotate(360deg);
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(0);
  }
}
.bg-shape {
  animation: float 10s ease-in-out infinite;
}

@media (max-width: 768px) {
  .bg-shape {
    animation: none;
  }
}
.console-container {
  font-family: "Platypi", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 2em;
  display: block;
  position: static;
  color: white;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.console-underscore {
  display: inline-block;
  position: relative;
  top: -0.14em;
  left: 10px;
}

.txtTransicion {
  transition: scale 10s;
}

.txtTransicion:hover {
  transform: scale(1.2);
  font-weight: bold;
}

.txtZoom {
  animation: zoom 5s infinite;
}

@keyframes zoom {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.iconoZoomCarritoHover:hover {
  animation: zoom 5s infinite;
}

@keyframes zoomCarritoHover {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes reveal {
  80% {
    letter-spacing: 1px;
  }
  100% {
    background-size: 300% 300%;
  }
}
@keyframes reveal {
  80% {
    letter-spacing: 1px;
  }
  100% {
    background-size: 300% 300%;
  }
}
@-webkit-keyframes glow {
  40% {
    text-shadow: 0 0 8px #9589e8;
  }
}
@keyframes glow {
  40% {
    text-shadow: 0 0 8px #9589e8;
  }
}
.buttonAnimation {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 10rem;
  color: #000000;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.buttonAnimation:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(181, 176, 247, 0.6862745098);
  border-radius: 10rem;
  z-index: -2;
}
.buttonAnimation:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(116, 107, 240, 0.6862745098);
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.buttonAnimation:hover {
  color: #fff;
}
.buttonAnimation:hover:before {
  width: 100%;
}

@-webkit-keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
/*---------------*/
/***** Sadie *****/
/*---------------*/
figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}

.divProyectDescripcion {
  font-size: 1rem;
  text-align: center;
  margin-top: 200px;
  transition: margin-top 0.4s;
}

.divProyect:hover .divProyectDescripcion {
  margin-top: 75px;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/
.background {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 25px;
}

/* imagen del proyecto */
.project-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* efecto hover suave */
.divProyect:hover .project-img {
  transform: scale(1.05);
}

.cardProyect {
  position: absolute;
  border-radius: 25px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 80px -10px black;
  overflow: hidden;
}

.card-blur {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0); /* transparente */
  transition: background-color 0.15s ease-in;
}

.cardProyect:hover .card-blur {
  background-color: rgba(0, 0, 0, 0.1); /* efecto blur sin afectar hijos */
}

.cardProyect:hover .card-blur .nav-btn {
  opacity: 0.8; /* efecto blur sin afectar hijos */
}

.footer {
  z-index: 1;
  position: absolute;
  height: 5px;
  width: 100%;
  bottom: 0;
}

.nav-buttons {
  display: flex;
  gap: 15px;
}

.nav-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: white;
  color: black;
  font-size: 26px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  opacity: 0.3;
}

.nav-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.nav-btn:active {
  transform: scale(0.95);
}

.connections {
  height: 80px;
  width: 400px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  margin: auto;
}

.connection {
  display: flex; /* Hace que el contenedor flex se ajuste al tamaño del contenido */
  justify-content: center; /* Centra horizontalmente el contenido */
  align-items: center; /* Centra verticalmente el contenido */
  height: 35px;
  width: 35px;
  border-radius: 100%;
  border: 1px solid #9088f3;
  background-color: rgb(255, 255, 255);
  display: inline-block;
  margin-right: 25px;
  transform: translateY(200px);
  transition: transform 1s cubic-bezier(0.46, 1.48, 0.18, 0.81);
}

.connection:hover {
  scale: 1.1;
}

.cardProyect:hover .connection {
  transform: translateY(-30px);
}

.cardProyect:hover .divBtnVisitWeb {
  transform: translateY(-30px);
}

.info {
  background-color: rgb(255, 255, 255);
  height: 100vh;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  transform: translateY(250px);
  transition: transform 1s cubic-bezier(0.31, 1.21, 0.64, 1.02);
}

.cardProyect:hover .info {
  transform: translateY(-50px);
}

.name {
  font-family: "Platypi", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color: #000000;
  text-align: center;
  font-size: small;
  padding-top: 5px;
}

.job {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  margin-top: 5px;
  padding-bottom: 10px;
}

.connection.GitHub {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  overflow: hidden;
}

.connection.twitter {
  transition-delay: 0.06s;
}

.divBtnVisitWeb {
  display: inline-block;
  margin-top: 5px;
  margin-right: 25px;
  transform: translateY(200px);
  transition: transform 1s cubic-bezier(0.46, 1.48, 0.18, 0.81);
}

.connection.GitHub .icon {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(255, 255, 255);
}

.connection.twitter .icon {
  height: 18px;
  width: 18px;
  margin-top: 4px;
  margin-left: 4px;
  background-position: center;
  background-size: cover;
}

.icon-hover {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.icon-hover:hover {
  transform: scale(1.1); /* agranda ligeramente */
  filter: brightness(1.3); /* aclara un poco el ícono */
}

#buttonForm {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Capa del borde animado */
#buttonForm::before {
  content: "";
  position: absolute;
  inset: -3px;
  background: conic-gradient(#9088f3, #7843e9, #9088f3, #7843e9);
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
}

/* Fondo interno para que no se pinte todo */
#buttonForm::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #9368ec; /* color bootstrap primary */
  border-radius: 12px;
  z-index: -1;
}

/* Activo cuando envía */
#buttonForm.loading::before {
  opacity: 1;
  animation: rotateBorder 1.4s linear infinite;
}

@keyframes rotateBorder {
  to {
    transform: rotate(360deg);
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(0);
  }
}
.bg-shape {
  animation: float 10s ease-in-out infinite;
}

@media (max-width: 768px) {
  .bg-shape {
    animation: none;
  }
}
header {
  box-shadow: 0px 9px 5px -7px rgba(120, 67, 233, 0.67);
  -webkit-box-shadow: 0px 9px 5px -7px rgba(120, 67, 233, 0.67);
  -moz-box-shadow: 0px 9px 5px -7px rgba(120, 67, 233, 0.67);
  position: sticky;
}

.navBarBriefcase,
.navBarBriefcase .navbar {
  background-color: inherit;
}

body.dark .navBarBriefcase {
  background-color: #170217;
}

.navBarBriefcase {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.divNavBar {
  padding: 0 15px 0 15px;
}

.txtHeader {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.homePortafolio {
  position: absolute;
  top: 20px;
  left: 160px;
  z-index: 1100;
}

.darkmode-wrapper {
  position: absolute;
  top: 20px;
  right: 160px;
  z-index: 1100;
}

/* BOTÓN */
.theme-toggle {
  width: 80px;
  height: 35px;
  border-radius: 30px;
  border: 2px solid #000;
  background: #fff;
  position: relative;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s ease;
}

.theme-toggle .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  transition: all 0.3s ease;
}

/* ICONO LUNA */
.theme-toggle .moon {
  left: 8px;
}

/* ICONO SOL */
.theme-toggle .sun {
  right: 8px;
  opacity: 0;
}

/* MODO OSCURO */
body.dark {
  background-color: #121212;
  color: #f1f1f1;
}

body.dark .theme-toggle {
  background: #000;
  border-color: #fff;
}

/* Animación del switch */
body.dark .moon {
  left: 41px;
  opacity: 0;
}

body.dark .sun {
  opacity: 1;
  left: 41px;
}

body.dark .icon {
  filter: invert(1);
}

@media (max-width: 768px) {
  .divNavBar {
    text-align: center;
    padding: 0 15px;
    padding-right: 0px;
  }
  .darkmode-wrapper {
    top: 20px;
    right: 20px;
  }
  .homePortafolio {
    top: 20px;
    left: 20px;
  }
  .navbar-toggler {
    background-color: rgba(255, 255, 255, 0.8549019608);
  }
  .theme-toggle {
    width: 60px;
    height: 30px;
  }
  body.dark .moon {
    left: 32px;
  }
  body.dark .sun {
    left: 32px;
  }
}
:root {
  --bg-color: #ffffff;
  --text-color: #020617;
  --card-bg: #ffffff;
  --nav-bg: #ffffff;
  --nav-text: #111827;
  --nav-border: #e5e7eb;
  --input-bg: #ffffff;
  --input-text: #020617;
  --input-border: #ced4da;
  --input-placeholder: #6b7280;
}

body.dark {
  --bg-color: #0f172a;
  --text-color: #e5e7eb;
  --card-bg: #020617;
  --nav-bg: #020617;
  --nav-text: #e5e7eb;
  --nav-border: #263752;
  --accent: #e5e7eb;
  --input-bg: #151e44;
  --input-text: #e5e7eb;
  --input-border: #1e293b;
  --input-placeholder: #94a3b8;
}

body {
  background-color: var(--bg-color);
  color: var(--text-color);
}

.icon-portafolio {
  width: 28px;
  transition: filter 0.3s ease;
}

/* MODO OSCURO */
body.dark .icon-Dark {
  filter: invert(1);
}

.card {
  background-color: var(--card-bg);
}

.custom-navbar {
  background-color: var(--nav-bg);
  border-bottom: 1px solid var(--nav-border);
}

.custom-navbar .nav-link {
  color: var(--nav-text);
}

.custom-navbar .nav-link:hover,
.custom-navbar .nav-link.active {
  color: var(--accent);
}

.form-control {
  background-color: var(--input-bg) !important;
  color: var(--input-text) !important;
  border: 1px solid var(--input-border);
  transition: background-color 0.3s ease, color 0.3s ease;
}

.form-control::placeholder {
  color: var(--input-placeholder);
}

.form-control:focus {
  background-color: var(--input-bg);
  color: var(--input-text);
  border-color: var(--accent);
  box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.25);
}

.labelFormContact {
  color: var(--text-color);
}

body .divFomrContact {
  background-color: var(--card-bg) !important;
  border-radius: 12px;
  padding: 1.5rem;
}

.divPresentation {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.imgPortada {
  height: 300px;
  width: 100%;
}

.txtPresentationH1 {
  font-family: "Platypi", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 60px;
  -webkit-animation: glow 2500ms linear infinite 2000ms;
  animation: glow 2500ms linear infinite 2000ms;
}

.txtPresentationP {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.divPresentationABorder {
  text-decoration: none;
  border: 1px solid black; /* Puedes cambiar el color y el grosor del borde aquí */
  border-radius: 30px;
  display: inline-block; /* Para que el borde se ajuste al contenido */
  padding: 2px;
}

.presentacionContacto {
  display: none;
}

.divBorderline {
  border-top: 1px solid rgba(0, 0, 0, 0.26);
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
  padding: 5px;
}

.txtBtn {
  font-family: "Platypi", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: 1px;
  margin-bottom: 2px;
}

.txtH1 {
  font-family: "Platypi", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.txtH2 {
  font-family: "Platypi", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.txtP {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.wobble-hor-bottom {
  -webkit-animation: wobble-hor-bottom 6s 1s both;
  animation: wobble-hor-bottom 6s 1s both;
}

.divProyect {
  position: relative;
  width: 100%; /* Ajusta según sea necesario */
  height: 350px;
  border-radius: 25px;
  border: 3px solid black;
  margin-bottom: 20px;
  margin: 20px 5px 0px 5px;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-center {
  background-position: center;
}

/* Izquierda */
.prev {
  margin: 150px 0px 0px 10px;
  left: 10px;
}

/* Derecha */
.next {
  position: absolute;
  margin: 150px 0px 0px 0px;
  right: 10px;
}

.iconAbility {
  height: 65px;
  width: 65px;
}

.buttonVisitWeb {
  text-decoration: none;
  text-align: center;
  padding: 5px 15px 6px 15px;
  border: none;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  border: 3px solid #9088f3;
  font-family: "Platypi", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  background: #f9f9fa;
}

.buttonVisitWeb:hover {
  color: #ffffff;
  background: #9088f3;
}

.buttonVisitWeb:active {
  scale: 1.1;
}

.element {
  transform: rotate(144deg) rotateX(30deg) rotateY(315deg) rotateZ(207deg) perspective(900px) scale(0.5) translate(-80px, -50px) skew(33deg, 155deg);
  transform-origin: 28% 67% -81px;
}

.divFomrContact {
  display: flex;
  justify-content: center;
  background: #f8f9fa;
  border-radius: 10px;
  border: solid 1px rgba(120, 67, 233, 0.7137254902);
  box-shadow: -2px 15px 36px 1px rgba(0, 0, 0, 0.73);
  -webkit-box-shadow: -2px 15px 36px 1px rgba(0, 0, 0, 0.73);
  -moz-box-shadow: -2px 15px 36px 1px rgba(0, 0, 0, 0.73);
  padding: 25px 0px 25px 0px;
}

.labelFormContact {
  font-family: "Platypi", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.btnFormContact {
  font-family: "Platypi", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: rgba(120, 67, 233, 0.7960784314);
}

.btnFormContact:hover {
  background-color: #7843e9;
}

.txtSpan {
  font-family: "Platypi", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.btnCopy {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.copy-btn img {
  display: block;
}

.divBorderlineUp {
  width: 100%;
  height: 1px;
  background-color: #000000;
  -webkit-box-shadow: 40px -42px 20px 0px #7843e9;
  -moz-box-shadow: 0px -42px 16px 200px rgb(120, 67, 233);
  box-shadow: 0px -1px 16px 0px rgb(120, 67, 233);
}

hr {
  border: none;
  height: 1px;
  background-color: #000000; /* Color de la línea */
  margin: 20px 0; /* Espaciado alrededor de la línea */
  -webkit-box-shadow: 0px 0px 61px 10px rgb(120, 67, 233);
  -moz-box-shadow: 0px 0px 61px 10px rgb(120, 67, 233);
  box-shadow: 0px 0px 61px 10px rgb(120, 67, 233);
}

.divTxtProyect {
  padding: 10px 30px;
}

.pTxtProyect {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tech-pill {
  background-color: #1e2b3a;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}

.tech-pill:hover {
  background-color: #2d3e50;
}

.aVisitWeb {
  text-decoration: none;
  background-color: #b5b0f7;
  color: #000000;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.aVisitWeb:hover {
  background-color: #9589e8;
}

.customWidth {
  display: flex;
  justify-content: center;
  width: 30%; /* Por defecto en pantallas pequeñas */
}

.txtNameProyect {
  font-family: "Platypi", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

/* SideBar /* */
.social-bar {
  position: fixed;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 10px 5px;
  border-radius: 0 8px 8px 0;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 1000;
}

.social-bar a {
  color: #000;
  font-size: 18px;
  transition: color 0.3s, transform 0.3s;
}

.social-bar a:hover {
  color: #0073b1;
  transform: scale(1.2);
}

/* Bordes Violetas */
.hero {
  position: relative;
  overflow: hidden;
}

/* Manchas violetas */
.bg-shape {
  position: absolute;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle at center, rgba(185, 169, 255, 0.9), rgba(120, 67, 233, 0.8));
  filter: blur(90px);
  opacity: 0.35;
  z-index: -1;
  pointer-events: none;
}

/* Esquina superior izquierda */
.bg-shape.top-left {
  top: -180px;
  left: -180px;
}

/* Esquina inferior derecha */
.bg-shape.bottom-right {
  bottom: -180px;
  right: -180px;
}

/*---------------------------Foto Perfil*-------------------/ */
.profile-img-container {
  width: 512px;
  height: 512px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-img {
  width: 100%;
  height: 100%;
  object-fit: scale-down; /* clave para que no se deforme */
  filter: drop-shadow(0 4px 20px rgba(185, 169, 255, 0.9));
}

.social-link {
  text-decoration: none;
}

@media (max-width: 768px) {
  .profile-img-container {
    border-radius: 15%;
    max-width: 420px;
  }
  .profile-img {
    object-fit: cover;
  }
  .presentacionContacto {
    display: block;
  }
  .social-bar {
    display: none;
  }
  .footer-container {
    display: flex;
    flex-direction: column;
  }
  .imgPortada {
    height: 250px;
  }
}
.image-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.image-modal img {
  max-width: 65%;
  max-height: 65%;
}

.modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.8);
  color: black;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, background 0.2s;
}

.modal-nav:hover {
  transform: translateY(-50%) scale(1.1);
  background: white;
}

.modal-prev {
  left: 30px;
  z-index: 999;
}

.modal-next {
  right: 30px;
}

.footerCcs {
  background-color: rgba(1, 0, 2, 0.8901960784);
  padding: 10px 20px;
  text-align: center;
  border-top: 1px solid #ddd;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: auto;
}

.footer-Me {
  padding: 2px 2px;
}

.footer-name {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.footer-role {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 5px 0;
  color: #ffffff;
}

.footer-social {
  margin: 15px 0px;
}

.footer-social a {
  color: rgb(0, 0, 0);
}

.footer-social a img {
  margin: 0 10px;
  transition: transform 0.3s;
}

.footer-social a img:hover {
  transform: scale(1.2);
}

.footer-copy {
  font-size: 14px;
  color: #ffffff;
  margin-top: 15px;
}

.backToTopContainer {
  display: flex; /* Para centrar el ícono */
  justify-content: center;
  align-items: center;
  height: 50px;
}

.top {
  width: 80px; /* Tamaño del botón */
  height: 80px;
  background-color: #000; /* Fondo negro */
  border-radius: 50%; /* Redondo */
  display: flex; /* Para centrar el ícono */
  justify-content: center;
  align-items: center;
  background-color: #1a1a1a;
  color: #fff;
  border-radius: 50%; /* Redondo */
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s, opacity 0.3s;
  position: relative; /* Permite mover el elemento dentro de su contenedor */
  top: -30px; /* Mueve el <a> 10px hacia arriba */
  display: flex;
  justify-content: center;
  align-items: center;
}

.top:hover {
  background-color: #333;
  transform: translateY(-3px);
}

.top img {
  width: 24px; /* Ajusta el tamaño del ícono */
  height: 24px;
}

/* ======================================================
PROJECT PAGE - estilo integrado con portfolio
====================================================== */
.project-page {
  padding: 110px 20px 80px 20px;
  max-width: 1200px;
  margin: auto;
}

.project-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* ======================================================
HERO PROYECTO
====================================================== */
.project-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.project-title h1 {
  font-family: "Platypi", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.project-subtitle {
  margin: 20px 0px;
  max-width: 520px;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* pills tecnologias */
.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.project-tags span {
  background: #1e2b3a;
  color: #fff;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}

.project-tags span:hover {
  background: #2d3e50;
}

/* botones */
.project-buttons {
  margin-top: 25px;
  display: flex;
  gap: 15px;
}

.btn-project {
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 28px;
  border: 3px solid #7843e9;
  background: #f9f9fa;
  font-weight: bold;
  transition: 0.3s;
}

.btn-project:hover {
  background: #7843e9;
  color: white;
}

.btn-project-outline {
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 28px;
  border: 2px solid black;
  color: black;
  transition: 0.3s;
}

.btn-project-outline:hover {
  background: black;
  color: white;
}

/* imagen */
.project-hero-image img {
  width: 100%;
  border-radius: 25px;
  border: 3px solid black;
  box-shadow: 0px 0px 61px 5px rgba(120, 67, 233, 0.4);
}

/* ======================================================
SECCIONES
====================================================== */
.project-section h2 {
  margin-bottom: 40px;
  font-family: "Platypi", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.project-section p {
  line-height: 1.7;
  margin-bottom: 15px;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* lista problema */
.project-list {
  margin-top: 10px;
  padding-left: 20px;
}

.project-list li {
  margin-bottom: 8px;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* ======================================================
FUNCIONALIDADES
====================================================== */
/* Grid centrado */
.features-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

/* Cards */
.feature-card {
  position: relative;
  width: 280px;
  padding: 25px 15px;
  border-radius: 20px;
  border: 1.5px solid #9088f3; /* borde violeta suave */
  background: linear-gradient(145deg, #606B87, #2C3140); /* degradé gris-azulado sutil */
  color: #ffffff;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1); /* sombra muy suave */
}

/* Hover animado */
.feature-card:hover {
  transform: translateY(-3px) scale(1.015);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12), 0 0 15px rgba(144, 136, 243, 0.25); /* glow violeta muy sutil */
}

/* Iconos dentro de las cards */
.feature-icon {
  font-size: 32px;
  color: #9088f3; /* violeta suave */
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

/* Hover icono */
.feature-card:hover .feature-icon {
  transform: rotate(8deg) scale(1.12);
  color: #ffffff;
}

/* Textos */
.feature-card h3 {
  font-family: "Platypi", sans-serif; /* según tu CSS principal */
  font-weight: 600;
  margin-bottom: 8px;
}

.feature-card p {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

/* ======================================================
GALERIA - CARRUSEL MODERNO (Solo project-section-gallery)
====================================================== */
.text-title {
  font-family: "Platypi", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

/* Carrusel personalizado solo para esta galería */
.project-section-gallery .project-carousel {
  position: relative;
}

.project-section-gallery .carousel-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.project-section-gallery .carousel-item img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-section-gallery .carousel-item:hover img {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(120, 67, 233, 0.5);
}

/* Botones de navegación */
.project-section-gallery .carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(50, 50, 70, 0.7);
  border: none;
  color: #fff;
  font-size: 2rem;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
  transition: background 0.3s;
}

.project-section-gallery .carousel-btn:hover {
  background: rgba(120, 67, 233, 0.8);
}

.project-section-gallery .carousel-btn.prev {
  left: 10px;
}

.project-section-gallery .carousel-btn.next {
  right: 10px;
}

/* ======================================================
TECNOLOGIAS - CARDS + PILLS CON ICONOS
====================================================== */
/* ======================================================
TECNOLOGIAS - CARDS FUNCIONALIDADES
====================================================== */
.project-section-tech .tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 25px;
}

.project-section-tech .tech-card {
  background: linear-gradient(135deg, #3c3c41, #515e7b);
  color: #fff;
  padding: 25px 15px;
  border-radius: 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.project-section-tech .tech-card:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 20px 40px rgba(120, 67, 233, 0.5);
}

.project-section-tech .tech-card-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.project-section-tech .tech-card h4 {
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.project-section-tech .tech-card p {
  font-size: 0.9rem;
  color: #d1d1e0;
}

/* Responsive */
@media (max-width: 768px) {
  .project-section-tech .tech-card {
    padding: 20px 10px;
  }
  .project-section-tech .tech-card-icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .project-section-tech .tech-card-icon {
    width: 30px;
    height: 30px;
  }
}
/* ======================================================
IMPACTO DEL PROYECTO - CARD
====================================================== */
.project-section-impact .impact-card {
  background: linear-gradient(145deg, #3c3c41, #515e7b);
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(120, 67, 233, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.project-section-impact .impact-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 20px 40px rgba(120, 67, 233, 0.6);
}

.project-section-impact p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.bg-shape.bottom-right {
  animation-play-state: paused;
}

/* Responsive */
@media (max-width: 768px) {
  .project-section-impact .impact-card {
    padding: 20px;
  }
  .project-section-impact p {
    font-size: 1rem;
  }
}
/* ======================================================
RESPONSIVE
====================================================== */
@media (max-width: 900px) {
  .project-hero {
    grid-template-columns: 1fr;
  }
  .project-title h1 {
    font-size: 36px;
  }
  .project-page {
    padding: 75px 20px 80px 20px;
    max-width: 1200px;
    margin: auto;
  }
}

/*# sourceMappingURL=style.css.map */
