/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

*{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background-color: #131313;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

/*body:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba( 14, 14, 14, 0.9 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 190px );
  -webkit-backdrop-filter: blur( 190px );
  z-index: -1;
}*/

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1{
  font-size: 44px;
  line-height: 52px;
  position: relative;
  font-weight: 700;
}

h2{
  font-size: 36px;
  line-height: 44px;
  position: relative;
  font-weight: 700;
}

h3{
  font-size: 32px;
  line-height: 40px;
  position: relative;
  font-weight: 700;
}

h4{
  font-size: 28px;
  line-height: 36px;
  position: relative;
  font-weight: 700;
}

h5{
  font-size: 24px;
  line-height: 32px;
  position: relative;
  font-weight: 700;
}

h6{
  font-size: 20px;
  line-height: 26px;
  position: relative;
  font-weight: 700;
}

a {
  text-decoration: none;
  cursor: pointer;
}

figure {
  margin: 0;
  
}

p{
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  margin: 0 0 16px 0;
}

.layout{
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.layout__project{
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.txt-light{
  color: #fff;
}

.fuente__text{
  font-size: 16px;
  line-height: 20px;
  color: #838383;
}

.txt-medium{
  color: #838383;
}

.item__detail{
  width: 23%;
}

.wrap__items__details{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
}

.txt-rotate{
  font-size: 32px;
  line-height: 53px;
  position: relative;
  font-weight: 700;
  color: #838383;
}

.p__banner{
  margin-top: 20px;
}

.wrap__details {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg__detail__1{
  position: absolute;
  width: 1228.95px;
  height: 1228.95px;
  left: -36%;
  top: -183.56px;

  z-index: -1;


}

.bg__detail__2{
  position: absolute;
  width: 1142.73px;
  height: 1142.73px;
  right: 0%;
  top: 594.17px;

  z-index: -1;


}

.bg__detail__3{
  position: absolute;
  width: 1465.29px;
  height: 1465.29px;
  left: -35%;
  top: 1393.71px;

  z-index: -1;

}

.bg__detail__4{
  position: absolute;
  width: 1228.95px;
  height: 1228.95px;
  right: -5%;
  top: 2367.07px;
  z-index: -1;
}

.header__desktop{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
}

.wrap__list__project li{
  font-size: 18px;
  line-height: 24px;
}

.wrap__menu{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__main{
  margin:0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 32px;
}

.menu__main li{
    padding: 0 32px;
}

.menu__main a{
  color: white;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: normal;
}

.btn__main{
  padding: 12px 32px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: normal;
  border-radius: 100px;
  color: white;
  background: -o-linear-gradient(315deg, #9B9BF4 0%, #7979E5 100%);
  background: linear-gradient(135deg, #9B9BF4 0%, #7979E5 100%);
  display: table;
  position: relative;
}

.btn__main:hover{
  background: #7979E5;
}


.btn__second{
  padding: 12px 32px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: normal;
  border-radius: 100px;
  color: white;
  border: 2px solid #fff;
  background: transparent;
  display: table;
  position: relative;
  cursor: pointer;
}

.content__form__password a{
  color: #9B9BF4;
}

.wrap__image__form img{
  max-width: 112px;
}

.project_form_b1{
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn__second:hover{
  background-color: #fff;
  color: #131313;
}

.footer__desktop{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 120px 0;
}

.redes__sociales{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  list-style: none;
}

.redes__sociales li{
  padding: 0 80px;
}

.redes__sociales li:last-child{
  padding-right: 0px;
}

.redes__sociales a{
  color: white;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: normal;
}

.section__b1{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 110px 0 120px 0;
}

.wrap__imagen__b1{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.wrap__imagen__b1, .wrap__texto__b1{
  width: 50%;
}

.wrap__texto__b1{
  padding-left: 64px;
  padding-right: 108px;
}

.subtitile__banner{
  margin-bottom: 32px;
}

.title__banner{
  margin-bottom: 0px;
  position: relative;
}

.section__b2, .section__b3{
  padding: 120px 0;
}

.section__about__b1{
  padding: 240px 0 120px 0;
}

.section__project__b1{
  padding: 240px 0 64px;
}

.wrap__items__details{
  padding-bottom: 96px;
  border-bottom: 1px solid #51535740;
}

.wrap__border__bottom{
  position: relative;
}

.wrap__flow__chart{
  display: flex;
  flex-direction: column;
  gap: 32px;
}



.wrap__border__bottom::after{
  content: '';
  width: calc(100% - 144px);
  height: 1px;
  background-color: #515357;
  opacity: 40%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.wrap__title__project{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap__title__project .skills__item{
  margin-left: 32px;
}

.wrap__project__padding{
  padding: 0 56px;
}

.title__section__b2{
  margin-bottom: 32px;
  position: relative;
}

.title__section__b3{
  margin-bottom: 32px;
  position: relative;
}

.title__proyecto__b1{
  margin-bottom: 32px;
  position: relative;
}

.cursor__juan__jara{
  position: absolute;
  -webkit-animation: move 25s ease-in-out infinite;
          animation: move 25s ease-in-out infinite;
  display: block;
  max-width: 110px;
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: translate(-90px, 100px);
                transform: translate(-90px, 100px);
    }

    16% {
        -webkit-transform: translate(120px, 160px);
                transform: translate(120px, 160px);
    }

    32% {
        -webkit-transform: translate(80px, -150px);
                transform: translate(80px, -150px);
    }

    48% {
        -webkit-transform: translate(-190px, 45px);
                transform: translate(-190px, 45px);
    }

    65% {
        -webkit-transform: translate(100px, 200px);
                transform: translate(100px, 200px);
    }

    83% {
        -webkit-transform: translate(-90px, 100px);
                transform: translate(-90px, 100px);
    }
}

@keyframes move {
    0% {
        -webkit-transform: translate(-90px, 100px);
                transform: translate(-90px, 100px);
    }

    16% {
        -webkit-transform: translate(120px, 160px);
                transform: translate(120px, 160px);
    }

    32% {
        -webkit-transform: translate(80px, -150px);
                transform: translate(80px, -150px);
    }

    48% {
        -webkit-transform: translate(-190px, 45px);
                transform: translate(-190px, 45px);
    }

    65% {
        -webkit-transform: translate(100px, 200px);
                transform: translate(100px, 200px);
    }

    83% {
        -webkit-transform: translate(-90px, 100px);
                transform: translate(-90px, 100px);
    }
}

.title__banner:before{
  content: '👋';
  position: absolute;
  left: -56px;
}

.wrap__title__section{
  max-width: 468px;
}

.wrap__title__section.wrap__no__home{
  max-width: 792px;
}

.title__section__b2:before{
  content: '💻';
  position: absolute;
  left: -56px;
}

.title__section__b3:before{
  content: '🤘';
  position: absolute;
  left: -56px;
}

.title__section__about__b2:before{
  content: '⌨️';
  position: absolute;
  left: -56px;
}

.title__section__about__b3:before{
  content: '🖱';
  position: absolute;
  left: -56px;
}


.wrap__title{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 56px;
}

.proyecto__item{
  height: 312px;
  width: 100%;
  background-size: cover;
  border-radius: 24px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 24px;
}

.wrap__proyectos{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 64px 56px 0 56px;
  gap: 2%;
}

.skills__wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px 56px;
  margin-top: 120px;
}

.skills__item{
  border-radius: 24px;
  border: 2px solid #51535740;
  padding: 24px 36px;
  background-color: #18181850;
  margin: 0 40px 40px 0;
  color:  white;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: normal;
}

:where([autocomplete="one-time-code"]) {
  --otp-digits: 6;
  --otp-ls: 2ch;
  --otp-gap: 1.25;

  /* private consts */
  --_otp-bgsz: calc(var(--otp-ls) + 1ch);
  --_otp-digit: 0;

  all: unset;
  background: linear-gradient(
      90deg,
      var(--otp-bg, #7979E560) calc(var(--otp-gap) * var(--otp-ls)),
      transparent 0
    ),
    linear-gradient(
      90deg,
      var(--otp-bg, #454545) calc(var(--otp-gap) * var(--otp-ls)),
      transparent 0
    );
  background-position: calc(var(--_otp-digit) * var(--_otp-bgsz)) 0, 0 0;
  background-repeat: no-repeat, repeat-x;
  background-size: var(--_otp-bgsz) 100%;
  caret-color: var(--otp-cc, #222);
  caret-shape: block;
  clip-path: inset(0% calc(var(--otp-ls) / 2) 0% 0%);
  font-family: ui-monospace, monospace;
  font-size: var(--otp-fz, 2.5em);
  inline-size: calc(var(--otp-digits) * var(--_otp-bgsz));
  letter-spacing: var(--otp-ls);
  padding-block: var(--otp-pb, 0.4ch);
  padding-inline-start: calc(((var(--otp-ls) - 1ch) / 2) * var(--otp-gap));
  color: white;
}

.wrap__form__password{
  width: 40%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.content__form__password > p{
  margin-bottom: 0px;
}

.inputs__form__password .post-password-form br{
  display: none;
}

.content__form__password{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.inputs__form__password .post-password-form{
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.margin__bottom{
  margin-bottom: 32px;
}

.item__trabajo{
  background: rgba(24, 24, 24, 0.5);
  border: 2px solid rgba(81, 83, 87, 0.4);
  border-radius: 16px;
  width: 30%;
  padding: 52px 32px;
}

.wrap__trabajos{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 56px;
  margin-top: 120px;
}

.wrap__recomendaciones__mobile{
  display: none;
}

.wrap__comments{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;

          align-items: stretch;
          margin-top: 32px;
          gap: 32px;
}

.row__item__left{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  width: 30%;
}

.wrap__row__recomendaciones{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wrap__column__recomendaciones{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.project__b5{
  margin: 96px 0;
}

.padding__chart{
  margin-top: 64px;
}

.two__items__wrap{
  width: 30%;
  gap: 64px;
  display: flex;
  flex-direction: column;
  /* height: 100%; */
  justify-content: space-between;
}

.wrap__recomendaciones{
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin-top: 64px;
}

.project__b4, .project__b6{
  padding: 96px 0;
}

.section__about__b2{
  padding: 120px 0;
}

.wrap__programas{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 60px 56px;
}

.double__margin{
  padding: 120px 56px 60px 56px;
}

.wrap__wireframes{
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.wrap__item__component{
  position: relative;
}

.wrap__item__component img:first-child{
  width: 100%;
}

.wrap__cursor__project{
  width: 70%;
  height: 70%;
  position: absolute;
  left: 70%;
  top: 50%;
  transform: translate(-50%);
}

.project__b9{
  padding-bottom: 64px;
}

.project__9_1{
  overflow-x: scroll;
  padding-bottom: 96px;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
}

.wrap__resultados{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid #51535740;
  padding-top: 96px;
}

.item__resultado{
  width: 50%;
}

.page-child .item__trabajo{
  margin-bottom: 0px;
}

.num__resultado{
  font-size: 96px;
  line-height: 131px;
}

.project__b10{
  padding: 0 0 120px 0;
}

.item__programa{
  background: rgba(24, 24, 24, 0.5);
  border: 2px solid rgba(81, 83, 87, 0.4);
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 32px;
  position: relative;
}

.item__programa img{
  max-width: 86px;
}

.section__about__b3{
  padding: 120px 0;
}

.proyecto__section__b1{
  padding: 240px 0 120px 0;
}

.width__list__proyecto{
  width: 32%;
}

.lg-toolbar{
  background-color: transparent !important;
}

.lg-backdrop{
  opacity: .8 !important;
}

.wrap__title__section__project h3{
  margin-bottom: 32px;
}

.project__b2{
  padding: 96px 0 64px 0;
}

.wrap__components{
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.project__b8{
  padding: 96px 0;
}

.tooltip{
  position: absolute;
  padding: 4px 8px;
  border-radius: 4px;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  font-size: 14px;
  background: #7979E5;
  color: white;
  box-shadow: 0px 8px 12px 4px #19193050;
  opacity: 0;
  transition: all .3s;
}

.tooltip:after{
  width: 8px;
  height: 8px;
  background: #7979E5;
  top: 80%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  content: '';
  position: absolute;
}

.item__programa:hover .tooltip{
  opacity: 1;
  top: -40px;
}

.wrap__btn__mobile{
  display: none;
  justify-content: center;
  margin-top: 64px;
}

.menu__mobile{
  display: none;
}


@media screen and (max-width: 1280px){
  .wrap__trabajos{
    padding: 0;
  }
}

@media screen and (max-width: 1080px){
  .wrap__title__section.wrap__no__home{
    width: 60%;
  }

  .wrap__texto__b1{
    padding: 0px;
  }
}

@media screen and (max-width: 1024px){
  .item__trabajo{
    width: 80%;
    margin-bottom: 64px;
  }

  .wrap__trabajos{
    flex-direction: column;
  }
}

@media screen and (max-width: 990px){
  .section__about__b1 .wrap__title{
    flex-direction: column;
  }

  .wrap__title__section.wrap__no__home{
    width: 100%;
  }

  .section__about__b1 .wrap__btn__second{
    margin-top: 64px;
  }
}

@media screen and (max-width: 989px){
  .section__b1{
    flex-direction: column;
  }

  .wrap__menu{
    display: none;
  }

  .menu__mobile{
    display: block;
  }

  .width__list__proyecto{
    width: 46%;
  }

  .wrap__proyectos{
    justify-content: space-around;
  }

  .wrap__imagen__b1, .wrap__texto__b1{
    width: 100%;
  }

  .wrap__imagen__b1{
    justify-content: flex-start;
  }

  @-webkit-keyframes move {
      0% {
          -webkit-transform: translate(10px, 100px);
                  transform: translate(10px, 100px);
      }

      16% {
          -webkit-transform: translate(120px, 160px);
                  transform: translate(120px, 160px);
      }

      32% {
          -webkit-transform: translate(270px, 50px);
                  transform: translate(270px, 50px);
      }

      48% {
          -webkit-transform: translate(220px, -130px);
                  transform: translate(220px, -130px);
      }

      65% {
          -webkit-transform: translate(10px, -100px);
                  transform: translate(10px, -100px);
      }

      83% {
          -webkit-transform: translate(10px, 100px);
                  transform: translate(10px, 100px);
      }
  }

  @keyframes move {
      0% {
          -webkit-transform: translate(10px, 100px);
                  transform: translate(10px, 100px);
      }

      16% {
          -webkit-transform: translate(120px, 160px);
                  transform: translate(120px, 160px);
      }

      32% {
          -webkit-transform: translate(270px, 50px);
                  transform: translate(270px, 50px);
      }

      48% {
          -webkit-transform: translate(220px, -130px);
                  transform: translate(220px, -130px);
      }

      65% {
          -webkit-transform: translate(10px, -100px);
                  transform: translate(10px, -100px);
      }

      83% {
          -webkit-transform: translate(10px, 100px);
                  transform: translate(10px, 100px);
      }
  }
}

@media screen and (max-width: 767px){
  h1{
    font-size: 36px;
    line-height: 44px;
    position: relative;
    font-weight: 700;
  }

  h2{
    font-size: 32px;
    line-height: 40px;
    position: relative;
    font-weight: 700;
  }

  h3{
    font-size: 28px;
    line-height: 36px;
    position: relative;
    font-weight: 700;
  }

  h4{
    font-size: 24px;
    line-height: 32px;
    position: relative;
    font-weight: 700;
  }

  h5{
    font-size: 20px;
    line-height: 26px;
    position: relative;
    font-weight: 700;
  }

  h6{
    font-size: 18px;
    line-height: 22px;
    position: relative;
    font-weight: 700;
  }

  p{
    font-size: 16px;
    line-height: 22px;
    letter-spacing: normal;
    margin: 0 0 16px 0;
  }

  .project__9_1 img{
    max-width: 1300px;
  }

  .wrap__form__password{
    width: 100%;
  }

  :where([autocomplete="one-time-code"]) {
    --otp-digits: 6;
    --otp-ls: 1.3ch;
    --otp-gap: 1.25;
    --_otp-bgsz: calc(var(--otp-ls) + 1ch);
    --_otp-digit: 0;
    all: unset;
    background: linear-gradient(90deg, var(--otp-bg, #7979E560) calc(var(--otp-gap)* var(--otp-ls)), transparent 0), linear-gradient(90deg, var(--otp-bg, #454545) calc(var(--otp-gap)* var(--otp-ls)), transparent 0);
    background-position: calc(var(--_otp-digit)* var(--_otp-bgsz)) 0, 0 0;
    background-repeat: no-repeat, repeat-x;
    background-size: var(--_otp-bgsz) 100%;
    caret-color: var(--otp-cc, #222);
    caret-shape: block;
    clip-path: inset(0% calc(var(--otp-ls) / 2) 0% 0%);
    font-family: ui-monospace, monospace;
    font-size: var(--otp-fz, 2.5em);
    inline-size: calc(var(--otp-digits)* var(--_otp-bgsz));
    letter-spacing: var(--otp-ls);
    padding-block: var(--otp-pb, 0.ch);
    padding-inline-start: calc(((var(--otp-ls) - 1ch) / 2)* var(--otp-gap));
    color: white;
}

  .wrap__recomendaciones__mobile{
    display: flex;
    flex-direction: column;
    gap: 64px;
  }

  .wrap__list__project li{
    font-size: 16px;
    line-height: 22px;
  }

  .separator{
    width: 100%;
    height: 1px;
    background-color: #51535740;
  }

  .two__items__wrap{
    width: 100%;
    gap: 24px;
  }

  .row__item__left{
    width: 100%;
  }

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

  .redes__sociales{
    padding: 0;
    flex-direction: column;
    align-items: center;
  }

  .wrap__imagen__b1 img:first-child{
    width: 100%;
    max-width: 400px;
  }

  .redes__sociales li{
    padding: 24px 0 24px 0;
  }

  .double__margin, .wrap__programas{
    padding: 0px;
  }

  .section__about__b3 .wrap__title{
    margin-bottom: 120px;
  }

  .item__programa{
    margin-bottom: 32px;
  }

  .section__b1{
    padding: 72px 0 88px;
  }

  .wrap__title .wrap__btn__second{
    display: none;
  }

  .wrap__btn__mobile{
    display: flex;
  }

  .section__about__b2, .section__about__b3, .section__b2, .section__b3{
    padding: 88px 0;
  }

  .section__about__b1{
    padding: 176px 0 88px;
  }

  .width__list__proyecto{
    width: 100%;
  }

  .wrap__proyectos{
    justify-content: center;
    padding: 64px 0 0 0;
  }

  .proyecto__item{
    height: 240px;
  }

  .skills__wrap{
    padding: 0px;
  }

  .skills__item{
    font-size: 16px;
    line-height: 22px;
    padding: 20px 24px;
    margin: 0 12px 32px 0;
  }

  .wrap__title{
    flex-direction: column;
    padding-left: 0px;
  }

  .title__section__b2:before, .title__section__b3:before, .title__banner:before, .title__section__about__b2:before{
    left: 0px;
    top: -52px;
  }

  .wrap__title__section, .wrap__texto__b1{
    padding-top: 52px;
  }

  .item__trabajo{
    width: 100%;
  }

  .item__detail{
    width: 44%;
  }

  .wrap__items__details{
    gap: 32px;
  }

  .wrap__title__project{
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .wrap__title__project .skills__item{
    margin-left: 0px;
  }

  .project__b4, .project__b6, .project__b8{
    padding: 80px 0;
  }

  .wrap__resultados{
    padding-top: 80px;
    flex-direction: column;
    gap: 80px;
  }

  .item__resultado{
    width: 100%;
  }

  .wrap__items__details, .project__9_1{
    padding-bottom: 80px;
  }

  .wrap__recomendaciones{
    display: none;
  }

  .project__b2{
    padding: 80px 0 64px 0;
  }

  .project__b5{
    margin: 80px 0;
  }

  .wrap__comments{
    flex-direction: column;
  }

  .wrap__comments .item__trabajo:last-child{
    margin-bottom: 0px;
  }

}


.burger {
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 4px;
  z-index: 10;
}
.burger span {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1.5px;
}
.burger span, .burger span::before, .burger span::after {
  display: block;
  border-radius: 100px;
  width: 30px;
  height: 3px;
  background-color: #fff;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.burger span::before, .burger span::after {
  position: absolute;
  content: "";
}
.burger span::before {
  top: -9px;
}
.burger span::after {
  top: 9px;
}
.burger.clicked span {
  background-color: transparent;
}
.burger.clicked span::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.burger.clicked span::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
.burger.clicked span:before, .burger.clicked span:after {
  background-color: #fff;
}
.burger:hover {
  cursor: pointer;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #7979E5;
  opacity: 0;
  visibility: hidden;
}
.overlay.show {
  opacity: 0.8;
  visibility: visible;
}

nav {
  background-color: #0E0E0E;
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 515px;
  width: 100%;
  padding: 100px 40px 60px 40px;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
nav.show {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
nav.show ul.menu__mobile li {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  text-align: center;
}
nav.show ul.menu__mobile li:nth-child(1) {
  transition-delay: 0.15s;
}
nav.show ul.menu__mobile li:nth-child(2) {
  transition-delay: 0.3s;
}
nav.show ul.menu__mobile li:nth-child(3) {
  transition-delay: 0.45s;
}
nav.show ul.menu__mobile li:nth-child(4) {
  transition-delay: 0.6s;
}
nav.show ul.menu__mobile li:nth-child(5) {
  transition-delay: 0.75s;
}
nav.show ul.menu__mobile li:nth-child(6) {
  transition-delay: 0.9s;
}
nav.show ul.menu__mobile li:nth-child(7) {
  transition-delay: 1.05s;
}
nav.show ul.menu__mobile li:nth-child(8) {
  transition-delay: 1.2s;
}
nav.show ul.menu__mobile li:nth-child(9) {
  transition-delay: 1.35s;
}
nav.show .about, nav.show .social, nav.show ul.sub {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.85s;
}
@media (min-width: 667px) {
  nav {
    padding: 120px 90px 70px 90px;
  }
}
nav ul.menu__mobile {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 88px;
}
nav ul.menu__mobile li {
  margin-bottom: 20px;
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav ul.menu__mobile li:last-of-type {
  margin-bottom: 0px;
}
nav ul.menu__mobile li a {
  color: #fff;
  font-size: 32px;
  line-height: 88px;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav ul.menu__mobile li a span {
  color: #7979E5;
}
nav ul.menu__mobile li a:hover {
  color: #7979E5;
}
nav .about {
  margin-top: 40px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
nav .about p {
  color: #ffffff;
  font-family: "Spectral", serif;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  line-height: 170%;
}
nav .social {
  margin-top: 40px;
  position: relative;
  padding-bottom: 30px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
nav .social:after {
  content: "";
  width: 230px;
  height: 2px;
  background-color: #7979E5;
  position: absolute;
  bottom: 0;
  left: 0;
}
nav .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 25px;
}
nav .social a:last-of-type {
  margin-right: 0px;
}
nav .social a:hover svg path, nav .social a:hover svg circle {
  fill: #7979E5;
}
nav .social a svg {
  width: 100%;
  height: 100%;
}
nav .social a svg path, nav .social a svg circle {
  fill: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav ul.sub {
  list-style-type: none;
  margin-top: 40px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
nav ul.sub li {
  margin-bottom: 10px;
}
nav ul.sub li:last-of-type {
  margin-bottom: 0px;
}
nav ul.sub li a {
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 0.9rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav ul.sub li a:hover {
  color: #7979E5;
}

.page-template-theme-sobre-mi .wrap__btn__second{
display: none;
}