html {
  scroll-behavior: smooth;
}

body {
  font-family: inherit;
  overflow: hidden;
  margin: 0;
  opacity: 0; /* Inicialmente transparente */
  transition: opacity 0.8s ease-in-out; /* TransiciÃ³n suave de 0.8 segundos */
}
.CoolFont {
  font-family: bran;
  font-size: 80px;
}
.CoolFontN {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #4800ff;
}
.cursor {
  z-index: 999;
  position: fixed;
  background-color: #653dcb;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  pointer-events: none;
  box-shadow: 0 0 20px #653dcb, 0 0 60px #653dcb, 0 0 100px #653dcb;
  animation: color 5s infinite;
  display: none;
}

@keyframes color {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
.cursor::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #653dcb;
  width: 50px;
  height: 50px;
  opacity: 0.2;
  transform: translate(-30%, -30%);
}
body.visible {
  opacity: 1; /* Hacer el cuerpo opaco cuando sea visible */
}
/* Agrega transiciones para los elementos con las clases fade-in y fade-out */
.fade-in {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.fade-out {
  opacity: 1;
  transition: opacity 0.9s ease-in-out;
}

.bold {
  font-weight: 700;
}
.not-visited {
  color: white;
}.not-visited:hover {
  color: white;
  text-decoration: none;
}
hr {
  width: 5.625rem;
  height: 0.1875rem;
  background-color: #00ff6c;
}

.btn {
  padding: 0.5rem 1.5rem;
  border: 2px solid #000000;
  background-color: #1100ff79;
  border-radius: 10;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover {
  background-color: #c300ff;
  color: #ffffff;
}

/* === removing default button style ===*/
.button {
  margin: 0;
  height: auto;
  background: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
}

/* button styling */
.button {
  --border-right: 6px;
  --text-stroke-color: rgba(255, 255, 255, 0.6);
  --animation-color: #37ff8b;
  --fs-size: 2em;
  letter-spacing: 3px;
  text-decoration: none;
  font-size: var(--fs-size);
  font-family: "Arial";
  position: relative;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px var(--text-stroke-color);
}
/* this is the text, when you hover on button */
.hover-text {
  position: absolute;
  box-sizing: border-box;
  content: attr(data-text);
  color: var(--animation-color);
  width: 0%;
  inset: 0;
  border-right: var(--border-right) solid var(--animation-color);
  overflow: hidden;
  transition: 0.5s;
  -webkit-text-stroke: 1px var(--animation-color);
}
/* hover */
.button:hover .hover-text {
  width: 100%;
  filter: drop-shadow(0 0 23px var(--animation-color));
}
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000ee; /* Fondo blanco */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999; /* Asegura que estÃ¡ por encima de todo */
}

.loader {
  border: 16px solid #f3f3f3; /* Gris claro para el borde */
  border-top: 16px solid #7d12ff; /* Azul para la parte superior */
  box-shadow: 20px -10px 120px #e600ff;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 1.5s linear infinite; /* AnimaciÃ³n de giro */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Estilos base */
#parallax-header {
  display: grid;
  height: 100%; /* Altura predeterminada */
  min-height: 600px; /* Altura mÃ­nima */
  background-attachment: fixed;
  background-position: center;
  overflow: hidden;
  position: relative;
}

/* Media query para pantallas mÃ¡s pequeÃ±as */
@media screen and (max-width: 768px) {
  #parallax-header {
    height: 1500px; /* Altura automÃ¡tica */
    min-height: 900px; /* Altura mÃ­nima ajustada */
    background-size: cover; /* Cubre todo el header */
  }
  #about p {
    font-size: 6.5rem;
  }
}


.header__top {
  position: relative;
  z-index: 2; /* Asegura que el contenido dentro del encabezado estÃ© por encima del fondo */
}

/*header hola animation*/

/* Explanation in JS tab */

/* Cool font from Google Fonts! */
@import url("https://fonts.googleapis.com/css?family=Raleway:900&display=swap");

body {
  margin: 0px;
}

#container__ {
  /* Center the text in the viewport. */
  position: flex;
  margin: auto;
  width: 100vw;
  height: 80pt;
  top: 0;
  bottom: 0;

  /* This filter is a lot of the magic, try commenting it out to see how the morphing works! */
  filter: url(#threshold) blur(0.6px);
}

/* Your average text styling */
#bold1,
#bold2 {
  position: absolute;
  width: 80%;

  font-family: "Raleway", sans-serif;
  font-size: 2.5rem;
  font-weight: 300;

  text-align: left;

  user-select: none;
}

/*
*/
h2 {
  text-transform: uppercase;
  font-weight: 700;
}

