@charset "UTF-8";

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Roboto-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto-bold";
  font-weight: 700;
  src: url(../fonts/Roboto-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto-black";
  font-weight: 900;
  src: url(../fonts/Roboto-Black.woff2) format("woff2");
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: var(--bg-color);
}
#wrapper {
  width: 100%;
  max-width: 100vw;
  color: var(--text-color);
}
#wrapper section {
  transition: 0.5s ease-out;
}
h1 {
  font-size: var(--size-h1);
  font-family: "Roboto-black", Geneva, Tahoma, sans-serif;
}
.textoDegradado {
  color: var(--primary-light-00);
}
@supports (
  (-webkit-background-clip: text) or (-webkit-text-fill-color: transparent)
) {
  .textoDegradado {
    background: var(--gradient);
    background-size: contain;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
h2 {
  font-size: var(--size-h2);
  font-family: "Roboto-bold", Geneva, Tahoma, sans-serif;
}
h3 {
  font-size: var(--size-h3);
  font-family: "Roboto-bold", Geneva, Tahoma, sans-serif;
}
h4 {
  color: var(--primary-light-00);
  font-size: var(--size-h4);
  font-family: "Roboto-bold", Geneva, Tahoma, sans-serif;
}
h5 {
  font-weight: 400;
  font-size: var(--size-h5);
  font-family: "Roboto", Geneva, Tahoma, sans-serif;
}
p {
  font-size: var(--size-p);
  font-family: "Roboto", Geneva, Tahoma, sans-serif;
  line-height: 1.4;
  margin: 10px 0;
}
.bold {
  font-family: "Roboto-bold", Geneva, Tahoma, sans-serif;
}
strong {
  font-weight: 400;
  font-family: "Roboto-bold", Geneva, Tahoma, sans-serif;
}
a {
  text-decoration: none;
  color: var(--text-color);
  font-family: "Roboto", Geneva, Tahoma, sans-serif;
}
a:hover {
  color: var(--primary-light-10);
}
.colorlink{
  color: var(--primary-light-00);
}
.colorlink:hover{
  color: var(--secondary-light-00);
}
::-webkit-scrollbar {
  width: 14px;
}
::-webkit-scrollbar-track {
  background-color: var(--bg-color);
}
::-webkit-scrollbar-thumb {
  background-image: var(--gradient);
  border-radius: 10px;
  border: 3px solid var(--bg-color);
}
header {
  transition: 0.5s ease-out;
  background-color: var(--bg-color);
  width: 100%;
  height: 68px;
  padding: 10px 4%;
  position: fixed;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
}
header h4 {
  font-size: 1.4rem;
}
.black {
  font-family: "Roboto-black", Geneva, Tahoma, sans-serif;
}
.normal {
  font-family: "Roboto", Geneva, Tahoma, sans-serif;
}
@media screen and (max-width: 300px) {
  .nombreGrande{
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 280px) {
  .nombreGrande {
    display: none;
  }
}
@media screen and (min-width: 281px) {
  .nombrePequeno {
    display: none;
  }
}
nav {
  display: flex;
  gap: 30px;
}
.menu a {
  font-size: var(--size-p);
  font-family: "Roboto-bold", Geneva, Tahoma, sans-serif;
}
nav .menu a:hover {
  color: var(--primary-light-10);
}
nav .menu a.active {
  transition: 0.5s;
  color: var(--primary-light-10);
}
.iconoMenu {
  cursor: pointer;
}
@media screen and (min-width: 601px) {
  .soloMovil {
    display: none;
  }
  .iconoMenu {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  nav {
    display: none;
  }
}

@media screen and (max-width: 360px) {
  header {
    gap: 15px;
  }
}
.desplegableMenu {
  background-color: var(--neutral-dark-20);
  width: 100%;
  padding: 16px 4%;
  position: fixed;
  top: 68px;
  right: 0px;
  z-index: 9;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 601px) {
  .desplegableMenu {
    display: none;
  }
}
@media screen and (max-width: 300px) {
  .desplegableMenu {
    flex-direction: column;
    gap: 10px;
    height: 100px;
  }
}
#selectorColores {
  transition: 0.5s ease-out;
  background-color: var(--text-color);
  position: fixed;
  z-index: 20;
  top: 14px;
  right: 14px;
  display: flex;
  padding: 8px 14px;
  gap: 16px;
  border-radius: 20px;
}
@media screen and (max-width: 340px) {
  #selectorColores {
    gap: 4px;
    padding: 8px 10px;

  }
}
.icono-svg {
  z-index: 22;
  height: 24px;
  width: 24px;
  background-color: var(--bg-color);
}
.icono-svg:hover {
  cursor: pointer;
  background-image: var(--gradient);
}
.puntos {
  z-index: 21;
  position: absolute;
  top: 0;
  right: 2px;
  width: 40px;
  height: 40px;
}
.punto1,
.punto2,
.punto3,
.punto4 {
  transition: 0.5s ease-out;
  position: absolute;
  top: 17px;
  left: 24px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  transform-origin: -12px 50%;
}
.punto1 {
  background-color: #17b598;
  transform: rotate(-48deg);
  border: 1px solid var(--text-color);
}
.punto2 {
  background-color: #40a0f0;
  transform: rotate(-16deg);
  border: 1px solid var(--text-color);
}
.punto3 {
  background-color: #ed8c1c;
  transform: rotate(16deg);
  border: 1px solid var(--text-color);
}
.punto4 {
  background-color: #d571eb;
  transform: rotate(48deg);
  border: 1px solid var(--text-color);
}
.actual {
  border: none;
}
#hero {
  transition: none;
  position: relative;
  background-image: var(--gradient2);
  background-color: var(--gradient-color2);
  min-height: 100vh;
  min-height: 100dvh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.textHero {
  padding: 60px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 1000px) {
  .textHero {
    z-index: 5;
  }
}
#hero h1 {
  color: var(--primary-light-20);
  margin-bottom: 20px;
}
.saludo {
  margin-bottom: 300px;
  padding-left: 0.8%;
  text-transform: uppercase;
  font-family: "Roboto-bold", Verdana, Geneva, Tahoma, sans-serif;
  font-size: clamp(0.8rem, 1.2vw + 0.8rem, 5.5vw);
}
@media screen and (max-width: 280px) {
  .borrarMiniMovil{
    display: none;
  }
}
.dise {
  font-size: 15.3vw;
  line-height: 100%;
}
.front {
  font-size: 18vw;
  line-height: 70%;
}
.web {
  line-height: 100%;
  font-size: 15vw;
}
.end {
  font-size: 10vw;
}
.maqueta {
  line-height: 100%;
  font-size: 17.5vw;
}
.developer {
  line-height: 60%;
  font-size: 15vw;
}
.soloTablet {
  display: none;
}
@media (max-width: 1000px) {
  .soloTablet {
    display: block;
  }
  #hero h1 {
    line-height: 110%;
  }
  .end {
    line-height: 0;
  }
  .guion::before {
    content: "————————";
    letter-spacing: -8px;
  }

  .developer {
    line-height: 90%;
    font-size: 13.5vw;
  }
}
@media (max-width: 600px) {
  .textHero {
    padding-bottom: 70px;
  }
  #hero h1 {
    line-height: normal;
  }
  .dise {
    font-size: 24vw;
    line-height: 130%;
  }
  .front {
    font-size: 26vw;
    line-height: 80%;
  }
  .web {
    font-size: 24vw;
    line-height: 80%;
  }
  .end {
    font-size: 15vw;
    line-height: 80%;
  }
  .guion::before {
    content: "—————";
    letter-spacing: -8px;
  }
  .maqueta {
    line-height: 100%;
    font-size: 17vw;
  }
  .developer {
    line-height: 80%;
    font-size: 15vw;
  }
}
.subtitulo {
  text-align: center;
  color: var(--text-color);
  padding: 0 10%;
  font-weight: 400;
  font-size: var(--size-h5);
  font-family: "Roboto", Geneva, Tahoma, sans-serif;
}
.flecha {  position: absolute;
  left: calc(50vw - 40px);
  bottom: 0;
  transform: scale(0.5);
  z-index: 6;
}
.flechaDown {
  height: 60px;
  width: 80px;
  background-color: var(--primary-light-20);
}
.flechaDown:hover {
  background-color: var(--text-color);
}
section {
  margin: 50px auto;
}
.titular h2 {
  text-transform: uppercase;
}
.titular {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.filete {
  margin: 0 auto;
  background-image: var(--gradient);
  background-color: var(--gradient-color);
  width: 90%;
  height: 4px;
  margin-bottom: 50px;
}
#portfolio {
  scroll-margin-top: 100px;
}

