.page-inicio.loading .page {
  -webkit-transform: translateX(100vw);
  -moz-transform: translateX(100vw);
  -ms-transform: translateX(100vw);
  -o-transform: translateX(100vw);
  transform: translateX(100vw);
}

.page-inicio .loader {
  -webkit-transform: translateX(-100vw);
  -moz-transform: translateX(-100vw);
  -ms-transform: translateX(-100vw);
  -o-transform: translateX(-100vw);
  transform: translateX(-100vw);
}

@media (min-width: 767px) {
  .page-inicio .loader {
    -webkit-transform: translateX(calc(-100vw + 40px));
    -moz-transform: translateX(calc(-100vw + 40px));
    -ms-transform: translateX(calc(-100vw + 40px));
    -o-transform: translateX(calc(-100vw + 40px));
    transform: translateX(calc(-100vw + 40px));
    transform: translateX(calc(-100vw + 40px));
  }
}

.page-inicio .loader .color {
  background-color: #f29b3d !important;
}

.page-inicio .menuColor {
  background: #f29b3d;
}

.page-inicio .link:before {
  background: #f29b3d;
}

.page-inicio .page-color {
  background: #f8f8f8;
  left: 50%;
  height: 250vh;
}

@media (min-width: 767px) {
  .page-inicio .page-color {
    height: 100vh;
  }
}

.page-inicio .dot {
  color: #f29b3d;
}

.page-inicio h2 .waves {
  margin-bottom: 30px;
}

.page-inicio h2 .waves svg {
  width: 50px;
  height: 10px;
}

.page-inicio h2 .waves svg>* {
  fill: none;
  stroke: #1c1b20;
  stroke-width: 5px;
}

.page-inicio h2 .txt {
  font-size: 6rem;
  line-height: 0.9;
}

@media (min-width: 767px) {
  .page-inicio h2 .txt {
    font-size: 8rem;
  }
}

.page-inicio h2 .txt div {
  overflow: hidden;
}

.page-inicio h2 .txt div span {
  display: inline-block;
}


/* Intro */

.page-inicio p.intro {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 900;
  max-width: 240px;
}

@media (min-width: 767px) {
  .page-inicio p.intro {
    font-size: 2.8rem;
  }
}

.page-inicio p.intro div {
  overflow: hidden;
}

.page-inicio p.intro div span {
  display: inline-block;
}

.page-inicio .page>* {
  position: relative;
  z-index: 10;
}

.page-inicio .page>.intro {
  z-index: 0 !important;
  pointer-events: none;
  /*background: #f29b3d;*/
  /*background: yellow;*/
  /*background-image: linear-gradient(to right, #f39a2e, #fdca2b) !important;*/
  background-color: #f39a2e !important;
  overflow: hidden;
}

@media (min-width: 767px) {
  .page-inicio .page>.intro {
    /*background: transparent;*/
    /* background-color: #f39a2e !important;*/
    /*overflow: visible;*/
    background: transparent !important;
    
    overflow: visible;
  }
}

.page-inicio .page>.intro .hello-wrapper {
  position: absolute;
  width: 100%;
}

