header {
  background: none;
}

.navbar-expand-md .navbar-brand .navbar-brand-item {
  height: auto;
}

.h1 .healthAddicts {
  font-size: 6rem;
}

.health, .algo {
  font-size: 7.5rem;
}

.circle-f-lottie {
  z-index: 3;
  width: 5vw;
  position: relative;
  transform: rotate(4deg)translate(0, 60%);
}

.circle-f-lottie path, .line-f-lottie-holder path {
  fill: #fe5000;
}

.line-f-lottie-holder._2 {
  width: 20vw;
  bottom: -1.9rem;
  left: 56.5vw;
  transform: translate(50%);
}

.line-f-lottie-holder {
  z-index: 3;
  width: 11rem;
  position: absolute;
  bottom: -2.5rem;
  left: 56.5vw;
  transform: rotate(5deg);
}

.signature {
  width: 100%;
  height: 0;
  padding-bottom: 55.3097%;
  position: relative;
  overflow: auto;
}

.signature svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

path {
  stroke-dashoffset: 600px;
  stroke-dasharray: 600;
  animation: 1s linear forwards draw;
}

.bounce2 {
  animation: 2s infinite bounce2;
}

@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.health {
  padding-right: 1rem;
}

.circuloRevisamos svg {
  width: 225px;
  height: 54px;
  position: absolute;
  transform: translate3d(-156px, -7px, 0);
}

.handwriting, .handwriting-ca {
  color: #fe5000;
  opacity: 0;
  white-space: nowrap;
  width: 30em;
  font-family: TrashHand, cursive;
  font-size: 1.5em;
  position: absolute;
  top: 4.4rem;
  left: 24.7rem;
  overflow: hidden;
}

.handwriting-ca {
  left: 24.5rem;
}

.handwritingAnimation {
  animation: 5s steps(300, end) 2s forwards keyframes;
}

@keyframes keyframes {
  from {
    width: 0;
  }

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 1px;
  }
}

.ydeVerdad {
  opacity: 0;
  animation: 0s 2s forwards showVerdad;
  position: relative;
  top: -7em;
  left: 24rem;
}

@keyframes showVerdad {
  to {
    opacity: 1;
  }
}

.ydeVerdad p {
  color: #fe5000;
  white-space: nowrap;
  letter-spacing: -.8px;
  margin: auto 0;
  font-family: TrashHand, cursive;
  animation: 10.5s steps(30, end) 2s typing;
  overflow: hidden;
  font-size: 1.5em !important;
}

