:root {
  --color_01: #0077bd;
  --color_02: #59a7d4;
  --color_03: #073e59;
  --white: white;
  --black: black;
}

h1 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1em;
}

p {
  margin-bottom: 2rem;
}

a {
  text-decoration: none;
}

.body {
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  line-height: 1.1em;
}

.main {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.menu {
  z-index: 999;
  background-color: #fff;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
}

.cont_menu {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.logo {
  width: 4rem;
}

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

.boton {
  background-color: var(--color_01);
  background-image: linear-gradient(#59a7d4, #fff0);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 2.5rem;
  margin-left: 0;
  padding: 0 1.5rem;
  font-size: 1rem;
  line-height: 1em;
  display: flex;
  box-shadow: 0 2px 10px #0003;
}

.boton:hover {
  background-color: var(--color_02);
  background-image: linear-gradient(180deg, var(--color_01), #fff0);
}

.boton.centrado {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.boton.contact {
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.seccion {
  flex-flow: wrap;
  width: 100%;
  height: auto;
  display: flex;
  transform: rotate(0);
}

.seccion.hero {
  margin-top: 6rem;
}

.seccion.hero._2 {
  margin-top: 4rem;
  position: relative;
}

.seccion.policy {
  margin-top: 6rem;
}

.contenedor {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 80%;
  max-width: 1280px;
  height: auto;
  margin: 3rem auto;
  display: flex;
}

.contenedor.testimonios {
  margin-top: 6rem;
  margin-bottom: 4rem;
}

.contenedor.contacto {
  background-color: var(--color_03);
  background-image: url('../images/logo_grafico.svg');
  background-position: 150%;
  background-repeat: no-repeat;
  background-size: 65%;
  border-radius: 20px;
  align-items: center;
  height: auto;
  padding: 3rem;
}

.contenedor.cent {
  justify-content: space-between;
  align-items: center;
}

.contenedor.cent.sinmargen {
  display: flex;
  position: static;
}

.contenedor.fichas_linkedin {
  margin-top: 0;
  margin-bottom: 0;
}

.contenedor.sinmargen {
  margin-top: 0;
}

.contenedor.video {
  margin-top: 6rem;
}

.contenedor.hero {
  margin-top: 6rem;
  margin-bottom: 6rem;
  position: relative;
}

.col50 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 49%;
  display: flex;
}

.col50.blanca {
  background-color: #ffffff59;
  border-radius: 20px;
  margin-bottom: 1rem;
  padding: 2rem;
  box-shadow: 0 2px 10px #0003;
}

.col50.up {
  letter-spacing: 0;
  text-indent: 0;
  align-items: flex-start;
  width: 48%;
  margin-bottom: auto;
}

.col50.centro {
  justify-content: space-between;
  align-items: center;
}

.col50.centro.der {
  justify-content: flex-end;
  align-items: center;
}

.col60 {
  width: 60%;
}

.boton_menu {
  background-color: var(--color_01);
  background-image: linear-gradient(#59a7d4, #fff0);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2.5rem;
  margin-left: auto;
  padding: 0 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  display: flex;
  box-shadow: 0 2px 10px #0003;
}

.boton_menu:hover {
  background-color: var(--color_02);
  background-image: linear-gradient(180deg, var(--color_01), #fff0);
}

.text-span {
  color: var(--color_01);
}

.bold {
  font-weight: 700;
}

.bold.no-bold {
  font-weight: 400;
}

.titulo_bold {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1em;
}

.titulo_bold.der {
  text-align: right;
  width: 100%;
  margin-bottom: 2rem;
  margin-left: auto;
}

.titulo_bold.cent {
  margin-left: auto;
  margin-right: auto;
}

.titulo_bold.cent.azul {
  color: var(--color_01);
  margin-bottom: 2rem;
}

.titulo_bold.azul {
  color: var(--color_01);
  font-size: 2.4rem;
}

.quote {
  width: 35%;
  margin-top: auto;
  margin-bottom: 4rem;
  margin-left: auto;
  display: flex;
}

.flecha {
  width: 10%;
}

.subtitulo {
  text-align: left;
  width: 100%;
  margin-bottom: 4rem;
  font-size: 2rem;
  line-height: 1.2em;
}

.subtitulo.izq {
  color: var(--white);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1em;
  display: flex;
}

.subtitulo._1rem {
  color: var(--color_01);
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.1em;
}

.subtitulo.cent {
  color: var(--white);
  text-align: center;
  margin-bottom: .5rem;
  font-size: 1.1rem;
}

.subtitulo.azul {
  color: var(--color_01);
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}

.subtitulo.bold.sinmargen {
  margin-bottom: auto;
}

.ficha_frente {
  background-color: #fff;
  border-radius: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 25rem;
  margin-bottom: 1rem;
  padding: 2rem;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 10px 1px #0003;
}

.ficha_frente.partners {
  background-color: #ffffff59;
  justify-content: center;
  align-items: center;
  width: 14%;
  min-height: 8rem;
  margin-right: auto;
  padding: 1rem;
  position: static;
}

.ficha_frente.partners._30 {
  color: #ffffff80;
  -webkit-text-stroke-color: transparent;
  background-color: #ffffff59;
  width: 30%;
  height: 15rem;
  margin-bottom: 2rem;
  margin-right: auto;
}

.ficha_frente.partners._30.der {
  margin-left: 1rem;
}

.ficha_frente.partners._30.der.center {
  margin-left: auto;
}

.ficha_frente.partners._30.izq {
  margin-right: 1rem;
}

.circulo_num {
  background-color: var(--color_01);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  display: none;
  position: absolute;
  inset: -.5rem -.5rem auto auto;
  transform: translate(0);
  box-shadow: 0 2px 10px #0003;
}

.numero {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 800;
}

.ficha_txt {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
}

.ficha_txt.vuelta {
  margin-bottom: auto;
}

.ficha_img {
  object-fit: contain;
  object-position: 50% 50%;
  width: auto;
  height: 100%;
  margin-bottom: 0;
}

.ficha_img.cover {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 15px;
}

.logo_partners {
  width: 100%;
  height: auto;
}

.logo_partners.ch {
  width: 60%;
}

.logo_partners._70 {
  width: 70%;
}

.logo_partners._40 {
  width: 40%;
}

.custom {
  color: var(--black);
  text-align: center;
  font-weight: 700;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  min-height: 16rem;
}

.slide-nav {
  color: var(--color_01);
  font-size: .8rem;
}

.slide {
  height: auto;
}

.testimonio {
  text-align: center;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2em;
}

.nombre {
  text-align: center;
  margin-left: 1rem;
}

.cont_estrellas {
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.estrella {
  color: var(--color_01);
  font-family: Material Icons Round, sans-serif;
  font-size: 1.5rem;
}

.ficha_azul {
  background-color: var(--color_03);
  border-radius: 20px;
  flex-flow: wrap;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  display: flex;
  box-shadow: 0 2px 10px #0003;
}

.ficha_azul.xl {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.titulo_margen {
  margin-bottom: 4rem;
}

.titulo_margen.der {
  text-align: right;
}

.ficha_azulclaro {
  background-color: var(--color_01);
  background-image: linear-gradient(180deg, var(--color_02) 15%, transparent);
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  margin-bottom: 1rem;
  padding: 2rem;
  display: flex;
  box-shadow: 0 2px 10px #0003;
}

.porcentaje {
  color: var(--white);
  text-align: center;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
  font-size: 5rem;
  font-weight: 700;
  display: flex;
}

.txt {
  width: 100%;
  margin-bottom: 1rem;
}

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

.grafica {
  width: 80%;
  margin-bottom: 2rem;
}

.grafica._50 {
  width: 50%;
}

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

.image {
  z-index: 999;
  vertical-align: top;
  width: 32rem;
  max-width: none;
  height: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.titulo_seccion {
  color: var(--color_01);
  margin-bottom: 2rem;
  margin-left: auto;
  font-size: 2rem;
}

.titulo_contacto {
  color: var(--white);
  text-align: right;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.subtitulo_contacto {
  color: var(--white);
  text-align: right;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.form {
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.cont_embed_alertas {
  width: 100%;
  margin-left: auto;
  font-size: 1rem;
  line-height: 1em;
  display: block;
}

.error_message {
  color: #fff;
  text-align: center;
  background-color: #fc5e5e;
  border-radius: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 30px;
  font-size: 1rem;
  line-height: 1em;
}

.recaptcha-error-message {
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .8rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1em;
}

.btn_enviar {
  background-color: var(--color_01);
  background-image: linear-gradient(180deg, var(--color_02), #fff0);
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  border: 2px #ff7c1b;
  border-radius: 100px;
  width: auto;
  height: 2.5rem;
  padding: 0 2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
}

.btn_enviar:hover {
  background-color: #066dd6;
  background-image: linear-gradient(0deg, var(--color_02), #fff0);
  color: #fff;
  border-style: none;
  border-width: 0;
}

.form-block {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: auto;
  display: block;
}

.col_contacto {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: block;
}

.embed_codigo_captcha {
  width: 100%;
  height: auto;
}

.text-field_box {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #afafaf #afafaf var(--white);
  color: #fff;
  -webkit-text-stroke-color: black;
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 8rem;
  min-height: 8rem;
  margin-bottom: 1rem;
  margin-left: auto;
  font-size: 1rem;
}

.text-field_box::placeholder {
  color: #fff;
}

.text-field {
  color: #fff;
  -webkit-text-stroke-color: black;
  background-color: #0000;
  border: 1px #afafaf;
  border-bottom: 2px solid #afafaf;
  border-radius: 0;
  width: 100%;
  min-height: 60px;
  margin-bottom: 1rem;
  padding-top: .5vh;
  padding-bottom: .5vh;
  font-size: 1rem;
}

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

.texto-muestra-error-recaptcha {
  color: #161b16;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .8rem;
  font-style: italic;
  line-height: 1em;
}

.success_message {
  color: #161b16;
  text-align: center;
  background-color: #9fec24;
  border-radius: 60px;
  margin-top: 20px;
  padding: 15px 29px;
  font-size: 1rem;
  line-height: 1em;
}

.cont_btn_form-se-debe-ocultar {
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto;
  display: none;
}

.left-arrow, .right-arrow {
  display: none;
}

.followus {
  width: 100%;
  height: auto;
  margin-top: auto;
}

.boton_linkedin {
  background-color: var(--color_01);
  background-image: linear-gradient(180deg, var(--color_02), #fff0);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  margin-left: 4rem;
  display: flex;
}

.linkedin_logo {
  width: 50%;
  height: auto;
}

.flecha_2 {
  margin-left: auto;
}

.flecha_linkedin {
  width: 4rem;
}

.footer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  padding-left: 0;
  display: flex;
}

.cont_footer {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1280px;
  margin: 2rem auto;
  display: flex;
}

.txt_footer {
  text-align: right;
  width: 40%;
  margin-bottom: auto;
  margin-left: 3rem;
  font-size: .9rem;
}

.cont_rrss {
  flex-flow: wrap;
  width: auto;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.logo_rrss {
  width: 1.5rem;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.background-video {
  object-fit: contain;
  width: 100%;
  height: 40rem;
  min-height: 0;
}

.links_menu {
  flex-flow: column wrap;
  justify-content: space-around;
  width: auto;
  height: 3rem;
  min-height: 0;
  margin-left: 2rem;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link {
  color: #333;
  text-transform: none;
  width: 10rem;
  margin-left: 0;
  padding-top: .2rem;
  padding-bottom: .2rem;
  font-size: 1rem;
  line-height: 1.1em;
  text-decoration: none;
}

.link:hover {
  color: var(--color_01);
}

.link.dropdown {
  padding: .8rem 1rem;
}

.dropdown-toggle {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.dropdown-toggle:hover {
  color: var(--color_01);
}

.dropdown-list {
  background-color: var(--white);
  border-radius: 20px;
  margin-top: .5rem;
  display: none;
  left: -1rem;
  box-shadow: 0 2px 10px #0003;
}

.dropdown-list.w--open {
  background-color: var(--white);
  border-radius: 20px;
  margin-left: 0;
  box-shadow: 0 2px 10px #0003;
}

.ficha_linkedin {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
}

.col30 {
  color: #333;
  background-color: #ffffff59;
  border-radius: 20px;
  flex-flow: wrap;
  width: 30%;
  height: auto;
  min-height: 20rem;
  margin-bottom: 2rem;
  padding: 2rem;
  display: flex;
  box-shadow: 0 2px 10px #0003;
}

.cont_foto_linkedin {
  outline-offset: 0px;
  object-fit: cover;
  border: 0 solid #dadada;
  border-radius: 500px;
  outline: 2px solid #c4c4c4;
  width: 12rem;
  height: 12rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem;
}

.img_linkedin {
  filter: grayscale();
  object-fit: cover;
  border-radius: 500px;
  width: 100%;
  height: 100%;
}

.img_linkedin:hover {
  filter: none;
}

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

.name_linkedin {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2em;
}

.empty {
  justify-content: center;
  align-items: center;
  width: 30%;
  height: auto;
  min-height: 0;
  display: flex;
}

.logo_xl {
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
}

.text-span-5 {
  color: var(--color_01);
}

.partners {
  background-color: var(--black);
  color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 10rem;
  margin-bottom: 1rem;
  margin-left: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.cont_partners {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.titulo_partners {
  background-color: var(--black);
  color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 3rem;
  margin-bottom: 1rem;
  margin-left: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.cont_img_ficha {
  object-fit: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15rem;
  display: flex;
}

.txt_quote {
  text-align: center;
  width: 100%;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1em;
}

.linea_vertical {
  background-color: #dadada;
  width: .1rem;
  height: 10rem;
  margin: 0 auto 4rem 10%;
}

.linea_vertical.centrada {
  margin-left: auto;
  margin-right: auto;
}

.cont_navbar {
  justify-content: space-between;
  width: 80%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  width: 4rem;
  height: 100%;
}

.nav-menu {
  margin-left: 4rem;
  margin-right: auto;
}

.navbar {
  z-index: 998;
  background-color: var(--white);
  flex-flow: wrap;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: fixed;
  top: 0;
}

.cont_graficas {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.cont_tecnology {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.tabla {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 80%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto 3rem;
  display: none;
}

.fila {
  border-bottom: 1px solid #000;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.tabla_cont_txt {
  justify-content: center;
  align-items: center;
  width: 25%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 1rem;
  display: flex;
}

.code-embed {
  width: 80%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.cont_ficha {
  width: 32%;
  height: auto;
}

.ficha_fx {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 2000px;
  width: 100%;
  height: auto;
  min-height: 25rem;
  position: relative;
}

.ficha_vuelta {
  transform-style: preserve-3d;
  background-color: #ffffff59;
  border-radius: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 25rem;
  margin-bottom: 1rem;
  padding: 2rem;
  display: flex;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: 0 2px 10px 1px #0003;
}

.ficha {
  border-radius: 15px;
  width: 23%;
  padding: 1rem;
  box-shadow: 0 2px 10px 1px #0003;
}

.ficha_partners {
  background-color: #fff;
  border-radius: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 25rem;
  margin-bottom: 1rem;
  padding: 2rem;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 10px 1px #0003;
}

.ficha_partners.partners {
  background-color: #ffffff59;
  justify-content: center;
  align-items: center;
  width: 14%;
  min-height: 8rem;
  margin-right: auto;
  padding: 1rem;
  position: static;
}

.ficha_partners.partners._30 {
  color: #ffffff80;
  -webkit-text-stroke-color: transparent;
  background-color: #ffffff59;
  width: 30%;
  height: 15rem;
  margin-bottom: 2rem;
  margin-right: auto;
}

.ficha_partners.partners._30.der {
  margin-left: 1rem;
}

.ficha_partners.partners._30.izq {
  margin-right: 1rem;
}

.ficha_frente-copy {
  background-color: #fff;
  border-radius: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 25rem;
  margin-bottom: 1rem;
  padding: 2rem;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 10px 1px #0003;
}

.ficha_frente-copy.partners {
  background-color: #ffffff59;
  justify-content: center;
  align-items: center;
  width: 14%;
  min-height: 8rem;
  margin-right: auto;
  padding: 1rem;
  position: static;
}

.ficha_frente-copy.partners._30 {
  color: #ffffff80;
  -webkit-text-stroke-color: transparent;
  background-color: #ffffff59;
  width: 30%;
  height: 15rem;
  margin-bottom: 2rem;
  margin-right: auto;
}

.ficha_frente-copy.partners._30.der {
  margin-left: 1rem;
}

.ficha_frente-copy.partners._30.izq {
  margin-right: 1rem;
}

@media screen and (max-width: 991px) {
  .cont_menu {
    width: 90%;
  }

  .boton {
    margin-left: auto;
  }

  .boton.contact {
    margin-right: 1rem;
  }

  .boton.izq {
    margin-left: 0;
    margin-right: auto;
  }

  .seccion.hero {
    margin-top: 5rem;
  }

  .seccion.hero._2 {
    margin-top: 4rem;
  }

  .contenedor {
    justify-content: space-around;
    width: 90%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .contenedor.contacto {
    flex-flow: wrap-reverse;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .contenedor.cent {
    justify-content: space-between;
    align-items: stretch;
  }

  .contenedor.cent.sinmargen {
    justify-content: space-between;
  }

  .contenedor.video {
    margin-top: 2rem;
  }

  .contenedor.hero {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }

  .col50 {
    width: 100%;
  }

  .col60 {
    flex-flow: wrap;
    width: 55%;
    margin-right: auto;
    display: flex;
  }

  .titulo_bold {
    margin-bottom: 1rem;
  }

  .titulo_bold.azul {
    font-size: 2rem;
  }

  .quote {
    width: 50%;
  }

  .flecha {
    margin-bottom: auto;
  }

  .ficha_frente {
    width: 100%;
    min-height: 23rem;
    padding: 1rem;
  }

  .ficha_frente.partners {
    width: 30%;
  }

  .ficha_frente.partners._30 {
    height: 10rem;
    min-height: 0;
  }

  .ficha_img {
    object-fit: contain;
  }

  .ficha_img.cover {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .ficha_img.cover._2 {
    object-position: 40% 50%;
  }

  .logo_partners {
    width: 80%;
  }

  .logo_partners.ch {
    width: 40%;
  }

  .titulo_margen {
    margin-bottom: 2rem;
  }

  .ficha_azulclaro {
    justify-content: center;
    align-items: flex-start;
    padding: 1rem;
  }

  .porcentaje {
    justify-content: center;
    align-items: center;
    font-size: 4rem;
  }

  .txt, .txt.izq {
    text-align: left;
  }

  .grafica {
    width: 60%;
  }

  .grafica._50 {
    width: 30%;
  }

  .image {
    width: 24rem;
  }

  .titulo_contacto {
    margin-bottom: 1rem;
  }

  .cont_embed_alertas {
    width: 100%;
  }

  .error_message {
    line-height: 1em;
  }

  .form-block {
    flex-flow: wrap;
    width: 100%;
    min-width: 100%;
    display: flex;
  }

  .col_contacto, .embed_codigo_captcha {
    width: 100%;
  }

  .text-field_box {
    width: 100%;
    margin-bottom: 2rem;
    font-size: .9rem;
  }

  .text-field {
    min-height: 3rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: .9rem;
    line-height: 1.1em;
  }

  .success_message {
    line-height: 1em;
  }

  .cont_btn_form-se-debe-ocultar {
    width: 100%;
    display: none;
  }

  .flecha_linkedin {
    margin-bottom: auto;
  }

  .cont_footer {
    width: 90%;
  }

  .txt_footer {
    width: 60%;
  }

  .cont_rrss {
    margin-left: 0;
    margin-right: auto;
  }

  .background-video {
    width: 100%;
  }

  .links_menu {
    flex-flow: column wrap;
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
  }

  .link {
    color: var(--white);
    text-align: left;
    width: 100%;
    padding-top: .2rem;
    padding-bottom: .2rem;
    font-size: 1.1rem;
    line-height: 1.5em;
  }

  .link:hover {
    color: var(--color_03);
  }

  .link.w--current {
    color: var(--color_03);
    width: 100%;
  }

  .link.dropdown {
    color: var(--black);
  }

  .link.dropdown:hover {
    color: var(--color_01);
  }

  .dropdown-toggle {
    color: var(--white);
    text-align: left;
  }

  .dropdown-toggle:hover {
    color: var(--color_03);
  }

  .dropdown-list {
    width: auto;
    display: none;
  }

  .dropdown-list.w--open {
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    left: auto;
  }

  .col30 {
    width: 32%;
  }

  .cont_foto_linkedin {
    width: 10rem;
    height: 10rem;
  }

  .name_linkedin {
    font-size: 1rem;
  }

  .empty {
    min-height: 0;
  }

  .cont_img_ficha {
    justify-content: center;
    align-items: center;
  }

  .linea_vertical {
    height: 6rem;
    margin-bottom: 4rem;
  }

  .cont_navbar {
    flex-flow: wrap;
    align-items: center;
    width: 90%;
    height: 3rem;
    margin-left: auto;
    margin-right: auto;
  }

  .brand {
    width: 5rem;
  }

  .nav-menu {
    background-color: var(--color_01);
    color: #0000;
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    display: flex;
  }

  .navbar {
    background-color: #fff;
    flex-flow: wrap;
    width: 100%;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .menu-button {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    height: 100%;
    padding: 0;
    display: flex;
  }

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

  .icon {
    color: var(--color_01);
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 2rem;
    display: flex;
  }

  .icon-2 {
    margin-left: .5rem;
  }

  .tabla {
    width: 90%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .fila {
    align-items: flex-start;
  }

  .tabla_cont_txt {
    font-size: .8rem;
  }

  .cont_ficha {
    width: 31%;
  }

  .ficha_vuelta, .ficha_partners {
    width: 100%;
    min-height: 23rem;
    padding: 1rem;
  }

  .ficha_partners.partners {
    width: 30%;
  }

  .ficha_partners.partners._30 {
    height: 10rem;
    min-height: 0;
  }

  .ficha_frente-copy {
    width: 100%;
    min-height: 23rem;
    padding: 1rem;
  }

  .ficha_frente-copy.partners {
    width: 30%;
  }

  .ficha_frente-copy.partners._30 {
    height: 10rem;
    min-height: 0;
  }
}

@media screen and (max-width: 767px) {
  .cont_menu {
    justify-content: space-between;
    width: 95%;
  }

  .logo {
    width: 3rem;
  }

  .seccion.hero {
    flex-flow: wrap-reverse;
  }

  .seccion.hero._2 {
    margin-top: 4rem;
  }

  .contenedor.testimonios {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .contenedor.video {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .contenedor.hero {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .col60 {
    width: 100%;
    margin-right: auto;
  }

  .boton_menu {
    font-size: .9rem;
  }

  .quote {
    width: 70%;
    margin-bottom: 0;
  }

  .flecha {
    margin-right: 1rem;
  }

  .subtitulo {
    margin-bottom: 2rem;
    font-size: 1.7rem;
  }

  .ficha_frente {
    width: 100%;
    min-height: 22rem;
    margin-bottom: 1rem;
    padding: 2rem;
  }

  .circulo_num {
    width: 2rem;
    height: 2rem;
  }

  .numero {
    font-size: 1.2rem;
  }

  .ficha_img.cover {
    height: 100%;
  }

  .logo_partners._70 {
    width: 80%;
  }

  .slider {
    min-height: 20rem;
  }

  .testimonio {
    font-size: 1.2rem;
  }

  .image {
    width: 65%;
    margin-top: 0;
    margin-left: auto;
    position: static;
    right: -5rem;
  }

  .titulo_contacto, .subtitulo_contacto {
    text-align: left;
  }

  .cont_embed_alertas, .col_contacto, .embed_codigo_captcha, .text-field_box {
    width: 100%;
  }

  .cont_btn_form-se-debe-ocultar {
    width: 100%;
    font-size: 1rem;
  }

  .cont_footer {
    width: 95%;
  }

  .txt_footer {
    text-align: center;
    width: 100%;
    margin-top: 1rem;
    margin-left: 0;
    font-size: .8rem;
    line-height: 1.1em;
  }

  .cont_rrss {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .background-video {
    width: 100%;
    height: 50vh;
  }

  .links_menu {
    width: auto;
    margin-left: auto;
    font-size: .9rem;
  }

  .link {
    width: 8rem;
    font-size: .8rem;
  }

  .link.w--current {
    width: 6rem;
    font-size: .8rem;
  }

  .dropdown-toggle {
    font-size: .8rem;
  }

  .col30 {
    flex-flow: wrap;
    min-height: 8rem;
    margin-bottom: 1rem;
    padding: 1rem;
    display: flex;
  }

  .cont_foto_linkedin {
    width: 8rem;
    height: 8rem;
    padding: .2rem;
  }

  .name_linkedin {
    font-size: .8rem;
  }

  .empty {
    min-height: auto;
  }

  .cont_img_ficha {
    margin-bottom: 2rem;
  }

  .cont_img_ficha.tecnology {
    height: 100%;
  }

  .linea_vertical {
    margin-bottom: 4rem;
  }

  .cont_tecnology {
    margin-bottom: 2rem;
  }

  .cont_ficha {
    width: 100%;
  }

  .ficha_vuelta {
    width: 100%;
    min-height: 22rem;
    margin-bottom: 1rem;
    padding: 2rem;
  }

  .ficha {
    padding-top: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .ficha_partners, .ficha_frente-copy {
    width: 100%;
    min-height: 22rem;
    margin-bottom: 1rem;
    padding: 2rem;
  }
}

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

  p {
    font-size: .9rem;
    line-height: 1.1em;
  }

  .logo {
    margin-right: auto;
  }

  .boton {
    width: 100%;
  }

  .boton.contact {
    width: 40%;
    margin-right: auto;
    font-size: .9rem;
  }

  .seccion.hero {
    flex-flow: wrap-reverse;
    margin-top: 2rem;
  }

  .seccion.hero._2 {
    margin-top: 6rem;
  }

  .contenedor {
    height: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .contenedor.contacto {
    padding: 1rem;
  }

  .contenedor.cent {
    justify-content: space-between;
  }

  .contenedor.cent.sinmargen {
    justify-content: space-between;
    align-items: stretch;
  }

  .contenedor.video {
    height: 50vh;
  }

  .contenedor.hero {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .col50.blanca {
    height: auto;
  }

  .col50.centro.der {
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  }

  .col60 {
    width: 100%;
  }

  .titulo_bold {
    text-align: left;
    font-size: 1.8rem;
  }

  .titulo_bold.der {
    text-align: left;
  }

  .titulo_bold.azul {
    font-size: 1.5rem;
  }

  .quote {
    width: 100%;
  }

  .flecha {
    margin-right: 1rem;
  }

  .subtitulo {
    font-size: 1.2rem;
  }

  .subtitulo.der {
    text-align: right;
  }

  .ficha_frente {
    width: 100%;
    min-height: 20rem;
    margin-bottom: 2rem;
    padding: 1rem;
  }

  .ficha_frente.partners {
    justify-content: space-around;
    width: 45%;
    min-height: 6rem;
    margin-bottom: 1rem;
    margin-right: auto;
  }

  .ficha_frente.partners._30 {
    width: 100%;
    margin-bottom: 1rem;
  }

  .ficha_frente.partners._30.der {
    margin-bottom: 2rem;
    margin-left: auto;
  }

  .ficha_frente.partners._30.izq {
    margin-right: auto;
  }

  .circulo_num {
    width: 2rem;
    height: 2rem;
  }

  .numero {
    font-size: 1.2rem;
  }

  .logo_partners {
    width: 85%;
  }

  .slider {
    min-height: 22rem;
  }

  .slide-nav {
    bottom: 0;
  }

  .slide {
    height: auto;
  }

  .testimonio, .nombre {
    font-size: 1rem;
  }

  .ficha_azul.xl {
    padding: 1rem;
  }

  .ficha_azulclaro {
    width: 100%;
  }

  .grafica._50 {
    width: 60%;
  }

  .image {
    vertical-align: top;
    width: 90%;
    height: auto;
    margin-top: 0;
    margin-bottom: auto;
    margin-left: auto;
    position: static;
    inset: -75% 0% auto auto;
  }

  .titulo_seccion {
    text-align: center;
    margin-right: 0;
  }

  .titulo_contacto {
    margin-bottom: .5rem;
    font-size: 1.5rem;
  }

  .subtitulo_contacto {
    font-size: 1.2rem;
  }

  .form {
    width: auto;
  }

  .cont_embed_alertas {
    font-size: .9rem;
  }

  .col_contacto {
    display: block;
  }

  .text-field_box {
    height: 6rem;
    min-height: 6rem;
    font-size: .9rem;
    line-height: 1.1em;
  }

  .text-field {
    width: 100%;
    min-width: 100%;
    font-size: .9rem;
    line-height: 1.1em;
  }

  .cont_btn_form-se-debe-ocultar {
    font-size: .9rem;
    display: none;
  }

  .boton_linkedin {
    border-radius: 15px;
    width: 4rem;
    height: 4rem;
    margin-left: 1rem;
  }

  .flecha_2 {
    margin-left: 0;
  }

  .flecha_linkedin {
    width: 3rem;
    margin-left: auto;
  }

  .txt_footer {
    width: 100%;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .cont_rrss {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .logo_rrss {
    width: 1.2rem;
  }

  .background-video {
    width: 100%;
    height: 100%;
  }

  .links_menu {
    width: 100%;
    font-size: .9rem;
  }

  .link {
    width: auto;
    margin-right: auto;
    font-size: 1rem;
  }

  .link.w--current {
    width: auto;
    font-size: 1rem;
  }

  .dropdown-toggle {
    width: auto;
    font-size: .7rem;
  }

  .dropdown-list {
    display: none;
    left: 0;
  }

  .col30 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .cont_foto_linkedin {
    width: 12rem;
    height: 12rem;
  }

  .name_linkedin {
    font-size: .9rem;
  }

  .empty {
    display: none;
  }

  .titulo_partners {
    width: 8rem;
  }

  .cont_img_ficha {
    margin-bottom: 1rem;
  }

  .txt_quote {
    font-size: 1.5rem;
    line-height: 1.1em;
  }

  .linea_vertical {
    margin-bottom: 4rem;
  }

  .brand {
    flex-flow: wrap;
    justify-content: center;
    width: 4rem;
    padding-left: 0;
    display: flex;
  }

  .brand.w--current {
    width: 30%;
  }

  .nav-menu {
    flex-flow: wrap;
    width: 90%;
    font-size: 1.2rem;
    line-height: 1.5em;
  }

  .menu-button {
    width: 30%;
  }

  .icon {
    justify-content: flex-end;
    align-items: center;
  }

  .icon-2 {
    margin-right: 0;
  }

  .cont_tecnology {
    margin-bottom: 1rem;
  }

  .tabla {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .tabla_cont_txt {
    font-size: .7rem;
  }

  .code-embed {
    width: 90%;
  }

  .ficha_fx {
    min-height: 20rem;
    margin-bottom: 1rem;
  }

  .ficha_vuelta {
    width: 100%;
    min-height: 20rem;
    margin-bottom: 2rem;
  }

  .ficha {
    width: 48%;
    margin-bottom: 1rem;
  }

  .ficha_partners {
    width: 100%;
    min-height: 20rem;
    margin-bottom: 2rem;
    padding: 1rem;
  }

  .ficha_partners.partners {
    justify-content: space-around;
    width: 45%;
    min-height: 6rem;
    margin-bottom: 1rem;
    margin-right: auto;
  }

  .ficha_partners.partners._30 {
    width: 100%;
    margin-bottom: 1rem;
  }

  .ficha_partners.partners._30.der {
    margin-bottom: 2rem;
    margin-left: auto;
  }

  .ficha_partners.partners._30.izq {
    margin-right: auto;
  }

  .ficha_frente-copy {
    width: 100%;
    min-height: 20rem;
    margin-bottom: 2rem;
    padding: 1rem;
  }

  .ficha_frente-copy.partners {
    justify-content: space-around;
    width: 45%;
    min-height: 6rem;
    margin-bottom: 1rem;
    margin-right: auto;
  }

  .ficha_frente-copy.partners._30 {
    width: 100%;
    margin-bottom: 1rem;
  }

  .ficha_frente-copy.partners._30.der {
    margin-bottom: 2rem;
    margin-left: auto;
  }

  .ficha_frente-copy.partners._30.izq {
    margin-right: auto;
  }

  .text-block {
    width: auto;
    font-size: 1rem;
  }
}