/* respnsive menu


.menu-responsive {
  background-color: #ab20fd;
  padding: 2rem 0; }
  .menu-responsive ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .menu-responsive ul li {
      width: 100%;
      padding: 1.5rem 0;
      text-align: center; }
      .menu-responsive ul li a {
        font-size: 1.125rem;
        color: #232323;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .menu-responsive ul li a:hover, .menu-responsive ul li a:active {
          color: #fff;
          text-decoration: none; }

.header__top--responsive ul {
  float: right; }
  .header__top--responsive ul li .menu-bars {
    font-size: 2.4rem;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .header__top--responsive ul li .menu-bars:hover, .header__top--responsive ul li .menu-bars:active {
      color: #00ff6c; }
*/

header {
  height: 100vh;
  /*background: radial-gradient(circle, #792e82 0%, #80e6fa 100%);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.header__top {
  padding-top: 2.5rem;
  margin-bottom: 6rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header__top-brand {
  color: #00ff6c;
}
.header__top-brand .bold {
  text-transform: uppercase;
}
.header__top-brand h1 {
  font-size: 1.9rem;
  font-weight: 300;
}
.header__top-brand hr {
  margin: 0;
}

.header__top-nav ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__top-nav ul li {
  display: inline-block;
  margin-right: 2rem;
}
.header__top-nav ul li:last-child {
  margin-right: 0;
}
.header__top-nav ul li a {
  font-size: 1.25rem;
  color: #fff;
  line-height: 2.5rem;
  font-weight: 300;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__top-nav ul li a:hover,
.header__top-nav ul li a:active {
  color: #cccccc;
  text-decoration: none;
}
/* Default styles for larger screens */
#maintop {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .header__content-image {
    display: none;
    position: none;
  }
  #maintop {
    display: block;
    grid-template-columns: 1fr;
    margin-top: -50px;
  }
  #maintop h2 {
    font-size: 60px;
  }
  .header__top-brand {
    display: none;
  }
  #about p {
    font-size: 2.5rem;
  }
}
.header__content-image {
  float: right;
  margin-top: 40px;
  grid-column: 3;
}

.header__content-image img {
  width: 60%;
  height: auto;
}

.header__content {
  grid-column: 1;
  grid-row: 1;
  color: #fff;
  font-size: 1.8rem;
  text-align: left;
  width: 100%;
}

.header__content p {
  line-height: 2.25rem;
}

.header__content p:first-child {
  line-height: 3.3rem;
}

.header__content .btn {
  margin-top: 3rem;
}

.header__arrow {
  margin-top: 4.85rem;
  text-align: center;
}

.header__arrow a {
  color: #fff;
  font-size: 1.5rem;
}

.header__arrow a i {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

/* Responsive styles for smaller screens */
@media screen and (max-width: 768px) {
  #maintop {
    grid-template-columns: 1fr; /* Single column layout */
  }

  .header__content-image {
    float: none; /* Remove float */
    margin: 0 auto; /* Center the image */
    grid-column: auto; /* Reset grid column */
  }

  .header__content-image img {
    width: 100%; /* Full width image */
    max-width: 300px; /* Max width for image */
  }

  .header__content {
    text-align: center; /* Center align text */
  }

  .header__arrow {
    margin-top: 2rem; /* Reduce margin */
  }
  #about p {
    font-size: 2.5rem;
  }
}

@-webkit-keyframes bounce {
  0%,
  20%,
  60%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40%,
  43% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  75% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes bounce {
  0%,
  20%,
  60%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40%,
  43% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  75% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@media (min-width: 766px) {
  .header__top--responsive {
    margin-top: -0.75rem;
  }
  .header__top {
    padding-top: 3.5rem;
    margin-bottom: 10rem;
  }
  .header__content {
    font-size: 2rem;
  }
  .header__content .btn {
    padding: 0.6rem 1.7rem;
  }
  .header__arrow {
    margin-top: 12.85rem;
  }
  #about p {
    font-size: 2.5rem;
  }
}

@media (min-width: 990px) {
  .header__top {
    margin-bottom: 16rem;
  }
  .header__content {
    font-size: 2.5rem;
  }
  .header__content p {
    line-height: 2.45rem;
  }
  .header__arrow {
    margin-top: 16rem;
  }
  #about p {
    font-size: 3.5rem;
  }
}

@media (min-width: 1200px) {
  .header__top {
    margin-bottom: 0.5rem;
  }
  .header__content {
    font-size: 2.5rem;
  } /* size of the header font*/
  .header__content p {
    line-height: 2.95rem;
  }
  .header__content .btn {
    margin-top: 4rem;
    font-size: 1.2rem;
  }
  .header__arrow {
    margin-top: 12rem;
  }
}

#about h2 {
  color: #a200ff;
}