.carrusel {
  width: 100%;
  height: 413px;  
  max-height: 50vh;
  max-height: 50dvh;
  position: relative;
  overflow: hidden;
}
.interiorCarrusel {
  display: flex;
  gap: 10px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.interiorCarrusel img {
  height: 413px;  
  max-height: 50vh;
  max-height: 50dvh;
  width: auto;
}
@media screen and (max-width: 1000px) {
  .interiorCarrusel img { 
    max-height: 40vh;
    max-height: 40dvh;
  }
  .carrusel {
    max-height: 40vh;
    max-height: 40dvh;
  }
}
@media screen and (max-width: 600px) {
  .interiorCarrusel img {
    max-height: 35vh;
    max-height: 35dvh;
  }
  .carrusel {
    max-height: 35vh;
    max-height: 35dvh;
  }
}
.carrusel img:first-child {
  padding-left: 5vw;
}
.carrusel img:last-child {
  padding-right: 5vw;
}
.frase {
  margin: 0 5%;
  text-align: center;
  padding-bottom: 40px;
  color: var(--neutral-light-00);
  font-style: italic;
}
.textoPortfolio {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 50px;
}
#portfolio h4 {
  margin: 30px 0 10px 0;
}
.destacado {
  color: var(--secondary-light-00);
}
.botones {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.boton {
  transition: .5s;
  width: fit-content;
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 18px;
  border: 2px solid var(--text-color);
  padding: 0 24px;
  color: var(--text-color);
}
.iconosportfolio {
  transition: .5s;
  height: 24px;
  width: 24px;
  background-color: var(--text-color);
}
.boton p {
  margin: 0;
  margin-top: 3px;
}
.boton:hover {
  color: var(--primary-light-00);
  border: 2px solid var(--primary-light-00);
}
.boton:hover .iconosportfolio {
  background-color: var(--primary-light-00);
}
@media screen and (max-width: 300px) {
  .boton {
    padding: 0 16px;
  }
}
.doscolumnas {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
#galeria {
  scroll-margin-top: 100px;
}
#sobremi {
  scroll-margin-top: 100px;
}
#sobremi .doscolumnas {
  grid-template-columns: 33% 1fr;
  width: 90%;
}
@media screen and (max-width: 1000px) {
  .doscolumnas {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #sobremi .doscolumnas {
    grid-template-columns: 1fr;
    width: 80%;
  }
}
.cuadrado {
  aspect-ratio: 1 / 1;
  max-width: 400px;
}
.flexcentrado {
  margin: 0 auto;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.foto1plano {
  z-index: 3;
}
.imgAlberto {
  border-radius: 20px 0 20px 0;
  width: 90%;
height: auto;
}
.enmarcarFoto {
  aspect-ratio: 1 / 1;
  position: absolute;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.enmarcarFoto :first-child {
  margin-left: auto;
}
.marcoFoto {
  aspect-ratio: 1 / 1;
  width: 40%;
  background-image: var(--gradient);
  background-color: var(--gradient-color);
}
#sobremi h3 {
  width: fit-content;
  margin: 20px 0;
}
#habilidades {
  margin: 0 auto;
  padding: 70px 5%;
}
#habilidades h3 {
  margin: 0 auto;
  color: var(--primary-light-00);
  text-align: center;
}
#habilidades p {
  margin-left:  auto;
  margin-right: auto;
  text-align: center;
  width: 90%;
}
.listahabilidades {
  padding-top: 30px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--text-color);
  margin: 0 auto;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .listahabilidades {
    width: 100%;
  }
}
.card {
  width: 100px;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.card p {
  text-align: center;
}
.iconoshabilidades {
  height: 24px;
  width: 24px;
  background-color: var(--neutral-dark-00);
}
.ampliacion3 {
  transform: scale(3);
  margin: 24px;
}
#aficiones {
  transition: .5s;
  text-align: center;
  margin: auto;
  border: 2px solid var(--primary-light-10);
  width: 80%;
  max-width: 760px;
  padding: 30px 40px;
}
@media (max-width: 768px) {
  #aficiones {
    width: 90%;
    padding: 30px 10px;
  }
}
#linkDesplegable {
  transition: .5s;
  cursor: pointer;
}
#linkDesplegable:hover {
  color: var(--primary-light-10);
}
#linkDesplegable:hover .iconos {
  background-color: var(--primary-light-10);
}
.rotado {
  transform: rotate(-180deg);
  transform-origin: 50% 50%;
}
.listaAficiones {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.listaAficiones p {
  padding: 8px 16px;
  margin: 0;
  border: 1px solid var(--neutral-dark-10);
}
@media (max-width: 768px) {
  .listaAficiones p {
    padding: 8px 12px;
  }
}
.tachado {
  text-decoration: line-through;
}
#contacto {
  padding-top: 50px;
  scroll-margin-top: 100px;
}
.contacto {
  width: 90%;
  margin: 0 auto;
}
.lista {
  width: 100%;
  margin: 0 auto 30px auto;
  max-width: 70%;
}
.listado {
  padding: 16px;
  border-bottom: 2px solid var(--neutral-dark-10);
}
@media screen and (max-width: 1000px) {
  .lista {
    max-width: 80%;
  }
}
@media screen and (max-width: 400px) {
  .lista {
    max-width: 90%;
  }
}
.listado a {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.iconoscontacto {
  height: 36px;
  width: 36px;
  transform: scale(1.5);
  background-color: var(--text-color);
}
.listado a:hover .iconoscontacto {
  background-image: var(--gradient);
}
.listado .iconos:last-child {
  margin-left: auto;
  display: none;
}
.listado a:hover .iconos:last-child {
  display: block;
}
.iconos {
  transition: .5s;
  height: 24px;
  width: 24px;
  background-color: var(--text-color);
}
.listado a:hover .iconos {
  background-image: var(--gradient);
}
.listado a:hover {
  color: var(--primary-light-10);
}
@media screen and (max-width: 300px) {
  .listado {
    padding: 16px 0;
  }
  section {
    margin: 20px 0;
  }
}
.marco {
  border: 2px solid var(--neutral-dark-10);
  max-width: 70%;
  padding: 35px 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .marco {
    max-width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .marco {
    margin-top: 30px;
    padding: 30px 5%;
  }
}
@media screen and (max-width: 400px) {
  .marco {
    margin-top: 20px;
    max-width: 90%;
  }
}
.fraseFinal {
  font-size: calc(var(--size-h5) * 1.2);
  text-align: center;
  font-style: italic;
  line-height: 140%;
  color: var(--neutral-light-10);
}
.fraseFinal:hover {
  color: var(--text-color);
}
.fraseFinal:hover .clic {
  animation: cambioColor 1s infinite ease-in-out;
}
@media screen and (max-width: 1000px) {
  .fraseFinal {
    font-size: var(--size-h5);
  }
}
@media screen and (max-width: 300px) {
  .fraseFinal {
    font-size: var(--size-p);
  }
}
footer {
  padding: 20px;
  color: var(--neutral-light-00);
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px;
}
@media screen and (max-width: 768px) {
  footer {
    flex-direction: column;
    justify-content: center;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.flex p {
  margin: 0;
}
footer p {
  font-size: calc(var(--size-p) * 0.75);
}
.volver:hover .iconos {
  background-image: var(--gradient);
}
.volver:hover p {
color: var(--primary-light-00);
}
.ocultar {
  display: none;
  transition: 2s;
}


/* formulario */
#formulario {
  width: 90%;
  margin: 0 auto 20px auto;
}
#formulario form {
  max-width: 70%;
  margin: 20px auto 50px auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
input, textarea {
  font-family: "Roboto", Geneva, Tahoma, sans-serif;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  background-color: var(--neutral-dark-20);
  color: var(--text-color);
}
textarea {
  height: 200px;
}
form button {
  background-color: var(--primary-light-00);
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  color: var(--bg-color);
}
form button:hover {
  background-color: var(--primary-light-20);
}
.h-captcha {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* //galeria */

.containergaleria {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 10px;
}
@media screen and (max-width: 1400px) {
  .containergaleria {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .containergaleria {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .containergaleria {
    grid-template-columns: repeat(2, 1fr);

  }
}
@media screen and (max-width: 400px) {
  .containergaleria {
    grid-template-columns: repeat(1, 1fr);
  }
}

.itemgaleria {
  text-align: center;
  margin-bottom: 20px;
}

.itemgaleria img {
  border: 2px solid var(--neutral-dark-20);
  width: 100%;
  height: auto;
}

.textgaleria {
  margin-top: 8px;
}

/*  ICONOS  */

#iconoMenu {
  -webkit-mask: url(../images/iconos/menu.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/menu.svg) no-repeat 50% 50%;
}
#iconoMenuClose {
  -webkit-mask: url(../images/iconos/menuClose.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/menuClose.svg) no-repeat 50% 50%;
}
#iconoColor {
  -webkit-mask: url(../images/iconos/color.svg) no-repeat 0px 50%;
  mask: url(../images/iconos/color.svg) no-repeat 0px 50%;
  width: 32px;
}
#iconoDark {
  -webkit-mask: url(../images/iconos/luna.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/luna.svg) no-repeat 50% 50%;
}
#iconoLight {
  -webkit-mask: url(../images/iconos/sol.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/sol.svg) no-repeat 50% 50%;
}
.flechaDown {
  -webkit-mask: url(../images/iconos/flechaDown.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/flechaDown.svg) no-repeat 50% 50%;
}
.iconoLink {
  -webkit-mask: url(../images/iconos/link.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/link.svg) no-repeat 50% 50%;
}
.iconoPdf {
  -webkit-mask: url(../images/iconos/pdf.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/pdf.svg) no-repeat 50% 50%;
}
.iconoBehance {
  -webkit-mask: url(../images/iconos/behance.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/behance.svg) no-repeat 50% 50%;
}
.iconoAdobe {
  -webkit-mask: url(../images/iconos/adobe.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/adobe.svg) no-repeat 50% 50%;
}
.iconoFigma {
  -webkit-mask: url(../images/iconos/figma.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/figma.svg) no-repeat 50% 50%;
}
.iconoStudioCode {
  -webkit-mask: url(../images/iconos/studio-code.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/studio-code.svg) no-repeat 50% 50%;
}
.iconoHtml {
  -webkit-mask: url(../images/iconos/html.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/html.svg) no-repeat 50% 50%;
}
.iconoCss {
  -webkit-mask: url(../images/iconos/css.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/css.svg) no-repeat 50% 50%;
}
.iconoJs {
  -webkit-mask: url(../images/iconos/javascript.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/javascript.svg) no-repeat 50% 50%;
}
.iconoTailwind {
  -webkit-mask: url(../images/iconos/tailwind.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/tailwind.svg) no-repeat 50% 50%;
}
.iconoBootstrap {
  -webkit-mask: url(../images/iconos/bootstrap.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/bootstrap.svg) no-repeat 50% 50%;
}
.iconoPhp {
  -webkit-mask: url(../images/iconos/php.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/php.svg) no-repeat 50% 50%;
}
.iconoResponsive {
  -webkit-mask: url(../images/iconos/responsive.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/responsive.svg) no-repeat 50% 50%;
}
.iconoW3c {
  -webkit-mask: url(../images/iconos/w3c.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/w3c.svg) no-repeat 50% 50%;
}
.iconoWordPress {
  -webkit-mask: url(../images/iconos/wordpress.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/wordpress.svg) no-repeat 50% 50%;
}
.iconoJoomla {
  -webkit-mask: url(../images/iconos/joomla.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/joomla.svg) no-repeat 50% 50%;
}
.iconoMailchimp {
  -webkit-mask: url(../images/iconos/mailchimp.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/mailchimp.svg) no-repeat 50% 50%;
}
.iconoGit {
  -webkit-mask: url(../images/iconos/git.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/git.svg) no-repeat 50% 50%;
}
.iconoTypeScript {
  -webkit-mask: url(../images/iconos/typescript.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/typescript.svg) no-repeat 50% 50%;
}
.iconoAngular {
  -webkit-mask: url(../images/iconos/angular.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/angular.svg) no-repeat 50% 50%;
}
.iconoEmail {
  -webkit-mask: url(../images/iconos/Email.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/Email.svg) no-repeat 50% 50%;
}
.iconoLinkedin {
  -webkit-mask: url(../images/iconos/Linkedin.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/Linkedin.svg) no-repeat 50% 50%;
}
.iconoGithub {
  -webkit-mask: url(../images/iconos/Github.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/Github.svg) no-repeat 50% 50%;
}
.iconoWhatsapp {
  -webkit-mask: url(../images/iconos/Whatsapp.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/Whatsapp.svg) no-repeat 50% 50%;
}
.iconoCodepen {
  -webkit-mask: url(../images/iconos/codepen.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/codepen.svg) no-repeat 50% 50%;
}
.iconoFlechaLink {
  -webkit-mask: url(../images/iconos/flechaLink.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/flechaLink.svg) no-repeat 50% 50%;
}
.iconoUp {
  -webkit-mask: url(../images/iconos/ArrowUp.svg) no-repeat 50% 50%;
  mask: url(../images/iconos/ArrowUp.svg) no-repeat 50% 50%;
}


/* ANIMACIONES */

.bolaMov1 {
  pointer-events: none;
  background-color: var(--highlight-color);
  opacity: 50%;
  filter: blur(100px);
  width: 480px;
  height: 350px;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  bottom: 40px;
  z-index: 4;
  animation: rotar 8s infinite ease-in-out;
  transform-origin: 50% -100%;
}
.bolaMov2 {
  pointer-events: none;
  background-color: var(--highlight-color);
  opacity: 40%;
  filter: blur(80px);
  width: 300px;
  height: 320px;
  border-radius: 50%;
  position: absolute;
  top: 130px;
  right: 20%;
  z-index: 5;
  display: inline-block;
  animation: gradient 6s infinite;
}
.bolaMov3 {
  pointer-events: none;
  background-color: var(--primary-dark-00);
  filter: blur(40px);
  width: 400px;
  height: 320px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 10%;
  z-index: 3;
  animation: rotar 12s infinite ease-in-out;
  transform-origin: -50% 100%;
}
.bolaMov4 {
  pointer-events: none;
  background-color: var(--secondary-dark-00);
  opacity: 90%;
  filter: blur(100px);
  width: 360px;
  height: 600px;
  border-radius: 50%;
  position: absolute;
  bottom: -30%;
  right: -30%;
  z-index: 1;
  animation: gradient 7s infinite;
}
.bolaMov5 {
  pointer-events: none;
  background-color: var(--highlight-color);
  opacity: 70%;
  filter: blur(50px);
  width: 200px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  top: 55%;
  left: 55%;
  z-index: 6;
  animation: rotar 5s infinite;
  transform-origin: -100% -120%;
}
@keyframes aparecer {
  0% {
    transform: scale(0.2);
    opacity: 0%;
  }
  100% {
    transform: scale(1);
    opacity: 100%;
  }
}
.animate-fadezoom {
  animation: aparecer 0.5s ease-out;
  animation-fill-mode: both;
}
@keyframes fade {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
.animate-fade {
  animation: fade 1s ease-in-out;
}

@keyframes desplazartexto {
  0% {
    transform: translate(100vw, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.movimientoMarquesina {
  animation: desplazartexto 18s linear infinite;
}
.movimientoMarquesina:hover {
  animation-play-state: paused;
}

@keyframes ampliar-rebote {
  0% {
    transform: scale(0.4);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.animate-movimiento-rebote {
  view-timeline-name: --rebote;
  view-timeline-axis: block;

  animation-timeline: --rebote;
  animation-name: ampliar-rebote;

  animation-range: entry 0% cover 50%;
  animation-fill-mode: none;
}

@keyframes rotar {
  0% {
    transform: rotate(0deg);
    opacity: 0.5;
  }
  50% {
    transform: rotate(50deg) scale(0.5);
    opacity: 0.9;
  }
  100% {
    transform: rotate(0deg);
    opacity: 0.5;
  }
}

@keyframes gradient {
  60% {
    transform: scale(1.5) translate(-70%, -20%);
  }
}

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

@keyframes aparicion {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.elementos-aparicion {
  view-timeline-name: --image;
  view-timeline-axis: block;

  animation-timeline: --image;
  animation-name: aparicion;

  animation-range: entry 100% cover 25%;
  animation-fill-mode: both;
}
.img-aparicion {
  view-timeline-name: --image;
  view-timeline-axis: block;

  animation-timeline: --image;
  animation-name: aparicion;

  animation-range: entry 25% cover 40%;
  animation-fill-mode: both;
}
@keyframes aparicionMarco {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  30% {
    opacity: 0;
    transform: scale(0.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.animacion-marcos {
  view-timeline-name: --marcos;
  view-timeline-axis: block;

  animation-timeline: --marcos;
  animation-name: aparicionMarco;

  animation-range: entry 30% cover 50%;
  animation-fill-mode: both;
}
@keyframes aparicionCards {
  0% {
    transform: translateY(100%) scale(0.2);
  }
  100% {
    transform: translateY(0%) scale(1);
  }
}
.aparicionCards {
  view-timeline-name: --image;
  view-timeline-axis: block;

  animation-timeline: --image;
  animation-name: aparicionCards;

  animation-range: entry 25% cover 40%;
  animation-fill-mode: both;
}
@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes aparicionfilete {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.aparicionfilete {
  view-timeline-name: --filete;
  view-timeline-axis: block;

  animation-timeline: --filete;
  animation-name: aparicionfilete;

  animation-range: entry 50% cover 50%;
  animation-fill-mode: both;
}

.animacionFade {
  view-timeline-name: --titular;
  view-timeline-axis: block;

  animation-timeline: --titular;
  animation-name: fade;

  animation-range: entry 50% cover 50%;
  animation-fill-mode: both;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
.aparicionFadeUp {
  view-timeline-name: --titular;
  view-timeline-axis: block;

  animation-timeline: --titular;
  animation-name: fadeUp;

  animation-range: entry 10% cover 40%;
  animation-fill-mode: both;
}
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
.animacionfadeDown {
  animation: fadeDown 0.4s ease-in-out;
}
.animacionfadeDown2 {
  animation: fadeDown 0.4s ease-in-out;
  animation-delay: 0.2s;
  animation-fill-mode: both;
}
.animacionfadeDown3 {
  animation: fadeDown 0.4s ease-in-out;
  animation-delay: 0.4s;
  animation-fill-mode: both;
}
.animacionfadeDown4 {
  animation: fadeDown 0.4s ease-in-out;
  animation-delay: 0.6s;
  animation-fill-mode: both;
}
@keyframes desaparicionsuperior {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.desaparicionsuperior {
  view-timeline-name: --imagen;
  view-timeline-axis: block;

  animation-timeline: --imagen;
  animation-name: desaparicionsuperior;

  animation-range: entry 0% cover 150%;
  animation-fill-mode: both;
}

@keyframes aparicionTexto {
  0% {
    opacity: 0;
    transform: scale(2.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.aparicionTexto {
  animation: aparicionTexto 0.6s ease-in-out;
  animation-fill-mode: both;

}
.aparicionTexto2 {
  animation: fade 0.6s ease-in-out;
  animation-delay: 0.5s;
  animation-fill-mode: both;
}

@keyframes aparicionInferior {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.aparicionInferior {
  animation: aparicionInferior 0.8s ease-in-out;
}
.aparicionInferior2 {
  animation: aparicionInferior 0.6s ease-in-out;
  animation-delay: 0.8s;
  animation-fill-mode: both;
}

@keyframes animacionFlechaLink {
  0% {
    opacity: 0;

    transform: translateX(-100%) scaleX(0.2);
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateX(-100%) scaleX(0.2);
  }
  60% {
    transform: translateX(0) scaleX(1);
  }
  70% {
    transform: translateX(0) scaleX(1);
  }
  80% {
    transform: translateX(100%) scaleX(0.2);
  }
  81% {
    opacity: 1;
  }
  82% {
    opacity: 0;
  }
  83% {
    opacity: 0;
    transform: translateX(-100%) scaleX(0.2);
  }
  90% {
    opacity: 1;
    transform: translateX(-100%) scaleX(0.2);
  }
  100% {
    transform: translateX(0) scaleX(1);
  }
}

.animacionFlechaLink {
  animation: animacionFlechaLink 0.8s ease-in-out;
}

@keyframes cambioColor {
  0% {
    color: var(--txt-color);
  }
  50% {
    color: var(--primary-light-00);
  }
  100% {
    color: var(--txt-color);
  }
}
.cambioColor {
  animation: cambioColor 0.2s infinite ease-in-out;
}

@keyframes animacionEsconderMenu {
  0% {
    z-index: 9;
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
    z-index: -1;
  }
}
.animacionEsconderMenu {
  animation: animacionEsconderMenu 0.4s ease-in-out forwards;
  animation-fill-mode: forwards;
}

@keyframes animacionAparecerMenu {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
    z-index: 9;
  }
}
.animacionAparecerMenu {
  animation: animacionAparecerMenu 0.4s ease-in-out forwards;
}

@keyframes aparicionIzquierda {
  0% {
    margin-left: -50px;
    /* transform: translateX(-100%); */
  }
  100% {
    margin-left: 0;
    /* transform: translatex(0%); */
  }
}
.aparicionIzquierda {
  animation: aparicionIzquierda 0.8s ease-in-out;
  animation-fill-mode: both;
}

@keyframes aparicionIzquierdaExtra {
  0% {
    margin-left: -100vw;
  }
  100% {
  }
}
.aparicionIzquierdaExtra {
  animation: aparicionIzquierdaExtra 0.8s ease-in-out;
  animation-delay: 0.1s;
  animation-fill-mode: both;
}
@keyframes portfolio {
  0% {
    opacity: 0%;
    transform: translateX(-20%);
  }
  100% {
    opacity: 100%;
    transform: translateX(0%);
  }
}
.aparicionTextoPortfolio {
  view-timeline-name: --div;
  view-timeline-axis: block;

  animation-timeline: --div;
  animation-name: portfolio;

  animation-range: entry 5% cover 25%;
  animation-fill-mode: both;
}


@keyframes aparicionBorde {
  0% {
border-color: var(--bg-color);
  }
  100% {
  }
}
.aparicionBorde {
  view-timeline-name: --border;
  view-timeline-axis: block;

  animation-timeline: --border;
  animation-name: aparicionBorde;

  animation-range: entry 50% cover 50%;
  animation-fill-mode: both;
}