.white {
  color: #ffffff;
}

body {
  margin: 0;
  padding: 0;
  background-color: #0F0F0F;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul, ol {
  padding-left: 0;
  list-style: none;
}

figure {
  margin: 0;
}

p {
  margin: 0;
}

.tit__h1 {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 24px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1380px) {
  .tit__h1 {
    font-size: 0.9rem;
    margin-top: 14px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1380px) and (max-width: 414px) {
  .tit__h1 {
    font-size: 0.8rem;
  }
}
.tit__h1--proyecto {
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  margin-top: 0;
  text-align: center;
}
.tit__p--movil {
  display: none;
}
@media screen and (max-width: 920px) {
  .tit__p--movil {
    display: block;
    font-size: 0.8rem;
  }
}

.txt__base {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-size: 0.9rem;
  font-weight: 300;
}
@media screen and (max-width: 1380px) {
  .txt__base {
    font-size: 0.8rem;
  }
}
.txt__base--proyecto {
  font-size: 1rem;
  font-weight: normal;
}
.txt__center {
  text-align: center;
}

@media screen and (max-width: 920px) {
  .icon__whatsapp path {
    fill: #25d366;
  }
}
.icon__whatsapp:hover path {
  fill: #25d366;
}
.icon__instagram:hover path {
  fill: #F56040;
}
.icon__linkedin:hover path {
  fill: #76a1c5;
}
.icon__share:hover path {
  fill: #FFC83D;
}
.icon__share--btn {
  position: relative;
  top: 2px;
  margin-left: 12px;
  width: 14px;
  height: 14px;
}
.icon__share--btn path {
  fill: #000000;
}
.icon__home:hover path {
  fill: #3EA6FF;
}
.icon__rotate--btn {
  position: relative;
  margin-left: 12px;
}

.btn {
  cursor: pointer;
}
.btn__content--top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #000000;
  padding: 6px;
  border-radius: 50px;
}
.btn__content--top .active {
  transition: all 0.3s;
  color: #ffffff;
  background-color: #0338E9;
}
.btn__content--top .active:hover {
  background-color: #0338E9;
}
.btn__top {
  padding: 10px 10%;
  border-radius: 50px;
  font-size: 0.9rem;
  color: #BCBCBC;
  font-weight: bold;
  transition: all 0.3s;
}
.btn__top:hover {
  background-color: #171719;
}
@media screen and (max-width: 920px) {
  .btn__top:hover {
    background-color: #0338E9;
  }
}
@media screen and (max-width: 1380px) {
  .btn__top {
    font-size: 0.8rem;
  }
}
.btn__down {
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #17F38C;
  z-index: 1;
  transform: rotate(180deg);
}
@media screen and (max-width: 920px) {
  .btn__down {
    display: flex;
  }
}

