.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #3b79c3;
}

.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('../../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;
}

.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;
}

body {
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: PVSans, Arial, sans-serif;
  color: #fff;
  font-size: 9vw;
  line-height: 50%;
  font-weight: 300;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Foundersgrotesk Light';
  color: #fff;
  font-size: 3.2vw;
  line-height: 85%;
  font-weight: 300;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Foundersgrotesk Light';
  color: #fff;
  font-size: 30px;
  line-height: 26px;
  font-weight: 300;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: PVSans, Arial, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  line-height: 18px;
  font-weight: 400;
}

a {
  color: #e55f5f;
  text-decoration: none;
}

label {
  display: block;
  margin-bottom: 5px;
  font-family: PVSans, Arial, sans-serif;
  font-weight: 700;
}

.container-wrap {
  display: block;
  overflow: visible;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.row-top {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 10;
  display: flex;
  width: 100%;
  height: 23%;
  margin-top: 0px;
  margin-bottom: auto;
  margin-left: 0px;
  padding-top: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.row-middle {
  width: 100%;
  height: 70%;
  perspective: 1000px;
}

.row-bottom {
  display: flex;
  width: 100%;
  height: 10%;
  align-items: center;
}

.grid {
  width: 100%;
  height: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1.8fr 1fr;
  grid-template-columns: 1.8fr 1fr;
  -ms-grid-rows: 1.6fr 1fr;
  grid-template-rows: 1.6fr 1fr;
}

.img-parent {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.img-inner {
  width: 100%;
  height: 100%;
}

.img-inner.img-1 {
  background-image: url('https://madrid.govtechlab.es/images/loewe3_1loewe3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-inner.img-2 {
  background-image: url('https://madrid.govtechlab.es/images/loewe1_1loewe1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-parent {
  position: relative;
  margin-left: 0px;
  padding-left: 0px;
  text-decoration: none;
}

.text-wrap {
  position: relative;
  z-index: 1;
}

.text-wrap.flex {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.link-block {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  flex: 1;
  opacity: 1;
  font-family: 'Foundersgrotesk Light';
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.border-line-btm {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.push-50 {
  max-width: 400px;
  margin-right: 5%;
  margin-left: 0%;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 1.3em;
  text-transform: none;
}

.text-hide {
  display: block;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.text-span {
  display: inline-block;
}

.text-span.one {
  position: relative;
  z-index: -9999;
  display: block;
  opacity: 0;
  font-family: 'Foundersgrotesk Light';
  color: #000;
  font-size: 2vw;
  font-weight: 300;
  text-transform: none;
}

.text-span.six {
  display: block;
  float: none;
  opacity: 0;
  color: #fff;
  font-size: 5vw;
}

.block-cover {
  position: absolute;
  right: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #fff;
}

.block-cover-shade {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
}

.sm-txt {
  position: relative;
  z-index: 1;
  margin-top: 3px;
  margin-left: 15px;
  font-family: 'Foundersgrotesk Light';
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

.menu-parent {
  position: absolute;
  top: 25px;
  right: 0px;
  width: 70px;
  padding: 20px;
  cursor: pointer;
}

.line-top {
  width: 100%;
  height: 3px;
  background-color: #000;
  transform: rotate(-45deg);
}

.line-bottom {
  width: 100%;
  height: 3px;
  margin-bottom: 6px;
  background-color: #000;
  transform: rotate(45deg);
}

.menu-parent-slide {
  position: fixed;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 9;
  display: flex;
  width: 60%;
  height: 100%;
  padding-top: 138px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #f3f3f3;
  opacity: 1;
  color: #a09e9e;
  text-align: left;
  text-transform: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.nav-parent {
  margin-top: -219px;
  margin-left: 53px;
  -ms-grid-row-align: center;
      align-self: center;
  flex: 0 auto;
}

.menu-txt {
  transition: opacity 400ms ease;
  color: #444;
  font-size: 25px;
  line-height: 30px;
  text-transform: none;
}

.menu-txt:hover {
  opacity: 0.5;
}

.link-block-menu {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  flex: 1;
  font-family: 'Foundersgrotesk Light';
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block-menu.two {
  position: relative;
}

.about-panel {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #1b1b1b;
}

.about-inner {
  width: 100%;
  height: 100vh;
  padding-bottom: 40px;
}

.about-content-inner {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 40%;
  padding: 440px 40px 0px 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.spacer-20 {
  width: 100%;
  padding-bottom: 20px;
}

.close {
  position: absolute;
  left: auto;
  top: 30px;
  right: 30px;
  bottom: auto;
  z-index: 999;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
}

.heading {
  position: static;
  display: block;
  padding-top: 60px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

.utility-page-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

.utility-page-content {
  display: flex;
  width: 260px;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.heading-2 {
  letter-spacing: 0.5px;
  text-transform: none;
}

.paragraph {
  text-transform: none;
}

.heading-3 {
  max-width: 600px;
}

.container {
  height: 100%;
}

.contenedor-principal {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 30px;
  padding-left: 30px;
  flex-direction: column;
  align-items: flex-start;
}

.body {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
  font-family: PVSans, Arial, sans-serif;
}

.div-block-2 {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 60%;
  height: 100%;
  background-color: #285ef1;
}

.top {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  z-index: 99999999;
  display: flex;
  width: 100%;
  height: 90px;
  margin-top: 0px;
  margin-bottom: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-self: flex-start;
  flex: 0 auto;
  border-bottom: 1px solid #000;
  background-color: #fff;
  -o-object-fit: fill;
     object-fit: fill;
}

.heading-4 {
  display: flex;
  padding-top: 0px;
  align-items: center;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.heading-4.w--current {
  display: block;
  margin-top: 0px;
  flex-direction: row;
  font-family: PVSans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}

.heading-4.compartir.w--current {
  display: none;
  font-size: 13px;
}

.div-block-3 {
  position: static;
  display: flex;
  width: 100%;
  height: 20%;
  margin-top: -19px;
  margin-bottom: 30px;
  align-items: center;
}

.bottom {
  position: static;
  bottom: auto;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 20%;
  margin-bottom: 29px;
  grid-auto-columns: 1fr;
  grid-column-gap: 22px;
  grid-row-gap: 23px;
  -ms-grid-columns: 0.25fr 4.75fr;
  grid-template-columns: 0.25fr 4.75fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.body-2 {
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 35% 0%;
     object-position: 35% 0%;
}

.paragraph-2 {
  overflow: visible;
  width: auto;
  height: auto;
  margin-top: 19px;
  margin-bottom: auto;
  padding-top: 0px;
  padding-right: 0px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  line-height: 1.2em;
  text-transform: none;
  -o-object-fit: fill;
     object-fit: fill;
}

.big-heading {
  position: static;
  z-index: auto;
  display: inline-block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  font-family: PVSans, Arial, sans-serif;
  color: #000;
  font-size: 3.5vw;
  line-height: 1.1em;
  text-align: left;
  letter-spacing: -3px;
  text-transform: none;
}

.big-heading.medium {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: PVSans, Arial, sans-serif;
  font-size: 3.5vw;
  line-height: 1em;
  letter-spacing: -1px;
}

.big-heading.medium.traingulo {
  margin-bottom: 27px;
}

.big-heading.medium.fianl-centrado {
  margin-bottom: 10px;
  text-align: center;
}

.big-heading.medium._60 {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 3.5vw;
  font-weight: 600;
}

.big-heading.medium._40pad {
  width: 70%;
  padding-right: 40px;
  font-size: 45px;
}

.big-heading.medium._40pad.pad {
  width: 70%;
}

.big-heading.medium.pad {
  width: 80%;
  padding-top: 40px;
  padding-bottom: 70px;
  font-size: 45px;
}

.big-heading.medium.pad._100 {
  width: 100%;
  padding-bottom: 40px;
}

.big-heading.medium.pad._65 {
  width: 65%;
}

.big-heading.medium.pad60 {
  width: 70%;
  font-size: 45px;
}

.big-heading.medium.pad60._50.white {
  color: #fff;
}

.big-heading.medium.tab {
  padding-bottom: 20px;
  font-size: 24px;
}

.big-heading.bold {
  width: 100%;
  margin-top: -63px;
  margin-bottom: 0px;
  font-weight: 300;
}

.paragraph-3 {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: PVSans, Arial, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: none;
}

.paragraph-3._40 {
  width: 55%;
  margin-bottom: 40px;
}

.paragraph-3.marg40 {
  margin-top: 40px;
}

.paragraph-3.marg40._70 {
  width: 85%;
  margin-top: 0px;
  margin-bottom: 20px;
}

.image-2 {
  position: relative;
  left: 0px;
  display: none;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -ms-grid-row-align: center;
      align-self: center;
  order: 0;
  flex: 0 auto;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.intro {
  position: relative;
  z-index: 50;
  display: none;
  width: 100%;
  height: auto;
  max-width: 1300px;
  margin-top: 0px;
  margin-bottom: 0px;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: stretch;
}

.body-text {
  display: block;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  flex-direction: column;
  -ms-grid-row-align: auto;
      align-self: auto;
  order: 0;
  flex: 0 auto;
  direction: ltr;
  font-family: PVSans, Arial, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 300;
  text-transform: none;
}

.body-text.intro {
  width: 50%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-right: 0px;
  font-family: PVSans, Arial, sans-serif;
  font-weight: 200;
}

.body-text.white {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  color: #fff;
}

.body-text.white.marg40 {
  margin-top: 40px;
  color: #000;
}

.body-text.white.centrar {
  width: 40%;
  margin: 200px auto auto;
  text-align: center;
}

.body-text.white.centrar.grande {
  width: 80%;
  margin-top: 0px;
  padding-bottom: 40px;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 400;
}

.body-text.centrado {
  width: 100%;
  height: auto;
  margin-bottom: 26px;
  padding-right: 0px;
  text-align: center;
}

.body-text._80 {
  width: 80%;
}

.body-text._80.pad {
  padding-top: 40px;
  padding-bottom: 40px;
}

.body-text._80._30 {
  width: 100%;
  padding-bottom: 30px;
}

.body-text._80._30.pad40 {
  padding-right: 40px;
  padding-left: 0px;
}

.body-text._80._30.padding {
  padding-right: 40px;
  padding-left: 0px;
}

.body-text._80._30.padding50 {
  padding: 0px 40px 60px 0px;
}

.body-text._80._30.padding50.hashtag {
  padding-bottom: 20px;
  color: #fff;
  text-align: right;
}

.body-text._80._30.padding50._70 {
  width: 80%;
}

.body-text._80.pad40 {
  padding-right: 40px;
  padding-left: 40px;
}

.body-text._50-60pad {
  width: 50%;
  padding-right: 60px;
}

.body-text._60 {
  width: 60%;
}

.body-text._60-40 {
  width: 50%;
  margin-top: 40px;
  margin-left: 40px;
}

.body-text.pad {
  padding-top: 40px;
  padding-bottom: 20px;
}

.body-text.pad60 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.body-text.padding {
  padding: 40px 40px 20px;
}

.body-text.padding._60.white {
  margin-right: auto;
  margin-left: 0px;
  padding-bottom: 60px;
}

.body-text._80-copy {
  width: 80%;
}

.body-text._80-copy.pad {
  padding-top: 40px;
  padding-bottom: 40px;
}

.body-text._80-copy._30 {
  width: 100%;
  padding-bottom: 30px;
}

.body-text._80-copy._30.pad40 {
  padding-right: 40px;
  padding-left: 40px;
}

.body-text._80-copy.pad40 {
  padding-right: 40px;
  padding-left: 40px;
}

.body-text.pad40 {
  padding-right: 40px;
  padding-left: 40px;
}

.body-text.pad40._50 {
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.body-text.pad40._60.auto {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.imagen {
  width: 100%;
  height: 100%;
  max-width: none;
  margin-bottom: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

.imagen._50 {
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.grid-2 {
  width: 100%;
  min-width: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-5 {
  width: 100%;
}

.trabajo-solo {
  display: block;
  width: auto;
  height: auto;
  margin-right: 20px;
  margin-bottom: 116px;
  margin-left: 0px;
  padding-right: 0px;
  flex: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.trabajo-solo.last {
  height: 50%;
  margin-right: 0px;
  flex: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.trabajo-solo._50 {
  width: auto;
}

.trabajos {
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-self: auto;
  flex: 0 auto;
}

.trabajos.one-work {
  display: -ms-grid;
  display: grid;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.trabajos.dcha {
  justify-content: space-around;
  flex-wrap: nowrap;
  flex: 1;
}

.heading-5 {
  padding-top: 0px;
  -ms-grid-row-align: center;
      align-self: center;
  flex: 1;
  font-family: PVSans, Arial, sans-serif;
  color: #000;
  font-size: 70px;
  line-height: 1em;
  font-weight: 700;
  text-transform: none;
}

.grid-3 {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.section {
  display: flex;
}

.grid-4 {
  margin-bottom: 45px;
  align-items: start;
  align-content: stretch;
  flex: 1;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.descripcion-proyecto {
  margin-top: 20px;
  padding-left: 0px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
}

.descripcion-proyecto.primero {
  max-width: 20ch;
  margin: 1px 22px 0px 18px;
  padding-bottom: 50px;
  padding-left: 30px;
  align-self: flex-end;
  font-family: PVSans, Arial, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 1.1em;
  font-weight: 200;
}

.descripcion-proyecto.primero.segundo {
  width: 30%;
  max-width: 30ch;
  padding-left: 60px;
  align-self: flex-end;
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
}

.descripcion-proyecto.primero.segundo.ultimo {
  margin-left: 44px;
  padding-left: 0px;
}

.descripcion-proyecto.primero.medio {
  -ms-grid-row-align: center;
      align-self: center;
}

.descripcion-proyecto.primero.blanco {
  position: static;
  max-width: 40ch;
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 60px;
  font-family: PVSans, Arial, sans-serif;
  color: #fff;
  font-size: 40px;
  text-align: center;
}

.proyecto {
  width: 100%;
}

.imagen-proyecto {
  width: 100%;
  height: 300px;
  margin-bottom: 0px;
  border: 0px solid #000;
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

.texto-intro {
  position: relative;
  display: block;
  width: 100%;
  align-self: flex-start;
  flex: 0 auto;
}

.heading-6 {
  margin-bottom: 25px;
  color: #000;
  font-size: 2vw;
  text-transform: none;
}

.div-block-7 {
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.imagen-link {
  border: 0px solid #000;
  opacity: 1;
}

.modulo {
  position: static;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
}

.modulo.abajo {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1300px;
  margin: 60px auto;
  padding-right: 40px;
  padding-left: 40px;
  float: none;
  justify-content: flex-start;
}

.modulo.abajo.segundo {
  height: 900px;
  margin-bottom: 138px;
}

.modulo.abajo.hid {
  display: none;
}

.modulo.fondo-color {
  align-items: stretch;
  border-radius: 0px;
  background-color: #c54141;
}

.modulo.abajo-copy {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1300px;
  margin: 120px auto 60px;
  padding-right: 40px;
  padding-left: 40px;
  float: none;
  justify-content: flex-start;
}

.modulo.abajo-copy.segundo {
  height: 900px;
  margin-bottom: 138px;
}

.modulo._50 {
  margin-right: 40px;
}

.modulo._50.izq {
  margin-left: 40px;
}

.imagen-seccion {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  float: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

.imagen-seccion.segundo {
  width: 100%;
  height: 600px;
  flex: 1;
}

.imagen-seccion.traingulo {
  top: -27px;
  width: 45%;
  margin-right: auto;
  margin-left: auto;
}

.imagen-seccion.ballena {
  width: 50%;
}

.imagen-seccion.medusa {
  top: 0px;
  width: 50%;
  height: auto;
  margin-top: 0px;
  -o-object-fit: contain;
     object-fit: contain;
}

.paragraph-4 {
  color: rgba(0, 0, 0, 0.5);
}

.link-quote {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 50%;
}

.link-quote.dos {
  top: -110px;
}

.section-2 {
  margin: 80px auto 55px;
  border-radius: 0px;
  background-color: rgba(252, 224, 224, 0.03);
  opacity: 1;
}

.link-block-3 {
  width: 60%;
}

.bold-text {
  color: rgba(0, 0, 0, 0.5);
}

.link {
  height: 200px;
}

.section-3 {
  width: 100%;
  height: 800px;
  margin-bottom: 65px;
  border-radius: 60px;
  background-image: url('https://madrid.govtechlab.es/images/lineas.svg'), linear-gradient(180deg, rgba(23, 24, 54, 0.5), rgba(23, 24, 54, 0.5)), url('https://madrid.govtechlab.es/images/fondoMAr.jpg');
  background-position: 50% 150px, 0px 0px, 50% 50%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.div-block-8 {
  position: static;
  z-index: 9999;
}

.button {
  display: block;
  width: auto;
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 14px 2%;
  border-radius: 30px;
  background-color: #0ebeda;
  font-family: PVSans, Arial, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.button.secundario {
  display: inline;
  width: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #949494;
  background-color: #fff;
  opacity: 0.81;
  color: #0e0d0d;
  text-align: center;
}

.button._200px {
  width: 200px;
  margin-top: 20px;
  margin-bottom: 40px;
  background-color: #e55f5f;
}

.button._200px:hover {
  background-color: #000;
}

.button._250px {
  width: 200px;
  height: 50px;
  margin: 40px auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #e55f5f;
  background-color: #fff;
  color: #000;
}

.button._250px:hover {
  border-color: #e55f5f;
  background-color: #e55f5f;
  color: #fff;
}

.button._250px.centrar {
  margin-right: auto;
  margin-left: auto;
}

.button._250px.centrar.white {
  border-width: 0px;
  background-color: #fff;
  color: #e55f5f;
}

.button._250px.centrar.white:hover {
  background-color: #e55f5f;
  color: #fff;
}

.imagen-intro {
  position: absolute;
  left: 45%;
  top: 0%;
  right: 15%;
  bottom: 0%;
  z-index: 50;
  width: 55%;
  margin-left: auto;
  padding-left: 108px;
}

.imagen-intro.marg {
  display: block;
  margin-left: 0px;
  padding-left: 60px;
}

.div-block-9 {
  display: flex;
  margin-top: -32px;
  float: none;
  clear: none;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: stretch;
}

.div-block-10 {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-self: center;
  order: 0;
}

.section-4 {
  position: relative;
  left: 0px;
  right: auto;
  display: block;
  width: 100%;
  height: 700px;
  max-width: none;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(229, 95, 95, 0.69), rgba(229, 95, 95, 0.69));
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.section-4.pad {
  left: auto;
  display: flex;
  height: 600px;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.43), rgba(0, 0, 0, 0.43));
}

.container-2 {
  -ms-grid-row-align: center;
      align-self: center;
  flex: 0 auto;
}

.paragraph-6 {
  text-align: center;
}

.div-block-11 {
  display: flex;
  margin-top: 19px;
}

.infograf {
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 40px;
  padding-left: 40px;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.selector-menu {
  display: inline-block;
  padding-top: 66px;
  padding-right: 26px;
  padding-bottom: 22px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.47);
  border-bottom: 0px solid hsla(0, 0%, 100%, 0.36);
  opacity: 1;
  font-family: 'Pv sans book';
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.selector-menu:hover {
  border-right-width: 1px;
  border-right-color: #fff;
  border-bottom-width: 0px;
  border-bottom-color: hsla(0, 0%, 100%, 0.36);
  opacity: 1;
  font-family: 'Pv sans book';
  font-weight: 300;
}

.div-block-12 {
  display: block;
  padding-bottom: 21px;
}

.menu {
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 100px;
  padding-left: 100px;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  border-bottom: 0px solid #fff;
}

.detalle-escenario {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 59px 0px 112px;
  padding-right: 0px;
  padding-bottom: 123px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
}

.detalle-escenario.uno {
  display: flex;
  height: auto;
  margin-top: 85px;
  padding-top: 40px;
}

.detalle-escenario.uno.dos {
  position: relative;
  left: 0%;
  top: -690px;
  right: auto;
  bottom: auto;
  display: flex;
  opacity: 0;
}

.detalle-escenario.dos {
  position: relative;
  top: 0px;
  display: flex;
  margin-top: 85px;
}

.detalle-escenario.uno {
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: center;
}

.titulo-icono {
  display: none;
  width: 100%;
  height: auto;
  padding: 0px 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
  flex: 0 auto;
  border-right: 0px solid #e55f5f;
}

.txt-escenario {
  display: block;
  width: 80%;
  padding-top: 15px;
  padding-left: 5%;
  align-self: flex-start;
  order: 0;
  flex: 0 auto;
}

.heading-7 {
  display: block;
  padding-top: 0px;
  font-family: 'Pv display roman', Georgia, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  text-transform: none;
}

.heading-8 {
  height: auto;
  margin-bottom: 5%;
  padding-top: 10px;
  float: none;
  clear: none;
  font-family: 'Pv display', Georgia, sans-serif;
  color: #000;
  font-size: 70px;
  line-height: 0.9em;
  font-weight: 400;
  text-transform: none;
}

.image-3 {
  position: relative;
  left: 0px;
  width: 150px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  align-self: flex-start;
}

.image-3.peque {
  left: 0px;
  width: 90px;
  margin: 40px auto auto;
}

.image-3.peque._100 {
  width: 100px;
}

.container-3 {
  height: 700px;
  max-width: 100%;
  background-image: url('https://madrid.govtechlab.es/images/fondoMAr.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-15 {
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  flex-direction: column;
  align-items: center;
  align-self: center;
}

.image-4 {
  width: 15%;
  margin-bottom: 7px;
}

.modulo-10-formulario {
  display: flex;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  border-top: 1px solid #000;
}

.modulo-10-formulario.sinbordesuperior {
  border-top-width: 0px;
}

.image-5 {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-row-align: center;
      align-self: center;
  order: 0;
  flex: 0 auto;
}

.grid-5 {
  position: static;
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: hsla(0, 0%, 100%, 0);
}

.div-block-16 {
  width: 100%;
}

.background-video {
  margin-top: 0px;
}

.div-block-17 {
  width: 100vw;
  max-width: 100%;
  font-size: 14vw;
}

.tab-pane-tab-1 {
  background-color: rgba(216, 58, 58, 0);
}

.tab-pane-tab-2 {
  background-color: rgba(90, 43, 190, 0);
}

.tabs-menu {
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  border: 0px solid #000;
}

.tabs-menu:active {
  background-color: transparent;
}

.tabs {
  display: flex;
  width: auto;
  height: auto;
  max-width: 1300px;
  margin: 0px auto;
  padding-right: 0px;
  padding-left: 0px;
  flex-direction: column;
  border-style: solid;
  border-width: 0px 1px;
  border-color: #000;
}

.menutab {
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 20px;
  padding-left: 20px;
  flex: 0 auto;
  border: 0px solid #000;
  font-family: PVSans, Arial, sans-serif;
  font-size: 20px;
  text-align: center;
}

.tablink {
  display: flex;
  width: 100%;
  height: 50%;
  margin-right: 0px;
  padding: 0px;
  flex-direction: column;
  align-items: center;
  align-self: center;
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #000;
  background-color: hsla(0, 0%, 86.7%, 0);
  font-weight: 200;
}

.tablink:hover {
  opacity: 0.61;
}

.tablink:active {
  opacity: 0.4;
}

.tablink.w--current {
  height: 50%;
  margin-right: auto;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #ffcece;
  color: #000;
  font-weight: 600;
}

.tablink._1 {
  border-bottom-width: 1px;
}

.tablink._1.w--current {
  width: 100%;
  font-weight: 600;
}

.tab-link-tab-2 {
  background-color: hsla(0, 0%, 78.4%, 0.6);
}

.tab-link-tab-2.w--current {
  background-color: hsla(0, 0%, 78.4%, 0);
}

.tab-link-tab-2.w--current:focus {
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.tab-link-tab-3 {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.tab-link-tab-3:focus {
  background-color: hsla(0, 0%, 100%, 0);
}

.tab-link-tab-4 {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.tab-link-tab-4:active {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.section-5 {
  position: relative;
  left: 100vw;
  width: 100vw;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  clear: both;
}

.section-6 {
  width: 100vw;
  height: 50vh;
  margin-right: auto;
  margin-left: auto;
  background-color: #ca2a2a;
}

.container-4 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.container-4.fondo {
  background-image: url('https://madrid.govtechlab.es/images/ciudad.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-18 {
  display: block;
  flex: 0 auto;
}

.maxw {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
}

.maxw.gris {
  background-color: #fff;
}

.maxw.bordes {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.maxw.bordes.sinbordesuperior {
  border-top-width: 0px;
}

.div-block-221 {
  display: flex;
  width: auto;
  align-items: flex-start;
  color: #000;
}

.mas {
  position: static;
  display: flex;
  width: 50px;
  height: 50px;
  padding-top: 0px;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 500px;
  background-color: #000;
  background-image: url('https://madrid.govtechlab.es/images/Flecha_1Flecha.png');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.tit {
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 25px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.5px solid #000;
  cursor: pointer;
}

.area {
  margin-top: 60px;
}

.area.arriba {
  margin-top: 10px;
}

.text-span-71 {
  color: #000;
  line-height: 45px;
}

.div-block-214 {
  display: block;
  padding: 0px;
  border-radius: 20px;
  background-color: #fff;
  transform: translate(0px, 0px);
}

.area-4 {
  display: none;
  margin-top: 60px;
}

.lista {
  margin-top: 0px;
  font-family: PVSans, Arial, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 35px;
  font-weight: 300;
}

.cajaconicono {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  justify-content: flex-start;
  align-items: flex-start;
}

.area-3 {
  display: none;
  margin-top: 60px;
}

.div-block-222 {
  position: static;
  display: block;
  width: 50%;
  max-width: 1300px;
  margin-bottom: 20px;
  padding-right: 20px;
  border-right: 0px solid #949494;
}

.caja2filas {
  width: 50%;
}

.recuadro-grande {
  display: flex;
  width: 100%;
}

.titulo-subseccion {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000;
  font-size: 35px;
}

.titulo-subseccion.gran {
  max-width: 1300px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-size: 55px;
  line-height: 1em;
}

.heading-9 {
  position: static;
  width: 70%;
  padding-top: 0px;
  font-family: PVSans, Arial, sans-serif;
  color: #000;
  font-size: 45px;
  line-height: 50px;
  font-weight: 100;
}

.caja-area {
  display: flex;
  width: 50%;
  height: auto;
  max-width: 1300px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 60px 40px;
  justify-content: flex-start;
  border-radius: 40px;
  background-color: #f1f1e8;
}

.caja-area.recuadro {
  margin-right: 0px;
  background-color: transparent;
}

.caja-area.recuadro._1 {
  margin-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.caja-area._100 {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
}

.caja-area._100.marg20 {
  margin-top: 20px;
  padding-bottom: 40px;
}

.caja-area._2 {
  width: 70%;
  margin-right: 0px;
  background-color: transparent;
}

.caja-area._2._1 {
  margin-right: 20px;
  background-color: transparent;
}

.caract_desplegado {
  display: flex;
}

.caract_desplegado.mundo {
  padding-top: 40px;
}

.caract_desplegado.comun {
  padding-top: 40px;
}

.caract_desplegado.formas {
  padding-top: 40px;
}

.caract_desplegado.marketing {
  padding-top: 40px;
}

.icono-tipo {
  width: 70px;
  margin-right: 20px;
}

.tittab {
  margin-top: 0px;
  color: #000;
  font-size: 45px;
  font-weight: 500;
}

.tittab.white {
  margin-bottom: auto;
  line-height: 1em;
}

.left-arrow {
  color: #000;
}

.slider {
  z-index: 0;
  display: none;
  height: auto;
  max-width: 1300px;
  margin-right: 150px;
  margin-bottom: 0px;
  margin-left: 150px;
  padding-bottom: 0px;
  border-radius: 40px;
  background-color: transparent;
}

.lista-2 {
  margin-top: 0px;
  color: #000;
  font-size: 18px;
  line-height: 35px;
  font-weight: 300;
}

.mask {
  padding-top: 0px;
  padding-bottom: 0px;
}

.iconoitinerario {
  width: 100px;
  height: 100px;
  margin-top: 30px;
}

.iconoitinerario.form {
  height: 95px;
}

.parrafo-text-white {
  margin-bottom: 60px;
}

.listabloque {
  margin-right: auto;
  margin-left: 20px;
}

.slide {
  padding-bottom: 40px;
}

.txt-escenario-2 {
  display: flex;
  width: 100%;
  height: 320px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  justify-content: center;
  align-self: flex-start;
  order: 0;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 40px;
}

.itinerario-bloque {
  width: 40%;
  margin-right: 40px;
  margin-left: auto;
}

.right-arrow {
  color: #000;
}

.link-42 {
  text-align: left;
  text-decoration: none;
}

.text-block-67 {
  font-family: PVSans, Arial, sans-serif;
  color: #fff;
  font-size: 12px;
}

.text-block-67._50 {
  width: 50%;
  margin-left: 0px;
}

.text-block-49 {
  display: block;
  padding-right: 40px;
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  direction: ltr;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  text-indent: 0px;
  white-space: normal;
}

.bold-text-49 {
  text-decoration: none;
}

.post-footer-container {
  display: none;
  padding-top: 8px;
  padding-bottom: 0px;
  justify-content: flex-end;
  flex: 1;
}

.link-35 {
  margin-right: auto;
  color: #fff;
  text-decoration: none;
}

.image-18 {
  width: 20px;
  max-width: none;
  margin-top: 0px;
  margin-right: 20px;
}

.image-18.codigo-botones-rrss {
  cursor: pointer;
}

.post-footer2 {
  position: static;
  display: flex;
  max-width: 1300px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  justify-content: flex-start;
  align-items: stretch;
  align-self: auto;
  flex: 0 auto;
  text-align: left;
}

.post-footer2.sinpadding {
  justify-content: space-around;
}

.div-block-141 {
  display: flex;
  margin-top: 0px;
}

.link-78 {
  color: #fff;
  text-decoration: none;
}

.image-19 {
  display: block;
  width: 20px;
  max-width: none;
  margin-right: 20px;
  cursor: pointer;
}

.div-block-154 {
  display: flex;
  justify-content: space-between;
}

.div-block-233 {
  display: flex;
  max-width: 1300px;
  margin-bottom: 0px;
  padding-top: 0px;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
  border-top: 1px none #d8d8d8;
  border-radius: 0px;
  background-color: transparent;
}

.bold-text-40 {
  font-family: PVSans, Arial, sans-serif;
  text-align: left;
  text-decoration: none;
}

._11-footer {
  position: relative;
  width: 100%;
  height: auto;
  max-width: none;
  margin: 0px auto;
  padding: 40px 20px;
  border-style: solid;
  border-width: 1px 0px 0px;
  border-color: #000 #fff #fff;
  background-color: #9c9b9b;
  color: #1e1e1d;
}

.text-block-50 {
  display: block;
  padding-right: 0px;
  padding-left: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  direction: ltr;
  font-family: PVSans, Arial, sans-serif;
  color: #000;
  font-size: 12px;
  text-align: right;
  text-indent: 0px;
  white-space: normal;
}

.text-block-50.sin-padding {
  display: flex;
  padding-left: 0px;
}

.div-block-154-copy {
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
}

.infografia {
  position: relative;
  display: inline-block;
  width: auto;
  height: 700px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

.infografia.segundo {
  width: 100%;
  height: 600px;
  flex: 1;
}

.infografia.traingulo {
  top: -27px;
  width: 45%;
  margin-right: auto;
  margin-left: auto;
}

.infografia.ballena {
  width: 50%;
}

.infografia.medusa {
  top: -100px;
  width: 50%;
  height: 500px;
  margin-top: 0px;
  -o-object-fit: contain;
     object-fit: contain;
}

.paragraph-7 {
  color: rgba(0, 0, 0, 0.5);
}

.heading-10 {
  color: #000;
}

.txt {
  margin-top: 0px;
  font-family: PVSans, Arial, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 35px;
  font-weight: 300;
}

.text-span-72 {
  color: #ff3f3f;
}

.text-span-73 {
  color: #e55f5f;
}

._50 {
  position: relative;
  display: flex;
  width: 50%;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-self: center;
  order: 0;
}

.image-20 {
  width: 50%;
  height: 100%;
  max-width: none;
  border-radius: 20px;
}

.image-21 {
  width: 50%;
  height: 313px;
  max-width: none;
  flex: 0 auto;
  border-radius: 20px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.div-block-234 {
  width: 598px;
  height: 313px;
  border-radius: 20px;
  background-color: #e55f5f;
  background-image: url('https://madrid.govtechlab.es/images/ready.png');
  background-position: 0px 0px;
  background-size: 200%;
  background-repeat: no-repeat;
}

.bloque {
  display: flex;
  width: 60%;
  height: auto;
  margin-top: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-self: center;
  order: 0;
}

.cajalista {
  display: flex;
  width: 100%;
  height: 100%;
  margin: auto 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  border: 0px solid #000;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
}

.cajalista.uno {
  display: flex;
  height: auto;
  margin-top: 85px;
  padding-top: 40px;
}

.cajalista.uno.dos {
  position: relative;
  left: 0%;
  top: -690px;
  right: auto;
  bottom: auto;
  display: flex;
  opacity: 0;
}

.cajalista.dos {
  position: relative;
  top: 0px;
  display: flex;
  margin-top: 85px;
}

.cajalista.uno {
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: center;
}

.titulo {
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom-style: solid;
  border-bottom-width: 0px;
}

.titulo.sinbordesuperior {
  border-top-width: 0px;
}

.column {
  display: block;
  margin-top: auto;
  margin-bottom: 0px;
  padding: 0px 40px;
  border-right: 1px solid #000;
}

.column.mod2 {
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  flex-direction: column;
  border-left: 1px solid #000;
  background-image: url('https://madrid.govtechlab.es/images/metro.png');
  background-position: 30% 50%;
  background-size: auto;
}

.column._2 {
  padding-bottom: 0px;
}

.column.sin {
  padding-bottom: 40px;
  border-right-width: 0px;
}

.column.pad.subt {
  padding-top: 40px;
}

.column.derecha {
  border-right-width: 0px;
}

.column.sinpad {
  padding-right: 0px;
  padding-left: 0px;
  border-right-width: 0px;
}

.heading-11 {
  margin-bottom: 20px;
  font-family: PVSans, Arial, sans-serif;
  color: #000;
  font-size: 70px;
  line-height: 1em;
  font-weight: 100;
  letter-spacing: -0.5px;
}

.paragraph-8 {
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
}

.column-2 {
  position: static;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.text-block {
  line-height: 22px;
}

.text-span-74 {
  font-weight: 700;
}

.video {
  position: static;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
}

.video.abajo {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1300px;
  margin: 120px auto 60px;
  padding-right: 40px;
  padding-left: 40px;
  float: none;
  justify-content: flex-start;
}

.video.abajo.segundo {
  height: 900px;
  margin-bottom: 138px;
}

.video.fondo-color {
  display: none;
  align-items: stretch;
  border-radius: 0px;
  background-color: #c54141;
}

.video.abajo-copy {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1300px;
  margin: 120px auto 60px;
  padding-right: 40px;
  padding-left: 40px;
  float: none;
  justify-content: flex-start;
}

.video.abajo-copy.segundo {
  height: 900px;
  margin-bottom: 138px;
}

.video._50 {
  margin-right: 40px;
}

.video._50.izq {
  margin-left: 40px;
}

.apertura {
  position: relative;
  top: 0px;
  display: flex;
  height: auto;
  max-height: none;
  min-height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 120px 40px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #e55f5f;
}

.area-de-apertura {
  position: static;
  display: flex;
  height: auto;
  max-width: 1300px;
  margin-right: 0px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.heading-12 {
  position: static;
  left: 0px;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 0px;
  flex: 0 auto;
  font-family: PVSans, Arial, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 1em;
  font-weight: 200;
  letter-spacing: -0.5px;
  text-transform: none;
  text-shadow: none;
}

.heading-12._80 {
  display: block;
  width: 55%;
  margin-left: 0px;
  font-size: 35px;
  line-height: 1.1em;
  letter-spacing: -0.2px;
}

.heading-12._50 {
  display: block;
  width: 50%;
  margin-left: 0px;
  font-size: 35px;
  line-height: 1.1em;
  letter-spacing: -0.2px;
}

.heading-12._50.black {
  color: #000;
}

.paragraph-19 {
  width: 600px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 25px;
  line-height: 1.4em;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
}

.lottie-animation-6 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 30vh;
  margin-top: -40px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  mix-blend-mode: normal;
}

.antes-de-nada {
  background-color: #f3f3ee;
}

.div-block-67 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 40px;
}

.titulo-seccion {
  margin-bottom: 40px;
  color: #0a69dd;
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 600;
  text-align: left;
}

.grid-6 {
  justify-content: start;
  justify-items: start;
  align-items: start;
  align-content: start;
  grid-column-gap: 75px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cintillo {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: left;
}

.cintillo.blue {
  margin-bottom: 5px;
  color: #0a69dd;
  font-weight: 700;
  text-transform: uppercase;
}

.cintillo.blue {
  margin-top: 0px;
  font-weight: 700;
}

.cuerpo-de-texto {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
}

.text-span-75 {
  font-weight: 300;
}

.left-arrow-2 {
  margin-left: 0px;
}

.numerogrande {
  position: relative;
  left: -150px;
  top: -50px;
  z-index: 0;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  color: #fceded;
  font-size: 450px;
  line-height: 1em;
  font-weight: 200;
  letter-spacing: -10px;
}

.numerogrande._3 {
  left: -450px;
}

.numerogrande._1 {
  left: -100px;
}

.mask-2 {
  border-bottom: 1px none #000;
}

.icon-3 {
  color: #000;
}

.section-7 {
  position: relative;
  display: block;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.column-11 {
  padding-right: 100px;
}

.slide-nav {
  position: absolute;
  display: block;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.paragraph-20 {
  color: #000;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 300;
}

.icon-4 {
  margin-top: auto;
  margin-bottom: auto;
  color: #000;
}

.icon-4:hover {
  opacity: 1;
  color: #000;
}

.columns {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  line-height: 18px;
}

.heading-14 {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  color: #e55f5f;
  font-size: 30px;
  line-height: 1em;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.3px;
}

.heading-14.ancho {
  width: 100%;
}

.numeros-slider {
  position: relative;
  left: 0%;
  top: -100px;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  margin-top: 0px;
  padding-top: 0px;
}

.column-12 {
  display: flex;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  justify-content: center;
  border-right: 2px none #000;
}

.slider-2 {
  display: block;
  width: 100%;
  height: 350px;
  max-width: none;
  margin-top: 60px;
  margin-bottom: 0px;
  border-bottom: 0px solid #000;
  background-color: hsla(0, 0%, 100%, 0);
}

.slide-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 50px;
  padding-left: 50px;
}

.columnas {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  line-height: 18px;
}

.image-23 {
  position: relative;
  left: 60px;
  top: 60px;
  z-index: 51;
  display: none;
  width: 75%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -ms-grid-row-align: center;
      align-self: center;
  order: 0;
  flex: 0 auto;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.image-23._2 {
  left: -150px;
  top: -385px;
  right: 0px;
  display: none;
}

.button-2 {
  position: static;
  display: flex;
  margin-top: auto;
  margin-bottom: 0px;
  padding: 15px 40px;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #b1b1b1;
  border-radius: 0px;
  background-color: #fff;
  color: #414040;
  font-weight: 400;
}

.button-2:hover {
  border-color: #fa1f1b;
  background-color: #fa1f1b;
  color: #fff;
}

.button-2.bloques-anima {
  display: inline-block;
  width: auto;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 15px 40px;
  flex-wrap: nowrap;
  align-items: center;
  align-content: flex-start;
  border-width: 1px;
  border-color: #e55f5f;
  border-radius: 40px;
  font-family: PVSans, Arial, sans-serif;
}

.button-2.bloques-anima:hover {
  border-width: 0px;
  background-color: #e55f5f;
}

.div-block-235 {
  position: relative;
  width: 100%;
  height: auto;
  flex: 0 auto;
  border-bottom: 0px solid #000;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

.div-block-235:hover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

.parrafo-bloque-2 {
  max-width: none;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #797878;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 300;
}

.subir {
  position: relative;
  z-index: 20;
  display: block;
}

.bloque-2 {
  position: relative;
  display: flex;
  width: 100%;
  height: 400px;
  flex-direction: column;
  justify-content: flex-end;
  border-right: 4px solid #fff;
  background-image: url('https://madrid.govtechlab.es/images/mujerpc.jpg');
  background-position: 50% 50%;
  background-size: cover;
  transition: background-color 700ms cubic-bezier(.215, .61, .355, 1);
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.bloque-2:hover {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://madrid.govtechlab.es/images/mujerpc.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.bloque-2.big {
  position: static;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-left: 0px;
  flex-direction: row;
  justify-content: flex-start;
  -ms-grid-row-align: auto;
      align-self: auto;
  flex: 0 auto;
  border-right-width: 0px;
  background-image: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.bloque-2.big.nopadding {
  display: flex;
  margin-right: 0px;
  flex: 0 auto;
}

.image-24 {
  position: static;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -ms-grid-row-align: auto;
      align-self: auto;
  flex: 0 auto;
  background-image: url('https://madrid.govtechlab.es/images/fav256.png');
  background-position: 0px 0px;
  background-size: 100px;
  transition: top 500ms ease, opacity 425ms ease;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.image-24:hover {
  position: static;
  top: 0px;
  opacity: 0.3;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.contenidos-bloque-2 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  padding: 40px 40px 60px 60px;
  flex: 0 auto;
  border: 0px solid #000;
  background-color: #fff;
  transition: margin-bottom 850ms cubic-bezier(.075, .82, .165, 1);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.contenidos-bloque-2:hover {
  top: 0px;
  margin-bottom: 0px;
}

.contenidos-bloque-2.pad {
  padding-bottom: 25px;
}

.titular-bloque-2 {
  padding-right: 20px;
  padding-left: 0px;
  border: 0px solid #000;
  color: #313131;
  font-size: 32px;
  line-height: 1em;
  font-weight: 200;
}

.section-8 {
  display: flex;
  height: 900px;
  max-width: none;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  justify-content: flex-start;
  align-items: flex-start;
}

.separador-bloque-2 {
  height: 1px;
  margin-bottom: 17px;
  background-color: #cecece;
}

.separador-bloque-2.pad {
  margin-top: 20px;
}

.text-block-53 {
  margin-right: 20px;
}

.div-block-169 {
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
}

.div-block-155 {
  display: block;
  width: 40%;
  max-width: none;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
  border-top: 1px none #d8d8d8;
  background-color: transparent;
}

.div-block-120 {
  position: relative;
  display: flex;
  max-width: 600px;
  margin-top: 60px;
  margin-bottom: 60px;
  flex-direction: column;
  align-items: center;
  align-self: center;
  font-size: 12px;
  font-weight: 300;
}

.div-block-153 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  margin: 60px auto 20px;
  padding: 40px 20px;
  border-top: 0.5px solid #fff;
  background-color: #000;
  color: #1e1e1d;
}

.div-block-166 {
  margin-left: auto;
}

.paragraph-21 {
  margin-bottom: 40px;
  color: #000;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
}

.div-block-157 {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: stretch;
  border-radius: 8px;
  background-color: #000;
  color: #fda7a7;
}

.div-block-157.red {
  border-style: solid;
  border-width: 1px;
  border-color: #e55f5f;
  background-color: #fff;
}

.text-block-34 {
  position: static;
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
}

.footer-formulario {
  position: static;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 100%;
}

.field-label-4 {
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.image-25 {
  width: 250px;
}

.bold-text-45 {
  font-weight: 300;
}

.div-block-158 {
  display: flex;
  margin-top: 20px;
  justify-content: flex-start;
  align-items: center;
}

.div-block-158._2 {
  flex-direction: row;
  align-items: center;
}

.checkbox-label {
  color: #333;
  font-size: 14px;
  line-height: 132%;
  font-weight: 200;
}

.lottie-animation-10 {
  width: 40px;
}

.lottie-animation-10:hover {
  opacity: 1;
  color: #e55f5f;
}

.field-label-3 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.bold-text-44 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.div-block-199 {
  display: flex;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
}

.inputs-border-bottom {
  margin-bottom: 30px;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #333;
  background-color: transparent;
}

.modulo-columna {
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  flex-direction: row;
  align-items: stretch;
  border-top: 0px solid #000;
  border-bottom: 0px solid #000;
}

.modulo-columna.sinbordearriba {
  border-top-width: 0px;
}

.modulo-columna.sinbordearriba.hitos {
  height: auto;
}

.espaciador {
  display: block;
  height: 930px;
  flex: 100 0 auto;
}

.espaciador._350 {
  flex: 1;
}

.lottie-animation-11 {
  width: 150px;
  flex: 1;
}

.lottie-animation-11._1 {
  margin-top: 20px;
}

.div-block-237 {
  display: flex;
  margin-top: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-190 {
  position: static;
  top: 0px;
  width: 1px;
  height: 800px;
  background-color: #333;
}

.div-block-191 {
  position: static;
  top: 100px;
  border: 0px solid #000;
}

.div-block-192 {
  position: static;
  top: 40px;
  border: 0px solid #000;
}

.textopasos {
  margin-top: auto;
  margin-bottom: auto;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.cajapasos {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  display: flex;
  max-width: 1300px;
  padding-top: 0px;
  padding-bottom: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.sticky {
  display: flex;
  overflow: hidden;
  width: 400px;
  height: 400px;
  margin-right: 0px;
  margin-bottom: 60px;
  margin-left: 0px;
  padding: 40px;
  flex-direction: column;
  border: 0px solid #000;
  background-color: #fff;
}

.sticky.padding {
  position: static;
  top: 100px;
  margin-top: 400px;
  border-width: 0px;
}

.sticky.padding.caja2 {
  margin-top: 200px;
  margin-bottom: 0px;
  margin-left: 20px;
  border-width: 0px;
  color: #000;
}

.bold-text-46 {
  font-weight: 600;
}

.heading-25 {
  color: #613434;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
}

.div-block-238 {
  background-color: #e55f5f;
}

.lottie-apertura {
  position: relative;
  top: -420px;
  right: 100px;
  z-index: 300;
  width: 250px;
}

.itemlista {
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 0px solid #000;
}

.itemlista.mob {
  border: 0px solid #000;
}

.itemlista.lineainf {
  margin-bottom: 20px;
  border-bottom-width: 1px;
}

.div-block-20 {
  position: static;
  left: 0px;
}

.check-lottie-4 {
  width: 60px;
  margin: 0px 0px -15px -10px;
  padding-bottom: 0px;
}

.bullet-text-2 {
  margin-right: auto;
  margin-left: 20px;
  padding-top: 5px;
}

.bullets-2 {
  margin-top: 0px;
  margin-bottom: 6px;
  color: #333;
  font-size: 21px;
  line-height: 1.2em;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0px;
}

.paragraph-11 {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 400;
}

.paragraph-11.sangria {
  margin-right: 25px;
  margin-bottom: 0px;
  padding-left: 0px;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 300;
  white-space: normal;
}

.div-block-239 {
  padding-right: 40px;
  padding-left: 40px;
}

.txt-cta {
  width: 60%;
  padding-top: 40px;
  padding-right: 60px;
  padding-left: 40px;
}

.link-govt {
  color: #e55f5f;
  text-decoration: none;
}

.link-govt.white {
  color: #e55f5f;
}

.link-govt.white:hover {
  color: #f6adad;
}

.cajaroja {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
  background-color: #e55f5f;
}

.header-apertura {
  padding-top: 70px;
  padding-bottom: 70px;
  -ms-grid-row-align: center;
      align-self: center;
  flex: 1;
  font-family: PVSans, Arial, sans-serif;
  color: #000;
  font-size: 85px;
  line-height: 1em;
  font-weight: 700;
  text-transform: none;
}

.text-span-76 {
  background-color: #ffe730;
}

.bold-text-50 {
  font-size: 30px;
  line-height: 1em;
}

.bold-text-51 {
  font-size: 30px;
}

.iconos {
  position: static;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
}

.iconos.abajo {
  display: none;
  width: 100%;
  height: auto;
  max-width: 1300px;
  margin: 60px auto;
  padding-right: 40px;
  padding-left: 40px;
  float: none;
  justify-content: flex-start;
}

.iconos.abajo.segundo {
  height: 900px;
  margin-bottom: 138px;
}

.iconos.abajo.hid {
  display: none;
}

.iconos.fondo-color {
  align-items: stretch;
  border-radius: 0px;
  background-color: #c54141;
}

.iconos.abajo-copy {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1300px;
  margin: 120px auto 60px;
  padding-right: 40px;
  padding-left: 40px;
  float: none;
  justify-content: flex-start;
}

.iconos.abajo-copy.segundo {
  height: 900px;
  margin-bottom: 138px;
}

.iconos._50 {
  margin-right: 40px;
}

.iconos._50.izq {
  margin-left: 40px;
}

.background-video-2 {
  position: relative;
  z-index: 2;
  display: block;
  width: 500px;
  height: 500px;
  margin-top: 30px;
  margin-right: 30px;
  border-radius: 5000px;
}

.background-video-2.hid {
  display: block;
}

.columnafullh {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-right: 0px;
}

.column-13 {
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  flex: 1;
}

.column-13.img {
  background-image: url('https://madrid.govtechlab.es/images/metro.png');
  background-position: 30% 50%;
  background-size: cover;
}

.column-13.borde-dcha {
  border-right: 1px solid #000;
}

.column-14 {
  height: 600px;
  border: 0px solid #000;
  border-radius: 0px;
}

.column-15 {
  height: 600px;
  border: 0px solid #000;
}

.divlottie {
  position: static;
  display: flex;
  width: 110px;
  height: 100%;
  margin: auto 40px;
  padding-top: 20px;
}

.divlottie._40pad {
  padding-top: 20px;
  padding-bottom: 20px;
}

.divlottie._2 {
  width: 100px;
}

.divlottie._3 {
  width: 120px;
  padding-top: 0px;
}

.cajacta {
  margin: auto;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  -ms-grid-row-align: auto;
      align-self: auto;
  border-left: 0px solid #e55f5f;
}

.txtacademia {
  width: 60%;
  margin-right: auto;
  padding-top: 40px;
  padding-right: 60px;
  padding-left: 40px;
}

.image-26 {
  width: 300px;
  height: 300px;
  border-radius: 300px;
}

.heading-slider {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  color: #e55f5f;
  font-size: 28px;
  line-height: 1em;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.3px;
}

.heading-slider.ancho {
  width: 100%;
}

.div-block-241 {
  padding-left: 40px;
}

.div-block-241.pad {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
}

.div-block-241.padsup {
  width: auto;
  max-width: 1300px;
  margin: auto auto auto 40px;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 0px;
}

.columna {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  flex-direction: column;
  -ms-grid-row-align: auto;
      align-self: auto;
  order: 0;
  flex: 0 auto;
  direction: ltr;
  font-family: PVSans, Arial, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 300;
  text-transform: none;
}

.columna.intro {
  width: 50%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-right: 0px;
  font-family: PVSans, Arial, sans-serif;
  font-weight: 200;
}

.columna.white {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
}

.columna.white.marg40 {
  margin-top: 40px;
}

.columna.centrado {
  width: 100%;
  height: auto;
  margin-bottom: 26px;
  padding-right: 0px;
  text-align: center;
}

.columna._80 {
  width: 100%;
}

.columna._50-60pad {
  width: 50%;
  padding-right: 60px;
}

.columna._60 {
  width: 60%;
}

.bordessupinf {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.image-27 {
  width: 70px;
  margin-top: -20px;
  margin-right: 20px;
}

.image-27.cam {
  width: auto;
  height: 80px;
  margin-top: 0px;
  margin-right: 40px;
}

.image-27.cam.fin {
  height: 105px;
  margin-right: 0px;
}

.image-27.cam.centrado {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.prodi {
  width: 70px;
  margin-top: -20px;
  margin-right: 40px;
  margin-left: 0px;
}

._1300 {
  overflow: hidden;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.destacado {
  margin-top: 20px;
  padding-left: 0px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
}

.destacado.primero {
  margin: auto;
  padding-bottom: 0px;
  padding-left: 0px;
  align-self: flex-end;
  font-family: PVSans, Arial, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 1.1em;
  font-weight: 200;
}

.destacado.primero.segundo {
  width: 30%;
  max-width: 30ch;
  padding-left: 60px;
  align-self: flex-end;
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
}

.destacado.primero.segundo.ultimo {
  margin-left: 44px;
  padding-left: 0px;
}

.destacado.primero.medio {
  -ms-grid-row-align: center;
      align-self: center;
}

.destacado.primero.blanco {
  position: static;
  max-width: 40ch;
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 60px;
  font-family: PVSans, Arial, sans-serif;
  color: #fff;
  font-size: 40px;
  text-align: center;
}

.column-16 {
  position: static;
  display: block;
  height: 100%;
  min-height: 100%;
}

.formulario {
  display: flex;
  max-width: 1300px;
  padding: 20px 40px;
  flex-direction: column;
  align-items: center;
  align-self: center;
  border: 0px solid #000;
}

.div-block-242 {
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 40px;
  padding-left: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mod1 {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
}

.mod1.gris {
  background-color: #fff;
}

.mod1.bordes {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.mod1.bordes.sinbordesuperior {
  border-top-width: 0px;
}

.mod2 {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
}

.mod2.gris {
  background-color: #fff;
}

.mod2.bordes {
  display: none;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.mod2.bordes.sinbordesuperior {
  border-top-width: 0px;
}

.mod2-contenido {
  display: none;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
}

.mod2-contenido.gris {
  background-color: #fff;
}

.mod2-contenido.bordes {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.mod2-contenido.bordes.sinbordesuperior {
  border-top-width: 0px;
}

.mod-3 {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
}

.mod-3.gris {
  background-color: #fff;
}

.mod-3.bordes {
  display: none;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.mod-3.bordes.sinbordesuperior {
  border-top-width: 0px;
}

.mod-3-contenido {
  display: none;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  border: 0px solid #000;
}

.mod-3-contenido.gris {
  background-color: #fff;
}

.mod-3-contenido.bordes {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.mod-3-contenido.bordes.sinbordesuperior {
  border-top-width: 0px;
}

.mod-4 {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
}

.mod-4.gris {
  background-color: #fff;
}

.mod-4.bordes {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.mod-4.bordes.sinbordesuperior {
  border-top-width: 0px;
}

.mod4-contenido {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
}

.mod4-contenido.gris {
  background-color: #fff;
}

.mod4-contenido.bordes {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.mod4-contenido.bordes.sinbordesuperior {
  display: block;
  border-top-width: 0px;
}

.cta-destacado {
  display: block;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
}

.cta-destacado.gris {
  background-color: #fff;
}

.cta-destacado.bordes {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.cta-destacado.bordes.sinbordesuperior {
  border-top-width: 0px;
}

.modulo-5 {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
}

.modulo-5.gris {
  background-color: #fff;
}

.modulo-5.bordes {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.modulo-5.bordes.sinbordesuperior {
  display: block;
  border-top-width: 0px;
}

.modulo-5-eventos {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
}

.modulo-5-eventos.gris {
  background-color: #fff;
}

.modulo-5-eventos.bordes {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.modulo-5-eventos.bordes.sinbordesuperior {
  display: block;
  border-top-width: 0px;
}

.modulo-6 {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
}

.modulo-6.gris {
  background-color: #fff;
}

.modulo-6.bordes {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.modulo-6.bordes.sinbordesuperior {
  border-top-width: 0px;
}

.modulo-6-pasos {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
}

.modulo-6-pasos.gris {
  background-color: #fff;
}

.modulo-6-pasos.bordes {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.modulo-6-pasos.bordes.sinbordesuperior {
  border-top-width: 0px;
}

.tab-mod-7-8 {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
}

.tab-mod-7-8.gris {
  background-color: #fff;
}

.tab-mod-7-8.bordes {
  display: none;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.tab-mod-7-8.bordes.sinbordesuperior {
  border-top-width: 0px;
}

.column-copy {
  display: block;
  margin-top: auto;
  margin-bottom: 0px;
  padding: 0px 40px;
  border-right: 1px solid #000;
}

.column-copy.mod2 {
  margin-bottom: 0px;
  border-left: 1px solid #000;
  background-image: url('https://madrid.govtechlab.es/images/metro.png');
  background-position: 30% 50%;
  background-size: auto;
}

.column-copy._2 {
  padding-bottom: 0px;
}

.column-copy.sin {
  border-right-width: 0px;
}

.modulo-9 {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
}

.modulo-9.gris {
  background-color: #fff;
}

.modulo-9.bordes {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.modulo-9.bordes.sinbordesuperior {
  display: none;
  border-top-width: 0px;
}

.modulo-9-carrousel {
  display: none;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
}

.modulo-9-carrousel.gris {
  background-color: #fff;
}

.modulo-9-carrousel.bordes {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.modulo-9-carrousel.bordes.sinbordesuperior {
  border-top-width: 0px;
}

.column-17 {
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 1px;
  border-color: #000;
}

.column-18 {
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #000;
}

.tabs-content {
  width: 70%;
}

.html-embed {
  height: 600px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-243 {
  margin: auto;
}

.icono-quees {
  width: 80px;
}

.image-24-copy {
  position: static;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -ms-grid-row-align: auto;
      align-self: auto;
  flex: 0 auto;
  background-image: url('https://madrid.govtechlab.es/images/foto-mad.jpeg');
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: top 500ms ease, opacity 425ms ease;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.image-24-copy:hover {
  position: static;
  top: 0px;
  opacity: 0.3;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.body-text-copy {
  display: block;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  flex-direction: column;
  -ms-grid-row-align: auto;
      align-self: auto;
  order: 0;
  flex: 0 auto;
  direction: ltr;
  font-family: PVSans, Arial, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 300;
  text-transform: none;
}

.body-text-copy.intro {
  width: 50%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-right: 0px;
  font-family: PVSans, Arial, sans-serif;
  font-weight: 200;
}

.body-text-copy.white {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  color: #fff;
}

.body-text-copy.white.marg40 {
  margin-top: 40px;
  color: #000;
}

.body-text-copy.white.centrar {
  width: 40%;
  margin: 200px auto auto;
  text-align: center;
}

.body-text-copy.white.centrar.grande {
  width: 40%;
  margin-top: 0px;
  font-size: 34px;
  line-height: 1.2em;
  font-weight: 200;
}

.body-text-copy.centrado {
  width: 100%;
  height: auto;
  margin-bottom: 26px;
  padding-right: 0px;
  text-align: center;
}

.body-text-copy._80 {
  width: 100%;
}

.body-text-copy._80.pad {
  padding-top: 40px;
  padding-bottom: 40px;
}

.body-text-copy._80._30 {
  width: 100%;
  padding-bottom: 30px;
}

.body-text-copy._50-60pad {
  width: 50%;
  padding-right: 60px;
}

.body-text-copy._60 {
  width: 60%;
}

.body-text-copy._60-40 {
  width: 50%;
  margin-top: 40px;
  margin-left: 40px;
}

.body-text-copy.pad {
  padding-top: 40px;
  padding-bottom: 20px;
}

.body-text-copy.pad60 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.column-18-copy {
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #000;
}

.cta-sticky {
  display: flex;
  width: auto;
  height: 50px;
  margin-top: auto;
  margin-right: 10px;
  margin-bottom: auto;
  padding: 0px 40px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e55f5f;
  border-radius: 30px;
  background-color: #fff;
  font-family: PVSans, Arial, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.cta-sticky:hover {
  background-color: #e55f5f;
  color: #fff;
}

.cta-sticky.w--current {
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cta-sticky.secundario {
  display: inline;
  width: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #949494;
  background-color: #fff;
  opacity: 0.81;
  color: #0e0d0d;
  text-align: center;
}

.cta-sticky._200px {
  width: 200px;
  margin-top: 20px;
  margin-bottom: 40px;
  background-color: #e55f5f;
}

.cta-sticky._200px:hover {
  background-color: #000;
}

.cta-sticky._250px {
  width: 250px;
  margin: 40px auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e55f5f;
  background-color: #fff;
  color: #000;
}

.cta-sticky._250px:hover {
  border-color: #e55f5f;
  background-color: #e55f5f;
  color: #fff;
}

.cta-sticky._250px.centrar {
  margin-right: auto;
  margin-left: auto;
}

.cta-sticky._250px.centrar.white {
  border-width: 0px;
  background-color: #fff;
  color: #e55f5f;
}

.cta-sticky._250px.centrar.white:hover {
  background-color: #e55f5f;
  color: #fff;
}

.modulo-7 {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
}

.modulo-7.gris {
  background-color: #fff;
}

.modulo-7.bordes {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.modulo-7.bordes.sinbordesuperior {
  border-top-width: 0px;
}

.modulo-8 {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
}

.modulo-8.gris {
  background-color: #fff;
}

.modulo-8.bordes {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.modulo-8.bordes.sinbordesuperior {
  border-top-width: 0px;
}

.modulo-7-contenidos {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
}

.modulo-7-contenidos.gris {
  background-color: #fff;
}

.modulo-7-contenidos.bordes {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.modulo-7-contenidos.bordes.sinbordesuperior {
  border-top-width: 0px;
}

.modulo-8-contenidos {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
}

.modulo-8-contenidos.gris {
  background-color: #fff;
}

.modulo-8-contenidos.bordes {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.modulo-8-contenidos.bordes.sinbordesuperior {
  border-top-width: 0px;
}

.modulo-webinar-tit {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
}

.modulo-webinar-tit.gris {
  background-color: #fff;
}

.modulo-webinar-tit.bordes {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.modulo-webinar-tit.bordes.sinbordesuperior {
  border-top-width: 0px;
}

.modulo-webinar {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
}

.modulo-webinar.gris {
  background-color: #fff;
}

.modulo-webinar.bordes {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.modulo-webinar.bordes.sinbordesuperior {
  border-top-width: 0px;
}

.header-tabla {
  display: block;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  clear: none;
  flex-direction: column;
  -ms-grid-row-align: auto;
      align-self: auto;
  order: 0;
  flex: 0 auto;
  border-right: 0px solid #000;
  border-left: 0px solid #000;
  direction: ltr;
  font-family: PVSans, Arial, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1em;
  font-weight: 300;
  text-transform: none;
}

.header-tabla.intro {
  width: 50%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-right: 0px;
  font-family: PVSans, Arial, sans-serif;
  font-weight: 200;
}

.header-tabla.white {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  color: #fff;
}

.header-tabla.white.marg40 {
  margin-top: 40px;
  color: #000;
}

.header-tabla.white.centrar {
  width: 40%;
  margin: 200px auto auto;
  text-align: center;
}

.header-tabla.white.centrar.grande {
  width: 40%;
  margin-top: 0px;
  font-size: 34px;
  line-height: 1.2em;
  font-weight: 200;
}

.header-tabla.centrado {
  width: 100%;
  height: auto;
  margin-bottom: 26px;
  padding-right: 0px;
  text-align: center;
}

.header-tabla._80 {
  width: 100%;
}

.header-tabla._80.pad {
  padding-top: 40px;
  padding-bottom: 40px;
}

.header-tabla._80._30 {
  width: 100%;
  padding-bottom: 30px;
}

.header-tabla._50-60pad {
  width: 50%;
  padding-right: 60px;
}

.header-tabla._60 {
  width: 60%;
}

.header-tabla._60-40 {
  width: 50%;
  margin-top: 40px;
  margin-left: 40px;
}

.header-tabla.pad {
  padding-top: 40px;
  padding-bottom: 20px;
}

.header-tabla.pad60 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.header-tabla.padding {
  padding: 40px 40px 20px;
}

.header-tabla.padding._60.white {
  padding-bottom: 60px;
}

.itemlista-lineas {
  display: flex;
  width: 50%;
  margin-bottom: 0px;
  padding: 20px 20px 40px;
  flex-direction: column;
  border: 0px solid #000;
}

.itemlista-lineas.lineainf {
  margin-bottom: 20px;
  border-bottom-width: 1px;
}

.itemlista-lineas.izq {
  padding-top: 20px;
  padding-left: 0px;
  border-width: 0px;
}

.grid-7 {
  display: block;
  margin-bottom: 60px;
}

.cajaquees {
  display: flex;
  overflow: visible;
  width: 100%;
  margin-right: 10px;
  border: 0px solid #000;
}

.cajaquees._10 {
  margin-right: -8px;
}

.html-embed-2 {
  width: 560px;
  height: 315px;
  margin: 100px auto;
}

.html-embed-2.mobile {
  display: none;
}

.bold-text-54 {
  font-size: 16px;
  font-weight: 600;
}

.link-block-5 {
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  flex-direction: row;
  align-items: center;
}

.div-block-244 {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.section-9 {
  display: flex;
  width: 100%;
}

.div-block-245 {
  width: 25%;
  background-image: url('https://madrid.govtechlab.es/images/metro.png');
  background-position: 20% 50%;
  background-size: cover;
}

.div-block-246 {
  width: 75%;
}

.mod4-contenido-div {
  display: flex;
  width: 100%;
}

.link-block-7 {
  display: block;
  margin-right: 20px;
  margin-left: auto;
}

.div-block-247 {
  display: flex;
  justify-content: center;
}

.link-block-8 {
  display: block;
  margin-right: auto;
  margin-left: 20px;
}

.subtitulo {
  position: static;
  left: 0px;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 40px;
  flex: 0 auto;
  font-family: PVSans, Arial, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 1em;
  font-weight: 200;
  letter-spacing: -0.5px;
  text-transform: none;
  text-shadow: none;
}

.subtitulo._80 {
  display: block;
  width: 55%;
  margin-left: 0px;
  font-size: 35px;
  line-height: 1.1em;
  letter-spacing: -0.2px;
}

.subtitulo._50 {
  display: block;
  width: 50%;
  margin-left: 0px;
  font-size: 35px;
  line-height: 1.1em;
  letter-spacing: -0.2px;
}

.subtitulo._50.black {
  color: #000;
}

.subtitulo._60 {
  margin-left: 0px;
}

.bold-text-55 {
  line-height: 1.2em;
  font-weight: 300;
}

.apertura-blog {
  position: relative;
  top: 0px;
  display: flex;
  height: auto;
  max-height: none;
  min-height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 120px 40px 120px 60px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #e55f5f;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42)), url('https://madrid.govtechlab.es/images/foto-mad.jpeg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.texto-arti {
  padding-left: 40px;
}

.texto-arti.pad {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
}

.texto-arti.padsup {
  width: auto;
  max-width: 1300px;
  margin: auto auto auto 0px;
  padding: 40px 40px 40px 60px;
}

.div-block-248 {
  display: none;
  width: 200px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.column-copy {
  display: block;
  margin-top: auto;
  margin-bottom: 0px;
  padding: 0px 40px;
  border-right: 1px solid #000;
}

.column-copy.mod2 {
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  flex-direction: column;
  border-left: 1px solid #000;
  background-image: url('https://madrid.govtechlab.es/images/metro.png');
  background-position: 30% 50%;
  background-size: auto;
}

.column-copy._2 {
  padding-bottom: 0px;
}

.column-copy.sin {
  padding-bottom: 40px;
  border-right-width: 0px;
}

.column-copy.pad.subt {
  padding-top: 40px;
  padding-left: 70px;
}

.column-copy.derecha {
  border-right-width: 0px;
}

.column-copy.sinpad {
  padding-right: 0px;
  padding-left: 0px;
  border-right-width: 0px;
}

.centrado {
  padding-left: 40px;
}

.centrado.pad {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
}

.centrado.padsup {
  width: auto;
  max-width: 1300px;
  margin: auto;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 0px;
}

.div-block-249 {
  width: 100%;
  height: 100%;
}

.link-block-11 {
  width: 100%;
  height: 100%;
}

.dstaca {
  display: block;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  flex-direction: column;
  -ms-grid-row-align: auto;
      align-self: auto;
  order: 0;
  flex: 0 auto;
  direction: ltr;
  font-family: PVSans, Arial, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 300;
  text-transform: none;
}

.dstaca.intro {
  width: 50%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-right: 0px;
  font-family: PVSans, Arial, sans-serif;
  font-weight: 200;
}

.dstaca.white {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  color: #fff;
}

.dstaca.white.marg40 {
  margin-top: 40px;
  color: #000;
}

.dstaca.white.centrar {
  width: 40%;
  margin: 200px auto auto;
  text-align: center;
}

.dstaca.white.centrar.grande {
  width: 80%;
  margin-top: 0px;
  padding-bottom: 40px;
  font-size: 34px;
  line-height: 1.2em;
  font-weight: 400;
}

.dstaca.centrado {
  width: 100%;
  height: auto;
  margin-bottom: 26px;
  padding-right: 0px;
  text-align: center;
}

.dstaca._80 {
  width: 80%;
}

.dstaca._80.pad {
  padding-top: 40px;
  padding-bottom: 40px;
}

.dstaca._80._30 {
  width: 100%;
  padding-bottom: 30px;
}

.dstaca._80._30.pad40 {
  padding-right: 40px;
  padding-left: 0px;
}

.dstaca._80._30.padding {
  padding-right: 40px;
  padding-left: 0px;
}

.dstaca._80._30.padding50 {
  padding: 0px 40px 60px 0px;
}

.dstaca._80._30.padding50.hashtag {
  color: #fff;
  text-align: right;
}

.dstaca._80._30.padding50._70 {
  width: 80%;
}

.dstaca._80.pad40 {
  padding-right: 40px;
  padding-left: 40px;
}

.dstaca._50-60pad {
  width: 50%;
  padding-right: 60px;
}

.dstaca._60 {
  width: 60%;
}

.dstaca._60-40 {
  width: 50%;
  margin-top: 40px;
  margin-left: 40px;
}

.dstaca.pad {
  padding-top: 40px;
  padding-bottom: 20px;
}

.dstaca.pad60 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.dstaca.padding {
  padding: 40px 40px 20px;
}

.dstaca.padding._60.white {
  margin-right: auto;
  margin-left: 0px;
  padding-bottom: 60px;
}

.dstaca._80-copy {
  width: 80%;
}

.dstaca._80-copy.pad {
  padding-top: 40px;
  padding-bottom: 40px;
}

.dstaca._80-copy._30 {
  width: 100%;
  padding-bottom: 30px;
}

.dstaca._80-copy._30.pad40 {
  padding-right: 40px;
  padding-left: 40px;
}

.dstaca._80-copy.pad40 {
  padding-right: 40px;
  padding-left: 40px;
}

.dstaca.pad40 {
  padding-right: 40px;
  padding-left: 40px;
}

.dstaca.pad40._50 {
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.dstaca.pad40._60.auto {
  margin-right: auto;
  margin-left: auto;
  border: 0px solid #000;
  text-align: center;
}

.destac1 {
  width: 60%;
  margin-bottom: 60px;
  padding-left: 40px;
  border-left-width: 1px;
  border-left-color: #000;
  color: #e55f5f;
  font-size: 36px;
  line-height: 1.1em;
  font-weight: 100;
}

@media screen and (min-width: 1280px) {
  .section-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .button._250px {
    margin-bottom: 40px;
  }

  .tablink.w--current {
    color: #fff;
    font-weight: 700;
  }

  .itinerario-bloque {
    margin-left: auto;
  }

  .infografia {
    height: auto;
  }

  .heading-12._80 {
    width: 57%;
  }

  .heading-12._50 {
    width: 51%;
  }

  .numerogrande {
    left: -150px;
    top: -70px;
    font-size: 400px;
  }

  .heading-14 {
    top: auto;
    padding-top: 15%;
  }

  .slider-2 {
    height: 450px;
  }

  .div-block-155 {
    margin-right: 0px;
  }

  .modulo-columna {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .modulo-columna.sinbordearriba {
    margin-right: 0px;
    margin-left: 0px;
  }

  .sticky {
    padding-right: 20px;
    padding-left: 20px;
    flex-direction: column;
    border-width: 0px;
  }

  .sticky.padding {
    padding-right: 40px;
    padding-left: 40px;
  }

  .txtacademia._40 {
    width: 40%;
  }

  .heading-slider {
    top: auto;
    padding-top: 0%;
  }

  .cta-sticky._250px {
    margin-bottom: 20px;
  }

  .div-block-246 {
    display: flex;
    justify-content: flex-start;
  }

  .subtitulo._80 {
    width: 57%;
  }

  .subtitulo._50 {
    width: 51%;
  }

  .destac1 {
    width: 55%;
  }
}

@media screen and (min-width: 1440px) {
  .big-heading.medium.pad60._50 {
    font-size: 3vw;
  }

  .detalle-escenario.uno {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .modulo-10-formulario {
    max-width: none;
  }

  .div-block-221 {
    width: 100%;
  }

  .mas {
    padding-top: 0px;
    padding-right: 0px;
    background-image: url('https://madrid.govtechlab.es/images/Flecha_1Flecha.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .titulo-subseccion {
    margin-right: 40px;
  }

  .slider {
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
    background-image: none;
  }

  .listabloque {
    margin-left: 60px;
  }

  .slide {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .txt-escenario-2 {
    height: 350px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0%;
  }

  .itinerario-bloque {
    width: 35%;
  }

  .post-footer2 {
    text-align: right;
  }

  .post-footer2.sinpadding {
    text-align: right;
  }

  .div-block-233 {
    margin-right: auto;
    margin-left: auto;
  }

  .cajalista.uno {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .numerogrande._3 {
    left: -150px;
  }

  .div-block-155 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .cajapasos {
    margin-right: auto;
    margin-left: auto;
  }

  .formulario {
    max-width: 1300px;
  }

  .subtitulo._60 {
    margin-left: 10px;
  }

  .texto-arti.padsup {
    padding-left: 0px;
  }

  .column-copy.pad.subt {
    padding-left: 0px;
  }
}

@media screen and (min-width: 1920px) {
  .container-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .row-top {
    display: block;
    height: 100px;
    padding-top: 0px;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .row-middle {
    height: 85%;
  }

  .grid {
    -ms-grid-rows: 7fr 1fr;
    grid-template-rows: 7fr 1fr;
  }

  .img-inner.img-1 {
    background-image: url('https://madrid.govtechlab.es/images/loeweint.jpg');
  }

  .text-wrap {
    margin-bottom: 25px;
  }

  .text-hide {
    margin-top: -298px;
  }

  .nav-parent {
    display: block;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .heading {
    height: 10px;
    padding-top: 45px;
  }

  .contenedor-principal {
    margin-top: 0px;
  }

  .body {
    max-width: none;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .top {
    position: -webkit-sticky;
    position: sticky;
    z-index: 999;
    margin-top: 0px;
    margin-bottom: 0px;
    clear: none;
    flex-wrap: nowrap;
    background-color: #fff;
  }

  .body-2 {
    overflow: visible;
  }

  .big-heading {
    position: relative;
    z-index: 999;
    margin-top: 0px;
    clear: none;
    font-size: 200px;
    line-height: 1.1em;
    letter-spacing: -4px;
    text-decoration: none;
  }

  .big-heading.medium.fianl-centrado {
    margin-bottom: 20px;
    text-align: center;
  }

  .big-heading.medium._40pad {
    font-size: 48px;
  }

  .big-heading.medium.pad {
    z-index: 9;
    font-size: 48px;
  }

  .big-heading.medium.pad._100 {
    z-index: 9;
    font-size: 48px;
  }

  .big-heading.medium.pad60 {
    font-size: 48px;
  }

  .big-heading.medium.pad60._50 {
    z-index: 9;
    font-size: 48px;
  }

  .big-heading.bold {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .paragraph-3 {
    font-family: PVSans, Arial, sans-serif;
    font-weight: 500;
  }

  .image-2 {
    position: static;
    left: 59px;
    width: 100%;
    height: auto;
    margin-top: 0px;
  }

  .intro {
    position: relative;
    z-index: 50;
    overflow: visible;
    height: auto;
    margin-bottom: 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .body-text {
    height: auto;
    font-size: 20px;
  }

  .body-text.white {
    height: auto;
  }

  .body-text.centrado {
    margin-bottom: 30px;
    text-align: center;
  }

  .body-text.padding._60.white {
    margin-right: auto;
  }

  .descripcion-proyecto.primero {
    position: relative;
    max-width: 20ch;
    align-self: flex-end;
    color: #000;
    font-size: 40px;
  }

  .descripcion-proyecto.primero.segundo {
    align-self: flex-end;
    font-size: 20px;
  }

  .descripcion-proyecto.primero.blanco {
    font-family: PVSans, Arial, sans-serif;
    font-size: 40px;
    line-height: 1.4em;
  }

  .imagen-proyecto {
    height: 400px;
  }

  .texto-intro {
    margin-bottom: 0px;
    flex: 0 auto;
  }

  .modulo {
    width: 100%;
    height: 100%;
  }

  .modulo.abajo {
    width: 100%;
    height: auto;
    margin-top: 120px;
    margin-bottom: 120px;
    flex-direction: row;
  }

  .modulo.abajo-copy {
    width: 100%;
    height: auto;
    margin-top: 120px;
    margin-bottom: 120px;
    flex-direction: row;
  }

  .imagen-seccion {
    width: 100%;
  }

  .imagen-seccion.segundo {
    width: 100%;
    height: 800px;
  }

  .imagen-seccion.ballena {
    display: block;
    max-width: 50%;
    order: 0;
  }

  .imagen-seccion.medusa {
    top: -100px;
    height: 500px;
    margin-top: 0px;
  }

  .link-quote {
    display: flex;
    width: 100%;
    align-items: center;
    flex: 0 auto;
  }

  .section-2 {
    margin-top: 0px;
    margin-bottom: 31px;
  }

  .link-block-3 {
    width: 100%;
  }

  .link-block-4 {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .paragraph-5 {
    display: inline-block;
    margin-bottom: 1px;
    padding-top: 22px;
    padding-bottom: 0px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    text-decoration: none;
  }

  .section-3 {
    height: 850px;
    margin-bottom: 89px;
    border-radius: 80px;
    background-image: url('https://madrid.govtechlab.es/images/lineas.svg'), linear-gradient(180deg, rgba(23, 24, 54, 0.5), rgba(23, 24, 54, 0.5)), url('https://madrid.govtechlab.es/images/fondoMAr.jpg');
    background-position: 50% 100%, 0px 0px, 0px 0px;
    background-size: contain, auto, cover;
    background-repeat: no-repeat, repeat, repeat;
    background-attachment: scroll, scroll, scroll;
    opacity: 1;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .button {
    width: auto;
    margin-right: 10px;
    margin-bottom: 16px;
    padding-right: 2%;
    padding-left: 2%;
  }

  .button.rosa {
    background-color: #e417bb;
  }

  .imagen-intro {
    position: absolute;
    left: auto;
    top: 0px;
    right: 0px;
    bottom: 0%;
    z-index: 103;
    width: 50%;
    height: auto;
    margin-top: -57px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .imagen-intro.marg {
    z-index: 50;
    margin-top: 50px;
  }

  .div-block-9 {
    margin-top: -17px;
  }

  .section-4 {
    width: 100vw;
    height: 800px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .section-4.pad {
    display: flex;
    width: 100%;
  }

  .infograf {
    height: auto;
    margin-bottom: 120px;
    flex-wrap: nowrap;
    align-content: stretch;
  }

  .detalle-escenario {
    background-size: contain;
  }

  .detalle-escenario.uno {
    width: 100%;
    height: auto;
  }

  .detalle-escenario.uno {
    width: 100%;
    height: auto;
  }

  .titulo-icono {
    display: flex;
    padding-left: 0%;
    justify-content: center;
    align-self: center;
  }

  .image-3 {
    position: static;
    margin-left: 75px;
  }

  .image-3.peque {
    width: 90px;
    margin-top: 40px;
  }

  .image-3.peque._100 {
    width: 100px;
  }

  .div-block-15 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .image-4 {
    width: 15%;
    margin-bottom: 8px;
  }

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

  .div-block-16 {
    display: flex;
    width: 50%;
    margin-left: 0px;
    flex-direction: row;
    align-items: center;
    align-self: auto;
  }

  .background-video {
    position: relative;
    width: 100%;
  }

  .div-block-17 {
    width: 100%;
  }

  .container-4 {
    max-width: none;
  }

  .div-block-18 {
    flex: 1;
  }

  .mas {
    background-image: url('https://madrid.govtechlab.es/images/Flecha_1Flecha.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .lista {
    font-size: 22px;
    line-height: 37px;
  }

  .cajaconicono {
    width: 100%;
  }

  .recuadro-grande {
    display: flex;
    width: 100%;
  }

  .titulo-subseccion.gran {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
  }

  .caja-area {
    background-image: none;
  }

  .icono-tipo {
    margin-right: 10px;
  }

  .tittab.white {
    margin-bottom: 0px;
  }

  .slider {
    margin-right: auto;
    margin-left: auto;
  }

  .lista-2 {
    font-size: 22px;
    line-height: 37px;
  }

  .listabloque {
    margin-right: auto;
    margin-left: 20px;
  }

  .itinerario-bloque {
    margin-left: auto;
    padding-left: 0px;
  }

  .infografia {
    width: 100%;
  }

  .infografia.segundo {
    width: 100%;
    height: 800px;
  }

  .infografia.ballena {
    display: block;
    max-width: 50%;
    order: 0;
  }

  .infografia.medusa {
    top: -100px;
    height: 500px;
    margin-top: 0px;
  }

  .txt {
    font-size: 22px;
    line-height: 37px;
  }

  .cajalista {
    background-size: contain;
  }

  .cajalista.uno {
    width: 100%;
    height: auto;
  }

  .cajalista.uno {
    width: 100%;
    height: auto;
  }

  .titulo {
    display: block;
    width: auto;
    margin-left: auto;
    justify-content: center;
  }

  .titulo.sinbordesuperior {
    border: 0px solid #000;
  }

  .column {
    border-right-width: 1px;
  }

  .column.sin {
    border-right-width: 0px;
  }

  .column.pad {
    padding-left: 10px;
  }

  .column.sinpad {
    border-right-width: 0px;
  }

  .video {
    width: 100%;
    height: 100%;
  }

  .video.abajo {
    width: 100%;
    height: auto;
    margin-top: 120px;
    margin-bottom: 120px;
    flex-direction: row;
  }

  .video.abajo-copy {
    width: 100%;
    height: auto;
    margin-top: 120px;
    margin-bottom: 120px;
    flex-direction: row;
  }

  .apertura {
    margin-right: auto;
    margin-left: auto;
  }

  .area-de-apertura {
    margin-right: auto;
    margin-left: 0px;
  }

  .slide-nav {
    color: #000;
  }

  .image-23 {
    top: 120px;
    z-index: 103;
    margin-top: 0px;
  }

  .bloque-2.big {
    display: block;
  }

  .modulo-columna {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
  }

  .cajapasos {
    max-width: 1300px;
  }

  .lottie-apertura {
    top: -475px;
    width: 300px;
  }

  .iconos {
    width: 100%;
    height: 100%;
  }

  .iconos.abajo {
    width: 100%;
    height: auto;
    margin-top: 120px;
    margin-bottom: 120px;
    flex-direction: row;
  }

  .iconos.abajo-copy {
    width: 100%;
    height: auto;
    margin-top: 120px;
    margin-bottom: 120px;
    flex-direction: row;
  }

  .divlottie._3 {
    padding-top: 0px;
  }

  .div-block-241.padsup {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .columna {
    height: auto;
    font-size: 20px;
  }

  .columna.white {
    height: auto;
  }

  .columna.centrado {
    margin-bottom: 30px;
    text-align: center;
  }

  .destacado.primero {
    align-self: flex-end;
  }

  .destacado.primero.segundo {
    align-self: flex-end;
    font-size: 20px;
  }

  .destacado.primero.blanco {
    font-family: PVSans, Arial, sans-serif;
    font-size: 40px;
    line-height: 1.4em;
  }

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

  .column-copy {
    border-right-width: 1px;
  }

  .column-copy.sin {
    border-right-width: 0px;
  }

  .div-block-243 {
    margin: auto;
  }

  .body-text-copy {
    height: auto;
    font-size: 20px;
  }

  .body-text-copy.white {
    height: auto;
  }

  .body-text-copy.centrado {
    margin-bottom: 30px;
    text-align: center;
  }

  .cta-sticky {
    width: auto;
    margin-right: 10px;
  }

  .cta-sticky.rosa {
    background-color: #e417bb;
  }

  .header-tabla {
    height: auto;
    font-size: 20px;
  }

  .header-tabla.white {
    height: auto;
  }

  .header-tabla.centrado {
    margin-bottom: 30px;
    text-align: center;
  }

  .itemlista-lineas {
    width: 50%;
    border-width: 0px;
  }

  .itemlista-lineas.izq {
    width: 50%;
    border-width: 0px;
  }

  .html-embed-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-245 {
    width: 40%;
  }

  .subtitulo._60 {
    margin-left: 10px;
  }

  .apertura-blog {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url('https://madrid.govtechlab.es/images/foto-mad.jpeg');
    background-position: 0px 0px, 50% 85%;
  }

  .texto-arti.padsup {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .column-copy {
    border-right-width: 1px;
  }

  .column-copy.sin {
    border-right-width: 0px;
  }

  .column-copy.pad {
    padding-left: 10px;
  }

  .column-copy.sinpad {
    border-right-width: 0px;
  }

  .centrado.padsup {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .dstaca {
    height: auto;
    font-size: 20px;
  }

  .dstaca.white {
    height: auto;
  }

  .dstaca.centrado {
    margin-bottom: 30px;
    text-align: center;
  }

  .dstaca.padding._60.white {
    margin-right: auto;
  }

  .destac1 {
    width: 55%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 13vw;
  }

  .grid {
    -ms-grid-rows: 1.4fr 1fr;
    grid-template-rows: 1.4fr 1fr;
  }

  .push-50 {
    margin-top: 30px;
    margin-left: 0%;
  }

  .about-content-inner {
    max-width: 50%;
  }

  .heading-4.w--current {
    font-size: 18px;
    text-align: left;
  }

  .bottom {
    -ms-grid-columns: 4.75fr;
    grid-template-columns: 4.75fr;
  }

  .big-heading {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 13vw;
    letter-spacing: -1px;
  }

  .big-heading.medium {
    font-size: 6vw;
    letter-spacing: 0px;
  }

  .big-heading.medium.traingulo {
    text-align: left;
  }

  .big-heading.medium._40pad {
    width: 100%;
    padding-right: 0px;
    font-size: 40px;
  }

  .big-heading.medium.pad {
    padding-bottom: 40px;
    font-size: 40px;
  }

  .big-heading.medium.pad._65 {
    width: 100%;
  }

  .big-heading.medium.pad60 {
    width: 100%;
    font-size: 40px;
  }

  .big-heading.medium.pad60._50 {
    font-size: 40px;
  }

  .big-heading.bold {
    position: static;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 1.2em;
  }

  .paragraph-3 {
    width: 35ch;
  }

  .image-2 {
    position: absolute;
    left: 8%;
    top: -29px;
    right: -30px;
    bottom: auto;
    margin-top: 0px;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .intro {
    position: static;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .body-text {
    height: auto;
    font-size: 18px;
    line-height: 1.3em;
  }

  .body-text.intro {
    width: 50%;
    height: auto;
    margin-bottom: 55px;
    padding-right: 0px;
  }

  .body-text.white {
    height: auto;
    padding-right: 0px;
  }

  .body-text.white.marg40 {
    text-align: left;
  }

  .body-text.white.centrar.grande {
    width: 80%;
    font-size: 26px;
  }

  .body-text.centrado {
    display: block;
    padding-right: 0px;
    align-items: center;
    -ms-grid-row-align: center;
        align-self: center;
    order: 0;
  }

  .body-text._80 {
    width: 100%;
  }

  .body-text._80._30.padding50._70 {
    width: 90%;
  }

  .body-text._60-40 {
    width: 80%;
  }

  .body-text.padding._60.white {
    width: 80%;
  }

  .body-text._80-copy {
    width: 100%;
  }

  .trabajos {
    display: flex;
    flex-direction: column;
  }

  .descripcion-proyecto.primero {
    max-width: none;
    margin-top: 23px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 30px;
    padding-bottom: 40px;
    font-size: 30px;
  }

  .descripcion-proyecto.primero.segundo {
    width: 90%;
    max-width: 60ch;
    margin-bottom: 24px;
  }

  .descripcion-proyecto.primero.segundo.ultimo {
    width: 80%;
  }

  .texto-intro {
    position: static;
    z-index: 2;
    margin-top: 53px;
    margin-bottom: 10px;
  }

  .heading-6 {
    font-size: 8vw;
  }

  .modulo {
    display: block;
  }

  .modulo.abajo {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .modulo.abajo.hid {
    display: block;
  }

  .modulo.abajo-copy {
    margin-top: 20px;
    margin-bottom: 385px;
  }

  .imagen-seccion {
    position: static;
    display: inline-block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .imagen-seccion.segundo {
    width: 100%;
    height: 500px;
  }

  .imagen-seccion.traingulo {
    display: inline-block;
    width: 80%;
    height: 80%;
    text-align: left;
  }

  .imagen-seccion.ballena {
    width: 100%;
  }

  .imagen-seccion.medusa {
    width: 100%;
    height: auto;
    margin-top: 0px;
  }

  .link-quote {
    display: inline-block;
    max-width: 100%;
  }

  .section-2 {
    margin-top: 0px;
  }

  .link-block-3 {
    width: 100%;
  }

  .section-3 {
    height: 600px;
  }

  .button {
    display: block;
    margin-right: 10px;
    margin-bottom: 15px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .button.secundario {
    padding-right: 30px;
    padding-left: 30px;
  }

  .button._200px {
    margin-right: auto;
    margin-left: 0px;
  }

  .button._200px:hover {
    background-color: #000;
  }

  .button._250px {
    margin-right: auto;
    margin-left: auto;
  }

  .imagen-intro {
    left: 45%;
    top: 19%;
    width: 50%;
  }

  .imagen-intro.marg {
    left: 49%;
    top: 15%;
    right: 0%;
    overflow: visible;
    padding-left: 0px;
  }

  .div-block-9 {
    display: block;
    margin-top: 0px;
    float: none;
    flex-direction: row;
    align-items: flex-start;
    font-size: 20px;
    line-height: 100px;
  }

  .div-block-10 {
    display: block;
  }

  .section-4 {
    height: 100vh;
    max-width: none;
  }

  .section-4.pad {
    height: 80vh;
  }

  .div-block-11 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }

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

  .menu {
    padding-right: 66px;
    padding-left: 66px;
  }

  .detalle-escenario.uno {
    margin-top: 35px;
  }

  .detalle-escenario.dos {
    margin-top: 35px;
  }

  .detalle-escenario.uno {
    margin-top: 35px;
    margin-bottom: 0px;
    padding-top: 20px;
  }

  .titulo-icono {
    display: flex;
    align-items: flex-start;
    align-self: flex-start;
  }

  .txt-escenario {
    width: 70%;
  }

  .heading-7 {
    font-size: 25px;
  }

  .heading-8 {
    margin-bottom: 5%;
    font-size: 50px;
  }

  .image-3 {
    left: 22px;
    top: -11px;
  }

  .div-block-15 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    flex: 0 auto;
  }

  .image-4 {
    -ms-grid-row-align: center;
        align-self: center;
  }

  .modulo-10-formulario {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-16 {
    width: 100%;
  }

  .div-block-17 {
    width: 100%;
  }

  .tabs-menu {
    justify-content: center;
  }

  .tabs {
    height: 700px;
  }

  .menutab {
    font-size: 14px;
  }

  .tablink {
    margin-right: 0px;
  }

  .div-block-221 {
    width: 100%;
  }

  .mas {
    width: 40px;
    height: 40px;
  }

  .tit.market {
    padding-bottom: 10px;
  }

  .tit.digi {
    padding-bottom: 10px;
  }

  .tit.visu {
    padding-bottom: 10px;
  }

  .div-block-214 {
    padding-bottom: 0px;
  }

  .lista {
    line-height: 32px;
  }

  .lista._2 {
    margin-top: 60px;
  }

  .cajaconicono {
    display: block;
    margin-bottom: 20px;
  }

  .div-block-222 {
    width: 100%;
  }

  .caja2filas {
    width: 50%;
  }

  .heading-9 {
    width: 70%;
    font-size: 45px;
    line-height: 50px;
  }

  .caja-area {
    padding: 40px 20px 40px 40px;
    flex-direction: column;
  }

  .icono-tipo {
    width: 60px;
  }

  .tittab.white {
    font-size: 40px;
  }

  .slider {
    margin-right: 40px;
    margin-left: 40px;
  }

  .lista-2 {
    line-height: 32px;
  }

  .lista-2.white {
    line-height: 30px;
  }

  .iconoitinerario.form {
    height: 95px;
  }

  .listabloque {
    width: 60%;
    margin-left: 0px;
  }

  .slide {
    padding-bottom: 0px;
  }

  .txt-escenario-2 {
    width: auto;
    height: 400px;
    padding-right: 80px;
    padding-left: 80px;
  }

  .itinerario-bloque {
    width: 60%;
    margin-left: 0px;
  }

  .text-block-67._50 {
    width: 70%;
    margin-left: auto;
  }

  .post-footer-container {
    justify-content: space-between;
  }

  .image-18 {
    display: block;
  }

  .post-footer2 {
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .post-footer2.sinpadding {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .post-footer2.mob {
    width: 70%;
  }

  .image-19 {
    display: block;
  }

  .div-block-154 {
    display: block;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-233 {
    display: block;
    text-align: left;
  }

  .text-block-50 {
    text-align: center;
  }

  .div-block-154-copy {
    display: block;
    flex-direction: column;
  }

  .infografia {
    position: static;
    display: inline-block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .infografia.segundo {
    width: 100%;
    height: 500px;
  }

  .infografia.traingulo {
    display: inline-block;
    width: 80%;
    height: 80%;
    text-align: left;
  }

  .infografia.ballena {
    width: 100%;
  }

  .infografia.medusa {
    width: 100%;
    height: auto;
    margin-top: 0px;
  }

  .txt {
    line-height: 32px;
  }

  .txt._2 {
    margin-top: 60px;
  }

  ._50 {
    display: block;
  }

  .bloque {
    display: block;
  }

  .cajalista.uno {
    margin-top: 35px;
  }

  .cajalista.dos {
    margin-top: 35px;
  }

  .cajalista.uno {
    margin-top: 35px;
    margin-bottom: 0px;
    padding-top: 20px;
  }

  .titulo.sinbordesuperior {
    margin-right: auto;
  }

  .column {
    height: auto;
    border-right-width: 0px;
  }

  .heading-11 {
    font-size: 40px;
  }

  .paragraph-8 {
    line-height: 30px;
  }

  .video {
    display: block;
  }

  .video.abajo {
    margin-top: 20px;
    margin-bottom: 385px;
  }

  .video.abajo-copy {
    margin-top: 20px;
    margin-bottom: 385px;
  }

  .apertura {
    position: static;
    height: auto;
    max-width: none;
    min-height: 30vh;
    padding-top: 200px;
    padding-bottom: 150px;
    padding-left: 40px;
  }

  .area-de-apertura {
    height: auto;
    padding-left: 0px;
    flex-wrap: wrap;
    background-image: none;
  }

  .heading-12 {
    max-width: 650px;
    margin-bottom: 20px;
    font-size: 43px;
  }

  .heading-12._80 {
    width: auto;
  }

  .heading-12._50 {
    width: auto;
  }

  .paragraph-19 {
    width: auto;
  }

  .lottie-animation-6 {
    width: 30vh;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-block-67 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .titulo-seccion {
    font-size: 40px;
  }

  .cintillo {
    line-height: 25px;
  }

  .cintillo.blue {
    margin-bottom: 5px;
  }

  .cintillo.blue {
    margin-top: 0px;
  }

  .cuerpo-de-texto {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .left-arrow-2 {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
  }

  .right-arrow-2 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .column-10 {
    display: none;
  }

  .numerogrande {
    top: 30px;
    font-size: 300px;
  }

  .numerogrande.cambio {
    top: -15px;
  }

  .icon-3 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: 100px;
    margin-bottom: auto;
    padding-top: 0px;
  }

  .section-7 {
    display: flex;
    height: auto;
    margin-bottom: 0px;
    padding-top: 120px;
    align-items: center;
  }

  .column-11 {
    padding-right: 60px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .image-22 {
    display: none;
  }

  .slide-nav {
    display: block;
  }

  .paragraph-20 {
    font-size: 25px;
  }

  .icon-4 {
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: auto;
    margin-top: 100px;
    padding-top: 0px;
  }

  .columns {
    display: flex;
    padding-top: 0px;
    padding-right: 20px;
  }

  .heading-14 {
    margin-bottom: 20px;
    flex: 1;
    text-align: left;
  }

  .numeros-slider {
    position: absolute;
    top: 279px;
    right: 0%;
    bottom: auto;
    display: block;
    padding-left: 40px;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .column-12 {
    padding-left: 40px;
  }

  .slider-2 {
    display: block;
    height: auto;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .slide-3 {
    height: auto;
    padding: 40px 0px;
  }

  .columnas {
    display: block;
    padding-top: 0px;
    padding-right: 20px;
  }

  .image-23 {
    position: absolute;
    left: 8%;
    top: -29px;
    right: -30px;
    bottom: auto;
    margin-top: 0px;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .button-2.bloques-anima {
    display: flex;
    width: 200px;
    margin-right: auto;
    margin-left: 0px;
  }

  .bloque-2.big {
    margin-left: 10px;
  }

  .bloque-2.big.nopadding {
    margin-left: 0px;
  }

  .contenidos-bloque-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right-width: 1px;
  }

  .contenidos-bloque-2.pad {
    background-color: transparent;
  }

  .titular-bloque-2 {
    padding-right: 0px;
    font-size: 24px;
  }

  .div-block-155 {
    display: block;
    text-align: left;
  }

  .footer-formulario {
    margin-bottom: 0px;
  }

  .modulo-columna.sinbordearriba {
    display: flex;
    flex-direction: column-reverse;
  }

  .modulo-columna.sinbordearriba.hitos {
    overflow: hidden;
    height: auto;
    flex-direction: row;
  }

  .espaciador {
    height: 400px;
  }

  .espaciador._350 {
    height: 400px;
  }

  .div-block-190 {
    height: 700px;
  }

  .textopasos {
    font-size: 18px;
  }

  .cajapasos {
    top: 0px;
  }

  .sticky {
    width: 350px;
    height: 350px;
    padding: 20px;
  }

  .sticky.padding {
    margin-top: 350px;
  }

  .bold-text-46 {
    font-size: 25px;
    line-height: 30px;
  }

  .lottie-apertura {
    top: -300px;
  }

  .div-block-20 {
    width: 15%;
  }

  .bullet-text-2 {
    width: 85%;
    margin-left: 20px;
  }

  .paragraph-11.sangria {
    margin-right: 0px;
  }

  .header-apertura {
    padding-right: 50px;
  }

  .iconos {
    display: block;
  }

  .iconos.abajo {
    margin-top: 20px;
    margin-bottom: 385px;
  }

  .iconos.abajo-copy {
    margin-top: 20px;
    margin-bottom: 385px;
  }

  .background-video-2 {
    width: 320px;
    height: 320px;
  }

  .columnafullh {
    height: 300px;
  }

  .divlottie {
    margin-right: 0px;
    margin-left: 20px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .divlottie._40pad {
    align-items: center;
    flex: 0 auto;
  }

  .cajacta {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-26 {
    width: 250px;
    height: 250px;
    margin-top: 0px;
    margin-bottom: auto;
  }

  .heading-slider {
    margin-bottom: 20px;
    flex: 1;
    font-size: 25px;
    text-align: left;
    text-decoration: none;
  }

  .div-block-241.padsup {
    width: 80%;
  }

  .columna {
    height: auto;
  }

  .columna.intro {
    width: 50%;
    height: auto;
    margin-bottom: 55px;
    padding-right: 0px;
  }

  .columna.white {
    height: auto;
    padding-right: 0px;
  }

  .columna.centrado {
    display: block;
    padding-right: 0px;
    align-items: center;
    -ms-grid-row-align: center;
        align-self: center;
    order: 0;
  }

  .image-27 {
    width: 90px;
  }

  .prodi {
    width: 100px;
    margin-top: 0px;
    margin-right: 40px;
    -o-object-fit: fill;
       object-fit: fill;
  }

  ._1300 {
    overflow: hidden;
  }

  .destacado.primero {
    max-width: none;
    margin-top: 23px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 30px;
    padding-bottom: 40px;
    font-size: 30px;
  }

  .destacado.primero.segundo {
    width: 90%;
    max-width: 60ch;
    margin-bottom: 24px;
  }

  .destacado.primero.segundo.ultimo {
    width: 80%;
  }

  .column-16 {
    display: flex;
    align-items: center;
  }

  .formulario {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    flex: 0 auto;
  }

  .modulo-6-pasos {
    position: relative;
  }

  .column-19 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .body-govtech {
    overflow: hidden;
    width: 100%;
  }

  .body-text-copy {
    height: auto;
    font-size: 18px;
    line-height: 1.3em;
  }

  .body-text-copy.intro {
    width: 50%;
    height: auto;
    margin-bottom: 55px;
    padding-right: 0px;
  }

  .body-text-copy.white {
    height: auto;
    padding-right: 0px;
  }

  .body-text-copy.white.marg40 {
    text-align: left;
  }

  .body-text-copy.white.centrar.grande {
    width: 80%;
  }

  .body-text-copy.centrado {
    display: block;
    padding-right: 0px;
    align-items: center;
    -ms-grid-row-align: center;
        align-self: center;
    order: 0;
  }

  .body-text-copy._80 {
    width: 100%;
  }

  .body-text-copy._60-40 {
    width: 80%;
  }

  .cta-sticky {
    display: flex;
    margin-right: 10px;
    margin-bottom: auto;
    padding: 0px 30px;
    justify-content: center;
    align-items: center;
  }

  .cta-sticky.secundario {
    padding-right: 30px;
    padding-left: 30px;
  }

  .cta-sticky._200px {
    margin-right: auto;
    margin-left: 0px;
  }

  .cta-sticky._200px:hover {
    background-color: #000;
  }

  .cta-sticky._250px {
    margin-right: auto;
    margin-left: auto;
  }

  .header-tabla {
    height: auto;
    font-size: 18px;
    line-height: 1.3em;
  }

  .header-tabla.intro {
    width: 50%;
    height: auto;
    margin-bottom: 55px;
    padding-right: 0px;
  }

  .header-tabla.white {
    height: auto;
    padding-right: 0px;
  }

  .header-tabla.white.marg40 {
    text-align: left;
  }

  .header-tabla.white.centrar.grande {
    width: 80%;
  }

  .header-tabla.centrado {
    display: block;
    padding-right: 0px;
    align-items: center;
    -ms-grid-row-align: center;
        align-self: center;
    order: 0;
  }

  .header-tabla._80 {
    width: 100%;
  }

  .header-tabla._60-40 {
    width: 80%;
  }

  .itemlista-lineas {
    width: 100%;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 0px;
    flex-direction: row;
  }

  .itemlista-lineas.izq {
    width: 100%;
    padding-left: 0px;
    flex-direction: row;
  }

  .cajaquees {
    flex-direction: column;
  }

  .link-block-9 {
    margin-right: 0px;
    margin-left: auto;
  }

  .link-block-10 {
    margin-right: auto;
    margin-left: 0px;
  }

  .subtitulo {
    max-width: 650px;
    margin-bottom: 20px;
    font-size: 43px;
  }

  .subtitulo._80 {
    width: auto;
  }

  .subtitulo._50 {
    width: auto;
  }

  .subtitulo._60 {
    font-size: 28px;
  }

  .apertura-blog {
    position: static;
    height: auto;
    max-width: none;
    min-height: 30vh;
    padding-top: 200px;
    padding-bottom: 150px;
  }

  .texto-arti.padsup {
    width: auto;
  }

  .div-block-248 {
    display: block;
  }

  .column-copy {
    height: auto;
    border-right-width: 0px;
  }

  .bold-text-56 {
    font-size: 44px;
  }

  .centrado.padsup {
    width: 80%;
  }

  .dstaca {
    height: auto;
    font-size: 18px;
    line-height: 1.3em;
  }

  .dstaca.intro {
    width: 50%;
    height: auto;
    margin-bottom: 55px;
    padding-right: 0px;
  }

  .dstaca.white {
    height: auto;
    padding-right: 0px;
  }

  .dstaca.white.marg40 {
    text-align: left;
  }

  .dstaca.white.centrar.grande {
    width: 80%;
    font-size: 26px;
  }

  .dstaca.centrado {
    display: block;
    padding-right: 0px;
    align-items: center;
    -ms-grid-row-align: center;
        align-self: center;
    order: 0;
  }

  .dstaca._80 {
    width: 100%;
  }

  .dstaca._80._30.padding50._70 {
    width: 90%;
  }

  .dstaca._60-40 {
    width: 80%;
  }

  .dstaca.padding._60.white {
    width: 80%;
  }

  .dstaca._80-copy {
    width: 100%;
  }

  .destac1 {
    width: 85%;
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 20px;
    padding-top: 60px;
    font-size: 20vw;
  }

  h2 {
    font-size: 5vw;
    line-height: 90%;
  }

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

  .nav-parent {
    margin-left: 40px;
  }

  .about-content-inner {
    max-width: 100%;
  }

  .heading {
    padding-top: 45px;
  }

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

  .paragraph-2 {
    padding-right: 49px;
  }

  .big-heading {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 60px;
    font-size: 13vw;
    letter-spacing: -1px;
  }

  .big-heading.medium {
    text-align: center;
  }

  .big-heading.medium._40pad {
    width: 100%;
    padding-bottom: 0px;
    font-size: 34px;
  }

  .big-heading.medium.pad {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    font-size: 34px;
    text-align: center;
  }

  .big-heading.medium.pad60 {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    font-size: 34px;
    text-align: center;
  }

  .big-heading.medium.pad60._50 {
    margin-left: auto;
    font-size: 34px;
  }

  .big-heading.medium.pad60._50.white {
    line-height: 1.1em;
  }

  .big-heading.medium.tab {
    font-size: 24px;
  }

  .big-heading.bold {
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.1em;
  }

  .paragraph-3 {
    width: 100%;
  }

  .image-2 {
    position: absolute;
    left: 138%;
    top: 93px;
    right: auto;
    bottom: 0%;
    margin-top: 0px;
    margin-bottom: -24px;
    margin-left: 0px;
    opacity: 1;
  }

  .intro {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .body-text {
    font-size: 16px;
  }

  .body-text.intro {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .body-text.white {
    margin-bottom: 0px;
  }

  .body-text.white.marg40 {
    margin-top: 0px;
    text-align: center;
  }

  .body-text.white.centrar.grande {
    font-size: 26px;
  }

  .body-text.centrado {
    width: 100%;
  }

  .body-text._80 {
    font-size: 16px;
  }

  .body-text._80._30.padding50._70 {
    width: 100%;
    padding-bottom: 40px;
  }

  .body-text.pad {
    padding-bottom: 40px;
    font-size: 16px;
  }

  .body-text.pad60 {
    font-size: 16px;
  }

  .body-text.padding {
    padding-bottom: 40px;
    font-size: 16px;
  }

  .body-text.padding._60.white {
    width: 100%;
    padding-right: 40px;
  }

  .body-text._80-copy {
    font-size: 16px;
  }

  .body-text.pad40._60.auto {
    width: 100%;
  }

  .trabajos {
    display: block;
  }

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

  .descripcion-proyecto.primero {
    padding-right: 30px;
    padding-bottom: 40px;
  }

  .texto-intro {
    margin-bottom: 0px;
  }

  .modulo.abajo {
    margin-bottom: 21px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .modulo.abajo-copy {
    margin-bottom: 21px;
  }

  .imagen-seccion.segundo {
    width: 100%;
  }

  .section-3 {
    display: flex;
    background-image: linear-gradient(180deg, rgba(23, 24, 54, 0.5), rgba(23, 24, 54, 0.5)), url('https://madrid.govtechlab.es/images/fondoMAr.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .button {
    width: 100%;
    margin-bottom: 15px;
  }

  .button.secundario {
    display: inline-block;
    width: 100%;
  }

  .button._200px {
    margin-left: auto;
  }

  .imagen-intro {
    margin-bottom: -18px;
  }

  .imagen-intro.marg {
    left: 40%;
    top: 18%;
  }

  .div-block-9 {
    line-height: 10px;
  }

  .div-block-10 {
    height: auto;
  }

  .section-4 {
    position: static;
    z-index: 20;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .section-4.pad {
    position: relative;
    z-index: 0;
    height: 600px;
    margin-bottom: 0px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55));
  }

  .div-block-11 {
    display: block;
  }

  .infograf {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .menu {
    display: block;
    width: 50%;
    padding-top: 36px;
    padding-right: 10px;
    padding-left: 20px;
    flex-wrap: nowrap;
    align-content: flex-end;
  }

  .detalle-escenario.uno {
    display: block;
    margin-left: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .detalle-escenario.dos {
    display: block;
    margin-left: 30px;
  }

  .detalle-escenario.uno {
    display: block;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 40px;
    padding-right: 60px;
    padding-left: 60px;
    flex-direction: column;
    align-items: flex-start;
  }

  .titulo-icono {
    display: block;
    padding-left: 0%;
    flex-direction: row;
    justify-content: flex-start;
  }

  .txt-escenario {
    width: 90%;
    padding-left: 0%;
  }

  .heading-7 {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .heading-8 {
    margin-bottom: 5%;
    padding-top: 0px;
  }

  .image-3 {
    left: -19px;
    top: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-row-align: auto;
        align-self: auto;
  }

  .image-3.peque {
    width: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .grid-5 {
    align-items: center;
  }

  .div-block-16 {
    width: 100%;
  }

  .bold-text-2 {
    display: inline;
  }

  .tabs-menu {
    padding-right: 0px;
    padding-left: 0px;
    flex-direction: row;
    justify-content: center;
    border-width: 0px 0px 1px;
  }

  .tabs {
    height: auto;
    flex-direction: column;
    border-right-width: 0px;
    border-left-width: 0px;
  }

  .menutab {
    font-size: 11px;
  }

  .tablink {
    border-right-width: 0px;
  }

  .tablink.w--current {
    height: 100%;
  }

  .tablink._1.w--current {
    height: 100%;
    border-bottom-width: 0px;
  }

  .div-block-221 {
    display: block;
    width: auto;
  }

  .mas {
    width: 40px;
    height: 40px;
  }

  .tit.market {
    padding-bottom: 10px;
  }

  .tit.digi {
    padding-bottom: 10px;
  }

  .tit.visu {
    padding-bottom: 10px;
  }

  .area {
    margin-top: 40px;
  }

  .div-block-214 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .lista {
    width: auto;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 17px;
    line-height: 1.3em;
  }

  .lista._2.sin {
    margin-top: 0px;
  }

  .lista._2.recuadro {
    margin-top: 0px;
  }

  .cajaconicono {
    margin-bottom: 0px;
  }

  .div-block-222 {
    width: 100%;
    padding-right: 0px;
  }

  .caja2filas {
    display: block;
    width: 100%;
  }

  .recuadro-grande {
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
  }

  .titulo-subseccion {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 32px;
  }

  .titulo-subseccion.gran {
    font-size: 45px;
  }

  .heading-9 {
    font-size: 25px;
    line-height: 26px;
  }

  .caja-area {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    padding: 40px 20px 40px 40px;
    flex-direction: column;
  }

  .caja-area.recuadro {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .caja-area._2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .caract_desplegado.mundo {
    display: flex;
    flex-direction: column;
  }

  .caract_desplegado.comun {
    display: flex;
    flex-direction: column;
  }

  .caract_desplegado.formas {
    display: flex;
    flex-direction: column;
  }

  .caract_desplegado.marketing {
    display: flex;
    flex-direction: column;
  }

  .tittab.white {
    text-align: center;
  }

  .lista-2 {
    width: auto;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 17px;
    line-height: 1.3em;
  }

  .iconoitinerario {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .parrafo-text-white {
    margin-bottom: 20px;
  }

  .listabloque {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }

  .txt-escenario-2 {
    width: auto;
    height: 450px;
    padding-right: 0px;
    padding-left: 0px;
    flex-direction: column;
  }

  .itinerario-bloque {
    display: flex;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
  }

  .text-block-67 {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }

  .text-block-67._50 {
    width: 90%;
    text-align: center;
  }

  .text-block-49 {
    padding-right: 0px;
    padding-bottom: 0px;
    text-align: left;
  }

  .post-footer-container {
    display: block;
  }

  .link-35 {
    display: block;
    clear: none;
  }

  .post-footer2 {
    display: flex;
    width: 90%;
    margin-top: 10px;
    margin-left: auto;
    padding-top: 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    line-height: 1.3em;
    text-align: center;
  }

  .post-footer2.sinpadding {
    margin-top: 10px;
  }

  .post-footer2.mob {
    width: 90%;
  }

  .div-block-141 {
    display: none;
  }

  .text-block-50 {
    padding-top: 10px;
    padding-left: 0px;
    text-align: left;
  }

  .infografia.segundo {
    width: 100%;
  }

  .txt {
    width: auto;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 17px;
    line-height: 1.3em;
  }

  .txt._2.sin {
    margin-top: 0px;
  }

  .txt._2.recuadro {
    margin-top: 0px;
  }

  ._50 {
    height: auto;
  }

  .bloque {
    height: auto;
  }

  .cajalista {
    height: auto;
  }

  .cajalista.uno {
    display: block;
    margin-left: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cajalista.dos {
    display: block;
    margin-left: 30px;
  }

  .cajalista.uno {
    display: block;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 40px;
    padding-right: 60px;
    padding-left: 60px;
    flex-direction: column;
    align-items: flex-start;
  }

  .column {
    display: flex;
    justify-content: center;
    border-right-width: 0px;
  }

  .column.sin {
    flex-direction: row-reverse;
  }

  .column.pad {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .heading-11 {
    letter-spacing: 0px;
  }

  .paragraph-8 {
    font-size: 22px;
  }

  .column-2 {
    padding-left: 20px;
  }

  .text-block {
    height: 60px;
  }

  .video.abajo {
    margin-bottom: 21px;
  }

  .video.abajo-copy {
    margin-bottom: 21px;
  }

  .apertura {
    height: auto;
    min-height: 60vh;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
    flex-direction: column;
  }

  .area-de-apertura {
    width: 100%;
    padding-right: 20px;
    padding-left: 0px;
  }

  .heading-12 {
    margin-bottom: 20px;
    font-size: 45px;
  }

  .heading-12._80 {
    width: 80%;
    padding-top: 0px;
    font-size: 26px;
  }

  .heading-12._50 {
    width: 80%;
    padding-top: 0px;
    font-size: 26px;
  }

  .lottie-animation-6 {
    width: 25vh;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    order: -1;
  }

  .div-block-67 {
    padding: 40px 20px 60px;
  }

  .titulo-seccion {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .grid-6 {
    grid-column-gap: 30px;
  }

  .cintillo.blue {
    margin-bottom: 5px;
  }

  .cuerpo-de-texto {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .column-10 {
    padding-left: 0px;
  }

  .numerogrande {
    top: -70px;
    display: block;
  }

  .numerogrande._1 {
    display: block;
  }

  .numerogrande.cambio {
    top: -60px;
  }

  .section-7 {
    height: auto;
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-11 {
    padding-left: 60px;
  }

  .paragraph-20 {
    margin-bottom: 0px;
  }

  .column-3 {
    padding-left: 0px;
  }

  .columns {
    flex-direction: column;
  }

  .heading-14 {
    font-size: 28px;
  }

  .heading-14.ancho {
    padding-top: 20px;
  }

  .slider-2 {
    height: auto;
    margin-bottom: 60px;
    padding-left: 0px;
  }

  .slide-3 {
    margin-bottom: 60px;
  }

  .image-23 {
    position: absolute;
    left: 138%;
    top: 93px;
    right: auto;
    bottom: 0%;
    margin-top: 0px;
    margin-bottom: -24px;
    margin-left: 0px;
    opacity: 1;
  }

  .button-2.bloques-anima {
    display: flex;
    width: 200px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .div-block-235 {
    border-bottom-width: 0px;
  }

  .parrafo-bloque-2 {
    font-size: 16px;
  }

  .subir {
    display: block;
  }

  .bloque-2.big {
    margin-left: 0px;
  }

  .bloque-2.big.nopadding {
    flex-direction: column;
  }

  .contenidos-bloque-2.pad {
    padding-left: 40px;
    border-right-width: 0px;
  }

  .titular-bloque-2 {
    padding-top: 0px;
    font-size: 28px;
  }

  .div-block-120 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-153 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-25 {
    width: 200px;
  }

  .modulo-columna {
    flex-direction: column;
  }

  .modulo-columna.sinbordearriba {
    display: flex;
    flex-direction: column-reverse;
  }

  .modulo-columna.sinbordearriba.hitos {
    display: block;
    height: auto;
  }

  .lottie-animation-11 {
    margin-right: auto;
    margin-left: auto;
  }

  .lottie-animation-11._1 {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .div-block-190 {
    display: none;
  }

  .div-block-191 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-192 {
    margin-right: auto;
    margin-left: auto;
  }

  .textopasos {
    padding-bottom: 20px;
    font-size: 16px;
  }

  .cajapasos {
    flex-direction: column;
  }

  .sticky {
    display: block;
    width: 300px;
    height: 300px;
    margin: 0px auto;
  }

  .sticky.padding {
    margin-top: 60px;
  }

  .sticky.padding.caja2 {
    height: auto;
    margin: 0px auto 20px;
  }

  .lottie-apertura {
    width: 200px;
  }

  .div-block-20 {
    width: 15%;
  }

  .bullet-text-2 {
    width: 85%;
  }

  .iconos.abajo {
    margin-bottom: 21px;
  }

  .iconos.abajo-copy {
    margin-bottom: 21px;
  }

  .background-video-2 {
    display: block;
    width: 300px;
    height: 300px;
  }

  .divlottie {
    width: 100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .cajacta {
    height: auto;
  }

  .image-26 {
    width: 150px;
    height: 150px;
  }

  .heading-slider {
    padding-top: 20px;
    font-size: 30px;
    text-align: center;
  }

  .div-block-241.padsup {
    width: 90%;
    padding-bottom: 40px;
  }

  .columna {
    font-size: 14px;
  }

  .columna.intro {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .columna.white {
    margin-bottom: 0px;
  }

  .columna.centrado {
    width: 80%;
  }

  .image-27 {
    margin-top: 0px;
    margin-right: 20px;
  }

  .image-27.cam {
    height: 80px;
  }

  .prodi {
    margin-top: 0px;
    margin-left: auto;
  }

  .destacado.primero {
    padding-right: 30px;
    padding-bottom: 40px;
  }

  .div-block-242 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-242.izq {
    border-right: 1px solid #000;
  }

  .column-copy {
    height: 10vh;
    padding-left: 20px;
    border-right-width: 0px;
  }

  .tabs-content {
    width: 100%;
    height: auto;
  }

  .html-embed {
    height: 500px;
  }

  .image-24-copy {
    height: 300px;
    background-position: 50% 100%;
  }

  .body-text-copy {
    font-size: 16px;
  }

  .body-text-copy.intro {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .body-text-copy.white {
    margin-bottom: 0px;
  }

  .body-text-copy.white.marg40 {
    margin-top: 0px;
    text-align: center;
  }

  .body-text-copy.white.centrar.grande {
    font-size: 26px;
  }

  .body-text-copy.centrado {
    width: 80%;
  }

  .body-text-copy._80 {
    font-size: 16px;
  }

  .body-text-copy.pad {
    padding-bottom: 40px;
    font-size: 16px;
  }

  .body-text-copy.pad60 {
    font-size: 16px;
  }

  .cta-sticky {
    display: flex;
    width: 100%;
    margin-bottom: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    justify-content: center;
    align-items: center;
  }

  .cta-sticky.secundario {
    display: inline-block;
    width: 100%;
  }

  .cta-sticky._200px {
    margin-left: auto;
  }

  .header-tabla {
    padding-bottom: 10px;
    font-size: 20px;
  }

  .header-tabla.intro {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .header-tabla.white {
    margin-bottom: 0px;
  }

  .header-tabla.white.marg40 {
    margin-top: 0px;
    text-align: center;
  }

  .header-tabla.white.centrar.grande {
    font-size: 26px;
  }

  .header-tabla.centrado {
    width: 80%;
  }

  .header-tabla._80 {
    font-size: 16px;
  }

  .header-tabla.pad {
    padding-bottom: 40px;
    font-size: 16px;
  }

  .header-tabla.pad60 {
    font-size: 16px;
  }

  .header-tabla.padding {
    padding-bottom: 40px;
    font-size: 16px;
  }

  .itemlista-lineas {
    flex-direction: row;
    border-width: 0px;
  }

  .itemlista-lineas.izq {
    flex-direction: row;
  }

  .cajaquees {
    flex-direction: column;
  }

  .subtitulo {
    margin-bottom: 20px;
    font-size: 45px;
  }

  .subtitulo._80 {
    width: 80%;
    padding-top: 0px;
    font-size: 26px;
  }

  .subtitulo._50 {
    width: 80%;
    padding-top: 0px;
    font-size: 26px;
  }

  .subtitulo._60 {
    margin-top: 0px;
    margin-left: 40px;
    font-size: 24px;
  }

  .apertura-blog {
    height: auto;
    min-height: 60vh;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
    flex-direction: column;
  }

  .texto-arti.padsup {
    width: 90%;
    margin-left: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .column-copy {
    display: flex;
    justify-content: center;
    border-right-width: 0px;
  }

  .column-copy.sin {
    flex-direction: row-reverse;
  }

  .column-copy.pad {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .column-copy.pad.subt {
    height: 25vh;
  }

  .bold-text-56 {
    font-size: 38px;
  }

  .centrado.padsup {
    width: 90%;
    padding-bottom: 40px;
  }

  .dstaca {
    font-size: 16px;
  }

  .dstaca.intro {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .dstaca.white {
    margin-bottom: 0px;
  }

  .dstaca.white.marg40 {
    margin-top: 0px;
    text-align: center;
  }

  .dstaca.white.centrar.grande {
    font-size: 26px;
  }

  .dstaca.centrado {
    width: 100%;
  }

  .dstaca._80 {
    font-size: 16px;
  }

  .dstaca._80._30.padding50._70 {
    width: 100%;
  }

  .dstaca.pad {
    padding-bottom: 40px;
    font-size: 16px;
  }

  .dstaca.pad60 {
    font-size: 16px;
  }

  .dstaca.padding {
    padding-bottom: 40px;
    font-size: 16px;
  }

  .dstaca.padding._60.white {
    width: 100%;
    padding-right: 40px;
  }

  .dstaca._80-copy {
    font-size: 16px;
  }

  .dstaca.pad40._60.auto {
    width: 100%;
  }

  .destac1 {
    width: 95%;
    margin-bottom: 40px;
    padding-left: 20px;
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 0px;
  }

  h2 {
    font-size: 8vw;
  }

  h3 {
    font-size: 24px;
    line-height: 24px;
  }

  .container-wrap {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .row-top {
    height: 100px;
    align-items: flex-start;
  }

  .row-bottom {
    height: 60px;
  }

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

  .content-parent {
    height: 200px;
  }

  .menu-parent {
    top: 3px;
    width: 50px;
    padding-right: 0px;
  }

  .menu-parent-slide {
    width: 100%;
  }

  .nav-parent {
    margin-left: 20px;
  }

  .menu-txt {
    font-size: 40px;
  }

  .about-content-inner {
    padding-right: 30px;
    padding-bottom: 100px;
  }

  .close {
    top: 20px;
    right: 20px;
  }

  .heading {
    padding-top: 40px;
  }

  .contenedor-principal {
    padding-right: 10px;
    padding-left: 10px;
  }

  .body {
    overflow: visible;
  }

  .top {
    position: -webkit-sticky;
    position: sticky;
    height: 120px;
    margin-top: 0px;
  }

  .heading-4 {
    padding-top: 0px;
    font-size: 6vw;
  }

  .heading-4.w--current {
    display: block;
    overflow: visible;
    margin-top: 0px;
    opacity: 1;
    font-size: 15px;
    text-align: center;
    -o-object-fit: none;
       object-fit: none;
  }

  .heading-4.compartir.w--current {
    display: none;
    overflow: visible;
    opacity: 1;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .paragraph-2 {
    padding-right: 0px;
  }

  .big-heading {
    font-size: 12vw;
    letter-spacing: 0px;
  }

  .big-heading.medium._40pad {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    font-size: 28px;
  }

  .big-heading.medium.pad {
    width: 100%;
    font-size: 28px;
  }

  .big-heading.medium.pad60._50 {
    font-size: 28px;
  }

  .big-heading.medium.tab {
    padding-bottom: 10px;
    font-size: 22px;
  }

  .big-heading.bold {
    display: inline-block;
    margin-bottom: 0px;
    line-height: 1.1em;
  }

  .paragraph-3 {
    width: auto;
    font-size: 20px;
  }

  .image-2 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100vw;
    margin-top: -138px;
    margin-left: 56px;
  }

  .intro {
    display: block;
    margin-bottom: 0px;
    padding-right: 30px;
    padding-left: 30px;
    order: 0;
  }

  .body-text {
    padding-right: 0px;
  }

  .body-text.intro {
    padding-right: 0px;
    padding-left: 0px;
  }

  .body-text.white {
    width: 90%;
  }

  .body-text.white.centrar.grande {
    width: 90%;
    font-size: 22px;
  }

  .body-text.centrado {
    width: 90%;
  }

  .body-text._80 {
    padding-top: 30px;
  }

  .body-text._80._30.pad40 {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .body-text._80._30.padding {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .body-text._80._30.padding50 {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .body-text._80._30.padding50._70 {
    padding-left: 0px;
  }

  .body-text._60-40 {
    margin-left: 20px;
  }

  .body-text.pad {
    padding-bottom: 60px;
  }

  .body-text.padding {
    padding-bottom: 60px;
  }

  .body-text.padding._60.white {
    padding-right: 20px;
    padding-left: 20px;
  }

  .body-text._80-copy {
    padding-top: 30px;
  }

  .descripcion-proyecto.primero {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 20px;
  }

  .texto-intro {
    margin-top: 25px;
    margin-bottom: 0px;
  }

  .modulo.abajo {
    padding-right: 0px;
    padding-left: 0px;
  }

  .imagen-seccion.segundo {
    height: 300px;
  }

  .section-2 {
    margin-top: 0px;
  }

  .link-block-3 {
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .imagen-intro {
    position: absolute;
    left: -235px;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .imagen-intro.marg {
    left: 220px;
    top: 0%;
    right: 10px;
    overflow: visible;
    width: auto;
    margin-bottom: 0px;
  }

  .div-block-9 {
    position: absolute;
    left: -414px;
    display: block;
    height: auto;
    margin-bottom: 13px;
    line-height: 30px;
  }

  .div-block-10 {
    height: auto;
  }

  .section-4 {
    position: static;
    width: 100%;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .section-4.pad {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66));
  }

  .infograf {
    margin-top: 20px;
  }

  .detalle-escenario.uno {
    margin-bottom: 40px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .heading-7 {
    font-size: 20px;
  }

  .heading-8 {
    margin-bottom: 11%;
    font-size: 30px;
    line-height: 1.2%;
  }

  .image-3 {
    left: -8px;
  }

  .image-3.peque {
    left: 0px;
    width: 80px;
    padding-bottom: 0px;
  }

  .image-3.peque._100 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .grid-5 {
    position: static;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    grid-auto-columns: 0.25fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-16 {
    width: 100%;
    height: 80%;
  }

  .tabs-menu {
    display: flex;
    margin-top: 0px;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .tabs {
    height: auto;
    flex-direction: column;
    border-right-width: 0px;
    border-left-width: 0px;
  }

  .menutab {
    font-size: 13px;
  }

  .tablink {
    width: 100%;
    height: auto;
    border-width: 1px 0px 0px 1px;
    border-top-style: solid;
    border-top-color: hsla(0, 0%, 100%, 0.35);
    border-bottom-style: solid;
    border-bottom-color: hsla(0, 0%, 100%, 0.43);
    border-left-style: solid;
    border-left-color: hsla(0, 0%, 100%, 0.4);
  }

  .tablink:hover {
    border-right-color: hsla(0, 0%, 100%, 0.48);
  }

  .tablink.w--current {
    align-self: flex-start;
    flex: 0 auto;
    border-right-color: hsla(0, 0%, 100%, 0.25);
  }

  .container-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .maxw {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-221 {
    flex-direction: column;
  }

  .mas {
    width: 30px;
    height: 30px;
    margin-right: 0px;
  }

  .tit.market {
    padding-bottom: 10px;
  }

  .tit.digi {
    padding-bottom: 10px;
  }

  .tit.visu {
    padding-bottom: 10px;
  }

  .area.arriba {
    margin-top: 40px;
  }

  .div-block-214 {
    padding: 0px 0px 60px;
  }

  .lista {
    width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 1.4em;
  }

  .area-3 {
    margin-top: 80px;
  }

  .div-block-222 {
    margin-bottom: 0px;
    padding-right: 0px;
  }

  .caja2filas {
    width: 100%;
  }

  .recuadro-grande {
    flex-direction: column;
  }

  .titulo-subseccion {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 1.2em;
  }

  .titulo-subseccion.gran {
    font-size: 35px;
  }

  .heading-9 {
    width: 90%;
    margin-top: auto;
    font-size: 24px;
    line-height: 34px;
  }

  .caja-area {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 40px;
  }

  .caract_desplegado.mundo {
    display: block;
  }

  .caract_desplegado.comun {
    display: block;
  }

  .caract_desplegado.formas {
    display: block;
  }

  .caract_desplegado.marketing {
    display: block;
  }

  .icono-tipo {
    margin-bottom: 20px;
  }

  .tittab.white {
    font-size: 26px;
  }

  .left-arrow {
    display: flex;
    margin-left: -40px;
    align-items: center;
  }

  .lista-2 {
    width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 1.4em;
  }

  .icon-2 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
  }

  .iconoitinerario.form {
    margin-bottom: 10px;
  }

  .parrafo-text-white {
    margin-bottom: 40px;
  }

  .listabloque {
    width: 100%;
    margin-left: 0px;
    padding-right: 0px;
  }

  .txt-escenario-2 {
    width: auto;
    height: 500px;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    justify-content: flex-start;
  }

  .icon {
    left: 0%;
    top: auto;
    right: auto;
    bottom: auto;
  }

  .right-arrow {
    display: flex;
    margin-right: -40px;
    align-items: center;
  }

  .link-42 {
    text-align: left;
  }

  .text-block-67 {
    display: block;
  }

  .text-block-67._50 {
    width: 100%;
  }

  .text-block-49 {
    padding-right: 0px;
    text-align: left;
  }

  .post-footer-container {
    display: block;
    text-align: left;
  }

  .link-35 {
    font-size: 14px;
    text-align: left;
  }

  .post-footer2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .post-footer2.sinpadding {
    margin-top: 20px;
  }

  .post-footer2.mob {
    width: 100%;
  }

  .div-block-154 {
    text-align: left;
  }

  .bold-text-40 {
    text-align: left;
  }

  .text-block-50 {
    line-height: 1.3em;
  }

  .infografia.segundo {
    height: 300px;
  }

  .txt {
    width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 1.4em;
  }

  ._50 {
    height: auto;
  }

  .bloque {
    height: auto;
  }

  .cajalista {
    display: flex;
  }

  .cajalista.uno {
    margin-bottom: 40px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .column {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column.sin {
    padding-right: 20px;
    padding-left: 20px;
    border-right-width: 0px;
  }

  .column.pad {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column.sinpad {
    padding-right: 0px;
    padding-left: 0px;
    border-right-width: 0px;
  }

  .paragraph-8 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .text-block {
    margin-top: 20px;
  }

  .apertura {
    min-height: auto;
    padding: 0px 20px;
  }

  .area-de-apertura {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-12 {
    font-size: 30px;
    line-height: 1.2em;
  }

  .heading-12._80 {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 24px;
  }

  .heading-12._50 {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 24px;
  }

  .paragraph-19 {
    font-size: 22px;
  }

  .lottie-animation-6 {
    width: 15vh;
    margin-top: 7px;
    padding-top: 0px;
    padding-bottom: 0px;
    order: -1;
  }

  .div-block-67 {
    padding: 20px;
  }

  .titulo-seccion {
    font-size: 22px;
  }

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

  .cintillo {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }

  .cintillo.blue {
    margin-bottom: 5px;
  }

  .cuerpo-de-texto {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 18px;
    line-height: 1.4em;
  }

  .left-arrow-2 {
    margin-left: 15px;
  }

  .numerogrande {
    display: block;
  }

  .numerogrande.cambio {
    top: -90px;
  }

  .mask-2 {
    overflow: hidden;
    padding-left: 0px;
  }

  .section-7 {
    height: auto;
  }

  .column-11 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .slide-nav {
    display: block;
  }

  .paragraph-20 {
    font-size: 18px;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-14 {
    padding-top: 20px;
    font-size: 22px;
    line-height: 1.3em;
  }

  .column-12 {
    display: block;
    padding-left: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 0 auto;
  }

  .slider-2 {
    overflow: hidden;
    height: auto;
    margin-bottom: 40px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .slide-3 {
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .columnas {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-23 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100vw;
    margin-top: -138px;
    margin-left: 56px;
  }

  .button-2.bloques-anima {
    display: flex;
    width: 170px;
    margin: 40px auto 40px 0px;
    padding-right: 20px;
    padding-left: 20px;
    align-items: center;
    text-align: center;
  }

  .button-2.bloques-anima:hover {
    background-color: #e55f5f;
  }

  .parrafo-bloque-2 {
    line-height: 1.3em;
  }

  .contenidos-bloque-2 {
    padding-right: 20px;
    padding-left: 20px;
    border-right-width: 0px;
  }

  .contenidos-bloque-2.pad {
    padding-left: 20px;
    border-right-width: 0px;
  }

  .titular-bloque-2 {
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 24px;
  }

  .div-block-169 {
    display: block;
    margin-left: 0px;
    justify-content: flex-start;
  }

  .div-block-155 {
    display: flex;
    width: 30%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .div-block-120 {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-153 {
    display: block;
    height: 100px;
  }

  .text-block-34 {
    font-size: 30px;
  }

  .footer-formulario {
    position: relative;
  }

  .image-25 {
    display: block;
    width: 120px;
  }

  .div-block-199 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .modulo-columna {
    flex-direction: column;
  }

  .modulo-columna.sinbordearriba.hitos {
    flex-direction: column;
  }

  .div-block-191 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-192 {
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .cajapasos {
    align-items: center;
  }

  .sticky {
    width: 300px;
    height: 300px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .sticky.padding {
    margin-top: 40px;
  }

  .sticky.padding.caja2 {
    margin-top: 0px;
    margin-right: auto;
  }

  .bold-text-46 {
    font-size: 24px;
    line-height: 26px;
  }

  .lottie-apertura {
    top: 160px;
    width: 150px;
  }

  .itemlista {
    margin-bottom: 0px;
    margin-left: -5px;
    padding-right: 0px;
    flex-direction: row;
  }

  .itemlista.mob {
    margin-left: 0px;
    flex-direction: row;
  }

  .div-block-20 {
    left: 0px;
    width: auto;
  }

  .bullet-text-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .bullets-2 {
    font-size: 20px;
  }

  .paragraph-11 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.4em;
  }

  .paragraph-11.sangria {
    line-height: 1.4em;
  }

  .header-apertura {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 60px;
    font-size: 45px;
  }

  .background-video-2 {
    display: none;
  }

  .column-13.borde-dcha {
    border-right-width: 0px;
  }

  .divlottie {
    width: 100px;
  }

  .divlottie._2 {
    width: 90px;
  }

  .cajacta {
    padding-right: 0px;
    padding-left: 20px;
    flex: 1;
  }

  .image-26 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    flex: 0 auto;
  }

  .heading-slider {
    font-size: 20px;
    line-height: 1.3em;
  }

  .div-block-241.padsup {
    width: 100%;
    margin-left: 10px;
    padding-right: 20px;
  }

  .columna {
    padding-right: 0px;
  }

  .columna.intro {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columna.white {
    width: 90%;
  }

  .columna.centrado {
    width: 90%;
  }

  .image-27 {
    display: block;
    margin: auto auto 0px;
  }

  .image-27.cam {
    width: 160px;
    height: auto;
    margin-right: 20px;
  }

  .image-27.cam.fin {
    width: 60px;
    height: auto;
    margin-right: auto;
  }

  .prodi {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  ._1300 {
    overflow: visible;
  }

  .destacado.primero {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 20px;
  }

  .formulario {
    padding-right: 20px;
    padding-left: 20px;
    border-right-width: 0px;
    border-left-width: 0px;
  }

  .div-block-242.izq {
    border-bottom: 1px solid #000;
  }

  .mod1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mod2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mod2-contenido {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mod-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mod-3-contenido {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mod-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mod4-contenido {
    padding-right: 0px;
    padding-left: 0px;
  }

  .cta-destacado {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .modulo-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .modulo-5.bordes {
    border-top-width: 0px;
    border-bottom-width: 0px;
  }

  .modulo-5-eventos {
    padding-right: 0px;
    padding-left: 0px;
  }

  .modulo-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .modulo-6-pasos {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-mod-7-8 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-copy {
    height: 14vh;
    border-right-width: 0px;
  }

  .modulo-9 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .modulo-9-carrousel {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-17 {
    border-right-width: 0px;
    border-left-width: 0px;
  }

  .tabs-content {
    width: 100%;
  }

  .icono-quees {
    display: block;
    width: 55px;
    margin-right: 10px;
    margin-left: auto;
  }

  .body-text-copy {
    padding-right: 0px;
  }

  .body-text-copy.intro {
    padding-right: 0px;
    padding-left: 0px;
  }

  .body-text-copy.white {
    width: 90%;
  }

  .body-text-copy.white.centrar.grande {
    font-size: 25px;
  }

  .body-text-copy.centrado {
    width: 90%;
  }

  .body-text-copy._80 {
    padding-top: 30px;
  }

  .body-text-copy._60-40 {
    margin-left: 20px;
  }

  .body-text-copy.pad {
    padding-bottom: 60px;
  }

  .column-18-copy {
    border-right-width: 0px;
  }

  .cta-sticky {
    display: flex;
    width: 100%;
    height: 40px;
    margin-right: 0px;
    padding: 0px 20px;
    align-items: center;
  }

  .modulo-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .modulo-7.bordes {
    border-top-width: 0px;
    border-bottom-width: 0px;
  }

  .modulo-8 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .modulo-8.bordes {
    border-top-width: 0px;
    border-bottom-width: 0px;
  }

  .modulo-7-contenidos {
    padding-right: 0px;
    padding-left: 0px;
  }

  .modulo-8-contenidos {
    padding-right: 0px;
    padding-left: 0px;
  }

  .modulo-webinar-tit {
    padding-right: 0px;
    padding-left: 0px;
  }

  .modulo-webinar-tit.bordes {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .modulo-webinar {
    padding-right: 0px;
    padding-left: 0px;
  }

  .header-tabla {
    padding-right: 0px;
  }

  .header-tabla.intro {
    padding-right: 0px;
    padding-left: 0px;
  }

  .header-tabla.white {
    width: 90%;
  }

  .header-tabla.white.centrar.grande {
    font-size: 25px;
  }

  .header-tabla.centrado {
    width: 90%;
  }

  .header-tabla._80 {
    padding-top: 30px;
  }

  .header-tabla._60-40 {
    margin-left: 20px;
  }

  .header-tabla.pad {
    padding-bottom: 60px;
  }

  .header-tabla.padding {
    padding-bottom: 60px;
  }

  .itemlista-lineas {
    width: 100%;
    margin-bottom: 20px;
    margin-left: -5px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    flex-direction: row;
    border-width: 0px;
  }

  .itemlista-lineas.mob {
    margin-left: 0px;
    flex-direction: row;
  }

  .itemlista-lineas.izq {
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
  }

  .cajaquees {
    margin-right: 0px;
    flex-direction: column;
  }

  .cajaquees._10 {
    margin-right: 0px;
  }

  .html-embed-2 {
    display: none;
    width: auto;
    height: auto;
  }

  .html-embed-2.mobile {
    display: flex;
    padding-left: 0px;
    justify-content: center;
    align-items: center;
  }

  .link-block-5 {
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
  }

  .link-block-6 {
    margin-left: auto;
  }

  .link-block-7 {
    margin-right: auto;
    margin-bottom: 20px;
  }

  .div-block-247 {
    flex-direction: row;
    align-items: center;
  }

  .link-block-8 {
    margin-left: auto;
  }

  .subtitulo {
    font-size: 30px;
    line-height: 1.2em;
  }

  .subtitulo._80 {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 24px;
  }

  .subtitulo._50 {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 24px;
  }

  .subtitulo._60 {
    max-width: none;
    margin-top: 0px;
    margin-left: 0px;
  }

  .apertura-blog {
    height: 500px;
    min-height: auto;
    padding: 0px 20px;
  }

  .texto-arti.padsup {
    width: 100%;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-copy.sin {
    padding-right: 20px;
    padding-left: 20px;
    border-right-width: 0px;
  }

  .column-copy.pad {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-copy.pad.subt {
    height: auto;
    padding-left: 20px;
  }

  .column-copy.sinpad {
    padding-right: 0px;
    padding-left: 0px;
    border-right-width: 0px;
  }

  .centrado.padsup {
    width: 100%;
    margin-left: 10px;
    padding-right: 20px;
  }

  .div-block-250 {
    display: flex;
    height: 100%;
    margin-top: 60px;
    margin-bottom: auto;
    flex-direction: column;
  }

  .dstaca {
    padding-right: 0px;
  }

  .dstaca.intro {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dstaca.white {
    width: 90%;
  }

  .dstaca.white.centrar.grande {
    width: 90%;
    font-size: 22px;
  }

  .dstaca.centrado {
    width: 90%;
  }

  .dstaca._80 {
    padding-top: 30px;
  }

  .dstaca._80._30.pad40 {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .dstaca._80._30.padding {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .dstaca._80._30.padding50 {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .dstaca._60-40 {
    margin-left: 20px;
  }

  .dstaca.pad {
    padding-bottom: 60px;
  }

  .dstaca.padding {
    padding-bottom: 60px;
  }

  .dstaca.padding._60.white {
    padding-right: 20px;
    padding-left: 20px;
  }

  .dstaca._80-copy {
    padding-top: 30px;
  }

  .destac1 {
    width: 100%;
    padding-left: 20px;
    font-size: 22px;
    font-weight: 300;
  }
}

#w-node-_4463d457-10cf-fb84-ecc8-069752467930-1f931977 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_8c746656-c1b5-8913-8e9a-cff2d997393d-1f931977 {
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
      grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_4463d457-10cf-fb84-ecc8-069752467930-1f931977 {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}

@font-face {
  font-family: 'Pv display';
  src: url('https://madrid.govtechlab.es/fonts/PV-Display-Bold.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Display-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pv display';
  src: url('https://madrid.govtechlab.es/fonts/PV-Display-BoldItalic.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Display-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pv display';
  src: url('https://madrid.govtechlab.es/fonts/PV-Display-FatItalic.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Display-Italic.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Display-FatItalic.woff') format('woff'), url('https://madrid.govtechlab.es/fonts/PV-Display-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pv display fat';
  src: url('https://madrid.govtechlab.es/fonts/PV-Display-Fat.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Display-Fat.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pv display';
  src: url('https://madrid.govtechlab.es/fonts/PV-Display-LightItalic.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Display-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pv display';
  src: url('https://madrid.govtechlab.es/fonts/PV-Display-Light.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Display-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pv display';
  src: url('https://madrid.govtechlab.es/fonts/PV-Display-Medium.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Display-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pv display';
  src: url('https://madrid.govtechlab.es/fonts/PV-Display-MediumItalic.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Display-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pv display roman';
  src: url('https://madrid.govtechlab.es/fonts/PV-Display-Roman.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Display-Roman.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pv display';
  src: url('https://madrid.govtechlab.es/fonts/PV-Display-SemiBold.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Display-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pv display';
  src: url('https://madrid.govtechlab.es/fonts/PV-Display-SemiBoldItalic.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Display-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PVSans';
  src: url('https://madrid.govtechlab.es/fonts/PV-Sans-White.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Sans-White.eot') format('embedded-opentype'), url('https://madrid.govtechlab.es/fonts/PV-Sans-White.woff') format('woff'), url('https://madrid.govtechlab.es/fonts/PV-Sans-White.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PVSans';
  src: url('https://madrid.govtechlab.es/fonts/PV-Sans-WhiteOblique.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Sans-WhiteOblique.eot') format('embedded-opentype'), url('https://madrid.govtechlab.es/fonts/PV-Sans-WhiteOblique.woff') format('woff'), url('https://madrid.govtechlab.es/fonts/PV-Sans-WhiteOblique.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PVSans';
  src: url('https://madrid.govtechlab.es/fonts/PV-Sans-Bold.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Sans-Bold.eot') format('embedded-opentype'), url('https://madrid.govtechlab.es/fonts/PV-Sans-Bold.woff') format('woff'), url('https://madrid.govtechlab.es/fonts/PV-Sans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PVSans';
  src: url('https://madrid.govtechlab.es/fonts/PV-Sans-BoldOblique.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Sans-BoldOblique.eot') format('embedded-opentype'), url('https://madrid.govtechlab.es/fonts/PV-Sans-BoldOblique.woff') format('woff'), url('https://madrid.govtechlab.es/fonts/PV-Sans-BoldOblique.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PVSans';
  src: url('https://madrid.govtechlab.es/fonts/PV-Sans-LightOblique.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Sans-LightOblique.eot') format('embedded-opentype'), url('https://madrid.govtechlab.es/fonts/PV-Sans-LightOblique.woff') format('woff'), url('https://madrid.govtechlab.es/fonts/PV-Sans-LightOblique.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PVSans';
  src: url('https://madrid.govtechlab.es/fonts/PV-Sans-Light.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Sans-Light.eot') format('embedded-opentype'), url('https://madrid.govtechlab.es/fonts/PV-Sans-Light.woff') format('woff'), url('https://madrid.govtechlab.es/fonts/PV-Sans-Light.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PVSans';
  src: url('https://madrid.govtechlab.es/fonts/PV-Sans-Regular.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Sans-Regular.eot') format('embedded-opentype'), url('https://madrid.govtechlab.es/fonts/PV-Sans-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PVSans';
  src: url('https://madrid.govtechlab.es/fonts/PV-Sans-Oblique.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Sans-Oblique.eot') format('embedded-opentype'), url('https://madrid.govtechlab.es/fonts/PV-Sans-Oblique.woff') format('woff'), url('https://madrid.govtechlab.es/fonts/PV-Sans-Oblique.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PVSans';
  src: url('https://madrid.govtechlab.es/fonts/PV-Sans-Normal.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Sans-Normal.eot') format('embedded-opentype'), url('https://madrid.govtechlab.es/fonts/PV-Sans-Normal.woff') format('woff'), url('https://madrid.govtechlab.es/fonts/PV-Sans-Normal.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PVSans';
  src: url('https://madrid.govtechlab.es/fonts/PV-Sans-NormalOblique.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Sans-NormalOblique.eot') format('embedded-opentype'), url('https://madrid.govtechlab.es/fonts/PV-Sans-NormalOblique.woff') format('woff'), url('https://madrid.govtechlab.es/fonts/PV-Sans-NormalOblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PVSans';
  src: url('https://madrid.govtechlab.es/fonts/PV-Sans-NeutralOblique.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Sans-NeutralOblique.eot') format('embedded-opentype'), url('https://madrid.govtechlab.es/fonts/PV-Sans-NeutralOblique.woff') format('woff'), url('https://madrid.govtechlab.es/fonts/PV-Sans-NeutralOblique.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PVSans';
  src: url('https://madrid.govtechlab.es/fonts/PV-Sans-Neutral.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Sans-Neutral.eot') format('embedded-opentype'), url('https://madrid.govtechlab.es/fonts/PV-Sans-Neutral.woff') format('woff'), url('https://madrid.govtechlab.es/fonts/PV-Sans-Neutral.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PVSans';
  src: url('https://madrid.govtechlab.es/fonts/PV-Sans-HeavyOblique.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Sans-HeavyOblique.eot') format('embedded-opentype'), url('https://madrid.govtechlab.es/fonts/PV-Sans-HeavyOblique.woff') format('woff'), url('https://madrid.govtechlab.es/fonts/PV-Sans-HeavyOblique.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PVSans';
  src: url('https://madrid.govtechlab.es/fonts/PV-Sans-Heavy.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Sans-Heavy.eot') format('embedded-opentype'), url('https://madrid.govtechlab.es/fonts/PV-Sans-Heavy.woff') format('woff'), url('https://madrid.govtechlab.es/fonts/PV-Sans-Heavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PVSans';
  src: url('https://madrid.govtechlab.es/fonts/PV-Sans-BlackOblique.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Sans-BlackOblique.eot') format('embedded-opentype'), url('https://madrid.govtechlab.es/fonts/PV-Sans-BlackOblique.woff') format('woff'), url('https://madrid.govtechlab.es/fonts/PV-Sans-BlackOblique.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PVSans';
  src: url('https://madrid.govtechlab.es/fonts/PV-Sans-Black.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Sans-Black.eot') format('embedded-opentype'), url('https://madrid.govtechlab.es/fonts/PV-Sans-Black.woff') format('woff'), url('https://madrid.govtechlab.es/fonts/PV-Sans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PVSans';
  src: url('https://madrid.govtechlab.es/fonts/PV-Sans-BookOblique.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Sans-BookOblique.eot') format('embedded-opentype'), url('https://madrid.govtechlab.es/fonts/PV-Sans-BookOblique.woff') format('woff'), url('https://madrid.govtechlab.es/fonts/PV-Sans-BookOblique.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PVSans';
  src: url('https://madrid.govtechlab.es/fonts/PV-Sans-Book.woff2') format('woff2'), url('https://madrid.govtechlab.es/fonts/PV-Sans-Book.eot') format('embedded-opentype'), url('https://madrid.govtechlab.es/fonts/PV-Sans-Book.woff') format('woff'), url('https://madrid.govtechlab.es/fonts/PV-Sans-Book.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}