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

.div-cabeza {
  display: block;
  width: auto;
  max-width: 1200px;
  min-width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
}

.seccion-superior {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/fondo-circular.png');
  background-position: -30% 250%;
  background-size: auto;
  background-repeat: no-repeat;
}

.calltoaction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 60px;
  margin-bottom: 20px;
  -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: 5px;
  background-color: #ff8b71;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.calltoaction:hover {
  background-color: #fff;
  color: #ff8b71;
}

.columnas-cabeza {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 820px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logotipos-seccion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.grid {
  width: 100%;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.seccion-central {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #d0d9dd;
  background-image: url('../images/fondo-chica-eservices-1.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.contenedor-centro-a {
  max-width: 1200px;
  min-height: 877px;
  background-color: transparent;
}

.columnas-centrales {
  width: 1200px;
}

.cc-izquierda {
  height: 877px;
}

.cc-derecha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 877px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.subtitulo-central-a {
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #151553;
  font-size: 56px;
  line-height: 60px;
}

.seccion-procesovideo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/fondo-circular.png');
  background-position: 100% -30%;
  background-size: auto;
  background-repeat: no-repeat;
}

.contenedor-caract-1 {
  width: 1200px;
  height: 900px;
  max-width: 1200px;
}

.ccr-izquierda {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 900px;
  -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;
}

.ccr-derecha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 900px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.background-video {
  position: absolute;
  top: 100px;
  z-index: 1;
  display: block;
  width: 316px;
  height: 684px;
  border-radius: 45px;
}

.image {
  position: absolute;
  z-index: 0;
}

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

.heading {
  background-color: transparent;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #151553;
  font-size: 78px;
  line-height: 80px;
}

.paragraph {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 21px;
  line-height: 32px;
}

.image-2 {
  position: absolute;
  left: 30px;
  bottom: 556px;
  z-index: 1;
  border-radius: 9px;
  box-shadow: 0 20px 20px -9px rgba(0, 0, 0, 0.3);
}

.image-3 {
  position: absolute;
  right: 0px;
  bottom: 27px;
  z-index: 1;
}

.image-4 {
  position: relative;
  z-index: 0;
}

.text-block {
  margin-bottom: 19px;
}

.lightbox-button-manual {
  width: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}

.lightbox-button-manual:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #ff8b71;
  border-radius: 10px;
  background-color: #fff;
  color: #ff8b71;
}

.link {
  display: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
}

.paragraph-2 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 21px;
  line-height: 26px;
}

.text-block-3 {
  width: 250px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  text-align: center;
}

.heading-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #151553;
  font-size: 56px;
  line-height: 60px;
}

.paragraph-3 {
  margin-top: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 21px;
  line-height: 26px;
}

.list {
  margin-left: 15px;
  padding-left: 0px;
  list-style-type: none;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: #a5a5a5;
  border-radius: 10px;
  background-color: transparent;
  list-style-type: none;
}

.list-2 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
}

.paragraph-4 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 25px;
}

.check-icon {
  margin-right: 10px;
}

.seccion-caracteristicas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #10152f;
}

.features-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 800px;
  min-width: 1200px;
  -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;
  text-align: left;
}

.image-5 {
  position: absolute;
  right: 49px;
  bottom: 91px;
}

.heading-3 {
  display: block;
  width: auto;
  max-width: 730px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 52px;
  text-align: center;
}

