@charset "UTF-8";
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
* {
  @import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap");
  padding: 0px;
  margin: 0px;
  font-family: "Maven Pro", sans-serif;
  box-sizing: border-box;
}

.absolute {
  position: absolute !important;
}

#nav {
  background: #323232;
  width: 100%;
  position: fixed;
  height: 70px;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#nav img {
  width: 120px;
  margin-left: 30px;
}
#nav div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#nav p {
  font-size: 12px;
  color: white;
  font-family: "Maven Pro", sans-serif;
  letter-spacing: 2px;
}
#nav button {
  font-family: "Maven Pro", sans-serif;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-style: none;
  border-radius: 15px;
  outline: none;
  font-size: 12px;
  margin-left: 10px;
  background: linear-gradient(to left, #2fe8c9, #1b76c9, #5c59af);
  color: white;
  cursor: pointer;
  margin-right: 30px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  letter-spacing: 1px;
  transition: all 300ms;
}
#nav button:hover {
  background: #493563;
}

#slide1 {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100vh;
  overflow: hidden;
  gap: 20px;
}
#slide1 h1 {
  text-align: center;
}
#slide1 #back {
  position: absolute;
  height: 100%;
  z-index: 0;
  animation-name: example;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
#slide1 #caja1 {
  position: relative;
  z-index: 2;
  display: none;
  width: 500px;
}
#slide1 #caja2 {
  position: relative;
  z-index: 2;
  display: none;
  width: 500px;
}
#slide1 #caja3 {
  position: relative;
  z-index: 2;
  display: none;
  width: 500px;
}
#slide1 h4 {
  text-align: center;
  color: grey;
  padding-bottom: 20px;
}

@keyframes example {
  0% {
    filter: brightness(1);
    -webkit-filter: brightness(1);
    -webkit-filter: contrast(1);
  }
  33% {
    filter: brightness(1.2);
    -webkit-filter: brightness(1.2);
    -webkit-filter: contrast(1.2);
  }
  66% {
    filter: brightness(0.8);
    -webkit-filter: brightness(0.8);
    -webkit-filter: contrast(0.8);
  }
  100% {
    filter: brightness(1);
    -webkit-filter: brightness(1);
    -webkit-filter: contrast(1);
  }
}
#bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#Capa_1 {
  position: relative;
  width: 95vw;
  max-height: 66vh;
  z-index: 2;
  animation-name: example2;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

.cls-1 {
  fill: #f2f2f2;
}

.cls-2 {
  fill: #b3b3b3;
}

.cls-3 {
  fill: url(#Degradado_sin_nombre_4);
}

@keyframes example2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
#me-design {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
#me-design .cls-4 {
  -webkit-transition: fill 0.4s ease;
  -moz-transition: fill 0.4s ease;
  -o-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
  stroke: #c4c4c4;
  fill: #5c59af;
}

#me-design:hover .cls-4 {
  fill: #3b3972;
}

#me-design:focus .cls-4 {
  fill: #0c0881;
}

#me-frontend {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
#me-frontend .cls-5 {
  -webkit-transition: fill 0.4s ease;
  -moz-transition: fill 0.4s ease;
  -o-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
  stroke: #c4c4c4;
  fill: #2fe8c9;
}

#me-frontend:hover .cls-5 {
  fill: #24917f;
}

#me-backend {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
#me-backend .cls-6 {
  -webkit-transition: fill 0.4s ease;
  -moz-transition: fill 0.4s ease;
  -o-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
  stroke: #c4c4c4;
  fill: #1b76c9;
}

#me-backend:hover .cls-6 {
  fill: #1a4a77;
}

#me-proyects {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
#me-proyects .cls-7 {
  -webkit-transition: fill 0.4s ease;
  -moz-transition: fill 0.4s ease;
  -o-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
  stroke: #c4c4c4;
  fill: url(#Degradado_sin_nombre_46);
}

#me-proyects:hover .cls-7 {
  fill: url(#Degradado_sin_nombre_47);
}

.cls-8 {
  fill: #fff;
}

.cls-9 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  background: #2fe8c9;
  background: linear-gradient(106deg, #2fe8c9 0%, #5c59af 52%, #1b76c9 100%);
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  clip-path: circle(150% at 100% 0);
  transition: all 1.5s ease-in-out;
}

.loader2 {
  clip-path: circle(0% at 100% 100%);
}

.about {
  clip-path: circle(0% at 100% 100%);
  transition: all 1s ease-in-out;
  position: fixed;
}

.about3 {
  clip-path: circle(0% at 100% 100%) !important;
  transition: all 1s ease-in-out;
}

