body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Lato, sans-serif;
  color: #44395e;
  font-size: 1em;
  line-height: 1.6;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0.5em;
  font-family: Selima, sans-serif;
  font-size: 3.4em;
  line-height: 1.1;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0.4em;
  font-family: Selima, sans-serif;
  font-size: 3.2em;
  line-height: 1.2;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0.3em;
  font-family: Selima, sans-serif;
  font-size: 1.8em;
  line-height: 1.2;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0.3em;
  font-family: Poppins, sans-serif;
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0.4em;
  font-size: 1.1em;
  line-height: 1.4;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0.4em;
  font-size: 0.9em;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

a {
  color: #835ed5;
  text-decoration: underline;
}

img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #7f7f7f;
  font-size: 0.8em;
  font-weight: 400;
}

blockquote {
  margin-bottom: 0px;
  padding: 1.4em;
  border: 1px none #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/quotes.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/quotes.svg');
  background-position: 0px 0px, 100% -10%;
  background-size: auto, 40%;
  background-repeat: repeat, no-repeat;
  font-family: 'Andada Pro', sans-serif;
  font-size: 1.2em;
  line-height: 1.6;
}

.wrpr {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrpr.between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrpr.flex-nav {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrpr.block {
  display: block;
}

.wrpr.contrast-element {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 50px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 40px;
  grid-template-rows: auto 40px;
  border-radius: 25px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  text-align: center;
}

.wrpr.margin-top.margin-small.fix {
  margin-right: auto;
  margin-left: auto;
}

.section.padding {
  padding-top: 6vh;
  padding-bottom: 6vh;
}

.nav-bar {
  position: static;
}

.secundary-nav {
  z-index: 5;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  background-color: #f5f5f5;
  font-size: 0.9em;
}

.primary-bar {
  position: relative;
  z-index: 5;
  display: block;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}

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

.logo {
  display: block;
  max-width: none;
  text-decoration: none;
}

.text-logo {
  color: #000;
  font-size: 3em;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.text-logo.w {
  color: #fff;
}

.text-logo.c1 {
  color: #835ed5;
}

.text-logo.c2 {
  color: #54dce1;
}

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

.mobile-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.trgr-open.brgr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn-nav {
  padding-right: 12px;
  padding-left: 12px;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 0.9em;
}

.btn-nav:hover {
  opacity: 0.6;
}

.btn-nav.w--current {
  color: hsla(0, 0%, 100%, 0.6);
  text-decoration: underline;
}

.btn-nav.cta {
  margin-left: 1em;
  padding-right: 45px;
  padding-left: 20px;
  border-radius: 2.5em;
  background-color: #835ed5;
  background-image: url('../images/whatsapp-icon.svg'), linear-gradient(126deg, #835ed5, #54dce1);
  background-position: 92% 50%, 0px 0px;
  background-size: 28px, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
  font-size: 1em;
}

.btn-nav.cta:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.brgr-pleca {
  height: 0.2em;
  background-color: #000;
}

.footer {
  margin-top: auto;
  padding-top: 6vh;
  background-color: #fafafa;
}

.ftr-legal {
  margin-top: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #f4f4f4;
  font-size: 0.8em;
}

.flex-col {
  width: 100%;
  min-height: 20px;
  padding-right: 1em;
  padding-left: 1em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-col._50 {
  width: 50%;
}

.flex-col._30 {
  width: 33.3333%;
  margin-bottom: 2em;
  padding-right: 1.2em;
  padding-left: 1.2em;
}

.flex-col._30.no-padd {
  padding-right: 0em;
  padding-left: 0em;
}

.flex-col._25 {
  width: 25%;
}

.flex-col._20 {
  width: 20%;
}

.flex-col._16 {
  width: 16.66666%;
}

.text-size-regular {
  font-size: 1em;
  line-height: 1.4em;
}

.text-label {
  position: relative;
  margin-bottom: 0.4em;
  font-size: 1.2em;
  line-height: 1.4em;
}

.text-label.text-label-small {
  font-size: 0.8em;
}

.fill-color {
  background-color: #6fcfcf;
}

.titular {
  margin-top: -1em;
  margin-bottom: 4vh;
  text-align: center;
}

.sub-title {
  font-size: 1.2em;
}

.botonera {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.botonera.a-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.botonera.a-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn {
  margin-right: 1.4em;
  margin-bottom: 1.4em;
  padding: 0.6em 2em;
  border-style: solid;
  border-width: 1px;
  border-color: #835ed5;
  border-radius: 2.5em;
  background-color: #835ed5;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 1em;
  text-align: center;
}

.btn:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.btn.brdr {
  background-color: transparent;
  color: #835ed5;
}

.btn.brdr:hover {
  background-color: #c3d8ef;
}

.btn.brdr.white {
  border-color: #fff;
  color: #fff;
}

.btn.brdr.white:hover {
  background-color: rgba(131, 94, 213, 0.7);
}

.btn.fw {
  width: 100%;
  margin-right: 0em;
}

.btn.contrast {
  border-color: #54dce1;
  background-color: #54dce1;
}

.btn.small-btn {
  font-size: 0.8em;
}

.btn.medium-btn {
  font-size: 1.1em;
}

.btn.large-btn {
  font-size: 1.3em;
}

.btn.send-color {
  min-height: auto;
  border-color: #57c840;
}

.btn.send-color.clear {
  margin-right: 0em;
  margin-bottom: 0em;
}

.btn.sned-btn {
  display: inline-block;
  margin-right: 0em;
  margin-bottom: 0em;
  padding-right: 2.4em;
  padding-left: 2.4em;
  border-color: #57c840;
  background-color: #57c840;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.btn.clear {
  margin-right: 0em;
  margin-bottom: 0em;
}

.ftr-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.g-two-colums {
  display: -ms-grid;
  display: grid;
  margin-bottom: 3em;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.g-three-columns {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fw-two-columns-grid {
  display: -ms-grid;
  display: grid;
  height: 60vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.full-bg {
  background-image: url('../images/hero-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.fcc-container {
  width: 100%;
  max-width: 60%;
  min-height: 20px;
}

.system-brand-element {
  display: -ms-grid;
  display: grid;
  height: 300px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hldr-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.hldr-brand.color-1 {
  background-color: #835ed5;
  text-align: left;
}

.hldr-brand.color-2 {
  background-color: #54dce1;
}

.hldr-brand.color-3 {
  background-color: #ee686a;
}

.s-hldr-brand {
  width: 100%;
  max-width: 60%;
  min-height: 20px;
}

.brand {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.simple-dvdr {
  height: 1px;
  margin-top: 3vh;
  margin-bottom: 3vh;
  background-color: #000;
}

.hldr-system-element {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-small {
  font-size: 1.8em;
}

.heading-medium {
  font-size: 3em;
}

.heading-x-large {
  font-size: 5.4em;
}

.spacer {
  height: 10vh;
}

.tab {
  margin-right: 1em;
  border-radius: 2.5em;
  background-color: #fafafa;
  font-family: Poppins, sans-serif;
  color: #b3b3b3;
  font-size: 0.8em;
  font-weight: 500;
}

.tab.w--current {
  background-color: #835ed5;
  color: #fff;
}

.div-block {
  padding-top: 10px;
  text-align: center;
}

.nav_component {
  position: relative;
  z-index: 100;
}

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

.page-padding.z-index-one {
  position: relative;
  z-index: 1;
}

.page-padding.just-on-mov {
  padding-right: 0rem;
  padding-left: 0rem;
}

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

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-right: auto;
  margin-left: auto;
}

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

.footer_component {
  margin-top: auto;
  padding-top: 6vh;
  padding-bottom: 2vh;
  background-color: #fafafa;
}

.modal-nav-hldr {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.modal-nav {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 10% auto 6%;
  grid-template-rows: 10% auto 6%;
  background-color: #fff;
}

.modal-nav-hdr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-nav-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-nav-ftr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.8rem;
}

.btn-mov-nav {
  width: 100%;
  background-color: transparent;
  color: #000;
  font-size: 1.2rem;
  text-align: center;
}

.btn-mov-nav.mov-cta {
  width: auto;
  margin-top: 2em;
  padding-right: 13%;
  padding-left: 13%;
  border: 1px solid #000;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.mov-nav-accordion {
  width: 100%;
}

.mov-nav-accordion_wrpr {
  position: relative;
  overflow: hidden;
  height: 0px;
}

.mov-nav-accordion_botonera {
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 0.95rem;
}

.trgr-close.close {
  width: 2.4em;
  height: 2.4em;
  border: 1px solid #000;
  border-radius: 1.2em;
}

.modal-nav-shade {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 890px;
  padding-top: 3em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(130deg, #54dce1, #835ed5);
}

.hero.hero-in {
  height: auto;
  padding-top: 10em;
  padding-bottom: 4em;
}

.hero.hero-in.bg-arreglos {
  height: 600px;
  background-image: linear-gradient(130deg, rgba(49, 19, 113, 0.6), rgba(163, 60, 62, 0.7)), url('../images/slider-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.navegacion {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
}

.main-nav-bar_shade-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: #ee686a;
  opacity: 1;
}

.icon-btn {
  position: relative;
  width: 1.8em;
  height: 1.8em;
  margin-right: 0.3em;
  margin-left: 0.3em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0.9em;
  background-color: #835ed5;
}

.icon-btn.icon-small {
  width: 1.6em;
  height: 1.6em;
  border-radius: 0.8em;
}

.icon-btn.icon-xsmall {
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.6em;
}

.icon-btn.icon-medium {
  width: 2.4em;
  height: 2.4em;
  border-radius: 1.2em;
}

.icon-btn.icon-medium.whatsapp {
  padding: 0.2em;
  background-color: #25d366;
}

.botonera-text {
  margin-right: 1em;
  margin-bottom: 1.4em;
  margin-left: 1em;
}

.color-1 {
  min-height: 80px;
  background-color: #835ed5;
}

.color-1-light {
  min-height: 80px;
  background-color: #dbcbff;
}

.color-1-dark {
  min-height: 80px;
  background-color: #4e2c99;
}

.color-2 {
  min-height: 80px;
  background-color: #54dce1;
}

.color-3 {
  min-height: 80px;
  background-color: #ee686a;
}

.color-2-light {
  min-height: 80px;
  background-color: #cafdff;
}

.color-2-dark {
  min-height: 80px;
  background-color: #26acb1;
}

.color-3-light {
  min-height: 80px;
  background-color: #ffd3d3;
}

.color-3-dark {
  min-height: 80px;
  background-color: #c02c2e;
}

.font-color-1 {
  color: #835ed5;
}

.font-color-2 {
  color: #54dce1;
}

.font-color-3 {
  color: #ee686a;
}

.btn-icon {
  margin-right: 1.4em;
  margin-bottom: 1.4em;
  border-radius: 2.5em;
  background-color: #835ed5;
  color: #fff;
  text-decoration: none;
}

.btn-icon.clear {
  margin-right: 0em;
  margin-bottom: 0em;
}

.btn-icon.medium-size {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 1.2em;
}

.btn-icon.medium-size:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.icon-btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6em 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.6;
}

.icon-btn_text {
  margin-right: 0.2em;
  margin-left: 0.2em;
}

.icon-btn_icon {
  width: 1.4em;
  margin-right: 0.2em;
  margin-left: 0.2em;
}

.footer-card_titular {
  margin-bottom: 0.6em;
}

.footer-btn {
  display: block;
  margin-bottom: 0.6em;
  font-size: 0.9em;
  text-decoration: none;
}

.address {
  font-size: 0.8em;
}

.address.on-card {
  margin-bottom: 0.4em;
  font-size: 0.8em;
}

.texto-small {
  font-size: 0.8em;
}

.heading-large {
  font-size: 4.4em;
}

.heading-x-small {
  font-size: 1.4em;
}

.text-medium {
  font-size: 1.2em;
}

.text-size-medium {
  font-size: 1.25em;
}

.text-size-large {
  font-size: 1.5em;
}

.text-size-small {
  font-size: 0.875em;
}

.text-size-tiny {
  font-size: 0.75em;
}

.text-size-tiny.font-color-4 {
  color: #b3b3b3;
}

.text-size-tiny.font-color-4.margin-bottom.margin-tiny {
  margin-bottom: 0.2em;
}

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

.margin-tiny {
  margin: 0.4em;
}

.margin-xsmall {
  margin: 2vh;
}

.margin-small {
  margin: 4vh;
}

.margin-medium {
  margin: 6vh;
}

.margin-large {
  margin: 8vh;
}

.margin-xlarge {
  margin: 3em;
}

.margin-huge {
  margin: 10vh;
}

.margin-top {
  margin: 0px;
}

.margin-top.margin-medium {
  margin-top: 2em;
}

.margin-top.margin-xsmall {
  margin-top: 0.5em;
}

.margin-top.margin-large {
  margin-top: 3em;
}

.margin-top.margin-small {
  margin-top: 1em;
}

.margin-top.magin-huge {
  margin-top: 4em;
}

.margin-top.margin-huge {
  margin-top: 5em;
}

.margin-top.margin-xhuge {
  margin-top: 6em;
}

.margin-bottom {
  margin: 0px;
}

.margin-bottom.margin-small {
  margin-bottom: 1em;
}

.margin-bottom.margin-xsmall {
  margin-bottom: 0.5em;
}

.margin-bottom.margin-medium {
  margin-bottom: 2em;
}

.margin-bottom.margin-large {
  margin-bottom: 4em;
}

.margin-bottom.margin-huge {
  margin-bottom: 5em;
}

.margin-bottom.margin-xlarge {
  margin-bottom: 4em;
}

.margin-bottom.margin-xhuge {
  margin-bottom: 6em;
}

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

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

.padding-0 {
  padding: 0px;
}

.padding-tiny {
  padding: 0.4em;
}

.padding-xsmall {
  padding: 1vh;
}

.padding-small {
  padding: 2vh;
}

.padding-medium {
  padding: 3vh;
}

.padding-large {
  padding: 4vh;
}

.padding-huge {
  padding: 6vh;
}

.padding-top {
  padding: 0px;
}

.padding-top.padding-medium {
  padding-top: 2em;
}

.padding-top.padding-small {
  padding-top: 1.4em;
}

.padding-top.padding-xsmall {
  padding-top: 1em;
}

.padding-top.padding-large {
  padding-top: 2.4em;
}

.padding-top.padding-huge {
  padding-top: 2.8em;
}

.padding-bottom {
  padding: 0px 0px 0em;
}

.padding-bottom.padding-medium {
  padding-bottom: 2em;
}

.padding-bottom.padding-small {
  padding-bottom: 1.4em;
}

.padding-bottom.padding-xsmall {
  padding-bottom: 1em;
}

.padding-bottom.padding-large {
  padding-bottom: 2.4em;
}

.padding-bottom.padding-huge {
  padding-bottom: 2.8em;
}

.padding-vertical {
  padding-right: 0em;
  padding-left: 0em;
}

.padding-vertical.padding-medium {
  padding-top: 6vh;
  padding-bottom: 6vh;
}

.padding-vertical.padding-large {
  padding-top: 9vh;
  padding-bottom: 9vh;
}

.padding-vertical.padding-huge {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.grid-three-columns {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-content {
  border-style: solid;
  border-width: 1px;
  border-color: #fafafa;
}

.grid-two-columns {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-two-columns.aling-top {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.grid-two-columns.aling-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.grid-two-columns.aling-bottom {
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}

.grid-two-columns.justify-start {
  justify-items: start;
}

.grid-two-columns.justify-end {
  justify-items: end;
}

.grid-two-columns.justify-center {
  justify-items: center;
}

.margin-vertical {
  margin: 0em;
}

.margin-vertical.margin-medium {
  margin-top: 3vh;
  margin-bottom: 3vh;
}

.margin-vertical.margin-large {
  margin-top: 4vh;
  margin-bottom: 4vh;
}

.margin-vertical.margin-small {
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.margin-vertical.margin-xsmall {
  margin-top: 1vh;
  margin-bottom: 1vh;
}

.margin-vertical.margin-huge {
  margin-top: 6vh;
  margin-bottom: 6vh;
}

.icon-card {
  display: -ms-grid;
  display: grid;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.icon-card.horizontal-layout {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.icon-card_icon-hldr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-card_icon {
  max-width: 45%;
}

.icon-card_icon.full-width {
  max-width: 100%;
}

.grid-nav-bar {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 140px 1fr 60px;
  grid-template-columns: 140px 1fr 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-xsmall {
  font-size: 1em;
}

.heading-tiny {
  font-family: Lato, sans-serif;
  font-size: 1em;
}

.icon {
  display: block;
}

.icon.invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.send-color {
  min-height: 80px;
  background-color: #57c840;
}

.alert-color {
  min-height: 80px;
  background-color: #fbf990;
}

.cancel-color {
  min-height: 80px;
  background-color: #fd5b5b;
}

.main-nav-bar {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mnb-brand {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.mnb-desk-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mnb-burger-menu {
  display: none;
}

.six-three-grid-columns {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 2fr 1fr;
  grid-template-columns: 1fr 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.input {
  height: 50px;
  margin-bottom: 1.6em;
  padding: 0.2em 0.8em;
  border-style: solid;
  border-width: 1px;
  border-color: #d7d7d7;
  border-radius: 0.4em;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.input:hover {
  border-color: rgba(6, 99, 204, 0.5);
  box-shadow: 0 10px 26px -15px #b3b3b3;
}

.input:focus {
  box-shadow: 0 10px 26px -15px #b3b3b3;
}

.input::-webkit-input-placeholder {
  color: #d7d7d7;
  font-style: italic;
}

.input:-ms-input-placeholder {
  color: #d7d7d7;
  font-style: italic;
}

.input::-ms-input-placeholder {
  color: #d7d7d7;
  font-style: italic;
}

.input::placeholder {
  color: #d7d7d7;
  font-style: italic;
}

.input.text-area {
  height: 150px;
  padding-top: 0.6em;
}

.floting-cta {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  margin-right: 2em;
  margin-bottom: 2em;
}

.main-slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 100%;
}

.icon-link {
  font-size: 1.1em;
  text-decoration: none;
}

.icon-link.icon-link-size-small {
  font-size: 0.8em;
}

.icon-link-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 4em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-slide-grid-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff;
}

.hero-big-copy {
  font-family: Selima, sans-serif;
  color: #fff;
  font-size: 6em;
  line-height: 1;
  font-weight: 400;
  text-shadow: 4px 4px 0 rgba(238, 104, 106, 0.67);
}

.slide-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-image: linear-gradient(131deg, rgba(49, 19, 113, 0.6), rgba(163, 60, 62, 0.7)), url('../images/slider-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-bg.two {
  background-image: linear-gradient(54deg, rgba(49, 19, 113, 0.6), rgba(163, 60, 62, 0.7)), url('../images/slider-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-bg.three {
  background-image: linear-gradient(241deg, rgba(49, 19, 113, 0.6), rgba(163, 60, 62, 0.7)), url('../images/slider-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-bg.four {
  background-image: url('../images/slider-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hastag-link {
  box-shadow: inset 0 -2px 0 0 rgba(238, 104, 106, 0.2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ee686a;
  text-decoration: none;
}

.hastag-link:hover {
  box-shadow: inset 0 -21px 0 0 rgba(238, 104, 106, 0.2);
}

.arreglos-slider {
  height: auto;
  padding: 0.8em;
  border-style: solid;
  border-width: 1px;
  border-color: #f4f4f4;
  border-radius: 0.4em;
  background-color: #fff;
  box-shadow: 0 10px 20px -5px rgba(78, 44, 153, 0.4), 0 20px 30px -10px rgba(35, 20, 68, 0.3);
}

.intro-us {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.23)), to(hsla(0, 0%, 100%, 0.23))), url('../images/paper_fibers.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.23), hsla(0, 0%, 100%, 0.23)), url('../images/paper_fibers.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.slide-nav {
  display: none;
}

.lightbox {
  position: relative;
  display: block;
}

.hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-image: url('../images/zoom-1.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(78, 44, 153, 0.5)), to(rgba(78, 44, 153, 0.5)));
  background-image: url('../images/zoom-1.svg'), linear-gradient(180deg, rgba(78, 44, 153, 0.5), rgba(78, 44, 153, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: 60px, auto;
  background-repeat: no-repeat, repeat;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.hover:hover {
  opacity: 1;
}

.arreglo-card-brief {
  padding: 0.8em 1.2em;
  background-color: #fafafa;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-slider-content {
  width: 100%;
  text-align: center;
}

.left-arrow {
  width: 40px;
  height: 40px;
  margin-left: 2vw;
  border-radius: 20px;
  background-color: #835ed5;
  font-size: 1.5em;
}

.right-arrow {
  width: 40px;
  height: 40px;
  margin-right: 2vw;
  border-radius: 20px;
  background-color: #835ed5;
  font-size: 1.5em;
}

.slide-nav-2 {
  display: none;
}

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

.testimonios {
  overflow: hidden;
  background-image: url('../images/lightpaperfibers.png');
  background-position: 0px 0px;
  background-size: auto;
}

.slider-testimonios {
  height: auto;
  background-color: transparent;
}

.three-col-slide {
  width: 33.3333%;
  height: auto;
  padding-bottom: 1em;
}

.quote {
  overflow: hidden;
  width: 100%;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 3px solid #f4f4f4;
  border-radius: 1em;
  background-color: #fff;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5);
  font-family: Poppins, sans-serif;
}

.quotes-slider-pager {
  bottom: -40px;
  display: none;
}

.quote-autor {
  padding: 0.8em 1.4em 1em;
  border-top: 1px dotted #d7d7d7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), color-stop(54%, #fff));
  background-image: linear-gradient(180deg, #fafafa, #fff 54%);
  text-align: right;
}

.mask {
  overflow: visible;
}

.left-arrow-q {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #ee686a;
  font-size: 1.1em;
}

.cta-block {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(131, 94, 213, 0.9)), to(#ee686a)), url('../images/cta-bg.jpg');
  background-image: linear-gradient(180deg, rgba(131, 94, 213, 0.9), #ee686a), url('../images/cta-bg.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #fff;
}

.ftr-legal {
  border-top: 1px dashed #b3b3b3;
  background-color: transparent;
  text-align: center;
}

.sucursales {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 238, 255, 0.3)), to(rgba(243, 238, 255, 0.3))), url('../images/paper_fibers.png');
  background-image: linear-gradient(180deg, rgba(243, 238, 255, 0.3), rgba(243, 238, 255, 0.3)), url('../images/paper_fibers.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.sucursales-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.75fr 1fr;
  grid-template-columns: 1.75fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.recorrido-virtual {
  padding: 1em;
  border-radius: 0.4em;
  background-color: #fff;
}

.sucursale-card {
  padding: 1em 1.4em 0.6em;
  border-radius: 0.4em;
  background-color: #fff;
}

.embed-rv {
  position: relative;
  overflow: hidden;
  height: 380px;
  border-radius: 0.2em;
}

.rv-info-card {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  padding: 0.8em 1em 0.8em 1.4em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
  background-color: #fff;
  font-size: 0.8em;
}

.rv-spot {
  width: 1.2em;
  max-width: none;
  margin-right: 0.2em;
}

.get-there-btn {
  display: inline-block;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  padding-right: 1.2em;
  background-image: url('../images/get-there-arrow.svg');
  background-position: 100% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  font-size: 0.8em;
}

.sucursal-hdr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.6em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #835ed5;
}

.sucursal-title {
  margin-bottom: 0em;
  font-size: 1em;
  font-weight: 700;
}

.hldr-telefonos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.hldr-tel-btn {
  margin-right: 0.6em;
  margin-bottom: 0.4em;
}

.second-navbar-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tel-topbar {
  margin-right: 0.8em;
}

.topbar-telefonos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-leyend-hldr {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 100%;
  max-width: 60%;
}

.arreglos-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.drop-li.w--open {
  overflow: hidden;
  margin-top: -7px;
  border-radius: 0.4em;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(78, 44, 153, 0.5);
}

.drop-btn {
  background-color: #fff;
  color: #7f7f7f;
  font-size: 0.8em;
}

.drop-btn:hover {
  color: #835ed5;
}

.drop-btn.w--current {
  background-color: #f4f4f4;
  color: #835ed5;
  font-weight: 700;
}

.required {
  color: #ee686a;
}

.form-card {
  padding: 1.8em;
  border-style: solid;
  border-width: 1px;
  border-color: #f4f4f4;
  border-radius: 0.6em;
  box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.4);
}

.about-us-img {
  border-radius: 0.8em;
  box-shadow: 0 1px 10px 0 rgba(78, 44, 153, 0.5), 0 20px 30px 0 rgba(0, 0, 0, 0.15);
}

.image-block {
  display: block;
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 1rem;
  }

  .fw-two-columns-grid {
    height: 70vh;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 13px;
  }

  .flex-col._16 {
    width: 33.3333%;
  }

  .page-padding.z-index-one {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .six-three-grid-columns {
    -ms-grid-columns: 0.25fr 2fr 0.25fr;
    grid-template-columns: 0.25fr 2fr 0.25fr;
  }

  .three-col-slide {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 3.8em;
  }

  .desktop-nav {
    display: none;
  }

  .brgr-pleca {
    height: 0.2em;
    border-radius: 0.1em;
    background-color: #fff;
  }

  .flex-col._30 {
    width: 50%;
  }

  .flex-col._25 {
    width: 50%;
  }

  .flex-col._20 {
    width: 50%;
  }

  .flex-col._16 {
    width: 50%;
  }

  .btn.fw-mob {
    width: 100%;
  }

  .btn.sned-btn {
    display: block;
    width: 100%;
  }

  .fw-two-columns-grid {
    height: auto;
    grid-auto-rows: 300px;
    -ms-grid-rows: auto 300px;
    grid-template-rows: auto 300px;
  }

  .flex-center-content {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .fcc-container {
    max-width: 70%;
  }

  .system-brand-element {
    height: 200px;
  }

  .tab {
    font-size: 1em;
  }

  .page-padding.just-on-mov {
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }

  .footer_component {
    font-size: 15px;
  }

  .modal-nav-hldr.show {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .modal-nav {
    width: 100%;
    background-image: linear-gradient(135deg, #835ed5, #ee686a);
  }

  .modal-nav-ftr {
    color: #fff;
  }

  .btn-mov-nav {
    color: #fff;
  }

  .btn-mov-nav.mov-cta {
    border-style: none;
    border-radius: 25px;
    background-color: #835ed5;
    box-shadow: 0 10px 40px 0 rgba(219, 203, 255, 0.4);
  }

  .mov-nav-accordion_wrpr.open {
    height: auto;
  }

  .mov-nav-accordion_botonera {
    background-color: rgba(0, 0, 0, 0.14);
  }

  .trgr-close.close {
    border-style: none;
  }

  .hero {
    height: 660px;
  }

  .icon-btn {
    font-size: 1.1em;
  }

  .btn-icon.medium-size {
    display: block;
    margin-right: 0em;
  }

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

  .grid-three-columns.areglos-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-three-columns.fix-colums {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-two-columns.aling-center {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-nav-bar {
    -ms-grid-columns: 140px 1fr 80px;
    grid-template-columns: 140px 1fr 80px;
  }

  .mnb-burger-menu {
    display: block;
  }

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

  .icon-link.icon-link-size-small {
    font-size: 0.9em;
  }

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

  .hero-big-copy {
    font-size: 5em;
  }

  .hero-slider-content {
    text-align: center;
  }

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

  .sucursale-card {
    font-size: 15px;
  }

  .sucursal-hdr {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

@media screen and (max-width: 479px) {
  h2 {
    font-size: 3.8em;
  }

  .desktop-nav {
    display: none;
  }

  .flex-col._50 {
    width: 100%;
    padding-right: 0em;
    padding-left: 0em;
  }

  .flex-col._30 {
    margin-bottom: 1.6em;
    padding-right: 0.8em;
    padding-left: 0.8em;
  }

  .flex-col._30.brake-100 {
    width: 100%;
  }

  .flex-col._25.brake-100 {
    width: 100%;
  }

  .content-card {
    max-width: 100%;
  }

  .btn {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    font-size: 1.1em;
  }

  .btn.fw-mob {
    margin-right: 0em;
  }

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

  .flex-center-content {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .fcc-container {
    max-width: 90%;
  }

  .system-brand-element {
    height: 300px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tab {
    margin-right: 0em;
    margin-bottom: 1em;
    font-size: 1em;
    text-align: center;
  }

  .page-padding {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .page-padding.z-index-one {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .footer_component {
    font-size: 16px;
  }

  .hero {
    height: 660px;
  }

  .icon-btn.icon-medium {
    font-size: 1.3em;
  }

  .grid-three-columns.areglos-grid.cms-editable {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-two-columns.aling-center {
    grid-row-gap: 24px;
  }

  .grid-nav-bar {
    -ms-grid-columns: 140px auto 1fr;
    grid-template-columns: 140px auto 1fr;
  }

  .mnb-brand {
    width: 120px;
  }

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

  .hero-big-copy {
    font-size: 4em;
  }

  .slide-bg.four {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/slider-5.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/slider-5.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .arreglo-card-brief {
    padding-top: 1em;
    padding-bottom: 0.4em;
    font-size: 11px;
  }

  .div-block-2 {
    text-align: center;
  }

  .hero-slider-content {
    max-width: 90%;
    text-align: center;
  }

  .left-arrow {
    left: auto;
    top: auto;
    right: 40px;
    bottom: 0%;
    margin-left: 0vw;
    border-radius: 0px;
  }

  .right-arrow {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: 0vw;
    border-radius: 0px;
  }

  .tab-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .three-col-slide {
    width: 100%;
  }

  .hero-leyend-hldr {
    max-width: 90%;
  }

  .heading {
    font-size: 3.8em;
    line-height: 1;
  }
}

#w-node-_520cab9d-e854-ba6c-4c03-978bcb3dc8a5-eecd176e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-bdc779c9-5471-61df-b7ce-25280e53ff78-0e53ff6b {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_812f43d2-2866-c445-4b6a-aeaf5f60f1ba-94041422 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 767px) {
  #w-node-d18f4de6-7a05-d5e5-6241-bf9c44ba82cd-eecd176e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_641e3faa-9656-e1c3-a2ed-acc5d1625947-eecd176e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-cddb7aa9-56a6-6f2d-a966-eb8d022e8723-eecd176e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-bdc779c9-5471-61df-b7ce-25280e53ff78-0e53ff6b {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_812f43d2-2866-c445-4b6a-aeaf5f60f1ba-94041422 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-f2e5fb0c-715b-4299-b79b-1f146b98255b-9e042f31 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bdc779c9-5471-61df-b7ce-25280e53ff95-0e53ff6b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-bdc779c9-5471-61df-b7ce-25280e53ff7f-0e53ff6b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@font-face {
  font-family: 'Selima';
  src: url('../fonts/Selima-.ttf') format('truetype'), url('../fonts/Selima-.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}