.header {
  position: fixed;
  width: 100%;
  height: 100svh;
}
@media screen and (max-width: 920px) {
  .header {
    bottom: 0;
    height: 60px;
    z-index: 5;
  }
}
.header .nav {
  position: relative;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 24px;
  height: calc(100% - 48px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 1380px) {
  .header .nav {
    max-width: 1128px;
  }
}
@media screen and (max-width: 1380px) and (max-width: 1200px) {
  .header .nav {
    max-width: 872px;
  }
}
@media screen and (max-width: 1380px) and (max-width: 1200px) and (max-width: 920px) {
  .header .nav {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
    flex-direction: row-reverse;
    justify-content: center;
  }
}
.header .nav__menu {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: center;
  z-index: 4;
  flex-wrap: wrap;
}
@media screen and (max-width: 920px) {
  .header .nav__menu {
    display: none;
  }
}
.header .nav__menu i {
  font-size: 30px;
  line-height: 0;
  font-weight: bold;
  color: #ffffff;
}
.header .nav__menu--movil {
  display: none;
}
@media screen and (max-width: 920px) {
  .header .nav__menu--movil {
    position: absolute;
    top: 8px;
    right: 16px;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: #17F38C;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    z-index: 4;
  }
}
.header .nav__social {
  align-self: center;
}
@media screen and (max-width: 920px) {
  .header .nav__social {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    transform: translateY(60px);
  }
}

.social__list {
  border-radius: 12px;
}
@media screen and (max-width: 920px) {
  .social__list {
    display: flex;
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 920px) and (max-width: 620px) {
  .social__list {
    justify-content: center;
    gap: 24px;
  }
}
.social__item {
  padding: 12px 8px;
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 920px) {
  .social__item {
    transform: translateY(0px);
    transform: translateX(20px);
    padding: 16px 8px;
  }
}
.social__item a {
  display: block;
  width: 24px;
  height: auto;
}
@media screen and (max-width: 920px) {
  .social__item a {
    width: 22px;
  }
}
@media screen and (max-width: 920px) {
  .social__item--whatsapp {
    position: absolute;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 0;
    right: 16px;
    bottom: 64px;
    background-color: #000000;
  }
}
.social__item--home {
  display: block;
}
@media screen and (max-width: 920px) {
  .social__item--home {
    display: none;
  }
}

.panel {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  max-width: 1236px;
  margin: 0 auto;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media screen and (max-width: 1380px) {
  .panel {
    max-width: 1024px;
  }
}
@media screen and (max-width: 1380px) and (max-width: 1200px) {
  .panel {
    max-width: 768px;
  }
}
@media screen and (max-width: 1380px) and (max-width: 1200px) and (max-width: 920px) {
  .panel {
    flex-direction: column;
    box-sizing: border-box;
    max-width: 576px;
  }
}
@media screen and (max-width: 1380px) and (max-width: 1200px) and (max-width: 920px) and (max-width: 600px) {
  .panel {
    max-width: 100%;
    padding: 0px 16px;
  }
}
.panel__izq {
  position: sticky;
  top: 24px;
  min-height: 640px;
  height: calc(100svh - 48px);
  max-height: 720px;
  width: 0;
}
@media screen and (max-width: 920px) {
  .panel__izq {
    width: 100%;
    position: relative;
    min-height: auto;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 0px;
    top: 0px;
  }
}
.panel__izq--card {
  opacity: 0;
  box-sizing: border-box;
  padding: 24px;
  width: 100%;
  height: 100%;
  background-color: #171719;
  border-radius: 12px;
  z-index: 3;
  overflow: hidden;
  transform: translateX(-60px);
}
@media screen and (max-width: 920px) {
  .panel__izq--card {
    opacity: 1;
    transform: translateX(0px);
    height: auto;
  }
}
@media screen and (max-width: 920px) and (max-width: 920px) {
  .panel__izq--card {
    padding: 12px 8px 24px;
  }
}
.panel__izq--txt {
  color: #ffffff;
}
@media screen and (max-width: 920px) {
  .panel__izq--txt {
    margin-left: 56px;
  }
}
.panel__izq--img {
  position: relative;
}
@media screen and (max-width: 920px) {
  .panel__izq--img {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
  }
}
.panel__izq--titulo {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media screen and (max-width: 1380px) {
  .panel__izq--titulo {
    gap: 12px;
  }
}
.panel__izq--skill {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4%;
  margin-top: 24px;
}
.panel__izq--contacto {
  width: calc(100% - 48px);
  position: absolute;
  top: 254px;
  margin-top: 12px;
}
@media screen and (max-width: 920px) {
  .panel__izq--contacto {
    top: 170px;
  }
}
.panel__izq--contacto article {
  opacity: 0;
  transform: translateY(40px);
}
.panel__der {
  position: relative;
  margin-top: 24px;
  height: auto;
  width: calc(66.66% - 12px);
}
@media screen and (max-width: 1200px) {
  .panel__der {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 1200px) and (max-width: 920px) {
  .panel__der {
    width: 100%;
    margin-bottom: 40px;
  }
}

.titulo__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(50% - 12px);
  background-color: #000000;
  border: 1px solid #003A6C;
  border-radius: 12px;
  margin-top: 24px;
  padding: 14px;
  transform: translateY(0px);
}
.titulo__content:hover {
  transform: translateY(8px);
}
.titulo__h2 {
  font-family: "Inter", sans-serif;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 1380px) {
  .titulo__h2 {
    font-size: 0.8rem;
  }
}
.titulo__fecha {
  font-weight: 200;
  font-size: 1rem;
  color: #ffffff;
  margin: 8px 0;
}

.img__clip {
  opacity: 0;
  transition-delay: 0.6s;
  transition: all 1s;
  overflow: hidden;
}
.img__clip img, .img__clip video {
  transition-delay: 0.6s;
  transition: all 1.5s;
  transform: scale(1.2);
}

.img__clip.show {
  opacity: 1;
}

.img__clip.show img, .img__clip.show video {
  transform: scale(1);
}

.proyectos {
  position: relative;
}
.proyectos__item {
  position: relative;
  margin-bottom: 24px;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (min-width: 920px) {
  .proyectos__item:hover img {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 920px) {
  .proyectos__item:hover > div {
    opacity: 1;
    transform: translateY(0px);
  }
}
.proyectos__img img {
  display: block;
  border-radius: 12px;
  width: 100%;
}
.proyectos__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 4;
  transition: all 0.3s;
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 920px) {
  .proyectos__overlay {
    opacity: 1;
    transform: translateY(0px);
  }
}
.proyectos__overlay--top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 4px 16px 16px 16px;
  width: 100%;
  height: 50%;
}
.proyectos__overlay--tit {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  border-radius: 6px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000;
  filter: contrast(200%);
  box-sizing: border-box;
  padding: 8px 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
@media screen and (max-width: 1200px) and (min-width: 920px) {
  .proyectos__overlay--tit {
    font-size: 0.9rem;
    margin-top: 8px;
    padding: 4px 16px;
  }
}
@media screen and (max-width: 620px) {
  .proyectos__overlay--tit {
    font-size: 0.8rem;
    margin-top: 8px;
  }
}
.proyectos__overlay--tag {
  margin: 0 auto;
  background-color: #171719;
  font-size: 0.7rem;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  box-sizing: border-box;
  padding: 3px 12px 5px 12px;
  border-radius: 6px;
}
@media screen and (max-width: 620px) {
  .proyectos__overlay--tag {
    display: none;
  }
}
.proyectos__overlay--bottom {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  box-sizing: border-box;
  width: 100%;
  height: 50%;
  padding: 16px;
}
@media screen and (max-width: 920px) {
  .proyectos__overlay--bottom {
    align-items: center;
    padding: 8px 16px;
  }
}
@media screen and (max-width: 920px) and (max-width: 620px) {
  .proyectos__overlay--bottom {
    padding: 0px 16px 6px 16px;
  }
}
.proyectos__overlay--btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 29px;
  background-color: #17F38C;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  color: #000000;
  font-weight: 500;
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.5s;
}
@media screen and (max-width: 920px) {
  .proyectos__overlay--btn {
    width: 180px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 1200px) and (min-width: 920px) {
  .proyectos__overlay--btn {
    font-size: 0.8rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 620px) {
  .proyectos__overlay--btn {
    font-size: 0.7rem;
    font-weight: 600;
    height: 28px;
    width: 140px;
  }
}
.proyectos__overlay--btn:hover {
  width: 170px;
}
@media screen and (max-width: 1200px) and (min-width: 920px) {
  .proyectos__overlay--btn:hover {
    width: 160px;
  }
}
@media screen and (max-width: 920px) {
  .proyectos__overlay--btn:hover {
    width: 160px;
  }
}
.proyectos__overlay--btn:hover span {
  left: 160px;
  opacity: 1;
  transform: translateX(0px);
}
.proyectos__overlay--btn:hover i {
  transform: translateX(4px);
}
.proyectos__overlay--btn span {
  text-wrap: nowrap;
  margin-right: 12px;
  transition: all 0.2s;
  left: 160px;
}
.proyectos__overlay--btn i {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: translateX(0px);
}
@media screen and (max-width: 620px) {
  .proyectos__overlay--btn i {
    font-size: 1rem;
  }
}

.proyecto {
  margin-top: 24px;
  margin-bottom: 24px;
}
.proyecto__tag {
  display: inherit;
  margin: 0 auto;
  background-color: #171719;
  font-size: 0.7rem;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  box-sizing: border-box;
  padding: 3px 12px 5px 12px;
  border-radius: 6px;
}
.proyecto__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 6px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.proyecto__list--tag {
  opacity: 1;
  color: #000000;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  padding: 4px 8px;
  border-radius: 4px;
  text-wrap: nowrap;
  transform: translateY(0);
}
.proyecto__btn {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 6px 24px;
  border-radius: 15px;
}
.proyecto__btn--share {
  display: table;
  margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 16px;
  color: #000000;
  background-color: #17F38C;
  cursor: pointer;
}
.proyecto__btn--website {
  color: #000000;
  background-color: #17F38C;
}
.proyecto__btn--back {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.proyecto__btn--back i {
  margin-right: 8px;
}
.proyecto__btn--relacion {
  position: absolute;
  background-color: #17F38C;
  width: -moz-fit-content;
  width: fit-content;
  color: #000000;
}
.proyecto__content--btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.proyecto__relacion {
  margin-top: 48px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
}
.proyecto__relacion img {
  width: 100%;
  border-radius: 8px;
}
.proyecto__relacion a {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  right: 12px;
  top: 12px;
  padding: 6px 10px;
}
.proyecto__relacion a svg {
  margin-left: 0;
}
@media screen and (max-width: 920px) {
  .proyecto__relacion a {
    right: 6px;
    top: 6px;
  }
}
.proyecto__relacion--left {
  position: relative;
  width: 50%;
}
.proyecto__relacion--right {
  position: relative;
  width: 50%;
}

.skill__item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  border-radius: 12px;
  margin-bottom: 12px;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1380px) {
  .skill__item {
    width: 40px;
    height: 40px;
  }
}
.skill__item img {
  width: 54%;
  transition: all 0.2s;
}
.skill__item:hover img {
  width: 60%;
}

.img__hola {
  position: absolute;
  top: 0;
  left: 55%;
}
@media screen and (max-width: 920px) {
  .img__hola {
    width: 68px;
    left: 40px;
    top: 24px;
  }
}
.img__rich {
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .img__rich {
    text-align: left;
  }
}
.img__rich img {
  width: 90px;
  border-radius: 50px;
}
@media screen and (max-width: 920px) {
  .img__rich img {
    width: 60px;
  }
}

.item__anima {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 920px) {
  .item__star--h1 {
    text-align: left;
  }
}

.hidden {
  visibility: hidden;
}

.form__item {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  padding: 0px 28px 0px 0px;
  margin-bottom: 24px;
}
@media screen and (max-width: 920px) {
  .form__item {
    padding: 0px;
  }
}
.form__item input, .form__item textarea {
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  color: #ffffff;
  padding: 8px 12px;
  width: 100%;
  border-radius: 6px;
  background-color: #000000;
  border: 1px solid #003A6C;
}
.form__item input::-moz-placeholder, .form__item textarea::-moz-placeholder {
  font-weight: 600;
}
.form__item input::placeholder, .form__item textarea::placeholder {
  font-weight: 600;
}
.form__item textarea {
  height: 60px;
}
.form__item input[type=submit] {
  width: 107%;
  cursor: pointer;
  background-color: #17F38C;
  border-radius: 50px;
  color: #000000;
  font-weight: 600;
  border: 1px solid #2DFF1F;
}

/* MENSAJE DE ERROR */
.formulario__grupo-input {
  position: relative;
}

.formulario__input-error {
  position: absolute;
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  color: #ffffff;
  margin-bottom: 0px;
  padding: 4px 8px;
  display: none;
}
.formulario__input-error-activo {
  display: block;
}
.formulario__validacion-estado {
  position: absolute;
  right: -16px;
  top: 8px;
  z-index: 100;
  font-size: 16px;
  opacity: 0;
}
.formulario__mensaje, .formulario__captcha {
  height: 45px;
  line-height: 45px;
  background: #F66060;
  padding: 0 15px;
  border-radius: 3px;
  margin-bottom: 12px;
  display: none;
}
.formulario__mensaje-activo {
  display: block;
}
.formulario__mensaje-exito {
  margin-top: 8px;
  font-size: 14px;
  background-color: #1eab0b;
  padding: 10px 15px;
  color: #ffffff;
  display: none;
}
.formulario__mensaje-exito-activo {
  display: block;
}

/* Estilos para Validacion */
.formulario__grupo-correcto .formulario__validacion-estado {
  color: #1ed12d;
  opacity: 1;
}

.formulario__grupo-incorrecto .formulario__label {
  color: #bb2929;
}

.formulario__grupo-incorrecto .formulario__validacion-estado {
  color: #bb2929;
  opacity: 1;
}

.formulario__grupo-incorrecto .formulario__input {
  border: 3px solid #bb2929;
}/*# sourceMappingURL=style.css.map */