@charset "UTF-8";
/* CSS Document */
.icon-trabajo:before {
	content: "\e910";
}



@-webkit-keyframes moveUp {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: 18%;
  }
}

@-o-keyframes moveUp {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: 18%;
  }
}

@keyframes moveUp {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: 18%;
  }
}

@-webkit-keyframes scrollBackground {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: 20%;
  }
}

@-o-keyframes scrollBackground {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: 20%;
  }
}

@keyframes scrollBackground {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: 20%;
  }
}

@-webkit-keyframes inicioLogo {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@-o-keyframes inicioLogo {
  from {
    opacity: 0;
    -o-transform: scale(0.8, 0.8);
       transform: scale(0.8, 0.8);
  }
  to {
    opacity: 1;
    -o-transform: scale(1, 1);
       transform: scale(1, 1);
  }
}

@keyframes inicioLogo {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
         -o-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
         -o-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@-webkit-keyframes inicioFrase {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@-o-keyframes inicioFrase {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes inicioFrase {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@-webkit-keyframes zindex {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-o-keyframes zindex {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes zindex {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes backgroundCepa {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-o-keyframes backgroundCepa {
  0% {
    opacity: 0;
    -o-transform: translateX(100%);
       transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0%);
       transform: translateX(0%);
  }
}

@keyframes backgroundCepa {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
         -o-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes scrollUpBig {
  from {
    background-position-y: 18%;
  }
  to {
    background-position-y: 36%;
  }
}

@-o-keyframes scrollUpBig {
  from {
    background-position-y: 18%;
  }
  to {
    background-position-y: 36%;
  }
}

@keyframes scrollUpBig {
  from {
    background-position-y: 18%;
  }
  to {
    background-position-y: 36%;
  }
}

.Intro {
  text-align: center;
}

.Intro__background {
  background-position-y: 20%;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}

.Intro__background.start {
  background-position-y: 0;
}

.Intro__background.animaIn {
  -webkit-animation: scrollBackground 2.75s ease 0.25s 1 normal both;
       -o-animation: scrollBackground 2.75s ease 0.25s 1 normal both;
          animation: scrollBackground 2.75s ease 0.25s 1 normal both;
}

.IntroLogo {
  left: 0;
  position: absolute;
  top: 3.125em;
  width: 100%;
}

.IntroLogo.start {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
      -ms-transform: scale(0.8, 0.8);
       -o-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
}

.IntroLogo.animaIn {
  -webkit-animation: inicioLogo 1.75s ease 1.25s 1 normal both;
       -o-animation: inicioLogo 1.75s ease 1.25s 1 normal both;
          animation: inicioLogo 1.75s ease 1.25s 1 normal both;
}

.IntroWrap {
  bottom: 1.875em;
  position: absolute;
  text-align: center;
  width: 100%;
}

.IntroFrase {
  display: inline-block;
}

.IntroFrase__title {
  font-size: 2.1875em;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.IntroFrase__text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

.IntroFrase__text.start {
  width: 0;
}

.IntroFrase__text.anima {
  -webkit-animation: inicioFrase 1s steps(30, end) 3.15s 1 normal both;
       -o-animation: inicioFrase 1s steps(30, end) 3.15s 1 normal both;
          animation: inicioFrase 1s steps(30, end) 3.15s 1 normal both;
}

.IntroArrow {
  color: white;
  cursor: pointer;
  display: block;
  margin-top: 2.5em;
}

.IntroArrow.start {
  opacity: 0;
}

.IntroArrow.anima {
  -webkit-animation: fadeIn 1s ease 4.15s 1 normal both;
       -o-animation: fadeIn 1s ease 4.15s 1 normal both;
          animation: fadeIn 1s ease 4.15s 1 normal both;
}

.IntroArrow__icon {
  display: block;
  font-size: 3.375em;
}

.Causa .SocialShare {
  margin-top: 3.125em;
}


.Intro {
  text-align: center;
}

.Intro__background {
  background-position-y: 20%;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}

.Intro__background.start {
  background-position-y: 0;
}

.Intro__background.animaIn {
  -webkit-animation: scrollBackground 2.75s ease 0.25s 1 normal both;
       -o-animation: scrollBackground 2.75s ease 0.25s 1 normal both;
          animation: scrollBackground 2.75s ease 0.25s 1 normal both;
}

.IntroLogo {
  left: 0;
  position: absolute;
  top: 3.125em;
  width: 100%;
}

.IntroLogo.start {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
      -ms-transform: scale(0.8, 0.8);
       -o-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
}

.IntroLogo.animaIn {
  -webkit-animation: inicioLogo 1.75s ease 1.25s 1 normal both;
       -o-animation: inicioLogo 1.75s ease 1.25s 1 normal both;
          animation: inicioLogo 1.75s ease 1.25s 1 normal both;
}

.IntroWrap {
  bottom: 1.875em;
  position: absolute;
  text-align: center;
  width: 100%;
}

.IntroFrase {
  display: inline-block;
}

.IntroFrase__title {
  font-size: 2.1875em;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.IntroFrase__text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

.IntroFrase__text.start {
  width: 0;
}

.IntroFrase__text.anima {
  -webkit-animation: inicioFrase 1s steps(30, end) 3.15s 1 normal both;
       -o-animation: inicioFrase 1s steps(30, end) 3.15s 1 normal both;
          animation: inicioFrase 1s steps(30, end) 3.15s 1 normal both;
}

.IntroArrow {
  color: white;
  cursor: pointer;
  display: block;
  margin-top: 2.5em;
}

.IntroArrow.start {
  opacity: 0;
}

.IntroArrow.anima {
  -webkit-animation: fadeIn 1s ease 4.15s 1 normal both;
       -o-animation: fadeIn 1s ease 4.15s 1 normal both;
          animation: fadeIn 1s ease 4.15s 1 normal both;
}

.IntroArrow__icon {
  display: block;
  font-size: 3.375em;
}

.Causa .SocialShare {
  margin-top: 3.125em;
}
.Intro {
  text-align: center;
}

.Intro__background {
  background-position-y: 20%;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}

.Intro__background.start {
  background-position-y: 0;
}

.Intro__background.animaIn {
  -webkit-animation: scrollBackground 2.75s ease 0.25s 1 normal both;
       -o-animation: scrollBackground 2.75s ease 0.25s 1 normal both;
          animation: scrollBackground 2.75s ease 0.25s 1 normal both;
}

.IntroLogo {
  left: 0;
  position: absolute;
  top: 3.125em;
  width: 100%;
}

.IntroLogo.start {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
      -ms-transform: scale(0.8, 0.8);
       -o-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
}

.IntroLogo.animaIn {
  -webkit-animation: inicioLogo 1.75s ease 1.25s 1 normal both;
       -o-animation: inicioLogo 1.75s ease 1.25s 1 normal both;
          animation: inicioLogo 1.75s ease 1.25s 1 normal both;
}

.IntroWrap {
  bottom: 1.875em;
  position: absolute;
  text-align: center;
  width: 100%;
}

.IntroFrase {
  display: inline-block;
}

.IntroFrase__title {
  font-size: 2.1875em;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.IntroFrase__text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

.IntroFrase__text.start {
  width: 0;
}

.IntroFrase__text.anima {
  -webkit-animation: inicioFrase 1s steps(30, end) 3.15s 1 normal both;
       -o-animation: inicioFrase 1s steps(30, end) 3.15s 1 normal both;
          animation: inicioFrase 1s steps(30, end) 3.15s 1 normal both;
}

.IntroArrow {
  color: white;
  cursor: pointer;
  display: block;
  margin-top: 2.5em;
}

.IntroArrow.start {
  opacity: 0;
}

.IntroArrow.anima {
  -webkit-animation: fadeIn 1s ease 4.15s 1 normal both;
       -o-animation: fadeIn 1s ease 4.15s 1 normal both;
          animation: fadeIn 1s ease 4.15s 1 normal both;
}

.IntroArrow__icon {
  display: block;
  font-size: 3.375em;
}

.Causa .SocialShare {
  margin-top: 3.125em;
}