#about p,
#about .lead {
  /* Estilos normales para los pÃ¡rrafos y la clase .lead dentro de #about */
  transition: 0.5s ease-in-out;
  text-align: left;
}

#about:hover {
  /* Estilos al hacer hover en #about */
  box-shadow: #792e82;
}

#about:hover p {
  /* Estilos para los pÃ¡rrafos dentro de #about al hacer hover */
  color: white;
  text-shadow: 5px 2px 10px rgba(255, 255, 255, 0.5);
}
.animated-word {
  display: inline-block;
  position: relative;
}

.animated-word:hover {
  animation: moveWord 1s linear infinite alternate;
}

@keyframes moveWord {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(10px);
  }
}

#about:hover .lead {
  /* Estilos para la clase .lead dentro de #about al hacer hover */
  color: #4800ff;
  text-shadow: 5px 2px 10px rgba(0, 0, 0, 0.5);
}

#about:not(:hover) {
  /* Estilos al dejar de hacer hover en #about */
  transition: 0.5s ease-in-out;
  /* Puedes definir cualquier estilo de salida aquÃ­ */
}

#about img:hover {
  animation: multicolor-shadow 2s infinite alternate;
  padding: 0.2rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
  transition: 0.5s ease-in-out;
}

@keyframes multicolor-shadow {
  0% {
    filter: drop-shadow(0 0 100px #792e82);
  }
  25% {
    filter: drop-shadow(0 0 100px #792e82);
  }
  50% {
    filter: drop-shadow(0 0 100px #4800ff);
  }
  75% {
    filter: drop-shadow(0 0 100px #ff0000);
  }
  100% {
    filter: drop-shadow(0 0 100px #00ff00);
  }
}
@media (max-width: 1200px) {
  #about .lead {
    /* Estilos para la clase .lead dentro de #about al hacer hover */
    color: #4800ff;
    text-shadow: 5px 2px 10px rgba(0, 0, 0, 0.5);
  }

  #about img {
    animation: multicolor-shadow 2s infinite alternate;
    padding: 0.2rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
    transition: 0.5s ease-in-out;
  }
  #about {
    padding: 5rem 0;
    text-align: center;
    animation: multicolor-shadow 2s infinite alternate;
    transition: 0.5s ease-in-out;
  }
  #about p {
    color: white;
    text-shadow: 5px 2px 10px rgba(255, 255, 255, 0.5);
  }
  .animated-word {
    animation: moveWord 1s linear infinite alternate;
  }
  #about p {
    font-size: 1.25rem;
    color: #ffffff;
  }
}
#about:hover {
  padding: 5rem 0;
  text-align: center;
  animation: multicolor-shadow 2s infinite alternate;
}
#about {
  padding: 5rem 0;
  text-align: center;
}
#about-image {
  margin-top: 20%;
  padding-left: 10%;
}
#about-image img {
  padding: 0.2rem;
  margin-top: 3rem;
  margin-bottom: 5rem;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 100px #792e82);
}

#about .lead {
  font-size: 1.5rem;
  color: #00ff6c;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
#about p {
  font-size: 1.25rem;
}
#about p a {
  color: #232323;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#about p a:hover {
  color: #00ff6c;
}
#about p + p {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  #about-image {
    margin-top: 1%;
  }
  #about p {
    font-size: 1.9rem;
  }
}
@media (min-width: 766px) {
  #about {
    width: 85%;
    margin: 0 auto;
  }
  #about h2 {
    font-size: 2.2rem;
  }
  #about .lead {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
  }
  #about p {
    font-size: 1.80rem;
  }
  #about img {
    float: none;
  }
}

@media (min-width: 990px) {
  #about {
    width: 80%;
  }
  #about img {
    float: none;
  }
  #about h2 {
    font-size: 2.4rem;
  }
  #about .lead {
    font-size: 1.9rem;
    margin-bottom: 1.5rem;
  }
  #about p {
    font-size: 1.80rem;
  }
}

@media (min-width: 1200px) {
  #about h2 {
    font-size: 2.6rem;
  }
  #about img {
    float: none;
  }
  #about .lead {
    font-size: 2.1rem;
    margin-bottom: 1.5rem;
  }
  #about p {
    font-size: 1.90rem;
  }
  #about p + p {
    margin-bottom: 2.2rem;
  }
}
/* carrousel */
@import "https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css";
.carrousel,
.carrousel * {
  box-sizing: border-box;
}
.carrousel {
  font-size: 1rem;
  height: 100%;
  position: relative;
  display: grid;
  place-items: center;
  grid-template-columns: max-content 1fr max-content;
  grid-template-rows: max-content 1fr max-content;
  grid-template-areas:
    ". . f"
    "l . r"
    "p b c";
  border-radius: 0.25rem;
  color: white;
}
.carrousel:focus {
  outline: 1px solid currentcolor;
}