.about2 {
  background-image: url(./works/bac2.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  clip-path: circle(150% at 100% 0);
  z-index: 5;
  color: white;
  top: 0;
  bottom: 0;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
}
.about2 .close {
  position: absolute;
  cursor: pointer;
  width: 20px;
  top: 30px;
  right: 30px;
}
.about2 .close img {
  transition: all 300ms;
}
.about2 .close img:hover {
  opacity: 50%;
}
.about2 .info-me {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: top;
  align-content: center;
  margin-top: 5%;
  gap: 100px;
}
.about2 .info-me .imagen {
  width: 300px;
  /*
  #designer::after{
      content: "";

      background: rgb(47,232,201);
      background: linear-gradient(106deg, rgba(47,232,201,1) 0%, rgba(92,89,175,1) 52%, rgba(27,118,201,1) 100%);
      display: block;


      margin: 0px auto;
      margin-block: 20px;

      width: 80px;
      height: 3px;


  }
  */
}
.about2 .info-me .imagen img {
  width: 300px;
  border-radius: 1000px;
}
.about2 .info-me .imagen p {
  letter-spacing: 1px;
  color: #969696;
  text-align: left;
}
.about2 .info-me .imagen #designer {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
  background: #222222;
  padding: 10px 25px 10px 25px;
  width: fit-content;
  color: white;
}
.about2 .info-me .textos {
  width: 44%;
}
.about2 .info-me .textos p {
  letter-spacing: 1px;
  color: #969696;
}
.about2 .info-me .textos h2 {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-size: 18px;
  background: #222222;
  padding: 10px 30px 10px 30px;
  width: fit-content;
  color: white;
}
.about2 .info-me .textos #proa {
  display: flex;
  flex-flow: row wrap;
  margin-top: 20px;
}
.about2 .info-me .textos #proa img {
  margin-left: 20px;
  width: 25%;
  cursor: pointer;
}
.about2 .info-me .textos #proa span {
  color: #1b76c9;
  letter-spacing: 2px;
}
.about2 .info-me .textos #ava {
  display: flex;
  flex-flow: row wrap;
}
.about2 .info-me .textos #ava img {
  position: relative;
  top: -10px;
  margin-left: 15px;
  width: 15%;
  cursor: pointer;
}
.about2 .info-me .textos #ava span {
  color: #1b76c9;
  letter-spacing: 2px;
}
.about2 .info-me .textos .parrafo {
  margin-top: 10px;
}
.about2 .info-me .textos #ref {
  font-size: 13px;
}
.about2 .info-me .textos #studies {
  margin-top: 30px;
}
.about2 .info-me .places {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.about2 .info-me .places img {
  width: 50px;
}
.about2 .info-me .places p {
  margin-bottom: 10px;
  width: 75%;
}

#work {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-image: url(works/bac2.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 98vh;
  padding: 0 50px 0 50px;
  gap: 100px;
}
#work .texto h2 {
  font-size: 80px;
  color: white;
  margin-top: -25px;
}
#work .texto .parrafo {
  color: rgba(255, 255, 255, 0.397);
  margin-top: 30px;
  font-size: 30px;
}
#work .texto .parrafo::before {
  content: "";
  background: #2fe8c9;
  background: linear-gradient(106deg, #2fe8c9 0%, #5c59af 52%, #1b76c9 100%);
  display: block;
  margin-block: 20px;
  width: 80px;
  height: 3px;
}
#work .texto .content-select {
  max-width: 250px;
  position: relative;
}
#work .texto .content-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-image: url(/img/flecha.svg);
  /*aquí deberás escribir la ruta de la imagen que utilizarás como flecha del desplegable*/
  background-repeat: no-repeat;
  background-position: right center;
  background-position-x: 16em;
  background-size: 15px;
  border: none;
  display: inline-block;
  width: 100%;
  outline: 0;
  border: 0;
  position: relative;
  padding: 10px;
  padding-left: 17px;
  margin-top: 30px;
  font-family: "Maven Pro", sans-serif;
  background-color: #2e2e2e;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#work .texto .content-select select::-ms-expand {
  display: none;
}
#work .container {
  width: 50%;
}
#work .container .webdesign {
  cursor: pointer;
  display: none;
}
#work .container .webdesign a {
  margin: 0;
}
#work .container .webdesign .proyectos {
  width: 40%;
  transition: all 200ms;
}
#work .container .webdesign .proyectos:hover {
  width: 53%;
}
#work .container .frontend {
  cursor: pointer;
  display: none;
}
#work .container .frontend .proyectos {
  width: 40%;
  transition: all 200ms;
}
#work .container .frontend .proyectos:hover {
  width: 53%;
}
#work .container .fullstack {
  cursor: pointer;
  display: none;
}
#work .container .fullstack h2 {
  color: white;
}
#work .container .fullstack .proyectos {
  width: 40%;
  transition: all 200ms;
}
#work .container .fullstack .proyectos:hover {
  width: 53%;
}

.side {
  cursor: pointer;
  position: fixed;
  width: 3%;
  z-index: 2;
  top: 40%;
  left: 5%;
}
.side p {
  writing-mode: vertical-rl;
  text-orientation: upright;
  transition: all 200ms;
  width: 20%;
  -webkit-transition: all 200ms ease;
  /* Safari y Chrome */
  -moz-transition: all 200ms ease;
  /* Firefox */
  -o-transition: all 200ms ease;
  /* IE 9 */
  -ms-transition: all 200ms ease;
  /* Opera */
  color: #7c4dff;
  font-weight: 500;
}
.side p:hover {
  transform-origin: center;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}

.ver {
  display: block !important;
}

.ver2 {
  display: flex !important;
  flex-flow: row wrap;
  gap: 20px;
  justify-content: center;
  align-content: center;
  align-items: center;
}

body {
  background-color: rgba(0, 181, 245, 0.05);
}

.social-icons {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.social-icons li {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  font-size: 20px;
}
.social-icons li:first-child {
  margin-left: 0px;
}
.social-icons i {
  color: #fff;
  position: absolute;
  top: 16px;
  left: 17px;
  transition: all 265ms ease-out;
}
.social-icons a {
  display: inline-block;
}
.social-icons a:before {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  content: " ";
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: block;
  background: linear-gradient(45deg, #2fe8c9, #1b76c9, #5c59af);
  transition: all 265ms ease-out;
}
.social-icons a:hover:before {
  transform: scale(0);
  transition: all 265ms ease-in;
}
.social-icons a:hover i {
  transform: scale(2.2);
  -ms-transform: scale(2.2);
  -webkit-transform: scale(2.2);
  color: #00B5F5;
  background: -webkit-linear-gradient(45deg, #00B5F5, #002A8F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 265ms ease-in;
}

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