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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.cta-button {
  padding: 6px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #9b0a33;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  color: #9b0a33;
  font-weight: 600;
}

.cta-button.w--current {
  color: #9b0a33;
}

.cta-button.boton-hero {
  padding-top: 8px;
  padding-bottom: 8px;
  border: 0px none transparent;
  background-color: #9b0a33;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}

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

.boton-menu-principal {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.boton-menu-principal.w--current {
  color: #333;
}

.heading {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 20px;
  direction: ltr;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.section {
  padding: 60px 0px;
  letter-spacing: 0.5px;
  white-space: normal;
}

.section.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 550px;
  -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;
  background-image: url('../images/imagen-fondo-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.section.seccion-oscura {
  padding: 60px 0px;
  background-color: #f9f9f9;
}

.body {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 500px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.text-block {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.text-block.info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #333;
  font-size: 20px;
  line-height: 35px;
  text-align: left;
  letter-spacing: 0px;
  white-space: normal;
}

.text-block.contacto-info {
  background-color: transparent;
  color: #9b0a33;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.container {
  display: block;
  max-width: 1200px;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid {
  padding-top: 0px;
  grid-column-gap: 18px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.paso-a-seguir {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.titulo-paso {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-align: center;
}

.descripcion-paso {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-align: center;
}

.grid-2 {
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cuadro-tecnologia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 180px;
  padding: 0px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #9b0a33;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.28);
}

.cuadro-tecnologia.cuadro-1 {
  background-color: #9b0a33;
  color: #fff;
}

.cuadro-tecnologia.cuadro-2 {
  background-color: #9b0a33;
  color: #fff;
}

.cuadro-tecnologia.cuadro-3 {
  background-color: #9b0a33;
  color: #fff;
}

.faq-respuesta {
  margin-bottom: 10px;
  padding: 20px;
  background-color: #e6e6e6;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.dropdown-toggle {
  width: 100%;
  margin-bottom: 0px;
  background-color: #f9f9f9;
  color: #333;
}

.dropdown-toggle.w--open {
  min-width: 100px;
  background-color: #f9f9f9;
}

.dropdown {
  width: 100%;
}

.faq-pregunta-texto {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.dropdown-list {
  position: relative;
}

.dropdown-list-2 {
  position: relative;
}

.grid-3 {
  grid-row-gap: 18px;
}

.submit-button {
  display: inline-block;
  margin-left: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 20px;
  background-color: #9b0a33;
  font-family: Montserrat, sans-serif;
  color: #f9f9f9;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

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

.heading-2 {
  max-width: 700px;
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.heading-3 {
  margin-bottom: 40px;
}

.text-block-2 {
  font-family: Lato, sans-serif;
}

.text-block-3 {
  color: #fff;
}

.text-block-4 {
  color: #fff;
}

.text-block-5 {
  color: #fff;
}

.text-block-copy {
  font-family: Lato, sans-serif;
  color: #fff;
}

.field-label {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-field {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.textarea {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.icon {
  color: #9b0a33;
  font-size: 16px;
}

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

.circulo-pasos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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: 20px;
  background-color: #f02960;
}

.text-block-6 {
  font-family: Montserrat, sans-serif;
  color: #fef9e5;
  font-size: 22px;
  font-weight: 700;
}

.brand {
  justify-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image {
  position: relative;
  margin-top: 5px;
}

.grid-4 {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 100px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.icono-contacto {
  width: 50px;
  height: 50px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-5 {
  grid-column-gap: 3px;
  -ms-grid-columns: 1.5fr 0.25fr;
  grid-template-columns: 1.5fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-2 {
  margin-top: 22px;
}

.video {
  margin-top: 10px;
}

.html-embed {
  width: 70%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .dropdown-toggle {
    white-space: normal;
  }

  .dropdown-toggle.w--open {
    min-width: 0px;
  }

  .faq-pregunta-texto {
    position: static;
  }

  .html-embed {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .cuadro-tecnologia {
    min-height: 150px;
  }

  .faq-pregunta-texto {
    white-space: normal;
  }

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

@media screen and (max-width: 479px) {
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

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

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

  .html-embed {
    width: 100%;
  }

  .captcha-wrapper {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}

#w-node-f003bce6-7ad0-505e-83ac-2d25e3867b6d-261f1462 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a7eb599a-5165-85b0-22b5-bd44477500f8-261f1462 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_3917e9e6-0fcd-981c-bdde-b74efaaa7777-261f1462 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_2cfa24d8-f7c5-b402-c291-7205dbe770a2-261f1462 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  #w-node-_531fc7ab-0681-ab07-19d8-ce1a56f294f0-261f1462 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