.carrousel.full-view {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  font-size: 1.5rem;
  --object-fit: contain !important;
  border-radius: 0;
}
.carrousel.hide-controls .control {
  opacity: 0;
  pointer-events: 0;
}
.carrousel .slides {
  grid-column: 1/-1;
  grid-row: 1/-1;
  display: flex;
  flex-grow: grow;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
}

.carrousel > *:not(.slides) {
  margin: 0.5em;
}
.carrousel .slides img {
  --backgroundOverlay: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  background: #1d1e22;
  object-fit: var(--object-fit, cover);
  transition: margin-left 1s ease;
  background-size: cover;
  background-position: center center;
}

.carrousel .icon {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.carrousel .arrow-left {
  grid-area: l;
  font-size: 1.5em;
}
.carrousel .arrow-right {
  grid-area: r;
  font-size: 1.5em;
}
.carrousel .full-view-btn {
  grid-area: f;
}
.carrousel .auto-play-btn {
  grid-area: p;
}
.carrousel .controls-hide-btn {
  grid-area: c;
}
.carrousel .bullets {
  grid-area: b;
  display: flex;
  gap: 0.5rem;
}
/* for demo */

#carrusel {
  margin: 0;
  padding: 1rem;
  background: #060606;
  font-family: sans-serif;
  color: white;
  text-align: center;
}
.containercarr {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 20em;
  gap: 2em;
  max-width: 1000px;
  margin-inline: auto;
}
@media (min-width: 1200px) {
  .containercarr {
    grid-template-columns: repeat(2, 1fr);
  }
}
.containercarr > *:first-child {
  grid-column: 1/-1;
}

.controls-info {
  max-width: max-content;
  display: grid;
  text-align: left;
  margin-inline: auto;
  grid-template-columns: repeat(3, auto);
}
.controls-info * {
  padding: 0.25em 0.5em;
  align-self: center;
}
.controls-info .title {
  border-bottom: 1px solid lightgray;
  font-weight: 600;
}
.controls-info .icon {
  display: flex;
  justify-content: center;
  border-inline: 1px dashed lightgray;
}
.controls-info .double {
  grid-column: span 2;
  border-left: 1px dashed lightgray;
}

/* SKILLS NEW*/

.unique-container h2 {
  font-size: 2.7em;
  font-weight: normal;
  padding: 10px 0 16px 0;
  margin: 0 0 30px;
  text-align: center;
  color: #2187e7;
  text-shadow: 1px 1px 5px #000, 0 0 10px #2187e7, 0 0 20px #2187e7;
  background: #000;
  border-radius: 2px;
  border: 1px solid #2187e7;
  box-shadow: 0px 0px 50px -8px #2187e7;
}

.unique-container h2.plataformas {
  border: 1px solid #9acd32;
  box-shadow: 0px 0px 50px -8px #9acd32;
  color: #9acd32;
  text-shadow: 1px 1px 5px #000, 0 0 10px #9acd32, 0 0 20px #9acd32;
}

.unique-container h2.programas {
  border: 1px solid #ff4500;
  box-shadow: 0px 0px 50px -8px #ff4500;
  color: #ff4500;
  text-shadow: 1px 1px 5px #000, 0 0 10px #ff4500, 0 0 20px #ff4500;
}