@keyframes typing {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

.preFootLinks {
  color: #1d1d1b;
  letter-spacing: -.01em;
  font-family: sf pro, sans-serif;
  font-size: 1.85rem;
}

.textoMainHome p {
  font-size: 1.375rem;
}

.contendorImages1 {
  animation-duration: 3s;
  position: absolute;
}

.btn-img {
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.btn-img:active {
  opacity: .3;
  transition: opacity .1s;
}

.btn-img-gradient:hover:before, .btn-img-combo:hover:before {
  opacity: 1;
  transition: opacity .3s;
}

.btn-img-gradient:before, .btn-img-combo:before {
  content: "";
  z-index: 99;
  opacity: 0;
  background-image: linear-gradient(#0000 0%, #fd5204 100%);
  transition: opacity .3s;
  display: block;
  position: absolute;
  inset: 0;
}

.scrollDown {
  position: absolute;
  right: calc(100vw - 90%) !important;
}

.healthAddicts {
  letter-spacing: -.05em;
  position: relative;
  overflow: visible;
}

.underlined, .underlined2 {
  height: 3.8rem;
  background-image: url("addictsUnderline.77426ad6.png");
  background-position: -2rem 3rem;
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background .5s;
  position: absolute;
  bottom: .1rem;
  overflow: visible;
}

.underlined2 {
  height: 4.8rem;
  bottom: 30%;
  left: 1rem;
  overflow: hidden;
}

.showUnderline {
  background-size: 100% 64%;
}

.underlined--thick {
  background-position: 0 1.6rem;
}

.underlined2--thick {
  background-position: 0 3.2rem;
}

.imagesHome {
  min-height: 80vh;
  color: var(--color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.imagesHome p {
  font-family: sf pro light, sans-serif;
  font-size: 1.6785rem;
}

button.learn-more {
  cursor: pointer;
  vertical-align: middle;
  font-size: inherit;
  width: 24rem;
  height: auto;
  background: none;
  border: 0;
  outline: none;
  padding: 0;
  font-family: sf pro;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

button.learn-more .circle {
  width: 2.6rem;
  height: 2.6rem;
  background: #ff5001;
  border-radius: 1.625rem;
  margin: 0;
  transition: all .45s cubic-bezier(.65, 0, .076, 1);
  display: block;
  position: relative;
}

button.learn-more .circle .icon {
  background: #fff;
  margin: auto;
  transition: all .45s cubic-bezier(.65, 0, .076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
}

button.learn-more .circle .icon.arrow {
  width: 2rem;
  height: 0;
  background: none;
  transition: all .45s cubic-bezier(.65, 0, .076, 1);
  left: .625rem;
}

button.learn-more .circle .icon.arrow:before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("whatsBtn.a67050b5.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: -.95rem;
  right: -.2rem;
}

button.learn-more .button-text {
  color: #ff5001;
  text-align: center;
  margin: -14px 0 0 1.8rem;
  padding: .75rem .3rem;
  font-size: 1.6785rem;
  font-weight: 400;
  line-height: 1.6;
  position: absolute;
  inset: 0;
}

a:hover .circle, button:hover .circle {
  width: 100%;
}

a:hover .circle .icon.arrow, button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(.3rem);
}

a:hover .button-text, button:hover .button-text {
  color: #fff;
}

.scroll-parent {
  width: 200vw;
  padding: 2rem 0;
  position: relative;
  overflow-x: hidden;
}

.scroll-element {
  width: inherit;
  height: inherit;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
}

.scroll-element img {
  width: 100%;
}

.primary {
  animation: 70s linear infinite primary;
}

.secondary {
  animation: 70s linear infinite secondary;
}

@keyframes primary {
  from {
    left: 0%;
  }

  to {
    left: -100%;
  }
}

@keyframes secondary {
  from {
    left: 100%;
  }

  to {
    left: 0%;
  }
}

.saludableCricleA, .revisamosCricle {
  width: 110%;
  margin-right: 1.5rem;
}

.saludableCricleA svg {
  width: 110%;
  height: 115%;
  pointer-events: none;
  position: absolute;
  top: -5px;
  left: -30px;
}

.revisamosCricle svg {
  width: 115%;
  height: 130%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -5px;
}

.revisamosCricle path, .saludableCricleA path {
  stroke: #ff5001;
  stroke-width: 7px;
  stroke-dasharray: 0 1900;
}

.saludableCricleAnimation path {
  animation: 2.5s forwards draw2;
}

@keyframes draw2 {
  from {
    stroke-dasharray: 0 1900;
  }

  to {
    stroke-dasharray: 1900 1900;
  }
}

.circle1 {
  transform: "matrix(3.0199999809265137,0,0,3.0199999809265137,23.216033935546875,8.347564697265625)";
}

.img--carrousel-container {
  width: 110px;
}

a#conoceMas {
  width: 25.5rem;
  height: auto;
}

a#conoceMas.verProyecto .button-text {
  margin-top: -1rem;
  font-size: 1.5rem !important;
}

@media screen and (min-width: 1900px) {
  .parallax-container {
    min-height: 61vh;
    background-attachment: fixed;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1580px) {
  #flecha {
    transform-origin: center;
    position: relative;
    top: -4px;
    left: -210px;
    transform: rotate(270deg);
  }
}

@media screen and (min-width: 1600px) and (max-width: 1890px) {
  .parallax-container {
    min-height: 71vh;
  }

  #flecha {
    transform-origin: center;
    position: relative;
    top: -7px;
    transform: rotate(270deg);
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  body {
    min-height: 75vw;
    color: --default-font-color;
    background-color: #0000;
    background-image: url("aLogo.f1e91029.png"), linear-gradient(#fff 0%, #e7e7e7 74%, #ddd 100%);
    background-position: 50% -68px, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 150%;
    background-attachment: fixed;
    background-origin: padding-box, padding-box;
    background-clip: border-box, border-box;
    margin: 0;
    font-family: sf pro, sans-serif;
  }

  .parallax-container {
    min-height: 78vh !important;
  }

  h1 > span, .h1 > span {
    margin-top: 3rem;
    font-size: 4.5rem;
  }

  .h1 {
    margin-bottom: 4rem;
    font-size: 4.5rem;
    font-weight: 500;
  }

  .health, .algo {
    display: block;
    font-size: 5.5rem !important;
  }

  .underlined {
    bottom: -9.5rem;
  }

  .textoMainHome p {
    font-size: 16px;
  }

  .ydeVerdad p {
    font-size: 1.1em !important;
  }

  .textoMainHome {
    margin-top: 15vh;
  }

  .circuloRevisamos svg {
    width: 250px;
    height: 38px;
    position: absolute;
    transform: translate3d(-156px, -7px, 0);
  }

  .handwriting, .handwriting-ca {
    opacity: 0;
    font-size: 1.1em;
    top: 2.6rem;
    left: 19.4rem;
  }

  .handwriting-ca {
    left: 20.4rem;
  }

  #flecha {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: absolute;
  }

  #flecha .draw-arrow {
    stroke-width: 5px;
    stroke: #000;
    fill: none;
    stroke-dasharray: 300;
    stroke-dashoffset: 300px;
    animation-name: drawFlecha;
    animation-duration: 3s;
    animation-delay: 5s;
    animation-fill-mode: forwards;
  }

  #flecha .draw-arrow.tail-1 {
    animation-delay: 5.5s;
  }

  #flecha .draw-arrow.tail-2 {
    animation-delay: 5.7s;
  }

  @keyframes drawFlecha {
    to {
      stroke-dashoffset: 0;
    }
  }

  #flecha {
    transform-origin: center;
    opacity: 1;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    top: 40px;
    left: -300px;
    transform: rotate(270deg);
  }

  .scroll-parent {
    width: 600vw;
  }

  button.learn-more {
    width: 16rem;
    height: auto;
    font-family: sf pro;
  }

  button.learn-more .button-text {
    color: #ff5001;
    text-align: center;
    margin: -.2rem 0 0 1.8rem;
    padding: .75rem .3rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    position: absolute;
    inset: 0;
  }

  a.verProyecto .button-text {
    font-size: 14px !important;
  }

  .imagesHome p {
    font-size: .75rem;
  }

  .aspidLogo img#circlePremio {
    width: 80px;
    height: 80px;
  }

  #elLogo {
    z-index: 1;
    width: 50%;
    position: absolute;
    top: 38%;
    left: 27%;
  }

  .underlined2 {
    height: 3rem;
    bottom: 45%;
    left: .2rem;
    overflow: hidden;
  }

  .underlined2--thick {
    background-position: 0 2rem;
  }

  .saludable--container {
    margin-top: -.5rem;
  }

  .saludableCircle {
    transform: scale(.25)translate3d(-152%, -114%, 0);
  }

  .saludableCricleA {
    margin-right: .5rem;
  }

  .saludableCricleA svg {
    width: 110%;
    height: 110%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -7px;
  }

  .de--container {
    margin-left: -.8rem;
  }

  .tu--container {
    margin-top: -.5rem;
  }

  .ydeVerdad {
    top: -6em;
    left: 18.8rem;
  }

  .carousel-item img {
    width: 40px !important;
  }

  .enClass {
    margin-left: 0;
    position: relative;
    bottom: .9rem;
  }

  .loMasClass {
    margin-top: -1.5rem;
  }

  .img--carrousel-container {
    width: 60px;
    margin-left: .5rem;
  }

  #projectRewards2 {
    margin-top: .5rem;
  }
}

