.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f3f3f3;
  font-family: Roboto, Arial, sans-serif;
  color: #222;
  font-size: 18px;
  line-height: 1.3;
}

h1 {
  font-family: Bangers, Impact, sans-serif;
  font-size: 74px;
  line-height: 1.2;
  font-weight: 400;
}

h2 {
  font-family: Bangers, Impact, sans-serif;
  font-size: 54px;
  line-height: 1.2;
  font-weight: 400;
}

h3 {
  font-family: Bangers, Impact, sans-serif;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 400;
}

h4 {
  font-family: Bangers, Impact, sans-serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
}

h5 {
  font-size: 22px;
  line-height: 20px;
  font-weight: 700;
}

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

p {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
}

a {
  color: #ffcc01;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 1px 1px 2px #000;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-top: 5px;
  padding-bottom: 3px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  background-color: transparent;
}

.footer {
  position: relative;
  width: 100%;
  height: 60px;
  margin-top: auto;
  background-color: #000;
}

._100-vh {
  position: relative;
  min-height: 100vh;
}

._100-vh.flex-center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sky {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background-image: radial-gradient(circle farthest-corner at 55% 40%, #d3d3e5, #69a2c6 91%);
}

.wave-1 {
  height: 110px;
  background-image: url('../images/ola-1.svg');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat-x;
}

.wave-2 {
  height: 110px;
  background-image: url('../images/ola-2.svg');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat-x;
}

.wave-3 {
  height: 110px;
  background-image: url('../images/ola-3.svg');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat-x;
}

.wave-4 {
  height: 100px;
  background-image: url('../images/ola-4.svg');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat-x;
}

.wave-5 {
  height: 90px;
  background-image: url('../images/ola-5.svg');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat-x;
}

.wave {
  position: relative;
  left: -50%;
  bottom: 0%;
  width: 200%;
}

.wave.wave-1 {
  background-size: 682px 110px;
}

.wave.wave-2 {
  background-size: 602px 110px;
}

.wave.wave-3 {
  background-size: 565px 110px;
}

.wave.wave-4 {
  background-size: 532px 100px;
}

.wave.wave-5 {
  background-size: 464px 90px;
}

.depth-5-wave {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 110px;
}

.depth-4-wave {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 80px;
}

.depth-3-wave {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 60px;
}

.depth-1-wave {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: -15px;
}

.depth-2-wave {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 10px;
}

.workshop {
  position: relative;
  height: 210vh;
  padding-bottom: 60px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.g-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-container.cont-izq {
  margin-left: 60px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.g-container.width-900 {
  width: 900px;
}

.paragraf_minimal {
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 400;
}

.could-5 {
  width: 100px;
  height: 238px;
  margin-top: -5px;
  background-image: url('../images/could.svg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.coulds {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-left: 10%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.depth-5-could {
  -webkit-transform: translate(-10%, 0px);
  -ms-transform: translate(-10%, 0px);
  transform: translate(-10%, 0px);
}

.depth-4-could {
  -webkit-transform: translate(30%, 0px);
  -ms-transform: translate(30%, 0px);
  transform: translate(30%, 0px);
}

.depth-3-could {
  -webkit-transform: translate(19%, 0px);
  -ms-transform: translate(19%, 0px);
  transform: translate(19%, 0px);
}

.depth-2-could {
  -webkit-transform: translate(-15%, 0px);
  -ms-transform: translate(-15%, 0px);
  transform: translate(-15%, 0px);
}

.waves {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.waves.wave-front {
  z-index: 4;
  height: 200px;
}

.waves.wave-tras {
  z-index: 1;
  height: 300px;
}

.could-1 {
  z-index: 5;
  overflow: hidden;
  width: 220px;
  height: 430px;
  margin-top: -70px;
  background-image: url('../images/could.svg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.could-2 {
  width: 160px;
  height: 375px;
  margin-top: -5px;
  background-image: url('../images/could.svg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.could-4 {
  width: 122px;
  height: 275px;
  margin-top: -5px;
  background-image: url('../images/could.svg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.could-3 {
  width: 140px;
  height: 330px;
  margin-top: -5px;
  background-image: url('../images/could.svg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.oke-land {
  width: 420px;
  height: auto;
  margin-bottom: -120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.cont-land {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sea {
  position: relative;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#479ed6), to(#176597));
  background-image: linear-gradient(180deg, #479ed6, #176597);
}

.fond-1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 100%;
  margin-bottom: 60px;
}

.fond-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 60%;
  margin-bottom: 60px;
}

.fond-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  margin-bottom: 60px;
}

.pez-1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 5;
  width: 180px;
  margin-bottom: 12%;
  margin-left: 10%;
}

.pez-3c {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 120px;
  margin-bottom: 25%;
  margin-left: 30%;
}

.pez-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 150px;
  margin-right: 15%;
  margin-bottom: 15%;
}

.pez-3a {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 120px;
  margin-right: 5%;
  margin-bottom: 30%;
}

.pez-3b {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 60px;
  margin-right: 15%;
  margin-bottom: 30%;
}

.globo {
  width: 200px;
  height: 343px;
  margin-right: -170px;
  margin-bottom: 350px;
}

.barquito {
  width: 250px;
}

.code {
  width: 0px;
  height: 0px;
}

.cont-barco {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  margin-bottom: 110px;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.cont-globo {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tubo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  width: 50px;
  height: 110vh;
  margin-top: 100vh;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/tubo.svg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: repeat-y;
}

.tras-tubo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 7;
  width: 50px;
  height: 110vh;
  margin-top: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(161, 202, 240, 0.5);
}

.suelos {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 15;
  width: 100%;
  height: 60px;
  margin-top: 0px;
  border-top: 10px solid #1c2033;
  border-bottom: 10px solid #1c2033;
  background-image: url('../images/suelo-1.svg'), -webkit-gradient(linear, left top, left bottom, from(#26385e), to(#26385e));
  background-image: url('../images/suelo-1.svg'), linear-gradient(180deg, #26385e, #26385e);
  background-position: 0% 0%, 0px 0px;
  background-size: 80px, auto;
  background-repeat: repeat, repeat;
}

.go-to-lab {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: block;
  width: 180px;
  height: 200px;
  margin-top: 110px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

.web-strategy {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.cont-web_strategy {
  position: absolute;
  top: -112px;
  width: 230px;
  height: 223px;
  margin-left: 40px;
}

.isla {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-bottom: 4px;
}

.table {
  position: relative;
  z-index: 4;
  width: 500px;
  height: 212px;
  margin-bottom: 10px;
}

.present {
  position: relative;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wather {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  background-color: rgba(72, 159, 215, 0.2);
}

.brand {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 80px;
  margin-top: 10px;
  margin-left: 40px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.brand.w--current {
  display: none;
}

.fashion {
  min-height: 100vh;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.que {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-top: -110px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}

.workshop-trigger1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 70vh;
}

.workshop-trigger2 {
  position: absolute;
  left: 0%;
  top: 70vh;
  right: auto;
  bottom: auto;
  height: 70vh;
}

.workshop-trigger3 {
  position: absolute;
  left: 0%;
  top: 140vh;
  right: auto;
  bottom: auto;
  height: 70vh;
}

.studio {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/workshop.svg');
  background-position: 50% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.cantread-stydy-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  cursor: none;
}

.cantread-stydy-link:hover {
  color: #ff8177;
}

.half-page {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.block-target {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-target.is {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block-target.cont-ura {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.lab-is-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  max-width: 550px;
  padding: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #bf9900;
  background-image: linear-gradient(135deg, rgba(228, 1, 85, 0.8), rgba(255, 129, 119, 0));
  color: #fff;
}

.lab-is-wrapper.iw-2 {
  top: 0.5rem;
  right: 0.5rem;
  background-color: #1458f1;
}

.lab-is-wrapper.iw3 {
  top: 1rem;
  right: 1rem;
  background-color: #120c2e;
}

.laboratory {
  position: relative;
  z-index: 14;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cont-call-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e40155;
  background-image: radial-gradient(circle farthest-side at 50% 100%, #1458f1 10%, #120c2e);
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.foco {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 400px;
  height: 540px;
  background-image: url('../images/foco.svg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.podium {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 10;
  width: 700px;
  margin-bottom: 40px;
}

.audence {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -3px;
  z-index: 11;
  width: 100%;
  height: 150px;
  background-image: url('../images/audencia.svg');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: repeat-x;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.max-w {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.art-box {
  padding-right: 15px;
  padding-left: 15px;
}

.icon {
  width: 70px;
  height: 70px;
  margin-top: 13px;
}

.heading {
  margin-left: 10px;
  font-size: 32px;
}

.head-artbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nena {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 300px;
  margin-bottom: 80px;
}

.slogan-a {
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.6em;
  line-height: 1.2;
  font-weight: 900;
}

.cont-slogan {
  margin-bottom: 100px;
}

.section {
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
  color: #e3e3e3;
}

.cont-lines {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
}

.lines {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.center {
  text-align: center;
}

.div-adwards {
  position: relative;
  width: 920px;
}

.grid-adwards {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.copy {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 80px;
  padding-top: 14px;
  padding-bottom: 20px;
  color: hsla(0, 0%, 89%, 0.5);
  font-size: 12px;
  text-align: center;
}

.list {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 100px;
  padding-left: 0px;
}

.list_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  list-style-type: none;
}

.link_footer {
  margin-right: 4px;
  margin-left: 4px;
  padding: 4px;
  color: #e3e3e3;
  font-size: 12px;
}

.honie-2 {
  font-size: 50px;
}

.back-black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #f3f3f3;
}

.proyect-link {
  position: relative;
  margin: 40px 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-radius: 2px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  color: #f3f3f3;
  text-shadow: 1px 1px 3px #000;
  cursor: pointer;
}

.no-overflow {
  overflow: hidden;
}

.arriba--studio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.abajo-studio {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cont-txt {
  position: relative;
  z-index: 10;
  width: 450px;
  margin-top: 100px;
  margin-left: -450px;
}

.txt1 {
  position: absolute;
  width: 100%;
  padding: 30px 20px 20px;
  background-image: url('../images/bocata-2.svg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-weight: 600;
}

.txt1.art1 {
  display: none;
}

.txt1.art2 {
  display: none;
}

.txt1.art3 {
  display: none;
}

.grid {
  -ms-grid-columns: 1fr 0.5fr 0.5fr 1fr;
  grid-template-columns: 1fr 0.5fr 0.5fr 1fr;
}

.omg {
  margin-left: -136px;
}

.cont-cuerda {
  position: absolute;
  left: 0%;
  top: -98vh;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cuerda-globo {
  width: 1.5px;
  background-color: #f1f2f2;
}

.fin-tubo {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 16px;
  margin-left: -5px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/tubo-final.svg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.call-to-2 {
  position: relative;
  margin-top: 80px;
}

.cont-podium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-rot {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -100;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}

.title-min {
  font-family: Bangers, Impact, sans-serif;
  font-size: 30px;
}

.gira-pantalla {
  width: 200px;
}

.guion-bocata {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 60px;
  height: 37px;
  margin-bottom: -23px;
  margin-left: 60%;
  background-image: url('../images/bocata-guion.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.cap-j-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
}

.arm-j-1-2 {
  position: absolute;
  display: none;
}

.arm-j-1-1 {
  position: absolute;
  display: none;
}

.hand-j-1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 3;
  display: none;
  width: 60px;
  margin-bottom: 275px;
  margin-left: 73px;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  -webkit-transform-origin: 74% 100%;
  -ms-transform-origin: 74% 100%;
  transform-origin: 74% 100%;
}

.arm-j-0-1 {
  position: absolute;
  display: none;
}

.arm-j-0-3 {
  position: absolute;
  display: none;
}

.cuore {
  position: absolute;
}

.cap-j-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
}

.juancho {
  position: absolute;
  width: 330px;
  height: 617.6px;
  margin-right: -282px;
  margin-bottom: 32px;
}

.hand-j-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 3;
  display: none;
  width: 144px;
  margin-bottom: 211px;
  -webkit-transform-origin: 100% 80%;
  -ms-transform-origin: 100% 80%;
  transform-origin: 100% 80%;
}

.cap-base-j {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  width: 170px;
  height: 268px;
  background-image: url('../images/cap-base-j.svg');
  background-position: 100% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transform-origin: 50% 90%;
  -ms-transform-origin: 50% 90%;
  transform-origin: 50% 90%;
}

.body-j {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/body-base-j.svg');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.arm-0 {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.arm-1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.hand-j-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: none;
  width: 111px;
  margin-right: 52px;
  margin-bottom: 242px;
}

.arm-j-0-2 {
  position: absolute;
  display: none;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.arm-j-1-3 {
  position: absolute;
  display: none;
}

.cap-j-1 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
}

.ura {
  position: absolute;
  width: 288px;
  height: 539px;
}

.ura.ura-min {
  display: none;
}

.arm-l {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.cap-l-front {
  position: absolute;
  z-index: 5;
}

.cap-l-base {
  position: absolute;
  z-index: 1;
}

.cap-l {
  position: absolute;
  z-index: 4;
  width: 260px;
  height: 368px;
}

.cap-l.tras {
  z-index: 1;
  background-image: url('../images/cap-l-tras.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.hand-l-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: none;
  width: 70px;
  height: 105px;
  margin-right: -8px;
  margin-bottom: 159px;
  -webkit-transform-origin: 50% 20%;
  -ms-transform-origin: 50% 20%;
  transform-origin: 50% 20%;
}

.face-l-3 {
  position: absolute;
  z-index: 4;
  display: none;
}

.arm-l-1 {
  position: absolute;
  display: none;
}

.body-l {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: url('../images/body-l.svg');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.face-l-1 {
  position: absolute;
  z-index: 2;
  display: none;
}

.arm-l-2 {
  position: absolute;
  display: none;
}

.face-l-2 {
  position: absolute;
  z-index: 3;
  display: none;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.hand-l-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 5;
  display: none;
  width: 43px;
  height: 70px;
  margin-bottom: 248px;
  margin-left: 39px;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.eyes-l {
  position: absolute;
  z-index: 0;
}

.cont-mosca {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 20px;
  height: 20px;
  margin-top: 165px;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.list-3 {
  list-style-type: disc;
}

.p-grey {
  padding-top: 5px;
  color: #838383;
  font-size: 14px;
  line-height: 1.6;
}

.p-grey.revision {
  margin-top: 100px;
  margin-bottom: 60px;
}

.h3-legal {
  margin-top: 24px;
  margin-bottom: 15px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 900;
  text-transform: uppercase;
}

.tog-drop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  cursor: pointer;
}

.drop {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #c0c1c1;
  border-radius: 3px;
}

.list-legal {
  padding: 0px 10px;
}

.p-drp-legal {
  padding: 10px;
  border-top: 1px solid #e9e9e9;
  color: #838383;
  font-size: 13px;
  line-height: 1.6;
}

.sep-white {
  width: 80%;
  margin-top: 60px;
  border-top: 1px solid #777;
}

.int-drop {
  overflow: hidden;
}

.int-drop.js-accordion-body {
  display: none;
}

.int-drop.js-accordion-body.int_drop-legal {
  display: block;
}

.txt-legal-drop {
  padding-right: 50px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
}

.link-legal {
  color: #222;
  font-weight: 400;
}

.titlee {
  position: relative;
  z-index: 3;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 28px;
  font-family: Bangers, Impact, sans-serif;
  color: #f3f3f3;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-shadow: 3px 3px 4px #000, 3px 3px 0 #000;
}

.titlee.t-qst {
  margin-top: 30px;
  margin-left: 30px;
}

.titlee.t-menu {
  margin-top: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 54px;
  text-align: center;
}

.titlee.t-menu:hover {
  color: #ffcc01;
}

.titlee.t-menu.w--current {
  color: rgba(255, 204, 1, 0.8);
}

.titlee.t-tras-1 {
  padding-top: 5px;
  padding-bottom: 3px;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 95.3%, 0.4)), to(hsla(0, 0%, 95.3%, 0.2)));
  background-image: linear-gradient(90deg, hsla(0, 0%, 95.3%, 0.4), hsla(0, 0%, 95.3%, 0.2));
}

.titlee.grad-titlee {
  text-shadow: none;
}

.drop-qst-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-right: 20px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-shadow: -1px -1px 2px #000, 1px 1px 2px #000;
  cursor: pointer;
}

.drop-qst-btn.w--open {
  height: 80px;
  cursor: pointer;
}

.drop-qst-btn.js-accordion-header.blue-qst:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(20, 88, 241, 0.7)), to(rgba(20, 88, 241, 0.2)));
  background-image: linear-gradient(90deg, rgba(20, 88, 241, 0.7), rgba(20, 88, 241, 0.2));
}

.menphis {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url('../images/memphis.png');
  background-position: 50% 100%;
  background-size: 150px;
}

.menphis.menphis-yellow {
  background-image: url('../images/memphis-y.svg');
}

.menphis.menphis-yellow.skew-2 {
  top: 0px;
}

.menphis.menphis-yellow.skew-1 {
  left: -15px;
  top: 0px;
}

.menphis.men-pink {
  background-image: url('../images/menphis-p.svg');
}

.menphis.men-blue {
  background-image: url('../images/menphis-b.svg');
}

.drop-cont {
  margin-top: 10px;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 60px;
}

.drop-cont.w--open {
  position: relative;
  background-color: transparent;
}

.drop-cont.js-accordion-body {
  display: none;
}

.qst_cont {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hquest_cont {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #222;
}

.hquest_cont.yellow {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #ffcc01), to(rgba(255, 204, 1, 0.4)));
  background-image: linear-gradient(90deg, #ffcc01 20%, rgba(255, 204, 1, 0.4));
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.hquest_cont.pink {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #e40155), to(rgba(228, 1, 85, 0.4)));
  background-image: linear-gradient(90deg, #e40155 20%, rgba(228, 1, 85, 0.4));
}

.hquest_cont.blue {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #1458f1), to(rgba(20, 88, 241, 0.4)));
  background-image: linear-gradient(90deg, #1458f1 20%, rgba(20, 88, 241, 0.4));
}

.drop-qst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.txt_qst {
  font-size: 22px;
  font-weight: 700;
}

.div-qst {
  position: relative;
  z-index: 5;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: rgba(24, 24, 24, 0.65);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(34, 34, 34, 0.7)), to(rgba(34, 34, 34, 0.06)));
  background-image: linear-gradient(90deg, rgba(34, 34, 34, 0.7), rgba(34, 34, 34, 0.06));
}

.div-qst.yellow {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 204, 1, 0.5)), to(rgba(255, 204, 1, 0.2)));
  background-image: linear-gradient(90deg, rgba(255, 204, 1, 0.5), rgba(255, 204, 1, 0.2));
}

.div-qst.pink {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(228, 1, 85, 0.5)), to(rgba(228, 1, 85, 0.2)));
  background-image: linear-gradient(90deg, rgba(228, 1, 85, 0.5), rgba(228, 1, 85, 0.2));
}

.div-qst.blue {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(20, 88, 241, 0.5)), to(rgba(20, 88, 241, 0.2)));
  background-image: linear-gradient(90deg, rgba(20, 88, 241, 0.5), rgba(20, 88, 241, 0.2));
}

.p-qst {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  text-shadow: -1px -1px 2px #000, 1px 1px 2px #000;
}

.grid-qst {
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 40px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.back-blue {
  background-color: #120c2e;
  color: #f3f3f3;
}

.sub-qst {
  margin-right: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(34, 34, 34, 0.8)), to(rgba(34, 34, 34, 0.05)));
  background-image: linear-gradient(90deg, rgba(34, 34, 34, 0.8), rgba(34, 34, 34, 0.05));
  font-weight: 700;
}

.yellow-qst:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 204, 1, 0.7)), to(rgba(255, 204, 1, 0.2)));
  background-image: linear-gradient(90deg, rgba(255, 204, 1, 0.7), rgba(255, 204, 1, 0.2));
}

.pink-qst:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(228, 1, 85, 0.7)), to(rgba(228, 1, 85, 0.2)));
  background-image: linear-gradient(90deg, rgba(228, 1, 85, 0.7), rgba(228, 1, 85, 0.2));
}

.blue-qst:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(20, 88, 241, 0.7)), to(rgba(20, 88, 241, 0.2)));
  background-image: linear-gradient(90deg, rgba(20, 88, 241, 0.7), rgba(20, 88, 241, 0.2));
}

.semitono {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url('../images/halftone.svg');
  background-position: 0px 0px;
  background-size: auto;
  opacity: 0.8;
}

.halftone-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100px;
  background-image: url('../images/halftone.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat-x;
}

.semitone-gradient-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 40vh;
  background-image: url('../images/halftone.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(228, 1, 85, 0.4)), to(rgba(228, 1, 85, 0)));
  background-image: url('../images/halftone.svg'), linear-gradient(180deg, rgba(228, 1, 85, 0.4), rgba(228, 1, 85, 0));
  background-position: 50% 0%, 0px 0px;
  background-size: auto 120px, auto;
  background-repeat: repeat-x, repeat;
}

.menu-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  width: 122px;
  height: 50px;
  margin-top: 16px;
  margin-right: 40px;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
}

.menu-button:hover {
  color: #ffcc01;
}

.menu-button.w--open {
  background-color: transparent;
}

.menu-on {
  position: absolute;
  z-index: 1;
}

.menu-of {
  display: none;
}

.nav-menu {
  background-color: rgba(34, 34, 34, 0.94);
}

.tras-menu {
  position: absolute;
  width: 122px;
  height: 50px;
  background-image: url('../images/t-menu.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.burguer {
  position: absolute;
  width: 26px;
  margin-top: 3px;
  margin-left: 43px;
}

.txt-menu {
  position: relative;
  padding: 10px 20px;
  font-family: Bangers, Impact, sans-serif;
  font-size: 38px;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: 2px;
}

.txt-menu.txt-menu-2 {
  margin-top: 2px;
  margin-left: 66px;
}

.lightbox-link {
  position: absolute;
  z-index: 99;
  cursor: pointer;
}

.div-gar {
  position: relative;
  left: 60px;
  top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.int-ipad {
  position: relative;
  width: 748px;
  height: 560px;
  margin-top: 27px;
  margin-left: 2px;
  background-color: #a3a3a3;
}

.gar-13 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 108px;
  height: 108px;
  margin-top: -46px;
  margin-left: -170px;
  padding-top: 0px;
  background-image: url('../images/none_1none.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.astro-phone {
  width: 770px;
  height: 563px;
  margin-right: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/none_1none.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.astro-phone.astro-r {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.pen-bloc {
  position: absolute;
  left: 0%;
  width: 23px;
  height: 477px;
  margin-top: 60px;
  margin-left: -80px;
  background-image: url('../images/none_1none.png');
  background-position: 50% 50%;
  background-size: cover;
}

.gar-25 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 146px;
  height: 44px;
  margin-right: -118px;
  margin-bottom: -80px;
  background-image: url('../images/none_1none.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.cont-gar {
  max-width: 650px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.gar-1 {
  position: absolute;
  z-index: 5;
  width: 330px;
  height: 309px;
  background-image: url('../images/none_1none.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gar-15 {
  position: absolute;
  z-index: 4;
  width: 670px;
  height: 63px;
  margin-left: 142px;
  background-image: url('../images/none_1none.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-22deg);
  -ms-transform: rotate(-22deg);
  transform: rotate(-22deg);
}

.phone-presp {
  overflow: hidden;
  margin-top: 27px;
  margin-left: 26px;
  border-radius: 12px;
  -webkit-transform: skew(-2deg, -4deg) rotateX(-6deg) rotateY(6deg) rotateZ(1deg);
  transform: skew(-2deg, -4deg) rotateX(-6deg) rotateY(6deg) rotateZ(1deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.ipad-out {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 99%;
  height: 99%;
  margin-top: 5px;
  margin-left: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 40px;
}

.left-arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 100px;
  margin-bottom: -120px;
}

.mask {
  border-radius: 14px;
}

.arrow {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  color: #222;
}

.ipad {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 613px;
  margin-top: 100px;
  margin-right: 40px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-image: url('../images/none_1none.png');
  background-position: 50% 50%;
  background-size: cover;
}

.port {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 100px;
  margin-bottom: -120px;
}

.gar-19 {
  position: absolute;
  z-index: 3;
  width: 373px;
  height: 349px;
  margin-top: 28px;
  margin-left: 70px;
  background-image: url('../images/gar-19.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gar-24 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 54px;
  height: 54px;
  margin-top: 158px;
  margin-left: 123px;
  padding-top: 0px;
  background-image: url('../images/none_1none.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gar-12 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 176px;
  height: 176px;
  margin-top: 70px;
  margin-right: 126px;
  background-image: url('../images/none_1none.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gar-10 {
  position: absolute;
  z-index: 2;
  width: 640px;
  height: 115px;
  margin-top: -223px;
  margin-left: 222px;
  background-image: url('../images/none_1none.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
}

.sep {
  width: 100px;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 40px;
  border-top: 1px solid #e3e3e3;
  opacity: 0.4;
}

.none {
  display: none;
}

.int-phone-astro {
  width: 840px;
  height: 400px;
  background-color: transparent;
}

.garden {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-astro {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 990px;
  height: 531px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: url('../images/none_1none.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.back-white {
  background-color: #f3f3f3;
  color: #222;
}

.pading-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.top-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 40vh;
  background-image: url('../images/halftone.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(228, 1, 85, 0.4)), to(rgba(228, 1, 85, 0)));
  background-image: url('../images/halftone.svg'), linear-gradient(180deg, rgba(228, 1, 85, 0.4), rgba(228, 1, 85, 0));
  background-position: 50% 0%, 0px 0px;
  background-size: auto 120px, auto;
  background-repeat: repeat-x, repeat;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.top {
  position: relative;
  padding-top: 140px;
}

.ts-24 {
  font-size: 24px;
}

.conect {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #222, #050505);
}

.back-star {
  position: absolute;
  width: 100vw;
  height: 100vh;
}

.h-big {
  z-index: 5;
  font-size: 100px;
  text-align: center;
}

.h-big.txt-neon {
  color: #222;
}

.flo2 {
  position: relative;
  z-index: 1;
}

.touch2 {
  width: 540px;
  height: 449px;
  margin-top: 50px;
  margin-right: -90px;
  background-image: url('../images/astro-touch2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flo1 {
  position: relative;
  z-index: 1;
}

.touch1 {
  width: 600px;
  height: 515px;
  background-image: url('../images/astro-touch1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-white-1 {
  position: absolute;
  left: 0%;
  top: -2px;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 100%;
  height: 60px;
  background-image: url('../images/div-white-1.svg');
  background-position: 0% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.div-white-1.z-indez-6 {
  z-index: 100;
}

.div-blue-2-top {
  position: absolute;
  left: 0%;
  top: -2px;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 100%;
  height: 60px;
  background-image: url('../images/div-blue-2.svg');
  background-position: 0% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.div-white-2-top {
  position: absolute;
  left: 0%;
  top: -2px;
  right: 0%;
  bottom: auto;
  z-index: 100;
  height: 60px;
  background-image: url('../images/div-white-2.svg');
  background-position: 0% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.div-white-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -2px;
  z-index: 100;
  width: 100%;
  height: 60px;
  background-image: url('../images/div-white-2.svg');
  background-position: 0% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.div-black-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -2px;
  width: 100%;
  height: 60px;
  background-image: url('../images/div-black-2.svg');
  background-position: 0% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.lab-trigger-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 199vh;
}

.lab-trigger-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 100vh;
}

.tras-pro-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/halftone.svg'), linear-gradient(225deg, #ffcc01, #e40155);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.txt-pro-link {
  position: relative;
  z-index: 1;
}

.bot-land {
  position: absolute;
  left: 38%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 60px;
  height: 60px;
  margin-bottom: 23px;
  border-radius: 99px;
  background-color: hsla(0, 0%, 95.3%, 0.4);
}

.bot-pulse {
  position: absolute;
  z-index: 20;
  width: 100px;
  height: 100px;
  border-radius: 99px;
  background-color: hsla(0, 0%, 95.3%, 0.4);
}

.pointer {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  width: 60px;
  height: 60px;
  background-image: url('../images/pointer.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.pointer.point-land {
  margin-top: 260px;
  margin-right: 156px;
}

.balda-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 220px;
  margin-left: 5%;
}

.balda-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 220px;
  margin-top: 140px;
  margin-left: 10%;
}

.cuadro-pro {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 160px;
  margin-right: 5%;
}

.meta-ball {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 240px;
  z-index: 8;
  display: block;
  width: 110px;
  margin-right: auto;
  margin-left: auto;
}

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

.proyect_bloq {
  position: relative;
  width: 100%;
  margin-top: 60px;
  padding: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  background-color: hsla(0, 0%, 95.3%, 0.1);
}

.text-mini {
  font-size: 14px;
  font-weight: 400;
}

.checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.horizont-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.r_button {
  width: 15px;
  height: 15px;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 0px;
  border-color: #777;
}

.r_button.w--redirected-checked {
  width: 15px;
  height: 15px;
  border-style: none;
  background-image: url('../images/checkbox-black.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.r_button.w--redirected-focus {
  box-shadow: none;
}

.textarea {
  width: 98.5%;
  min-height: 80px;
  margin-left: 10px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 89%, 0.9);
}

.textarea:focus {
  border-bottom: 3px solid #222;
  box-shadow: 0 0 3px 1px #ffcc01;
}

.textarea::-webkit-input-placeholder {
  color: #777;
}

.textarea:-ms-input-placeholder {
  color: #777;
}

.textarea::-ms-input-placeholder {
  color: #777;
}

.textarea::placeholder {
  color: #777;
}

.textarea.txt-area-colum {
  width: 100%;
  min-height: 10px;
  margin-left: 0px;
}

.select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-bottom: 20px;
  padding-right: 5px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: hsla(0, 0%, 89%, 0.9);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.select:hover {
  box-shadow: 0 0 3px 1px #ffcc01;
}

.select:focus {
  box-shadow: 0 0 3px 1px #ffcc01;
}

._2-colum-form {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}

.check_b {
  width: 15px;
  height: 15px;
  min-width: 15px;
  margin-top: 0px;
  margin-right: 20px;
  border-radius: 50%;
}

.check_b.w--redirected-checked {
  border-color: #ffcc01;
  background-color: #ffcc01;
  background-image: url('../images/checkbox-black.svg');
  box-shadow: 0 0 3px 2px #ffcc01;
  color: #222;
}

.check_b.w--redirected-focus {
  box-shadow: 0 0 3px 1px #ffcc01;
}

.text-field {
  border-radius: 3px;
  background-color: hsla(0, 0%, 89%, 0.9);
}

.text-field:hover {
  background-color: #e3e3e3;
}

.text-field:focus {
  border-bottom: 3px solid #222;
  background-color: #e3e3e3;
  box-shadow: 0 0 3px 1px #ffcc01;
}

.text-field::-webkit-input-placeholder {
  color: #777;
}

.text-field:-ms-input-placeholder {
  color: #777;
}

.text-field::-ms-input-placeholder {
  color: #777;
}

.text-field::placeholder {
  color: #777;
}

.t_forms {
  margin-bottom: 40px;
  padding-left: 20px;
  font-weight: 400;
  text-shadow: none;
}

.error-message {
  margin-top: 40px;
  background-color: transparent;
  color: #ff6363;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.selct_label {
  color: #222;
}

.astro_surf {
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/none_1none.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.skate {
  position: relative;
  z-index: 5;
}

.astro-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid-porta {
  width: 100%;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-porta.grid-porta-left {
  grid-auto-columns: 1fr;
}

.grid-porta.grid-porta-center {
  margin-top: 80px;
  justify-items: center;
}

.grid-porta.grid-porta-right {
  margin-top: -150px;
  justify-items: end;
}

.cont-porta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1%;
  padding-left: 1%;
}

.uno-content-wrap {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.uno-content-wrap.uno-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.porta-list {
  width: 85%;
}

.porta-item {
  padding-bottom: 100px;
}

.link-portfolio {
  overflow: hidden;
  width: 100%;
  border-style: solid;
  border-width: 3px;
  border-color: #f3f3f3;
}

.link-portfolio:hover {
  border-color: #1458f1;
}

.uno-section-wrap {
  padding-right: 30px;
  padding-left: 30px;
}

.relative {
  position: relative;
}

.wrap-paragraph {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.wrap-just {
  padding-right: 100px;
  padding-left: 100px;
}

.sep-footer {
  position: absolute;
  left: 0%;
  top: -59px;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 100%;
  height: 60px;
  background-image: url('../images/div-black-2.svg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.success-message {
  padding-right: 100px;
  padding-left: 100px;
  background-color: hsla(0, 0%, 86.7%, 0.3);
  font-size: 26px;
}

.paragraph-petito {
  font-size: 14px;
  line-height: 1.6;
}

.capsdesuru {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.noise {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/noise.gif');
  background-position: 50% 50%;
  background-size: auto;
  opacity: 0.07;
}

.hero-retro {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #120c2e;
}

.div-preload {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #120c2e;
}

.logo-preload {
  width: 200px;
}

.txt-shadow {
  text-shadow: 1px 0 2px #000;
}

.color-tras-lab {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(67%, #fffaee), to(#f3f3f3));
  background-image: linear-gradient(180deg, #fffaee 67%, #f3f3f3);
}

.wrap-title-lab {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 4rem;
  margin-right: 4rem;
  margin-left: 4rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.p-lab {
  font-weight: 400;
}

.projecrt-link {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  margin-bottom: 125px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-txt-lab {
  margin-top: 0px;
}

.tras-meta {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 15;
  width: 100%;
  height: 132px;
  background-color: #f3f3f3;
}

.link {
  color: #222;
  font-weight: 600;
}

.time-master {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 124px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.st-logo-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 270px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bubble-wrap {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 270px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-story {
  z-index: 3;
  width: 80px;
  height: 80px;
}

.in-logo-fixed {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: rgba(20, 88, 241, 0.85);
}

.st-time-dst {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: -76px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.st-time-trigger {
  position: absolute;
  left: 0%;
  top: 50vh;
  right: 0%;
  bottom: 50vh;
  z-index: -2;
  -webkit-transform: translate(0px, -25vh);
  -ms-transform: translate(0px, -25vh);
  transform: translate(0px, -25vh);
}

.st-time-wrap-in {
  position: absolute;
  width: 6px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.st-top-line-mvl {
  position: relative;
  width: 16px;
  height: 400px;
}

.st-top-line-mvl.line-top {
  z-index: -2;
  height: 60vh;
  margin-top: -60vh;
  background-color: rgba(20, 88, 241, 0.2);
}

.st-timeline {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #1458f1;
  -webkit-transform: translate(0%, 100%);
  -ms-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
}

.st-dot-line {
  position: absolute;
  left: 5px;
  top: 0px;
  width: 6px;
  height: 75px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 204, 1, 0.4)), to(rgba(255, 204, 1, 0)));
  background-image: linear-gradient(180deg, rgba(255, 204, 1, 0.4), rgba(255, 204, 1, 0));
}

.st-time-wrap-it {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1024px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.st-it-trigger-1 {
  margin-top: 65px;
}

.st-time-img-cont {
  position: relative;
  z-index: 5;
  width: 420px;
  height: 236px;
  background-image: url('../images/none_1none.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.st-timeline-img-over {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, rgba(18, 12, 46, 0)), to(rgba(18, 12, 46, 0.9)));
  background-image: linear-gradient(90deg, rgba(18, 12, 46, 0) 80%, rgba(18, 12, 46, 0.9));
}

.st-timeline-img-over.flip {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(80%, rgba(18, 12, 46, 0)), to(rgba(18, 12, 46, 0.9)));
  background-image: linear-gradient(270deg, rgba(18, 12, 46, 0) 80%, rgba(18, 12, 46, 0.9));
}

.st-time-line {
  position: relative;
  width: 16px;
  height: 400px;
  margin-right: 50px;
  margin-left: 50px;
}

.st-time-line.tab-700_2 {
  margin-bottom: 220px;
}

.st-time-det-wrap {
  width: 100%;
  max-width: 420px;
  margin-top: 62px;
  padding-right: 35px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.st-time-det-wrap.aling-right {
  padding-right: 0px;
  padding-left: 15px;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  text-align: right;
}

.st-time-dat {
  margin-bottom: 28px;
  color: #ffcc01;
  font-size: 16px;
  font-weight: 500;
}

.st-time-dat.ahora {
  display: none;
  margin-bottom: 0px;
}

.st-time-dot-trigger {
  margin-top: 22px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.st-time-dot-out {
  position: absolute;
  z-index: 2;
  width: 54px;
  height: 54px;
  background-color: rgba(255, 204, 1, 0.2);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.st-time-dot-mid {
  position: absolute;
  z-index: 3;
  width: 37px;
  height: 37px;
  margin-top: 9px;
  margin-left: 9px;
  background-color: rgba(255, 204, 1, 0.4);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.st-time-dot-in {
  position: absolute;
  z-index: 4;
  width: 23px;
  height: 23px;
  margin-top: 16px;
  margin-left: 16px;
  background-color: #ffcc01;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.st-time-dot-master {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 54px;
  margin-top: 44px;
  margin-left: -19px;
}

.st-dot-wrap {
  position: relative;
  z-index: 2;
  width: 54px;
  height: 54px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.st-time-dot-line-flare {
  position: absolute;
  left: 24px;
  top: -45px;
  z-index: 1;
  width: 6px;
  height: 160px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 204, 1, 0)), color-stop(25%, rgba(255, 204, 1, 0.3)), color-stop(50%, rgba(255, 204, 1, 0.4)), color-stop(75%, rgba(255, 204, 1, 0.3)), to(rgba(255, 204, 1, 0)));
  background-image: linear-gradient(180deg, rgba(255, 204, 1, 0), rgba(255, 204, 1, 0.3) 25%, rgba(255, 204, 1, 0.4) 50%, rgba(255, 204, 1, 0.3) 75%, rgba(255, 204, 1, 0));
}

.st-time-det-wrap-2 {
  position: absolute;
  left: 50%;
  width: 100%;
  max-width: 410px;
  margin-top: 102px;
  margin-left: 60px;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.st-time-det-wrap-2.align-right-det-wrap {
  left: 0%;
  right: 50%;
  margin-left: auto;
  padding-right: 59px;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  text-align: right;
}

.st-time-text {
  font-size: 24px;
  font-weight: 700;
}

.st-time-text.st-tit-big {
  font-size: 36px;
}

.st-it-trigger-2 {
  margin-top: 65px;
}

.st-time-top {
  position: absolute;
  bottom: -160px;
  z-index: 2;
  width: 600px;
  margin-bottom: -40px;
  text-align: center;
}

.uno-section {
  position: relative;
}

.tab-700 {
  height: 350px;
}

.tab-700_2 {
  height: 350px;
}

.line-time {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 16px;
  background-color: rgba(20, 88, 241, 0.2);
}

.h1-hidden {
  position: absolute;
  z-index: -10;
  font-size: 5px;
}

.grid-simple-two {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.calendly-inline-widget {
  position: relative;
  width: 500px;
  max-width: 600px;
  min-height: 650px;
  min-width: 300px;
}

.div-black-1 {
  position: absolute;
  left: 0%;
  top: -2px;
  right: 0%;
  z-index: 100;
  width: 100%;
  height: 60px;
  background-image: url('../images/div-black-1.svg');
  background-position: 0px 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.audiencia {
  position: absolute;
  bottom: -2px;
  z-index: 20;
  overflow: hidden;
  width: 110%;
  height: 150px;
  background-image: url('../images/audiencia-black.svg');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: repeat-x;
}

.audiencia.au-sombra {
  margin-bottom: 11px;
  margin-left: 20px;
  opacity: 0.42;
}

.retro-back {
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.sub-titlee {
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, hsla(0, 0%, 95.3%, 0.3)), to(hsla(0, 0%, 95.3%, 0.1)));
  background-image: linear-gradient(90deg, hsla(0, 0%, 95.3%, 0.3) 20%, hsla(0, 0%, 95.3%, 0.1));
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-shadow: -1px 1px 3px #000;
}

.sub-titlee.blue {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(20, 88, 241, 0.45)), to(rgba(20, 88, 241, 0.2)));
  background-image: linear-gradient(90deg, rgba(20, 88, 241, 0.45) 20%, rgba(20, 88, 241, 0.2));
}

.sub-titlee.blue.hard {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(20, 88, 241, 0.45)), to(rgba(20, 88, 241, 0.2))), -webkit-gradient(linear, left top, left bottom, from(#120c2e), to(#120c2e));
  background-image: linear-gradient(90deg, rgba(20, 88, 241, 0.45) 20%, rgba(20, 88, 241, 0.2)), linear-gradient(180deg, #120c2e, #120c2e);
}

.wrap-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-story {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cont-titlee {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tras-titlee-pink {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/titlee-pink.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tras-titlee-pink.contact {
  margin-left: 30px;
}

.titlee-spam {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 160px;
  line-height: 1.4;
}

.tras-titlee-blue {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url('../images/titlee-blue.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.h-shadow {
  text-shadow: -3px 3px 0 #000;
}

.wrap-h-big {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block-2 {
  margin-bottom: 80px;
  padding: 20px;
}

.margin-bottom {
  margin-bottom: 100px;
}

.st-proyect-wrap {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 420px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f3f3f3;
}

.hands {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.buttom-hands {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-hands {
  font-family: Bangers, Impact, sans-serif;
  color: #f3f3f3;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  margin-top: 22px;
}

.text-hands.h-shadow {
  background-color: transparent;
  font-size: 42px;
}

.link-hands-up {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 100px;
  margin-left: 100px;
  padding-top: 60px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-hands-up.hands-form {
  margin-right: 10px;
  margin-left: 10px;
}

.hands-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-bottom: -10px;
  margin-left: -20px;
  opacity: 0.4;
}

.dance-1 {
  width: 100%;
  height: 100%;
}

.bot-blue {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: #f3f3f3;
  background-color: #1458f1;
  background-image: url('../images/halftone.svg');
  background-position: 0px 0px;
  background-size: auto;
  opacity: 0.53;
  -webkit-transform: rotateX(3deg) rotateY(20deg) rotateZ(0deg) skew(9deg, 1deg);
  transform: rotateX(3deg) rotateY(20deg) rotateZ(0deg) skew(9deg, 1deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.bot-blue-wrap {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  padding: 84px 0px 65px 20px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.bot-blue-wrap.bot-form {
  padding-right: 40px;
  padding-left: 40px;
}

.tu-momento {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -278px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.skew-2 {
  -webkit-transform: skew(1deg, 5deg);
  -ms-transform: skew(1deg, 5deg);
  transform: skew(1deg, 5deg);
}

.skew-1 {
  -webkit-transform: skew(-1deg, -5deg);
  -ms-transform: skew(-1deg, -5deg);
  transform: skew(-1deg, -5deg);
}

.st-img-wrap {
  position: relative;
  width: 420px;
  height: 236px;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.st-img-wrap.flip {
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.bubble-st {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 100%;
  background-color: rgba(20, 88, 241, 0.4);
  box-shadow: 0 0 14px 10px rgba(20, 88, 241, 0.26);
  opacity: 0;
}

.esquina-top {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999;
  width: 118px;
  height: 118px;
  background-color: #fff;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lock {
  width: 50px;
  height: 94px;
  margin-right: 18px;
}

.wrap-equip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.name-equip {
  width: 450px;
}

.image {
  width: 480px;
}

.cont-diver {
  width: 800px;
  box-shadow: 9px 9px 10px 4px rgba(0, 0, 0, 0.3);
}

.wrap-diver {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt-white {
  color: #f3f3f3;
}

.titlee-2 {
  position: relative;
  z-index: 3;
  font-family: Bangers, Impact, sans-serif;
  color: #f3f3f3;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-shadow: 3px 3px 4px #000, 3px 3px 0 #000;
}

.titlee-2.grad-titlee {
  text-shadow: none;
}

.close-menu {
  position: relative;
  display: none;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/cerrar.svg');
  background-position: 50% 50%;
  background-size: auto;
}

.wrap_700 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin: 40px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-2 {
  font-weight: 400;
}

.wrap-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-whats {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.whats {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  margin-bottom: 100px;
}

.wrap-calendly {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrap_aweber {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form_okenews {
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.enviar_bot {
  width: 200px;
  margin-top: 5px;
  background-color: transparent;
  background-image: url('../images/boton.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Bangers, Impact, sans-serif;
  color: #222;
  font-size: 34px;
}

.wrap-enviar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask-ura-lab {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 10;
  width: 50%;
  height: 120vh;
}

.wrap-awards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
  color: #f3f3f3;
}

.div-block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .footer {
    height: auto;
  }

  .wave-1 {
    height: 80px;
  }

  .wave-2 {
    height: 80px;
  }

  .wave-3 {
    height: 80px;
  }

  .wave-4 {
    height: 75px;
  }

  .wave-5 {
    height: 70px;
  }

  .wave.wave-1 {
    background-size: 493px 80px;
  }

  .wave.wave-2 {
    background-size: 436px 80px;
  }

  .wave.wave-3 {
    background-size: 409px 80px;
  }

  .wave.wave-4 {
    background-size: 397px 75px;
  }

  .wave.wave-5 {
    background-size: 360px 70px;
  }

  .depth-5-wave {
    margin-bottom: 80px;
  }

  .depth-4-wave {
    margin-bottom: 60px;
  }

  .depth-3-wave {
    margin-bottom: 40px;
  }

  .workshop {
    padding-bottom: 50px;
  }

  .g-container {
    max-width: 80%;
  }

  .g-container.cont-izq {
    margin-right: auto;
    margin-left: auto;
  }

  .coulds {
    width: 100%;
    margin-left: 0%;
  }

  .depth-5-could {
    -webkit-transform: translate(-57%, 0px);
    -ms-transform: translate(-57%, 0px);
    transform: translate(-57%, 0px);
  }

  .depth-2-could {
    -webkit-transform: translate(-32%, 0px);
    -ms-transform: translate(-32%, 0px);
    transform: translate(-32%, 0px);
  }

  .waves.wave-front {
    height: 124px;
  }

  .could-2 {
    height: 360px;
  }

  .oke-land {
    margin-bottom: -180px;
    margin-left: -80px;
  }

  .fond-1 {
    margin-bottom: 50px;
  }

  .fond-2 {
    margin-bottom: 50px;
  }

  .fond-3 {
    margin-bottom: 50px;
  }

  .pez-1 {
    width: 170px;
  }

  .pez-3c {
    width: 110px;
  }

  .pez-2 {
    width: 135px;
  }

  .pez-3a {
    width: 110px;
  }

  .pez-3b {
    width: 50px;
  }

  .globo {
    width: 180px;
    height: 309px;
    margin-right: -90px;
    margin-bottom: 300px;
  }

  .barquito {
    width: 200px;
  }

  .cont-barco {
    right: -6%;
    display: block;
    margin-bottom: 85px;
  }

  .tubo {
    width: 44px;
  }

  .tras-tubo {
    width: 44px;
  }

  .suelos {
    height: 50px;
    border-top-width: 8px;
    border-bottom-width: 8px;
  }

  .cont-web_strategy {
    top: -100px;
    width: 200px;
    height: 194px;
  }

  .fashion {
    margin-top: 100px;
  }

  .que {
    margin-top: -70px;
  }

  .cantread-stydy-link {
    color: #ff8177;
    cursor: pointer;
  }

  .block-target.is {
    padding: 2rem 0.5rem;
  }

  .lab-is-wrapper {
    height: 60vh;
  }

  .podium {
    width: 500px;
    margin-bottom: 60px;
  }

  .audence {
    height: 120px;
    background-image: url('../images/audencia.svg');
    background-size: auto;
    background-repeat: repeat-x;
  }

  .max-w {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nena {
    left: 10px;
    width: 230px;
  }

  .div-adwards {
    width: 100%;
    max-width: 800px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .copy {
    margin-top: 100px;
  }

  .list {
    position: relative;
    margin-right: 0px;
    margin-bottom: 60px;
    padding-top: 14px;
  }

  .list_footer {
    font-size: 13px;
  }

  .cont-txt {
    width: 350px;
    margin-left: -286px;
  }

  .txt1 {
    font-size: 15px;
  }

  .grid {
    -ms-grid-columns: 0.5fr 1fr 1fr 0.5fr;
    grid-template-columns: 0.5fr 1fr 1fr 0.5fr;
  }

  .fin-tubo {
    width: 52px;
    margin-left: -4px;
  }

  .no-rot {
    z-index: 99900;
  }

  .guion-bocata {
    width: 50px;
    height: 25px;
    margin-bottom: -14px;
    margin-left: 55%;
  }

  .int-drop.js-accordion-body.int_drop-legal {
    display: none;
  }

  .titlee {
    padding-bottom: 22px;
  }

  .drop-qst-btn {
    padding-left: 30px;
  }

  .drop-cont {
    padding-left: 66px;
  }

  .grid-qst {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-gar {
    left: -50px;
  }

  .int-ipad {
    width: 701px;
    height: 525px;
    margin-top: 25px;
  }

  .gar-13 {
    margin-left: -29px;
  }

  .astro-phone {
    width: 600px;
    height: 439px;
  }

  .pen-bloc {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 19px;
    height: 394px;
    margin-top: -225px;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .gar-25 {
    margin-bottom: -10px;
  }

  .cont-gar {
    margin-top: 120px;
    margin-right: auto;
    margin-left: auto;
  }

  .phone-presp {
    margin-top: 22px;
    margin-left: 15px;
  }

  .ipad {
    width: 750px;
    height: 574px;
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .int-phone-astro {
    width: 660px;
    height: 314px;
  }

  .phone-astro {
    width: 768px;
    height: 412px;
    margin-bottom: 80px;
  }

  .back-star {
    width: 100vh;
    height: 100vw;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .h-big {
    font-size: 80px;
  }

  .touch2 {
    width: 400px;
    height: 333px;
    margin-top: 25px;
    margin-right: -73px;
  }

  .touch1 {
    width: 450px;
    height: 386px;
  }

  .div-white-1 {
    background-size: 130%;
  }

  .div-blue-2-top {
    background-size: 130%;
  }

  .div-white-2-top {
    background-size: 130%;
  }

  .div-white-2 {
    background-size: 130%;
  }

  .div-black-2 {
    background-size: 130%;
  }

  .balda-1 {
    display: none;
  }

  .balda-2 {
    margin-top: 236px;
    margin-left: 5%;
  }

  .cuadro-pro {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-right: 0%;
    margin-left: 10%;
  }

  .meta-ball {
    bottom: 210px;
    width: 98px;
  }

  .horizont-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._2-colum-form {
    width: 100%;
  }

  .grid-porta.grid-porta-right {
    margin-top: 0px;
  }

  .porta-item {
    padding-bottom: 60px;
  }

  .wrap-just {
    padding-right: 60px;
    padding-left: 60px;
  }

  .sep-footer {
    background-size: 130%;
  }

  .success-message {
    padding-right: 60px;
    padding-left: 60px;
  }

  .capsdesuru {
    height: 600px;
    min-height: auto;
  }

  .wrap-title-lab {
    margin-top: 3rem;
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .tras-meta {
    height: 117px;
  }

  .st-top-line-mvl {
    height: 300px;
  }

  .st-time-wrap-it {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .st-timeline-img-over {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(18, 12, 46, 0)), to(rgba(18, 12, 46, 0.9)));
    background-image: linear-gradient(180deg, rgba(18, 12, 46, 0) 80%, rgba(18, 12, 46, 0.9));
  }

  .st-timeline-img-over.flip {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(18, 12, 46, 0)), to(rgba(18, 12, 46, 0.9)));
    background-image: linear-gradient(180deg, rgba(18, 12, 46, 0) 80%, rgba(18, 12, 46, 0.9));
  }

  .st-time-line {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .st-time-line.tab-700_2 {
    margin-bottom: 0px;
  }

  .st-time-det-wrap {
    margin-top: -520px;
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
  }

  .st-time-det-wrap.aling-right {
    margin-top: 162px;
    margin-bottom: -26px;
    padding-left: 0px;
    text-align: center;
  }

  .st-time-dot-trigger {
    margin-top: 21px;
  }

  .st-time-dot-master.dot-two {
    margin-top: -15px;
  }

  .st-time-det-wrap-2 {
    position: relative;
    left: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
  }

  .st-time-det-wrap-2.align-right-det-wrap {
    right: 0%;
    margin-top: 35px;
    margin-bottom: -264px;
    padding-right: 0px;
    text-align: center;
  }

  .st-it-trigger-2 {
    margin-top: 48px;
  }

  .st-it-trigger-2.st-it-fin {
    margin-top: 20px;
  }

  .st-time-top {
    margin-bottom: -30px;
  }

  .tab-700 {
    height: 700px;
  }

  .tab-700_2 {
    height: 700px;
  }

  .grid-simple-two {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-black-1 {
    background-size: 130%;
  }

  .titlee-spam {
    font-size: 120px;
  }

  .st-proyect-wrap {
    margin-top: 0px;
  }

  .st-img-wrap {
    margin-top: 30px;
    margin-bottom: 90px;
  }

  .st-img-wrap.flip {
    margin-top: -390px;
    margin-bottom: 72px;
  }

  .st-img-wrap.flip.flip-fin {
    margin-bottom: 360px;
  }

  .name-equip {
    padding-left: 40px;
  }

  .image {
    width: 400px;
  }

  .cont-diver {
    width: 750px;
    margin-right: auto;
    margin-left: auto;
  }

  .wrap_700 {
    max-width: 80%;
  }

  .whats {
    margin-right: 10px;
    margin-bottom: 140px;
  }

  .mask-ura-lab {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 17px;
  }

  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 36px;
  }

  .wave-1 {
    height: 54px;
  }

  .wave-2 {
    height: 54px;
  }

  .wave-3 {
    height: 54px;
  }

  .wave-4 {
    height: 50px;
  }

  .wave-5 {
    height: 40px;
  }

  .wave.wave-1 {
    background-size: 333px 54px;
  }

  .wave.wave-2 {
    background-size: 294px 54px;
  }

  .wave.wave-3 {
    background-size: 275px 54px;
  }

  .wave.wave-4 {
    background-size: 264px 50px;
  }

  .wave.wave-5 {
    background-size: 205px 40px;
  }

  .depth-4-wave {
    margin-bottom: 50px;
  }

  .depth-3-wave {
    margin-bottom: 30px;
  }

  .depth-2-wave {
    margin-bottom: 5px;
  }

  .workshop {
    padding-bottom: 45px;
  }

  .paragraf_minimal {
    font-size: 18px;
  }

  .coulds {
    width: 100%;
    margin-left: 0%;
  }

  .depth-5-could {
    display: none;
  }

  .depth-4-could {
    display: none;
  }

  .waves.wave-front {
    height: 90px;
  }

  .could-1 {
    width: 150px;
    height: 290px;
    margin-top: -20px;
  }

  .could-2 {
    width: 120px;
    height: 240px;
    margin-top: -10px;
  }

  .could-3 {
    width: 100px;
    height: 220px;
  }

  .oke-land {
    width: 360px;
    margin-bottom: -160px;
    margin-left: 0px;
  }

  .fond-1 {
    margin-bottom: 45px;
  }

  .fond-2 {
    margin-bottom: 45px;
  }

  .fond-3 {
    margin-bottom: 45px;
  }

  .pez-1 {
    width: 140px;
    margin-bottom: 100px;
  }

  .pez-3c {
    width: 90px;
    margin-bottom: 140px;
  }

  .pez-2 {
    width: 115px;
    margin-bottom: 100px;
  }

  .pez-3a {
    width: 80px;
    margin-bottom: 180px;
  }

  .pez-3b {
    width: 40px;
    margin-bottom: 180px;
  }

  .globo {
    width: 160px;
    height: 274px;
    margin-right: -145px;
    margin-bottom: 250px;
  }

  .cont-barco {
    display: none;
  }

  .tubo {
    width: 34px;
  }

  .tras-tubo {
    width: 34px;
  }

  .suelos {
    height: 45px;
  }

  .cont-web_strategy {
    margin-left: 0px;
  }

  .table {
    width: 400px;
    height: 170px;
    margin-right: 70px;
    margin-bottom: 10px;
  }

  .brand {
    width: 130px;
    margin-left: 10px;
  }

  .fashion {
    margin-top: 60px;
  }

  .que {
    margin-top: -70px;
  }

  .half-page {
    width: 100%;
  }

  .block-target.is {
    padding-right: 1rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .block-target.cont-ura {
    display: none;
  }

  .lab-is-wrapper {
    height: auto;
    min-height: 50vh;
    padding: 10px 1rem 6px;
  }

  .laboratory {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .podium {
    width: 450px;
  }

  .max-w {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .nena {
    display: none;
  }

  .slogan-a {
    font-size: 1.4em;
  }

  .cont-slogan {
    margin-bottom: 60px;
  }

  .grid-adwards {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
  }

  .honie-2.center {
    font-size: 40px;
  }

  .arriba--studio {
    display: block;
  }

  .abajo-studio {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .cont-txt {
    width: 300px;
    margin-left: 8%;
  }

  .txt1 {
    padding: 20px 15px 10px;
    font-size: 14px;
  }

  .grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .p-box {
    font-size: 15px;
  }

  .omg {
    margin-left: -130px;
  }

  .cuerda-globo {
    width: 1.2px;
  }

  .fin-tubo {
    width: 42px;
    margin-left: -4px;
  }

  .guion-bocata {
    margin-bottom: -15px;
    margin-left: 40%;
  }

  .hand-j-1 {
    width: 47px;
    margin-bottom: 218px;
    margin-left: 56px;
  }

  .juancho {
    width: 260px;
    height: 487px;
    margin-right: 8%;
    margin-bottom: 20px;
  }

  .hand-j-2 {
    width: 113px;
    margin-bottom: 166px;
  }

  .cap-base-j {
    width: 134px;
    height: 211px;
  }

  .hand-j-3 {
    width: 87px;
    margin-right: 39px;
    margin-bottom: 189px;
  }

  .ura {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 216px;
    height: 404px;
    margin-top: 10px;
  }

  .ura.ura-min {
    z-index: -1;
    display: block;
    margin-left: 2rem;
  }

  .cap-l {
    width: 195px;
    height: 276px;
  }

  .hand-l-1 {
    width: 53px;
    height: 79px;
    margin-bottom: 117px;
  }

  .hand-l-2 {
    width: 32px;
    height: 53px;
    margin-bottom: 187px;
    margin-left: 28px;
  }

  .cont-mosca {
    width: 15px;
    height: 15px;
  }

  .titlee {
    margin-top: 4px;
    padding-bottom: 20px;
    text-shadow: none;
  }

  .titlee.t-menu {
    font-size: 42px;
  }

  .drop-qst-btn {
    padding-left: 12px;
  }

  .drop-cont {
    padding-left: 35px;
  }

  .qst_cont.js-accordion {
    margin-right: 20px;
  }

  .txt_qst {
    margin-left: -5px;
    font-size: 20px;
  }

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

  .grid-qst {
    padding-right: 30px;
    padding-left: 20px;
  }

  .sub-qst {
    font-size: 16px;
  }

  .menu-button {
    width: 100px;
    height: 40px;
    margin-top: 10px;
    margin-right: 10px;
  }

  .tras-menu {
    width: 100px;
    height: 42px;
  }

  .burguer {
    width: 20px;
    margin-top: 7px;
    margin-left: 32px;
  }

  .txt-menu {
    padding-left: 20px;
    font-size: 29px;
  }

  .txt-menu.txt-menu-2 {
    margin-top: 6px;
    margin-left: 50px;
  }

  .div-gar {
    left: 0px;
    width: 460px;
    height: 460px;
  }

  .int-ipad {
    width: 436px;
    height: 327px;
    margin-top: 17px;
    margin-left: 1px;
  }

  .gar-13 {
    width: 60px;
    height: 60px;
    margin-left: 0px;
  }

  .astro-phone {
    width: 400px;
    height: 293px;
    margin-right: 10px;
  }

  .pen-bloc {
    width: 14px;
    height: 290px;
    margin-top: -170px;
    margin-right: auto;
    margin-left: auto;
  }

  .gar-25 {
    width: 110px;
    height: 33px;
    margin-right: 0px;
  }

  .cont-gar {
    padding-right: 15px;
    padding-left: 15px;
  }

  .gar-1 {
    width: 230px;
    height: 215px;
    margin-top: 24px;
    margin-left: -54px;
  }

  .gar-15 {
    width: 450px;
    height: 42px;
    margin-left: 35px;
  }

  .phone-presp {
    margin-top: 9px;
    margin-left: 4px;
    border-radius: 8px;
    -webkit-transform: skew(-2deg, -4deg) rotateX(-4deg) rotateY(8deg) rotateZ(1deg);
    transform: skew(-2deg, -4deg) rotateX(-4deg) rotateY(8deg) rotateZ(1deg);
  }

  .ipad-out {
    margin-top: 2px;
    margin-left: 3px;
    border-radius: 20px;
  }

  .left-arrow {
    margin-bottom: -100px;
  }

  .mask {
    border-radius: 12px;
  }

  .arrow {
    font-size: 26px;
  }

  .ipad {
    width: 470px;
    height: 361px;
  }

  .right-arrow {
    margin-bottom: -100px;
  }

  .gar-19 {
    width: 250px;
    height: 234px;
    margin-top: 50px;
    margin-left: 20px;
  }

  .gar-24 {
    margin-top: 139px;
    margin-left: 67px;
  }

  .gar-12 {
    width: 140px;
    height: 140px;
  }

  .gar-10 {
    width: 400px;
    height: 72px;
    margin-top: -167px;
    margin-left: 120px;
  }

  .int-phone-astro {
    width: 415px;
    height: 198px;
  }

  .phone-astro {
    width: 480px;
    height: 258px;
  }

  .utility-page-content {
    width: 450px;
  }

  .top {
    padding-top: 120px;
  }

  .conect {
    margin-bottom: -80px;
  }

  .h-big {
    font-size: 60px;
  }

  .flo2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .touch2 {
    width: 400px;
    height: 435px;
    margin-top: 30px;
    margin-right: -188px;
    background-image: url(../images/astro-touch2-mini.png);
  }

  .flo1 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .touch1 {
    width: 274px;
    height: 295px;
    margin-bottom: 220px;
    background-image: url(../images/astro-touch1-mini.png);
  }

  .div-white-1 {
    background-size: 150%;
  }

  .div-blue-2-top {
    background-size: 150%;
  }

  .div-white-2-top {
    background-size: 150%;
  }

  .div-white-2 {
    background-size: 150%;
  }

  .div-black-2 {
    background-size: 150%;
  }

  .lab-trigger-1 {
    height: 160vh;
  }

  .lab-trigger-2 {
    height: 140vh;
  }

  .bot-land {
    width: 50px;
    height: 50px;
    margin-bottom: 68px;
  }

  .pointer {
    width: 45px;
    height: 45px;
  }

  .pointer.point-land {
    margin-top: 214px;
    margin-right: 140px;
  }

  .balda-2 {
    width: 180px;
    margin-top: 200px;
  }

  .cuadro-pro {
    width: 130px;
  }

  .meta-ball {
    bottom: 170px;
    width: 74px;
  }

  .proyect_bloq {
    padding-left: 10px;
  }

  .textarea.txt-area-colum {
    min-height: 80px;
  }

  ._2-colum-form {
    padding-right: 0px;
  }

  .t_forms {
    font-size: 32px;
  }

  .astro_surf {
    width: 340px;
    height: 340px;
    background-image: url('../images/none_1none.png');
  }

  .grid-porta.grid-porta-center {
    margin-top: 0px;
  }

  .grid-porta.grid-porta-right {
    justify-items: center;
  }

  .cont-porta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrap-just {
    padding-right: 40px;
    padding-left: 40px;
  }

  .sep-footer {
    background-size: 150%;
  }

  .text-block {
    font-size: 20px;
  }

  .paragraph-petito {
    font-size: 12px;
  }

  .wrap-title-lab {
    left: auto;
    margin-right: 1rem;
  }

  .p-lab.txt-shadow {
    font-size: 15px;
  }

  .projecrt-link {
    width: 300px;
    height: 300px;
    margin-bottom: 146px;
  }

  .tras-meta {
    height: 89px;
  }

  .bubble-wrap {
    width: 240px;
    height: 240px;
    margin-bottom: -90px;
  }

  .logo-story {
    width: 60px;
    height: 60px;
  }

  .in-logo-fixed {
    width: 100px;
    height: 100px;
  }

  .st-time-dst {
    margin-top: -86px;
  }

  .st-time-text {
    font-size: 22px;
  }

  .st-time-text.st-tit-big {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
  }

  .st-time-top {
    width: 470px;
  }

  .grid-simple-two {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .calendly-inline-widget {
    width: 100%;
  }

  .div-black-1 {
    background-size: 150%;
  }

  .sub-titlee {
    font-size: 20px;
  }

  .tras-titlee-pink.contact {
    margin-left: 20px;
  }

  .titlee-spam {
    font-size: 80px;
    line-height: 1.3;
  }

  .st-proyect-wrap {
    width: 420px;
    height: 370px;
  }

  .link-hands-up {
    margin-right: 60px;
    margin-left: 60px;
  }

  .bot-blue-wrap {
    padding-right: 10px;
    padding-left: 20px;
  }

  .wrap-equip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .name-equip {
    width: 320px;
    padding-bottom: 20px;
  }

  .image {
    width: 320px;
  }

  .cont-diver {
    width: 450px;
  }

  .close-menu {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }

  .whats {
    margin-right: 5px;
  }

  .form_okenews {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 35px;
  }

  a {
    text-shadow: 0 0 2px #000;
  }

  .g-container {
    max-width: 85%;
  }

  .paragraf_minimal {
    font-size: 20px;
  }

  .depth-3-could {
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }

  .could-1 {
    width: 110px;
    height: 220px;
    margin-top: -10px;
  }

  .could-2 {
    width: 90px;
    height: 195px;
  }

  .could-3 {
    width: 80px;
    height: 176px;
  }

  .oke-land {
    width: 320px;
    min-width: 320px;
    margin-bottom: -130px;
  }

  .pez-1 {
    width: 110px;
    margin-bottom: 200px;
    margin-left: 5%;
  }

  .pez-3c {
    margin-bottom: 100px;
  }

  .pez-2 {
    display: none;
  }

  .pez-3a {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 60px;
    margin-right: 0%;
    margin-bottom: 320px;
    margin-left: 15%;
  }

  .pez-3b {
    display: none;
  }

  .globo {
    width: 140px;
    height: 240px;
    margin-right: -130px;
    margin-bottom: 240px;
  }

  .suelos {
    border-top-width: 6px;
    border-bottom-width: 6px;
  }

  .cont-web_strategy {
    top: -74px;
    width: 150px;
    height: 145px;
    margin-left: -6px;
  }

  .table {
    display: none;
  }

  .brand {
    margin-top: 6px;
    margin-left: 5px;
  }

  .studio {
    background-position: 50% 100%;
    background-size: 120% 100%;
  }

  .block-target.is {
    padding-top: 1rem;
    padding-right: 0.25rem;
    padding-left: 1rem;
  }

  .block-target.cont-ura {
    padding-left: 0.5rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .lab-is-wrapper.iw-2 {
    top: 0.25rem;
    right: 0.25rem;
  }

  .lab-is-wrapper.iw3 {
    top: 0.5rem;
    right: 0.5rem;
  }

  .foco {
    width: 320px;
    height: 432px;
  }

  .podium {
    width: 330px;
  }

  .audence {
    height: 90px;
    min-width: 320px;
  }

  .max-w {
    padding-right: 10px;
    padding-left: 10px;
  }

  .art-box {
    padding-right: 10px;
    padding-left: 10px;
  }

  .icon {
    width: 100px;
    height: 100px;
  }

  .heading {
    font-size: 26px;
    text-align: center;
  }

  .head-artbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cont-txt {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .txt1 {
    font-size: 13px;
  }

  .p-box {
    text-align: center;
  }

  .guion-bocata {
    margin-left: 30%;
  }

  .hand-j-1 {
    width: 39px;
    margin-bottom: 178px;
    margin-left: 44px;
  }

  .juancho {
    width: 213px;
    height: 399px;
    margin-right: 6px;
    margin-bottom: 2px;
  }

  .hand-j-2 {
    width: 93px;
    margin-bottom: 137px;
  }

  .cap-base-j {
    width: 110px;
    height: 173px;
  }

  .hand-j-3 {
    width: 71px;
    margin-right: 33px;
    margin-bottom: 155px;
  }

  .ura.ura-min {
    width: 173px;
    height: 323px;
    margin-top: 10vh;
  }

  .cap-l {
    width: 156px;
    height: 221px;
  }

  .hand-l-1 {
    width: 26px;
    height: 42px;
    margin-right: 0px;
    margin-bottom: 105px;
  }

  .hand-l-2 {
    width: 26px;
    height: 42px;
    margin-bottom: 149px;
    margin-left: 23px;
  }

  .cont-mosca {
    width: 10px;
    height: 10px;
    margin-top: 100px;
  }

  .titlee.t-menu {
    font-size: 34px;
  }

  .menphis {
    left: 10px;
    top: 10px;
  }

  .qst_cont.js-accordion {
    margin-right: 10px;
  }

  .hquest_cont {
    padding: 30px 10px 20px 15px;
  }

  .p-qst {
    font-size: 15px;
  }

  .grid-qst {
    padding-right: 0px;
    padding-left: 0px;
  }

  .sub-qst {
    font-size: 16px;
  }

  .semitono {
    margin-left: -15px;
    background-size: 50px;
    background-repeat: repeat-x;
  }

  .menu-button {
    margin-top: 6px;
    margin-right: 5px;
  }

  .div-gar {
    width: 320px;
    height: 320px;
  }

  .int-ipad {
    width: 345px;
    height: 258px;
    margin-top: 13px;
  }

  .astro-phone {
    width: 300px;
    height: 220px;
  }

  .pen-bloc {
    width: 10px;
    height: 207px;
    margin-top: -133px;
  }

  .gar-25 {
    width: 90px;
    height: 27px;
  }

  .cont-gar {
    margin-top: 100px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .gar-1 {
    width: 200px;
    height: 187px;
    margin-left: -82px;
  }

  .gar-15 {
    width: 370px;
    height: 35px;
    margin-left: 0px;
  }

  .phone-presp {
    margin-top: 6px;
  }

  .ipad {
    width: 370px;
    height: 284px;
  }

  .gar-19 {
    width: 200px;
    height: 187px;
    margin-left: -7px;
  }

  .gar-24 {
    margin-top: 125px;
    margin-left: 10px;
  }

  .gar-12 {
    width: 100px;
    height: 100px;
    margin-top: 114px;
    margin-right: 80px;
  }

  .gar-10 {
    width: 300px;
    height: 54px;
    margin-top: -112px;
    margin-left: 68px;
  }

  .int-phone-astro {
    width: 280px;
    height: 132px;
  }

  .phone-astro {
    position: relative;
    width: 320px;
    height: 172px;
  }

  .utility-page-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .utility-page-content {
    width: 340px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .h-big {
    font-size: 40px;
  }

  .touch2 {
    width: 240px;
    height: 260px;
  }

  .touch1 {
    width: 160px;
    height: 172px;
    margin-bottom: 121px;
  }

  .bot-land {
    margin-bottom: 96px;
  }

  .pointer.point-land {
    margin-top: 194px;
    margin-right: 120px;
  }

  .checkbox {
    margin-left: 10px;
    padding-left: 0px;
  }

  .textarea {
    min-height: 100px;
  }

  .select {
    padding-left: 30px;
  }

  .check_b {
    margin-right: 6px;
    margin-left: 10px;
  }

  .uno-section-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .wrap-just {
    padding-right: 10px;
    padding-left: 10px;
  }

  .success-message {
    padding-right: 10px;
    padding-left: 10px;
  }

  .capsdesuru {
    height: 400px;
  }

  .wrap-title-lab {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: 0rem;
    margin-left: 10px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .projecrt-link {
    margin-bottom: 110px;
  }

  .st-time-img-cont {
    width: 330px;
    height: 186px;
  }

  .st-time-line.tab-700 {
    height: 600px;
  }

  .st-time-det-wrap {
    margin-top: -410px;
  }

  .st-time-dat {
    font-size: 15px;
  }

  .st-time-text {
    font-size: 18px;
  }

  .st-time-text.st-tit-big {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 26px;
  }

  .st-time-top {
    width: 320px;
  }

  .sub-titlee {
    font-size: 18px;
  }

  .tras-titlee-pink.contact {
    margin-left: 10px;
  }

  .titlee-spam {
    font-size: 60px;
  }

  .st-proyect-wrap {
    width: 320px;
    height: 280px;
  }

  .link-hands-up {
    margin-right: 10px;
    margin-left: 10px;
  }

  .st-img-wrap {
    width: 330px;
    height: 186px;
  }

  .st-img-wrap.flip {
    margin-top: -314px;
  }

  .st-img-wrap.flip.flip-fin {
    margin-top: -404px;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lock {
    margin-right: 0px;
  }

  .name-equip {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .cont-diver {
    width: 300px;
  }

  .wrap_700 {
    max-width: 85%;
  }

  .whats {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .form_okenews {
    width: 100%;
  }
}

#w-node-ac0a05af-304e-4650-6213-49a8eac81324-f027c26d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_0bae531e-593f-1c3d-8a6a-aeaa72a28540-f027c26d {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_4dfc1b68-b419-a074-c31e-04d9de23945b-f027c26d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_31a8c591-03c2-acee-007f-f99e00c11e19-f027c26d {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
}

#w-node-c84c028f-e5d3-a2eb-25ec-76c26820ed8c-5127c274 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a24553d6-e958-e9ba-20d1-e810bfbd9227-5127c274 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_629791c1-2bd2-2b1a-94cc-ced83f9d5d23-5127c274 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4f2184df-4316-40dd-21c3-d44a178e3897-8727c27b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4f2184df-4316-40dd-21c3-d44a178e3897-d327c27c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4f2184df-4316-40dd-21c3-d44a178e3897-1627c282 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4f2184df-4316-40dd-21c3-d44a178e3897-3127c283 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_5edb6b6f-f95d-abc7-55d7-fad281eaac1e-f027c26d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ac0a05af-304e-4650-6213-49a8eac81324-f027c26d {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }

  #w-node-_0bae531e-593f-1c3d-8a6a-aeaa72a28540-f027c26d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_31a8c591-03c2-acee-007f-f99e00c11e19-f027c26d {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-c84c028f-e5d3-a2eb-25ec-76c26820ed8c-5127c274 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_04898548-c4cf-8586-f190-eb16508a9f48-d327c27c {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  #w-node-_04898548-c4cf-8586-f190-eb16508a9f48-1627c282 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  #w-node-_04898548-c4cf-8586-f190-eb16508a9f48-3127c283 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5edb6b6f-f95d-abc7-55d7-fad281eaac1e-f027c26d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ac0a05af-304e-4650-6213-49a8eac81324-f027c26d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0bae531e-593f-1c3d-8a6a-aeaa72a28540-f027c26d {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_4dfc1b68-b419-a074-c31e-04d9de23945b-f027c26d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_31a8c591-03c2-acee-007f-f99e00c11e19-f027c26d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-baaa7685-c017-a9f3-06af-ca1b12b00a6c-1f27c26f {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Bangers';
  src: url('../fonts/bangers.woff2') format('woff2'), url('../fonts/bangers.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-black.woff2') format('woff2'), url('../fonts/roboto-black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-bold.woff2') format('woff2'), url('../fonts/roboto-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto.woff2') format('woff2'), url('../fonts/roboto.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font';
  src: url('../fonts/font.woff2') format('woff2'), url('../fonts/font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}