.unique-container {
  padding: 5%;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

.unique-col {
  width: 23%;
  margin: 0 5%;
  position: relative;
  float: left;
  font-size: 12px;
  line-height: 2em;
  padding: 5% 0;
}

.unique-skill {
  list-style: none;
  padding-top: 30px;
}

.unique-skill li {
  margin-bottom: 70px;
  background: #030303;
  height: 6px;
  border-radius: 3px;
  border-left: 1px solid #111;
  border-top: 1px solid #111;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

.unique-skill li em {
  position: relative;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  color: #dedede;
  top: -28px;
}

.unique-blueline {
  height: 3px;
  margin: 2px 0;
  background: #2187e7;
  position: absolute;
  box-shadow: 0px 0px 10px 1px rgba(0, 198, 255, 0.6);
}

.unique-greenline {
  height: 3px;
  margin: 2px 0;
  background: #9acd32;
  position: absolute;
  box-shadow: 0px 0px 10px 1px rgba(173, 255, 47, 0.4);
}

.unique-redline {
  height: 3px;
  margin: 2px 0;
  background: #ff4500;
  position: absolute;
  box-shadow: 0px 0px 10px 1px rgba(255, 69, 0, 0.4);
}

.titulo {
  opacity: 1;
  animation: titulo 5s ease-out;
}

/*programacion*/
.html {
  width: 90%;
  animation: html 2s ease-out;
}

.css {
  width: 95%;
  animation: css 2s ease-out;
}
.Bootstrap {
  width: 65%;
  animation: Bootstrap 2s ease-out;
}
.php {
  width: 70%;
  animation: php 2s ease-out;
}

.javascript {
  width: 50%;
  animation: javascript 2s ease-out;
}

.jquery {
  width: 30%;
  animation: jquery 2s ease-out;
}

/*plataformas*/
.wordpress {
  width: 80%;
  animation: wordpress 2s ease-out;
}
.Shopify {
  width: 80%;
  animation: Shopify 2s ease-out;
}
.Elementor {
  width: 60%;
  animation: prestashop 2s ease-out;
}

.Wix {
  width: 40%;
  animation: joomla 2s ease-out;
}

.blogger {
  width: 70%;
  animation: blogger 2s ease-out;
}

.canva {
  width: 80%;
  animation: tridion 2s ease-out;
}

/*programas*/
.Figma {
  width: 90%;
  animation: Figma 2s ease-out;
}

.illustrator {
  width: 20%;
  animation: illustrator 2s ease-out;
}

.photoshop {
  width: 70%;
  animation: photoshop 2s ease-out;
}

.Adobe-XD {
  width: 60%;
  animation: AdobeXD 2s ease-out;
}

.premiere {
  width: 50%;
  animation: premiere 2s ease-out;
}

.flash {
  width: 60%;
  animation: flash 2s ease-out;
}

@keyframes titulo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*programacion*/
@keyframes html {
  0% {
    width: 0px;
  }
  100% {
    width: 90%;
  }
}

@keyframes css {
  0% {
    width: 0px;
  }
  100% {
    width: 95%;
  }
}

@keyframes Bootstrap {
  0% {
    width: 0px;
  }
  65% {
    width: 95%;
  }
}

@keyframes php {
  0% {
    width: 0px;
  }
  100% {
    width: 70%;
  }
}

@keyframes javascript {
  0% {
    width: 0px;
  }
  100% {
    width: 50%;
  }
}

@keyframes jquery {
  0% {
    width: 0px;
  }
  100% {
    width: 30%;
  }
}

/*plataformas*/
@keyframes wordpress {
  0% {
    width: 0px;
  }
  100% {
    width: 80%;
  }
}
@keyframes Shopify {
  0% {
    width: 0px;
  }
  100% {
    width: 80%;
  }
}
@keyframes prestashop {
  0% {
    width: 0px;
  }
  100% {
    width: 60%;
  }
}

@keyframes joomla {
  0% {
    width: 0px;
  }
  100% {
    width: 40%;
  }
}

@keyframes blogger {
  0% {
    width: 0px;
  }
  100% {
    width: 70%;
  }
}

@keyframes tridion {
  0% {
    width: 0px;
  }
  100% {
    width: 60%;
  }
}

/*programas*/
@keyframes Figma {
  0% {
    width: 0px;
  }
  100% {
    width: 90%;
  }
}

@keyframes illustrator {
  0% {
    width: 0px;
  }
  100% {
    width: 30%;
  }
}

@keyframes photoshop {
  0% {
    width: 0px;
  }
  100% {
    width: 70%;
  }
}
@keyframes AdobeXD {
  0% {
    width: 0px;
  }
  100% {
    width: 60%;
  }
}
@keyframes premiere {
  0% {
    width: 0px;
  }
  100% {
    width: 50%;
  }
}

@keyframes flash {
  0% {
    width: 0px;
  }
  100% {
    width: 60%;
  }
}

/* Media queries */
@media (max-width: 1200px) {
  .unique-container h2 {
    font-size: 2.2em;
  }
}

@media (max-width: 980px) {
  .unique-container h2 {
    font-size: 1.8em;
  }
}

@media (max-width: 767px) {
  .unique-container h2 {
    font-size: 1.4em;
  }
}

@media (max-width: 580px) {
  .unique-container h2 {
    font-size: 1.1em;
    padding: 10px 0;
  }
}

@media (max-width: 480px) {
  .unique-container h2 {
    font-size: 2.2em;
    padding: 10px 0 15px 0;
  }
  .unique-col {
    width: 90%;
  }
}

/*---------------------*/

#skills {
  background-image: url(images/Background-skill.png);
  padding: 5rem 0;
  border-top: 1px solid #4800ff;
}
/* SKILLS CSS OLD
#skills h2 {
  color: #00ff6c;
  text-align: center;
}
#skills hr {
  margin-bottom: 3rem;
}
#skills .skill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#skills .skill .skills__percent {
  margin-right: 1.75rem;
  font-size: 4.5rem;
  font-weight: 700;
  color: #ccc;
}
#skills .skill .progress-container {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 1.125rem;
  color: #f3f3f3;
}
#skills .skill .progress-container .progress {
  border-radius: 0;
  margin-top: 0.35rem;
  background-color: #373737;
}
#skills .skill .progress-container .progress .progress-bar {
  height: 1.125rem;
  background-color: #00ff6c;
}

*/
/* SKILLS CSS OLD END*/

/*portfolio css*/

#cuadro {
  width: 200px;
  height: 200px;
  background-color: lightgray;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.subpagina {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Fondo semi-transparente */
  z-index: 999; /* Asegura que estÃ© por encima de otros elementos */
}

.subpagina-contenido {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  width: 80%;
  height: 70%;
}
/* START POPUP*/
.cerrar {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
body.popup-open {
  overflow: hidden;
}

.popup-content {
  background-color: white;
  width: 60%;
  max-width: 1000px;
  height: 700px; /* TamaÃ±o fijo */
  margin: 100px auto;
  padding: 20px;
  position: relative;
  overflow-y: auto; /* Habilitar desplazamiento vertical cuando el contenido excede el tamaÃ±o */
  animation: popupFadeIn 0.5s ease-in; /* AnimaciÃ³n de entrada */
  border-radius: 20px;
  padding-bottom: 100px;
  z-index: 9999; /* Valor alto para asegurarse de que estÃ© sobre todo lo demÃ¡s */
}


@keyframes popupFadeIn {
  from {
    opacity: 0; /* Comienza con una opacidad de 0 */
    transform: translateY(-20px); /* Empieza ligeramente arriba */
  }
  to {
    opacity: 1; /* Termina con una opacidad de 1 */
    transform: translateY(0); /* Se desplaza a su posiciÃ³n normal */
  }
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 20px;
  background-color: white;
  padding: 20px;
  margin: 20px;
  border-radius: 5px;
  border-radius: 10px;
  border: solid rgb(64, 0, 255);
}

.popup img {
  max-width: 100%;
  height: auto;
  padding-top: 4px;
  padding: 40px;
}

.boldpop {
  font-weight: bold;
  color: #000456;
  font-size: 20px;
}

.popup-text p {
  font-family: Arial, sans-serif; /* Cambiar el tipo de letra */
  color: #333; /* Color de letra interactivo */
  padding: 10px; /* Padding alrededor de cada lÃ­nea */
  line-height: 1.3; /* Espaciado entre lÃ­neas */
  margin: 0; /* Eliminar margen predeterminado de los pÃ¡rrafos */
  font-size: 20px;
}

.popup-text p:first-child {
  margin-top: 0; /* Eliminar margen superior del primer pÃ¡rrafo */
}

.popup-text p:last-child {
  margin-bottom: 0; /* Eliminar margen inferior del Ãºltimo pÃ¡rrafo */
}

@media screen and (max-width: 1200px) {
  .popup-content {
    background-color: white;
    width: 100%;
    height: 700px; /* TamaÃ±o fijo */
    margin: 40% auto;
    padding: 20px;
    position: relative;
    overflow-y: auto; /* Habilitar desplazamiento vertical cuando el contenido excede el tamaÃ±o */
    animation: popupFadeIn 0.5s ease-in; /* AnimaciÃ³n de entrada */
    border-radius: 20px;
  }
  .popup img {
    max-width: 100%;
    height: auto;
    padding: 1px;
  }
  .popup-text p {
    font-family: Arial, sans-serif; /* Cambiar el tipo de letra */
    color: #333; /* Color de letra interactivo */
    padding: 10px; /* Padding alrededor de cada lÃ­nea */
    line-height: 1.3; /* Espaciado entre lÃ­neas */
    font-size: 30px;
    text-align: left;
  }
  .btn {
    padding: 0.5rem 1.5rem;
    border: 1px solid #00ff6c;
    border-radius: 0;
    background-color: #00ff6c;
    color: #00ff6c;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #000;
    margin-top: 20px;
  }
}
/* FINISH POPUP*/

#portfolio {
  padding: 7rem 0;
  text-align: center;
  background-image: url(images/Background-projects.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#portfolio hr {
  margin-bottom: 3rem;
}
#portfolio figure {
  position: relative;
}
#portfolio figure img {
  width: 100%;
  border-radius: 5%;
}
#portfolio figure figcaption {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
  background-color: #00a6ff;
  padding-top: 4rem;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #232323;
}
#portfolio figure figcaption:hover {
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  font-weight: bold;
}
#portfolio figure figcaption h3 {
  text-transform: uppercase;
}
#portfolio figure figcaption p {
  margin-bottom: 3rem;
}
#portfolio figure figcaption a {
  font-size: 2rem;
  color: #000000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#portfolio figure figcaption:hover {
  cursor: pointer;
}

