.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-users-userformpagewrap {
  height: 100vh;
  max-width: 340px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  width: 100%;
  text-align: center;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.dropdown-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
}

.dropdown-link:hover {
  background-color: #000;
}

.dropdown-link.w--current {
  opacity: .7;
  color: #fff;
}

.menu-button-kit-nav {
  display: none;
}

.nav-menu {
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.navbar {
  z-index: 100;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #fff;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  padding-left: 30px;
  padding-right: 8px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image {
  object-fit: contain;
}

.menu-icon-swipe {
  display: inline-block;
  position: absolute;
}

.dropdown {
  flex: none;
}

.menu-icon-kit-nav {
  display: inline-block;
  position: absolute;
}

.dropdown-list {
  color: #fff;
  background-color: #18181d;
  padding-top: 8px;
  padding-bottom: 8px;
  position: absolute;
}

.kit-arrow-dropdown {
  opacity: .4;
}

.prospero-link {
  opacity: .6;
  text-transform: uppercase;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.dropdown-wrap {
  display: flex;
}

.dropdown-toggle {
  align-items: center;
  padding: 21px 20px;
  display: flex;
}

.menu-button-kit {
  width: 56px;
  height: 56px;
  align-items: center;
  padding: 21px 18px;
  display: flex;
  overflow: hidden;
}

.menu-button-kit:hover, .menu-button-kit.w--open {
  background-color: #ebedee;
}

.nav-kit-wrap {
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.titulo1 {
  width: auto;
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: white;
  text-transform: uppercase;
  text-shadow: 2px 0 5px rgba(0, 0, 0, .5);
  white-space: normal;
  outline: 3px #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Condensed, sans-serif;
  font-size: 84px;
  font-weight: 700;
  line-height: 77px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-label {
  color: #fff;
  -webkit-text-stroke-color: #000;
  white-space: normal;
  font-family: Tw Cen Mt Condensed Font, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.button-small {
  opacity: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.white-small {
  color: #364a99;
  text-align: center;
  color: #364a99;
  text-align: center;
  background-color: #51b58d;
  border-style: none;
  border-radius: 20px;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: height .2s cubic-bezier(.755, .05, .855, .06);
}

.button-small.white-small-copy {
  color: #364a99;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
}

.hero6-content {
  flex-direction: column;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  margin-top: 0;
  padding: 50px 0;
  display: block;
}

.hero6-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.section {
  height: 1000px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: center;
  align-items: center;
  margin-top: 0;
  padding-left: 36px;
  padding-right: 36px;
  display: grid;
  overflow: auto;
}

.background-video {
  height: auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.parrafo {
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, .5);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Tw Cen Mt Condensed Font, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.parrafo.size3-full-clear {
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, .5);
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.grid-2 {
  justify-content: start;
  justify-items: start;
  margin-top: 471px;
}

.button-arrow {
  text-align: center;
  flex: 0 auto;
  align-self: stretch;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 0;
  display: inline-block;
}

.subtitulo {
  color: #000;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 40px;
  font-family: Condensed, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.heading {
  text-align: center;
  margin-top: 0;
  padding-top: 10px;
  text-decoration: none;
}

.link-block {
  text-align: center;
  margin-top: 0;
  padding-bottom: 100px;
  text-decoration: none;
}

.container-3 {
  text-align: center;
}

.galeria {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-2 {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-4 {
  margin-top: 0;
}

.image-6 {
  object-fit: fill;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 0;
  display: inline-block;
}

.ima {
  letter-spacing: 0;
  -webkit-text-stroke-width: 3px;
  text-indent: 0;
  column-count: 2;
  align-self: center;
}

.bold-text {
  font-weight: 200;
}

.image-8 {
  max-height: 0%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-7 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  transition: top .2s;
  display: block;
}

.hero5-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.hero5-text {
  flex: 1;
  margin-bottom: 30px;
  margin-right: -300px;
}

.titulos {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

.titulos.tituloprincipal {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  text-shadow: 5px 5px 4px rgba(0, 0, 0, .3);
  white-space: normal;
  border: 1px #000;
  outline: 3px #fff;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tw Cen Mt Condensed Font, sans-serif;
  font-size: 84px;
  font-weight: 400;
  line-height: 84px;
  display: flex;
}

.titulos.tituloprincipal-1 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  font-family: Tw Cen Mt Condensed Font, sans-serif;
  font-size: 84px;
  font-weight: 400;
  line-height: 95px;
  display: flex;
}

.bsdv {
  min-height: 1032px;
  color: #fff;
  background-image: linear-gradient(rgba(24, 24, 29, .5), rgba(24, 24, 29, .5)), url('../images/Centro-de-negocios-virtual-baner.gif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  padding: 666px 36px 0;
  display: flex;
}

.hero5-content {
  max-width: 479px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wrapper.m100 {
  padding-top: 0;
  padding-bottom: 0;
}

.hero5 {
  border-bottom: 1px solid #ebedee;
}

.paragraph-70 {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
  margin-bottom: 47px;
  margin-left: 0;
  margin-right: 0;
  font-family: Tw Cen Mt Condensed Font, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 33px;
}

.hero5-image-wrap-copy {
  min-height: 900px;
  color: #fff;
  background-image: url('../images/HighresScreenshot00027.png');
  background-position: 1% 41%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 60px 36px;
  display: flex;
}

.grilla-video {
  height: 1000px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: stretch;
  align-self: center;
  align-items: center;
  justify-items: center;
  margin-top: 0;
  padding-left: 36px;
  padding-right: 36px;
  display: grid;
  overflow: auto;
}

.imahorrizontal {
  margin-top: 0;
}

.titulovideo {
  float: none;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 15px rgba(0, 0, 0, .5);
  mix-blend-mode: normal;
  font-family: Tw Cen Mt Condensed Font, sans-serif;
  font-size: 84px;
  font-weight: 400;
  line-height: 63px;
  transition: opacity .2s;
}

.videosaladeventas {
  height: 0;
  min-height: 1000px;
  margin-top: 0;
}

.bold-text-2 {
  color: #000;
  text-transform: none;
  white-space: normal;
  font-family: Tw Cen Mt Condensed Font, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.footer-light {
  -webkit-text-stroke-color: #5c5c5c;
  background-color: #494949;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 20px 10px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-family: Tw Cen Mt Condensed Font, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 32px;
}

.footer-link-two {
  color: #fff;
  margin-top: 20px;
  font-family: Tw Cen Mt Condensed Font, sans-serif;
  font-size: 27px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  color: #fff;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  outline-offset: 0px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  outline: 3px #333;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Tw Cen Mt Condensed Font, sans-serif;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.logos-quote-divider {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper-two {
  max-width: 820px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-info-two {
  max-width: none;
  flex-direction: column;
  align-self: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.clients-quote-two {
  text-transform: uppercase;
  flex: 1;
  justify-content: center;
  align-self: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Condensed, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.clients-divider {
  width: 90%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 20px;
  margin-bottom: 20px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.clientes {
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #333;
  letter-spacing: .25px;
  text-shadow: 0 0 1px rgba(255, 255, 255, .22);
  mix-blend-mode: normal;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Condensed, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 0;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.w--current {
  text-shadow: 0 0 14px rgba(255, 255, 255, .9);
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.background-video-4 {
  min-height: 900px;
}

.div-block {
  text-align: left;
  justify-content: center;
  margin-top: 486px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

.text-block {
  font-weight: 400;
}

.text-block.inviewdtexto {
  text-align: center;
  text-transform: uppercase;
  text-shadow: 3px 0 4px rgba(0, 0, 0, .45);
  white-space: normal;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Tw Cen Mt Condensed Font, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: underline;
}

.text-block.inviewdtexto-copy {
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, .2);
  white-space: normal;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border-radius: 0;
  padding-top: 173px;
  padding-bottom: 0;
  font-family: Tw Cen Mt Condensed Font, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.button-small-copy {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #18181d;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small-copy:hover {
  background-color: #272731;
}

.button-small-copy.white-small {
  color: #364a99;
  text-align: center;
  color: #364a99;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
}

.button-small-copy.white-small-copy {
  color: #364a99;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
}

.background-video-5 {
  height: 1000px;
}

.div-block-3 {
  padding-left: 60px;
  display: flex;
}

.div-block-4 {
  flex: 1;
  align-self: flex-end;
  margin-top: 700px;
}

.galeria-proyectos {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-heading-right {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px {
  text-align: justify;
  flex: 1;
  align-self: center;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Tw Cen Mt Condensed Font, sans-serif;
  font-size: 38px;
  line-height: 32px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.rl_gallery3_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rl_gallery3_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.rl_gallery3_lightbox-link {
  width: 100%;
  height: 100%;
}

.rl_gallery3_gallery-grid {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_gallery3_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_gallery3_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_gallery3_heading-wrapper {
  width: 100%;
  max-width: 48rem;
  text-align: center;
}

.rl_gallery3_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_gallery3 {
  background-color: #fff;
}

.rl_gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.rl_gallery21_arrow-icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_gallery21_arrow-right {
  width: 3rem;
  height: 3rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.rl_gallery21_arrow-left {
  width: 3rem;
  height: 3rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 4rem;
}

.rl_gallery21_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rl_gallery21_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.rl_gallery21_lightbox-link {
  width: 100%;
}

.rl_gallery21_slide {
  padding-right: 2rem;
}

.rl_gallery21_mask {
  width: 50%;
  overflow: visible;
}

.rl_gallery21_slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
  position: relative;
}

.rl_gallery21_spacing-block-1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_blog33_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_gallery21_heading-wrapper {
  width: 100%;
  max-width: 48rem;
}

.rl_gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.rl_section_gallery21 {
  background-color: #fff;
  overflow: hidden;
}

.slider {
  width: 100%;
  height: 800px;
  background-color: #fff;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.container-5 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.slide {
  background-image: url('../images/HighresScreenshot00033.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/HighresScreenshot00026.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/HighresScreenshot00027.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/HighresScreenshot00034.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/HighresScreenshot00031.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mask {
  width: 100%;
  object-fit: fill;
}

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

.div-block-6 {
  margin-left: 40px;
  padding-left: 40px;
  display: block;
}

.imagaleria {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
}

.hero-heading-right-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.saladeventasvirtual {
  min-height: 0;
}

.div-block-8 {
  min-height: 500px;
  text-align: left;
  background-color: rgba(0, 0, 0, .5);
  background-image: radial-gradient(circle closest-corner, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, .75)), url('../images/Centro-de-negocios-virtual-baner.gif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 20px 40px;
}

.div-block-9 {
  min-height: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area"
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 / .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding-top: 20px;
  display: grid;
}

.button-label-copy {
  color: #fff;
  -webkit-text-stroke-color: #000;
  white-space: normal;
  font-family: Tw Cen Mt Condensed Font, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.button-arrow-copy {
  flex: 0 auto;
  align-self: stretch;
  margin-left: auto;
  padding-left: 0;
  padding-right: 20px;
  display: inline-block;
}

.div-block-10 {
  min-height: 0;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". ."
                 ". Area"
                 ". Area-2"
                 / .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  display: grid;
}

.div-block-12 {
  color: #000;
  background-image: linear-gradient(#242424, #242424);
}

.image-10 {
  text-align: center;
  display: inline;
}

.heading-2 {
  color: #fff;
}

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

.porcentajes {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  display: grid;
}

.porcentaje {
  color: #51b58d;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  text-transform: capitalize;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Condensed, sans-serif;
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.objetivos {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Condensed, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.objetivos1 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Tw Cen Mt Condensed Font, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.boton {
  opacity: 1;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #364a99;
  background-clip: border-box;
  border: 1px #fff;
  border-radius: 16px;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.boton:hover {
  background-color: #272731;
}

.boton.white-small {
  color: #364a99;
  text-align: center;
  color: #364a99;
  text-align: center;
  background-color: #51b58d;
  border-style: none;
  border-radius: 20px;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.boton.white-small-copy {
  color: #364a99;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
}

.sdv2 {
  min-height: 500px;
}

.db10 {
  min-height: 500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/MaquetaVirtual1.gif');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
  grid-template: ". Area"
                 ". Boton"
                 / .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

.div-block-llamado {
  min-height: 0;
}

.imagen-link {
  object-fit: fill;
  padding-top: 10px;
  display: inline-block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero5-copy {
  border-bottom: 1px solid #ebedee;
}

.div-block-15 {
  flex: 0 auto;
}

.bsdv-copy {
  min-height: 1032px;
  color: #fff;
  background-image: linear-gradient(rgba(24, 24, 29, .5), rgba(24, 24, 29, .5)), url('../images/Sala.gif');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  padding: 0 36px;
  display: flex;
}

.subtituloblanco {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Tw Cen Mt Condensed Font, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}

.combine-form_error-message {
  color: #e2004f;
  background-color: #ffecec;
  border: 1px solid #e2004f;
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_success-message {
  color: #6d9400;
  text-align: left;
  background-color: #ebf7de;
  border: 1px solid #6d9400;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-button {
  color: #fff;
  text-align: center;
  background-color: #364a99;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  background-color: rgba(40, 54, 74, .9);
}

.combine-form_link {
  color: #472def;
  -webkit-text-stroke-color: #1d0eff;
  text-decoration: underline;
}

.combine-form_link:hover {
  color: #472def;
}

.combine-form_checkbox-label {
  color: #fff;
  margin-bottom: .125rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_checkbox-icon {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  border-color: #8c94a5;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon:hover {
  border-color: #5f6570;
}

.combine-form_checkbox-icon.w--redirected-checked {
  width: 1rem;
  height: 1rem;
  background-color: #6157f8;
  background-size: 90%;
  border-color: #6157f8;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon.w--redirected-focus {
  width: 1rem;
  height: 1rem;
  box-shadow: none;
  border-color: #6157f8;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox {
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.combine-form_field-wrapper {
  margin-bottom: 1.25rem;
}

.combine-form_text-area-grey {
  height: 100%;
  min-height: 8rem;
  min-width: 16rem;
  color: #1f2c3d;
  background-color: #f2f3f7;
  border: 1px solid #f2f3f7;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_text-area-grey:hover {
  border-color: #d9dce2;
}

.combine-form_text-area-grey:focus {
  border-color: #6157f8;
}

.combine-form_text-area-grey::-ms-input-placeholder {
  color: #bfc4ce;
}

.combine-form_text-area-grey::placeholder {
  color: #bfc4ce;
}

.combine-form_label {
  color: #fff;
  margin-bottom: .5rem;
  font-family: Condensed, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_input-grey {
  height: 3rem;
  min-width: 16rem;
  color: #1f2c3d;
  background-color: #f2f3f7;
  border: 1px solid #f2f3f7;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_input-grey:hover {
  border-color: #d9dce2;
}

.combine-form_input-grey:focus {
  border-color: #6157f8;
}

.combine-form_input-grey::-ms-input-placeholder {
  color: #bfc4ce;
}

.combine-form_input-grey::placeholder {
  color: #bfc4ce;
}

.combine-form_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.combine-contact2_form-wrapper {
  width: 100%;
  max-width: 36rem;
  margin-bottom: 0;
}

.combine-text-size-regular {
  color: #fff;
  margin-bottom: 0;
  font-family: Tw Cen Mt Condensed Font, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
}

.combine-icon_medium {
  width: 2.25rem;
  height: 2.25rem;
  color: #f2f3f7;
  text-shadow: 0 0 5px rgba(255, 255, 255, .5);
  border: 1px #000;
}

.combine-icon_color3 {
  color: #f8b34b;
}

.combine-contact2_feature {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-icon_color2 {
  color: #00a1c1;
}

.combine-icon_color1 {
  color: #bfc4ce;
}

.combine-heading-style-h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tw Cen Mt Condensed Font, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-contact2_content {
  width: 100%;
  max-width: 33rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-contact2_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  display: flex;
}

.combine-padding-section-medium {
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/HighresScreenshot00033.png');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  padding-top: 18.9rem;
  padding-bottom: 4rem;
}

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_contact2 {
  background-color: #fff;
}

.combine-header1_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.combine-header1_image-wrapper {
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}

.combine-button-white {
  color: #1f2c3d;
  text-align: center;
  background-color: #fff;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-white:hover {
  color: #6157f8;
}

.combine-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-heading-style-h1 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.combine-header1_content {
  width: 100%;
  max-width: 33rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-header1_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.combine-section_header1 {
  background-color: #f2f3f7;
}

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

.nav-link-3 {
  background-image: url('../images/LOGOINVIEWD1.png');
  background-position: 0 0;
  background-size: cover;
}

.combine-menu-icon_line-bottom {
  width: 1.25rem;
  height: .125rem;
  background-color: #1f2c3d;
  border-radius: 1rem;
}

.combine-menu-icon_line-middle {
  width: 1.25rem;
  height: .125rem;
  background-color: #1f2c3d;
  border-radius: 1rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.combine-menu-icon_line-top {
  width: 1.25rem;
  height: .125rem;
  background-color: #1f2c3d;
  border-radius: 1rem;
}

.combine-menu-icon {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-nav1_menu-button {
  padding: .5rem;
}

.combine-button-small {
  color: #fff;
  text-align: center;
  background-color: #1f2c3d;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-small:hover {
  background-color: rgba(40, 54, 74, .9);
}

.combine-button-white-small {
  color: #1f2c3d;
  text-align: center;
  background-color: #fff;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-button-white-small:hover {
  color: #6157f8;
}

.combine-nav1_button-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  margin-left: 1.25rem;
  display: flex;
}

.combine-nav1_item {
  color: #5f6570;
  padding: .5rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s, color .25s;
}

.combine-nav1_item:hover {
  color: #6157f8;
  background-color: #f2f3f7;
  border-radius: .5rem;
}

.combine-nav1_dropdown-title {
  color: #1f2c3d;
  padding-left: .75rem;
  padding-right: .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-nav1_dropdown-column {
  min-width: 10rem;
}

.combine-nav1_dropdown-wrapper {
  grid-column-gap: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  margin-top: .5rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px .5rem rgba(40, 54, 74, .2);
}

.combine-nav1_dropdown-list {
  background-color: #f2f3f7;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.combine-nav1_dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.combine-nav1_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
}

.combine-nav1_dropdown-toggle {
  color: #1f2c3d;
  padding: .5rem 2.5rem .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  transition: color .25s;
}

.combine-nav1_dropdown-toggle:hover {
  color: #6157f8;
}

.combine-nav1_link {
  color: #1f2c3d;
  padding: .5rem 1.25rem;
  font-family: Condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: opacity .2s, color .25s;
}

.combine-nav1_link:hover {
  color: #6157f8;
}

.combine-nav1_menu {
  text-align: center;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.combine-nav1_logo {
  height: 100%;
  max-height: 4rem;
  font-size: 14px;
}

.combine-nav1_logo-link {
  flex: 1;
  order: -1;
  justify-content: flex-start;
  align-self: center;
  display: flex;
}

.combine-nav1_logo-link.w--current {
  align-items: center;
  display: flex;
}

.combine-nav1_container {
  width: 100%;
  max-width: 75rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-padding-global-2 {
  padding-left: 0;
  padding-right: 0;
}

.combine-nav1_component {
  background-color: rgba(0, 0, 0, 0);
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.combine-gallery3_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.combine-gallery3_image-wrapper {
  width: 100%;
  border-radius: .75rem;
  margin-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery3_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  column-gap: 1rem;
}

.combine-container-large-2 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 48px;
}

.combine-space-large {
  height: 4rem;
}

.combine-text-size-regular-2 {
  color: #5f6570;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2-2 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-2 {
  padding-top: 1.8rem;
  padding-bottom: 0;
}

.combine-section_gallery3 {
  background-color: #fff;
  padding-top: 100px;
}

.combine-social_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.combine-footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-footer1_social-link:hover {
  color: #9e97ff;
}

.combine-footer1_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.combine-footer1_bottom-text-link {
  color: #9e97ff;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.combine-footer1_bottom-text-link:hover {
  color: #fff;
}

.combine-footer1_bottom-text {
  color: #bfc4ce;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-footer1_bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.combine-padding-section-small {
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.combine-footer1_link {
  color: #bfc4ce;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Tw Cen Mt Condensed Font, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.combine-footer1_link:hover {
  color: #fff;
}

.combine-space-small {
  width: 100%;
  height: 1rem;
}

.combine-footer1_title {
  color: #fff;
  align-self: stretch;
  font-family: Condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.combine-footer1_column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-form_error-message-2 {
  color: #e2004f;
  background-color: #ffecec;
  border: 1px solid #e2004f;
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_success-message-2 {
  color: #6d9400;
  text-align: left;
  background-color: #ebf7de;
  border: 1px solid #6d9400;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-footer1_top-text-link {
  color: #bfc4ce;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.combine-footer1_top-text-link:hover {
  color: #fff;
}

.combine-footer1_top-text {
  color: #bfc4ce;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-button-colored {
  color: #fff;
  text-align: center;
  background-color: #364a99;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-colored:hover {
  background-color: #472def;
}

.combine-form_input {
  height: 3rem;
  min-width: 16rem;
  color: #1f2c3d;
  background-color: #fff;
  border: 1px solid #f2f3f7;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_input:hover {
  border-color: #d9dce2;
}

.combine-form_input:focus {
  border-color: #6157f8;
}

.combine-form_input::-ms-input-placeholder {
  color: #bfc4ce;
}

.combine-form_input::placeholder {
  color: #bfc4ce;
}

.combine-footer1_form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-footer1_form-wrapper {
  margin-bottom: 0;
}

.combine-footer1_logo {
  height: 100%;
  max-height: 5rem;
}

.combine-footer1_info {
  width: 100%;
  max-width: 25rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.combine-footer1_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.combine-footer1_component {
  background-color: #1f2c3d;
}

.combine-text-size-regular-3 {
  color: #5f6570;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-small-2 {
  width: 100%;
  height: 1rem;
}

.combine-faq3_title {
  color: #1f2c3d;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-icon_small {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  display: flex;
}

.combine-icon_color1-2 {
  color: #6157f8;
}

.combine-faq3_question {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-icon_color3-2 {
  color: #f8b34b;
}

.combine-icon_color2-2 {
  color: #00a1c1;
}

.combine-faq3_wrapper {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-direction: column;
  display: flex;
}

.combine-faq3_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-container-large-3 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large-2 {
  height: 4rem;
}

.combine-space-medium-2 {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2-3 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Condensed, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.combine-container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-padding-global-3 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_faq3 {
  background-color: #fff;
  padding-top: 100px;
}

.link-block-3 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-block-4 {
  padding-top: 10px;
}

.combine-gallery3_image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.combine-gallery3_image-wrapper-2 {
  width: 100%;
  border-radius: .75rem;
  margin-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery3_component-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  column-gap: 1rem;
}

.combine-container-large-4 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large-3 {
  height: 4rem;
}

.combine-text-size-regular-4 {
  color: #5f6570;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-medium-3 {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2-4 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tw Cen Mt Condensed Font, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center-3 {
  text-align: center;
}

.combine-container-small-3 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-padding-global-4 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_gallery3-2 {
  background-color: #fff;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.combine-gallery3_image-3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.combine-gallery3_image-wrapper-3 {
  width: 100%;
  border-radius: .75rem;
  margin-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery3_component-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  column-gap: 1rem;
}

.combine-container-large-5 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large-4 {
  height: 4rem;
}

.combine-text-size-regular-5 {
  color: #5f6570;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-medium-4 {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2-5 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.combine-container-small-4 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-padding-global-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_gallery3-3 {
  background-color: #fff;
}

.brix---image-wrapper-br-24px {
  border-radius: 24px;
  overflow: hidden;
}

.brix---gallery-v2-col-right {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 110px;
  display: grid;
}

.brix---gallery-v2-col-left {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---gallery-v2-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---paragraph-default {
  color: #000;
  margin-bottom: 0;
  font-family: Tw Cen Mt Condensed Font, sans-serif;
  font-size: 38px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---heading-h2-size {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tw Cen Mt Condensed Font, sans-serif;
  font-size: 84px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

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

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: #fff;
  padding-top: 127px;
  padding-bottom: 176px;
}

.brix---opacity-20 {
  opacity: .2;
}

.brix---floating-image-hero-v1---1 {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -32%;
  left: -41%;
  right: auto;
}

.brix---opacity-10 {
  opacity: .1;
}

.brix---floating-image-hero-v1---2 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 11%;
  transform: rotate(140deg);
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-neutral-801 {
  color: #211f54;
}

.brix---icon-list {
  margin-right: 16px;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-success-message {
  margin-bottom: 10px;
}

.brix---success-message {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---input {
  min-height: 70px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.brix---input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---input::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---grid-subscribe-form-button-left {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-802 {
  color: #6e7191;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---grid-hero-v1 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-hero-primary {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  .brix---grid-hero-v1 {
    grid-column-gap: 90px;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button-kit-nav {
    width: 50px;
    height: 50px;
    padding: 18px 15px;
  }

  .nav-menu {
    width: 100%;
    border-bottom: 1px solid #ebedee;
  }

  .navbar {
    padding: 6px 5px 6px 24px;
  }

  .dropdown {
    background-color: #fff;
  }

  .dropdown-wrap {
    justify-content: space-between;
    display: flex;
  }

  .dropdown-toggle {
    padding: 20px;
  }

  .nav-kit-wrap {
    flex: 1;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .titulo1 {
    font-size: 72px;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero5-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .titulos.tituloprincipal, .titulos.tituloprincipal-1 {
    font-size: 64px;
    line-height: 59px;
  }

  .grilla-video {
    grid-template-columns: .25fr 1fr .25fr;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .clients-quote-two {
    font-size: 28px;
    line-height: 36px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .text-block.inviewdtexto {
    padding-top: 45px;
  }

  .text-block.inviewdtexto-copy {
    padding-top: 261px;
    line-height: 35px;
  }

  .galeria-proyectos {
    padding-bottom: 20px;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .rl_gallery3_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

  .container-6 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .div-block-8 {
    background-position: 0 0, 22%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-10 {
    min-height: 0;
  }

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

  .porcentajes {
    padding-bottom: 20px;
  }

  .porcentaje {
    font-weight: 700;
  }

  .combine-form_input-grey {
    min-width: 12rem;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h1 {
    font-size: 2.75rem;
  }

  .combine-nav1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .combine-nav1_button-wrapper {
    margin-top: .5rem;
    margin-left: 2.5rem;
  }

  .combine-nav1_item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav1_dropdown-list.w--open {
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-nav1_dropdown-toggle {
    padding-left: 2.5rem;
  }

  .combine-nav1_dropdown {
    width: 100%;
  }

  .combine-nav1_link {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav1_menu {
    text-align: left;
    background-color: #f2f3f7;
    border-bottom: 1px solid #bfc4ce;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: 1.5rem;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2-2 {
    font-size: 2.5rem;
  }

  .combine-footer1_bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .combine-form_input {
    min-width: 12rem;
  }

  .combine-footer1_grid {
    grid-template-columns: auto auto auto;
  }

  .combine-heading-style-h2-3 {
    font-size: 2.5rem;
  }

  .combine-padding-global-3 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2-4 {
    font-size: 2.5rem;
  }

  .combine-padding-global-4 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .container-7 {
    max-width: 728px;
  }

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

  .combine-heading-style-h2-5 {
    font-size: 2.5rem;
  }

  .combine-padding-global-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 20px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---floating-image-hero-v1---1 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---2 {
    top: 24%;
    right: -30%;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-hero-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-primary {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .dropdown-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    padding-left: 20px;
  }

  .dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .titulo1 {
    font-size: 50px;
    line-height: 42px;
  }

  .button-label {
    font-size: 22px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subtitulo {
    margin-bottom: auto;
  }

  .hero5-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

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

  .titulos.tituloprincipal {
    flex: 0 auto;
    justify-content: center;
    font-size: 38px;
    line-height: 30px;
  }

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

  .bsdv {
    min-height: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero5-content {
    max-width: none;
    text-align: center;
    align-items: center;
  }

  .paragraph-70 {
    flex: 0 auto;
    font-size: 25px;
    line-height: 25px;
    display: block;
  }

  .hero5-image-wrap-copy {
    min-height: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grilla-video {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-info-two {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .text-block.inviewdtexto {
    padding-top: 117px;
  }

  .text-block.inviewdtexto-copy {
    padding-top: 131px;
    font-size: 32px;
  }

  .div-block-3 {
    padding-left: 40px;
  }

  .galeria-proyectos {
    padding-top: 20px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .rl_gallery3_gallery-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rl_gallery3_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_gallery3_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_gallery21_arrow-left {
    right: 3.5rem;
  }

  .rl_gallery21_slide {
    padding-right: 1.5rem;
  }

  .rl_gallery21_mask {
    width: 100%;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl_blog33_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .imagaleria {
    padding-top: 0;
  }

  .hero-heading-right-2 {
    padding: 60px 15px;
  }

  .button-label-copy {
    font-size: 25px;
  }

  .porcentaje {
    font-size: 62px;
  }

  .objetivos {
    font-size: 32px;
    line-height: 32px;
  }

  .objetivos1 {
    font-size: 18px;
    line-height: 19px;
  }

  .bsdv-copy {
    min-height: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subtituloblanco {
    font-size: 28px;
    line-height: 28px;
  }

  .combine-form_text-area-grey, .combine-form_input-grey {
    min-width: 0;
  }

  .combine-contact2_component {
    flex-direction: column;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-header1_component {
    flex-direction: column;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-gallery3_component {
    column-count: 2;
  }

  .combine-footer1_bottom-text {
    order: 1;
  }

  .combine-footer1_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .combine-form_input {
    min-width: 0;
  }

  .combine-padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-gallery3_component-2 {
    column-count: 2;
  }

  .combine-padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .combine-gallery3_component-3 {
    column-count: 2;
  }

  .combine-padding-global-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .brix---gallery-v2-col-right {
    margin-top: 0;
  }

  .brix---gallery-v2-wrapper {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---floating-image-hero-v1---1 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---2 {
    max-width: 480px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-hero-v1 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-primary {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  .dropdown-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-button-kit-nav {
    width: 48px;
    height: 48px;
    max-width: none;
    flex-wrap: nowrap;
    flex: 0 auto;
    order: 0;
    align-content: center;
    justify-content: space-around;
    padding: 17px 14px;
    font-size: 20px;
  }

  .navbar {
    padding-left: 16px;
  }

  .image {
    max-width: 70%;
  }

  .menu-icon-swipe {
    max-width: 131%;
    flex: 1;
  }

  .menu-icon-kit-nav {
    max-width: 100%;
    border: 2px rgba(255, 255, 255, .1);
    border-radius: 0;
    flex: 1;
  }

  .dropdown-toggle {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-kit-wrap {
    flex: 1;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .titulo1 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 38px;
  }

  .button-label {
    text-align: left;
    flex: 1;
    align-self: flex-start;
    font-size: 18px;
    display: block;
  }

  .button-small {
    flex: none;
    align-self: stretch;
  }

  .button-small.white-small {
    flex: none;
    justify-content: flex-start;
    margin-top: 25px;
    padding: 10px 0 10px 10px;
  }

  .button-small.white-small-copy {
    flex: none;
    justify-content: flex-start;
  }

  .hero6-content {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    margin-top: 0;
    padding: 0;
    display: flex;
  }

  .hero6-text {
    margin-bottom: 0;
  }

  .section {
    align-self: baseline;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .background-video {
    height: auto;
  }

  .parrafo {
    align-items: flex-end;
    font-size: 22px;
    line-height: 28px;
  }

  .grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 0;
  }

  .button-arrow {
    text-align: center;
    flex: 0 auto;
    order: 0;
    align-self: center;
    margin-left: 0;
    padding-left: 23px;
    padding-right: 0;
  }

  .subtitulo {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 33px;
    padding-bottom: 33px;
    font-size: 26px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
  }

  .container-3 {
    font-size: 10px;
    line-height: 10px;
  }

  .galeria {
    float: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-4, .image-6 {
    margin-top: auto;
    padding-top: 10px;
  }

  .ima {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text {
    color: #000;
  }

  .image-8 {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 10px;
  }

  .image-7 {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 1px;
  }

  .hero5-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .hero5-text {
    align-self: flex-start;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .titulos.tituloprincipal {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin: auto 0;
    padding-bottom: 0;
    font-family: Condensed, sans-serif;
    font-size: 38px;
    line-height: 29px;
    display: block;
    overflow: visible;
  }

  .titulos.tituloprincipal-1 {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin: auto 0;
    padding-bottom: 20px;
    font-family: Condensed, sans-serif;
    font-size: 38px;
    line-height: 29px;
    display: block;
    overflow: visible;
  }

  .bsdv {
    min-height: 500px;
    flex-direction: row;
    padding: 0 16px;
    display: flex;
  }

  .hero5-content {
    display: flex;
  }

  .paragraph-70 {
    text-align: center;
    flex: 1;
    align-self: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
    line-height: 22px;
  }

  .hero5-image-wrap-copy {
    min-height: 750px;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grilla-video {
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .titulovideo {
    font-family: Condensed, sans-serif;
    font-size: 38px;
    line-height: 52px;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 10px;
  }

  .footer-title {
    font-size: 28px;
  }

  .footer-link-two {
    margin-top: 10px;
    font-size: 28px;
  }

  .footer-divider-two {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    color: #fff;
    font-size: 12px;
  }

  .footer-social-block-two {
    margin-top: 20px;
    margin-left: -10px;
  }

  .footer-social-link {
    margin-left: 10px;
  }

  .clients-wrapper-two {
    padding-left: 10px;
    padding-right: 10px;
  }

  .clients-info-two {
    margin-bottom: 0;
  }

  .clients-quote-two {
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 26px;
    line-height: 32px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-top: auto;
    margin-bottom: 15px;
  }

  .clientes {
    margin-top: 0;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .div-block {
    justify-content: space-between;
    padding-left: 0;
  }

  .div-block-2 {
    grid-template-rows: auto auto;
  }

  .text-block.inviewdtexto {
    padding-top: 137px;
    padding-right: 0;
    font-size: 14px;
  }

  .text-block.inviewdtexto-copy {
    padding-top: 105px;
    font-size: 26px;
  }

  .button-small-copy {
    flex: none;
    align-self: stretch;
  }

  .button-small-copy.white-small, .button-small-copy.white-small-copy {
    flex: none;
    justify-content: flex-start;
  }

  .background-video-5 {
    height: auto;
    min-height: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-3 {
    height: auto;
    padding-top: 550px;
    padding-left: 0;
    display: block;
  }

  .div-block-4 {
    min-height: 0;
    float: none;
    clear: none;
    flex: 0 auto;
    order: 0;
    align-self: baseline;
    margin-top: auto;
    padding-left: 10px;
    display: block;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .galeria-proyectos {
    padding-top: 10px;
  }

  .container-4 {
    max-width: none;
  }

  .margin-bottom-24px {
    font-size: 26px;
    line-height: 26px;
  }

  .div-block-6 {
    min-height: 600px;
    justify-content: flex-start;
    align-items: flex-end;
    margin-left: auto;
    padding-left: 20px;
    display: flex;
    overflow: hidden;
  }

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

  .image-9 {
    border: 1px #000;
  }

  .container-6 {
    max-width: none;
  }

  .div-block-9 {
    grid-template: "Area"
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .button-label-copy {
    text-align: left;
    flex: 0 auto;
    padding-left: 0;
    padding-right: 10px;
    font-size: 18px;
    line-height: 18px;
  }

  .button-arrow-copy {
    text-align: center;
    flex: 0 auto;
    order: 0;
    align-self: center;
    margin-left: auto;
    padding-right: 10px;
  }

  .div-block-11 {
    grid-template: "."
    / 1fr;
  }

  .porcentaje {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Condensed, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 20px;
    display: flex;
  }

  .objetivos {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 0;
    font-family: Condensed, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
  }

  .objetivos1 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 33px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
  }

  .boton {
    flex: none;
    align-self: center;
  }

  .boton.white-small {
    flex: none;
    justify-content: flex-start;
    margin-top: 25px;
    padding: 10px 0 10px 10px;
  }

  .boton.white-small-copy {
    flex: none;
    justify-content: flex-start;
  }

  .db10 {
    grid-template: "." 1fr
                   "."
                   / 1fr;
  }

  .bsdv-copy {
    min-height: 500px;
    flex-direction: row;
    padding: 0 0 0 5px;
    display: flex;
  }

  .subtituloblanco {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding: 33px 10px;
    font-size: 26px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-button-wrapper {
    width: 100%;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
  }

  .combine-nav1_logo-link.w--current {
    align-items: center;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-gallery3_component {
    column-count: 1;
  }

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

  .combine-footer1_grid {
    grid-template-columns: auto;
  }

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

  .combine-padding-global-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-gallery3_component-2 {
    column-count: 1;
  }

  .combine-padding-global-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-7 {
    max-width: none;
  }

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

  .combine-gallery3_component-3 {
    column-count: 1;
  }

  .combine-padding-global-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 16px;
  }

  .brix---gallery-v2-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---floating-image-hero-v1---1 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---2 {
    display: none;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---grid-subscribe-form-button-left {
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-hero-primary {
    padding-top: 48px;
    padding-bottom: 96px;
  }
}

#w-node-f1dca046-d609-2b2c-cd7b-4527f6c0f143-1046dd85 {
  grid-area: span 2 / span 7 / span 2 / span 7;
  align-self: end;
  justify-self: start;
}

#w-node-_36d35a20-4cb9-66a2-9db9-a17109730ca6-1046dd85 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_4e9e275e-534c-9c7c-513f-3f58be745ad8-1046dd85, #w-node-_8f422b78-e6ef-bae8-63a8-76745cdafe6a-1046dd85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_225992a8-7178-460c-cbbf-b335e41948e1-1046dd85, #w-node-_9d60b359-5de6-6455-5563-92c1f589e534-1046dd85 {
  grid-area: 2 / 2 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_3ad223b1-bb4b-09f4-2259-7efd702a2a88-1046dd85, #w-node-f8cf372b-fed4-e691-1129-0da48cae1619-1046dd85, #w-node-_3ad223b1-bb4b-09f4-2259-7efd702a2a8c-1046dd85, #w-node-_3ad223b1-bb4b-09f4-2259-7efd702a2a89-1046dd85, #w-node-_3ad223b1-bb4b-09f4-2259-7efd702a2a8a-1046dd85, #w-node-_3ad223b1-bb4b-09f4-2259-7efd702a2a8b-1046dd85, #w-node-_3ad223b1-bb4b-09f4-2259-7efd702a2a8d-1046dd85, #w-node-_4e6d37ef-d889-0430-17fc-7d6d5eb81a64-1046dd85, #w-node-d6784475-c3fe-622f-2d5a-eccd4c2f92fe-1046dd85, #w-node-c2d2a90e-901d-9ad5-1b22-0b06a13fd19d-a13fd195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2d2a90e-901d-9ad5-1b22-0b06a13fd1a3-a13fd195 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_262b9cef-5b1a-eaa4-e347-a9a3b709d2d1-36454e1a {
  grid-area: span 2 / span 7 / span 2 / span 7;
  align-self: end;
  justify-self: start;
}

#w-node-_262b9cef-5b1a-eaa4-e347-a9a3b709d2d3-36454e1a {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_262b9cef-5b1a-eaa4-e347-a9a3b709d2d8-36454e1a {
  grid-area: 2 / 1 / 2 / 2;
  align-self: end;
  justify-self: center;
}

#w-node-_262b9cef-5b1a-eaa4-e347-a9a3b709d2de-36454e1a {
  grid-area: 2 / 2 / 2 / 2;
  align-self: end;
  justify-self: center;
}

#w-node-_262b9cef-5b1a-eaa4-e347-a9a3b709d2db-36454e1a {
  grid-area: 3 / 3 / 2 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_3f2b8a3a-472b-58ad-18b6-57026c56cd63-36454e1a {
  grid-area: Area;
  align-self: start;
  justify-self: center;
}

#w-node-_3f2b8a3a-472b-58ad-18b6-57026c56cd65-36454e1a {
  grid-area: Boton;
  align-self: center;
  justify-self: center;
}

#w-node-_78049438-d13f-03b2-a163-2b1d5dc28d81-b630bf07, #w-node-a46a0b15-06e8-8d1a-875c-de3cbebaac57-b630bf07 {
  grid-area: 2 / 2 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_7373a8eb-d808-974a-3b57-8b1bc647c4ef-b630bf07 {
  grid-area: 2 / 2 / 2 / 2;
  align-self: end;
  justify-self: center;
}

#w-node-a2effaeb-b15d-2e49-29e1-819aca2c5ab4-b630bf07 {
  grid-area: Area;
  align-self: start;
  justify-self: center;
}

#w-node-_06239e3d-a7fe-dc06-299b-8ee2a05f9c44-b630bf07 {
  grid-area: Area;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-d6138593-20d2-ae89-259a-761164c0a94e-b630bf07 {
  grid-area: 1 / 2 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-bc921d05-634b-c948-54e9-7438f1e6e4b2-b630bf07 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_5458b67b-03cb-c045-f587-c1dfd048b71b-b630bf07, #w-node-_80fb905c-6549-450e-d8a4-4dcbf262bc67-b630bf07, #w-node-_570f9b68-6af6-e9ae-ac3b-86c8cc5981df-b630bf07, #w-node-_9096bc3e-5a44-60a8-d666-87e917eb8a95-b630bf07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91203d46-7106-5e21-443f-2a35e44f0ee5-b630bf07, #w-node-_4824ebcf-e0ec-b91d-49f9-5b87ff31e0c7-b630bf07, #w-node-eef61091-a067-98cd-6867-21eb1fe0c44c-b630bf07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_1fea3a8f-42e5-6faa-dfbb-1feea885eb8a-b630bf07, #w-node-_682f6c13-4bc8-4cdf-9a01-0edef14f5563-b630bf07, #w-node-_97185051-9a1b-65e1-94a2-f1e934b872cf-b630bf07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f2b8a3a-472b-58ad-18b6-57026c56cd63-b630bf07 {
  grid-area: Area;
  align-self: start;
  justify-self: center;
}

#w-node-_3f2b8a3a-472b-58ad-18b6-57026c56cd65-b630bf07 {
  grid-area: Boton;
  align-self: center;
  justify-self: center;
}

#w-node-_68d5e3f3-3fe5-1200-72e3-010464ad1fa4-de113622, #w-node-_68d5e3f3-3fe5-1200-72e3-010464ad1fa5-de113622, #w-node-_68d5e3f3-3fe5-1200-72e3-010464ad1fc0-de113622, #w-node-_68d5e3f3-3fe5-1200-72e3-010464ad1fc1-de113622 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b6e5992-e2e3-efc4-63bc-a2923a71accd-66a4121c {
  grid-area: Area;
  align-self: start;
  justify-self: center;
}

#w-node-_1b6e5992-e2e3-efc4-63bc-a2923a71accf-66a4121c {
  grid-area: Boton;
  align-self: center;
  justify-self: center;
}

#w-node-d9e509be-c86f-4dc1-70c5-270b80a3c97e-66a4121c {
  grid-area: Area;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-d9e509be-c86f-4dc1-70c5-270b80a3c97f-66a4121c {
  grid-area: 1 / 2 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-d9e509be-c86f-4dc1-70c5-270b80a3c981-66a4121c {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-d9e509be-c86f-4dc1-70c5-270b80a3c983-66a4121c, #w-node-d9e509be-c86f-4dc1-70c5-270b80a3c984-66a4121c, #w-node-d9e509be-c86f-4dc1-70c5-270b80a3c986-66a4121c, #w-node-d9e509be-c86f-4dc1-70c5-270b80a3c988-66a4121c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9e509be-c86f-4dc1-70c5-270b80a3c98a-66a4121c, #w-node-d9e509be-c86f-4dc1-70c5-270b80a3c98c-66a4121c, #w-node-d9e509be-c86f-4dc1-70c5-270b80a3c98e-66a4121c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d9e509be-c86f-4dc1-70c5-270b80a3c990-66a4121c, #w-node-d9e509be-c86f-4dc1-70c5-270b80a3c992-66a4121c, #w-node-d9e509be-c86f-4dc1-70c5-270b80a3c994-66a4121c, #w-node-c77e13ac-9ab0-c743-baef-1951a1fc1610-b154ca89, #w-node-c77e13ac-9ab0-c743-baef-1951a1fc1622-b154ca89, #w-node-c77e13ac-9ab0-c743-baef-1951a1fc1623-b154ca89, #w-node-c77e13ac-9ab0-c743-baef-1951a1fc1624-b154ca89, #w-node-c77e13ac-9ab0-c743-baef-1951a1fc1625-b154ca89, #w-node-c77e13ac-9ab0-c743-baef-1951a1fc1626-b154ca89, #w-node-c77e13ac-9ab0-c743-baef-1951a1fc1627-b154ca89, #w-node-c77e13ac-9ab0-c743-baef-1951a1fc1628-b154ca89, #w-node-c77e13ac-9ab0-c743-baef-1951a1fc1629-b154ca89, #w-node-c77e13ac-9ab0-c743-baef-1951a1fc162a-b154ca89, #w-node-c77e13ac-9ab0-c743-baef-1951a1fc162b-b154ca89, #w-node-e1f96024-252a-a0f5-f682-bf7e31f7727b-b154ca89, #w-node-e1f96024-252a-a0f5-f682-bf7e31f7727d-b154ca89, #w-node-e1f96024-252a-a0f5-f682-bf7e31f7727f-b154ca89, #w-node-e1f96024-252a-a0f5-f682-bf7e31f77281-b154ca89, #w-node-e1f96024-252a-a0f5-f682-bf7e31f77283-b154ca89, #w-node-b67a01bd-e6da-ba10-9184-bf409f3c5b47-3dc4a57c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f1dca046-d609-2b2c-cd7b-4527f6c0f143-1046dd85 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_3ad223b1-bb4b-09f4-2259-7efd702a2a8b-1046dd85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c2d2a90e-901d-9ad5-1b22-0b06a13fd19a-a13fd195 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_262b9cef-5b1a-eaa4-e347-a9a3b709d2d1-36454e1a {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-c77e13ac-9ab0-c743-baef-1951a1fc1610-b154ca89 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b67a01bd-e6da-ba10-9184-bf409f3c5b3b-3dc4a57c {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_36d35a20-4cb9-66a2-9db9-a17109730ca6-1046dd85 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4e9e275e-534c-9c7c-513f-3f58be745ad8-1046dd85, #w-node-_8f422b78-e6ef-bae8-63a8-76745cdafe6a-1046dd85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bc921d05-634b-c948-54e9-7438f1e6e4b2-b630bf07, #w-node-d9e509be-c86f-4dc1-70c5-270b80a3c981-66a4121c {
    align-self: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f1dca046-d609-2b2c-cd7b-4527f6c0f143-1046dd85 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_225992a8-7178-460c-cbbf-b335e41948e1-1046dd85, #w-node-_9d60b359-5de6-6455-5563-92c1f589e534-1046dd85 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c2d2a90e-901d-9ad5-1b22-0b06a13fd19a-a13fd195 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c2d2a90e-901d-9ad5-1b22-0b06a13fd1a3-a13fd195 {
    grid-column: span 1 / span 1;
  }

  #w-node-_262b9cef-5b1a-eaa4-e347-a9a3b709d2d1-36454e1a {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_262b9cef-5b1a-eaa4-e347-a9a3b709d2d3-36454e1a {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_262b9cef-5b1a-eaa4-e347-a9a3b709d2d8-36454e1a, #w-node-_262b9cef-5b1a-eaa4-e347-a9a3b709d2de-36454e1a {
    align-self: center;
  }

  #w-node-_262b9cef-5b1a-eaa4-e347-a9a3b709d2db-36454e1a {
    grid-area: 2 / 3 / 3 / 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-_3f2b8a3a-472b-58ad-18b6-57026c56cd63-36454e1a {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-_3f2b8a3a-472b-58ad-18b6-57026c56cd65-36454e1a {
    grid-area: 2 / 1 / 3 / 2;
    align-self: end;
  }

  #w-node-_78049438-d13f-03b2-a163-2b1d5dc28d81-b630bf07 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-a46a0b15-06e8-8d1a-875c-de3cbebaac57-b630bf07 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: end;
  }

  #w-node-_7373a8eb-d808-974a-3b57-8b1bc647c4ef-b630bf07 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: end;
    justify-self: center;
  }

  #w-node-_06239e3d-a7fe-dc06-299b-8ee2a05f9c44-b630bf07 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d6138593-20d2-ae89-259a-761164c0a94e-b630bf07 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bc921d05-634b-c948-54e9-7438f1e6e4b2-b630bf07 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_570f9b68-6af6-e9ae-ac3b-86c8cc5981df-b630bf07 {
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_3f2b8a3a-472b-58ad-18b6-57026c56cd63-b630bf07 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-_3f2b8a3a-472b-58ad-18b6-57026c56cd65-b630bf07 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: end;
  }

  #w-node-_1b6e5992-e2e3-efc4-63bc-a2923a71accd-66a4121c {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-_1b6e5992-e2e3-efc4-63bc-a2923a71accf-66a4121c {
    grid-area: 2 / 1 / 3 / 2;
    align-self: end;
  }

  #w-node-d9e509be-c86f-4dc1-70c5-270b80a3c97e-66a4121c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d9e509be-c86f-4dc1-70c5-270b80a3c97f-66a4121c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d9e509be-c86f-4dc1-70c5-270b80a3c981-66a4121c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d9e509be-c86f-4dc1-70c5-270b80a3c986-66a4121c {
    align-self: center;
    justify-self: stretch;
  }

  #w-node-c77e13ac-9ab0-c743-baef-1951a1fc1610-b154ca89 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Tw Cen Mt Condensed Font';
  src: url('../fonts/TCCM____.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Condensed';
  src: url('../fonts/TwCenMTCondensedBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}