@media only screen and (min-width: 546px) and (max-width: 820px) {
  a.nav-link {
    font-size: .6rem;
  }

  .parallax-container {
    min-height: 55vh;
  }

  .h1 {
    color: var(--default-font-color);
    font-family: sf pro, sans-serif;
    font-size: 4.5rem;
    font-weight: 500;
  }

  h1 span, .h1 span {
    font-size: 5rem;
  }

  .health, .algo {
    font-size: 5.5rem !important;
  }

  .underlined {
    bottom: -.5rem;
  }

  .underlined2 {
    bottom: 2.5rem;
  }

  .underlined--thick {
    background-position: 0 .9rem;
  }

  .textoMainHome p {
    font-size: .94rem;
  }

  button.learn-more {
    width: 14rem;
    font-family: sf pro;
  }

  button.learn-more .button-text {
    color: #ff5001;
    text-align: center;
    margin: -14px 0 0 1.8rem;
    padding: 1.1rem .3rem;
    font-size: .9rem;
  }

  button.learn-more .circle {
    width: 2rem;
    height: 2rem;
  }

  button.learn-more .circle .icon.arrow {
    width: 2rem;
    height: 0;
    background: none;
    left: .25rem;
  }

  .scrollDown {
    height: 12%;
  }

  .ydeVerdad {
    top: -5.5em;
    left: 16rem;
  }

  .ydeVerdad p {
    font-size: 1em !important;
  }

  #flecha {
    top: -10px;
    left: -135px;
  }

  .imagesHome {
    min-height: 48vh;
  }

  .imagesHome p {
    font-family: sf pro light, sans-serif;
    font-size: 1rem;
  }

  .aspidLogo {
    margin-top: 1rem;
  }

  .preFootLinks {
    color: #1d1d1b;
    letter-spacing: -.08rem;
    font-family: sf pro, sans-serif;
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 546px) and (max-width: 770px) {
  .textoMainHome p {
    font-size: .86rem;
  }

  .ydeVerdad {
    top: -5em;
    left: 14.5rem;
  }
}

@media only screen and (min-width: 771px) and (max-width: 1200px) {
  .textoMainHome p {
    font-size: 1.25rem;
  }

  .ydeVerdad {
    top: -7em;
    left: 21.5rem;
  }

  #flecha {
    top: 0;
    left: -180px;
  }

  .imagesHome p {
    font-family: sf pro light, sans-serif;
    font-size: 1.2785rem;
  }
}

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