#portfolio figure figcaption a:hover {
  color: #232323;
}

/*PROJECTS*/
#projects {
  padding: 5rem 0;
  text-align: center;
  background-color: #792e82;
}
#Galeria {
  font-family: Arial, sans-serif;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;
}

.gallery {
  max-width: 1200px;
  width: 100%;
  padding: 20px;
}

.image-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.image-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.image-item img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

.image-item:hover img {
  transform: scale(1.1);
}

.image-text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.image-item:hover .image-text {
  opacity: 1;
}

/* Estilos para la ventana modal */

.modal {
  display: none; /* Por defecto oculta la modal */
  position: fixed; /* Se fija en la pantalla */
  top: 0;
  left: 0;
  width: 100%; /* Toma el 100% del ancho */
  height: 100%; /* Toma el 100% del alto */
  background-color: rgba(0, 0, 0, 0.7); /* Fondo semi-transparente */
  z-index: 999; /* Z-index alto para que estÃ© por encima de otros elementos */
  overflow: auto; /* Permite hacer scroll si el contenido es muy largo */
  transition: opacity 0.8s ease-in-out;
}

/* Estilos para el contenido de la modal */
.modal-content {
  margin: 15% auto; /* Margen vertical y centrado horizontal */
  padding: 20px;
  border: 1px solid #888;
  width: 60%; /* Ancho de la modal */
  max-width: 700px; /* Ancho mÃ¡ximo de la modal */
  background-color: #fff;
  position: relative;
}

