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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -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-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -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;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.nav-logo-wrap {
  margin-right: -30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-link {
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #555;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  box-shadow: inset 0 -5px 0 0 #fc0a7e;
  color: #fff;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
  background-color: transparent;
}

.hero {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px 10vw;
  border: 1px none #000;
  background-color: transparent;
}

.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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;
}

.section.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.arrow {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 30px;
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.arrow._2 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hero-content {
  position: relative;
  z-index: 90;
  width: 100%;
  padding-right: 10vh;
  padding-left: 10vw;
}

.hero-subhead {
  max-width: 60%;
  color: #fff;
  font-size: 30px;
  line-height: 44px;
}

.button {
  display: inline-block;
  margin-right: 0px;
  padding: 20px 40px;
  border-radius: 3px;
  background-color: #fc0a7e;
  -webkit-transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

.button:hover {
  background-color: #fff;
  color: #6b6b6b;
}

.hero-image {
  position: absolute;
  top: 70px;
  right: 7.1vw;
  bottom: 0px;
  height: 85vh;
  padding: 85px;
}

.video {
  padding-top: 120px;
  padding-bottom: 70px;
}

.container {
  max-width: 1200px;
}

.video-2 {
  display: block;
  background-color: #636363;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.45);
}

.nav-logo-wrap-2 {
  margin-right: -18%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #000;
  background-color: transparent;
}

.nav-inner-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
}

.nav-link-2 {
  margin-right: 15px;
  margin-bottom: 25px;
  margin-left: 15px;
  padding: 30px 0px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.nav-link-2:hover {
  box-shadow: inset 0 -3px 0 0 #1846f6;
  color: #1846f6;
}

.button-5 {
  margin-top: 0px;
  padding: 12px 45px;
  border-style: solid;
  border-width: 2px;
  border-color: #1846f5;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  font-family: Montserrat, sans-serif;
  color: #1846f5;
  font-size: 16px;
  font-weight: 500;
}

.button-5:hover {
  border-style: solid;
  border-color: #2c3ee7;
  background-color: #1846f6;
  color: #fff;
}

.nav-2 {
  display: block;
  width: 1200px;
  height: auto;
  -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;
  background-color: transparent;
}

.headingmini {
  margin-top: 0px;
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  color: #1846f6;
  font-size: 30px;
  line-height: 32px;
}

.hero-content-2 {
  position: static;
  z-index: 90;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.parrafo-1 {
  margin-bottom: 25px;
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
}

.parrafo-1.head {
  max-width: 40%;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #444;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.parrafo-1.inicio {
  margin-bottom: 21px;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}

.parrafo-1.center {
  max-width: 60%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  line-height: 26px;
  text-align: center;
}

.parrafo-1.center._2 {
  max-width: 80%;
  margin-top: 0px;
}

.parrafo-1.center2 {
  max-width: 80%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
}

.parrafo-1.peque-o {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 19px;
}

.hero-subhead-2 {
  max-width: 50%;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #444;
  font-size: 35px;
  line-height: 38px;
}

.hero-subhead-2.full {
  max-width: none;
}

.hero-subhead-2.center {
  max-width: 90%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  text-align: center;
}

.text-span-4 {
  color: #ff087e;
}

.boton-1 {
  display: inline-block;
  margin-right: 0px;
  padding: 20px 40px;
  border-radius: 7px;
  background-color: #0d46f6;
  -webkit-transition: all 400ms ease, background-color 450ms ease;
  transition: all 400ms ease, background-color 450ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.boton-1:hover {
  background-color: #ff087e;
  box-shadow: 1px 1px 10px -4px #000;
  color: #fff;
}

.text-span-5 {
  color: #1846f6;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.imghead {
  position: static;
  left: 53.7vw;
  top: 228px;
}

.image {
  position: relative;
  top: 0px;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
}

.image:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.body {
  max-width: 100vw;
  background-image: url('../images/fondo-C-03-03.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.circulo-fondo {
  position: absolute;
  left: -176px;
  top: 171px;
  z-index: -1;
}

.circulo-fondo._2 {
  position: absolute;
  left: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
}

.text-span-2 {
  color: #2a4be4;
  font-size: 30px;
}

.columns {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.columns.inicio {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.section-2 {
  padding-top: 15%;
  padding-right: 0px;
  padding-bottom: 15%;
  background-color: transparent;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
}

.container-3 {
  display: block;
  max-width: 1200px;
  margin: 0px auto 5px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.container-3._2 {
  max-width: 1000px;
}

.button-6 {
  display: inline-block;
  margin-right: 0px;
  padding: 20px 40px;
  border-radius: 7px;
  background-color: #0d46f6;
  -webkit-transition: all 400ms ease, background-color 450ms ease;
  transition: all 400ms ease, background-color 450ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.button-6:hover {
  background-color: #ff087e;
  box-shadow: 1px 1px 10px -4px #000;
  color: #fff;
}

.button-6.center {
  margin-right: auto;
  margin-left: auto;
}

.button-6.center.form {
  width: 240px;
  height: 67px;
  margin-top: 15px;
}

.button-6.center.form._2 {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.subhead2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #666;
  font-size: 28px;
  line-height: 35px;
}

.tabs-content-2 {
  max-width: 750px;
  margin-left: 0px;
}

.tab-titulo {
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  color: #444;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-decoration: none;
}

.tab-titulo.blanco {
  color: #000;
  font-size: 13px;
  font-weight: 400;
}

.tab-titulo.peque-o {
  margin-top: 12px;
  margin-bottom: 0px;
  color: #444;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0px;
}

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

.tabs-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  border: 1px none #000;
}

.heading2 {
  width: 70%;
  margin: 0px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.container-11 {
  max-width: 1200px;
  padding-bottom: 0px;
}

.parrafo {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-size: 14px;
  text-align: center;
}

.parrafo.centrado {
  margin-bottom: 35px;
  text-align: center;
}

.parrafo.blanco {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-shadow: none;
}

.parrafo.blanco.centro {
  padding-top: 10px;
  padding-bottom: 0px;
  color: #555;
  font-size: 14px;
  text-align: center;
}

.image-7 {
  margin-top: 10px;
  margin-left: 0px;
}

.tabs-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.tab-link-tab-1-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.tab-link-tab-1-3.w--current {
  margin-top: 10px;
  padding-top: 35px;
  padding-bottom: 35px;
  border-left: 5px solid #3564f9;
  background-color: #fff;
  color: #4086c0;
}

.tab-link-tab-1-3.a {
  padding-left: 30px;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
}

.tab-link-tab-1-3.a:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.tab-link-tab-1-3.a.w--current {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 30px;
  border-left-width: 5px;
  background-image: url('../images/fondo-cRecurso-6.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.tab-link-tab-1-3.b {
  padding-left: 30px;
  background-color: transparent;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
}

.tab-link-tab-1-3.b:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.tab-link-tab-1-3.b.w--current {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 30px;
  border-left-color: #fd087e;
  background-image: url('../images/fondo-cRecurso-6.png');
  background-position: 0px 0px;
  background-size: cover;
}

.tab-link-tab-1-3.c {
  padding-left: 30px;
  background-color: transparent;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.tab-link-tab-1-3.c:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.tab-link-tab-1-3.c.w--current {
  padding-top: 10px;
  padding-bottom: 20px;
  border-left-color: #00b2b2;
  background-image: url('../images/fondo-cRecurso-6.png');
  background-position: 0px 0px;
  background-size: cover;
}

.caligraphy {
  margin-bottom: 2px;
  font-family: 'Sweet Purple', sans-serif;
  color: #414141;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: 0.5px;
}

.caligraphy._1 {
  color: #1846f6;
  line-height: 45px;
}

.caligraphy.b {
  color: #fc117e;
}

.caligraphy.c {
  color: #00b2b2;
}

.text-span-6 {
  color: #3564f9;
}

.tab-texto {
  margin-bottom: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}

.tab-texto.tab-texto-2 {
  padding-top: 0px;
  color: #8b8888;
  font-size: 13px;
  font-weight: 400;
}

.tab-texto.beneficios {
  color: #3564f9;
}

.dummyicon {
  width: auto;
  max-width: 95%;
  margin-left: -8px;
}

.heading2-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7%;
  padding-bottom: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.icono-servicio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  margin: 0px;
  padding: 0px 0px 0px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #fff;
  background-image: url('../images/fondo-chico-BENEFICIOS-09.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
}

.icono-servicio:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.grid {
  width: 1200px;
  margin-top: 35px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-column-gap: 47px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid._2 {
  display: none;
}

.column-3 {
  padding-right: 0px;
  padding-left: 10px;
}

.text-span-7 {
  color: #3564f9;
  font-size: 18px;
  line-height: 22px;
}

.text-span-7._2 {
  color: #fc117e;
}

.text-span-7._3 {
  color: #13b2b2;
}

.tab-pane-tab-1 {
  margin-right: -25px;
}

.tab-pane-tab-2 {
  margin-right: -25px;
}

.tab-pane-tab-3 {
  margin-right: 0px;
}

.slide-nav {
  display: none;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.mask {
  width: auto;
  height: auto;
}

.slider {
  position: absolute;
  left: 52%;
  top: 23%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  background-color: transparent;
}

.text-span-8 {
  color: #3564f9;
}

.imagen-para-servicios {
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.heading-4 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.slider_quotes {
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.right-arrow-2 {
  display: none;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.personaquote {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #444;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.section-5 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img_flecha._2 {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.parrafo-2 {
  margin-bottom: 0px;
  padding-right: 0px;
  color: #555;
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
}

.parrafo-2._2 {
  width: 80%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  font-size: 17px;
  text-align: center;
}

.parrafo-2._2.b {
  margin-top: 10px;
  color: #fff;
}

.parrafo-2.form {
  max-width: 70%;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}

.parrafo-2.form._2 {
  margin-bottom: 0px;
}

.parrafo-2.form._3 {
  max-width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.div-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 350px;
  margin-right: auto;
  margin-left: auto;
  padding: 22px 20px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 7px;
  background-color: #f5f5f5;
  background-image: url('../images/fondo-QUOTE-23.png');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 0 0 15px -9px #4e4e4e;
}

.div-quote._2 {
  display: none;
}

.image-3 {
  margin-right: auto;
  margin-left: 17px;
}

.cargo {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #797979;
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
}

.mask-2 {
  height: 100%;
}

.quote {
  margin-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  border-left-color: #ff087e;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
  text-align: left;
}

.columnaquotes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-para-quote {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.slider-para-quotes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

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

.mask-3 {
  width: 80%;
  height: auto;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
}

.image-8 {
  margin-right: auto;
  margin-left: 73px;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slide {
  height: 400px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flecja-derecha {
  left: 670px;
  display: none;
  -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;
}

.flecja-derecha._2 {
  left: 0px;
  right: 670px;
}

.left-arrow-2 {
  right: 625px;
}

.column-5 {
  padding-right: 0px;
}

.checkbox-label {
  padding-right: 0px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.content-block {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-block.bg-text {
  width: 100%;
  padding: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.9);
  box-shadow: 0 0 20px -8px #bdbdbd;
}

.content-block.bg-text._2 {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.form-2 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-field {
  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;
  line-height: 30px;
}

.form-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-block {
  position: relative;
  left: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 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;
}

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

.image-9 {
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
}

.checkbox {
  margin-top: 0px;
  padding-right: 0px;
}

.error-message {
  position: relative;
  z-index: 3;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 7px;
  background-color: #ff6868;
}

.parrafo-3 {
  margin-top: 5px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.parrafo-3.error {
  color: #fff;
}

.parrafo-3.exito {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.5px;
}

.textfieldform {
  height: 45px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f5f5f5;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.success-message {
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 7px;
  background-color: #13b2b2;
}

.content-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-subhead-3 {
  max-width: 90%;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #4d4d4d;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
}

.hero-subhead-3.full {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 5px;
}

.content-section-bg {
  position: relative;
  padding: 8% 0%;
}

.content-section-bg.formantiguo {
  display: none;
}

.text-span-9 {
  color: #3564f9;
}

.text-span-9.columns-2 {
  margin-right: auto;
  margin-left: auto;
  color: #1846f5;
  line-height: 32px;
  text-align: center;
}

.text-span-10 {
  color: #fd087e;
  font-weight: 700;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  text-decoration: underline;
  text-shadow: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.grid-3 {
  width: 1200px;
  max-width: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  display: block;
  width: 180px;
  height: 167%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-image:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.section-9 {
  background-color: #fff;
  color: #444;
}

.list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding-top: 30px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-shadow: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.triggernavbar {
  height: 2px;
}

.lottie-animation {
  position: absolute;
  left: auto;
  top: 94px;
  right: 313px;
  bottom: auto;
  z-index: -1;
  width: 620px;
  opacity: 0.39;
}

.image-10 {
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
}

.image-10:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.div-block-2 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-11 {
  color: #fd087e;
}

.text-span-12 {
  color: #3564f9;
  font-weight: 500;
}

.text-span-13 {
  color: #3564f9;
}

.bold-text {
  color: #3564f9;
}

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

.text-span-14 {
  color: #445dff;
}

.link-block {
  margin-right: auto;
  margin-left: auto;
}

.social-icon-wrap {
  display: none;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(126, 130, 143, 0.3);
  border-radius: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-link:hover {
  border-color: rgba(126, 130, 143, 0.86);
}

.container-13 {
  position: static;
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.title {
  margin-bottom: 10px;
  color: #08090a;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.footer-column {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social-icon {
  width: 18px;
}

.footer-link-2 {
  margin-bottom: 8px;
  padding-top: 5px;
  padding-right: 6px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #546285;
  font-size: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #28224b;
}

.footer-link-2.w--current {
  font-family: Montserrat, sans-serif;
}

.footer-grid {
  grid-column-gap: 63px;
  -ms-grid-columns: 1.25fr 1fr 1fr 1fr;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  padding: 50px 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6fbff), color-stop(81%, #fff));
  background-image: linear-gradient(180deg, #f6fbff, #fff 81%);
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .nav-menu-2 {
    min-width: 240px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 5px;
    background-color: #fff;
  }
  .brand {
    padding-left: 0px;
  }
  .brand.w--current {
    padding-left: 0px;
  }
  .menu-icon {
    color: #1846f5;
    font-size: 40px;
  }
  .menu-button {
    margin-left: 20px;
  }
  .menu-button.w--open {
    background-color: #fff;
  }
  .nav-link {
    padding-top: 20px;
  }
  .nav-link:hover {
    box-shadow: none;
  }
  .nav {
    width: 100vw;
  }
  .nav-menu-wrap {
    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 {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .nav-inner {
    width: 100vw;
  }
  .section.center {
    height: auto;
    padding-top: 15vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-content {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .heading-3 {
    font-size: 8vw;
  }
  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }
  .hero-image {
    position: relative;
    left: 0vw;
    top: auto;
    right: 0vw;
    bottom: 0px;
    display: block;
    width: 70%;
    height: auto;
    margin-right: auto;
    margin-bottom: 7vw;
    margin-left: auto;
  }
  .video {
    margin-top: 60px;
    padding-top: 150px;
  }
  .container {
    max-width: 92vw;
  }
  .hero-2 {
    padding-right: 0vw;
    padding-left: 0vw;
    background-color: #fff;
  }
  .nav-inner-2 {
    width: auto;
  }
  .nav-link-2 {
    margin-bottom: 20px;
    padding-top: 10px;
    text-align: center;
  }
  .nav-link-2:hover {
    box-shadow: none;
    font-weight: 700;
  }
  .button-5 {
    padding: 10px 30px;
    font-size: 14px;
  }
  .nav-2 {
    width: 90vw;
  }
  .headingmini {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 30px;
  }
  .hero-content-2 {
    width: 85vw;
  }
  .parrafo-1 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .parrafo-1.head {
    max-width: 45%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .parrafo-1.peque-o {
    font-size: 13px;
    line-height: 16px;
    text-align: left;
  }
  .hero-subhead-2 {
    max-width: 45%;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 24px;
  }
  .hero-subhead-2.full {
    margin-bottom: 15px;
    font-size: 22px;
    text-align: center;
  }
  .hero-subhead-2.center {
    padding-right: 50px;
    padding-left: 50px;
    font-size: 24px;
    line-height: 26px;
  }
  .boton-1 {
    padding: 17px 35px;
    font-size: 16px;
  }
  .boton-1.w--current {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .container-2 {
    max-width: 700px;
  }
  .body {
    background-size: cover;
  }
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .columns.inicio {
    padding-right: 65px;
    padding-left: 65px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section-2 {
    padding-top: 8%;
  }
  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .image-2 {
    display: inline-block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .container-3 {
    max-width: 90vw;
  }
  .button-6.center.form {
    text-align: center;
  }
  .tabs-content-2 {
    max-width: 100%;
  }
  .tab-titulo.peque-o {
    margin-top: 0px;
    font-size: 15px;
  }
  .tabs-3 {
    max-width: 95vw;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 95vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .parrafo.blanco {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .parrafo.blanco.centro {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 18px;
  }
  .image-7 {
    max-width: 100%;
    margin-bottom: 5px;
  }
  .tabs-menu-3 {
    margin-top: 20px;
    -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;
  }
  .tab-link-tab-1-3.a {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
  }
  .tab-link-tab-1-3.a.w--current {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 0px;
    background-color: #fafafa;
  }
  .tab-link-tab-1-3.b {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
  }
  .tab-link-tab-1-3.b.w--current {
    padding-left: 20px;
    background-color: #fafafa;
    background-image: none;
  }
  .tab-link-tab-1-3.c {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
  }
  .tab-link-tab-1-3.c.w--current {
    background-color: #fafafa;
    background-image: none;
  }
  .tab-texto.beneficios {
    font-size: 15px;
  }
  .container-12 {
    max-width: none;
  }
  .icono-servicio {
    min-height: 120px;
  }
  .grid {
    width: 90vw;
    margin-top: 20px;
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .tab-pane-tab-1 {
    max-width: 100%;
  }
  .tab-pane-tab-2 {
    max-width: 100%;
  }
  .tab-pane-tab-3 {
    max-width: 100%;
  }
  .slider {
    left: 50%;
    top: 29%;
    width: 320px;
  }
  .imagen-para-servicios {
    margin-bottom: 20px;
  }
  .personaquote {
    font-size: 16px;
  }
  .section-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .parrafo-2.form {
    max-width: 90%;
    font-size: 15px;
    text-align: center;
  }
  .parrafo-2.form._3 {
    max-width: 90%;
    margin-bottom: 10px;
  }
  .div-quote {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-3 {
    margin-left: 0px;
  }
  .cargo {
    font-size: 13px;
  }
  .quote {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
  }
  .container-9 {
    max-width: 90vw;
    margin-bottom: 20px;
  }
  .columns-para-quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90vw;
  }
  .mask-3 {
    width: 100%;
  }
  .image-8 {
    margin-left: 0px;
  }
  .column-4 {
    height: auto;
    -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;
  }
  .slide {
    width: auto;
  }
  .div-block {
    width: 100%;
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-5 {
    padding-left: 0px;
  }
  .checkbox-label {
    text-align: left;
  }
  .content-block {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .content-block.bg-text {
    width: auto;
    max-width: 600px;
    margin-right: auto;
    margin-bottom: -40px;
    margin-left: auto;
    padding: 40px 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-block.bg-text._2 {
    margin-bottom: 79px;
  }
  .image-block {
    position: static;
    margin-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-7 {
    width: 90vw;
    max-width: none;
  }
  .image-9 {
    max-width: none;
  }
  .content-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .hero-subhead-3 {
    max-width: 90%;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 31px;
  }
  .content-section-bg {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: transparent;
    background-image: url('../images/fondo-B-03.png');
    background-position: 0px 0px;
    background-size: cover;
  }
  .footer-link {
    margin-bottom: 5px;
  }
  .footer-link.w--current {
    margin-bottom: 5px;
  }
  .grid-3 {
    width: auto;
    max-width: 95%;
    grid-column-gap: 39px;
  }
  .container-10 {
    max-width: 90vw;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .lottie-animation {
    top: -10px;
    right: 75px;
  }
  .image-10 {
    margin-right: auto;
    margin-left: auto;
  }
  .link-block {
    margin-right: auto;
    margin-left: auto;
  }
  .container-13 {
    width: 90%;
    max-width: none;
  }
  .title {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
  }
  .footer-column.oculto {
    padding-left: 20px;
  }
  .footer-column._2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-grid {
    grid-column-gap: 19px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .menu-icon {
    font-size: 30px;
  }
  .section.center {
    padding-top: 13vh;
  }
  .hero-content {
    margin-bottom: 5vh;
  }
  .hero-image {
    margin-bottom: 10vw;
  }
  .video {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .hero-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .hero-content-2 {
    margin-bottom: 5vh;
  }
  .parrafo-1.head {
    font-size: 14px;
    line-height: 19px;
  }
  .parrafo-1.peque-o {
    text-align: center;
  }
  .hero-subhead-2 {
    font-size: 16px;
    line-height: 22px;
  }
  .boton-1 {
    padding: 15px 35px;
  }
  .boton-1.w--current {
    padding-right: 30px;
    padding-left: 30px;
  }
  .columns {
    padding-right: 50px;
    padding-left: 50px;
  }
  .columns.inicio {
    padding-right: 22px;
    padding-left: 22px;
  }
  .section-2 {
    padding-top: 3%;
    padding-bottom: 6%;
  }
  .tab-titulo {
    font-size: 16px;
    line-height: 20px;
  }
  .tab-titulo.peque-o {
    font-size: 14px;
    line-height: 18px;
  }
  .section-3 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .tabs-3 {
    max-width: 90vw;
  }
  .parrafo.blanco.centro {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 18px;
  }
  .tabs-menu-3 {
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tab-link-tab-1-3.a {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tab-link-tab-1-3.a.w--current {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tab-link-tab-1-3.b {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tab-link-tab-1-3.b.w--current {
    padding-left: 10px;
  }
  .tab-link-tab-1-3.c {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tab-texto.beneficios {
    margin-bottom: 5px;
    text-align: center;
  }
  .dummyicon {
    margin-right: auto;
    margin-left: auto;
  }
  .icono-servicio {
    padding-left: 0px;
    -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;
    box-shadow: 1px 1px 10px -8px #858585;
  }
  .column-3 {
    padding-right: 10px;
  }
  .slider {
    top: 28%;
    width: 250px;
  }
  .imagen-para-servicios {
    padding-right: 70px;
    padding-left: 70px;
  }
  .columns-para-quote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .column-4 {
    display: none;
  }
  .checkbox-label {
    padding-right: 0px;
  }
  .form-block-4 {
    margin-top: 30px;
  }
  .image-block {
    margin-top: 45px;
  }
  .content-section-bg {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .footer-link {
    font-size: 13px;
  }
  .footer-link.w--current {
    font-size: 13px;
    line-height: 19px;
  }
  .grid-3 {
    grid-column-gap: 19px;
  }
  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .lottie-animation {
    display: none;
  }
  .image-10 {
    margin-bottom: 10px;
  }
  .div-block-2 {
    margin-right: auto;
    margin-left: auto;
  }
  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 60px;
    padding-left: 60px;
  }
  .link-block {
    width: 100.00005%;
  }
  .container-13 {
    width: 90%;
  }
  .footer-column._2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-11 {
    padding-right: 0px;
  }
  .footer-link-2 {
    margin-bottom: 0px;
  }
  .footer-grid {
    grid-column-gap: 15px;
    grid-row-gap: 21px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    margin-left: 0px;
  }
  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .nav-inner {
    width: 100vw;
  }
  .section.center {
    padding-top: 12vh;
    padding-bottom: 5vh;
  }
  .heading-3 {
    font-size: 42px;
    line-height: 56px;
  }
  .hero-image {
    width: 80%;
  }
  .video {
    margin-top: 0px;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .nav-logo-wrap-2 {
    margin-right: 0%;
  }
  .hero-2 {
    height: auto;
    padding: 10px 0vw;
  }
  .nav-inner-2 {
    width: auto;
  }
  .button-5 {
    display: none;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }
  .headingmini {
    display: none;
    margin-right: auto;
    margin-left: auto;
    font-size: 42px;
    line-height: 56px;
    text-align: center;
  }
  .hero-content-2 {
    margin-bottom: 3vh;
  }
  .parrafo-1 {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
  }
  .parrafo-1.head {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .parrafo-1.center {
    max-width: 90%;
    font-size: 14px;
    line-height: 20px;
  }
  .parrafo-1.center._2 {
    max-width: 100%;
    line-height: 19px;
  }
  .parrafo-1.center2 {
    max-width: 90%;
    line-height: 20px;
  }
  .parrafo-1.peque-o {
    font-size: 14px;
    line-height: 18px;
  }
  .hero-subhead-2 {
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  .hero-subhead-2.full {
    font-size: 20px;
    line-height: 23px;
  }
  .hero-subhead-2.center {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 21px;
    line-height: 23px;
  }
  .boton-1 {
    margin-right: auto;
    margin-left: auto;
  }
  .container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .body {
    background-size: 130%;
  }
  .columns {
    padding-right: 15px;
    padding-left: 15px;
  }
  .columns.inicio {
    padding-right: 5px;
    padding-left: 5px;
  }
  .column {
    margin-top: 0px;
  }
  .section-2 {
    padding-top: 86px;
    padding-bottom: 15%;
  }
  .button-6 {
    padding: 22px 0px;
    font-size: 17px;
    line-height: 22px;
  }
  .button-6.center.form {
    width: auto;
    height: auto;
    padding: 15px 40px;
  }
  .section-3 {
    max-width: 100vw;
    padding-top: 86px;
  }
  .parrafo.blanco.centro {
    margin-top: 20px;
    letter-spacing: 0.5px;
  }
  .tabs-menu-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab-texto.beneficios {
    font-size: 16px;
  }
  .section-4 {
    max-width: 100vw;
    padding-top: 86px;
  }
  .icono-servicio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .slider {
    position: static;
    width: 280px;
  }
  .imagen-para-servicios {
    padding-right: 36px;
    padding-left: 36px;
  }
  .personaquote {
    font-size: 14px;
    line-height: 16px;
  }
  .section-5 {
    max-width: 100vw;
  }
  .parrafo-2 {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
  }
  .parrafo-2.form {
    line-height: 20px;
  }
  .div-quote {
    padding-right: 18px;
    padding-left: 18px;
  }
  .cargo {
    margin-bottom: 0px;
    font-size: 12px;
  }
  .quote {
    font-size: 14px;
    line-height: 17px;
  }
  .slider-para-quotes {
    min-height: auto;
  }
  .mask-3 {
    min-height: auto;
  }
  .slide {
    height: auto;
  }
  .div-block {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .checkbox-label {
    font-size: 12px;
    line-height: 15px;
  }
  .content-block.bg-text {
    margin-bottom: -39px;
    padding: 30px 15px;
  }
  .content-block.bg-text._2 {
    max-width: 90vw;
    margin-top: 19px;
  }
  .form-block-4 {
    margin-top: 10px;
  }
  .image-9 {
    max-width: 100%;
  }
  .parrafo-3 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    line-height: 20px;
  }
  .textfieldform {
    margin-bottom: 10px;
  }
  .hero-subhead-3 {
    font-size: 22px;
    line-height: 28px;
  }
  .content-section-bg {
    max-width: 100vw;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .text-span-9.columns-2 {
    line-height: 24px;
  }
  .footer-link {
    font-size: 14px;
  }
  .footer-link.w--current {
    height: 100%;
    font-size: 14px;
  }
  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .footer-logo-link {
    height: 60px;
  }
  .footer-logo-link.w--current {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .list-2 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .container-10 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .lottie-animation {
    top: 41px;
    right: -88px;
    display: none;
    width: 500px;
    text-align: center;
  }
  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .title {
    margin-bottom: 5px;
  }
  .footer-column {
    margin-bottom: 14px;
  }
  .footer-column.oculto {
    display: none;
  }
  .image-11 {
    margin-bottom: 15px;
  }
  .footer-link-2 {
    margin-bottom: 0px;
  }
  .footer-grid {
    grid-row-gap: 11px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#w-node-29b221eb15e6-3a341b48 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-bb8766b6f196-3a341b48 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-bb8766b6f1b5-3a341b48 {
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bb8766b6f19f-3a341b48 {
  -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: 991px) {
  #w-node-bb8766b6f196-3a341b48 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-bb8766b6f1b5-3a341b48 {
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-bb8766b6f19f-3a341b48 {
    -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-bb8766b6f196-3a341b48 {
    -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;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-bb8766b6f1b5-3a341b48 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-bb8766b6f19f-3a341b48 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bb8766b6f196-3a341b48 {
    -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-bb8766b6f1b5-3a341b48 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-bb8766b6f19f-3a341b48 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

@font-face {
  font-family: 'Sweet Purple';
  src: url('../fonts/sweet-purple.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}