:root{
  --dark-slate-grey: #324b52;
  --white: white;
  --blue-startup: #05054b;
  --lime-green: #6c3;
  --midnight-blue: #191836;
  --black: black;
  --light-sea-green: #00b5be;
  --grey-text: #949494;
  --other-blue: #043cc3;
}

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

}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

.banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 57px 34px #00000008;
}

.container {
  
  width: 1030px;
  /*overflow: hidden;*/
}

.container.space {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container.space.oculto {
  display: none;
}

.container.ban {
  background-image: url('../images/background-hero.svg');
  /*border-radius: 100px;*/
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 425px;
   /* padding-left: 60px;
  padding-right: 60px;*/
  display: flex;
  position: relative;
   /* style="
    bottom: ;
    top: -60px;
    bottom: 60px;*/
    
}

.div-block {
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  display: flex;
  flex-flow: column;
  
}

.div-block.background-video2 {
  border-radius: 20px;
}

.image {
  width: 25%;
  margin-bottom: -20px;
}

.banner-principal {
  /*background-image: url('../images/background-hero.svg');*/
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  /*flex-direction: column;*/
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.banner-principal.certificado {
  height: 425px;
  padding-bottom: 100px;
  background-color:#031e5c;
}

.banner-principal.fondo {
  background-image: none;
  padding-top: 0;
}

.banner-principal.oculto {
  display: none;
}

.banner-principal.blanco {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: none;
}

.banner-principal.grey {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fbfbfa;
  background-image: none;
  overflow:hidden;
  background-image: url('../images/background-hero.svg');
  height: 74vb;
}

.banner-contacto {
  background-image: url('../images/background-hero.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.heading {
  color: var(--dark-slate-grey);
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
}

.heading._64 {
  color: #324b52;
  font-size: 64px;
  line-height: 120%;
}

.heading._64.white {
  color: var(--white);
  width: 90%;
  font-size: 42px;
  
}

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

.heading._80.startup {
  color: var(--blue-startup);
}

.paragraph._180.grey {
  color: var(--grey-text);
  font-size: 20;
}

.position-slider{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);


}
.block-slider-p{
  background-image: url(../images/1-prueba.png);
  background-size: cover;
  height: 485px;
  animation: animate 10s infinite;
  width: 100%;
  /*max-width: 1500px;*/
  padding-left: 80px;
  padding-right: 80px;
  overflow: hidden;
}

.card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}



.image-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-3 {
  color: var(--dark-slate-grey);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.heading-3.white {
  color: var(--white);
}

.heading-3.white._60 {
  width: 60%;
}

.heading-sub {
  color: var(--midnight-blue);
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

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

.div-block-2 {
  background-image: url('../images/Group-427320868.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  width: 100%;
  height: 420px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}

.grid {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr;
}

.heading-4 {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 50px;
  line-height: 110%;
  text-align: center;
}

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

.heading-4.center.s {
  font-size: 31px;
}

.heading-4.center.blue {
  color: var(--blue-startup);
}

.heading-4._45 {
  font-size: 45px;
  line-height: 100%;
}

.heading-4._45.blue {
  color: var(--blue-startup);
}

.heading-4._40 {
  font-size: 45px;
  line-height: 100%;
}

.heading-4._40.blue {
  color: var(--blue-startup);
  font-size: 40px;
  line-height: 55px;
}

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

.heading-4.s {
  text-align: center;
  font-size: 24px;
}

.heading-4.s._60 {
  width: 70%;
}

.heading-4.s._60.black {
  color: var(--black);
  font-size: 32px;
}

.heading-4.s.wt {
  color: var(--white);
  margin-top: 2px;
  font-weight: 475;
  width: 100%;
  
}

.heading-4.white {
  color: var(--white);
}

.paragraph {
  color: var(--dark-slate-grey);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph.black {
  color: var(--black);
  text-align: left;
}

.paragraph.black.left {
  text-align: left;
}

.paragraph.white {
  color: var(--white);
}

.paragraph.grey {
  color: #8b8e9d;
}

.paragraph.grey.s {
  color: #8e8e8e;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}

.paragraph.grey.l {
  color: #666;
  font-weight: 400;
}

.paragraph.name {
  font-size: 15px;
}

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

.paragraph.blue {
  color: var(--blue-startup);
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3.left {
  align-items: flex-start;
}

.image-3 {
  max-width: 180%;
  margin-top: -130px;
  margin-bottom: -130px;
}

.image-4 {
  max-width: 110%;
  margin-top: -80px;
  margin-bottom: -50px;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.div-block-4-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.div-block-2-1 {
  background-image: url('../images/Rectangle-74.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 41%;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 420px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 40px 40px 20px;
  display: flex;
}

.image-4-2 {
  max-width: 120%;
  margin-top: -80px;
  margin-bottom: -75px;
}

.grid-invert {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
}

.bloque-testimonios {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  display: none;
}

.heading-5 {
  color: #00b5be;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.heading-4-test {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.text-span-2 {
  color: var(--lime-green);
}

.gesti-n-documental {
  background-image: url('../images/Group-427320868.svg');
  background-position: 160% 75%;
  background-repeat: no-repeat;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.soluciones-digitales {
  background-color: #fcfcfd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-3 {
  color: var(--lime-green);
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.button {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  border-radius: 50px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 15px 50px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}


.button.green {
  background-color: var(--lime-green);
  padding-left: 20px;
  padding-right: 20px;
  font: size 16px;;
  display: inline-block;
}


.button.prueba.gratis {

  display:block;
  background-color:var(--lime-green);
  color: var(--white);
  text-align:center;
  /*text-transform:uppercase;*/
  white-space:nowrap;
  /*padding-left: 1%;
  padding-right: 9%;*/
  margin: 3px 6px;
  padding: 14px 14px;
  justify-content: center;  
  font-family: Montserrat, sans-serif;
  font: size 12px;
  font: weight 105px;
}

.button.ver.mas{
/*boton Ver Mas*/
  color: #000;
  background-color:#0000;
  text-align:center;
  white-space: nowrap;
  text-transform: uppercase;
  padding-top: 13%;
  
}

.button.green.all-over {
  background-color: var(--blue-startup);
  color: var(--white);
  text-align:center;
  text-transform: uppercase;
  padding-bottom: none;
  
}

.button.comprar-del-medio {
  background-color: var(--blue-startup);
  color: var(--white);
  text-align:center;
 justify-content: center;
  text-transform: uppercase;
  /*padding-left: 10%;
  padding-right: 7%;*/
  font: size 14px;
  font: weight 115px;
  margin: 3px 10px;
  padding: 14px 16px;
  font-family: Montserrat, sans-serif;
}


.button.blue {
  background-color: var(--light-sea-green);
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.button.blue-2 {
  background-color: #043cc3;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-7 {
  background-color: #fcfcfd;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  display: flex;
  box-shadow: 0 64px 64px 10px #9e9e9e26;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr 1fr;
}

.div-block-8 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.div-block-10 {
  border-top: 2px dashed var(--light-sea-green);
  border-bottom: 2px dashed var(--light-sea-green);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.heading-6 {
  color: var(--black);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.faq {
  background-image: url('../images/Component-13.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-4-contacto {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.heading-4-contacto.left {
  text-align: left;
}

.text-span-4 {
  color: var(--lime-green);
}

.div-block-11 {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
}

.contacto {
  background-color: #fcfcfd;
  background-image: url('../images/Frame-427321020.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-12 {
  background-color: var(--white);
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  margin-top: 40px;
  padding: 20px;
  box-shadow: 0 4px 4px #00000040;
}

.grid-4 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.div-block-13 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.field-label {
  margin-bottom: 15px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.text-field {
  color: var(--grey-text);
  border: 1px #000;
  margin-bottom: 0;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
}

.text-field::placeholder {
  color: var(--grey-text);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-14 {
  border: 2px solid var(--light-sea-green);
  border-radius: 12px;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
}

.div-block-14.text-area {
  align-items: flex-start;
  height: 120px;
}

.div-block-14.blue {
  border-color: var(--midnight-blue);
}

.image-5 {
  overflow: hidden;
}

.select-field {
  color: var(--grey-text);
  background-color: #0000;
  border: 1px solid #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.select-field:focus-visible {
  color: var(--grey-text);
}

.select-field[data-wf-focus-visible] {
  color: var(--grey-text);
}

.textarea {
  border: 1px solid var(--white);
  color: var(--black);
  height: 100px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  overflow: hidden;
}

.textarea::placeholder {
  color: var(--black);
  font-weight: 500;
}

.div-block-15 {
  border-top: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-top: 20px;
}

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

.div-block-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-17 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link {
  color: var(--light-sea-green);
  text-decoration: none;
}

.link.blue {
  color: var(--blue-startup);
}

.link-2 {
  color: var(--light-sea-green);
  text-decoration: none;
}

.link-2.blue {
  color: var(--blue-startup);
  -webkit-text-stroke-color: var(--blue-startup);
}

.checkbox {
  border-radius: 5px;
  width: 15px;
  height: 15px;
}

.checkbox.w--redirected-checked {
  background-color: var(--light-sea-green);
  padding: 5px;
}

.footer {
  background-color: var(--light-sea-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer.blue {
  background-color: var(--blue-startup);
}

.footer.grey {
  background-color: #05054b;
  
  
}

.div-block-18 {
  border-bottom: 2px solid var(--lime-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  padding-bottom: 20px;
  display: flex;
}

.link-block {
  margin-bottom: 10px;
  
}

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

.div-block-19.one {
  justify-content: center;
  margin-top: 0;
}

.link-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  text-decoration: none;
  display: block;
}

.link-block-2.right {
  margin-right: 0;
}

.link-block-2.oculto, .link-block-2.oculto.w--current {
  display: none;
}

.div-block-20 {
  margin-top: 20px;
}

.paragraph-regular {
  letter-spacing: -.02em;
  padding-top: 15px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.faq-item-line {
  border: 1.5px solid var(--light-sea-green);
  border-radius: 8px;
  width: 560px;
  margin-bottom: 20px;
  padding: 20px;
  transition: all .3s;
  display: block;
}

.faq-content-wrapper {
  width: 100%;
  max-width: 100%;
  line-height: 36px;
}

.faq-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.faq-toggle:hover {
  color: #338cff;
}

.paragraph-regular-bold {
  color: var(--dark-slate-grey);
  letter-spacing: -.03em;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.faq-content-2 {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.faq-icon-square {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.icon-4 {
  color: var(--dark-slate-grey);
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 12px;
  line-height: 15px;
  display: flex;
}

.faq-title-wrapper {
  color: #160042;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
}

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

.div-block-22 {
  width: 100%;
  padding: 20px;
}

.left-arrow {
  width: 40px;
  height: 40px;
  inset: auto 5% 0% auto;
}

.left-arrow:hover {
  background-color: #ffd502;
  border-radius: 8px;
}

.right-arrow {
  border-radius: 8px;
  width: 40px;
  height: 40px;
  inset: auto 0% 0% auto;
}

.right-arrow:hover {
  background-color: #ffd502;
}

.slide-nav {
  display: none;
}

.slider {
  background-color: #0000;
  height: auto;
}

.image-7 {
  width: 40px;
}

.image-7:hover {
  filter: brightness(30000%);
}

.image-7.rotate {
  transform: rotate(180deg);
}

.div-block-23 {
  background-color: var(--white);
  width: 100%;
  height: 100%;
}

.grid-6 {
  grid-column-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
}

.div-block-24 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 20px;
  display: flex;
}

.image-8 {
  height: 90px;
}

.div-block-25 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  display: flex;
}

.text-span-5 {
  color: #bdbdbd;
}

.mask {
  height: auto;
}

.div-block-27 {
  background-color: #f6f7f9;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.image-9 {
  width: 90%;
}

.slide-2 {
  height: auto;
}

.background-video {
  z-index: 10000000;
  border: 1px solid #0000001f;
  border-radius: 10px;
  width: 800px;
  height: 450px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

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

.div-block-28 {
  border: 1px solid var(--dark-slate-grey);
  background-color: #0000;
  border-radius: 12px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
}

.grid-8 {
  grid-template-rows: auto;
}

.icon, .icon-5, .icon-6, .icon-7 {
  color: var(--dark-slate-grey);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.form {
  border-radius: 0;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.text-field-2 {
  color: var(--grey-text);
  background-color: #fff0;
  border: 1px #000;
  border-radius: 0;
  margin-bottom: 0;
}

.text-field-2::placeholder {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-field-2.blue, .text-field-2.blue::placeholder {
  color: var(--blue-startup);
}

.div-block-29 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.submit-button {
  background-color: var(--light-sea-green);
  color: var(--white);
  border-radius: 12px;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.submit-button.green {
  background-color: var(--lime-green);
}

.submit-button.blue {
  background-color: var(--other-blue);
  border-radius: 100px;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-10 {
  width: 50%;
}

.div-block-30 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-31 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-span-6 {
  color: var(--lime-green);
}

.div-block-32 {
  margin-top: 40px;
}

.div-block-33 {
  border: 1px solid var(--light-sea-green);
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-33.blue {
  background-color: #fffc;
}

.div-block-34 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 5%;
}

.grid-10 {
  grid-template-rows: auto;
}

.div-block-35 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.grid-11 {
  grid-template-rows: auto;
}

.empresas-m-ltiples {
  background-image: url('../images/Group-427320868.svg');
  background-position: 160% 75%;
  background-repeat: no-repeat;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grid-12 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-12.oculto {
  display: none;
}

.grid-12.space {
  margin-top: 40px;
}

.grren-text {
  color: var(--lime-green);
}

.image-11 {
  max-width: 100%;
}

.dudas {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 260px;
  padding-bottom: 40px;
  display: flex;
}

.dudas._0 {
  background-color: #fbfbfa;
  padding-top: 60px;
}

.div-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: var(--grey-text);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

.otro-heading-caracteristica{
  color:#031e5c;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

.grid-13 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 30px;
  
}

.grid-13.second {
  grid-template-columns: 1fr 1fr;
}

.div-block-36 {
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 400px;
  height: auto;
  padding: 25px;
  display: flex;
  box-shadow: 0 -2px 6px #6c3, 0 5px 6px #0000001a;
}

.div-block-36.big {
  justify-content: center;
  width: 340px;
  margin-top: -25px;
  margin-bottom: -25px;
  display:flex;
}

.div-block-36.big._3{ 
  width: 355px;
  justify-content: center;
  display: flex;
}

.div-block-36._2 {
  width: 347px;
  height: auto;
  justify-content: center;
  display: flex;
  margin-top: -2x;
  margin-bottom: -2px;
}

.heading-7 {
  color: var(--dark-slate-grey);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

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

.soluciones-preocesos {
  background-color: #fff;
  background-image: url('../images/Group-427321077.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.soluciones-preocesos._2 {
  background-image: url('../images/Caracteristica.svg');
  padding-top: 60px;
  padding-bottom: 60px;
}

.soluciones-preocesos._3 {
  background-image: url('../images/Group-427321083.svg');
  background-position: 100% 0;
  background-size: 20%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.soluciones-preocesos._4 {
  background-image: url('../images/Group-427321085.svg'), url('../images/Group-427321083.svg');
  background-position: 0 -25%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 20%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.soluciones-preocesos.oculto {
  display: none;
}

.grid-14 {
  grid-template-rows: auto;
}

.grid-15 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
}

.image-12 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.div-block-37 {
  align-items: center;
  display: flex;
}

.div-block-38 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-block-38.oculto {
  display: none;
}

.div-block-38.space {
  margin-top: 60px;
}

.div-block-38.sp-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-38.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.grid-12-copy {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

.div-block-39 {
  background-image: url('../images/Frame-427321051.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  padding: 60px 40px;
}

.heading-4-white {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.div-block-40 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-16 {
  grid-template-rows: auto;
}

.div-block-41 {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.p-contact {
  color: var(--dark-slate-grey);
  letter-spacing: -.03em;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-12-1 {
  background-color: var(--white);
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  margin-top: 0;
  padding: 20px;
  box-shadow: 0 4px 4px #00000040;
}

.div-block-42 {
  border: 1px solid #e3e3e3;
  border-radius: 30px;
  padding: 30px 20px;
}

.div-block-43 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-43.space {
  margin-bottom: 0;
}

.grid-17 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-13 {
  width: 150px;
}

.div-block-45 {
  display: flex;
}

.banner-principal-cooperativo {
  background-image: url('../images/Rectangle-61.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-14 {
  margin-left: -50px;
}

.image-15 {
  z-index: -1;
  max-width: 190%;
  margin-top: -280px;
  margin-left: -150px;
  position: relative;
}

.div-block-47 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.ofrecemos-ayuda {
  background-image: url('../images/Group-427320829.svg'), linear-gradient(#f6f7f9, #fff);
  background-position: 98% 10%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.integraciones {
  background-image: url('../images/Rectangle-670-1.svg');
  background-position: 110%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-integraciones {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 325px;
  height: 398px;
  padding: 20px;
  display: flex;
  box-shadow: 0 -2px 6px #0000001a, 0 5px 6px #0000001a;
}

.integraciones-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.banner-principal-startup {
  background-image: url('../images/Frame.svg'), url('../images/Group-427321048.svg');
  background-position: 50% 0, 0 10%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 12%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.grid-18 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
}

.div-block-50 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-12-3 {
  background-color: var(--white);
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  margin-top: 0;
  padding: 20px;
  box-shadow: 0 4px 4px #00000040;
}

.image-16 {
  z-index: -1;
  max-width: 130%;
  position: relative;
}

.div-block-51 {
  background-color: #f9f9fb;
  border-radius: 25px;
  padding: 30px;
}

.integraciones-startup {
  background-image: url('../images/Group-427321048-1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-startups {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 335px;
  height: 306px;
  padding: 20px;
  display: flex;
  box-shadow: 0 -2px 6px #0000001a, 0 5px 6px #0000001a;
}

.heading-7-startup {
  color: var(--dark-slate-grey);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.heading-7-startup.center {
  text-align: center;
}

.heading-7-startup.blue {
  color: var(--other-blue);
  margin-top: 0;
}

.div-blue-startupo {
  background-image: linear-gradient(#043cc3, #031e5c);
  border-radius: 20px;
  padding: 40px;
}

.form-white {
  background-color: #fff;
  border-radius: 100px;
  justify-content: space-between;
  align-items: stretch;
  padding: 5px 10px;
  display: flex;
}

.div-block-33-copy {
  border: 1px none var(--light-sea-green);
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.div-block-33-copy.blue {
  background-color: #fffc;
}

.div-block-52 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-19 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.div-bullet {
  border: 1px solid var(--blue-startup);
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

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

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

.text-span-7 {
  color: var(--blue-startup);
}

.grid-21 {
  grid-template-rows: auto;
}

.text-span-8 {
  font-size: 12px;
  font-weight: 600;
}

.image-17 {
  width: 20%;
  margin-bottom: -15px;
}

.text-span-8-copy {
  color: var(--white);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

.image-18 {
  margin-bottom: -10px;
}

.navbar-2 {
  margin-bottom: 10px;
  
}

.navbar-3 {
  background-color: #fff0;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.nav-link.w--current {
  color: var(--lime-green);
}

.nav-link.oculto, .nav-link.oculto.w--current {
  display: none;
}

.nav-link.faq {
  border: 1px solid var(--other-blue);
  background-color: var(--other-blue);
  color: var(--white);
  background-image: none;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  font-size: 15px;
}

.nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  background-color: var(--white);
  color: var(--blue-startup);
  text-transform: uppercase;
  border-radius: 40px;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.button-2-verde {
  background-color:#6c3;
  color: var(--white);
  text-transform: uppercase;
  border-radius: 40px;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  
  font-weight: 600;
}

.button-2.black {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-weight: 700;
  display: flex;
}

.button-2.transparente {
  border: 1px solid var(--blue-startup);
  color: var(--blue-startup);
  background-color: #6c30;
  padding: 15px 30px;
  font-weight: 700;
}

.button-2.azul {
  border: 1px none var(--blue-startup);
  background-color: var(--blue-startup);
  color: var(--white);
  padding: 15px 30px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
}

.div-block-54 {
  justify-content: space-between;
  align-items: center;
  width: 400px;
  margin-top: 20px;
  display: flex;
}

.div-block-100 {
  justify-content: start;
  align-items: center;
  width: 400px;
  /*margin-block: 10px;*/
  border:0;
  display: flex;

}
.image-19 {
  width: 100%;
  margin-bottom: 60px;
}

.div-block-55 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: -200px;
  display: flex;
}

.text-span-9 {
  color: var(--lime-green);
}



.heading-7-1 {
  color: var(--dark-slate-grey);
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.heading-7-1.center {
  text-align: center;
}

.heading-7-1.blue {
  color: var(--blue-startup);
}

.divider {
  background-color: #94949499;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider._0 {
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.spam-blue {
  color:#031e5c;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
}

.text-span-10 {
  font-size: 18px;
}

.list {
  text-align: left;
  margin-top: 22px;
  padding-left: 22px;
  list-style-type: disc;
}

.list-item {
  color: #666;
  text-align: justify;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.list-item-oculto {
  color:#fff;
  text-align: justify;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.soluciones-usode-firma {
  background-color: #fbfbfa;
  background-image: url('../images/Group-427321078.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grid-22 {
  grid-template-rows: auto;
  grid-template-columns: 30px 1fr;
}

.div-block-56 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block {
  color: #666;
  white-space: pre-line;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}

.text-block.space {
  margin-bottom: 40px;
}

.text-block.space.center {
  text-align: center;
}

.text-block.blue {
  color: var(--blue-startup);
  font-size: 15px;
  line-height: 24px;
}

.div-block-57 {
  margin-bottom: 20px;
}

.heading-8 {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.brand {
  padding-top: 10px;
}

.div-block-58 {
  justify-content: space-between;
  display: flex;
  left: 0;
  right: 0;
  flex-wrap: wrap;
  position: fixed;
  background-color: white;
    
}

.image-21 {
  max-width: 110%;
  margin-top: -20px;
}

.image-21._1 {
  width: 60%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 40px;
}

.secci-n-0 {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.secci-n-0._1 {
  padding-bottom: 60px;
}

.div-block-59 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -108px;
  display: flex;
  
}

.div-block-36-1 {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 350px;
  height: auto;
  padding: 25px;
  display: flex;
  box-shadow: 0 -2px 6px #0000001a, 0 5px 6px #0000001a;
}

.div-block-36-11CD {
  background-color:#6c3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 350px;
  height: 350px;
  padding: 10px;
  display: flex;
  box-shadow: 0 -2px 6px #0000001a, 0 5px 6px #0000001a;
  background-image: url('../images/imagen1-certificado5D99.png');
}

.div-block-36-1.big {
  justify-content: space-between;
  width: 345px;
  margin-top: -25px;
  margin-bottom: -25px;
}

.div-block-36-1.auto {
  width: auto;
}

.div-block-36-1._100 {
  align-items: stretch;
  width: 80%;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-60 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-61 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.grid-23 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  width: 80%;
}

.div-block-62 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-22 {
  margin-bottom: 20px;
}

.div-block-63 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-64 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-65 {
  margin-bottom: 20px;
}

.div-block-66 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.secci-n-contacto {
  background-color: #fafafa;
  background-image: url('../images/Group-427321086.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.secci-n-contacto._1 {
  padding-bottom: 60px;
}

.div-block-59-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: -108px;
  display: flex;
}

.grid-24 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  margin-bottom: 20px;
}

.field-label-2 {
  color: var(--blue-startup);
  margin-left: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 18px;
}

.div-block-67 {
  border: 1.5px solid #6c3;
  border-radius: 12px;
  align-items: center;
  height: 59.6px;
  padding: 10px;
  display: flex;
}

.div-block-67._100 {
  align-items: flex-start;
  height: 100px;
}

.image-23 {
  margin-right: 10px;
}

.text-field-3 {
  color: #bdbdbd;
  border: 1px #000;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

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

.div-block-68 {
  border-top: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-top: 20px;
}

.div-block-69 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.submit-button-2 {
  background-color: var(--lime-green);
  text-transform: uppercase;
  border-radius: 40px;
  padding: 10px 20px;
}

.div-block-70 {
  align-items: center;
  display: flex;
}

.checkbox-2 {
  border-top-color: var(--lime-green);
  border-radius: 4px;
  width: 20px;
  height: 20px;
}

.checkbox-2.w--redirected-checked {
  background-color: var(--lime-green);
  background-size: auto;
}

.checkbox-label {
  color: #333;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 18px;
}

.link-3 {
  color: var(--lime-green);
  text-decoration: none;
}

.image-24 {
  margin-top: -20px;
}

.image-19-responsive {
  width: 75%;
  margin-bottom: 60px;
  display: none;
}

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

.grid-26 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.div-block-36-2 {
  border-bottom: 5px solid var(--lime-green);
  background-color: #fff;
  background-image: url('../images/image-22.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 450px;
  padding: 25px;
  display: flex;
  box-shadow: 0 -2px 6px #0000001a, 0 5px 6px #0000001a;
}

.div-block-36-2.big {
  justify-content: space-between;
  width: 345px;
  margin-top: -25px;
  margin-bottom: -25px;
}

.div-block-36-2.auto {
  width: auto;
}

.div-block-36-2._100 {
  align-items: stretch;
  width: 80%;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-36-2.token {
  background-image: url('../images/image-23.svg');
}

.heading-7-2 {
  color: var(--dark-slate-grey);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.heading-7-2.center {
  text-align: center;
}

.link-block-3 {
  text-decoration: none;
}

.video {
  border-radius: 20px;
}

.div-animaci-n-comprar {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: -200px;
  display: flex;
  position: relative;
}

.div-animaci-n-comprar._2 {
  margin-bottom: 40px;
}

.list-2 {
  color: #8e8e8e;
  margin-top: 20px;
  padding-left: 20px;
}

.productos {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  
}

.typer, .cursor {
  color: var(--lime-green);
}

.div-block-71 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-72 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.div-animation-text {
  border: 1px solid var(--other-blue);
  background-color: var(--white);
  border-radius: 20px;
  width: 280px;
  padding: 15px;
  position: absolute;
  inset: 2% auto auto 2%;
}

.div-animation-text._2 {
  background-color: var(--white);
  inset: auto 0% 2% auto;
}

.div-block-73 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.image-25 {
  width: 50%;
}

._60 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.div-block-74 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.link-button-signapis {
  border: 1px solid var(--other-blue);
  border-radius: 100px;
  padding: 10px 20px;
}

.link-button-signapis:hover {
  background-color: var(--other-blue);
  transform: scale(1.02);
}

.image-26-wt, .play-pause-button {
  display: none;
}

.background-video-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  display: flex;
  overflow: visible;
}

.play-pause-button-2 {
  display: none;
}

.background-video-3 {
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  overflow: visible;
}

.background-video-4 {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 90%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
  
}

.div-block-75 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-27 {
  width: 65%;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-76 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video-5 {
  border-radius: 20px;
  width: 500px;
  height: 500px;
}

.div-block-77 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .container, .container.nabvar {
    width: 1130px;
  }

  .div-block {
    margin-top:200px;
  }

  .banner-principal.certificado {
    height: 435px;
  }

  .gesti-n-documental {
    background-position: 150% 100%;
  }

  .select-field {
    border: 2px solid var(--white);
  }

  .image-8 {
    height: 90px;
  }

  .div-block-33 {
    padding-left: 10px;
  }

  .div-block-34 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .grid-10 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .empresas-m-ltiples {
    background-position: 150% 100%;
  }

  .div-block-38 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .grid-12-copy {
    margin-top: 60px;
  }

  .div-block-39 {
    background-image: url('../images/Frame-427321051.svg');
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    padding: 40px;
  }

  .heading-4-white {
    color: var(--white);
  }

  .image-14 {
    margin-left: 0;
  }

  .ofrecemos-ayuda {
    background-position: 95% 10%, 0 0;
  }

  .integraciones {
    background-position: 105% 40%;
  }

  .integraciones-copy {
    background-position: 0 0;
  }

  .integraciones-startup {
    background-position: 105% 40%;
  }

  .div-blue-startupo {
    border-radius: 20px;
    padding: 40px;
  }

  .div-block-33-copy {
    padding-left: 10px;
  }

  .nav-link, .nav-link.w--current, .button-2 {
    font-size: 14px;
  }

  .image-21 {
    margin-top: -30px;
  }

  .image-27 {
    width: 50%;
  }
}

@media screen and (min-width: 1440px) {
  .container, .container.nabvar {
    width: 1200px;
  }

  .container.ban {
    padding-left: 80px;
    padding-right: 80px;
  }

  .banner-principal.certificado {
    height: 425px;
  }

  .image-15 {
    max-width: 200%;
    margin-top: -320px;
  }

  .ofrecemos-ayuda {
    background-position: 88% 10%, 0 0;
  }

  .integraciones, .integraciones-startup {
    background-position: 100%;
  }

  .image-21._1 {
    margin-left: 60px;
  }

  .image-27 {
    width: 60%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 700px;
  }

  .container.ban {
    width: 700px;
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    width: 35%;
  }

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

  .heading._64 {
    font-size: 55px;
  }

  .heading._80.startup {
    font-size: 65px;
    line-height: 75px;
  }

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

  .image-2 {
    width: 80%;
  }

  .heading-3 {
    font-size: 15px;
    line-height: 20px;
  }

  .heading-sub {
    font-size: 35px;
  }

  .div-block-2 {
    background-position: 100% 100%;
    background-size: 60%;
    height: auto;
    padding: 20px;
  }

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

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

  .heading-4.center {
    font-size: 30px;
  }

  .paragraph.black {
    text-align: left;
  }

  .div-block-3.left {
    align-items: center;
  }

  .image-4 {
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-2-1 {
    height: auto;
  }

  .image-4-2 {
    width: 60%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-invert {
    grid-template-columns: 1fr;
  }

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

  .heading-4-test {
    font-size: 35px;
    line-height: 45px;
  }

  .gesti-n-documental {
    background-size: 50%;
  }

  .grid-2 {
    grid-template-columns: .3fr .5fr 1fr;
  }

  .heading-4-contacto {
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-12 {
    width: 550px;
    margin-top: 20px;
  }

  .grid-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .faq-content-2 {
    width: 100%;
  }

  .left-arrow {
    right: 8%;
  }

  .slider, .div-block-23 {
    height: auto;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .slide, .mask {
    height: auto;
  }

  .div-block-26 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .background-video {
    width: 700px;
  }

  .div-block-28 {
    width: 80%;
  }

  .grid-8 {
    grid-template-columns: 1fr;
  }

  .form {
    margin-top: 0;
  }

  .div-block-34 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .grid-10 {
    grid-template-columns: 1fr;
  }

  .empresas-m-ltiples {
    background-size: 50%;
  }

  .grid-12 {
    grid-template-columns: 1fr;
  }

  .image-11 {
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
    height: 70%;
  }

  .grid-13 {
    grid-template-columns: 1fr;
  }

  .grid-13._2 {
    grid-template-columns: 1fr 1fr;
    
  }

  .div-block-36 {
    width: auto;
  }

  .div-block-36.big {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .soluciones-preocesos._2 {
    background-position: 0 0;
  }

  .grid-15, .grid-12-copy {
    grid-template-columns: 1fr;
  }

  .heading-4-white {
    font-size: 25px;
    line-height: 35px;
  }

  .grid-16 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .div-block-12-1 {
    width: 550px;
    margin-top: 20px;
  }

  .div-block-44 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .div-block-46 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-14 {
    margin-left: 0;
  }

  .image-15 {
    max-width: 120%;
    margin-top: -250px;
    margin-left: 0;
  }

  .div-block-48, .div-block-49 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-12-3 {
    width: 550px;
    margin-top: 20px;
  }

  .form-white {
    margin-top: 0;
  }

  .grid-19, .grid-21 {
    grid-template-columns: 1fr;
  }

  .nav-link.faq {
    width: 25px;
    height: 25px;
    position: absolute;
    inset: 10% 2% auto auto;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: white;
    border-radius: 15px;
    flex-flow: row;
    justify-content: center;
    padding: 20px 10px;
  }

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

  .button-2.transparente {
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-8 {
    color: var(--white);
    font-size: 30px;
    
  }

  .icon-8.grey {
    color: var(--dark-slate-grey);
  }

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

  .image-21._1 {
    width: 100%;
  }

  .div-block-36-1 {
    width: 300px;
  }

  .div-block-36-1._100 {
    width: 100%;
  }

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

  .grid-26 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-36-2 {
    width: 300px;
  }

  .div-block-36-2._100 {
    width: 100%;
  }

  .div-block-72 {
    margin-top: 100px;
    margin-bottom: 120px;
  }

  .div-animation-text {
    width: 280px;
    inset: -16% 0% auto auto;
    box-shadow: 0 10px 20px #66cc3326;
  }

  .div-animation-text._2 {
    width: 350px;
    inset: auto auto -24% 0%;
  }

  .image-27 {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .container, .container.ban {
    width: 500px;
  }

  .banner-principal.certificado {
    height: 380px;
  }

  .heading._64 {
    font-size: 50px;
  }

  .heading._64.white {
    font-size: 45px;
  }

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

  .gesti-n-documental {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-6 {
    flex-direction: column;
  }

  .button {
    margin-bottom: 10px;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .div-block-9 {
    align-items: center;
    padding-top: 0;
  }

  .div-block-10 {
    border-top-style: none;
    border-bottom-style: none;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-6 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-4-contacto {
    font-size: 25px;
    line-height: 30px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .div-block-12 {
    width: 500px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

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

  .image-6 {
    width: 100%;
    height: auto;
  }

  .faq-item-line {
    width: 500px;
  }

  .left-arrow {
    right: 10%;
  }

  .background-video {
    width: 500px;
    height: 350px;
  }

  .empresas-m-ltiples {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-13 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-13.second, .grid-13._2 {
    grid-template-columns: 1fr;
  }

  .div-block-38 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-4-white {
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-12-1 {
    width: 500px;
  }

  .image-15 {
    margin-top: -160px;
  }

  .integraciones-copy {
    background-position: -100px 0;
  }

  .div-block-12-3 {
    width: 500px;
  }

  .nav-link.faq {
    width: 25px;
    height: 25px;
  }

  .div-block-55 {
    margin-top: 40px;
  }

  .image-21._1 {
    width: 110%;
    max-width: 110%;
    margin-left: 0;
  }

  .div-block-59.firma {
    margin-top: -80px;
  }

  .grid-23 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .grid-24 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-67 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-23 {
    margin-right: 5px;
  }

  .text-field-3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .checkbox-label {
    font-size: 12px;
  }

  .grid-26 {
    grid-template-columns: 1fr;
  }

  .div-block-36-2 {
    width: 350px;
  }

  .div-animaci-n-comprar {
    margin-top: 40px;
  }

  .div-block-72 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .div-animation-text {
    width: 300px;
    top: -38%;
  }

  .div-animation-text._2 {
    bottom: -40%;
  }

  .image-27 {
    width: 90%;
  }
}



@media screen and (max-width: 479px) {
  .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    
  }

  .container.nabvar {
    align-items: stretch;
    width: 320px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.ban {
    width: 320px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block {
    overflow: hidden;
  }

  .image {
    width: 50%;
  }

  .banner-principal.blanco, .banner-principal.grey {
    overflow: hidden;
  }

  .heading {
    font-size: 30px;
  }

  .heading._64 {
    font-size: 42px;
  }

  .heading._64.white {
    width: 100%;
    font-size: 32px;
  }

  .heading._80.startup {
    font-size: 50px;
    line-height: 60px;
  }

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

  .image-2 {
    width: 100%;
  }

  .div-block-2 {
    background-position: 100% 1px;
  }

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

  .heading-4.l {
    font-size: 32px;
  }

  .heading-4.s._60 {
    width: 100%;
  }

  .paragraph.white, .paragraph.grey {
    text-align: center;
  }

  .div-block-4 {
    padding-right: 0;
  }

  .div-block-2-1 {
    background-position: 0 3%;
    background-size: 60%;
  }

  .heading-4-test {
    font-size: 32px;
  }

  .gesti-n-documental {
    background-position: 170% 75%;
  }

  .div-block-12 {
    width: 360px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .div-block-18 {
    width: auto;
  }

  .div-block-19 {
    flex-direction: column;
  }

  .link-block-2 {
    margin-right: 0;
  }

  .faq-item-line {
    width: 360px;
    padding: 24px;
  }

  .left-arrow {
    right: 25%;
  }

  .right-arrow {
    right: 10%;
  }

  .div-block-24 {
    padding-left: 0;
  }

  .div-block-25 {
    padding-right: 20px;
  }

  .background-video {
    width: 360px;
    height: 300px;
  }

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

  .empresas-m-ltiples {
    background-position: 170% 75%;
  }

  .grid-12 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-13 {
    padding-bottom: 0;
  }

  .div-block-36 {
    width: auto;
  }

  .div-block-36.big {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .soluciones-preocesos {
    background-position: 0 0;
    background-size: 50%;
  }

  .grid-15 {
    margin-bottom: 20px;
  }

  .div-block-38 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .grid-12-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-12-1 {
    width: 360px;
  }

  .image-15 {
    margin-top: -90px;
  }

  .div-block-47 {
    margin-top: 60px;
  }

  .banner-principal-startup {
    background-position: 50% 0, 0 7%;
    background-size: auto, 10%;
  }

  .div-block-12-3 {
    width: 360px;
  }

  .image-16 {
    max-width: 100%;
  }

  .image-17 {
    width: 55%;
  }

  .navbar-3 {
    width: 100%;
  }

  .nav-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-link.faq {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 9px;
  }

  .nav-menu {
    background-color: #00b5bef2;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .button-2 {
    padding: 10px 15px;
  }

  .button-2.black {
    margin-bottom: 10px;
  }

  .button-2.transparente {
    margin-bottom: 0;
    margin-right: 10px;
    padding: 10px 15px;
  }

  .button-2.azul {
    margin-bottom: 20px;
  }

  .div-block-54 {
    flex-direction: column;
    width: auto;
  }

  .div-block-55 {
    margin-top: 0;
  }

  .soluciones-usode-firma {
    background-size: 50%;
  }

  .menu-button {
    padding: 10px;
  }

  .container-2 {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .brand {
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .image-20 {
    width: 150px;
  }

  .div-block-58 {
    flex-flow: column;
    width: 300px;
    
    
  }

  .image-21._1 {
    width: 100%;
  }

  .div-block-36-1 {
    width: auto;
  }

  .div-block-36-1.big {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-36-1._100 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-23 {
    grid-template-columns: 1fr;
  }

  .div-block-66 {
    align-items: center;
  }

  .grid-24, .grid-25 {
    grid-template-columns: 1fr;
  }

  .div-block-69 {
    align-items: flex-start;
  }

  .image-19-responsive {
    display: block;
  }

  .div-block-36-2 {
    width: auto;
  }

  .div-block-36-2.big {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-36-2._100 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-animaci-n-comprar {
    margin-top: 0;
  }

  .div-block-72 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-animation-text, .div-animation-text._2 {
    width: auto;
    position: static;
  }

  .image-25 {
    width: 100%;
  }

  .background-video-3 {
    background-image: linear-gradient(#00000080, #00000080);
    width: 350px;
    padding: 20px;
    overflow: visible;
  }

  .div-block-75 {
    grid-template-columns: 1fr 1fr;
  }

  .image-27 {
    width: 100%;
  }

  
}

#w-node-_1abe6be8-1083-34cf-94e7-a1e1bf3e3879-4d06c577, #w-node-d8b4510b-443c-eeb4-266a-77082bfe1b53-4d06c577, #w-node-bb34f6df-0c01-6799-6236-09fb8605e1c6-4d06c577, #w-node-_2ffc3288-f0f5-b029-fd8d-66e8d0b287fa-4d06c577, #w-node-ba8cc560-058f-0d38-678a-7d945ed803e3-4d06c577, #w-node-dac41c5e-1f61-c76d-7cda-4d34dea8a97f-4d06c577, #w-node-_8714c5a8-d0a2-6a81-b36e-4c103c581d14-4d06c577, #w-node-_1abe6be8-1083-34cf-94e7-a1e1bf3e3879-884894ca, #w-node-_188e7e02-8688-65af-0366-dd61cdf4eeb9-884894ca, #w-node-_3834e3a4-710d-3d9a-7b76-c86798062b46-884894ca, #w-node-_8714c5a8-d0a2-6a81-b36e-4c103c581d14-884894ca, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca21-884894ca, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca23-884894ca, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca28-884894ca, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca2a-884894ca, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca2f-884894ca, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca31-884894ca, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca36-884894ca, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca38-884894ca, #w-node-dac41c5e-1f61-c76d-7cda-4d34dea8a97f-884894ca, #w-node-_1abe6be8-1083-34cf-94e7-a1e1bf3e3879-1d1814ed, #w-node-_188e7e02-8688-65af-0366-dd61cdf4eeb9-1d1814ed, #w-node-_3834e3a4-710d-3d9a-7b76-c86798062b46-1d1814ed, #w-node-_776831b6-8a91-fcd7-ec14-4009dd1e7978-1d1814ed, #w-node-_776831b6-8a91-fcd7-ec14-4009dd1e799b-1d1814ed, #w-node-dac41c5e-1f61-c76d-7cda-4d34dea8a97f-1d1814ed, #w-node-_8714c5a8-d0a2-6a81-b36e-4c103c581d14-1d1814ed, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca21-1d1814ed, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca23-1d1814ed, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca28-1d1814ed, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca2a-1d1814ed, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca2f-1d1814ed, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca31-1d1814ed, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca36-1d1814ed, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca38-1d1814ed, #w-node-_0ba6aada-a97f-6293-2571-50e3b484c9a0-1d1814ed, #w-node-_0ba6aada-a97f-6293-2571-50e3b484c99e-1d1814ed, #w-node-_1abe6be8-1083-34cf-94e7-a1e1bf3e3879-f42cf8b8, #w-node-_1f355ace-6a3e-ea55-c133-f128a562e090-f42cf8b8, #w-node-e8e4cbfb-f629-c38f-fec3-305505f2e0b9-f42cf8b8, #w-node-adcbe5cd-2b95-400b-8dd4-1021ea95650d-f42cf8b8, #w-node-dd1cba18-d63e-75c8-7321-f168e2112392-f42cf8b8, #w-node-_3f5f1454-37ba-2b30-d261-4de93cbb0674-4a1704e4, #w-node-_1abe6be8-1083-34cf-94e7-a1e1bf3e3879-4a1704e4, #w-node-af660739-5621-a66c-f51e-3a765446238c-4a1704e4, #w-node-af660739-5621-a66c-f51e-3a765446238d-4a1704e4, #w-node-_1abe6be8-1083-34cf-94e7-a1e1bf3e3879-0db6afa5, #w-node-_188e7e02-8688-65af-0366-dd61cdf4eeb9-0db6afa5, #w-node-_3834e3a4-710d-3d9a-7b76-c86798062b46-0db6afa5, #w-node-dac41c5e-1f61-c76d-7cda-4d34dea8a97f-0db6afa5, #w-node-_8714c5a8-d0a2-6a81-b36e-4c103c581d14-0db6afa5, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca21-0db6afa5, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca23-0db6afa5, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca28-0db6afa5, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca2a-0db6afa5, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca2f-0db6afa5, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca31-0db6afa5, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca36-0db6afa5, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca38-0db6afa5, #w-node-_0ba6aada-a97f-6293-2571-50e3b484c9a0-0db6afa5, #w-node-_0ba6aada-a97f-6293-2571-50e3b484c99e-0db6afa5, #w-node-_1abe6be8-1083-34cf-94e7-a1e1bf3e3879-e5e77d58, #w-node-_188e7e02-8688-65af-0366-dd61cdf4eeb9-e5e77d58, #w-node-_3834e3a4-710d-3d9a-7b76-c86798062b46-e5e77d58, #w-node-_776831b6-8a91-fcd7-ec14-4009dd1e7978-e5e77d58, #w-node-_776831b6-8a91-fcd7-ec14-4009dd1e799b-e5e77d58, #w-node-dac41c5e-1f61-c76d-7cda-4d34dea8a97f-e5e77d58, #w-node-_8714c5a8-d0a2-6a81-b36e-4c103c581d14-e5e77d58, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca21-e5e77d58, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca23-e5e77d58, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca28-e5e77d58, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca2a-e5e77d58, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca2f-e5e77d58, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca31-e5e77d58, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca36-e5e77d58, #w-node-_06a6da56-cd36-e2fc-bfd0-140b051dca38-e5e77d58, #w-node-_0ba6aada-a97f-6293-2571-50e3b484c9a0-e5e77d58, #w-node-_0ba6aada-a97f-6293-2571-50e3b484c99e-e5e77d58, #w-node-_44277ca2-00e8-4ab7-0e89-21877df76e63-4e7a4cbb, #w-node-_44277ca2-00e8-4ab7-0e89-21877df76e7d-4e7a4cbb, #w-node-_44277ca2-00e8-4ab7-0e89-21877df76e94-4e7a4cbb, #w-node-dac41c5e-1f61-c76d-7cda-4d34dea8a97f-4e7a4cbb, #w-node-_8714c5a8-d0a2-6a81-b36e-4c103c581d14-4e7a4cbb, #w-node-_03a4069c-c084-741b-66e6-1f42a924b5b6-4e7a4cbb, #w-node-cb9e60b5-fbc8-e013-dea6-f08b5b29ca3d-4e7a4cbb, #w-node-_94c54134-5224-e824-4ff5-d3aaceae707e-4e7a4cbb, #w-node-_94c54134-5224-e824-4ff5-d3aaceae7080-4e7a4cbb, #w-node-_6cf33340-5cb9-07dd-8dec-75f6289dd640-4e7a4cbb, #w-node-_6cf33340-5cb9-07dd-8dec-75f6289dd642-4e7a4cbb, #w-node-d3fa3bde-d7db-3b51-8917-1b217e83b3c5-4e7a4cbb, #w-node-d3fa3bde-d7db-3b51-8917-1b217e83b3c7-4e7a4cbb, #w-node-_5256bfbe-2e35-7d9c-4255-600571723677-4e7a4cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5256bfbe-2e35-7d9c-4255-600571723677-4e7a4cbb {
    order: -9999;
  }
}

@keyframes animate{
  20%{
    background-image: url(../images/3.prueba.png);
    background-size:cover ;
  }
  40%{
    background-image: url(../images/2.prueba.png) ;
    background-size:cover ;
  }

  60%{
    background-image: url(../images/1-prueba.png) ;
    background-size:cover ;
  }
}