.close {
  color: rgb(0, 81, 255);
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: white;
  padding: 20px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* Estilos para la imagen de previsualizaciÃ³n */
#previewImg {
  display: block;
  margin: 0 auto; /* Centrar horizontalmente */
  max-width: 100%;
  height: auto;
  margin-top: 5%;
  margin-bottom: 5%;
}

/* Media Queries for responsiveness */
@media (max-width: 768px) {
  .image-container {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 1%;
    padding-right: 1%;
  }
}

@media (max-width: 480px) {
  .image-container {
    padding-left: 1%;
    padding-right: 1%;
    grid-template-columns: 1fr;
  }
}

/*PROJECTS CLOSED*/

@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap");

.spcbtn {
  position: relative;
  display: inline-block;
  padding: 25px 30px;
  margin: 40px 0;
  color: #03e9f4;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  letter-spacing: 4px;
  overflow: hidden;
}

.spcbtn:hover {
  background: #03e9f4;
  color: #050801;
  box-shadow: 0 0 px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4,
    0 0 200px #03e9f4;
  -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
  cursor: pointer;
}
.spcbtn:nth-child() {
  filter: hue-rotate(270deg);
}
.card:nth-child(3) :nth-child(4) {
  --hue: 338.69;
  --saturation: 100%;
  --lightness: 48.04%;
}
.spcbtn:nth-child(2) {
  filter: hue-rotate(110deg);
}
.spcbtn span {
  position: absolute;
  display: block;
}
.spcbtn span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #03e9f4);
  animation: animate1 1s linear infinite;
}
@keyframes animate1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}
.spcbtn span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #03e9f4);
  animation: animate2 1s linear infinite;
  animation-delay: 0.25s;
  filter: drop-shadow(0 0 1rem #ffffff);
}
@keyframes animate2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}
.spcbtn span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #03e9f4);
  animation: animate3 1s linear infinite;
  animation-delay: 0.5s;
  filter: drop-shadow(0 0 1rem #ffffff);
}
@keyframes animate3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}

.spcbtn span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #03e9f4);
  animation: animate4 1s linear infinite;
  animation-delay: 0.75s;
  filter: drop-shadow(0 0 1rem #ffffff);
}
@keyframes animate4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}
@keyframes mulricolorText {
  0% {
    color: #0044ff;
  }
  20% {
    color: #9000ff;
  }
  40% {
    color: #00ff40;
  }
  60% {
    color: #00ccff;
  }
  80% {
    color: #ffee00;
  }
  100% {
    color: #ffffff;
  }
}

#contact {
  padding: 5rem 0;
  background-color: #000000;
  text-align: center;
  height: 70%;
}
@media (min-width: 766px) {
  #contact {
    height: auto;
  }
}

#contact p {
  color: #ffffff;
  animation: mulricolorText 30s infinite;
}
#contact .lead {
  margin-bottom: -0.25rem;
  font-size: 1.85rem;
  font-weight: 700;
}
#contact p {
  font-size: 1.65rem;
  font-weight: 300;
}
#contact .text-animate {
  font-weight: 700;
}
#contact .btn {
  margin-top: 2.5rem;
  border: 2px solid #232323;
  color: #232323;
}
#contact .btn:hover {
  background-color: #232323;
  color: #00ff6c;
}
#contact .contact__social {
  margin-top: 3rem;
  font-size: 50px;
  z-index: 1; /* Valor menor que el z-index del popup para que estÃ© detrÃ¡s */
}


