.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 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.sec_principal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  min-width: 100vw;
  padding-right: 17vw;
  padding-left: 17vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto 16px auto 16px auto 16px auto 16px auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.paragraph {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
}

.section_7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 17vw;
  padding-left: 17vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.image {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 40px;
  margin-bottom: 2px;
  margin-left: 5vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.heading-3 {
  margin-top: 10px;
  margin-left: 0px;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  text-decoration: none;
}

.paragraph-2 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
}

.text-span {
  text-decoration: underline;
}

.button {
  margin-top: 15px;
  padding: 15px 30px;
  border-radius: 5px;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.button._2 {
  margin-left: 40px;
}

.button.escribe {
  margin-bottom: 20px;
}

.middle-line {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.top-line {
  position: absolute;
  left: 0px;
  top: 18px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.navbar-animated {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: transparent;
}

.nav-work {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
}

.nav-work:hover {
  color: #3e7ac1;
}

.nav-work.w--current {
  color: #fff;
}

.nav-contact {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
}

.nav-contact:hover {
  color: #3e7ac1;
}

.nav-contact.w--current {
  color: #fff;
}

.bottom-line {
  position: absolute;
  left: 0px;
  top: 38px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.nav-button-animated {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 900;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0px;
  background-color: transparent;
}

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

.nav-home {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: 90px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.nav-home.w--current {
  color: #fff;
}

.nav-home.w--current:hover {
  color: #d95de3;
}

.full-screen-menu-overlay {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: hsla(0, 0%, 100%, 0.8);
  color: #e0e0e0;
}

.nav-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.div-block-7 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  margin-top: 29px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.section_9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-right: 17vw;
  padding-left: 17vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr auto 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr auto 1fr 1fr 1fr;
}

.titulocaso {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px 10px 10px 0px;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  border-bottom: 0px solid #000;
  font-family: Montserrat, sans-serif;
  color: #ff9433;
  font-size: 80px;
  line-height: 70px;
  text-decoration: underline;
}

.titulocaso._2 {
  color: #ff9433;
}

.titulocaso._1 {
  color: #00c773;
}

.titulocaso._3 {
  color: #f74b74;
}

.caso {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding: 10px;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  background-color: #ff9433;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
}

.caso._2 {
  background-color: #ff9433;
}

.caso._1 {
  background-color: #00c773;
}

.caso._3 {
  background-color: #f74b74;
}

.heading-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 800;
}

.parrafo_herramienta {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  line-height: 14px;
  font-weight: 500;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 35px solid #ee8989;
  background-color: #d54949;
}

.heading-10 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: 500;
}

.paragraph-4 {
  max-width: 500px;
  margin-top: 15px;
  margin-bottom: 25px;
  margin-left: 5px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.titulos {
  color: #000;
}

.section_trabajos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 25vh 30vw 10vh 15vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 2fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 2fr;
  -ms-grid-rows: auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
}

.section_trabajos.final {
  padding-top: 10vh;
  padding-right: 15vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-subtema {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding: 10px 10px 10px 0px;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
}

.heading-subtema._2 {
  background-color: #ff356b;
}

.dv-paso {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vineta {
  width: 80px;
  margin-right: 10px;
  color: #00c773;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.vineta._1 {
  width: 20px;
  min-width: 30px;
}

.vineta._2 {
  color: #ff9433;
}

.vineta._3 {
  color: #f74b74;
}

.paragraph-5 {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

.section-contacto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 150px 17vw 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.barralateral {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.fondos {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100vw;
  height: 100vh;
}

.boton-1 {
  background-color: transparent;
  color: #cfcfcf;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}

.boton-1:hover {
  color: #fc3150;
}

.boton-1:focus {
  color: #fc3150;
}

.boton-1.w--current {
  color: #fc3150;
}

.boton-1.w--current:focus {
  color: #fc3150;
}

.boton_casos {
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: transparent;
  color: #d1d1d1;
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
}

.boton_casos:hover {
  color: #00c773;
}

.boton_casos._1.w--current {
  color: #00c773;
}

.boton_casos._2:hover {
  color: #ff9433;
}

.boton_casos._2.w--current {
  color: #ff9433;
}

.boton_casos._3:hover {
  color: #f74b74;
}

.boton_casos._3.w--current {
  color: #f74b74;
}

.boton_casos._4 {
  color: #d1d1d1;
}

.boton_casos._4:hover {
  color: #00a4f7;
}

.boton_casos._4.w--current {
  color: #00a4f7;
}

.fondos-trabajo {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100vw;
  height: 100vh;
}

.media_x_verde {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/x_verde-04-nueva.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.media_x_rosa {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/x_rosa-04-nueva.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.x1_roja {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/x_roja-04-nueva.svg');
  background-position: 75% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.x2_amarilla {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/x_amarilla-04-nueva.svg');
  background-position: 75% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.x3_azul {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/x_azul-04-nueva.svg');
  background-position: 75% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.x4_morada {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/x_morada-04-nueva.svg');
  background-position: 75% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.x5_verde {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/x_verde-04-nueva.svg');
  background-position: 75% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section_10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-right: 17vw;
  padding-left: 17vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section_8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 17vw;
  padding-left: 17vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

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

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

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.columns {
  display: block;
  width: 620px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.db-herramientas {
  margin-top: auto;
}

.db-grupo-herramientas {
  width: 200px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #ac4444;
}

.div-block-16 {
  margin-top: auto;
  background-color: #5f60a8;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-18 {
  width: 200px;
}

.div-block-19 {
  width: 200px;
}

.div-block-20 {
  width: 200px;
}

.boton-2 {
  background-color: transparent;
  color: #cfcfcf;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}

.boton-2:hover {
  color: #ffd737;
}

.boton-2:focus {
  color: #ffd737;
}

.boton-2.w--current {
  color: #ffd737;
}

.boton-2.w--current:focus {
  color: #ffd737;
}

.boton-3 {
  background-color: transparent;
  color: #cfcfcf;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}

.boton-3:hover {
  color: #00a4f7;
}

.boton-3:focus {
  color: #00a4f7;
}

.boton-3.w--current {
  color: #00a4f7;
}

.boton-3.w--current:focus {
  color: #ffd737;
}

.boton-4 {
  background-color: transparent;
  color: #cfcfcf;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}

.boton-4:hover {
  color: #00a4f7;
}

.boton-4:focus {
  color: #00a4f7;
}

.boton-4.w--current {
  color: #00a4f7;
}

.boton-4.w--current:focus {
  color: #ffd737;
}

.btonomenu1_rojo {
  padding-top: 30px;
  padding-bottom: 9px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #d1d1d1;
  font-size: 50px;
  font-weight: 700;
}

.btonomenu1_rojo:hover {
  color: #fc3150;
}

.btonomenu1_rojo.w--current {
  color: #fc3150;
}

.botonmenu2_amarillo {
  padding-top: 30px;
  padding-bottom: 9px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #d1d1d1;
  font-size: 50px;
  font-weight: 700;
}

.botonmenu2_amarillo:hover {
  color: #ffd737;
}

.botonmenu2_amarillo.w--current {
  color: #ffd737;
}

.botonmenu3_azul {
  padding-top: 30px;
  padding-bottom: 9px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #d1d1d1;
  font-size: 50px;
  font-weight: 700;
}

.botonmenu3_azul:hover {
  color: #00a4f7;
}

.botonmenu3_azul.w--current {
  color: #00a4f7;
}

.botonmenu4_morado {
  padding-top: 30px;
  padding-bottom: 9px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #d1d1d1;
  font-size: 50px;
  font-weight: 700;
}

.botonmenu4_morado:hover {
  color: #bf69ff;
}

.botonmenu4_morado.w--current {
  color: #bf69ff;
}

.botonmenu5_verde {
  padding-top: 30px;
  padding-bottom: 9px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #d1d1d1;
  font-size: 50px;
  font-weight: 700;
}

.botonmenu5_verde:hover {
  color: #00c773;
}

.botonmenu5_verde.w--current {
  color: #00c773;
}

.burger-button-wrapper {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 10px;
  cursor: pointer;
}

.burger-line-top {
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #000;
  color: #000;
}

.burger-line-middle {
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #000;
}

.burger-line-bottom {
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  background-color: #000;
}

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

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

.menu-button {
  z-index: 10;
}

.menu-button-2 {
  position: fixed;
  left: auto;
  top: 3%;
  right: 3%;
  bottom: auto;
  z-index: 10;
}

.hamburtop {
  width: 25px;
  height: 2px;
  margin-bottom: 5px;
  background-color: #000;
  -webkit-perspective-origin: 0% 0%;
  perspective-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.image-2 {
  margin: 40px;
}

.hamburmedium {
  width: 25px;
  height: 2px;
  margin-bottom: 5px;
  background-color: #000;
}

.hamburdown {
  width: 25px;
  height: 2px;
  margin-bottom: 5px;
  background-color: #000;
}

.burger-button-wrapper-2 {
  padding: 10px;
  cursor: pointer;
}

.burger-line-top-2 {
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fff;
}

.burger-line-middle-2 {
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fff;
}

.burger-line-bottom-2 {
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  background-color: #fff;
}

.nav-bar-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 10px 20px -9px rgba(0, 0, 0, 0.31);
}

.nav-menu-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.burger-line {
  width: 25px;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 10px;
  background-color: #000;
}

.nav-bar-social-link {
  width: 20px;
  margin-left: 15px;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.nav-bar-social-link:hover {
  opacity: 1;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: transparent;
}

.nav-bar-container {
  background-color: #fff;
}

.na-bar-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-opacity {
  opacity: 0.8;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.hamburger-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 20px 18px 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
}

.nav-link {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: padding 300ms cubic-bezier(.175, .885, .32, 1.275), background-color 250ms ease-in-out, color 200ms ease;
  transition: padding 300ms cubic-bezier(.175, .885, .32, 1.275), background-color 250ms ease-in-out, color 200ms ease;
  color: #656565;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #656565;
  color: #fff;
}

.nav-bar-logo {
  max-width: 250px;
  margin-top: 15px;
  margin-right: 20px;
  margin-bottom: 15px;
  padding-right: 35px;
  border-right: 1px solid #e0e0e0;
}

.menu-button-3 {
  background-color: #703030;
}

.body {
  background-color: #ca7f7f;
}

.div-block-21 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.nav-menu-4 {
  float: none;
}

.burger-line-2 {
  width: 22.5px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 10px;
  background-color: #656565;
}

.mega-nav-article-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #46465c;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 10vh;
  background-color: #fff;
  box-shadow: 0 1px 28px 0 rgba(0, 0, 0, 0.19);
}

.mega-nav-small-text {
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 19px;
}

.mega-nav-article-title {
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 700;
}

.mega-nav-article-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  -webkit-transition: padding 200ms ease, background-color 200ms ease;
  transition: padding 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.mega-nav-article-link:hover {
  padding-left: 10px;
  background-color: #46465c;
}

.mega-nav-wrapper {
  position: fixed;
  left: 0px;
  top: 10vh;
  right: 0px;
  bottom: 60px;
  width: 100vw;
  height: 90vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #313149;
  box-shadow: 0 18px 30px -5px rgba(0, 0, 0, 0.25), 0 10px 11px -10px rgba(0, 0, 0, 0.34);
}

.mega-nav-wrapper.w--open {
  width: 100vw;
  padding-right: 30px;
  padding-left: 0px;
}

.dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
  color: #fff;
  font-size: 12px;
}

.dropdown-link:hover {
  padding-left: 10px;
}

.mega-nav-arrow {
  width: 14px;
  margin-left: 5px;
}

.nav-container {
  height: 10vh;
}

.mega-nav-icon {
  width: 17px;
  margin-right: 8px;
  margin-bottom: 3px;
}

.nav-menu-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  max-width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mega-nav-hr {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 25px;
  background-color: #46465c;
}

.mega-nav-text-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.mega-nav-text-link:hover {
  color: #46465c;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper {
  width: 150px;
  margin-top: 13px;
  margin-bottom: 13px;
}

.mega-nav-title {
  margin-bottom: 25px;
  color: #6b6b92;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mega-nav-col {
  overflow: auto;
  height: 100%;
  min-width: 33.33%;
  padding: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mega-nav-col.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-width: 20%;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.burger-line-top-3 {
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #000;
}

.burger-line-bottom-3 {
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  background-color: #000;
}

.menu-button-5 {
  z-index: 100;
}

.mega-nav-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #313149;
  color: #fff;
}

.nav-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #313149;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.nav-link-2:hover {
  background-color: #313149;
  color: #fff;
}

.nav-link-2:active {
  background-color: #424266;
}

.nav-link-2:focus {
  background-color: #313149;
  color: #fff;
}

.nav-link-2.w--current {
  color: #313149;
}

.nav-link-2.w--current:hover {
  background-color: #3e3e5c;
  color: #fff;
}

.nav-link-2.w--current:focus {
  color: #fff;
}

.burger-line-middle-3 {
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #000;
}

.mega-nav-article-image {
  width: 35%;
  margin-right: 10px;
  background-image: url('../images/robbie-noble-248643-unsplash_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.mega-nav-button {
  border-radius: 3px;
  background-color: #232335;
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.43);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 12px;
}

.mega-nav-button:hover {
  background-color: #46465c;
}

.barra-arriba {
  width: 25px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #000;
}

.barra-media {
  width: 25px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #000;
}

.barra-abajo {
  width: 25px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #000;
}

.brand {
  z-index: 10;
  margin: 5vh 25px 25px 5vw;
}

.botondemenu {
  z-index: 10;
  margin: 9px 40px 9px 9px;
  background-color: transparent;
}

.botondemenu.w--open {
  background-color: transparent;
}

.dvb_de_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.db-menu-color {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55vw;
  height: 100vh;
  padding-bottom: 10vh;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 30px none #d62b4c;
  background-color: #ff9433;
}

.navbar-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.nav-link-3 {
  left: 0px;
  right: 0px;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
}

.link {
  margin-bottom: 3vw;
  border-bottom: 30px solid transparent;
  border-radius: 0px;
  color: #fff;
  font-size: 60px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
}

.link.w--current {
  border-bottom: 30px solid hsla(0, 0%, 100%, 0.35);
}

.link.medio {
  margin-bottom: 5vh;
}

.link.final {
  margin-bottom: 0vw;
}

.image-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 5%;
}

.pantalla {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 100vh;
  background-color: hsla(0, 0%, 100%, 0.8);
  opacity: 0;
}

.link-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 160px;
  margin-right: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
  text-decoration: none;
}

.link-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 320px;
  margin-right: 25px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
  text-decoration: none;
}

.link-block-desktop {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-top: 420px;
  margin-right: 56px;
}

.section-11 {
  width: 100vw;
  height: 100vh;
  padding-right: 15vw;
  padding-left: 15vw;
}

.parrafo-columnas {
  max-width: 600px;
  margin-top: 15px;
  margin-bottom: 25px;
  margin-left: 5px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -webkit-column-rule-style: none;
  column-rule-style: none;
  -webkit-column-rule-width: 0px;
  column-rule-width: 0px;
}

.media_x_naranja {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/x_naranja-04-nueva.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-right: 15vw;
  padding-left: 15vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.media_x_azul {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/x_azul-04-nueva.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-4 {
  margin: 50px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.field-label {
  width: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 35px;
  line-height: 35px;
}

.text-field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 0px 0px 3px;
  border-color: #000;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
}

.field-label-2 {
  width: 200px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.success-text {
  margin-bottom: 0px;
  color: #fff;
  font-size: 34px;
  line-height: 50px;
}

.field-label-3 {
  display: inline;
  padding-right: 7px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.success-message {
  padding-top: 52px;
  padding-bottom: 52px;
  background-color: #1ab07a;
}

.submit-button {
  display: block;
  margin-top: 32px;
  padding: 17px 70px;
  border-radius: 5px;
  background-color: #000;
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
}

.submit-button:hover {
  background-color: #1ab07a;
}

.text-fields {
  display: inline-block;
  width: 300px;
  height: 50px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #adadad;
  background-color: transparent;
  opacity: 1;
  color: #2e2e2e;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.text-fields:focus {
  border-bottom-width: 2px;
  border-bottom-color: #00a4f7;
  opacity: 1;
  color: #000;
}

.text-fields::-webkit-input-placeholder {
  color: #d1d1d1;
}

.text-fields:-ms-input-placeholder {
  color: #d1d1d1;
}

.text-fields::-ms-input-placeholder {
  color: #d1d1d1;
}

.text-fields::placeholder {
  color: #d1d1d1;
}

.text-fields.date {
  width: 400px;
}

.text-fields.budget {
  width: 500px;
}

.text-fields.project {
  display: block;
  width: 100%;
  height: 150px;
  text-align: left;
}

.text-fields.age {
  display: inline;
  width: 70px;
}

.textarea {
  margin-top: 2px;
  padding-top: 6px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #adadad;
  background-color: transparent;
  color: #00a4f7;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
}

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

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

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

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

.heading-3-copy {
  margin-bottom: 36px;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
}

.fondos-principal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100vw;
  height: 100vh;
}

.x3_azul-contacto {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/x_azul-04-nueva.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 105px;
  margin-left: 105px;
}

.image-6 {
  opacity: 1;
}

.secprueba {
  width: 100vw;
  height: 100vh;
  background-color: #ffd737;
}

.secprueba._2 {
  background-color: #00a4f7;
}

.secprueba._3 {
  background-color: #fc3150;
}

.secprueba._4 {
  background-color: #bf69ff;
}

.secprueba2 {
  width: 100vw;
  height: 100vh;
  background-color: #ffd737;
}

.secprueba2._2 {
  background-color: #00a4f7;
}

.secprueba2._3 {
  background-color: #fc3150;
}

.secprueba2._4 {
  background-color: #bf69ff;
}

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

.subtitulo {
  font-weight: 700;
}

.div-block-24 {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}

.div-block-25 {
  position: absolute;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: hsla(0, 0%, 100%, 0.71);
}

.link-block-movil {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  margin-top: 420px;
  margin-right: 56px;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.image-7 {
  margin-right: 17px;
}

.link-block-what-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-block-what-movil {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.paragraph-6 {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.paragraph-7 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.section-13 {
  min-height: 100vh;
}

.container {
  padding: 80px 40px;
}

.negrita {
  font-weight: 600;
}

.text-span-3 {
  font-weight: 600;
}

.heading-12 {
  font-size: 80px;
  line-height: 80px;
}

.heading-13 {
  margin-top: 30px;
  margin-bottom: 60px;
}

.x3_vacantes {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/x_naranja-04-nueva.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.paragraph-8 {
  line-height: 25px;
}

.paragraph-9 {
  line-height: 25px;
}

.heading-14 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 30px;
}

.heading-15 {
  font-size: 30px;
}

.heading-16 {
  font-size: 30px;
}

.heading-17 {
  margin-top: 20px;
}

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

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

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

.section-14 {
  display: -ms-grid;
  display: grid;
  height: 100vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fffaed;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-2 {
  margin-top: 10px;
  border-radius: 5px;
  background-color: #a0b56b;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.button-2.desktop {
  margin-top: 50px;
  font-weight: 700;
}

.button-2.movil {
  display: none;
}

.heading-2 {
  margin-top: -3px;
  margin-bottom: -23px;
  padding-bottom: 19px;
  border-style: none solid;
  border-width: 4px;
  border-color: #0ddf86 #a0b56b;
  background-color: transparent;
  font-family: Lato, sans-serif;
  font-size: 25px;
  line-height: 45px;
  font-style: normal;
  font-weight: 900;
  text-decoration: none;
}

.heading-2.sub {
  margin-top: -3px;
}

.heading-2.sub.se {
  border-bottom-style: solid;
  border-bottom-color: #a0b56b;
}

.heading-2.sube {
  border-top-style: solid;
  border-top-color: #a0b56b;
  border-right-style: solid;
  border-right-color: #a0b56b;
  border-left-style: solid;
  border-left-color: #a0b56b;
  font-size: 25px;
}

.image-8 {
  position: relative;
  left: 80px;
  top: 40px;
  display: none;
}

.heading-4 {
  font-family: Lato, sans-serif;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Triplay-de-Pino.jpg');
  background-size: cover;
  background-repeat: repeat;
}

.image-9 {
  position: relative;
  left: 80px;
  top: 40px;
}

.heading-18 {
  margin-top: 0px;
  margin-bottom: 35px;
  color: #3b2726;
  font-size: 20px;
}

.heading-19 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 35px;
}

.lista {
  border: 5px solid #a0b56b;
  font-family: Lato, sans-serif;
  font-size: 27px;
  line-height: 30px;
  font-weight: 900;
  text-decoration: none;
}

.producto {
  width: 60%;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
}

.renglon-de-tabla {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 5px solid #000;
  border-bottom: 4px solid #000;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-7 {
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
}

.db-renglon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 3px solid #a0b56b;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.db-producto {
  width: 60%;
}

.text-producto {
  margin-bottom: 5px;
  color: #3b2726;
  font-size: 35px;
  line-height: 30px;
  font-weight: 900;
}

.text-detalles {
  color: #3b2726;
  font-size: 25px;
}

.db-precio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-precio {
  color: #a0b56b;
  font-size: 35px;
  line-height: 30px;
}

.text-span-4 {
  color: #a0b56b;
}

.text-block-8 {
  font-family: Lato, sans-serif;
  color: #3b2726;
  font-size: 55px;
  line-height: 45px;
  font-weight: 900;
}

.text-block-9 {
  margin-top: 35px;
  font-family: Lato, sans-serif;
  color: #3b2726;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.text-block-9._2 {
  margin-top: 5px;
  color: #a0b56b;
}

.text-block-9.sub {
  margin-top: 2px;
  color: #a0b56b;
  font-size: 20px;
}

.paragraph-8-clave {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.list {
  margin-top: 20px;
  margin-bottom: 35px;
}

.heading-14-2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 35px;
}

.paragraph-8-copy {
  margin-bottom: 35px;
  line-height: 25px;
}

.heading-3-copy {
  margin-top: 10px;
  margin-left: 0px;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  text-decoration: none;
}

.section-15 {
  display: -ms-grid;
  display: grid;
  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;
}

.post-section {
  min-height: 100vh;
  padding-top: 200px;
  padding-bottom: 200px;
}

.heading-20 {
  margin-bottom: 50px;
  font-size: 90px;
  line-height: 80px;
  letter-spacing: -4px;
}

.div-block-28 {
  display: -ms-grid;
  display: grid;
  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 auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.paragraph-10 {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.section-16 {
  min-height: 100vh;
  padding-top: 150px;
  padding-right: 5vw;
  padding-left: 5vw;
}

.heading-21 {
  margin-left: -8px;
  font-size: 120px;
  line-height: 120px;
  letter-spacing: -5px;
}

.grid {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heading-22 {
  margin-top: 0px;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
}

.paragraph-11 {
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 30px;
}

.text-block-10 {
  margin-bottom: 5px;
  color: #000;
  text-decoration: none;
}

.text-block-11 {
  color: #fc3150;
  font-weight: 700;
  text-decoration: none;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-post {
  text-decoration: none;
}

.list-2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
}

.paragraph-10-copy {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.paragraph-10-copy.list {
  margin-left: 10px;
}

.paragraph-resaltado {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.subtitulo-blog {
  font-size: 30px;
  line-height: 40px;
}

.heading-23 {
  font-size: 45px;
  line-height: 45px;
}

.heading-24 {
  font-size: 45px;
  line-height: 45px;
}

.button-3 {
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.html-embed {
  width: 100%;
  height: 100%;
  max-width: 1200px;
}

.body-2 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 50px;
  padding-right: 55px;
  padding-left: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-25 {
  margin-bottom: 20px;
}

.button-4 {
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #ffd737;
  box-shadow: 2px 2px 10px -4px rgba(0, 0, 0, 0.64);
  color: #000;
  font-weight: 600;
}

.video {
  max-width: 800px;
}

.section-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 80px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-29 {
  max-width: 600px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 650px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-26 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 34px;
}

.x3_amarilla-video {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/x_amarilla-04-nueva.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-31 {
  width: 500px;
  margin-bottom: 10px;
}

.button-copy {
  margin-top: 15px;
  padding: 15px 30px;
  border-radius: 5px;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.button-copy._2 {
  margin-left: 40px;
}

.button-copy.escribe {
  margin-bottom: 20px;
}

.button-sin-animaci-n {
  margin-top: 25px;
  padding: 15px 30px;
  border-radius: 5px;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.button-sin-animaci-n._2 {
  margin-left: 40px;
}

.button-sin-animaci-n.escribe {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .sec_principal {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .paragraph {
    font-size: 23px;
  }

  .paragraph-2 {
    font-size: 25px;
    line-height: 45px;
  }

  .button._2 {
    margin-left: 0px;
  }

  .titulocaso._2 {
    font-size: 60px;
    line-height: 50px;
  }

  .titulocaso._1 {
    font-size: 60px;
    line-height: 50px;
  }

  .titulocaso._3 {
    font-size: 60px;
    line-height: 50px;
  }

  .caso._2 {
    font-size: 25px;
    line-height: 25px;
  }

  .caso._1 {
    font-size: 25px;
    line-height: 25px;
  }

  .caso._3 {
    font-size: 25px;
    line-height: 25px;
  }

  .titulos {
    font-size: 60px;
    line-height: 50px;
  }

  .section_trabajos {
    padding-right: 20vw;
    padding-left: 10vw;
  }

  .barralateral {
    width: 10vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .media_x_verde {
    background-position: 50vw 50%;
    background-size: cover;
  }

  .media_x_rosa {
    background-position: 50vw 50%;
    background-size: cover;
  }

  .x1_roja {
    background-position: 50% 50%;
    background-size: contain;
  }

  .x2_amarilla {
    background-position: 50% 50%;
    background-size: contain;
  }

  .x3_azul {
    background-position: 50% 50%;
    background-size: contain;
  }

  .x4_morada {
    background-position: 50% 50%;
    background-size: contain;
  }

  .x5_verde {
    background-position: 50% 50%;
    background-size: contain;
  }

  .div-block-17 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-18 {
    width: 300px;
  }

  .div-block-19 {
    width: 300px;
  }

  .div-block-20 {
    width: 300px;
  }

  .nav-bar-flex-row {
    padding-right: 0px;
    padding-left: 20px;
  }

  .nav-menu-3 {
    left: 20px;
    right: 20px;
    display: block;
    width: 728px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    box-shadow: inset 0 16px 21px -13px rgba(0, 0, 0, 0.05), 0 17px 17px -10px rgba(0, 0, 0, 0.27);
  }

  .nav-bar-social-links {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-link {
    padding-right: 20px;
    background-color: transparent;
    text-align: right;
  }

  .nav-bar-logo {
    margin-right: 10px;
    padding-right: 30px;
  }

  .menu-button-3 {
    padding: 0px;
  }

  .menu-button-3.w--open {
    background-color: #fff;
  }

  .nav-menu-4 {
    left: 20px;
    right: 20px;
    display: block;
    width: 728px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    box-shadow: inset 0 16px 21px -13px rgba(0, 0, 0, 0.05), 0 17px 17px -10px rgba(0, 0, 0, 0.27);
  }

  .menu-button-4 {
    padding: 0px;
  }

  .menu-button-4.w--open {
    background-color: #fff;
  }

  .db-menu-color {
    width: 90vw;
  }

  .parrafo-columnas {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .media_x_naranja {
    background-position: 50vw 50%;
    background-size: cover;
  }

  .media_x_azul {
    background-position: 50vw 50%;
    background-size: cover;
  }

  .field-label-3 {
    display: inline;
    line-height: 50px;
  }

  .x3_azul-contacto {
    background-position: 50vw 50%;
    background-size: cover;
  }

  .div-block-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-25 {
    display: none;
  }

  .x3_vacantes {
    background-position: 50vw 50%;
    background-size: cover;
  }

  .section {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-4 {
    width: 100%;
    height: auto;
    padding-right: 65px;
    padding-left: 65px;
  }

  .button-2.desktop {
    display: none;
  }

  .button-2.movil {
    display: block;
    margin-top: 79px;
    font-weight: 700;
  }

  .heading-2 {
    font-size: 27px;
  }

  .heading-2.sub {
    line-height: 50px;
  }

  .heading-2.sube {
    font-size: 27px;
    line-height: 50px;
  }

  .image-8 {
    left: 40px;
    top: 80px;
  }

  .div-block-3 {
    width: 100%;
    height: 50vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/Triplay-de-Pino.jpg');
    background-size: cover;
  }

  .image-9 {
    left: 40px;
    top: 80px;
  }

  .lista {
    font-size: 25px;
  }

  .text-block-9 {
    margin-top: 30px;
    font-family: Lato, sans-serif;
  }

  .post-section {
    padding-right: 5vw;
    padding-left: 5vw;
  }

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

  .section-17 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .heading-25 {
    margin-right: 40px;
    margin-left: 40px;
    font-size: 32px;
  }

  .div-block-30 {
    max-width: none;
  }

  .x3_amarilla-video {
    background-position: 50vw 50%;
    background-size: cover;
  }

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

  .button-copy._2 {
    margin-left: 0px;
  }

  .button-sin-animaci-n._2 {
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .titulocaso._2 {
    font-size: 40px;
    line-height: 40px;
  }

  .titulocaso._1 {
    font-size: 40px;
    line-height: 40px;
  }

  .titulocaso._3 {
    font-size: 40px;
    line-height: 40px;
  }

  .caso._1 {
    font-size: 20px;
    line-height: 20px;
  }

  .titulos {
    font-size: 40px;
    line-height: 40px;
  }

  .section_trabajos {
    padding-right: 10vw;
  }

  .section-contacto {
    padding-right: 12vw;
    padding-left: 12vw;
  }

  .media_x_verde {
    background-position: 30vw 50%;
    background-size: cover;
  }

  .media_x_rosa {
    background-position: 30vw 50%;
  }

  .x1_roja {
    background-position: 75% 50%;
    background-size: cover;
  }

  .x2_amarilla {
    background-position: 75% 50%;
    background-size: cover;
  }

  .x3_azul {
    background-position: 75% 50%;
    background-size: cover;
  }

  .x4_morada {
    background-position: 75% 50%;
    background-size: cover;
  }

  .x5_verde {
    background-position: 75% 50%;
    background-size: cover;
  }

  .nav-menu-3 {
    left: 0px;
    right: 0px;
  }

  .nav-bar-social-link {
    width: 17px;
    margin-left: 10px;
  }

  .nav-menu-4 {
    left: 0px;
    right: 0px;
  }

  .mega-nav-wrapper.w--open {
    overflow: auto;
    height: 60vh;
  }

  .nav-menu-mobile {
    overflow: auto;
    height: auto;
    max-width: 100%;
    background-color: #313149;
    box-shadow: 0 27px 44px -11px rgba(0, 0, 0, 0.52), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
  }

  .mega-nav-col {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mega-nav-col.logo {
    width: 100%;
    height: auto;
    padding: 40px 25%;
  }

  .burger-line-top-3 {
    background-color: #313149;
  }

  .burger-line-bottom-3 {
    background-color: #313149;
  }

  .menu-button-5 {
    padding: 5px 0px;
  }

  .mega-nav-flex-row {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link-2 {
    display: block;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
  }

  .nav-link-2.w--open {
    border-bottom: 1px solid #40405f;
  }

  .burger-line-middle-3 {
    background-color: #313149;
  }

  .mobile-nav-text {
    display: inline-block;
    margin-right: 10px;
  }

  .icon {
    position: static;
    display: inline-block;
    margin-right: 0px;
  }

  .botondemenu {
    margin-right: 20px;
  }

  .botondemenu.w--open {
    margin-right: 20px;
  }

  .db-menu-color {
    padding-bottom: 10vh;
    padding-left: 40px;
  }

  .link {
    margin-bottom: 1vw;
    font-size: 40px;
  }

  .link.w--current {
    border-bottom-width: 20px;
  }

  .link.medio {
    margin-bottom: 1vh;
  }

  .link-2 {
    right: -2%;
    margin-top: 142px;
    margin-right: 0px;
  }

  .link-3 {
    margin-top: 300px;
    margin-right: 5px;
  }

  .link-block-desktop {
    display: none;
    margin-top: 400px;
    margin-right: 35px;
  }

  .media_x_naranja {
    background-position: 30vw 50%;
  }

  .media_x_azul {
    background-position: 30vw 50%;
  }

  .field-label-3 {
    display: inline;
    font-size: 30px;
  }

  .text-fields {
    width: 230px;
    font-size: 30px;
  }

  .text-fields.date {
    width: 270px;
  }

  .text-fields.project {
    width: 390px;
  }

  .x3_azul-contacto {
    background-position: 30vw 50%;
  }

  .image-5 {
    margin-top: 20px;
    margin-left: 40px;
  }

  .link-block-movil {
    display: block;
    margin-top: 400px;
    margin-right: 35px;
  }

  .link-block-what-desktop {
    display: none;
  }

  .link-block-what-movil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .paragraph-6 {
    font-size: 16px;
  }

  .paragraph-7 {
    font-size: 16px;
  }

  .heading-12 {
    font-size: 60px;
  }

  .x3_vacantes {
    background-position: 30vw 50%;
  }

  .div-block-4 {
    padding-right: 35px;
    padding-bottom: 60px;
    padding-left: 35px;
  }

  .button-2.movil {
    margin-top: 50px;
  }

  .heading-2 {
    font-size: 20px;
  }

  .heading-2.sub {
    font-size: 22px;
  }

  .heading-2.sube {
    font-size: 22px;
  }

  .image-8 {
    left: 33px;
    top: 65px;
    display: block;
  }

  .heading-4 {
    font-size: 60px;
  }

  .div-block-3 {
    height: 85vh;
    background-image: url('../images/Cimbra-triplay.jpg');
    background-size: cover;
  }

  .image-9 {
    left: 33px;
    top: 65px;
    display: none;
  }

  .heading-18 {
    margin-bottom: 40px;
    font-size: 28px;
  }

  .heading-19 {
    font-size: 30px;
  }

  .lista {
    font-size: 20px;
  }

  .text-producto {
    font-size: 25px;
    line-height: 25px;
  }

  .text-detalles {
    font-size: 17px;
    line-height: 17px;
  }

  .text-precio {
    font-size: 25px;
    line-height: 25px;
  }

  .text-block-9.sub {
    font-size: 17px;
  }

  .heading-20 {
    font-size: 60px;
    line-height: 50px;
    letter-spacing: -2px;
  }

  .grid {
    grid-row-gap: 10vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .heading-25 {
    font-size: 26px;
    line-height: 36px;
  }

  .x3_amarilla-video {
    background-position: 30vw 50%;
  }

  .button-copy {
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .sec_principal {
    padding: 14vh 13vw 14vh 6vw;
  }

  .sec_principal.portada {
    padding-top: 14vh;
    padding-bottom: 14vh;
  }

  .sec_principal.fin {
    padding-bottom: 175px;
  }

  .sec_principal.herramientas {
    padding-top: 28vh;
  }

  .sec_principal.como {
    padding-bottom: 50px;
  }

  .paragraph {
    font-size: 6vw;
    line-height: 9vw;
  }

  .heading-3 {
    margin-left: 0px;
    font-size: 6vw;
    line-height: 9vw;
  }

  .paragraph-2 {
    font-size: 7vw;
    line-height: 9vw;
  }

  .button {
    font-size: 16px;
  }

  .button._2 {
    font-size: 16px;
  }

  .heading-5 {
    font-size: 7vw;
    line-height: 9vw;
  }

  .titulocaso._2 {
    font-size: 9vw;
    line-height: 9vw;
  }

  .titulocaso._1 {
    font-size: 9vw;
    line-height: 9vw;
  }

  .titulocaso._3 {
    font-size: 9vw;
    line-height: 9vw;
  }

  .caso._2 {
    margin-left: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .caso._1 {
    margin-left: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .caso._3 {
    margin-left: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 20px;
    line-height: 20px;
  }

  .heading-9 {
    font-size: 5vw;
    line-height: 5vw;
  }

  .parrafo_herramienta.creativas {
    line-height: 6vw;
  }

  .parrafo_herramienta.admin {
    line-height: 6vw;
  }

  .parrafo_herramienta.ventas {
    line-height: 6vw;
  }

  .heading-10 {
    font-size: 6vw;
    line-height: 9vw;
  }

  .paragraph-4 {
    margin-left: 0px;
    font-weight: 500;
  }

  .titulos {
    font-size: 9vw;
    line-height: 9vw;
  }

  .section_trabajos {
    padding-right: 10vw;
    padding-left: 7vw;
  }

  .heading-subtema {
    margin-left: 0px;
  }

  .paragraph-5 {
    font-weight: 500;
  }

  .section-contacto {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .barralateral {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-bottom: 10vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-shadow: 0 0 2px #686868;
  }

  .boton_casos._1 {
    color: #000;
  }

  .boton_casos._2 {
    color: #000;
  }

  .boton_casos._3 {
    color: #000;
  }

  .boton_casos._4 {
    color: #000;
  }

  .media_x_verde {
    background-position: 0vw 50%;
    background-size: cover;
  }

  .media_x_rosa {
    background-position: 0vw 50%;
  }

  .x1_roja {
    background-position: 70% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .x2_amarilla {
    background-position: 70% 50%;
    background-size: cover;
  }

  .x3_azul {
    background-position: 70% 50%;
    background-size: cover;
  }

  .x4_morada {
    background-position: 70% 50%;
    background-size: cover;
  }

  .x5_verde {
    background-position: 70% 50%;
    background-size: cover;
  }

  .div-block-18 {
    font-size: 4.8vw;
    line-height: 7vw;
  }

  .div-block-19 {
    font-size: 4.8vw;
    line-height: 7vw;
  }

  .div-block-20 {
    font-size: 4.8vw;
    line-height: 7vw;
  }

  .btonomenu1_rojo {
    margin-right: -6px;
    padding-right: 10px;
    border-top-left-radius: 15px;
    color: #000;
    font-size: 40px;
    text-shadow: none;
  }

  .btonomenu1_rojo.w--current {
    text-shadow: 0 0 3px #000;
  }

  .botonmenu2_amarillo {
    margin-right: -6px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 5px;
    color: #000;
    font-size: 40px;
    text-shadow: none;
  }

  .botonmenu2_amarillo.w--current {
    text-shadow: 0 0 3px #000;
  }

  .botonmenu3_azul {
    margin-right: -6px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 5px;
    color: #000;
    font-size: 40px;
    text-shadow: none;
  }

  .botonmenu3_azul.w--current {
    text-shadow: 0 0 3px #000;
  }

  .botonmenu4_morado {
    margin-right: -6px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 5px;
    color: #000;
    font-size: 40px;
    text-shadow: none;
  }

  .botonmenu4_morado.w--current {
    text-shadow: 0 0 3px #000;
  }

  .botonmenu5_verde {
    margin-right: -6px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 5px;
    border-bottom-left-radius: 15px;
    color: #000;
    font-size: 40px;
    text-shadow: none;
  }

  .botonmenu5_verde.w--current {
    text-shadow: 0 0 3px #000;
  }

  .nav-bar-flex-row {
    padding-right: 0px;
    padding-left: 10px;
  }

  .nav-bar-social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-bar-logo {
    max-width: 200px;
    margin-right: 0px;
    padding-right: 15px;
  }

  .nav-menu-mobile {
    max-width: 100%;
  }

  .mega-nav-article-image {
    width: 40%;
  }

  .brand.w--current {
    margin-left: 6vw;
    padding-left: 0px;
    text-align: left;
  }

  .botondemenu {
    margin-right: 10px;
  }

  .botondemenu.w--open {
    margin-right: 10px;
  }

  .db-menu-color {
    padding-bottom: 13vh;
    padding-left: 20px;
  }

  .link {
    margin-bottom: 8vw;
    font-size: 12vw;
    line-height: 4vw;
  }

  .link.medio {
    margin-bottom: 3vh;
  }

  .link-2 {
    margin-top: 123px;
    margin-right: -13px;
  }

  .link-3 {
    margin-top: 273px;
    margin-right: -3px;
  }

  .link-block-desktop {
    margin-top: 377px;
    margin-right: 28px;
  }

  .parrafo-columnas {
    margin-left: 0px;
    font-weight: 500;
  }

  .media_x_naranja {
    background-position: 0vw 50%;
  }

  .media_x_azul {
    background-position: 0vw 50%;
  }

  .field-label-3 {
    display: inline;
    font-size: 24px;
    line-height: 33px;
  }

  .submit-button {
    margin-top: 26px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 14px;
  }

  .text-fields {
    display: block;
    width: 95%;
    height: 40px;
    padding-left: 0px;
    font-size: 24px;
  }

  .text-fields.date {
    width: 80%;
    padding-left: 2px;
  }

  .text-fields.budget {
    display: inline;
    width: 90px;
  }

  .text-fields.project {
    width: 100%;
    font-size: 24px;
  }

  .text-fields.age {
    width: 50px;
    padding-left: 9px;
  }

  .x3_azul-contacto {
    background-position: 0vw 50%;
  }

  .image-5 {
    margin-top: 25px;
    margin-left: 30px;
  }

  .div-block-25 {
    display: none;
  }

  .heading-11 {
    font-size: 25px;
    line-height: 25px;
    text-align: center;
  }

  .link-block-movil {
    display: block;
    margin-top: 377px;
    margin-right: 28px;
  }

  .container {
    padding-right: 15px;
    padding-bottom: 120px;
    padding-left: 15px;
  }

  .heading-12 {
    font-size: 35px;
    line-height: 40px;
  }

  .heading-13 {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .x3_vacantes {
    background-position: 0vw 50%;
  }

  .heading-14 {
    font-size: 25px;
  }

  .div-block-4 {
    padding-right: 15px;
    padding-bottom: 51px;
    padding-left: 15px;
  }

  .button-2.movil {
    margin-top: 45px;
  }

  .heading-2 {
    font-size: 10px;
    line-height: 30px;
  }

  .heading-2.sub {
    font-size: 13px;
  }

  .heading-2.sube {
    font-size: 13px;
  }

  .image-8 {
    left: auto;
  }

  .heading-4 {
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-3 {
    height: 50vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
  }

  .image-9 {
    left: auto;
  }

  .heading-18 {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 18px;
  }

  .heading-19 {
    font-size: 23px;
    line-height: 23px;
  }

  .lista {
    font-size: 13px;
    line-height: 25px;
  }

  .text-producto {
    font-size: 18px;
    line-height: 18px;
  }

  .text-detalles {
    font-size: 15px;
    line-height: 15px;
  }

  .text-precio {
    font-size: 18px;
    line-height: 18px;
  }

  .text-block-8 {
    font-size: 35px;
    line-height: 35px;
  }

  .text-block-9 {
    font-size: 25px;
    line-height: 25px;
  }

  .text-block-9.sub {
    font-size: 14px;
  }

  .paragraph-8-clave {
    font-size: 23px;
    line-height: 27px;
  }

  .heading-14-2 {
    font-size: 25px;
  }

  .heading-3-copy {
    margin-bottom: 20px;
    margin-left: 0px;
    font-size: 5vw;
    line-height: 8vw;
  }

  .heading-20 {
    font-size: 40px;
    line-height: 35px;
    letter-spacing: -1px;
  }

  .paragraph-10 {
    font-size: 18px;
    line-height: 25px;
  }

  .heading-21 {
    font-size: 100px;
    line-height: 100px;
  }

  .grid {
    grid-row-gap: 10vw;
  }

  .paragraph-10-copy {
    font-size: 18px;
    line-height: 25px;
  }

  .paragraph-resaltado {
    font-size: 18px;
    line-height: 25px;
  }

  .section-17 {
    min-height: 100vh;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-25 {
    margin: 40px 0px 20px;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
  }

  .section-18 {
    padding-top: 120px;
  }

  .x3_amarilla-video {
    background-position: 0vw 50%;
  }

  .button-copy {
    font-size: 16px;
  }

  .button-copy._2 {
    font-size: 16px;
  }

  .button-sin-animaci-n {
    font-size: 16px;
  }

  .button-sin-animaci-n._2 {
    font-size: 16px;
  }
}