.page-inicio.showHello section.hello>*:not(.hello-scrolldown) {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.page-inicio.showHello section.hello .hello-scrolldown {
  opacity: 1;
  -webkit-transform: rotate(-90deg) translateY(-60px);
  -moz-transform: rotate(-90deg) translateY(-60px);
  -ms-transform: rotate(-90deg) translateY(-60px);
  -o-transform: rotate(-90deg) translateY(-60px);
  transform: rotate(-90deg) translateY(-60px);
}

.page-inicio.showHello header.header .scrolldown {
  bottom: -100px;
}

.page-inicio section.hello {
  position: relative;
  z-index: 2 !important;
}

@media (min-width: 767px) {
  .page-inicio section.hello {
    position: fixed;
    left: 0px;
    right: 0px;
    height: 100vh;
    /* background-color: #f39a2e !important; */
  }
}

.page-inicio section.hello>.page-color {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 50ms;
  -moz-transition: -moz-transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 50ms;
  transition: transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 50ms;
}

.page-inicio section.hello .padding {
  height: 100vh;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: -moz-transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}

.page-inicio section.hello .hello-scrolldown {
  position: absolute;
  z-index: 9;
  line-height: 1;
  opacity: 0;
  -webkit-transform: rotate(-90deg) translateY(-60px) translateX(-100px);
  -moz-transform: rotate(-90deg) translateY(-60px) translateX(-100px);
  -ms-transform: rotate(-90deg) translateY(-60px) translateX(-100px);
  -o-transform: rotate(-90deg) translateY(-60px) translateX(-100px);
  transform: rotate(-90deg) translateY(-60px) translateX(-100px);
  pointer-events: none;
  bottom: 110px;
  left: 50%;
  z-index: 101 !important;
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 250ms linear 0ms;
  -moz-transition: -moz-transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 250ms linear 0ms;
  transition: transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 250ms linear 0ms;
}

@media (min-width: 767px) {
  .page-inicio section.hello .hello-scrolldown {
    bottom: 90px;
  }
}

.page-inicio section.hello .hello-scrolldown>* {
  display: inline-block;
  vertical-align: middle;
}

.page-inicio section.hello .hello-scrolldown>.txt {
  font-weight: 700;
  font-size: 1rem;
  margin-left: 10px;
  /*color: white;*/
  color: black;
}

.page-inicio section.hello .hello-scrolldown>.txt span {
  display: inline-block;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: -moz-transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.page-inicio section.hello .hello-scrolldown .arrow {
/*  -webkit-animation: bounce 800ms cubic-bezier(0.7, 0, 0.3, 1) infinite alternate;
  -moz-animation: bounce 800ms cubic-bezier(0.7, 0, 0.3, 1) infinite alternate;
  animation: bounce 800ms cubic-bezier(0.7, 0, 0.3, 1) infinite alternate;*/

}

.page-inicio section.hello .hello-scrolldown .arrow svg path {
  /*fill: white;*/
  fill: black;
}

.page-inicio section.hello h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  margin-bottom: 0px !important;
}

@media (min-width: 992px) {
  .page-inicio section.hello h1 {
    margin-top: 0px;
  }
}

@media (max-width: 991px) {
  .page-inicio section.hello h1 .dot {
    color: white;
  }
}

.page-inicio section.hello h1 svg {
  width: 200px;
  height: 160px;
}

@media (min-width: 767px) {
  .page-inicio section.hello h1 svg {
    width: 350px;
    height: 280px;
  }
}

.page-inicio section.hello h1 svg .line {
  fill: none;
  stroke: #1c1b20;
  stroke-width: 41px;
}

.page-inicio section.hello h1 svg .dot {
  fill: #ff5851;
}

.page-inicio section.preambule {
  position: relative;
  z-index: 1 !important;
}

@media (min-width: 767px) {
  .page-inicio section.preambule {
    position: fixed;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    background: #f29b3d;
    width: 100%;
    height: 100vh;
  }
}

.page-inicio section.preambule .block-title {
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 500ms linear 450ms;
  -moz-transition: -moz-transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 500ms linear 450ms;
  transition: transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 500ms linear 450ms;
}

@media (max-width: 766px) {
  .page-inicio section.preambule .padding {
    padding-top: 0px !important;
  }
}

.page-inicio section.preambule p {
  font-size: 1.8rem;
  line-height: 1.2;
  color: white;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  max-width: 200px;
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 150ms, opacity 500ms linear 600ms;
  -moz-transition: -moz-transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 150ms, opacity 500ms linear 600ms;
  transition: transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 150ms, opacity 500ms linear 600ms;
}

@media (min-width: 767px) {
  .page-inicio section.preambule p {
    max-width: 55%;
    font-size: 2.4rem;
  }
}

@media (min-width: 992px) {
  .page-inicio section.preambule p {
    max-width: 500px;
  }
}

@media (min-width: 1600px) {
  .page-inicio section.preambule p {
    font-size: 3.2rem;
    max-width: 700px;
  }
}

.page-inicio section.preambule p br {
  display: none;
}

@media (min-width: 767px) {
  .page-inicio section.preambule p br {
    display: block;
  }
}

.page-inicio section.preambule p div {
  overflow: hidden;
}

.page-inicio section.preambule p div span {
  display: inline-block;
}

.page-inicio section.preambule p strong {
  display: inline;
  color: #1c1b20;
  font-weight: 700;
}

.page-inicio .video-container {
  background: #f8f8f8;
  -webkit-transform: translate3D(0, 0, 0);
  -moz-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  -o-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
}

@media (min-width: 767px) {
  .page-inicio .video-container {
    margin-top: 200vh;
  }
}

.page-inicio .video-container img {
  display: block;
}

@media (max-width: 766px) {
  .page-inicio .video-container img {
    -webkit-transform: translateY(0%) !important;
    -moz-transform: translateY(0%) !important;
    -ms-transform: translateY(0%) !important;
    -o-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
  }
}


/* -Auxiliares */

.page-inicio section.auxiliares {
  background: #f8f8f8;
}

.page-inicio section.auxiliares h2 {
  color: #ff5851;
  margin-bottom: 40px;
}

.page-inicio section.auxiliares h2 .waves svg>* {
  stroke: #ff5851;
}

@media (min-width: 767px) {
  .page-inicio section.auxiliares h2 {
    margin-bottom: 60px;
  }
}


/* -ed */

@media (max-width: 450px) {
  .page-inicio section.auxiliares h2 .txt span {
    font-size: 42px;
  }
  .page-inicio section.centros-educativos h2 .txt span {
    font-size: 35px;
  }
  .page-inicio section.centros-educativos h2 .txt div {
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media (min-width: 451px) and (max-width: 600px) {
  .page-inicio section.centros-educativos h2 .txt span {
    font-size: 55px;
  }
}

@media (min-width: 601px) and (max-width: 830px) {
  .page-inicio section.centros-educativos h2 .txt span {
    font-size: 65px;
  }
}

@media (min-width: 992px) {
  .page-inicio section.auxiliares .block-content {
    float: left;
    width: 45%;
    padding-right: 80px;
  }
}

.page-inicio section.auxiliares .block-content p.intro {
  max-width: 275px;
}

.page-inicio section.auxiliares .skills-container {
  padding: 60px 40px;
  background: #1c1b20;
  color: white;
  margin-top: 60px;
  margin-right: -40px;
  margin-left: -40px;
  position: relative;
}

@media (max-width: 766px) {
  .page-inicio section.auxiliares .skills-container {
    -webkit-transform: translate(0px, 0px) !important;
    -moz-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    -o-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important;
  }
}

@media (min-width: 480px) {
  .page-inicio section.auxiliares .skills-container {
    padding: 60px 15vw;
    margin-right: -15vw;
    margin-left: -15vw;
  }
}

@media (min-width: 767px) {
  .page-inicio section.auxiliares .skills-container {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .page-inicio section.auxiliares .skills-container {
    margin-left: 45%;
    padding: 60px;
  }
}

.page-inicio section.auxiliares .skills-container .row>*:nth-child(n+2) {
  margin-top: 40px;
}

@media (min-width: 480px) {
  .page-inicio section.auxiliares .skills-container .row>*:nth-child(n+2) {
    margin-top: 0px;
  }
}

@media (min-width: 480px) {
  .page-inicio section.auxiliares .skills-container .row>*:nth-child(n+3) {
    margin-top: 50px;
  }
}

.page-inicio section.auxiliares .skills-container h3 {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

.page-inicio section.auxiliares .skills-container h3 .waves svg {
  width: 20px;
  height: 4px;
  margin-bottom: 12px;
}

.page-inicio section.auxiliares .skills-container h3 .waves svg>* {
  fill: white;
  /*stroke: white;*/
  stroke-width: 3px;
}

.page-inicio section.auxiliares .skills-container p {
  color: #7c798d;
  font-size: 14px;
}

@media (min-width: 767px) {
  .page-inicio section.auxiliares .skills-container p {
    font-size: 14px;
  }
}

.page-inicio section.auxiliares .skills-container.animated:after {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 0px;
  width: 100%;
  bottom: -10px;
  background: #f8f8f8;
  -webkit-transform: translate3D(0px, 0px, 0px);
  -moz-transform: translate3D(0px, 0px, 0px);
  -ms-transform: translate3D(0px, 0px, 0px);
  -o-transform: translate3D(0px, 0px, 0px);
  transform: translate3D(0px, 0px, 0px);
}

.page-inicio section.auxiliares .skills-container.animated .skills {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
}

.page-inicio section.auxiliares .skills-container.animated.visible:after {
  width: 0%;
  -webkit-transition: width 1200ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: width 1200ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: width 1200ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}

.page-inicio section.auxiliares .skills-container.animated.visible .skills {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: -moz-transform 1200ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: transform 1200ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}


/* UP en cifras */

/*.page-inicio section.up-en-cifras .padding {
  _padding: 20px 165px 0 20%;
}*/


/* Centros educativos */

.page-inicio section.centros-educativos {
  background: #f8f8f8;
}

.page-inicio section.centros-educativos h2 {
  color: #ff5851;
  margin-bottom: 40px;
}

.page-inicio section.centros-educativos h2 .waves svg>* {
  stroke: #414a6b;
}

@media (min-width: 767px) {
  .page-inicio section.centros-educativos h2 {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .page-inicio section.centros-educativos .block-content {
    float: left;
    width: 45%;
    padding-right: 80px;
  }
}

.page-inicio section.centros-educativos .block-content p.intro {
  max-width: 275px;
}

.page-inicio section.centros-educativos .skills-container {
  padding: 60px 40px;
  background: #1c1b20;
  color: white;
  margin-top: 60px;
  margin-right: -40px;
  margin-left: -40px;
  position: relative;
}

@media (max-width: 766px) {
  .page-inicio section.centros-educativos .skills-container {
    -webkit-transform: translate(0px, 0px) !important;
    -moz-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    -o-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important;
  }
}

@media (min-width: 480px) {
  .page-inicio section.centros-educativos .skills-container {
    padding: 60px 15vw;
    margin-right: -15vw;
    margin-left: -15vw;
  }
}

@media (min-width: 767px) {
  .page-inicio section.centros-educativos .skills-container {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .page-inicio section.centros-educativos .skills-container {
    margin-left: 45%;
    padding: 60px;
  }
}

.page-inicio section.centros-educativos .skills-container .row>*:nth-child(n+2) {
  margin-top: 40px;
}

@media (min-width: 480px) {
  .page-inicio section.centros-educativos .skills-container .row>*:nth-child(n+2) {
    margin-top: 0px;
  }
}

@media (min-width: 480px) {
  .page-inicio section.centros-educativos .skills-container .row>*:nth-child(n+3) {
    margin-top: 50px;
  }
}

.page-inicio section.centros-educativos .skills-container h3 {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

.page-inicio section.centros-educativos .skills-container h3 .waves svg {
  width: 20px;
  height: 4px;
  margin-bottom: 12px;
}

.page-inicio section.centros-educativos .skills-container h3 .waves svg>* {
  fill: white;
  /*stroke: white;*/
  stroke-width: 3px;
}

.page-inicio section.centros-educativos .skills-container p {
  color: #7c798d;
  font-size: 14px;
}

@media (min-width: 767px) {
  .page-inicio section.centros-educativos .skills-container p {
    font-size: 14px;
  }
}

.page-inicio section.centros-educativos .skills-container.animated:after {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 0px;
  width: 100%;
  bottom: -10px;
  background: #f8f8f8;
  -webkit-transform: translate3D(0px, 0px, 0px);
  -moz-transform: translate3D(0px, 0px, 0px);
  -ms-transform: translate3D(0px, 0px, 0px);
  -o-transform: translate3D(0px, 0px, 0px);
  transform: translate3D(0px, 0px, 0px);
}

.page-inicio section.centros-educativos .skills-container.animated .skills {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
}

.page-inicio section.centros-educativos .skills-container.animated.visible:after {
  width: 0%;
  -webkit-transition: width 1200ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: width 1200ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: width 1200ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}

.page-inicio section.centros-educativos .skills-container.animated.visible .skills {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: -moz-transform 1200ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: transform 1200ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}


/* Creativity */

.page-inicio section.creativity h2 .waves svg>* {
    stroke: #71B48D;
}

.page-inicio section.creativity {
  background: #f8f8f8;
}

.page-inicio section.creativity .padding {
  padding-top: 0px;
}

/*@media (min-width: 767px) {
  .page-inicio section.creativity .padding {
    padding-right: 0;
    padding-left: 0px;
  }
}*/

.page-inicio section.creativity h2 {
 /* margin-bottom: 40px;*/
}

@media (min-width: 767px) {
  .page-inicio section.creativity h2 {
/*    margin-bottom: 60px;
    margin-left: 15vw*/;
  }
}

.page-inicio section.creativity h2 .dot {
  color: #1c1b20;
}

@media (max-width: 766px) {
  .page-inicio section.creativity .block-content {
    -webkit-transform: translate(0px, 0px) !important;
    -moz-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    -o-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important;
  }
}

@media (min-width: 767px) {
  .page-inicio section.creativity .block-content {
    max-width: 300px;
    position: absolute;
    left: 50%;
  }
}

.page-inicio section.creativity .block-content p {
  margin-top: 0px;
  margin-bottom: 40px;
}

@media (min-width: 767px) {
  .page-inicio section.creativity .block-content p {
    margin-bottom: 50px;
  }
}

@media (min-width: 767px) {
  .page-inicio section.creativity .block-content p.intro {
    position: absolute;
    top: 0px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-top: -60px;
  }
}


/*.page-inicio section.creativity .block-content p.intro:after {
  content: 'OLA K ASE';
}*/

.page-inicio section.creativity .block-content .link {
  margin-top: 0px;
}

.page-inicio section.creativity .project-container {
  margin-top: 60px;
}

@media (min-width: 767px) {
  .page-inicio section.creativity .project-container {
    width: 50%;
    padding-right: 60px;
  }
}

.page-inicio section.creativity .project-container .project-infos {
  text-align: right;
  padding-top: 25px;
}

.page-inicio section.creativity .project-container .project-infos .project-name {
  font-weight: 900;
  font-size: 1.1rem;
}

.page-inicio section.creativity .project-container .project-infos .project-cat,
.page-inicio section.creativity .project-container .project-infos .project-year {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 1.1rem;
  color: #babcc1;
}

.page-inicio section.creativity .project-container .project-infos .project-year:before {
  content: '-';
  margin: 0 5px;
}

.page-inicio section.creativity .project-container .project-infos .link {
  margin-top: 10px;
}

.page-inicio section.creativity .project-container .project-visual {
  display: block;
  overflow: hidden;
  max-height: 300px;
  margin-left: -40px;
  margin-right: -40px;
  position: relative;
  background: #97ccf1;
}

.page-inicio section.creativity .project-container .project-visual img {
  float: right;
}

@media (min-width: 480px) {
  .page-inicio section.creativity .project-container .project-visual {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.page-inicio section.creativity .project-container.animated .project-visual:after {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: -1px;
  right: -1px;
  bottom: -10px;
  background: #f8f8f8;
}

.page-inicio section.creativity .project-container.animated .project-infos {
  opacity: 0;
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
}

.page-inicio section.creativity .project-container.animated.visible .project-visual:after {
  -webkit-transform: translateX(102%);
  -moz-transform: translateX(102%);
  -ms-transform: translateX(102%);
  -o-transform: translateX(102%);
  transform: translateX(102%);
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.7, 0, 0.3, 1) 50ms;
  -moz-transition: -moz-transform 1200ms cubic-bezier(0.7, 0, 0.3, 1) 50ms;
  transition: transform 1200ms cubic-bezier(0.7, 0, 0.3, 1) 50ms;
}

.page-inicio section.creativity .project-container.animated.visible .project-infos {
  opacity: 1;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 250ms linear 150ms;
  -moz-transition: -moz-transform 1200ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 250ms linear 150ms;
  transition: transform 1200ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, opacity 250ms linear 150ms;
}


/* Ideas */

.page-inicio section.ideas {
  background: #f8f8f8;
}

.page-inicio section.ideas .padding {
  padding-top: 0px;
}

@media (min-width: 767px) {
  .page-inicio section.ideas .padding {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.page-inicio section.ideas h2 {
  position: relative;
  z-index: 10;
  color: #414a6b !important;
}

@media (min-width: 767px) {
  .page-inicio section.ideas h2 {
    margin-left: 20vw;
  }
}

@media (min-width: 992px) {
  .page-inicio section.ideas h2 {
    margin-left: 15vw;
  }
}

.page-inicio section.ideas h2 .waves svg>* {
  stroke: #F29B3D;
}

.page-inicio section.ideas h2 .dot {
  color: #F29B3D !important;
}

.page-inicio section.ideas .link {
  margin-top: 20px;
}

.page-inicio section.ideas .link:before {
  background: #F29B3D;
}

.page-inicio section.ideas .visuel-container {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-top: -20px;
  margin-left: -40px;
  margin-right: -40px;
}

@media (min-width: 480px) {
  .page-inicio section.ideas .visuel-container {
    margin-right: -10vw;
    margin-left: -10vw;
  }
}

@media (min-width: 767px) {
  .page-inicio section.ideas .visuel-container {
    margin-top: -30px;
    margin-left: 0px;
    margin-right: 0px;
    /*height: 260px;*/
  }
}

@media (max-width: 766px) {
  .page-inicio section.ideas .visuel-container img {
    -webkit-transform: translateY(0%) !important;
    -moz-transform: translateY(0%) !important;
    -ms-transform: translateY(0%) !important;
    -o-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
  }
}

.page-inicio section.ideas .visuel-container.animated {
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -ms-transform: translateY(25%);
  -o-transform: translateY(25%);
  transform: translateY(25%);
}

.page-inicio section.ideas .visuel-container.animated:after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  bottom: -1px;
  width: 100%;
  background: #f8f8f8;
}

.page-inicio section.ideas .visuel-container.animated.visible {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: -moz-transform 1200ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: transform 1200ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}

.page-inicio section.ideas .visuel-container.animated.visible:after {
  -webkit-transform: translateY(102%);
  -moz-transform: translateY(102%);
  -ms-transform: translateY(102%);
  -o-transform: translateY(102%);
  transform: translateY(102%);
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: -moz-transform 1200ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: transform 1200ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}

.page-inicio section.ideas .block-content {
  padding: 40px 0px 0px;
}

@media (min-width: 767px) {
  .page-inicio section.ideas .block-content {
    padding: 60px 15vw 0px;
  }
}

@media (min-width: 992px) {
  .page-inicio section.ideas .block-content .inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin-left: -30px;
    margin-right: -30px;
  }
}

.page-inicio section.ideas .block-content .inner .dot {
  color: #414a6b;
}

@media (min-width: 992px) {
  .page-inicio section.ideas .block-content .inner p.intro {
    max-width: 100%;
  }
}

.page-inicio section.ideas .block-content .inner>* {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .page-inicio section.ideas .block-content .inner>* {
    width: 33.333%;
    margin: 0px;
    padding: 0 30px;
  }
}


/* UP en cifras (presentation) */

/*.page-inicio section.presentation .padding {
  padding-top: 20px;
  padding-bottom: 0;
  padding-right: 40px;
}*/

@media (min-width: 480px) {
  .page-inicio section.presentation .padding {
    padding-right: 10vw;
  }
}

@media (min-width: 767px) {
  .page-inicio section.presentation .padding {
    padding-right: 20vw;
  }
}

@media (min-width: 992px) {
  .page-inicio section.presentation .padding {
    padding-right: 15vw;
  }
}

@media (min-width: 1600px) {
  .page-inicio section.presentation .padding {
    padding-right: 20%;
  }
}

.page-inicio section.presentation h2 {
  margin-bottom: 60px;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .page-inicio section.presentation h2 {
    float: left;
    margin-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  .page-inicio section.presentation h2 {
    font-size: 5rem;
  }
}

.page-inicio section.presentation h2 i {
  display: inline;
}

.page-inicio section.presentation .row {
  clear: both;
  margin: 0px;
}

@media (min-width: 992px) {
  .page-inicio section.presentation .row {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media (min-width: 1200px) {
  .page-inicio section.presentation .row {
    margin-left: -50px;
    margin-right: -50px;
  }
}

.page-inicio section.presentation .row>* {
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 992px) {
  .page-inicio section.presentation .row>* {
    padding: 0 40px;
  }
}

@media (min-width: 1200px) {
  .page-inicio section.presentation .row>* {
    padding: 0 50px;
  }
}

.page-inicio section.presentation .row>*+* {
  margin-top: 0;
}

@media (min-width: 992px) {
  .page-inicio section.presentation .row>*+* {
    margin-top: 0px;
  }
}

.page-inicio section.presentation .num {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #1c1b20;
  text-align: center;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  margin-bottom: 20px;
  /*margin: 0 auto;*/
}

@media (min-width: 992px) {
  .page-inicio section.presentation .num {
    margin-bottom: 30px;
  }
}

.page-inicio section.presentation h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .page-inicio section.presentation h3 {
    margin-bottom: 30px;
  }
}

.page-inicio section.presentation p {
  line-height: 1.6;
}

.page-inicio section.presentation p a {
  color: #414a6b;
}