#contact .contact__social a {
  color: #232323;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 50px;
}
#contact .contact__social a:hover:first-child {
  color: #1da1f2;
  filter: drop-shadow(0 0 0.99rem #1da1f2);
}
@keyframes multicolorShadow {
  0% {
    filter: drop-shadow(0 0 1rem #3e65cf);
  }
  20% {
    filter: drop-shadow(0 0 1rem #c71610);
  }
  40% {
    filter: drop-shadow(0 0 1rem #f2a60c);
  }
  60% {
    filter: drop-shadow(0 0 1rem #3b60c4);
  }
  80% {
    filter: drop-shadow(0 0 1rem #08851b);
  }
  100% {
    filter: drop-shadow(0 0 1rem #3e65cf);
  }
}

#contact .contact__social a:hover:nth-child(2) {
  color: #ffffff;
  animation: multicolorShadow 2s infinite;
}
#contact .contact__social a:hover:nth-child(3) {
  color: #ffffff;
  filter: drop-shadow(0 0 0.99rem #ffffff);
}
#contact .contact__social a:hover:nth-child(4) {
  color: #ffffff;
  filter: drop-shadow(0 0 0.99rem #ffffff);
}
#contact .contact__social a:hover:nth-child(5) {
  color: #0077b5;
  filter: drop-shadow(0 0 0.99rem #0077b5);
}
@media (max-width: 768px) {
  #contact .contact__social {
    margin-top: -1rem;
    font-size: 40px;
    margin-bottom: 5rem;
  }
  #contact .contact__social a:first-child {
    color: #1da1f2;
    filter: drop-shadow(0 0 0.99rem #1da1f2);
  }
  #contact .contact__social a:nth-child(2) {
    color: #ffffff;
    animation: multicolorShadow 2s infinite;
  }
  #contact .contact__social a:nth-child(3) {
    color: #ffffff;
    filter: drop-shadow(0 0 0.99rem #ffffff);
  }
  #contact .contact__social a:nth-child(4) {
    color: #ffffff;
    filter: drop-shadow(0 0 0.99rem #ffffff);
  }
  #contact .contact__social a:nth-child(5) {
    color: #0077b5;
    filter: drop-shadow(0 0 0.99rem #0077b5);
  }
}
#footer {
  padding: 0.5rem 0;
  background-color: #232323;
  text-align: center;
  color: #fff;
}
#footer p {
  font-size: 0.85rem;
}
#footer p a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#footer p a:hover {
  color: #00ff6c;
}
#footer p .fa-heart {
  color: red;
}

@media (min-width: 766px) {
  #contact .lead {
    font-size: 2.05rem;
  }
  #contact p {
    font-size: 1.85rem;
  }
}

@media (min-width: 990px) {
  #contact .lead {
    font-size: 2.25rem;
  }
  #contact p {
    font-size: 2.05rem;
  }
}

@media (min-width: 1200px) {
  #contact .lead {
    font-size: 2.45rem;
  }
  #contact p {
    font-size: 2.25rem;
  }
}
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

form {
  max-width: 420px;
  margin: 50px auto;
}

.feedback-input {
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border: 2px solid #3700ff;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
  outline: 0;
}

.feedback-input:focus {
  border: 2px solid #3700ff;
}

textarea {
  height: 150px;
  line-height: 150%;
  resize: vertical;
}

[type="submit"] {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  width: 100%;
  background: #3700ff;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  color: white;
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.3s;
  margin-top: -4px;
  font-weight: 700;
}
[type="submit"]:hover {
  background: #008cff;
}
.popup-contentform {
  background-color: rgba(0, 0, 0, 0.842);
  width: 50%;
  max-width: 1000px;
  height: 500px; /* TamaÃ±o fijo */
  margin: 200px auto;
  padding: 20px;
  position: relative;
  animation: popupFadeIn 1s ease-in; /* AnimaciÃ³n de entrada */
  border-radius: 20px;
  padding-bottom: 100px;
  z-index: 100;
}
@media (max-width: 768px) {
  .popup-contentform {
    background-color: rgba(0, 0, 0, 0.671);
    width: 100%;
    max-width: 1200px;
    height: 800px; /* TamaÃ±o fijo */
    margin: 100px auto;
    padding: 20px;
    position: relative;
    animation: popupFadeIn 1s ease-in; /* AnimaciÃ³n de entrada */
    border-radius: 20px;
    padding-bottom: 100px;

  }
}