.paragraph-5 {
  width: auto;
  max-width: 950px;
  margin-bottom: 50px;
  color: #acacac;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

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

.grid-header-txt {
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.grid-text-paragraph {
  color: #acacac;
  line-height: 24px;
  text-align: center;
}

.seccion-solicitudes-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-solicitudes {
  width: 1200px;
  height: 800px;
  max-width: 1200px;
}

.smallheaders {
  width: 500px;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #151553;
  font-size: 50px;
  line-height: 56px;
}

.paragraph-6 {
  width: 500px;
  margin-bottom: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.right-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.right-column.turn-right {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.left-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.left-column.turn-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.seccion-solicitudes-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-6 {
  position: absolute;
  right: 0px;
  bottom: 54.734px;
  z-index: 0;
  width: 700px;
  max-width: 700%;
}

.image-7 {
  position: absolute;
  right: -300px;
  bottom: 40px;
  z-index: 1;
  max-width: 700px;
}

.image-8 {
  position: absolute;
  left: 0px;
  bottom: 115px;
  z-index: 2;
}

.image-9 {
  position: absolute;
  z-index: 0;
  width: 335px;
}

.div-block {
  width: 300px;
  height: 600px;
}

.background-video-2 {
  position: absolute;
  top: 87px;
  z-index: 1;
  width: 300px;
  height: 610px;
  border-radius: 45px;
  line-height: 10px;
}

.seccion-calltoaction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #10152f;
  background-image: url('../images/background-calltoaction-black.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.block-appdownload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 600px;
  max-width: 1200px;
  -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;
}

.image-10 {
  position: absolute;
  top: 85px;
  right: 21px;
  z-index: 1;
  width: auto;
}

.image-10.img-left {
  left: -68px;
  top: 25px;
  right: auto;
  z-index: 0;
  width: auto;
}

.heading-4 {
  margin-bottom: 20px;
  background-color: transparent;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
}

.paragraph-7 {
  margin-bottom: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-shadow: 2px 2px 13px rgba(0, 0, 0, 0.5);
}

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

.image-11 {
  position: absolute;
  left: -16px;
  bottom: 200px;
  z-index: 3;
}

.paragraph-8 {
  color: #7a7a7a;
  font-size: 16px;
}

.container {
  height: 355px;
  max-width: 1200px;
}

.top-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-bottom: 1px solid #eae9ec;
}

.bottom-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -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;
}

.columna-footer-log {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-13 {
  width: 30%;
}

.column-3 {
  text-align: right;
}

.footer-links {
  margin-right: 10px;
  margin-left: 10px;
  color: #10152f;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.columna-footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.text-block-4 {
  color: #10152f;
  font-size: 16px;
}

.grid-4 {
  width: 200px;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.image-14 {
  width: 389px;
  height: 60px;
  cursor: pointer;
}

.lightbox-link {
  width: 250px;
  height: 60px;
  border-radius: 10px;
  background-color: #ff8b71;
  text-decoration: none;
  cursor: pointer;
}

.lightbox-link.hideme {
  display: none;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #dadada;
  text-align: center;
}

.columns-3 {
  width: 1200px;
  height: 100%;
  max-width: none;
}

.header-logo-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-8 {
  height: 100%;
}

.image-15 {
  width: 100%;
}

.navbar {
  background-color: transparent;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  font-size: 16px;
}

.terminos-condi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contenedor-preguntas {
  width: 1200px;
  height: auto;
}

.left-question-holder {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  bottom: 100px;
  display: block;
}

.pregunta {
  margin-bottom: 50px;
}

.left-menu-preguntas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 400px;
  margin-top: 30px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  background-color: #f7f6fb;
}

.columns-4 {
  position: relative;
}

.titular-seccion {
  width: 1200px;
  max-width: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7f6fb;
}

.heading-5 {
  text-align: center;
}

.paragraph-9 {
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
}

.question-title-a {
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #141453;
  font-size: 28px;
}

.question-paragraph-a {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.heading-6 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.heading-7 {
  margin-bottom: 50px;
}

.faqlink {
  margin-bottom: 5px;
  color: #141453;
  font-size: 16px;
}

.faqlink:hover {
  color: #1967d2;
}

.paragraph-10 {
  margin-bottom: 80px;
  padding-right: 100px;
  padding-left: 100px;
  font-size: 18px;
  line-height: 32px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .div-cabeza {
    width: 100%;
    max-width: none;
    min-width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .logotipos-seccion {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .seccion-central {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .contenedor-centro-a {
    max-width: none;
    min-height: auto;
  }

  .columnas-centrales {
    width: auto;
  }

  .cc-izquierda {
    display: none;
  }

  .cc-derecha {
    height: auto;
    padding: 40px 20px;
  }

  .column {
    margin-top: 50px;
    margin-bottom: 50px;
  }

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

  .paragraph-3 {
    font-size: 18px;
  }

  .features-block {
    width: auto;
    height: auto;
    min-width: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .paragraph-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-right: 150px;
    padding-left: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .block-solicitudes {
    width: auto;
    max-width: none;
  }

  .smallheaders {
    font-size: 44px;
    line-height: 44px;
  }

  .seccion-solicitudes-right {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-6 {
    right: -285px;
    bottom: 124.734px;
  }

  .image-7 {
    right: -310px;
    bottom: -57px;
  }

  .image-8 {
    bottom: 236px;
  }

  .column-2 {
    margin-top: 40px;
  }

  .columns-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .columna-footer-log {
    width: 80%;
  }

  .image-13 {
    width: 50%;
  }

  .column-3 {
    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;
  }

  .footer-links {
    margin-bottom: 10px;
  }

  .columna-footer-copyright {
    width: auto;
  }

  .text-block-4 {
    width: 100%;
  }

  .columns-3 {
    width: 600px;
  }

  .header-logo-holder {
    padding-right: 10px;
    padding-left: 0px;
  }

  .image-15 {
    width: 50%;
    max-width: none;
  }

  .container-2 {
    height: 80px;
  }

  .nav-menu {
    height: 200px;
    background-color: #141453;
  }

  .nav-link {
    color: #fff;
  }

  .preguntas-holder {
    padding-right: 30px;
  }

  .left-menu-preguntas {
    width: 95%;
  }

  .paragraph-9 {
    padding-right: 80px;
    padding-left: 80px;
    line-height: 26px;
  }

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

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

  .paragraph-10 {
    padding-right: 80px;
    padding-left: 80px;
  }
}

@media screen and (max-width: 767px) {
  .div-cabeza {
    max-width: none;
    min-width: auto;
    margin-bottom: 0px;
  }

  .calltoaction {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 50px;
  }

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

  .logotipos-seccion {
    padding-right: 30px;
    padding-left: 30px;
  }

  .seccion-central {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .contenedor-centro-a {
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .columnas-centrales {
    width: auto;
  }

  .cc-izquierda {
    display: none;
  }

  .cc-derecha {
    height: auto;
  }

  .subtitulo-central-a {
    margin-top: 50px;
  }

  .contenedor-caract-1 {
    width: auto;
    height: auto;
    max-width: none;
  }

  .ccr-derecha {
    height: auto;
  }

  .column {
    margin-top: 40px;
  }

  .heading {
    font-size: 68px;
    line-height: 74px;
  }

  .text-block {
    font-size: 18px;
    font-weight: 700;
  }

  .link {
    display: none;
    line-height: 60px;
    text-align: center;
  }

  .features-block {
    width: auto;
    height: auto;
    min-width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-3 {
    margin-top: 50px;
  }

  .grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-contenedor {
    margin-bottom: 0px;
  }

  .block-solicitudes {
    width: auto;
    height: auto;
    max-width: none;
    padding-right: 10px;
    padding-left: 10px;
  }

  .right-column {
    height: auto;
    margin-bottom: 50px;
  }

  .right-column.turn-right {
    display: none;
    height: auto;
  }

  .left-column.turn-left {
    height: auto;
  }

  .image-10 {
    right: 67px;
  }

  .image-10.img-left {
    left: 30px;
  }

  .image-11 {
    left: 208px;
  }

  .column-2 {
    margin-top: 50px;
  }

  .columna-footer-log {
    width: 90%;
  }

  .columna-footer-copyright {
    width: 90%;
  }

  .columns-3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header-logo-holder {
    padding-left: 20px;
  }

  .column-8 {
    position: static;
  }

  .image-15 {
    width: 70%;
  }

  .container-2 {
    height: 80px;
  }

  .terminos-condi {
    padding-top: 30px;
  }

  .left-question-holder {
    display: none;
  }

  .preguntas-holder {
    padding-left: 30px;
  }

  .heading-5 {
    padding-right: 43px;
    padding-left: 43px;
  }

  .paragraph-9 {
    padding-right: 55px;
    padding-left: 55px;
    line-height: 26px;
  }

  .paragraph-10 {
    padding-right: 55px;
    padding-left: 55px;
  }
}

@media screen and (max-width: 479px) {
  .div-cabeza {
    min-width: 320px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .calltoaction {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: left;
  }

  .columnas-cabeza {
    height: 1250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logotipos-seccion {
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .seccion-central {
    background-color: #cedbe0;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .contenedor-centro-a {
    min-height: 775px;
  }

  .columnas-centrales {
    width: 100%;
  }

  .cc-izquierda {
    display: none;
    height: 350px;
  }

  .cc-derecha {
    height: 720px;
    padding: 60px 20px 0px;
  }

  .subtitulo-central-a {
    margin-top: 0px;
    font-size: 38px;
    line-height: 42px;
  }

  .contenedor-caract-1 {
    height: 1730px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .ccr-izquierda {
    height: 760px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .ccr-derecha {
    height: 900px;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .background-video {
    top: 23px;
    margin-top: 6px;
  }

  .column {
    position: relative;
    height: 550px;
    margin-top: 0px;
  }

  .heading {
    font-size: 38px;
    line-height: 46px;
  }

  .paragraph {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
  }

  .image-2 {
    left: auto;
    bottom: 431px;
    width: 290px;
    margin-right: -10px;
  }

  .image-3 {
    bottom: 50px;
    margin-right: -5px;
  }

  .image-4 {
    width: 250px;
    height: 500px;
    margin-right: -10px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .text-block {
    margin-bottom: 35px;
    font-size: 22px;
    line-height: 29px;
    font-weight: 700;
    text-align: center;
  }

  .link {
    display: none;
    line-height: 40px;
  }

  .paragraph-2 {
    margin-top: 10px;
  }

  .heading-2 {
    margin-top: 100px;
    font-size: 38px;
    line-height: 42px;
  }

  .paragraph-3 {
    margin-bottom: 30px;
  }

  .list-item {
    margin-bottom: 40px;
  }

  .features-block {
    width: auto;
    height: auto;
    min-width: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .image-5 {
    right: auto;
    bottom: auto;
    display: none;
    overflow: visible;
  }

  .heading-3 {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 38px;
    line-height: 42px;
  }

  .paragraph-5 {
    margin-bottom: 20px;
  }

  .grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .seccion-solicitudes-left {
    padding-right: 20px;
    padding-left: 20px;
  }

  .block-solicitudes {
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .smallheaders {
    font-size: 38px;
    line-height: 42px;
  }

  .right-column {
    height: auto;
    margin-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .right-column.turn-right {
    display: none;
    height: auto;
  }

  .left-column {
    height: 762px;
  }

  .left-column.turn-left {
    height: auto;
  }

  .background-video-2 {
    top: 68px;
  }

  .seccion-calltoaction {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .block-appdownload {
    width: auto;
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-10 {
    top: auto;
    right: 16px;
  }

  .image-10.img-left {
    left: -59px;
    display: none;
  }

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

  .grid-3 {
    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;
  }

  .image-11 {
    left: auto;
  }

  .image-12 {
    width: 150px;
    margin-top: 30px;
  }

  .column-2 {
    height: 680px;
    margin-top: 20px;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

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

  .columna-footer-log {
    -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;
  }

  .column-3 {
    margin-top: 20px;
    padding-top: 0px;
    text-align: center;
  }

  .columna-footer-copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .column-5 {
    margin-top: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

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

  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-logo-holder {
    margin-top: 0px;
  }

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

  .image-15 {
    width: 50%;
  }

  .container-2 {
    position: relative;
  }

  .nav-menu {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 103%;
    margin-top: auto;
    padding-top: 0px;
    -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;
  }

  .heading-5 {
    padding-right: 30px;
    padding-left: 20px;
    text-align: left;
  }

  .paragraph-9 {
    padding-right: 20px;
    padding-left: 20px;
    line-height: 26px;
    text-align: left;
  }

  .heading-6 {
    font-size: 32px;
    line-height: 34px;
  }

  .heading-7 {
    font-size: 32px;
    line-height: 34px;
  }

  .paragraph-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

