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

.faq01_click_wrap {
  margin-bottom: 15px;
}

.faq01_block {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 70px;
  min-width: 400px;
  padding: 10px 30px;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 1px solid #ebecf0;
  transition: all 200ms ease;
  cursor: pointer;
}

.faq-header {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #3d5169;
  font-size: 20px;
}

.faq-header.noselect {
  color: #071827;
  font-size: 16px;
  font-weight: 500;
}

.faq01_icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: auto;
  width: 20px;
  height: 20px;
}

.faq01-comment {
  display: block;
  overflow: hidden;
  height: 0px;
  padding-top: 15px;
}

.faq01_paragraph {
  display: block;
  margin-left: 30px;
  font-family: 'Soleil Regular';
  color: #565a5d;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}

.faq01_container {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Soleil Bold';
}

.tabs {
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
  align-self: auto;
  flex: 1;
}

.faq-container {
  display: flex;
  margin-top: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tabs_style {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #071827;
  font-family: 'Soleil Bold';
  font-size: 16px;
  font-weight: 400;
}

.tab_style_current {
  border-right: 1px none #071827;
  border-left: 1px none #071827;
  background-color: hsla(0, 0%, 86.7%, 0);
  color: #aeaeae;
  font-size: 18px;
}

.tab_style_current.w--current {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #f3774d #071827;
  background-color: hsla(0, 0%, 100%, 0);
  color: #f3774d;
  font-size: 18px;
  text-decoration: none;
}

.tab_style_notselected {
  border-right: 1px none #071827;
  background-color: hsla(0, 0%, 86.7%, 0);
  color: #aeaeae;
  font-size: 18px;
}

.tab_style_notselected.w--current {
  border-bottom: 2px solid #f3774d;
  background-color: hsla(0, 0%, 86.7%, 0);
  color: #f3774d;
  font-size: 18px;
  text-decoration: none;
}

.tab-pane-sobre-suplait {
  font-family: 'Soleil Book';
}

.tabs-content {
  margin-top: 32px;
}

.faq-title {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.faq01_title {
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  background-image: linear-gradient(90deg, #f3774d, #ffca14);
  font-family: 'Effra Bold', sans-serif;
  color: #2e2e2e;
  font-size: 40px;
  line-height: 150%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq01_h3 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Effra Bold', sans-serif;
  color: #071827;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}

.faq {
  display: flex;
  padding-top: 90px;
  padding-bottom: 250px;
  flex-direction: column;
  align-items: center;
  background-color: #f9f9f9;
}

.faq02_container {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Soleil Bold';
}

.faq03_container {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Soleil Bold';
}

.nav03_logo_image {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-right: 25px;
}

.navbar_links {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  font-weight: 600;
}

.navbar_left {
  width: auto;
}

.navbar_link {
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 auto;
  transition: all 200ms ease;
  font-family: 'Effra Bold', sans-serif;
  color: #071827;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
  -o-object-fit: fill;
     object-fit: fill;
}

.navbar_link:hover {
  color: #f3774d;
}

.navbar_link.w--current {
  color: #f3774d;
}

.navbar_link.language {
  padding-top: 4px;
  padding-bottom: 4px;
}

.navbar-container {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  justify-content: space-between;
  align-items: center;
}

.navbar_right {
  display: flex;
  width: auto;
  justify-content: flex-end;
  align-items: center;
}

.nav03_button {
  display: flex;
  max-height: 48px;
  min-height: 40px;
  margin-top: 0px;
  padding: 20px;
  align-items: center;
  border: 2px none #5d3eff;
  border-radius: 6px;
  background-color: #f3774d;
  background-image: linear-gradient(90deg, #f3774d, #faa533);
  box-shadow: none;
  transition: all 350ms ease;
  font-family: 'Effra Bold', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.nav03_button:hover {
  background-color: #5d3eff;
  background-image: linear-gradient(90deg, #faa533, #f3774d);
  color: #fff;
}

.nav03 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: flex;
  min-height: 80px;
  padding-right: 5%;
  padding-left: 5%;
  align-items: center;
  flex: 1;
  background-color: #f9f9f9;
}

.footer-text {
  font-family: 'Effra Regular', sans-serif;
  color: #d9dbe1;
}

.footer {
  padding: 80px 5%;
  background-color: #20272e;
}

.f07_social_circle_c {
  position: relative;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  margin-left: 15px;
  justify-content: center;
  align-items: center;
  border: 1px none #ebecf0;
  border-radius: 100px;
}

.footer-link {
  margin-right: 20px;
  margin-left: 20px;
  font-family: 'Soleil Regular';
  color: #d9dbe1;
  text-decoration: none;
}

.f07_legal {
  font-family: 'Effra Medium', sans-serif;
  color: #d9dbe1;
  font-size: 15px;
  font-weight: 500;
}

.f07_social_wrap {
  display: flex;
  align-items: center;
}

.f07_social_link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border: 1px none #000;
  border-radius: 0px;
  text-decoration: none;
}

.footer-bottom-wrap {
  display: flex;
  overflow: visible;
  padding-top: 25px;
  padding-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}

.f07_social_icon {
  width: 40px;
}

.footer-top-wrap {
  display: flex;
  padding-bottom: 24px;
  justify-content: space-between;
  border-bottom: 1px solid #ebecf0;
}

.f07_logo {
  margin-bottom: 25px;
}

.footer-container {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.f07_social_circle {
  position: relative;
  display: flex;
  width: 34px;
  height: 34px;
  margin-right: 12px;
  margin-left: 12px;
  justify-content: center;
  align-items: center;
  border: 1px none #ebecf0;
  border-radius: 100px;
}

.form02_input {
  width: 100%;
  min-height: 50px;
  border: 1.5px solid #ebecf0;
  border-radius: 4px;
  background-color: #fff;
  font-family: 'Soleil Regular';
  font-size: 16px;
  font-weight: 400;
}

.form02_input:focus {
  border-color: #5d3eff;
}

.form02_button {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 4px;
  background-color: #7540ee;
  background-image: linear-gradient(90deg, #f3774d, #faa533);
  font-family: 'Soleil Bold';
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.form02_h5 {
  font-family: 'Soleil Bold';
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.form02_input_full {
  width: 100%;
  min-height: 48px;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  background-color: #fff;
  font-family: 'Soleil Regular';
  font-size: 16px;
  font-weight: 400;
}

.form02_input_full:focus {
  border-color: #5d3eff;
}

.form_error {
  position: relative;
  display: flex;
  height: 45px;
  padding: 8px 15px;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  background-color: #fe3e3e;
  box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.07);
}

.form_error_line {
  width: 1px;
  min-height: 23px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: rgba(53, 45, 45, 0.07);
}

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

.form_alert_line {
  width: 1px;
  min-height: 23px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: rgba(53, 45, 45, 0.07);
}

.form_alert {
  position: relative;
  display: flex;
  height: 45px;
  padding: 8px 15px;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  background-color: #68c38a;
  box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.07);
}

.form-wrap {
  display: none;
  padding: 90px 5% 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
}

.form_error_wrap {
  display: flex;
  height: 100%;
  max-width: 92%;
  align-items: center;
}

.form_error_paragraph {
  color: #353357;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
}

.form_error_paragraph.white-text {
  color: #fff;
}

.form02_paragraph {
  text-align: center;
}

.form02_titles {
  margin-bottom: 25px;
}

.form02_success {
  background-color: #fff;
}

.form02 {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 590px;
  padding: 30px 40px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.form02_error {
  background-color: #fff;
}

.form_alert_text {
  color: #353357;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
}

.form_alert_text.white-text {
  color: #fff;
}

.form_alert_wrap {
  display: flex;
  height: 100%;
  max-width: 92%;
  align-items: center;
}

.div-block {
  display: block;
  overflow: hidden;
  width: 1200%;
  height: 250px;
  margin-top: -170px;
  clear: none;
  justify-content: space-between;
  -ms-grid-row-align: center;
      align-self: center;
  flex: 0 0 auto;
  background-color: #21272e;
}

.body {
  background-color: #f9f9f9;
  background-image: url('../images/Modo_de_aislamiento.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.hero-container {
  display: flex;
  max-width: 1140px;
  justify-content: space-between;
  flex: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.h04_link_plain {
  color: #f5f7fd;
  text-decoration: none;
}

.hero_button {
  display: flex;
  max-height: 52px;
  min-height: 35px;
  min-width: 150px;
  margin-right: 10px;
  margin-left: 0px;
  padding: 20px 23px;
  justify-content: center;
  align-items: center;
  border: 2px none #5d3eff;
  border-radius: 4px;
  background-color: #f3774d;
  background-image: linear-gradient(90deg, #f3774d, #faa533);
  box-shadow: none;
  transition: all 350ms ease;
  font-family: 'Effra Bold', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.hero_button:hover {
  background-color: #faa533;
  background-image: linear-gradient(270deg, #f3774d, #faa533);
}

.hero_paragraph {
  display: block;
  max-width: 610px;
  margin-top: 24px;
  margin-right: auto;
  margin-bottom: 24px;
  font-family: 'Effra Regular', sans-serif;
  color: #071827;
  font-size: 24px;
  line-height: 150%;
  text-align: left;
}

.hero-image {
  border-radius: 32px;
  box-shadow: 0 8px 56px 8px rgba(0, 0, 0, 0.09);
}

.hero-block-1 {
  display: flex;
  width: 50%;
  min-height: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.h04_title {
  max-width: 500px;
  margin-bottom: 5px;
  color: #ddd;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero_button_wrap {
  display: flex;
  width: 80%;
  margin-top: 10px;
  justify-content: flex-start;
  align-items: center;
}

.hero_h1 {
  max-width: 610px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Effra Bold', sans-serif;
  color: #071827;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  text-align: left;
}

.hero {
  position: relative;
  display: flex;
  min-height: 650px;
  margin-bottom: 32px;
  padding: 90px 5%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: hsla(0, 0%, 97.7%, 0);
}

.elements-container {
  position: static;
  top: 650px;
  display: flex;
  max-width: 100%;
  min-height: 450px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-right: 10%;
  padding-bottom: 0px;
  padding-left: 10%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.first-element-block {
  display: block;
  width: 30%;
  min-height: 400px;
  justify-content: center;
  align-items: center;
  -ms-grid-row-align: center;
      align-self: center;
  flex: 0 auto;
}

.image-hero {
  border-radius: 8px;
  box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.16);
}

.secong-element-block {
  width: 70%;
}

.content-01 {
  display: flex;
  margin-top: 0px;
  padding: 90px 5%;
  align-items: center;
  background-color: #f9f9f9;
}

.c06_check_wrap {
  margin-top: 32px;
  margin-bottom: 35px;
}

.check-icon {
  width: 20px;
  margin-right: 12px;
}

.c01_block {
  position: relative;
  display: flex;
  width: 50%;
  padding-right: 55px;
  flex-direction: column;
  align-items: flex-start;
}

.c02_check-01 {
  display: flex;
  margin-bottom: 12px;
  align-items: center;
}

.c01_focus_colour {
  color: #7540ee;
}

.content-01-container {
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  flex: 1;
}

.c06_title {
  margin-bottom: 8px;
  font-family: 'Effra Bold', sans-serif;
  color: #4e5d78;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
}

.c02_check_text {
  margin-bottom: 0px;
  font-family: 'Effra Medium', sans-serif;
  color: #071827;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}

.c02_button {
  display: flex;
  max-width: 250px;
  min-height: 50px;
  min-width: 140px;
  padding: 11px 25px;
  justify-content: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(23, 48, 73, 0.18);
  border-radius: 4px;
  background-color: #f3774d;
  background-image: linear-gradient(90deg, #f3774d, #faa533);
  transition: all 200ms ease;
  font-family: 'Effra Bold', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.c02_button:hover {
  background-color: #faa533;
  background-image: linear-gradient(90deg, #faa533, #f3774d);
}

.c01_block_image {
  position: relative;
  width: 50%;
  padding-right: 55px;
}

.c02_button_text {
  margin-right: 8px;
  font-family: 'Effra Bold', sans-serif;
  font-weight: 700;
}

.c01_h3 {
  display: flex;
  max-width: 480px;
  margin-top: 0px;
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  font-family: 'Effra Bold', sans-serif;
  color: #011627;
  font-size: 32px;
  line-height: 45px;
  font-weight: 700;
}

.image-hero-2 {
  border-radius: 8px;
  box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.2);
}

.text-span {
  color: #f3774d;
}

.content-paragraph {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0px;
  font-family: 'Effra Regular', sans-serif;
  color: #011627;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  text-transform: none;
}

.content-02 {
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 90px 5%;
  flex-direction: column;
  align-items: center;
  background-color: #f9f9f9;
}

.c02_columns {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.c02_column {
  padding: 32px;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  background-color: #fff;
}

.c04_icon {
  width: 45px;
  margin-bottom: 25px;
}

.c02_h4 {
  display: flex;
  max-width: 220px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 2%;
  justify-content: center;
  border-radius: 4px;
  background-color: #fc544b;
  font-family: 'Effra Bold', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
}

.c04_paragraph {
  max-width: 560px;
  margin-bottom: 20px;
  line-height: 25px;
}

.content-02-container {
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}

.c02_block {
  position: relative;
  display: flex;
  width: 100%;
  padding-right: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.text-span-2 {
  color: #f3774d;
}

.list {
  padding-top: 16px;
  font-family: 'Effra Regular', sans-serif;
  color: #505163;
  font-size: 18px;
  line-height: 150%;
}

.c02_h4-_2 {
  display: flex;
  max-width: 200px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 2%;
  justify-content: center;
  border-radius: 4px;
  background-color: #2cdd91;
  font-family: 'Effra Bold', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
}

.tab_text-wrapper {
  overflow: hidden;
}

.strategy-illo_top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  max-height: 460px;
  max-width: 600px;
}

.tab_pane {
  overflow: visible;
}

.credit {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 4%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.tab-link {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -28px;
  padding: 0px 8% 0px 28px;
  border-left: 4px solid transparent;
  background-color: transparent;
  opacity: 0.4;
  transition: border-color 200ms ease, opacity 200ms ease-out;
  color: #182c4f;
  cursor: pointer;
}

.tab-link:hover {
  border-left-color: #ff6161;
  opacity: 0.6;
  text-decoration: none;
}

.tab-link.w--current {
  border-left-color: #ff6161;
  background-color: transparent;
  opacity: 1;
  font-family: 'Soleil Regular';
}

.strategy-illo_bg {
  width: 100%;
  max-height: 460px;
  max-width: 600px;
}

.tab_text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Soleil Regular';
  font-size: 18px;
  line-height: 150%;
}

.tab_illo-wrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.h3 {
  margin-bottom: 20px;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.h3.mb-0 {
  font-family: 'Soleil Bold';
  color: #071827;
  font-size: 20px;
  line-height: 150%;
}

.tabs-section-01 {
  position: relative;
  display: flex;
  height: 1800px;
  padding: 0% 5%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
}

.col {
  margin-bottom: 32px;
  padding-right: 20px;
  padding-left: 20px;
}

.col._2col {
  flex: 0 50%;
}

.col._2col.overflow-visible {
  overflow: visible;
}

.col._2col.tab-menu {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.container {
  width: 88%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -20px;
  margin-bottom: -32px;
  margin-left: -20px;
}

.row.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list_tab {
  font-family: 'Soleil Regular';
  color: #071827;
  font-size: 18px;
  line-height: 150%;
}

.text-span-3 {
  color: #f3774d;
}

.content-03 {
  display: flex;
  margin-top: 0px;
  padding: 90px 0% 90px 12%;
  flex-direction: column;
  align-items: center;
  background-color: #f9f9f9;
}

.c03_block {
  position: relative;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  flex-direction: column;
  align-items: flex-start;
}

.tab-button-content {
  padding: 12px;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tabs-menu {
  display: flex;
  width: 40%;
  margin-right: 8%;
  flex-direction: column;
}

.tabs-content-2 {
  width: 60%;
}

.tab-component {
  display: flex;
  align-items: center;
}

.tab-button-progress {
  width: 1%;
  height: 100%;
  background-color: #f3774d;
}

.tabs-section {
  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}

.tab-button-desc-wrapper {
  padding-bottom: 16px;
}

.tab-button {
  margin-bottom: 0px;
  padding: 0px;
  border: 1px none #000;
  background-color: hsla(0, 0%, 100%, 0);
  transition: all 300ms ease;
  color: #fff;
}

.tab-button:hover {
  background-color: rgba(250, 165, 51, 0.1);
}

.tab-button.w--current {
  background-color: hsla(0, 0%, 100%, 0);
}

.tab-button-progress-bar {
  height: 3px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: rgba(243, 119, 77, 0.24);
}

.tab-button-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.container-2 {
  width: 90%;
  max-width: 1312px;
  margin-right: auto;
  margin-left: auto;
}

.tab-button-desc {
  padding-top: 16px;
  font-family: 'Effra Regular', sans-serif;
  color: #071827;
  font-size: 18px;
  line-height: 150%;
}

.tab-mobile-img {
  display: none;
}

.chevron {
  color: #071827;
}

.text-bloc-tab {
  font-family: 'Effra Bold', sans-serif;
  color: #071827;
  font-size: 20px;
  line-height: 120%;
}

.content-04 {
  display: flex;
  margin-top: 0px;
  padding: 90px 5% 0px;
  flex-direction: column;
  align-items: center;
  background-color: #f9f9f9;
}

.tabs-2 {
  display: flex;
  flex-direction: row;
}

.tabs-menu-2 {
  display: flex;
  flex-direction: column;
}

.tab-container {
  margin-right: auto;
  margin-left: auto;
}

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

.button-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  justify-content: flex-start;
  align-items: center;
  align-self: flex-start;
}

.content-06 {
  display: flex;
  padding: 16px 5% 80px;
  align-items: center;
  background-color: #f9f9f9;
  font-family: 'Soleil Regular';
}

.c06_block {
  position: relative;
  display: flex;
  width: 50%;
  padding-right: 55px;
  flex-direction: column;
  align-items: flex-start;
}

.c06_container {
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  flex: 1;
}

.c02_block_image {
  position: relative;
  width: 50%;
  padding-right: 55px;
}

.c06_h3 {
  max-width: 480px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 0px;
  font-family: 'Effra Bold', sans-serif;
  color: #071827;
  font-size: 38px;
  line-height: 150%;
}

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

.content-05 {
  display: flex;
  margin-top: 0px;
  padding: 0px 5%;
  flex-direction: column;
  align-items: center;
  background-color: #f9f9f9;
}

.text-span-6 {
  color: #f3774d;
}

.content-05-container {
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}

.tab-component-02 {
  display: flex;
  align-items: center;
}

.b04_card_text {
  position: relative;
  top: auto;
  height: auto;
  padding: 20px 20px 20px 15px;
}

.b04_link {
  font-family: 'Effra Bold', sans-serif;
  color: #f3774d;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.b04_author_image_04 {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_06.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.b04_card_text_featured {
  display: flex;
  width: 50%;
  height: 100%;
  padding: 35px 35px 35px 25px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #fff;
}

.b04_blog_image_03 {
  min-height: 230px;
  background-image: url('../images/highrise.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.b04_h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Effra Regular', sans-serif;
  color: #071827;
  font-size: 24px;
  line-height: 150%;
}

.blog-section {
  padding: 0px 5% 120px;
  background-color: #f9f9f9;
}

.b04_author_wrap {
  display: flex;
  margin-top: 35px;
  align-items: center;
}

.b04_blog_image_feature {
  width: 50%;
  height: 100%;
  background-image: url('../images/Post-CasoDeExito-GrupoSI.png');
  background-position: 50% 50%;
  background-size: cover;
}

.b04_paragraph {
  margin-bottom: 15px;
  color: #4e5d78;
  font-size: 16px;
  line-height: 25px;
}

.b04_author_image_03 {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.b04_card {
  overflow: hidden;
  width: 32%;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.b04_container {
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 55px;
  margin-left: auto;
  justify-content: space-between;
}

.b04_blog_image_04 {
  min-height: 230px;
  background-image: url('../images/gallery_06.PNG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.b04_author_image {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.b04_card_featured {
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 510px;
  align-items: center;
  border-radius: 8px;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.b04_author_image_02 {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.b04_h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #0a1f44;
  font-size: 28px;
  line-height: 34px;
}

.b04_author_name {
  color: #0a1f44;
  font-size: 15px;
  font-weight: 600;
}

.b04_blog_image_02 {
  min-height: 230px;
  background-image: url('../images/gallery_04.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.b04_details_text {
  margin-bottom: 10px;
  color: #5d3eff;
  font-size: 15px;
  font-weight: 500;
}

.blog_title-block {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 32px;
  padding-right: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blog_h3 {
  max-width: 480px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Effra Bold', sans-serif;
  color: #011627;
  font-size: 40px;
  line-height: 45px;
}

.blog_paragraph {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: 'Effra Regular', sans-serif;
  color: #011627;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  text-transform: none;
}

.text-span-7 {
  color: #f3774d;
}

.c02_tag {
  max-width: 560px;
  margin-bottom: 0px;
  margin-left: 16px;
  padding: 6px 12px;
  border-radius: 50px;
  background-color: rgba(250, 165, 51, 0.9);
  font-family: 'Effra Medium', sans-serif;
  color: #f9f9f9;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}

.hero-block-2 {
  display: flex;
  width: 50%;
  min-height: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.cta-section {
  background-color: #fff;
  font-family: 'Soleil Regular';
}

.cta-wrap {
  display: flex;
  min-height: 350px;
  padding: 40px 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  background-color: #21272e;
}

.cta-container {
  display: flex;
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cta04_title {
  max-width: 500px;
  margin-bottom: 5px;
  font-family: 'Effra Bold', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.cta04_h1 {
  width: 60%;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: 'Effra Bold', sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 150%;
  text-align: center;
}

.cta04_paragraph {
  max-width: 430px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.cta04_button {
  max-width: 240px;
  margin-bottom: 15px;
  padding: 14px 25px;
  border-radius: 50px;
  background-color: #6039b9;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
}

.utility-page-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

.utility-page-content {
  display: flex;
  width: 260px;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.logos {
  min-height: 200px;
  padding: 32px 5%;
  background-color: hsla(0, 0%, 100%, 0);
  -o-object-fit: fill;
     object-fit: fill;
}

.cl01_container {
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
}

.cl01_title {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Soleil Bold';
  color: #8a94a6;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.cl01_logo_wrap {
  position: relative;
  display: flex;
  height: 100%;
  max-width: 800px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.cl01_logo {
  display: inline-block;
  width: 25%;
  padding: 25px 35px;
}

.cl01_image {
  width: 200px;
}

.navbar_link-inicio-sesion {
  width: 150px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 auto;
  transition: all 200ms ease;
  font-family: 'Effra Bold', sans-serif;
  color: #071827;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
  -o-object-fit: fill;
     object-fit: fill;
}

.navbar_link-inicio-sesion:hover {
  color: #f3774d;
}

.body-2 {
  background-color: #f9f9f9;
}

.faq02_h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Effra Medium', sans-serif;
  color: #071827;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.faq02_click_wrap {
  border: 1px none #000;
}

.faq02-comment {
  overflow: hidden;
  padding-top: 5px;
  padding-right: 25px;
  border: 1px none #000;
}

.faq02-comment.faq02_bottom_block {
  padding-top: 8px;
  border-bottom: 1px solid #ebecf0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.faq02_block {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 70px;
  min-width: 400px;
  padding: 20px 30px 15px;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: #ebecf0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 200ms ease;
  cursor: pointer;
}

.faq02_block.faq02_middle_block {
  border-style: none none solid;
  border-radius: 0px;
}

.faq02_icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: auto;
  width: 20px;
  height: 20px;
}

.faq02_paragraph {
  margin-top: 14px;
  margin-left: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Effra Regular', sans-serif;
  color: #565a5d;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.images-container {
  display: flex;
  margin-top: 32px;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.content-copy {
  position: relative;
  display: flex;
  width: 100%;
  padding-right: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.content-paragraph-02 {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 0px;
  font-family: 'Effra Regular', sans-serif;
  color: #011627;
  font-size: 24px;
  line-height: 150%;
  text-align: left;
  text-transform: none;
}

.c02_column-02 {
  padding: 32px;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  background-color: #fff;
}

.c02_check-02 {
  display: flex;
  margin-bottom: 12px;
  align-items: center;
}

.c02_check-03 {
  display: flex;
  margin-bottom: 12px;
  align-items: center;
}

.c02_check-04 {
  display: flex;
  margin-bottom: 12px;
  align-items: center;
}

.c02_check-05 {
  display: flex;
  margin-bottom: 12px;
  align-items: center;
}

.text-span-8 {
  color: #f3774d;
}

.language-link {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  flex-direction: column;
  font-family: 'Effra Bold', sans-serif;
  color: #071827;
  text-decoration: none;
}

.language-link.es {
  color: #071827;
}

.language-link.en {
  color: #f3774d;
  font-weight: 700;
}

.text-block {
  font-family: 'Effra Semibold', sans-serif;
}

.text-block-2 {
  font-family: 'Effra Regular', sans-serif;
}

.text-block-3 {
  font-family: 'Effra Regular', sans-serif;
}

.language-wrapper {
  padding-right: 16px;
  padding-left: 16px;
}

.link {
  font-family: 'Effra Bold', sans-serif;
  color: #071827;
  text-decoration: none;
}

.text-block-4 {
  font-family: 'Effra Bold', sans-serif;
}

.text-block-5 {
  font-family: 'Effra Bold', sans-serif;
}

.text-block-6 {
  font-family: 'Effra Bold', sans-serif;
}

.price {
  margin-top: 20px;
  color: #071827;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.price.price_growth {
  margin-top: 42px;
}

.price.price_pro {
  margin-top: 142px;
  font-family: 'Effra Bold', sans-serif;
}

.tabs-content-3 {
  overflow: visible;
  padding-top: 40px;
}

.tabs-menu-3 {
  display: inline-block;
  margin-bottom: 15px;
  padding: 8px;
  border-radius: 10px;
  background-color: #fff;
}

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

.spacer-m {
  width: 100%;
  height: 20px;
}

.spacer-xxl {
  width: 100%;
  height: 50px;
}

.tab-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Effra Bold', sans-serif;
  font-weight: 600;
}

.price-card-name {
  margin-bottom: 20px;
  font-family: 'Effra Bold', sans-serif;
  color: #071827;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
}

.price-large-span {
  font-family: 'Effra Bold', sans-serif;
  font-size: 30px;
}

.paragraph {
  margin-top: 16px;
  margin-bottom: 16px;
  opacity: 0.9;
  font-family: 'Effra Regular', sans-serif;
  color: #071827;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}

.main-container {
  width: 100%;
  max-width: 1200px;
}

.pricing-check-copy {
  display: flex;
  width: 80%;
  margin-bottom: 12px;
  align-items: center;
  font-family: 'Effra Regular', sans-serif;
  text-align: left;
}

.content-wrap-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.content-wrap-center.max-width-800 {
  max-width: 800px;
}

.frequency {
  margin-bottom: auto;
  opacity: 0.6;
  color: #000;
  font-size: 13px;
  font-weight: 400;
}

.tab-pane-tab-2 {
  width: 900px;
  margin-top: 0px;
}

.tab-link-3 {
  width: 200px;
  padding: 12px 0px;
  border: 1px none transparent;
  border-radius: 10px;
  background-color: transparent;
  color: #000;
  font-weight: 600;
}

.tab-link-3.w--current {
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: none;
  border-width: 1px;
  border-color: #434de7;
  background-color: #505165;
  font-family: 'Effra Bold', sans-serif;
  color: #f9f9f9;
}

.pricing-card {
  display: flex;
  width: 100%;
  padding: 32px 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f2f3ff;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 20px 30px -10px rgba(29, 1, 80, 0.1);
}

._1-4-grid {
  width: 100%;
  grid-auto-flow: row;
  grid-auto-columns: minmax(50%, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 33% repeat(auto-fit, 33%) 33%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.spacer-xs {
  width: 100%;
  height: 10px;
}

.main-section {
  display: flex;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 100px 5%;
  flex-direction: column;
  align-items: center;
  background-color: #f9f9f9;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Effra Bold', sans-serif;
  color: #071827;
  font-size: 45px;
  line-height: 1.1;
  font-weight: 600;
}

.h2.gradient {
  background-image: linear-gradient(90deg, #f3774d, #faa533);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button {
  height: 50px;
  padding: 15px 35px;
  border-radius: 10px;
  background-color: #434de7;
  box-shadow: 0 10px 20px -3px rgba(29, 1, 80, 0.1);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.button:hover {
  background-color: #000;
  box-shadow: none;
}

.button.in-pricing {
  display: inline-block;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f3774d;
  transition: all 200ms ease;
  font-family: 'Effra Bold', sans-serif;
}

.button.in-pricing:hover {
  background-color: #071827;
}

.button.secondary {
  padding-top: 13px;
  padding-right: 25px;
  padding-left: 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #434de7;
  background-color: #fff;
  color: #434de7;
}

.button.secondary:hover {
  border-color: #000;
  color: #000;
}

.button.secondary.in-pricing {
  border-color: #f3774d;
  background-color: #f9f9f9;
  font-family: 'Effra Bold', sans-serif;
  color: #f3774d;
}

.button.secondary.in-pricing:hover {
  border-color: #071827;
  background-color: #f9f9f9;
  color: #071827;
}

.tab-pane-tab-1 {
  width: 900px;
  margin-top: 0px;
}

.c02_check_text-2 {
  margin-bottom: 0px;
  font-family: 'Effra Medium', sans-serif;
  color: #071827;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}

.body-3 {
  background-color: #f9f9f9;
}

.body-4 {
  background-color: #f9f9f9;
}

.faq-tabs {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
}

.text-block-7 {
  font-family: 'Effra Bold', sans-serif;
  text-align: center;
}

.tab-pane-tab-3 {
  width: 900px;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .faq01_click_wrap {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .navbar_links {
    display: flex;
    background-color: #fff;
    box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
  }

  .navbar_link {
    width: 100%;
    min-height: 45px;
    flex: 0 auto;
  }

  .nav03_button {
    display: none;
  }

  .nav03_menu_button.w--open {
    border-radius: 100px;
    background-color: #ebecf0;
  }

  .nav03_icon {
    color: #4e5d78;
  }

  .hero-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero_paragraph {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .hero-image {
    max-width: 80%;
  }

  .hero-block-1 {
    width: 100%;
    align-items: center;
  }

  .hero_button_wrap {
    justify-content: center;
  }

  .hero_h1 {
    text-align: center;
  }

  .hero {
    background-position: 10% 50%;
  }

  .elements-container {
    position: relative;
    top: auto;
    flex-direction: column;
    align-items: center;
  }

  .first-element-block {
    display: flex;
    width: 100%;
    min-height: 400px;
    align-self: center;
    flex: 0 auto;
  }

  .image-hero {
    padding-left: 0%;
  }

  .secong-element-block {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .content-01 {
    margin-top: 32px;
  }

  .c01_image {
    max-width: 80%;
  }

  .c01_block {
    width: 100%;
  }

  .content-01-container {
    flex-direction: column;
  }

  .c02_button {
    position: relative;
  }

  .c01_block_image {
    display: flex;
    width: 100%;
    padding-top: 55px;
    padding-right: 0px;
    justify-content: center;
    align-items: center;
  }

  .content-paragraph {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .c02_column {
    padding-right: 15px;
  }

  .content-02-container {
    flex-direction: column;
  }

  .c02_block {
    width: 100%;
  }

  .tab-link {
    padding-right: 0%;
  }

  .c03_block {
    width: 100%;
  }

  .tabs-menu {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 48px;
  }

  .tabs-content-2 {
    display: none;
    width: 100%;
  }

  .tab-component {
    flex-direction: column;
  }

  .tab-button-desc-wrapper {
    overflow: hidden;
  }

  .tab-mobile-img {
    display: block;
    margin-top: 16px;
  }

  .c06_block {
    width: 100%;
  }

  .c06_container {
    flex-direction: column;
  }

  .c02_block_image {
    display: flex;
    width: 100%;
    padding-top: 55px;
    padding-right: 0px;
    justify-content: center;
    align-items: center;
  }

  .content-05-container {
    flex-direction: column;
  }

  .tab-component-02 {
    flex-direction: column;
  }

  .b04_link {
    color: #f3774d;
    font-size: 18px;
    text-decoration: none;
  }

  .b04_card_text_featured {
    width: 100%;
    align-items: center;
    -ms-grid-row-align: auto;
        align-self: auto;
  }

  .b04_h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .blog-section {
    padding-top: 120px;
  }

  .b04_blog_image_feature {
    width: 100%;
    background-image: url('../images/Post-CasoDeExito-LinkedIn.png');
    background-position: 50% 50%;
    background-attachment: scroll;
  }

  .b04_paragraph {
    margin-bottom: 10px;
  }

  .b04_card {
    width: 100%;
    margin-bottom: 25px;
  }

  .b04_container {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .b04_card_featured {
    flex-direction: column;
  }

  .b04_h4 {
    margin-bottom: 10px;
  }

  .b04_details_text {
    margin-bottom: 5px;
  }

  .blog_title-block {
    width: 100%;
  }

  .hero-block-2 {
    width: 100%;
    align-items: center;
  }

  .cta-section {
    padding: 0%;
  }

  .cta04_h1 {
    width: 70%;
  }

  .navbar_link-inicio-sesion {
    width: 100%;
    min-height: 45px;
    flex: 0 auto;
  }

  .faq02_click_wrap {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .content-copy {
    width: 100%;
  }

  .content-paragraph-02 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .c02_column-02 {
    padding-right: 15px;
  }

  .tab-pane-tab-2 {
    width: 700px;
  }

  ._1-4-grid {
    justify-items: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .tab-pane-tab-1 {
    width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .nav03_button {
    display: none;
  }

  .f07_legal {
    padding-top: 0px;
  }

  .f07_social_wrap {
    padding-top: 42px;
  }

  .footer-bottom-wrap {
    flex-direction: column;
  }

  .footer-top-wrap {
    flex-direction: column;
    align-items: center;
  }

  .hero_button {
    margin-left: 15px;
  }

  .hero_button_wrap {
    justify-content: center;
  }

  .hero {
    background-position: 80px 0px;
  }

  .c01_block {
    margin-bottom: 55px;
    padding-right: 0px;
  }

  .content-01-container {
    flex-direction: column;
  }

  .c01_block_image {
    margin-bottom: 55px;
    padding-right: 0px;
  }

  .c02_columns {
    margin-bottom: 0px;
    flex-direction: column;
  }

  .c02_column {
    margin-bottom: 15px;
  }

  .content-02-container {
    flex-direction: column;
  }

  .c02_block {
    margin-bottom: 55px;
    padding-right: 0px;
  }

  .tab-link {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: -16px;
    padding-left: 16px;
  }

  .h3 {
    font-size: 1.4rem;
  }

  .tabs-section-01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .col {
    padding-right: 12px;
    padding-left: 12px;
  }

  .row {
    margin-right: -12px;
    margin-left: -12px;
  }

  .row.flex-center {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c03_block {
    margin-bottom: 55px;
    padding-right: 0px;
  }

  .c06_block {
    margin-bottom: 55px;
    padding-right: 0px;
    align-items: flex-start;
  }

  .c06_container {
    flex-direction: column;
  }

  .c02_block_image {
    margin-bottom: 55px;
    padding-right: 0px;
  }

  .content-05-container {
    flex-direction: column;
  }

  .b04_card_text_featured {
    width: 100%;
  }

  .b04_h3 {
    font-size: 16px;
    line-height: 150%;
  }

  .b04_blog_image_feature {
    width: 100%;
    min-height: 230px;
  }

  .b04_card {
    width: 100%;
    margin-bottom: 35px;
    padding-right: 0px;
  }

  .b04_container {
    flex-direction: column;
  }

  .b04_card_featured {
    min-height: 400px;
    flex-direction: column;
  }

  .blog_title-block {
    margin-bottom: 55px;
    padding-right: 0px;
  }

  .cta04_h1 {
    width: 100%;
  }

  .cta04_paragraph {
    text-align: center;
  }

  .cl01_logo_wrap {
    justify-content: flex-start;
  }

  .cl01_logo {
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
  }

  .cl01_image {
    width: 130px;
  }

  .content-copy {
    margin-bottom: 55px;
    padding-right: 0px;
  }

  .c02_column-02 {
    margin-bottom: 15px;
  }

  .tabs-menu-3 {
    display: flex;
    flex-direction: column;
  }

  .pricing-card {
    max-width: 350px;
  }

  ._1-4-grid {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tab-pane-tab-1 {
    width: 500px;
  }
}

@media screen and (max-width: 479px) {
  .faq01_block {
    min-width: auto;
    padding-left: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .faq01_paragraph {
    margin-left: 15px;
  }

  .faq-container {
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
  }

  .tabs_style {
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: flex-start;
    flex: 0 auto;
  }

  .tab_style_current.w--current {
    margin-top: 0px;
    margin-bottom: 18px;
  }

  .tab_style_notselected {
    margin-top: 18px;
    margin-bottom: 18px;
  }

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

  .footer-wrap-right {
    display: flex;
    padding-top: 0px;
    flex-direction: column;
    align-items: center;
    align-self: center;
    flex: 0 auto;
  }

  .footer-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .f07_legal {
    text-align: center;
  }

  .f07_social_wrap {
    padding-top: 32px;
    flex-direction: row;
    justify-content: space-between;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .footer-bottom-wrap {
    padding-bottom: 25px;
    flex-direction: column;
  }

  .footer-top-wrap {
    margin-top: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-container {
    margin-top: 0px;
  }

  .form02_input {
    width: 100%;
  }

  .form02_field_wrap {
    flex-direction: column;
  }

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

  .hero_button {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .hero_paragraph {
    font-size: 18px;
  }

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

  .hero_button_wrap {
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .hero_h1 {
    font-size: 26px;
    line-height: 120%;
  }

  .hero {
    margin-top: -72px;
    padding-right: 3%;
    padding-bottom: 0px;
    padding-left: 3%;
  }

  .elements-container {
    padding-right: 0%;
    padding-left: 0%;
  }

  .first-element-block {
    margin-top: -32px;
    padding-top: 0px;
  }

  .content-01 {
    margin-top: 0px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .c02_check_text {
    font-size: 14px;
  }

  .c01_block_image {
    margin-bottom: 0px;
    padding-top: 15px;
  }

  .c01_h3 {
    font-size: 24px;
    text-align: center;
  }

  .content-paragraph {
    margin: 16px 0% 0px;
    font-size: 16px;
  }

  .content-02 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 32px;
    padding-bottom: 10px;
  }

  .c02_columns {
    margin-top: 0px;
    padding-top: 0px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .c02_column {
    display: flex;
    margin-bottom: 0px;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .c02_h4 {
    max-width: 150px;
    font-size: 18px;
  }

  .content-02-container {
    max-width: 800px;
    padding-bottom: 0px;
  }

  .list {
    padding-left: 20px;
  }

  .c02_h4-_2 {
    max-width: 150px;
    font-size: 18px;
  }

  .strategy-illo_top {
    width: 300px;
  }

  .tab-link {
    margin-left: -12px;
    padding-left: 12px;
  }

  .strategy-illo_bg {
    width: 300px;
  }

  .col {
    padding-right: 0px;
    padding-left: 0px;
  }

  .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .content-04 {
    margin-bottom: -24px;
    padding-top: 32px;
    padding-bottom: 0px;
  }

  .content-06 {
    padding-bottom: 16px;
  }

  .c06_block {
    justify-content: center;
    align-items: center;
  }

  .c02_block_image {
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .c06_h3 {
    font-size: 28px;
    line-height: 120%;
    text-align: center;
  }

  .b04_card_text {
    padding-right: 8px;
    padding-left: 8px;
    background-color: #fff;
  }

  .b04_link {
    font-size: 16px;
  }

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

  .blog-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .b04_container {
    margin-top: -32px;
  }

  .blog_h3 {
    font-size: 32px;
  }

  .blog_paragraph {
    font-size: 18px;
  }

  .c02_tag {
    max-width: 400px;
    font-size: 13px;
  }

  .hero-block-2 {
    min-height: 300px;
    margin-top: -25px;
    flex: 0 auto;
  }

  .cta-section {
    padding: 0%;
  }

  .cta04_title {
    font-size: 16px;
    line-height: 150%;
  }

  .cta04_h1 {
    width: 100%;
    font-size: 24px;
  }

  .logos {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .logos.clientes {
    padding-top: 0px;
  }

  .cl01_container {
    margin-top: 32px;
  }

  .cl01_logo_wrap {
    flex-direction: row;
  }

  .cl01_logo {
    width: 50%;
    margin-bottom: 0px;
  }

  .cl01_image {
    width: 100px;
    max-width: 100%;
  }

  .faq02_h6 {
    font-size: 16px;
  }

  .faq02_block {
    min-width: auto;
    padding-left: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .faq02_paragraph {
    margin-top: 10px;
    margin-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .images-container {
    flex-direction: column;
  }

  .content-copy {
    margin-right: 5%;
    margin-bottom: 0px;
    margin-left: 5%;
  }

  .content-paragraph-02 {
    margin-top: 16px;
    margin-bottom: -24px;
    padding-bottom: 0px;
    font-size: 16px;
  }

  .c02_column-02 {
    display: flex;
    margin-bottom: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    flex-direction: column;
    justify-content: center;
  }

  .list-item {
    font-size: 16px;
  }

  .list-item-2 {
    font-size: 16px;
  }

  .list-item-3 {
    font-size: 16px;
  }

  .list-item-4 {
    font-size: 16px;
  }

  .list-item-5 {
    font-size: 16px;
  }

  .list-item-6 {
    font-size: 16px;
  }

  .language-wrapper {
    padding-right: 4px;
    padding-left: 4px;
  }

  .tabs-content-3 {
    padding-top: 0px;
  }

  .tab-pane-tab-2 {
    width: 300px;
  }

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

  .main-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .h2 {
    font-size: 30px;
  }

  .tab-pane-tab-1 {
    width: 300px;
  }

  .c02_check_text-2 {
    font-size: 14px;
  }
}

#w-node-_44ab88b9-61e9-7430-04ea-08a4000bb06e-4d55ac5b {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_44ab88b9-61e9-7430-04ea-08a4000bb0a8-4d55ac5b {
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

#w-node-_44ab88b9-61e9-7430-04ea-08a4000bb0f5-4d55ac5b {
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

@font-face {
  font-family: 'Effra Extrabold';
  src: url('../fonts/Effra_Trial_XBd.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Black';
  src: url('../fonts/Effra_Trial_Blk.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Black Italic';
  src: url('../fonts/Effra_Trial_BlkIt.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Bold italic';
  src: url('../fonts/Effra_Trial_BdIt.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Italic';
  src: url('../fonts/Effra_Trial_It.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Bold';
  src: url('../fonts/Effra_Trial_Bd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Medium Italic';
  src: url('../fonts/Effra_Trial_MdIt.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Medium';
  src: url('../fonts/Effra_Trial_Md.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Semibold';
  src: url('../fonts/Effra_Trial_SBd.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Regular';
  src: url('../fonts/Effra_Trial_Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Semibold Italic';
  src: url('../fonts/Effra_Trial_SBdIt.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Xtrabold Italic';
  src: url('../fonts/Effra_Trial_XBdIt.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Effra Xtrabold';
  src: url('../fonts/Effra_Trial_XBd.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}