@charset "UTF-8";

@font-face {
  font-family: "Gilroy";
  src:  url('../font/gilroy/Gilroy-Light.ttf') format('truetype'), url("fonts/Gilroy-Light.woff2") format("woff2"), url("fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src:  url('../font/gilroy/Gilroy-Bold.ttf') format('truetype'), url("fonts/Gilroy-Bold.woff2") format("woff2"), url("fonts/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url('../font/gilroy/Gilroy-ExtraBold.ttf') format('truetype'),url("fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("fonts/Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
.lax {
  will-change: transform;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Gilroy";
  margin: 0;
}

.header-logo {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 1000000000;
  width: 130px;
}
.header-logo img {
  width: 100%;
  height: auto;
}

.btn-rosa {
  display: inline-block;
  padding: 15px 25px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
  margin-top: 10px;
  transition: opacity 300ms ease-in-out;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6705a8+0,f0006d+100 */
  background: #6705a8;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6705a8 0%, #f0006d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6705a8 0%, #f0006d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6705a8 0%, #f0006d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.btn-rosa:hover {
  opacity: 0.7;
}

.footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 40px;
  display: flex;
  justify-content: space-between;
}
.footer .logo-footer {
  width: 100px;
}
.footer .logo-footer img {
  width: 100%;
  height: auto;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer .contact {
  padding-top: 10px;
}
.footer .change-rrss {
  display: flex;
}
.footer .change-rrss a:nth-child(1) {
  margin-right: 8px;
}
.footer .change-rrss a:nth-child(2) {
  margin: 0px 8px;
}
.footer .change-rrss a:nth-child(2) img {
  width: 22px;
}
.footer .change-rrss a:nth-child(3) {
  margin-left: 8px;
}
.footer .change-rrss a:nth-child(3) img {
  width: 22px;
  margin-top: -1px;
}

.clientes {
  max-width: 1300px;
  margin: auto;
  padding: 20px;
  padding-bottom: 100px;
}
.clientes h2 {
  font-size: 50px;
  position: relative;
}
.clientes h2:before {
  content: "Rload";
  position: absolute;
  bottom: -50px;
  left: 0;
  font-size: 170px;
  color: #f2f2f2;
  z-index: -1;
}
.clientes .flex-clientes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.clientes .flex-clientes div {
  width: 20%;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.clientes .flex-clientes div img {
  width: 100%;
  height: auto;
}

.rload-portfolio {
  width: 100%;
  height: 100%;
  position: relative;
  font-weight: 800;
}
.rload-portfolio .port-container {
  max-width: 1280px;
  margin: auto;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.rload-portfolio .port-container .port-title {
  position: relative;
  z-index: 500;
}
.rload-portfolio .port-container .port-title-1 {
  font-size: 18vw;
  color: #333333;
  text-shadow: 5px 5px 25px rgba(255, 255, 255, 0.8);
}
.rload-portfolio .port-container .btn-proyecto {
  background-color: #333333;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  padding: 20px 35px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  z-index: 500;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  cursor: pointer;
}
.rload-portfolio .port-container .btn-proyecto:hover {
  background-color: #fff;
  color: #333333;
}
.rload-portfolio .port-container .btn-proyecto2 {
  background-color: #fff;
  color: #333333;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  padding: 20px 35px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  z-index: 500;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  cursor: pointer;
}
.rload-portfolio .port-container .btn-proyecto2:hover {
  background-color: #000;
  color: #fff;
}
.rload-portfolio .rload-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
}
.rload-portfolio .rload-bg img {
  width: 100%;
  height: 100vh;
  position: absolute;
  object-fit: cover;
  right: 0;
  bottom: 0;
}

.titbad {
  line-height: 180px;
  margin-bottom: 50px;
}

.rload-portf1 {
  background-color: #d5d9dc;
}

.rload-portf2 {
  background-color: #d5d9dc;
}

.rload-portf3 {
  background-color: #000;
}

.rload-portf4 {
  background-color: #fff;
}

.pulltit {
  padding: 10px;
  color: #fff !important;
}

.port-title-2 {
  font-size: 18vw;
  color: #fff;
  text-shadow: 5px 5px 45px rgba(0, 0, 0, 0.3);
}

.port-title-3 {
  font-size: 12vw;
  color: #fff;
  text-shadow: 5px 5px 45px rgba(0, 0, 0, 0.3);
}

.port-title-4 {
  font-size: 16vw;
  color: #333333;
  text-shadow: 5px 5px 45px rgba(0, 0, 0, 0.3);
}

.port-title-5 {
  font-size: 10vw;
  color: #333333;
  text-shadow: 5px 5px 45px rgba(255, 255, 255, 0.3);
}

.port-title-6 {
  font-size: 10vw;
  line-height: 180px;
  margin-bottom: 50px;
  color: #333333;
  text-shadow: 5px 5px 45px rgba(0, 0, 0, 0.3);
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000000;
  background-color: #000;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  animation: loader1 2s 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}
.loader img {
  width: 80px;
  display: none;
  height: auto;
  animation: loader 10s 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}

@keyframes loader1 {
  0% {
    width: 100%;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes loader {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#lottie {
  background-color: #000;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}

.block1 {
  height: 100%;
  position: relative;
  display: flex;
  background-color: #fff;
}
.block1 .b1 {
  width: 45%;
  background-color: #000;
  height: 100%;
  position: relative;
  z-index: 900;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block1 .b1 .text1 {
  font-size: 100px;
  text-align: right;
  position: absolute;
  right: -84px;
  color: #fff;
  font-weight: bold;
  line-height: 90px;
}
.block1 .b1 .text1 span {
  color: #000;
}
.block1 .b2 {
  width: 55%;
  background-color: #fff;
  height: 100%;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block1 .b2 .video {
  width: 50%;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
}
.block1 .b2 .video .mask {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
}
.block1 .b2 .video .mask img {
  width: 100%;
  height: auto;
  margin-bottom: -5px;
}
.block1 .b2 .video .mask .rload {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.block1 .b2 .video .mask video {
  width: 2000px;
  height: 2000px;
  margin-top: -450px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.block1 .b2 .video .video-mask {
  width: 1200px;
  height: 800px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
.block1 .b2 .video .video-mask video {
  width: 1200px;
  height: 1200px;
  margin-top: -250px;
}

.block2 {
  height: 100%;
  min-height: 1000px;
  position: relative;
  display: flex;
  overflow: hidden;
  background-color: #fff;
}
.block2 .b1 {
  width: 60%;
}
.block2 .b1 .container-mask {
  width: 100%;
  height: 100%;
  position: relative;
}
.block2 .b1 .container-mask .mask {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
}
.block2 .b1 .container-mask .mask img {
  width: 101%;
  height: auto;
  margin-bottom: -5px;
}
.block2 .b1 .container-mask .mask .rload {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.block2 .b1 .container-mask .mask video {
  width: 2200px;
  height: 2000px;
  margin-top: -250px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.block2 .b2 {
  position: absolute;
  z-index: 500;
  width: 40%;
  right: 15%;
  top: 20%;
  width: 450px;
}
.block2 .b2 .t1 {
  font-weight: 800;
  color: #000;
  font-size: 16vw;
  line-height: 170px;
  margin-left: -12px;
}
.block2 .b2 .t2 {
  color: #b3b3b3;
  font-weight: 800;
  font-size: 6vw;
}
.block2 .b2 .texto {
  font-size: 16px;
  width: 50%;
}

.block3 {
  height: 100%;
  min-height: 1000px;
  position: relative;
  display: flex;
  background-color: #000;
}
.block3 .arrow1 {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  margin: auto;
  width: 180px;
  z-index: 500;
}
.block3 .arrow1 img {
  width: 100%;
  height: auto;
}
.block3 .arrow2 {
  position: absolute;
  bottom: -267px;
  left: -5px;
  right: 0;
  margin: auto;
  width: 100%;
  height: 268px;
  z-index: 500;
}
.block3 .arrow2 img {
  width: auto;
}
.block3 .b1 {
  width: 45%;
  height: 100%;
  position: relative;
}
.block3 .b1 .arrow {
  position: absolute;
  width: 110%;
  z-index: 20;
  left: -5%;
  top: 10%;
}
.block3 .b1 .arrow img {
  width: 100%;
  height: auto;
}
.block3 .b1 .container-b1 {
  position: absolute;
  z-index: 400;
  width: 70%;
  left: 35%;
  top: 30%;
}
.block3 .b1 .container-b1 .t1 {
  font-weight: bold;
  color: #fff;
  font-size: 16vw;
  line-height: 150px;
  margin-left: -12px;
}
.block3 .b1 .container-b1 .t2 {
  color: #fff;
  font-weight: bold;
  font-size: 10vw;
  line-height: 220px;
}
.block3 .b1 .container-b1 .texto {
  font-size: 16px;
  width: 50%;
  color: #fff;
  margin-top: -30px;
}
.block3 .b2 {
  width: 55%;
  height: 100%;
  position: relative;
}
.block3 .b2 .container-mask {
  position: absolute;
  top: 10%;
  width: 80%;
  right: 10%;
}
.block3 .b2 .container-mask .mask {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
}
.block3 .b2 .container-mask .mask img {
  width: 101%;
  height: auto;
  margin-bottom: -5px;
}
.block3 .b2 .container-mask .mask .rload {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.block3 .b2 .container-mask .mask video {
  width: 2200px;
  height: 2000px;
  margin-top: -450px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.block4 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.block4 .points1 {
  position: absolute;
  width: 70%;
  top: 0;
  right: -10%;
  z-index: 200;
}
.block4 .points1 img {
  width: 100%;
  height: auto;
}
.block4 .container {
  max-width: 1280px;
  padding-top: 300px;
  position: relative;
  z-index: 400;
  margin: auto;
}
.block4 .container .tit-gradient {
  width: 70%;
}
.block4 .container .tit-gradient img {
  width: 100%;
  height: auto;
}
.block4 .container .container-works {
  width: 100%;
  padding-top: 80px;
}
.block4 .container .container-works .row-works {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}
.block4 .container .container-works .row-works .work {
  width: 35%;
  position: relative;
  box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.2);
}
.block4 .container .container-works .row-works .work .tit-work {
  color: #fff;
  font-weight: 800;
  font-size: 100px;
  position: absolute;
  bottom: -28px;
  left: 5px;
}
.block4 .container .container-works .row-works .work img {
  width: 100%;
  height: auto;
  margin-bottom: -5px;
}

.modal-close {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 80px;
  z-index: 500000;
  cursor: pointer;
  text-align: right;
}

.modalb1 {
  padding: 200px 30px;
  background-position: center center;
  background-size: cover;
}
.modalb1 h1 {
  font-weight: 900;
  text-align: center;
  font-size: 5vw;
  color: #fff;
  margin: 0;
  line-height: 80px;
}
.modalb1 h4 {
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 1vw;
}

.modalb1-bg {
  background-image: url(../img/aristelia/aristelia1.jpg);
}

.modalb3-bg {
  background-image: url(../img/badland/badland1.jpg);
}

.modalb2-bg {
  background-image: url(../img/wolair/wolair1.jpg);
}

.modalb4-bg {
  background-image: url(../img/baviera/baviera1.jpg);
}

.modalb5-bg {
  background-image: url(../img/mcgraw/mcgraw1.jpg);
}

.modalb6-bg {
  background-image: url(../img/espaciocasa/espaciocasa1.jpg);
}

.modalb7-bg {
  background-image: url(../img/bedtime/bedtime1.jpg);
}

.modalb8-bg {
  background-image: url(../img/montaditos/montaditos1.jpg);
}

.modalb9-bg {
  background-image: url(../img/pullmantur/pullmantur1.jpg);
}

.modalb10-bg {
  background-image: url(../img/lessmore/lessmore1.jpg);
}

.modalb11-bg {
  background-image: url(../img/futurbe/futurbe1.jpg);
}

.modalb12-bg {
  background-image: url(../img/sondersland/sondersland1.jpg);
}

.modalb13-bg {
  background-image: url(../img/holaw/holaw1.jpg);
}

.modalb14-bg {
  background-image: url(../img/nuevedos/nuevedos1.jpg);
}

.modalb15-bg {
  background-image: url(../img/dreamlearning/dreamlearning1.jpg);
}

.modal-block2 {
  display: flex;
  height: 700px;
  align-items: stretch;
}
.modal-block2 .m1 {
  width: 50%;
  background-image: url(../img/modalb1.jpg);
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.modal-block2 .m1 .text {
  float: right;
  width: 60%;
  padding-right: 20px;
}
.modal-block2 .m1 .text h2 {
  font-size: 50px;
}
.modal-block2 .m2 {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.modal-block2 .m2 div {
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.modal-block2 .m2 div h2 {
  margin: 0;
  font-size: 24px;
}
.modal-block2 .m2 div p {
  margin: 0;
}

.modal-block3 {
  display: flex;
  align-items: stretch;
}
.modal-block3 .m1 {
  width: 50%;
}
.modal-block3 .m2 {
  width: 50%;
  box-sizing: border-box;
  padding: 10%;
  color: #fff;
  background-image: url(../img/modalb2.jpg);
  background-size: cover;
  background-position: center center;
}
.modal-block3 .m2 h2 {
  font-size: 50px;
}

.modal-block4 {
  padding: 100px 25%;
  text-align: center;
  background-image: url(../img/modalb3.jpg);
  background-size: cover;
  background-position: center center;
}
.modal-block4 h2 {
  font-size: 50px;
}

.aristeliaf2 {
  background-image: url(../img/aristelia/aristelia2.jpg);
  background-size: cover;
  background-position: center center;
}

.lessmoref2 {
  background-image: url(../img/lessmore/lessmore2.jpg);
  background-size: cover;
  background-position: center center;
}

.futurbef2 {
  background-image: url(../img/futurbe/futurbe2.jpg);
  background-size: cover;
  background-position: center center;
}

.sondersland2 {
  background-image: url(../img/sondersland/sondersland1-2.jpg);
  background-size: cover;
  background-position: center center;
}

.holaw2 {
  background-image: url(../img/holaw/holaw2.jpg);
  background-size: cover;
  background-position: center center;
}

.nuevedos2 {
  background-image: url(../img/nuevedos/nuevedos2.jpg);
  background-size: cover;
  background-position: center center;
}

.dreamlearning2 {
  background-image: url(../img/dreamlearning/dreamlearning2.jpg);
  background-size: cover;
  background-position: center center;
}

.wolairf2 {
  background-image: url(../img/wolair/wolair2.jpg);
  background-size: cover;
  background-position: center center;
}

.espaciof2 {
  background-image: url(../img/espaciocasa/espaciocasa2.jpg);
  background-size: cover;
  background-position: center center;
}

.badlandf2 {
  background-image: url(../img/badland/badland2.jpg);
  background-size: cover;
  background-position: center center;
}

.bavieraf2 {
  background-image: url(../img/baviera/baviera2.jpg);
  background-size: cover;
  background-position: center center;
}

.bedtimef2 {
  background-image: url(../img/bedtime/bedtime2.jpg);
  background-size: cover;
  background-position: center center;
}

.pullmanturf2 {
  background-image: url(../img/pullmantur/pullmantur2.jpg);
  background-size: cover;
  background-position: bottom center;
}

.modal-block5 {
  padding: 140px 20px;
  background-color: #000;
}
.modal-block5 div {
  max-width: 450px;
  margin: auto;
}
.modal-block5 div img {
  width: 100%;
  height: auto;
}

.modal-block6 {
  padding: 140px 20px;
  background-color: #fff;
}
.modal-block6 div {
  max-width: 450px;
  margin: auto;
}
.modal-block6 div img {
  width: 100%;
  height: auto;
}

.video-content {
  max-width: 1280px;
  margin: auto;
  padding: 50px 20px;
}
.video-content .cont-video {
  max-width: 1000px;
  margin: auto;
}
.video-content .cont-video video {
  width: 100%;
}

.btn-project {
  background-color: #333333;
  color: #fff;
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-family: "Gilroy";
  font-size: 22px;
  margin: auto;
  text-decoration: none;
  font-weight: 800;
  border-radius: 50px;
  margin-top: 50px;
}

.modal-block7 {
  display: flex;
}
.modal-block7 .m1 {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-block7 .m1 .text {
  width: 50%;
}
.modal-block7 .m1 .text h2 {
  font-size: 50px;
  margin: 0;
}
.modal-block7 .m2 {
  width: 50%;
}
.modal-block7 .m2 img {
  width: 100%;
  height: auto;
}

.modal-block8 {
  display: flex;
  align-items: stretch;
}
.modal-block8 .m1 {
  width: 50%;
}
.modal-block8 .m2 {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10%;
  box-sizing: border-box;
  color: #fff;
  background-image: url(../img/modalb2.jpg);
  background-size: cover;
  background-position: center center;
}
.modal-block8 .m2 div {
  width: 80%;
}
.modal-block8 .m2 div h2 {
  font-size: 50px;
  margin: 0;
}

.modal-img-full {
  width: 100%;
}
.modal-img-full img {
  width: 100%;
  height: auto;
  margin-bottom: -5px;
}

.aristeliaf3 {
  background-image: url(../img/aristelia/aristelia6.jpg);
  background-size: cover;
  background-position: center center;
}

.wolairf3 {
  background-image: url(../img/wolair/wolair6.jpg);
  background-size: cover;
  background-position: center center;
}

.badlandf3 {
  background-image: url(../img/badland/badland6.jpg);
  background-size: cover;
  background-position: center center;
}

.div_contenedor {
  position: relative;
  padding-bottom: 56.25%;
  /*panorámico*/
  padding-top: 25px;
  height: 0;
}

.div_contenedor iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cont_menu2 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 990;
  background: linear-gradient(45deg, #000, #3b3b3b);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(60rem);
  transform: perspective(60rem);
}

.cont_menu {
  position: fixed;
  right: 30px;
  top: 30px;
  width: 60px;
  height: 45px;
  cursor: pointer;
  z-index: 4000000;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}

.menu_relativo {
  position: relative;
  width: 60px;
  height: 45px;
}

.linea1 {
  width: 40px;
  height: 2px;
  background-color: #343434;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.linea2 {
  width: 30px;
  height: 2px;
  background-color: #343434;
  position: absolute;
  top: 10px;
  right: 0px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.linea3 {
  width: 20px;
  height: 2px;
  background-color: #343434;
  position: absolute;
  top: 20px;
  right: 0px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.bg-menu {
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: #000;
  transform: rotate(-90deg);
  transform-origin: top right;
  transition: transform 300ms ease-in-out;
}

.container-menu {
  position: fixed;
  width: 100%;
  top: 0;
  left: -100%;
  z-index: 2000;
  color: #fff;
}
.container-menu .menu {
  padding: 10%;
  position: relative;
}
.container-menu .menu .item-menu {
  width: 100%;
  position: relative;
  height: 200px;
  margin-bottom: 0px;
  overflow: hidden;
  margin-top: -30px;
}
.container-menu .menu .item-menu span {
  font-size: 5vw;
  font-weight: 900;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cd016b+0,573687+100 */
  background: #cd016b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cd016b 0%, #573687 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cd016b 0%, #573687 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cd016b 0%, #573687 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.container-menu .menu .item-menu a {
  font-size: 8vw;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  padding-top: 200px;
  display: inline-block;
  transition: opacity 300ms ease-in-out;
}
.container-menu .menu .item-menu a:hover {
  opacity: 0.6;
}

.anima-container-menu {
  animation: anima-container-menu 2s 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}

@keyframes anima-container-menu {
  0% {
    left: -100%;
  }
  2% {
    left: 0%;
  }
  100% {
    left: 0%;
  }
}
.item-anima1 {
  animation: itemanima1 1s 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}

@keyframes itemanima1 {
  0% {
    padding-top: 200px;
  }
  50% {
    padding-top: 200px;
  }
  100% {
    padding-top: 0;
  }
}
.item2-anima1 {
  animation: item2anima1 1100ms 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}

@keyframes item2anima1 {
  0% {
    padding-top: 200px;
  }
  50% {
    padding-top: 200px;
  }
  100% {
    padding-top: 0;
  }
}
.item2-anima2 {
  animation: item2anima2 1100ms 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}

@keyframes item2anima2 {
  0% {
    left: 100%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 0%;
  }
}
.item3-anima1 {
  animation: item3anima1 1200ms 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}

@keyframes item3anima1 {
  0% {
    padding-top: 200px;
  }
  50% {
    padding-top: 200px;
  }
  100% {
    padding-top: 0;
  }
}
.item3-anima2 {
  animation: item3anima2 1200ms 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}

@keyframes itema3nima3 {
  0% {
    left: 100%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 0%;
  }
}
.item4-anima1 {
  animation: item4anima1 1300ms 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}

@keyframes item4anima1 {
  0% {
    padding-top: 200px;
  }
  50% {
    padding-top: 200px;
  }
  100% {
    padding-top: 0;
  }
}
.item4-anima2 {
  animation: item4anima2 1300ms 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}

@keyframes item4anima3 {
  0% {
    left: 100%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 0%;
  }
}
.item5-anima1 {
  animation: item5anima1 1400ms 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}

@keyframes item5anima1 {
  0% {
    padding-top: 200px;
  }
  50% {
    padding-top: 200px;
  }
  100% {
    padding-top: 0;
  }
}
.item5-anima2 {
  animation: item5anima2 1400ms 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}

@keyframes item5anima3 {
  0% {
    left: 100%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 0%;
  }
}
.overflow-nosotros {
  width: 100%;
  height: 100%;
  min-height: 1200px;
  overflow: hidden;
  position: relative;
}

.about-text {
  position: absolute;
  top: 200px;
  left: 20%;
  width: 80%;
  color: #fff;
  z-index: 300;
}
.about-text h1 {
  font-size: 12vw;
  margin: 0;
  letter-spacing: -0.5vw;
  line-height: 3.5vw;
}
.about-text h2 {
  font-size: 7vw;
  margin: 0;
  color: #b0b0b0;
}
.container-nosotros {
  height: 100%;
  width: 50%;
  background-color: #000;
  position: relative;
  overflow: scroll;
}

.nosotros-video {
  position: absolute;
  top: 0;
  left: 30%;
  z-index: 100;
  height: 100%;
  width: auto;
  overflow: hidden;
}
.nosotros-video img {
  height: 100%;
  width: auto;
}
.nosotros-video .nosotros-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}
.nosotros-video video {
  width: 2000px;
  height: 2000px;
  position: absolute;
  opacity: 0;
  top: -200px;
  left: 0;
  z-index: 50;
  animation: about-anima 2s 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}
.nosotros-video .nosotros-hidden {
  visibility: hidden;
}

@keyframes about-anima {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nosotros-mobile img {
  width: 100%;
  height: auto;
}

.hola {
  color: #fff;
  font-weight: 800;
  font-size: 40px;
  text-decoration: none;
  transition: opacity 300ms ease-in-out;
  margin-top: 30px;
  display: block;
}

.hola:hover {
  opacity: 0.7;
}

.contacto-bgtext {
  position: absolute;
  width: 80%;
  top: 20px;
  opacity: 0.4;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 900;
  color: #b0b0b0;
  font-size: 15vw;
  text-align: center;
  z-index: 1;
}

.container-contact {
  display: flex;
  align-items: stretch;
  height: 100%;
}
.container-contact .contact2 {
  background-image: url(../img/contact-b2.jpg);
  background-position: bottom right;
  background-size: 70%;
  width: 30%;
  background-repeat: no-repeat;
  background-color: #fff !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container-contact .contact2 .text {
  width: 80%;
  text-align: left;
  position: relative;
  z-index: 90;
}
.container-contact .contact2 .text h2 {
  font-size: 2vw;
  margin: 0;
}
.container-contact .contact1 {
  background-color: #000;
  width: 70%;
  background-image: url(../img/contact-b1.jpg);
  background-size: 50%;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 150px 10%;
  box-sizing: border-box;
  color: #fff;
  height: 100%;
  overflow: scroll;
}
.container-contact .contact1 .text {
  position: relative;
  z-index: 90;
}
.container-contact .contact1 .text h2 {
  background: #cd016b;
  font-size: 5vw;
  font-weight: 900;
  margin: 0;
  /* Old browsers */
  background: -moz-linear-gradient(left, #cd016b 0%, #573687 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #cd016b 0%, #573687 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #cd016b 0%, #573687 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.container-contact .contact1 .text .flex {
  display: flex;
  color: #fff;
  margin-bottom: 30px;
}
.container-contact .contact1 .text .flex .flex1 {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}
.container-contact .contact1 .text .flex .flex1 input {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  height: 60px;
  cursor: pointer;
  color: #fff;
  padding-left: 10px;
  outline: 0;
  font-size: 20px;
  width: 100%;
  border-bottom: solid 1px #fff;
}
.container-contact .contact1 .text .comments {
  padding: 20px;
  box-sizing: border-box;
}
.container-contact .contact1 .text .comments textarea {
  background-color: #000;
  border-top: none;
  border-left: none;
  border-right: none;
  height: 160px;
  cursor: pointer;
  color: #fff;
  padding-left: 10px;
  padding-top: 10px;
  outline: 0;
  font-size: 20px;
  width: 100%;
}
.container-contact .contact1 .text .send input {
  width: 290px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  float: right;
  border: none;
  margin-top: 10px;
  outline: 0;
  cursor: pointer;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5830a2+0,cd016b+100 */
  background: #5830a2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #5830a2 0%, #cd016b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5830a2 0%, #cd016b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5830a2 0%, #cd016b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.show-more {
  position: absolute;
  bottom: -200px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 500;
  width: 250px;
  text-align: center;
}
.show-more a {
  display: block;
  background-color: #000;
  color: #fff;
  padding: 20px;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 5px 5px 36px rgba(0, 0, 0, 0.4);
  transition: opacity 300ms ease-in-out;
  cursor: pointer;
  position: relative;
  z-index: 40000;
}
.show-more a:hover {
  opacity: 0.7;
}

.home-p-img {
  opacity: 1 !important;
  box-shadow: 5px 5px 36px rgba(0, 0, 0, 0.4);
}

.home-t {
  text-shadow: 5px 5px 26px rgba(0, 0, 0, 0.4);
}

.b4-home {
  margin-top: 100px;
}

.content__link2 {
  pointer-events: auto;
  grid-area: link;
  align-self: end;
  justify-self: start;
  z-index: 10;
  padding: 0 1em 0.15em;
  color: #000;
  text-decoration: none;
  font-weight: 900;
  font-size: 1.8vw;
  transition: color 300ms ease-in-out;
}

.content__link2:hover {
  color: #fff;
}

.services1 {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin-bottom: 250px;
}
.services1 .gradient {
  position: absolute;
  bottom: 180px;
  left: -100px;
  transform: rotate(-7deg);
  width: 150%;
  height: 700px;
  background: #6705a8;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6705a8 0%, #f0006d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6705a8 0%, #f0006d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6705a8 0%, #f0006d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.services-text1 {
  position: absolute;
  width: 60%;
  left: 0;
  right: 0;
  margin: auto;
  top: 250px;
}
.services-text1 h1 {
  font-size: 5vw;
  line-height: 5vw;
  text-align: center;
  color: #000;
  font-weight: bold;
}
.services-text1 p {
  font-weight: 300;
  text-align: center;
}

.services-b2-container {
  position: relative;
  height: 1350px;
  overflow: hidden;
  margin-bottom: 0px;
}
.services-b2-container .text {
  position: absolute;
  left: 15%;
  top: 40%;
  color: #fff;
  font-size: 7vw;
  color: #b0b0b0;
  text-align: right;
  width: 30%;
  z-index: 190;
  font-weight: 900;
}
.services-b2-container .text h2 {
  font-size: 10vw;
  margin: 0;
  color: #fff;
  line-height: 6vw;
}
.services-b2-container .b2-skew {
  background-color: #000;
  width: 140%;
  position: absolute;
  top: 300px;
  left: -500px;
  height: 750px;
  z-index: 170;
  transform: rotate(10deg);
  background-image: url(../img/services-b2.png);
  background-position: 500px center;
  background-size: 30%;
  background-repeat: no-repeat;
}

.services-b3 {
  display: flex;
  width: 80%;
  margin: auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.services-b3 .b1 {
  width: 50%;
  position: relative;
  overflow: hidden;
  max-width: 600px;
}
.services-b3 .b1 img {
  width: 102%;
  height: auto;
  margin-bottom: -5px;
}
.services-b3 .b1 .rload {
  position: absolute;
  width: 102%;
  top: 0;
  left: 0;
  z-index: 50;
}
.services-b3 .b1 video {
  width: 1400px;
  height: 1000px;
  position: absolute;
  top: 2px;
  left: 0;
}
.services-b3 .b2 {
  width: 50%;
  padding: 10%;
  align-self: center;
}
.services-b3 .project {
  border: solid 2px #1a1a1a;
  max-width: 395px;
  width: 395px;
  height: 70px;
  text-align: center;
  display: block;
  color: #1a1a1a;
  font-weight: 800;
  font-size: 25px;
  line-height: 70px;
  margin: auto;
  text-decoration: none;
  border-radius: 15px;
  display: block;
  margin-bottom: 20px;
  transition: all ease-in-out 300ms;
}
.services-b3 .project:hover {
  background-color: #1a1a1a;
  color: #fff;
}
.services-b3 .contact {
  border: solid 2px #1a1a1a;
  background-color: #1a1a1a;
  max-width: 220px;
  width: 220px;
  display: block;
  height: 50px;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: 800;
  font-size: 17px;
  line-height: 50px;
  margin: auto;
  text-decoration: none;
  border-radius: 15px;
  margin-bottom: 20px;
  transition: all ease-in-out 300ms;
}
.services-b3 .contact:hover {
  opacity: 0.8;
}

.services-b4-container {
  position: relative;
  height: 1150px;
  overflow: hidden;
  margin-bottom: 0px;
}
.services-b4-container .text {
  position: absolute;
  left: 15%;
  top: 40%;
  color: #fff;
  font-size: 7vw;
  color: #b0b0b0;
  text-align: right;
  width: 30%;
  z-index: 190;
  font-weight: 900;
  color: #000;
}
.services-b4-container .text h2 {
  font-size: 10vw;
  margin: 0;
  color: #fff;
  line-height: 6vw;
}
.services-b4-container .b4-skew {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#60a9e4+0,83e8c4+100 */
  background: #60a9e4;
  /* Old browsers */
  background: -moz-linear-gradient(left, #60a9e4 0%, #83e8c4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #60a9e4 0%, #83e8c4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #60a9e4 0%, #83e8c4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 140%;
  position: absolute;
  top: 200px;
  left: -500px;
  height: 750px;
  z-index: 170;
  transform: rotate(-10deg);
}

.services-b5 {
  display: flex;
  width: 80%;
  margin: auto;
  align-items: flex-start;
}
.services-b5 .b2 {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.services-b5 .b2 img {
  width: 100%;
  height: auto;
  margin-bottom: -5px;
}
.services-b5 .b2 .rload {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
.services-b5 .b2 video {
  width: 1400px;
  height: 1000px;
  position: absolute;
  top: 0;
  left: 0;
}
.services-b5 .b1 {
  width: 50%;
  padding: 3% 10% 10% 10%;
  align-self: center;
}

.services-b6-container {
  position: relative;
  background-color: #f0f0f0;
  padding-top: 250px;
  padding-bottom: 150px;
}
.services-b6-container:before {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/services-b6.png);
  background-size: cover;
}
.services-b6-container .cont {
  width: 80%;
  margin: auto;
}
.services-b6-container .row1 h2 {
  font-size: 12vw;
  color: #000;
  margin: 0;
  font-weight: 900;
  line-height: 6vw;
}
.services-b6-container .row1 h3 {
  font-size: 6vw;
  color: #b0b0b0;
  margin: 0;
  font-weight: 900;
}
.services-b6-container .flexrow {
  display: flex;
}
.services-b6-container .flexrow div {
  width: 50%;
  padding-right: 20%;
}
.services-b6-container .flexrow div h4 {
  font-size: 3vw;
  margin-bottom: 10px;
}
.services-b6-container .text {
  position: absolute;
  left: 15%;
  top: 40%;
  color: #fff;
  font-size: 7vw;
  color: #b0b0b0;
  text-align: right;
  width: 30%;
  z-index: 190;
  font-weight: 900;
}
.services-b6-container .text h2 {
  font-size: 10vw;
  margin: 0;
  color: #fff;
  line-height: 6vw;
}
.services-b6-container .b6-skew {
  background-color: #000;
  width: 140%;
  position: absolute;
  top: 300px;
  left: -500px;
  height: 750px;
  z-index: 170;
  transform: rotate(10deg);
  background-image: url(../img/services-b2.png);
  background-position: 500px center;
  background-size: 30%;
  background-repeat: no-repeat;
}

.header-serv {
  background-image: url(../img/servicios-header.jpg);
  background-repeat: no-repeat;
  height: 900px;
  background-color: #000;
  position: relative;
}
.header-serv .tit-serv {
  max-width: 1000px;
  font-size: 10vw;
  margin: auto;
  text-align: center;
  color: #fff;
  font-weight: 800;
  padding: 200px 20px 20px 20px;
  margin-bottom: 20px;
  line-height: 100px;
}
.header-serv .cont-tit-serv {
  max-width: 1000px;
  font-size: 16px;
  margin: auto;
  padding: 20px;
  text-align: center;
  color: #fff;
}
.header-serv .trian-serv {
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 110%;
}
.header-serv .trian-serv img {
  width: 100%;
  height: auto;
}

.serv2 {
  background-color: #eff0ef;
  padding: 30px 20px 100px 20px;
}
.serv2 .tit-serv {
  font-size: 5vw;
  color: #1a1a1a;
  font-weight: 800;
  max-width: 1000px;
  margin: auto;
  text-align: center;
  line-height: 8vw;
}
.serv2 .tit-serv span {
  font-size: 9vw;
  display: block;
}
.serv2 .cont-tit-serv {
  max-width: 1000px;
  font-size: 16px;
  margin: auto;
  padding: 16px;
  text-align: center;
}
.serv2 .apps {
  max-width: 1000px;
  margin: auto;
  display: flex;
}
.serv2 .apps .app1 {
  width: 20%;
  text-align: right;
}
.serv2 .apps .app1 .b1 {
  position: relative;
  padding-top: 150px;
}
.serv2 .apps .app1 .b1:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 5px;
  right: 0;
  bottom: -20px;
  background: #6705a8;
  background: -moz-linear-gradient(left, #6705a8 0%, #f0006d 100%);
  background: -webkit-linear-gradient(left, #6705a8 0%, #f0006d 100%);
  background: linear-gradient(to right, #6705a8 0%, #f0006d 100%);
}
.serv2 .apps .app1 .b1 .t1 {
  font-weight: 800;
  color: #1a1a1a;
  font-size: 40px;
  position: relative;
  z-index: 50;
}
.serv2 .apps .app1 .b1 .t1:before {
  content: "Ux";
  position: absolute;
  color: #e6e6e6;
  z-index: -1;
  position: absolute;
  bottom: 30px;
  right: 0;
  font-size: 180px;
  line-height: 100px;
}
.serv2 .apps .app1 .b2 {
  position: relative;
  padding-top: 100px;
}
.serv2 .apps .app1 .b2:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 5px;
  right: 0;
  bottom: -20px;
  background: #6705a8;
  background: -moz-linear-gradient(left, #6705a8 0%, #f0006d 100%);
  background: -webkit-linear-gradient(left, #6705a8 0%, #f0006d 100%);
  background: linear-gradient(to right, #6705a8 0%, #f0006d 100%);
}
.serv2 .apps .app1 .b2 .t1 {
  font-weight: 800;
  color: #1a1a1a;
  font-size: 40px;
  position: relative;
  z-index: 50;
}
.serv2 .apps .app1 .b2 .t1:before {
  content: "Ux";
  position: absolute;
  color: #e6e6e6;
  z-index: -1;
  position: absolute;
  bottom: 30px;
  right: 0;
  font-size: 180px;
  line-height: 100px;
}
.serv2 .apps .app2 {
  width: 60%;
}
.serv2 .apps .app2 img {
  width: 100%;
  height: auto;
}
.serv2 .apps .app2 .project {
  border: solid 2px #1a1a1a;
  max-width: 395px;
  height: 70px;
  text-align: center;
  display: block;
  color: #1a1a1a;
  font-weight: 800;
  font-size: 25px;
  line-height: 70px;
  margin: auto;
  text-decoration: none;
  border-radius: 15px;
  margin-bottom: 20px;
  transition: all ease-in-out 300ms;
}
.serv2 .apps .app2 .project:hover {
  background-color: #1a1a1a;
  color: #fff;
}
.serv2 .apps .app2 .contact {
  border: solid 2px #1a1a1a;
  background-color: #1a1a1a;
  max-width: 220px;
  height: 50px;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: 800;
  font-size: 17px;
  line-height: 50px;
  margin: auto;
  text-decoration: none;
  border-radius: 15px;
  margin-bottom: 20px;
  transition: all ease-in-out 300ms;
}
.serv2 .apps .app2 .contact:hover {
  background-color: #fff;
  border-color: #fff;
  color: #1a1a1a;
}
.serv2 .apps .app3 {
  width: 20%;
}
.serv2 .apps .app3 .b3 {
  position: relative;
  padding-top: 200px;
}
.serv2 .apps .app3 .b3:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 5px;
  left: 0;
  bottom: -20px;
  background: #6705a8;
  background: -moz-linear-gradient(left, #6705a8 0%, #f0006d 100%);
  background: -webkit-linear-gradient(left, #6705a8 0%, #f0006d 100%);
  background: linear-gradient(to right, #6705a8 0%, #f0006d 100%);
}
.serv2 .apps .app3 .b3 .t1 {
  font-weight: 800;
  color: #1a1a1a;
  font-size: 40px;
  position: relative;
  z-index: 50;
}
.serv2 .apps .app3 .b3 .t1:before {
  content: "Dev";
  position: absolute;
  color: #e6e6e6;
  z-index: -1;
  position: absolute;
  bottom: 0px;
  left: 0;
  font-size: 130px;
  line-height: 100px;
}

.webs {
  background-image: url(../img/serv-web.jpg);
  background-size: cover;
  padding: 100px 20px;
}
.webs .tit-serv {
  font-size: 5vw;
  color: #fff;
  font-weight: 800;
  max-width: 1000px;
  margin: auto;
  text-align: center;
  line-height: 8vw;
}
.webs .tit-serv span {
  font-size: 9vw;
  display: block;
}
.webs .cont-tit-serv {
  max-width: 1000px;
  font-size: 20px;
  margin: auto;
  padding: 16px;
  text-align: center;
}
.webs .cont-tit-serv {
  max-width: 1000px;
  font-size: 16px;
  margin: auto;
  padding: 16px;
  text-align: center;
  color: #fff;
}
.webs .cont-webs {
  max-width: 850px;
  margin: auto;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.webs .cont-webs .icon {
  width: 100px;
  margin: auto;
  padding-top: 70px;
}
.webs .cont-webs .icon img {
  width: 100%;
  height: auto;
}
.webs .cont-webs h2 {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
}
.webs .cont-webs .project {
  border: solid 2px #fff;
  max-width: 395px;
  height: 70px;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: 800;
  font-size: 25px;
  line-height: 70px;
  margin: 80px auto 20px auto;
  text-decoration: none;
  border-radius: 15px;
  transition: all ease-in-out 300ms;
}
.webs .cont-webs .project:hover {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.webs .cont-webs .contact {
  border: solid 2px #fff;
  background-color: #fff;
  max-width: 220px;
  height: 50px;
  text-align: center;
  display: block;
  color: #1a1a1a;
  font-weight: 800;
  font-size: 17px;
  line-height: 50px;
  margin: auto;
  text-decoration: none;
  border-radius: 15px;
  margin-bottom: 20px;
  transition: all ease-in-out 300ms;
}
.webs .cont-webs .contact:hover {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}

.bl-design {
  max-width: 1000px;
  margin: auto;
  text-align: center;
  padding: 80px 20px;
}
.bl-design h2 {
  font-weight: 800;
  font-size: 6vw;
  line-height: 6vw;
  margin: 0;
}

.services-b5 .project {
  border: solid 2px #1a1a1a;
  max-width: 395px;
  height: 70px;
  text-align: center;
  display: block;
  color: #1a1a1a;
  font-weight: 800;
  font-size: 25px;
  line-height: 70px;
  margin-top: 80px;
  margin-bottom: 20px;
  text-decoration: none;
  border-radius: 15px;
  transition: all ease-in-out 300ms;
}
.services-b5 .project:hover {
  background-color: #1a1a1a;
  color: #fff;
}
.services-b5 .contact {
  border: solid 2px #1a1a1a;
  background-color: #1a1a1a;
  max-width: 220px;
  height: 50px;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: 800;
  font-size: 17px;
  line-height: 50px;
  text-decoration: none;
  border-radius: 15px;
  margin-bottom: 20px;
  transition: all ease-in-out 300ms;
}
.services-b5 .contact:hover {
  opacity: 0.8;
}
.services-b5 .bl1 {
  position: relative;
  padding-top: 150px;
  margin-bottom: 40px;
}
.services-b5 .bl1 .t1 {
  font-weight: 800;
  color: #1a1a1a;
  font-size: 40px;
  position: relative;
  z-index: 50;
}
.services-b5 .bl1 .t1:before {
  content: "Ux";
  position: absolute;
  color: #e6e6e6;
  z-index: -1;
  position: absolute;
  bottom: 30px;
  left: 0;
  font-size: 180px;
  line-height: 100px;
}
.services-b5 .bl2 {
  position: relative;
  padding-top: 100px;
}
.services-b5 .bl2 .t1 {
  font-weight: 800;
  color: #1a1a1a;
  font-size: 40px;
  position: relative;
  z-index: 50;
}
.services-b5 .bl2 .t1:before {
  content: "Ui";
  position: absolute;
  color: #e6e6e6;
  z-index: -1;
  position: absolute;
  bottom: 30px;
  left: 0;
  font-size: 180px;
  line-height: 100px;
}

.home2-mobile {
  display: none;
}

.muestra-mobile {
  display: none;
}

.services-mobile {
  display: none;
}

.container-grid {
  box-sizing: border-box;
  padding: 150px 0px 0px 5%;
}
.container-grid .row-grid {
  max-width: 1600px;
  margin: auto;
}
.container-grid .row-grid h1 {
  font-size: 230px;
  margin: 0px 0px 20px 0px;
  font-weight: 800;
}
.container-grid .row-grid .structure-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 70px 0px 100px 0px;
  position: relative;
}
.container-grid .row-grid .structure-grid:before {
  content: "";
  background-image: url(../works/img/after-logo.svg);
  position: absolute;
  width: 1170px;
  height: 1307px;
  bottom: 0px;
  background-size: cover;
  z-index: -1000;
}
.container-grid .row-grid .structure-grid .proyecto-grid {
  width: 30%;
  box-sizing: border-box;
  padding-bottom: 100px;
}
.container-grid .row-grid .structure-grid .proyecto-grid:hover img {
  transform: scale(1.05);
}
.container-grid .row-grid .structure-grid .proyecto-grid a {
  text-decoration: none;
}
.container-grid .row-grid .structure-grid .proyecto-grid a .img-proyecto {
  width: 80%;
  max-height: 318px;
  height: 318px;
}
.container-grid .row-grid .structure-grid .proyecto-grid a .img-proyecto img {
  width: 100%;
  height: auto;
  transition: transform 300ms ease-in-out;
}
.container-grid .row-grid .structure-grid .proyecto-grid a .descripcion-proyecto {
  box-sizing: border-box;
  padding-top: 10px;
}
.container-grid .row-grid .structure-grid .proyecto-grid a .descripcion-proyecto h2 {
  font-weight: 800;
  color: black;
  font-size: 50px;
  margin: 0px;
}
.container-grid .row-grid .structure-grid .proyecto-grid a .descripcion-proyecto h3 {
  color: #666666;
  font-weight: 800;
  margin: 0px;
  font-size: 27px;
}

.container-proyecto-b1 {
  position: relative;
}
.container-proyecto-b1 .row-proyecto {
  max-width: 1600px;
  margin: auto;
  position: relative;
}
.container-proyecto-b1 .row-proyecto .b1 {
  box-sizing: border-box;
  padding-top: 100px;
  position: relative;
}
.container-proyecto-b1 .row-proyecto .b1 .logo {
  width: 15%;
  margin: auto;
  margin-bottom: 150px;
}
.container-proyecto-b1 .row-proyecto .b1 .logo img {
  width: 100%;
  height: auto;
  transform: translate(0px, 28px);
}
.container-proyecto-b1 .row-proyecto .b1 .mockup-banner {
  box-sizing: border-box;
  position: relative;
  margin: auto;
}
.container-proyecto-b1 .row-proyecto .b1 .mockup-banner .contenedor-img {
  width: 50%;
  margin: auto;
  box-sizing: border-box;
  padding-top: 40px;
}
.container-proyecto-b1 .row-proyecto .b1 .mockup-banner p {
  position: absolute;
  top: -73px;
  font-size: 200px;
  margin: auto;
  text-align: center;
  font-weight: 800;
  z-index: -100;
  color: #e6e6e6;
  left: 0;
  right: 0;
}
.container-proyecto-b1 .row-proyecto .b1 .mockup-banner img {
  width: 100%;
  height: auto;
}

.b2-loopmedia {
  background-color: #142551;
  z-index: -10000000000 !important;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 200px;
}
.b2-loopmedia .row-b2 {
  max-height: 1600px;
  margin: auto;
}
.b2-loopmedia .row-b2 .b2-flex {
  display: flex;
  box-sizing: border-box;
  padding: 130px 0px 0px 0px;
  position: relative;
  margin-top: -150px;
}
.b2-loopmedia .row-b2 .b2-flex .col:nth-child(1) {
  width: 80%;
  margin-left: 3%;
  position: relative;
}
.b2-loopmedia .row-b2 .b2-flex .col:nth-child(1):after {
  content: "iOS Android";
  position: absolute;
  bottom: -130px;
  left: 0;
  color: #525d81;
  font-size: 210px;
  font-weight: 800;
  font-family: "Gilroy";
  width: 70%;
  line-height: 180px;
  margin-left: 50%;
}
.b2-loopmedia .row-b2 .b2-flex .col:nth-child(2) {
  position: absolute;
  width: 13%;
  right: 200px;
  box-sizing: border-box;
  padding-top: 100px;
}
.b2-loopmedia .row-b2 .b2-flex .col:nth-child(2) a {
  display: block;
  color: white;
  text-decoration: none;
  font-weight: 800;
  font-size: 20px;
  background-color: #d81f72;
  box-shadow: 0px 2px 20px rgba(217, 45, 123, 0.5);
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 30px;
  transition: all 300ms ease-in-out;
}
.b2-loopmedia .row-b2 .b2-flex .col:nth-child(2) a:hover {
  color: #d81f72;
  background-color: transparent;
  border: 1px solid #d81f72;
  box-shadow: none;
}
.b2-loopmedia .row-b2 .b2-flex .col p {
  color: white;
}
.b2-loopmedia .row-b2 .b2-flex .col p:nth-child(2) {
  margin-bottom: 30px;
}
.b2-loopmedia .row-b2 .b2-flex .col .img-b2 {
  width: 60%;
}
.b2-loopmedia .row-b2 .b2-flex .col .img-b2 img {
  width: 100%;
  height: auto;
}

.b3-loopmedia {
  background-color: #edf2f8;
  box-sizing: border-box;
}
.b3-loopmedia .row-b3 {
  max-width: 1600px;
  margin: auto;
  position: relative;
  height: 1800px;
}
.b3-loopmedia .row-b3:after {
  content: "Ux Ui";
  position: absolute;
  color: #e2e7ec;
  top: 100px;
  font-size: 450px;
  font-family: "Gilroy";
  font-weight: 800;
  line-height: 400px;
  width: 30%;
}
.b3-loopmedia .row-b3 .texto {
  position: absolute;
  width: 15%;
  top: 208px;
  left: 190px;
}
.b3-loopmedia .row-b3 .texto p {
  margin: 0px;
  position: relative;
  z-index: 10000000000;
}
.b3-loopmedia .row-b3 .mockup {
  position: absolute;
  width: 27%;
}
.b3-loopmedia .row-b3 .mockup:nth-child(2) {
  right: 22px;
  top: 78px;
}
.b3-loopmedia .row-b3 .mockup:nth-child(3) {
  left: 621px;
  top: 552px;
}
.b3-loopmedia .row-b3 .mockup:nth-child(4) {
  bottom: 21px;
  left: 112px;
}
.b3-loopmedia .row-b3 .mockup img {
  width: 100%;
  height: auto;
}

.container-b1-nones {
  box-sizing: border-box;
  padding-top: 140px;
}
.container-b1-nones .row {
  max-width: 1600px;
  margin: auto;
}
.container-b1-nones .row .structure .logo {
  width: 20%;
  margin: auto;
  box-sizing: border-box;
  padding-bottom: 200px;
}
.container-b1-nones .row .structure .logo img {
  width: 100%;
  height: auto;
}
.container-b1-nones .row .structure .contenido {
  position: relative;
}
.container-b1-nones .row .structure .contenido p {
  text-align: center;
  position: absolute;
  top: -180px;
  right: 0;
  left: 0;
  font-weight: 800;
  font-size: 250px;
  margin: 0;
  color: #e6e6e6;
  z-index: -10000;
}
.container-b1-nones .row .structure .contenido .mockup {
  width: 60%;
  margin: auto;
}
.container-b1-nones .row .structure .contenido .mockup img {
  width: 100%;
  height: auto;
}

.container-b2-nones {
  background-color: #ff7062;
  margin-top: -10px;
}
.container-b2-nones .row {
  max-width: 1600px;
  margin: auto;
}
.container-b2-nones .row .flex {
  display: flex;
  justify-content: space-between;
}
.container-b2-nones .row .flex .col {
  box-sizing: border-box;
  padding: 180px 0px 0px 0px;
}
.container-b2-nones .row .flex .col:nth-child(1) {
  width: 40%;
  box-sizing: border-box;
  padding: 400px 3% 0px 17%;
  position: relative;
}
.container-b2-nones .row .flex .col:nth-child(1):before {
  content: "Ux Ui";
  position: absolute;
  z-index: 1;
  top: 147px;
  left: 141px;
  font-size: 480px;
  color: rgba(255, 255, 255, 0.1);
  line-height: 420px;
  font-weight: 800;
  pointer-events: none;
}
.container-b2-nones .row .flex .col:nth-child(1) p {
  color: white;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  width: 90%;
  position: relative;
  z-index: 30;
}
.container-b2-nones .row .flex .col:nth-child(1) p:nth-child(2) {
  margin-bottom: 35px;
}
.container-b2-nones .row .flex .col:nth-child(1) a {
  display: block;
  color: #333333;
  font-weight: 800;
  text-decoration: none;
  background-color: white;
  position: relative;
  z-index: 30;
  width: 80%;
  height: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  transition: all 300ms ease-in-out;
}
.container-b2-nones .row .flex .col:nth-child(1) a:hover {
  color: white;
  background-color: transparent;
  border: 2px solid white;
}
.container-b2-nones .row .flex .col:nth-child(2) {
  width: 60%;
  position: relative;
  z-index: 10000;
  box-sizing: border-box;
  padding-right: 4%;
}
.container-b2-nones .row .flex .col:nth-child(2) img {
  width: 100%;
  height: auto;
}

.container-b1-picsil {
  height: 100vh;
  background-color: #fb0041;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.container-b1-picsil .b1-picsil img {
  width: 100%;
  height: auto;
}

.container-b2-picsil {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.container-b2-picsil .picsil2-text {
  position: absolute;
  text-align: right;
  width: 50%;
  top: 50px;
  right: 50px;
  color: #000;
  z-index: 600;
}
.container-b2-picsil .picsil2-text h2 {
  font-weight: 800;
  font-size: 8vw;
  line-height: 7vw;
  margin: 0;
}
.container-b2-picsil .picsil2-text h2 span {
  color: #c6c6c6;
  font-size: 7vw;
  display: block;
}
.container-b2-picsil .picsil2-text p {
  font-size: 16px;
  max-width: 400px;
  float: right;
}
.container-b2-picsil .picsil2-img2 {
  display: none;
}
.container-b2-picsil img {
  width: 100%;
  height: auto;
}

.container-b3-picsil {
  background-color: #f2f2f2;
  padding: 80px;
}
.container-b3-picsil img {
  width: 100%;
  height: auto;
}

.container-b4-picsil {
  background-color: #fff;
  padding: 80px;
}
.container-b4-picsil img {
  width: 100%;
  height: auto;
}

.container-b5-picsil {
  position: relative;
}
.container-b5-picsil .picsil5-text {
  position: absolute;
  text-align: right;
  width: 50%;
  top: 50px;
  right: 80px;
  color: #000;
  z-index: 600;
}
.container-b5-picsil .picsil5-text h2 {
  font-weight: 800;
  font-size: 8vw;
  line-height: 7vw;
  margin: 0;
}
.container-b5-picsil .picsil5-text h2 span {
  color: #c6c6c6;
  font-size: 7vw;
  display: block;
}
.container-b5-picsil .picsil5-text p {
  font-size: 16px;
  max-width: 400px;
  float: right;
}
.container-b5-picsil img {
  width: 100%;
  height: auto;
}

.container-b6-picsil {
  background-color: #fff;
  padding: 80px;
}
.container-b6-picsil img {
  width: 100%;
  height: auto;
  box-shadow: 11px 11px 30px rgba(0, 0, 0, 0.1);
}

.container-b7-picsil {
  background-color: #fff;
  padding: 0px 80px 20px 80px;
}
.container-b7-picsil img {
  width: 100%;
  height: auto;
}

.ver-proyecto {
  padding-bottom: 80px;
}

.urate-container {
  position: relative;
}
.urate-container img {
  width: 100%;
  height: auto;
}

.container-b1-realxdata {
  box-sizing: border-box;
  padding-top: 160px;
}
.container-b1-realxdata .row {
  max-width: 1600px;
  margin: auto;
}
.container-b1-realxdata .row .logo {
  width: 20%;
  margin: auto;
  box-sizing: border-box;
  padding-bottom: 200px;
}
.container-b1-realxdata .row .logo img {
  width: 100%;
  height: auto;
}
.container-b1-realxdata .row .sturcture {
  position: relative;
}
.container-b1-realxdata .row .sturcture .ux {
  position: absolute;
  top: -150px;
  font-size: 300px;
  margin: 0px;
  left: 0;
  right: 0;
  font-weight: 800;
  color: #e6e6e6;
  z-index: -2000;
  text-align: center;
}
.container-b1-realxdata .row .sturcture .flex {
  display: flex;
  justify-content: space-between;
}
.container-b1-realxdata .row .sturcture .flex .col:nth-child(1) {
  width: 25%;
  box-sizing: border-box;
  padding: 180px 0px 0px 5%;
}
.container-b1-realxdata .row .sturcture .flex .col:nth-child(2) {
  width: 70%;
  box-sizing: border-box;
  padding: 70px 3% 0px 0px;
  z-index: 10000;
  position: relative;
}
.container-b1-realxdata .row .sturcture .flex .col:nth-child(2) img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 100000;
}

.container-b2-realxdata {
  background-color: #131313;
  margin-top: -10px;
}
.container-b2-realxdata .row {
  max-width: 1600px;
  margin: auto;
}
.container-b2-realxdata .row .flex {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 110px 0px;
}
.container-b2-realxdata .row .flex .col {
  width: 45%;
}
.container-b2-realxdata .row .flex .col .b2-img {
  width: 90%;
}
.container-b2-realxdata .row .flex .col .b2-img img {
  width: 100%;
  height: auto;
}
.container-b2-realxdata .row .flex .col:nth-child(2) {
  box-sizing: border-box;
  padding-top: 270px;
  position: relative;
}
.container-b2-realxdata .row .flex .col:nth-child(2):before {
  content: "Ux Ui";
  position: absolute;
  pointer-events: none;
  top: 120px;
  left: -80px;
  color: rgba(204, 204, 204, 0.1);
  font-weight: 800;
  font-size: 400px;
  line-height: 330px;
}
.container-b2-realxdata .row .flex .col:nth-child(2) p {
  color: white;
  width: 35%;
}
.container-b2-realxdata .row .flex .col:nth-child(2) p:nth-child(2) {
  margin-bottom: 40px;
}
.container-b2-realxdata .row .flex .col:nth-child(2) a {
  display: block;
  height: 50px;
  color: white;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  width: 30%;
  text-decoration: none;
  line-height: 50px;
  background: linear-gradient(90deg, #00c6ff 0%, #0072ff 100%);
  transition: all 300ms ease-in-out;
}
.container-b2-realxdata .row .flex .col:nth-child(2) a:hover {
  color: #0072ff;
  border: 1px solid #0072ff;
  background: transparent;
}

.container-b3-realxdata {
  box-sizing: border-box;
  padding-bottom: 200px;
}
.container-b3-realxdata .row {
  max-width: 1600px;
  margin: auto;
}
.container-b3-realxdata .row .texto p {
  margin: 0px;
  font-size: 600px;
  font-weight: 800;
  line-height: 400px;
  color: #e6e6e6;
  position: relative;
  z-index: -1000;
}

.container-b4-realxdata .row {
  max-width: 1600px;
  margin: auto;
}
.container-b4-realxdata .row .mockup {
  width: 80%;
  margin: auto;
}
.container-b4-realxdata .row .mockup img {
  width: 100%;
  height: auto;
}

.container-b5-realxdata .row {
  width: 100%;
}
.container-b5-realxdata .row img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1900px) {
  .block1 .b2 .video .mask video {
    width: 1200px;
    height: 1000px;
    margin-top: -180px;
  }

  .block2 .b1 .container-mask .mask video {
    width: 1500px;
    height: 1500px;
    margin-top: -200px;
  }
}
@media screen and (max-width: 1600px) {
  .block2 .b2 {
    right: 5%;
  }
}
@media screen and (max-width: 1500px) {
  .container-grid .row-grid .structure-grid .proyecto-grid a .img-proyecto {
    max-height: 260px;
    height: 260px;
  }

  .block3 .b1 .container-b1 {
    left: 25%;
    top: 20%;
  }
  .block3 .b1 .container-b1 .t1 {
    line-height: 10px;
  }

  .block2 .b2 .t1 {
    line-height: 100px;
  }

  .block2 .b2 {
    top: 10%;
    width: 350px;
  }

  .block1 .b2 .video {
    top: 25%;
  }

  .block1 .b1 .text1 {
    font-size: 60px;
    line-height: 60px;
    right: -52px;
  }

  .services-b2-container .b2-skew {
    width: 240%;
    top: 380px;
  }

  .services-b4-container .b4-skew {
    width: 240%;
    top: 80px;
  }

  .container-menu .menu .item-menu {
    height: 150px;
  }

  .container-proyecto-b1 .row-proyecto .b1 .mockup-banner p {
    font-size: 160px;
  }

  .container-proyecto-b1 .row-proyecto .b1 .logo {
    width: 17%;
  }

  .container-proyecto-b1 .row-proyecto .b1 .mockup-banner .contenedor-img {
    padding-top: 20px;
  }

  .b2-loopmedia .row-b2 .b2-flex .col:nth-child(1):after {
    bottom: -104px;
    line-height: 130px;
    margin-left: 55%;
    font-size: 160px;
    width: 50%;
  }

  .b2-loopmedia .row-b2 .b2-flex .col:nth-child(2) {
    width: 17%;
  }

  .b3-loopmedia .row-b3:after {
    width: 30%;
    left: 120px;
    font-size: 400px;
    line-height: 320px;
  }

  .b3-loopmedia .row-b3 .texto {
    margin-left: 7%;
  }

  .b3-loopmedia .row-b3 .mockup {
    width: 25%;
  }

  .b3-loopmedia .row-b3 .mockup:nth-child(3) {
    left: 601px;
  }

  .b3-loopmedia .row-b3 .mockup:nth-child(2) {
    right: 68px;
  }

  .b3-loopmedia .row-b3 .mockup:nth-child(4) {
    left: 163px;
    bottom: 147px;
  }

  .container-b1-realxdata .row .sturcture .ux {
    font-size: 250px;
    top: -133px;
  }

  .container-b1-realxdata .row .sturcture .flex .col:nth-child(2) {
    width: 60%;
  }

  .container-b1-realxdata .row .sturcture .flex .col:nth-child(1) {
    width: 35%;
    padding: 180px 0px 0px 10%;
  }

  .container-b2-realxdata .row .flex .col:nth-child(2) p {
    width: 45%;
  }

  .container-b2-realxdata .row .flex .col:nth-child(2):before {
    top: 55px;
  }

  .container-b2-realxdata .row .flex .col:nth-child(1) {
    box-sizing: border-box;
    padding-left: 5%;
  }

  .container-b3-realxdata .row .texto p {
    transform: translate(70px, -170px);
    font-size: 500px;
  }
}
@media screen and (max-width: 1350px) {
  .container-grid .row-grid .structure-grid .proyecto-grid a .img-proyecto {
    max-height: 230px;
    height: 230px;
  }

  .block2 .b1 .container-mask .mask video {
    margin-top: -300px;
  }

  .services-b5 .b2 video {
    margin-top: -100px;
  }

  .container-grid {
    padding: 130px 0px 0px 5%;
  }
  .container-grid .row-grid h1 {
    font-size: 170px;
  }
  .container-grid .row-grid .structure-grid {
    padding: 30px 0px 200px 0px;
  }
  .container-grid .row-grid .structure-grid:before {
    width: 600px;
    height: 600px;
  }
  .container-grid .row-grid .structure-grid .proyecto-grid a .descripcion-proyecto h2 {
    font-size: 40px;
  }
  .container-grid .row-grid .structure-grid .proyecto-grid a .descripcion-proyecto h3 {
    font-size: 23px;
  }
  .container-grid .row-grid .structure-grid .proyecto-grid a .img-proyecto {
    width: 75%;
  }

  .container-proyecto-b1 .row-proyecto .b1 .mockup-banner p {
    font-size: 130px;
  }

  .container-proyecto-b1 .row-proyecto .b1 .mockup-banner .contenedor-img {
    width: 40%;
  }

  .b2-loopmedia .row-b2 .b2-flex .col:nth-child(1):after {
    bottom: -148px;
    font-size: 130px;
    line-height: 110px;
  }

  .b2-loopmedia .row-b2 .b2-flex .col:nth-child(2) {
    width: 20%;
  }

  .b3-loopmedia .row-b3 .texto {
    width: 20%;
    top: 130px;
  }

  .b3-loopmedia .row-b3:after {
    font-size: 300px;
    line-height: 270px;
  }

  .b3-loopmedia .row-b3 {
    height: 1450px;
  }

  .b3-loopmedia .row-b3 .mockup:nth-child(2) {
    right: 88px;
  }

  .b3-loopmedia .row-b3 .mockup:nth-child(3) {
    left: 530px;
  }

  .b3-loopmedia .row-b3 .mockup:nth-child(4) {
    bottom: 45px;
  }

  .container-b1-nones .row .structure .contenido p {
    font-size: 200px;
  }

  .container-b2-nones .row .flex .col:nth-child(1):before {
    font-size: 360px;
  }

  .container-b2-nones .row .flex .col:nth-child(1) {
    padding: 350px 3% 0px 13%;
  }

  .container-b2-nones .row .flex .col:nth-child(2) {
    padding-right: 8%;
    padding-left: 2%;
  }

  .container-b1-realxdata {
    padding-top: 150px;
  }

  .container-b1-realxdata .row .logo {
    padding-bottom: 150px;
  }

  .container-b1-realxdata .row .sturcture .ux {
    font-size: 200px;
  }

  .container-b1-realxdata .row .sturcture .flex .col:nth-child(1) {
    padding: 100px 0px 0px 10%;
  }

  .container-b2-realxdata .row .flex .col:nth-child(2) {
    padding-top: 180px;
  }

  .container-b2-realxdata .row .flex .col:nth-child(2):before {
    font-size: 300px;
    line-height: 260px;
  }

  .container-b3-realxdata .row .texto p {
    transform: translate(90px, -140px);
    font-size: 450px;
  }
}
@media screen and (max-width: 1024px) {
  .block1 .b2 {
    display: none;
  }

  .block1 {
    height: 40%;
  }

  .block1 .b1 {
    width: 70%;
  }

  .header-logo {
    width: 90px;
    top: 20px;
    left: 20px;
  }

  .container-grid .row-grid .structure-grid .proyecto-grid a .img-proyecto {
    max-height: 280px;
    height: 280px;
  }

  .container-grid .row-grid h1 {
    font-size: 130px;
  }
  .container-grid .row-grid .structure-grid .proyecto-grid {
    width: 45%;
  }
  .container-grid .row-grid .structure-grid .proyecto-grid .img-proyecto {
    width: 90%;
  }

  .container-proyecto-b1 .row-proyecto .b1 .logo {
    width: 23%;
  }

  .container-proyecto-b1 .row-proyecto .b1 {
    padding-top: 90px;
  }

  .container-proyecto-b1 .row-proyecto .b1 .mockup-banner p {
    font-size: 100px;
  }

  .container-proyecto-b1 .row-proyecto .b1 .mockup-banner .contenedor-img {
    padding-top: 0px;
  }

  .b2-loopmedia .row-b2 .b2-flex .col:nth-child(2) {
    width: 30%;
    right: 90px;
    padding-top: 80px;
  }

  .b2-loopmedia .row-b2 .b2-flex .col p {
    font-size: 14px;
  }

  .b2-loopmedia .row-b2 .b2-flex .col:nth-child(1):after {
    bottom: -102px;
    font-size: 100px;
    line-height: 80px;
  }

  .b3-loopmedia .row-b3 .mockup {
    width: 30%;
  }

  .b3-loopmedia .row-b3 .mockup:nth-child(3) {
    left: 482px;
    top: 690px;
  }

  .b3-loopmedia .row-b3 .mockup:nth-child(4) {
    left: 118px;
    bottom: -4px;
  }

  .container-b1-nones {
    padding-top: 100px;
  }

  .container-b1-nones .row .structure .logo {
    width: 30%;
  }

  .container-b1-nones .row .structure .contenido p {
    font-size: 150px;
  }

  .container-b2-nones .row .flex {
    flex-direction: column;
  }

  .container-b2-nones .row .flex .col:nth-child(1) {
    width: 90%;
    margin: auto;
    padding: 40px 0px 0px;
    text-align: center;
  }

  .container-b2-nones .row .flex .col:nth-child(1) p {
    width: 100%;
  }

  .container-b2-nones .row .flex .col:nth-child(1) a {
    width: 30%;
    margin: auto;
  }

  .container-b2-nones .row .flex .col:nth-child(1):before {
    font-size: 260px;
  }

  .container-b2-nones .row .flex .col:nth-child(2) {
    margin: auto;
  }

  .container-b2-nones .row .flex .col {
    padding: 130px 0px 0px 0px;
  }

  .container-b1-realxdata {
    padding-top: 100px;
  }

  .container-b1-realxdata .row .logo {
    width: 27%;
    padding-bottom: 180px;
  }

  .container-b1-realxdata .row .sturcture .ux {
    font-size: 150px;
  }

  .container-b1-realxdata .row .sturcture .flex {
    flex-direction: column;
  }

  .container-b1-realxdata .row .sturcture .flex .col:nth-child(1) {
    width: 90%;
    text-align: center;
    margin: auto;
    padding: 90px 0px 0px 0px;
  }

  .container-b1-realxdata .row .sturcture .flex .col:nth-child(2) {
    width: 90%;
    margin: auto;
    padding: 0px;
  }

  .container-b2-realxdata .row .flex {
    flex-direction: column;
    padding: 70px 0px;
  }

  .container-b2-realxdata .row .flex .col {
    width: 90%;
    margin: auto;
  }

  .container-b2-realxdata .row .flex .col:nth-child(2) p {
    width: 90%;
    margin: auto;
    text-align: center;
  }

  .container-b2-realxdata .row .flex .col:nth-child(2) a {
    margin: auto;
  }

  .container-b2-realxdata .row .flex .col:nth-child(2):before {
    top: 15px;
    left: 0;
  }

  .container-b2-realxdata .row .flex .col .b2-img {
    width: 70%;
    margin: auto;
  }

  .container-b3-realxdata .row .texto p {
    font-size: 300px;
    transform: translate(90px, -100px);
  }
}
@media screen and (max-width: 950px) {
  .container-grid .row-grid .structure-grid .proyecto-grid a .img-proyecto {
    max-height: 235px;
    height: 235px;
  }

  .serv2 .apps {
    flex-direction: column;
  }
  .serv2 .apps .app1 {
    width: 100%;
  }
  .serv2 .apps .app1 .b1 {
    margin-bottom: 50px;
  }
  .serv2 .apps .app1 .b1:after {
    left: 0;
    margin: auto;
  }
  .serv2 .apps .app1 .t1 {
    text-align: center;
  }
  .serv2 .apps .app1 .t1:before {
    left: 0;
  }
  .serv2 .apps .app1 p {
    text-align: center;
  }
  .serv2 .apps .app2 {
    order: 3;
    width: 100%;
    max-width: 600px;
    margin: auto;
  }
  .serv2 .apps .app3 {
    width: 100%;
  }
  .serv2 .apps .app3 .b3 {
    margin-bottom: 50px;
    padding-top: 90px;
  }
  .serv2 .apps .app3 .b3:after {
    right: 0;
    margin: auto;
  }
  .serv2 .apps .app3 .t1 {
    text-align: center;
  }
  .serv2 .apps .app3 .t1:before {
    right: 0;
  }
  .serv2 .apps .app3 p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .container-grid .row-grid .structure-grid .proyecto-grid a .img-proyecto {
    max-height: 100%;
    height: auto;
  }

  .container-contact .contact2 .text h2 {
    font-size: 5vw;
  }

  .container-b5-picsil .picsil5-text {
    top: 30px;
    right: 30px;
  }

  .container-b1-picsil {
    height: 400px;
  }

  .picsil2-img2 {
    display: block !important;
    padding-top: 200px;
  }

  .container-b2-picsil {
    height: auto;
    overflow: visible;
  }

  .picsil2-img1 {
    display: none;
  }

  .container-b2-picsil .picsil2-text {
    width: 80%;
  }

  .container-b3-picsil,
.container-b4-picsil,
.container-b6-picsil,
.container-b7-picsil {
    padding: 20px;
  }

  .container-b5-picsil {
    height: 550px;
  }

  .footer {
    flex-direction: column;
    align-items: center;
  }

  .clientes h2:before {
    bottom: -70px;
    font-size: 70px;
  }

  .clientes .flex-clientes div {
    width: 50%;
  }

  .services-b5 .project,
.services-b3 .project,
.webs .cont-webs .project,
.serv2 .apps .app2 .project {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 280px;
  }

  .header-serv .tit-serv {
    padding-top: 100px;
    line-height: 50px;
  }

  .serv2 .tit-serv {
    padding-top: 80px;
  }

  .bl-design h2 {
    font-size: 9vw;
  }

  .serv2 .apps .app3 .b3 {
    padding-top: 120px;
  }

  .services-b5 .bl1 {
    padding-top: 50px;
  }

  .serv2 .apps .app2 {
    padding-top: 80px;
  }

  .webs .tit-serv,
.serv2 .tit-serv {
    font-size: 8vw;
  }

  .header-serv {
    height: 700px;
    background-size: cover;
  }

  .pulltit {
    line-height: 60px !important;
  }

  .port-title-3 {
    line-height: 50px;
  }

  .rload-portfolio .port-container .btn-proyecto,
.rload-portfolio .port-container .btn-proyecto2 {
    margin-top: 50px;
  }

  .rload-portfolio .port-container {
    padding: 20px;
  }

  .services-b6-container .flexrow div {
    padding-right: 0;
  }

  .block3 .arrow2 {
    width: 100%;
  }

  .show-more {
    width: 100%;
    font-size: 30px;
  }

  .services-b6-container .row1 h2 {
    font-size: 24vw;
  }

  .services-b6-container .row1 h3 {
    font-size: 16vw;
  }

  .oculta-mobile {
    display: none;
  }

  .modalb1 h1 {
    font-size: 9vw;
  }

  .modalb1 h4 {
    font-size: 3vw;
  }

  .content__link {
    font-size: 9vw !important;
    background-color: #000;
    padding: 0.5em 1em 0.5em 1em !important;
  }

  .content__link2 {
    font-size: 9vw !important;
    background-color: #000;
    color: #fff;
    padding: 0.5em 1em 0.5em 1em !important;
    margin: auto;
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }

  .content {
    display: block !important;
  }

  .modal-block2 {
    flex-direction: column;
    height: 900px;
  }
  .modal-block2 .m1 {
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    justify-content: flex-start;
  }
  .modal-block2 .m1 .text {
    width: 90%;
    padding-right: 5%;
  }
  .modal-block2 .m2 {
    width: 100%;
  }

  .modal-block3 {
    flex-direction: column;
  }
  .modal-block3 .m1 {
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    height: 300px;
    justify-content: flex-start;
  }
  .modal-block3 .m1 .text {
    width: 90%;
    padding-right: 5%;
  }
  .modal-block3 .m2 {
    width: 100%;
  }

  .modal-block7 {
    flex-direction: column;
  }
  .modal-block7 .m1 {
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    justify-content: flex-start;
  }
  .modal-block7 .m1 .text {
    width: 90%;
    padding-right: 5%;
  }
  .modal-block7 .m2 {
    width: 100%;
  }

  .modal-block5 div {
    max-width: 80%;
  }

  .modal-block6 div {
    max-width: 80%;
  }

  .modal-block8 {
    flex-direction: column;
  }
  .modal-block8 .m1 {
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    justify-content: flex-start;
    height: 600px;
  }
  .modal-block8 .m1 .text {
    width: 90%;
    padding-right: 5%;
  }
  .modal-block8 .m2 {
    width: 100%;
  }

  .container-menu .menu {
    padding-top: 150px;
  }

  .container-menu .menu .item-menu {
    height: 80px;
  }

  .container-menu .menu .item-menu span {
    font-size: 8vw;
  }

  .services-b6-container .flexrow {
    flex-direction: column;
  }
  .services-b6-container .flexrow div {
    width: 100%;
  }
  .services-b6-container .flexrow div h4 {
    font-size: 5vw;
  }

  .services-b2-container {
    height: 650px;
  }

  .services-b3 {
    flex-direction: column;
  }
  .services-b3 .b1,
.services-b3 .b2 {
    width: 100%;
  }

  .services-b5 {
    flex-direction: column;
  }
  .services-b5 .b1,
.services-b5 .b2 {
    width: 100%;
  }

  .services-b2-container .b2-skew {
    height: 330px;
    top: 110px;
    transform: rotate(-10deg) translateX(130px);
  }

  .services-b2-container .text {
    top: 35%;
  }

  .services-b4-container .b4-skew {
    height: 430px;
    top: 80px;
    transform: rotate(-10deg) translateX(130px);
  }

  .services-b4-container .text {
    top: 35%;
  }

  .services-b4-container {
    height: 650px;
  }

  .services-text1 {
    width: 90%;
  }
  .services-text1 h1 {
    font-size: 10vw !important;
    line-height: 40px;
    margin-top: -20px;
  }

  .container-contact {
    flex-direction: column;
  }
  .container-contact .contact1,
.container-contact .contact2 {
    width: 100%;
    height: auto;
    overflow: inherit;
  }
  .container-contact .contact1 .flex,
.container-contact .contact2 .flex {
    flex-direction: column !important;
  }
  .container-contact .contact1 .flex1,
.container-contact .contact2 .flex1 {
    width: 100% !important;
  }
  .container-contact .contact2 {
    padding: 100px 0%;
  }

  .aboutlinea {
    background-color: #fff !important;
  }

  .nosotros-video {
    display: none;
  }

  .muestra-mobile {
    display: block;
  }

  .services-mobile {
    display: block;
    width: 100%;
    height: auto;
  }

  .container-nosotros {
    width: 100%;
    height: auto;
    padding-bottom: 200px;
  }

  .overflow-nosotros {
    overflow: visible;
    height: auto;
  }

  .about-text {
    position: relative;
    width: 100%;
    padding: 5%;
    left: 0;
    box-sizing: border-box;
    top: 100px;
  }
  .about-text h1 {
    font-size: 25vw;
    line-height: 10vw;
  }
  .about-text h2 {
    font-size: 12vw;
  }

  .block1 .b1 .text1 {
    font-size: 30px;
    line-height: 30px;
    right: -25px;
  }

  .home2-mobile {
    display: block;
  }
  .home2-mobile img {
    width: 100%;
    height: auto;
  }

  .block2 .b1 .container-mask {
    display: none;
  }

  .block2 {
    flex-direction: column;
    height: auto;
  }
  .block2 .b1 {
    width: 100%;
  }
  .block2 .b2 {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 5%;
    right: 0;
    margin-bottom: 30px;
  }
  .block2 .b2 .texto {
    width: 100%;
    padding: 3%;
    box-sizing: border-box;
    padding: 0;
  }
  .block2 .b2 .t1 {
    font-size: 200px;
    line-height: 110px;
  }
  .block2 .b2 .t2 {
    font-size: 15vw;
  }

  .block3 .b2 .container-mask {
    display: none;
  }

  .block3 {
    flex-direction: column;
    height: auto;
    padding-top: 120px;
  }
  .block3 .b1 {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 5%;
    right: 0;
    margin-bottom: 30px;
    background-image: url(../img/home-b3-arrow.jpg);
    background-size: cover;
  }
  .block3 .b1 .arrow {
    display: none;
  }
  .block3 .b1 .container-b1 {
    position: static;
    width: 100%;
  }
  .block3 .b1 .container-b1 .t1 {
    font-size: 200px !important;
    line-height: 110px !important;
  }
  .block3 .b1 .container-b1 .t2 {
    font-size: 100px !important;
    line-height: 100px !important;
  }
  .block3 .b1 .container-b1 .texto {
    width: 100%;
    padding: 3%;
    margin-top: 0;
    box-sizing: border-box;
  }
  .block3 .b2 {
    width: 100%;
  }

  .block4 .container .container-works .row-works {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .block4 .container .container-works .row-works .work {
    width: 80%;
    margin-bottom: 40px;
  }

  .container-grid {
    padding: 100px 0px 0px 0px;
  }
  .container-grid .row-grid h1 {
    font-size: 70px;
    margin-left: 5%;
  }
  .container-grid .row-grid .structure-grid:before {
    width: 350px;
    height: 350px;
  }
  .container-grid .row-grid .structure-grid .proyecto-grid {
    width: 100%;
    padding-bottom: 40px;
  }
  .container-grid .row-grid .structure-grid .proyecto-grid a .img-proyecto {
    width: 90%;
    margin: auto;
  }
  .container-grid .row-grid .structure-grid .proyecto-grid a .descripcion-proyecto {
    text-align: center;
  }
  .container-grid .row-grid .structure-grid .proyecto-grid a .descripcion-proyecto h2 {
    font-size: 35px;
  }

  .container-proyecto-b1 .row-proyecto .b1 {
    padding-top: 50px;
  }

  .container-proyecto-b1 .row-proyecto .b1 .logo {
    width: 33%;
    margin-bottom: 80px;
  }

  .container-proyecto-b1 .row-proyecto .b1 .mockup-banner .contenedor-img {
    width: 70%;
  }

  .container-proyecto-b1 .row-proyecto .b1 .mockup-banner p {
    font-size: 40px;
    top: -23px;
  }

  .b2-loopmedia {
    padding-bottom: 50px;
  }

  .b2-loopmedia .row-b2 .b2-flex {
    margin-top: -60px;
    flex-direction: column;
  }

  .b2-loopmedia .row-b2 .b2-flex .col:nth-child(1) {
    width: 100%;
    margin-left: 0px;
  }

  .b2-loopmedia .row-b2 .b2-flex .col .img-b2 {
    width: 100%;
  }

  .b2-loopmedia .row-b2 .b2-flex .col:nth-child(2) {
    position: static;
    padding-top: 0px;
    width: 90%;
    margin: auto;
    text-align: center;
  }

  .b2-loopmedia .row-b2 .b2-flex .col:nth-child(1):after {
    position: static;
    font-size: 50px;
    display: flex;
    justify-content: center;
    margin-left: 0px;
    width: 100%;
  }

  .b2-loopmedia .row-b2 .b2-flex {
    padding: 100px 0px 0px 0px;
  }

  .b3-loopmedia .row-b3 .texto p {
    font-size: 14px;
  }

  .b3-loopmedia .row-b3 {
    display: flex;
    flex-direction: column;
    height: 2150px;
  }

  .b3-loopmedia .row-b3 .texto {
    position: static;
    width: 90%;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 0px;
  }

  .b3-loopmedia .row-b3 .mockup {
    position: static;
    width: 90%;
    margin: auto;
  }

  .b3-loopmedia .row-b3:after {
    position: static;
    display: none;
  }

  .container-b1-nones .row .structure .contenido p {
    position: static;
    font-size: 50px;
  }

  .container-b1-nones {
    padding-top: 90px;
  }

  .container-b1-nones .row .structure .logo {
    width: 60%;
    padding-bottom: 4px;
  }

  .container-b1-nones .row .structure .contenido .mockup {
    width: 100%;
  }

  .container-b2-nones .row .flex .col:nth-child(1) {
    padding: 70px 0px 0px;
  }

  .container-b2-nones .row .flex .col:nth-child(1):before {
    position: static;
    font-size: 100px;
    line-height: 30px;
  }

  .container-b2-nones .row .flex .col:nth-child(1) a {
    width: 80%;
  }

  .container-b2-nones {
    margin-top: -20px;
    position: relative;
  }

  .container-b2-nones .row .flex .col:nth-child(2) {
    padding: 70px 0px 0px 0px;
    width: 90%;
  }

  .container-b1-realxdata .row .logo {
    width: 52%;
    padding-bottom: 30px;
  }

  .container-b1-realxdata .row .sturcture .flex .col:nth-child(1) {
    padding: 10px 0px 0px 0px;
  }

  .container-b1-realxdata .row .sturcture .ux {
    position: static;
    font-size: 70px;
  }

  .container-b2-realxdata .row .flex .col:nth-child(2):before {
    position: static;
    font-size: 100px;
    line-height: 70px;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .container-b3-realxdata .row .texto p {
    font-size: 150px;
    transform: translate(0px, -40px);
    margin-left: 5%;
    line-height: 150px;
  }

  .container-b2-realxdata .row .flex .col:nth-child(1) {
    width: 90%;
    padding-left: 0px;
  }

  .container-b2-realxdata .row .flex .col:nth-child(2) {
    padding-top: 30px;
  }

  .container-b2-realxdata .row .flex .col:nth-child(2) p:nth-child(1) {
    box-sizing: border-box;
    padding-top: 30px;
  }

  .container-b2-realxdata .row .flex .col:nth-child(2) a {
    width: 70%;
  }

  .container-b4-realxdata .row .mockup {
    width: 90%;
  }
}

/*# sourceMappingURL=style.css.map */
