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

.w-form-formradioinput--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: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

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

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #1b1d2a;
  font-size: 48px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #1b1d2a;
  font-size: 34px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #1b1d2a;
  font-size: 28px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #1b1d2a;
  font-size: 22px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #1b1d2a;
  font-size: 18px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #1b1d2a;
  font-size: 14px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  color: #325ae7;
  font-weight: 500;
  text-decoration: underline;
}

a:hover {
  color: #456aeb;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
  color: #404250;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
  color: #404250;
}

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

blockquote {
  margin-bottom: 10px;
  padding: 20px;
  border-left: 3px solid #325ae7;
  border-radius: 0px;
  background-color: #f6f7f9;
  color: #808292;
}

figure {
  margin-bottom: 10px;
}

.body {
  font-family: 'DM Sans', sans-serif;
  color: #808292;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

.app-layout {
  min-height: 100vh;
}

.app-main-layout-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 54px;
  background-color: #fff;
}

.app-nav-layout {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.sidebar-navbar {
  background-color: transparent;
}

.sidebar-navbar-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sidebar-navbar-link {
  display: block;
  overflow: hidden;
  height: 39px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
  background-color: transparent;
  background-image: url('../images/icons8-dashboard-100_1icons8-dashboard-100.png');
  background-position: 17px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 0.8;
  -webkit-transition: background-color 100ms ease-in-out, opacity 100ms ease-in-out;
  transition: background-color 100ms ease-in-out, opacity 100ms ease-in-out;
  color: #fff;
  font-weight: 400;
}

.sidebar-navbar-link:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
  opacity: 1;
  color: #fff;
}

.sidebar-navbar-link.w--current {
  background-color: #325ae7;
  opacity: 1;
  color: #fff;
}

.sidebar-navbar-link.w--current:focus {
  background-color: #0054fc;
}

.sidebar-navbar-link.link-style-guide {
  background-image: url('../images/icons8-user-manual-100_1icons8-user-manual-100.png');
  opacity: 0.4;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.sidebar-navbar-link.link-style-guide:hover {
  opacity: 0.8;
}

.sidebar-navbar-link.link-fonts {
  background-image: url('../images/icons8-ocr-100_1icons8-ocr-100.png');
}

.sidebar-navbar-link.link-typo {
  background-image: url('../images/icons8-text-100_1icons8-text-100.png');
}

.sidebar-navbar-link.link-color {
  background-image: url('../images/icons8-paint-palette-100_1icons8-paint-palette-100.png');
}

.sidebar-navbar-link.link-button {
  background-image: url('../images/icons8-button-100_1icons8-button-100.png');
}

.sidebar-navbar-link.link-list {
  background-image: url('../images/icons8-bulleted-list-100_1icons8-bulleted-list-100.png');
  background-size: 25px;
  background-repeat: no-repeat;
}

.sidebar-navbar-link.link-list.w--current {
  background-color: #0054fc;
}

.sidebar-navbar-link.link-form {
  background-image: url('../images/icons8-form-100_1icons8-form-100.png');
}

.sidebar-navbar-link.link-tab {
  background-image: url('../images/icons8-tab-100_1icons8-tab-100.png');
}

.sidebar-navbar-link.link-help {
  background-image: url('../images/icons8-help-100_1icons8-help-100.png');
}

.sidebar-navbar-link.link-image {
  background-image: url('../images/icons8-full-image-100_1icons8-full-image-100.png');
}

.sidebar-navbar-link.link-utils {
  background-image: url('../images/icons8-dashboard-100_1icons8-dashboard-100.png');
}

.sidebar-navbar-link.link-utils._1 {
  background-image: url('../images/icons8-launchpad-100_1icons8-launchpad-100.png');
  -webkit-filter: invert(100%);
  filter: invert(100%);
  color: #fff;
}

.sidebar-navbar-link.link-utils._2 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  color: #fff;
}

.sidebar-navbar-link.link-utils._3 {
  background-image: url('../images/icons8-tab-100_1icons8-tab-100.png');
  -webkit-filter: invert(100%);
  filter: invert(100%);
  color: #fff;
}

.sidebar-navbar-link.link-utils._6 {
  background-image: url('../images/icons8-handshake-heart-100_1icons8-handshake-heart-100.png');
  -webkit-filter: invert(100%);
  filter: invert(100%);
  color: #fff;
}

.sidebar-navbar-link.link-logout {
  background-image: url('../images/icons8-logout-rounded-left-100_1icons8-logout-rounded-left-100.png');
  -webkit-filter: invert(100%);
  filter: invert(100%);
  color: #fff;
}

.sidebar-navbar-link.link-profile {
  background-image: url('../images/icons8-male-user-100_1icons8-male-user-100.png');
}

.sidebar-navbar-link.link-setting {
  background-image: url('../images/icons8-settings-100-1_1icons8-settings-100 (1).png');
}

.sidebar-navbar-link.link-search {
  background-image: url('../images/icons8-search-more-100_1icons8-search-more-100.png');
}

.sidebar-navbar-link.link-password {
  background-image: url('../images/icons8-password-100_1icons8-password-100.png');
  opacity: 0.4;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.sidebar-navbar-link.link-password:hover {
  opacity: 0.8;
}

.sidebar-navbar-link.link-password.a3 {
  background-image: url('../images/actioncoach-mexico-iconos4.png');
}

.sidebar-navbar-link.link-404 {
  background-image: url('../images/icons8-road-closure-100_1icons8-road-closure-100.png');
}

.sidebar-navbar-link.link-payment {
  background-image: url('../images/icons8-wallet-100_1icons8-wallet-100.png');
}

.sidebar-navbar-link.link-modal {
  background-image: url('../images/icons8-new-window-100-1_1icons8-new-window-100 (1).png');
}

.sidebar-navbar-link.link-progress {
  background-image: url('../images/icons8-loading-bar-100-1_1icons8-loading-bar-100 (1).png');
}

.sidebar-navbar-link.link-inbox {
  background-image: url('../images/icons8-sms-100_2icons8-sms-100.png');
}

.sidebar-navbar-link.link-contacts {
  background-image: url('../images/icons8-address-book-2-100_1icons8-address-book-2-100.png');
}

.sidebar-navbar-link.link-projects {
  background-image: url('../images/icons8-launchpad-100_1icons8-launchpad-100.png');
}

.sidebar-navbar-link.link-projects._4 {
  background-image: url('../images/calendario3.png');
  -webkit-filter: invert(100%);
  filter: invert(100%);
  color: #fff;
}

.sidebar-navbar-link.link-projects._4.w--current {
  background-color: rgba(64, 70, 80, 0.3);
  -webkit-filter: invert(100%);
  filter: invert(100%);
  color: #fff;
}

.sidebar-navbar-link.link-projects._10 {
  background-image: url('../images/icons8-home-100_1icons8-home-100.png');
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.sidebar-navbar-link.link-projects._10.w--current {
  border-bottom: 1px none #dd1717;
  background-color: rgba(42, 42, 42, 0.41);
  color: #fff;
}

.sidebar-navbar-link.link-projects.black {
  background-image: url('../images/select.svg');
}

.sidebar-navbar-link.link-login {
  background-color: transparent;
  background-image: url('../images/icons8-login-100_1icons8-login-100.png');
  opacity: 0.4;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.sidebar-navbar-link.link-login:hover {
  opacity: 0.8;
}

.sidebar-navbar-link.link-login.w--current:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
  opacity: 1;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.sidebar-navbar-link.link-login.a1 {
  background-image: url('../images/actioncoach-mexico-iconos6.png');
}

.sidebar-navbar-link.link-accounts {
  background-image: url('../images/icons8-restart-100_1icons8-restart-100.png');
  opacity: 0.4;
}

.sidebar-navbar-link.link-accounts:hover {
  opacity: 0.8;
}

.sidebar-navbar-link.link-accounts.a4 {
  background-image: url('../images/actioncoach-mexico-iconos7.png');
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.sidebar-navbar-link.link-signup {
  background-image: url('../images/icons8-create-100_1icons8-create-100.png');
  opacity: 0.4;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.sidebar-navbar-link.link-signup:hover {
  opacity: 0.8;
}

.sidebar-navbar-link.link-signup.a2 {
  background-image: url('../images/actioncoach-mexico-iconos5.png');
}

.sidebar-navbar-link.link-home {
  background-image: url('../images/icons8-home-100_1icons8-home-100.png');
}

.sidebar-navbar-link.link-onboarding {
  background-image: url('../images/icons8-home-100_1icons8-home-100.png');
}

.sidebar-navbar-link.link-onboarding._5 {
  background-image: url('../images/icons8-dashboard-100_1icons8-dashboard-100.png');
  -webkit-filter: invert(100%);
  filter: invert(100%);
  color: #fff;
}

.sidebar-navbar-link._1 {
  background-image: url('../images/icons8-home-100_1icons8-home-100.png');
}

.sidebar-navbar-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 260px;
  margin-top: 54px;
  padding-top: 0px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #f6f7f9;
}

.sidebar-navbar-menu.program {
  background-color: #fff;
}

.sidebar-navbar-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
}

.sidebar-navbar-brand:hover {
  opacity: 0.8;
  color: #dd1717;
}

.sidebar-navbar-brand.w--current {
  padding-top: 14px;
  padding-right: 10px;
  padding-left: 10px;
}

.sidebar-navbar-brand.one {
  padding-left: 3px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sidebar-navbar-brand.dos {
  padding-left: 27px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sidebar-navbar-brand-logo {
  max-height: 36px;
  max-width: 200px;
  margin-top: 13px;
  text-align: center;
}

.sidebar-navbar-heading {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 54px;
  -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;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
  background-color: #fff;
}

.sidebar-navbar-heading.program {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sidebar-navbar-heading.black-background {
  background-color: #f6f7f9;
}

.sidebar-navbar-toggle-button {
  display: block;
  height: 39px;
  padding: 10px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  background-image: url('../images/icons8-open-pane-100_1icons8-open-pane-100.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  color: #000;
}

.sidebar-navbar-toggle-button:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.sidebar-navbar-toggle-button.program {
  background-color: #000;
}

.app-main-layout {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #eef0f6;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.app-main-layout-mask {
  width: 260px;
}

.sidebar-navbar-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.05);
}

.sidebar-navbar-footer.nav-toggle {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.sidebar-navbar-body {
  overflow: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-navbar-body.notop {
  padding-top: 0px;
}

.sidebar-navbar-body-container {
  overflow: hidden;
}

.app-navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-navbar-brand-logo-small {
  display: none;
  width: 50px;
}

.app-navbar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.menu-dropdown-toggle {
  width: 34px;
  height: 34px;
  padding: 0px;
  border-radius: 50%;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
}

.menu-dropdown-toggle:hover {
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.menu-dropdown-toggle.w--open {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.menu-dropdown-toggle.dropdown-notification {
  background-image: url('../images/icons8-notification-100_1icons8-notification-100.png');
  background-size: 25px;
}

.menu-dropdown-toggle.dropdown-notification:hover {
  background-image: url('../images/icons8-notification-100-1_1icons8-notification-100 (1).png');
}

.menu-dropdown-toggle.dropdown-notification.w--open {
  background-color: hsla(0, 0%, 100%, 0.05);
  background-image: url('../images/icons8-notification-100-1_1icons8-notification-100 (1).png');
}

.menu-dropdown-toggle.dropdown-message {
  background-image: url('../images/icons8-inbox-100_1icons8-inbox-100.png');
  background-size: 25px;
}

.menu-dropdown-toggle.dropdown-message:hover {
  background-image: url('../images/icons8-inbox-100-1_1icons8-inbox-100 (1).png');
}

.menu-dropdown-toggle.dropdown-message.w--open {
  background-image: url('../images/icons8-inbox-100-1_1icons8-inbox-100 (1).png');
}

.menu-dropdown-toggle.dropdown-search {
  display: none;
  background-image: url('../images/icons8-search-100_1icons8-search-100.png');
  background-size: 25px;
}

.menu-dropdown-toggle.dropdown-search:hover {
  background-image: url('../images/icons8-search-100-1_1icons8-search-100 (1).png');
}

.navbar-dropdown-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('../images/Captura-de-pantalla-2021-05-07-a-las-19.48.20.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, 0.7);
}

.menu-dropdown-list.w--open {
  left: auto;
  top: 43px;
  right: 0%;
  bottom: auto;
  z-index: 6000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.menu-dropdown-list.search {
  top: 0px;
  overflow: hidden;
  height: 34px;
  border-style: none;
  background-color: transparent;
}

.menu-dropdown-list.search-dropdown-list.w--open {
  box-shadow: none;
}

.app-navbar-menu-item {
  display: inline-block;
  margin-left: 10px;
}

.dropdown-notification {
  background-image: url('../images/icons8-notification-100_2icons8-notification-100.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.dropdown-message {
  background-image: url('../images/icons8-inbox-100_2icons8-inbox-100.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.dropdown-search {
  background-image: url('../images/icons8-search-100_2icons8-search-100.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-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: #f6f7f9;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-content.card {
  width: 100%;
  height: auto;
  max-width: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.caption {
  margin-bottom: 10px;
  color: #1b1d2a;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button {
  display: inline-block;
  height: 44px;
  padding: 0px 40px;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: #f6f7f9;
  -webkit-transition: color 100ms ease-in-out, background-color 100ms ease-in-out;
  transition: color 100ms ease-in-out, background-color 100ms ease-in-out;
  color: #54576f;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
}

.button:hover {
  background-color: #ebedf0;
  color: #404250;
  text-decoration: none;
}

.button.w--current {
  background-color: #f6f7f9;
  color: #456aeb;
}

.button.button-small {
  height: 30px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 12px;
  line-height: 28px;
}

.button.button-small.button-primary.team {
  margin-top: 5px;
}

.button.button-small.button-primary.bs {
  background-color: #000;
}

.button.button-small.button-primary._20margin {
  margin-right: 20px;
}

.button.button-small.button-primary._20margin.round {
  border-radius: 100px;
}

.button.button-small.button-primary._20margin.round.lines {
  border-color: #0054fc;
  border-radius: 100px;
  background-color: transparent;
  opacity: 0.39;
  color: #0054fc;
}

.button.button-small.button-primary._20margin.round.lines:hover {
  opacity: 1;
}

.button.button-small.button-primary._20margin.round.black {
  border-width: 1px;
  border-color: #404650;
  background-color: transparent;
  color: #404650;
}

.button.button-small.button-primary._20margin.round.black:hover {
  background-color: #1b1d2a;
  color: #fff;
}

.button.button-small.button-primary._20margin.estado.verde {
  border-color: rgba(49, 186, 126, 0.39);
  background-color: rgba(49, 186, 126, 0.15);
  color: #31ba7e;
  font-size: 13px;
  font-weight: 500;
}

.button.button-small.button-primary._20margin.estado.gris {
  border-color: rgba(0, 84, 252, 0.26);
  background-color: #d6e4ff;
  color: rgba(0, 84, 252, 0.77);
  font-size: 13px;
  font-weight: 500;
}

.button.button-small.button-primary._20margin.estado.gris.type {
  margin-right: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.button.button-small.button-primary._20margin.estado.perdido {
  border-color: rgba(255, 0, 81, 0.2);
  background-color: rgba(255, 0, 81, 0.16);
  color: #f64f59;
  font-size: 13px;
  font-weight: 500;
}

.button.button-small.blue {
  background-color: #000;
  color: #fff;
}

.button.button-small.blue:hover {
  background-color: #0054fc;
  background-image: none;
  color: #fff;
}

.button.button-group-item.button-block {
  display: block;
  width: auto;
}

.button.button-group-item.button-block.button-primary {
  padding-right: 20px;
  padding-left: 20px;
}

.button.button-large {
  height: 46px;
  padding-right: 80px;
  padding-left: 80px;
  font-size: 16px;
  line-height: 44px;
}

.button.button-primary {
  border-radius: 0px;
  background-color: #dd1717;
  color: #fff;
}

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

.button.button-primary.button-group-item.grey {
  border-color: rgba(128, 130, 146, 0.52);
  background-color: transparent;
  color: #808292;
}

.button.button-primary.button-block {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.button.button-primary.mt-20 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.button.button-primary.mt-20.back {
  background-color: #dd1717;
}

.button.button-outline {
  border-color: #ebedf0;
  background-color: transparent;
}

.button.button-outline:hover {
  background-color: #ebedf0;
  color: #404250;
}

.button.button-block {
  width: 100%;
}

.button.button-google {
  border-color: rgba(0, 0, 0, 0.05);
  background-color: #fff;
  background-image: url('../images/icons8-google.svg');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.button.button-google:hover {
  border-color: #808292;
}

.button.button-google.button-block {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.button.button-google.button-block.facebook {
  background-image: url('../images/download-icon-facebooklogologowebsiteicon-1320190502625926346_512.png');
}

.bold {
  font-weight: 700;
}

.style-guide-item {
  margin-top: 10px;
}

.medium {
  font-weight: 500;
}

.text-large {
  font-size: 16px;
}

.app-main-layout-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 4% 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.app-main-layout-wrapper.header {
  padding-top: 30px;
}

.app-main-layout-wrapper.header.vertical.nopadding {
  padding-right: 0%;
  padding-left: 0%;
}

.app-main-layout-wrapper.program {
  padding-top: 30px;
}

.hint {
  font-family: Montserrat, sans-serif;
  color: rgba(128, 134, 146, 0.81);
  font-size: 12px;
}

.hint.grey-text.black {
  color: #000;
}

.hint.inline {
  margin-right: 5px;
}

.hint.hide {
  display: none;
}

.hint.action {
  color: #808692;
}

.rich-text img {
  border-radius: 5px;
}

.rich-text figure {
  margin-top: 20px;
  margin-bottom: 20px;
}

.colors-row {
  margin-bottom: 50px;
}

.button-group {
  margin-right: -5px;
  margin-left: -5px;
}

.button-group.change-plan-button {
  margin-top: 20px;
}

.button-group.cancel-subscription {
  margin-top: 20px;
}

.style-guide-content {
  margin-top: 20px;
}

.help-link {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.style-color {
  display: inline-block;
  width: 150px;
  height: 50px;
  border-radius: 5px;
}

.style-color.grey {
  background-color: #f6f7f9;
}

.style-color.blue {
  background-color: #0054fc;
}

.style-color.primary {
  background-color: #006fee;
}

.style-color.grey-link {
  background-color: #545f6f;
}

.style-color.white-smoke {
  background-color: #ebedf0;
}

.style-color.grey-heading {
  background-color: #404650;
}

.style-color.grey-text {
  background-color: #808692;
}

.style-color.red {
  background-color: #ff0051;
}

.style-color.green {
  background-color: #00b666;
}

.card {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 13px;
  padding: 20px 10px;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 1px 30px 0 rgba(128, 130, 146, 0.6);
}

.card.text-center.promo {
  border-radius: 5px;
  background-color: #dd1717;
}

.card.text-center.promo.black {
  border-radius: 0px;
  background-color: #000;
}

.card.text-center.promo.black.talleres {
  margin-top: 71px;
}

.card.text-center.data {
  box-shadow: 0 1px 18px 7px rgba(0, 26, 78, 0.1);
}

.card.no-padding {
  margin-bottom: 0px;
  padding: 0px;
}

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

.card.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card._1 {
  margin-bottom: 40px;
  padding-bottom: 0px;
  border-radius: 0px;
}

.card.horizontal-title-block {
  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;
  border-radius: 0px;
}

.card.redline {
  padding-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #dd1717;
  border-radius: 0px;
}

.page-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-heading.with-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-heading.vertical {
  -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;
}

.style-guide-section-title {
  margin-bottom: 20px;
  padding: 60px 0px 0px;
  border-bottom: 1px solid #ebedf0;
}

.style-guide-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.card-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-heading.small {
  margin-bottom: 20px;
}

.card-heading.center {
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-heading.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-heading.title {
  margin-top: 39px;
}

.style-guide-section {
  max-width: 800px;
}

.heading {
  background-color: transparent;
}

.link {
  color: #0054fc;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.link:hover {
  color: #dd1717;
  text-decoration: underline;
}

.custom-link {
  display: inline-block;
  padding-right: 20px;
  background-image: url('../images/icons8-right-arrow-64_1icons8-right-arrow-64.png');
  background-position: 100% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: padding 100ms ease-in-out, background-position 100ms ease-in-out;
  transition: padding 100ms ease-in-out, background-position 100ms ease-in-out;
  color: #0054fc;
  text-decoration: none;
  cursor: pointer;
}

.custom-link:hover {
  padding-right: 25px;
  background-position: 100% 50%;
  color: #006fee;
}

.sidebar-navbar-dropdown-list {
  position: static;
}

.sidebar-navbar-dropdown-list.w--open {
  background-color: transparent;
}

.sidebar-navbar-dropdown {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
}

.search {
  margin-bottom: 0px;
}

.search-input {
  height: 34px;
  margin-bottom: 0px;
  padding-right: 35px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.search-input:active {
  border-color: #808292;
}

.search-input:focus {
  border-color: #808292;
}

.search-input::-webkit-input-placeholder {
  color: #808292;
  font-weight: 400;
}

.search-input:-ms-input-placeholder {
  color: #808292;
  font-weight: 400;
}

.search-input::-ms-input-placeholder {
  color: #808292;
  font-weight: 400;
}

.search-input::placeholder {
  color: #808292;
  font-weight: 400;
}

.search-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 34px;
  height: 34px;
  background-color: transparent;
  background-image: url('../images/icons8-search-100_1icons8-search-100.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-size: 0px;
}

.search-button:hover {
  background-image: url('../images/icons8-search-100-1_1icons8-search-100 (1).png');
}

.footer {
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ebedf0;
}

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

.footer-link {
  color: #808292;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  color: #404250;
}

.switcher-wrapper {
  width: 40px;
  padding: 2px;
  border-radius: 50px;
  background-color: #ebedf0;
  cursor: pointer;
}

.switcher-button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
}

.label {
  color: #404250;
  font-size: 12px;
  font-weight: 500;
}

.input {
  height: 44px;
  min-height: 44px;
  padding: 0px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border-color 100ms ease-in-out, background-color 100ms ease-in-out;
  transition: border-color 100ms ease-in-out, background-color 100ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #1b1d2a;
  line-height: 40px;
  font-weight: 400;
}

.input:active {
  border-color: #0054fc;
  background-color: #fff;
}

.input:focus {
  border-color: #0054fc;
  background-color: #fff;
}

.input::-webkit-input-placeholder {
  color: #808292;
  font-weight: 400;
}

.input:-ms-input-placeholder {
  color: #808292;
  font-weight: 400;
}

.input::-ms-input-placeholder {
  color: #808292;
  font-weight: 400;
}

.input::placeholder {
  color: #808292;
  font-weight: 400;
}

.input.search-result {
  margin-right: 10px;
  margin-bottom: 0px;
}

.input.info {
  height: 30px;
  min-height: 0px;
  padding-left: 15px;
  border-style: solid;
  border-color: rgba(235, 237, 240, 0.59);
  color: #808292;
  font-weight: 400;
}

.input.info._2 {
  margin-bottom: 4px;
  margin-left: 0px;
  padding-left: 15px;
  font-weight: 400;
}

.input.info.direccion {
  margin-bottom: 3px;
}

.textarea {
  max-height: 116px;
  max-width: 100%;
  min-height: 76px;
  min-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  color: #404250;
  font-weight: 500;
}

.textarea:active {
  border-color: #808292;
  background-color: #fff;
}

.textarea:focus {
  border-color: #808292;
  background-color: #fff;
}

.textarea::-webkit-input-placeholder {
  color: #808292;
  font-weight: 400;
}

.textarea:-ms-input-placeholder {
  color: #808292;
  font-weight: 400;
}

.textarea::-ms-input-placeholder {
  color: #808292;
  font-weight: 400;
}

.textarea::placeholder {
  color: #808292;
  font-weight: 400;
}

.success-message {
  border: 1px solid #31ba7e;
  border-radius: 5px;
  background-color: #fff;
  color: #31ba7e;
  font-weight: 400;
  text-align: center;
}

.error-message {
  padding: 20px;
  border: 1px solid #f64f59;
  border-radius: 5px;
  background-color: #fff;
  color: #f64f59;
  font-weight: 400;
  text-align: center;
}

.tabs-menu {
  border-bottom: 1px solid #ebedf0;
}

.tabs-menu.notification-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tabs-menu.notification-menu.inbox {
  border-top: 1px solid #ebedf0;
}

.tab-link {
  margin-bottom: -1px;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  color: #404250;
  font-weight: 500;
}

.tab-link:hover {
  color: #456aeb;
}

.tab-link.w--current {
  border-bottom: 2px solid #dd1717;
  background-color: transparent;
  color: #dd1717;
  font-weight: 500;
}

.tab-link.notification-tab {
  margin-right: 0px;
  padding: 10px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.tab-link.notification-tab:hover {
  color: #325ae7;
}

.tab-link.notification-tab.w--current {
  background-color: #f6f7f9;
}

.tabs-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tabs-content.notification-content {
  min-height: 200px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.tabs-content.notification-content.inbox {
  min-height: auto;
}

.button-group-item {
  margin-right: 5px;
  margin-left: 5px;
}

.menu-dropdown-link-icon {
  position: absolute;
  left: 0%;
  top: 1px;
  right: auto;
  bottom: auto;
  -webkit-filter: saturate(200%) contrast(0%);
  filter: saturate(200%) contrast(0%);
}

.menu-dropdown-link {
  display: block;
  padding: 12px 20px;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #404250;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-dropdown-link:hover {
  background-color: #f6f7f9;
  color: #dd1717;
}

.premium-switcher {
  float: right;
}

.premium-text {
  float: left;
  color: #325ae7;
}

.premium-container {
  padding: 20px;
  border-top: 1px solid #ebedf0;
  border-bottom: 1px solid #ebedf0;
  color: #456aeb;
  font-weight: 500;
}

.munu-dropdown-link-container {
  position: relative;
  padding-left: 30px;
}

.notification-tabs.inbox {
  margin-right: -30px;
  margin-bottom: -30px;
  margin-left: -30px;
}

.notification-icon {
  margin-bottom: 5px;
}

.notification-content-heading {
  padding: 10px 20px;
  border-bottom: 1px solid #ebedf0;
  color: #404250;
  font-weight: 500;
}

.notification-content-body {
  overflow: auto;
  max-height: 270px;
  padding: 10px 20px;
}

.notification-content-body.inbox {
  padding: 0px;
}

.notification-content-footer {
  padding: 10px 20px;
  border-top: 1px solid #ebedf0;
}

.notification-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f6f7f9;
  color: #808292;
  text-decoration: none;
}

.notification-item.last {
  border-bottom-style: none;
}

.notification-item.inbox {
  padding: 20px;
}

.notification-item-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #f6f7f9;
}

.notification-item-icon._1 {
  background-image: url('../images/michael-dam-mEZ3PoFGs_k-unsplash_1michael-dam-mEZ3PoFGs_k-unsplash.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.notification-item-icon._2 {
  background-image: url('../images/ivana-cajina-_7LbC5J-jw4-unsplash_1ivana-cajina-_7LbC5J-jw4-unsplash.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.notification-item-icon._3 {
  background-image: url('../images/jared-sluyter-das6NrjLoM0-unsplash_1jared-sluyter-das6NrjLoM0-unsplash.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.notification-item-icon._4 {
  background-image: url('../images/gabriel-silverio-u3WmDyKGsrY-unsplash_1gabriel-silverio-u3WmDyKGsrY-unsplash.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.notification-item-icon._5 {
  background-image: url('../images/alex-blajan-QDPFWFCHes4-unsplash_1alex-blajan-QDPFWFCHes4-unsplash.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.notification-item-icon._6 {
  background-image: url('../images/christopher-campbell-rDEOVtE7vOs-unsplash_1christopher-campbell-rDEOVtE7vOs-unsplash.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, 125px;
  background-repeat: no-repeat, repeat;
}

.notification-item-icon._7 {
  background-color: #456aeb;
  background-image: url('../images/icons8-shopping-basket-100_1icons8-shopping-basket-100.png');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
}

.notification-item-icon._8 {
  background-color: #31ba7e;
  background-image: url('../images/icons8-paypal-100_1icons8-paypal-100.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.notification-item-title {
  color: #404250;
  font-weight: 500;
}

.notification-item-text {
  overflow: hidden;
  max-height: 18px;
  font-size: 12px;
}

.notification-item-date {
  padding-left: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #325ae7;
  font-size: 12px;
  font-weight: 500;
}

.notification-item-body {
  padding-top: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hint-bold {
  color: #404250;
  font-weight: 700;
}

.notification-item-time {
  margin-top: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #456aeb;
  font-size: 12px;
  font-weight: 500;
}

.grey-text {
  color: #808292;
}

.dropdown-list {
  overflow: hidden;
  margin-top: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.dropdown-list.w--open {
  border-style: solid;
  border-width: 1px;
  border-color: #ebedf0;
  border-radius: 3px;
  background-color: #fff;
  font-size: 12px;
}

.dropdown-link {
  background-color: #fff;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
  color: #54576f;
  cursor: pointer;
}

.dropdown-link:hover {
  background-color: #f6f7f9;
  color: #456aeb;
}

.dropdown {
  z-index: 1;
}

.sidebar-navbar-dropdown-content {
  position: relative;
  display: inline-block;
  padding-right: 40px;
}

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

.row.table-row {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebedf0;
  font-size: 12px;
}

.row.table-row.table-header {
  color: #404250;
  font-size: 14px;
  font-weight: 500;
}

.row.table-row.table-header.highlighted {
  border-bottom-style: none;
  border-radius: 5px;
  background-color: #f6f7f9;
}

.row.table-row.table-header.highlighted._1 {
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 0px;
  background-color: #bcbec1;
}

.row.table-row.flex-center {
  cursor: pointer;
}

.row.table-row.flex-center:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.row.table-row.flex-center.single-row {
  border-bottom-style: none;
}

.row.table-row.flex-center.title {
  -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: rgba(0, 0, 0, 0.05);
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.row.table-row.flex-center.title.proposito {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row.table-row.last {
  border-bottom-style: none;
}

.row.padding {
  margin-right: -10px;
  margin-left: -10px;
}

.row.padding.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 64px;
  margin-left: 0px;
}

.row.radio-block-container {
  margin-right: -5px;
  margin-bottom: 10px;
  margin-left: -5px;
}

.row.radio-block-container {
  margin-right: -5px;
  margin-left: -5px;
}

.col.table-col {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 15px;
}

.col.table-col.left-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  font-size: 13px;
}

.col.table-col.progress {
  padding-right: 25px;
}

.col.table-col.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 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;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: none;
}

.col.table-col.parrafo {
  font-size: 12px;
  letter-spacing: 0px;
}

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

.col.col-border-right {
  border-right: 1px solid #ebedf0;
}

.section {
  margin-bottom: 20px;
}

.section.section-center {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.section.data {
  margin-top: -151px;
}

.section.upspace {
  margin-top: 38px;
}

.section.spacedown {
  margin-bottom: 42px;
}

.text-center {
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.text-center.mb-40 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.text-center.mb-40.login {
  margin-bottom: 13px;
}

.text-center.hint {
  font-family: Montserrat, sans-serif;
}

.chart-symbols {
  margin-top: 20px;
}

.chart-color {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #f6f7f9;
}

.chart-color.green {
  background-color: #31ba7e;
}

.chart-color.blue {
  background-color: #325ae7;
}

.chart-symbols-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.chart-symbols-item-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.flex.row {
  margin-bottom: 18px;
}

.key-price-value {
  margin-bottom: 5px;
  color: #1b1d2a;
  font-size: 30px;
  font-weight: 400;
}

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

.data-status.up {
  color: #31ba7e;
}

.data-status.down {
  color: #f64f59;
}

.data-status-icon {
  margin-right: 5px;
}

.data-status-text {
  font-size: 12px;
  font-weight: 500;
}

.single-data-image {
  margin-top: 40px;
}

.progress-outer {
  overflow: hidden;
  height: 6px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 10px;
  background-color: #ebedf0;
}

.progress-outer.with-number {
  height: 18px;
}

.progress-inner {
  height: 6px;
  border-radius: 10px;
  background-color: #0054fc;
}

.progress-inner._50 {
  width: 50%;
  height: 6px;
  background-color: #dd1717;
}

.progress-inner.with-number {
  height: 18px;
  border-radius: 0px;
  text-align: center;
}

.progress-inner._40 {
  width: 40%;
}

.progress-inner._15 {
  width: 35%;
  background-color: #dd1717;
}

.progress-inner.green {
  background-color: #31ba7e;
}

.progress-inner._10 {
  width: 10%;
}

.progress-inner.red {
  background-color: #f64f59;
}

.progress-inner._0 {
  width: 0%;
}

.progress-inner._20 {
  width: 20%;
}

.progress-inner._30 {
  width: 30%;
  background-color: #dd1717;
}

.progress-inner._60 {
  width: 60%;
}

.progress-inner._70 {
  width: 70%;
}

.progress-inner._80 {
  width: 80%;
}

.progress-inner._90 {
  width: 90%;
  background-color: #dd1717;
}

.progress-inner._100 {
  width: 100%;
  background-color: #0054fc;
}

.progress-text {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.flex-center {
  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;
}

.flex-center.profile-about-row {
  display: block;
}

.progress-circle-container {
  position: relative;
  margin-bottom: 20px;
}

.budget-circle-text {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #325ae7;
  font-size: 20px;
}

.page-tabs-menu {
  margin-bottom: -1px;
}

.page-tab-link {
  display: inline-block;
  margin-right: 30px;
  padding: 12px 30px 12px 0px;
  background-color: transparent;
  opacity: 0.65;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.page-tab-link:hover {
  opacity: 1;
  color: #fff;
}

.page-tab-link.w--current {
  padding-left: 35px;
  border-bottom: 2px solid #00b666;
  background-color: transparent;
  opacity: 1;
  color: #fff;
}

.page-tab-link.traffic {
  background-image: url('../images/icons8-male-user-100-3_1icons8-male-user-100 (3).png');
  background-position: 0% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.page-tab-link.revenue {
  padding-left: 35px;
  background-image: url('../images/icons8-todo-list-100_1icons8-todo-list-100.png');
  background-position: 0% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.page-tab-link.crypto {
  padding-left: 35px;
  background-image: url('../images/icons8-transaction-70_1icons8-transaction-70.png');
  background-position: 0% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.page-tab-link.projects {
  padding-left: 35px;
  background-image: url('../images/icons8-unit-100_1icons8-unit-100.png');
  background-position: 0% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.page-tab-link.general-settings {
  padding-right: 35px;
  padding-left: 35px;
}

.page-tab-link.notification {
  padding-right: 35px;
  padding-left: 35px;
}

.page-tab-link.devices {
  padding-right: 35px;
  padding-left: 35px;
}

.page-tab-link.payment-details {
  background-image: url('../images/icons8-credit-card-100_1icons8-credit-card-100.png');
  background-position: 0% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.page-tab-link.subscription {
  background-image: url('../images/icons8-money-box-100_1icons8-money-box-100.png');
  background-position: 0% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.page-tab-link.price-plans {
  background-image: url('../images/icons8-tags-100_1icons8-tags-100.png');
  background-position: 0% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.page-tab-link.receipt {
  background-image: url('../images/icons8-receipt-100_1icons8-receipt-100.png');
  background-position: 0% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.page-tab-link.reuniones {
  background-image: url('../images/icons8-notification-center-100_1icons8-notification-center-100.png');
  background-position: 0% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

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

.chart-tab-content {
  margin-top: 20px;
}

.card-icon-header-image {
  margin-top: -12px;
  margin-right: -12px;
  margin-left: 5px;
}

.inline {
  display: inline-block;
}

.status-icon {
  margin-right: 5px;
  margin-left: 5px;
}

.revenue-value {
  color: #1b1d2a;
  font-size: 30px;
  font-weight: 500;
}

.revenue-description {
  margin-top: 10px;
}

.text-green {
  color: #00b666;
}

.text-red {
  color: #ff0051;
}

.table.wide {
  min-width: 400px;
  padding-bottom: 10px;
}

.table.extra-wide {
  min-width: 600px;
  padding-bottom: 20px;
}

.table.extra-wide.single {
  padding-bottom: 0px;
}

.table-wrapper {
  overflow: visible;
  max-width: 100%;
}

.chart-switcher {
  margin-bottom: 20px;
}

.chart-crypto-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
}

.chart-crypto-heading.with-dropdown {
  padding-right: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.currency-logo {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.currency-logo.bitcoin {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ffb041;
  background-image: url('../images/icons8-bitcoin-100-1_1icons8-bitcoin-100 (1).png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.currency-logo.bitcoin-cash {
  background-color: #77d52f;
  background-image: url('../images/icons8-bitcoin-100-1_1icons8-bitcoin-100 (1).png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.currency-logo.ethereum {
  background-color: #8587fa;
  background-image: url('../images/icons8-ethereum-100_1icons8-ethereum-100.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.currency-price {
  color: #1b1d2a;
  font-size: 20px;
  font-weight: 500;
}

.currency-short-name {
  margin-bottom: 0px;
}

.currency-chart-image {
  margin-top: 20px;
}

.crypto-stat-item {
  display: inline-block;
  margin-left: 10px;
}

.balance-list {
  margin-top: 20px;
}

.currency-balance-text {
  color: #404250;
  font-weight: 500;
}

.currency-balance-item {
  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;
}

.transaction-type {
  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;
}

.transaction-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f6f7f9;
}

.transaction-icon.sent {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/icons8-up-100-1_1icons8-up-100 (1).png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.transaction-icon.receive {
  margin-right: 10px;
  background-image: url('../images/icons8-down-arrow-100-1_1icons8-down-arrow-100 (1).png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.project-component {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-component-logo {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #f6f7f9;
}

.project-component-logo.project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -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;
}

.project-component-logo.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px;
  -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;
}

.project-component-logo.task {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -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;
}

.project-component-title {
  margin-bottom: 0px;
  font-size: 15px;
}

.project-component-number {
  margin-bottom: 5px;
  color: #325ae7;
  font-size: 20px;
  font-weight: 500;
}

.project-component-number.align-right {
  color: #000;
}

.budget-symbols {
  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;
}

.project-balance-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.status {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  background-color: #f6f7f9;
  font-size: 10px;
  font-weight: 700;
}

.status.green {
  background-color: rgba(49, 186, 126, 0.15);
  color: #31ba7e;
  font-size: 16px;
}

.status.blue {
  background-color: rgba(50, 90, 231, 0.1);
  color: #325ae7;
}

.status.red {
  background-color: rgba(246, 79, 89, 0.15);
  color: #ff0051;
}

.status.yellow {
  background-color: rgba(247, 185, 0, 0.17);
  color: #ffa600;
}

.status.greenn {
  background-color: rgba(0, 182, 102, 0.27);
  color: #01a25b;
}

.status.greenn.big {
  font-size: 12px;
}

.status.azul {
  color: #0054fc;
}

.form-group {
  margin-bottom: 20px;
}

.avatar {
  position: relative;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 50%;
  background-image: url('../images/lucas-sankey-bXq8pVfP-fY-unsplash_1lucas-sankey-bXq8pVfP-fY-unsplash.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, 0.7);
}

.avatar.big {
  width: 130px;
  height: 130px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/clip-2.png');
  box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, 0.7);
}

.avatar.block-center {
  background-image: url('../images/Diazar_RRSS_Profile_Pic.jpg');
}

.avatar-container {
  display: inline-block;
}

.profile-bg {
  position: relative;
  height: 150px;
  margin-top: -30px;
  margin-right: -30px;
  margin-left: -30px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #000;
}

.profile-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -50px;
  margin-bottom: 10px;
}

.edit-profile-bg {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  width: 34px;
  height: 34px;
  border-radius: 3px;
  background-color: #fff;
  background-image: url('../images/icons8-edit-100_1icons8-edit-100.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
}

.edit-profile-bg:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f6f7f9;
}

.edit-profile-bg.profile {
  display: none;
}

.edit-profile-bg.profile:hover {
  display: none;
}

.edit-profile-bg.proyectos {
  position: static;
  display: block;
  background-image: url('../images/icons8-search-100-1_1icons8-search-100 (1).png');
  -webkit-transition: all 200ms ease-in-out, background-color 100ms ease-in-out;
  transition: all 200ms ease-in-out, background-color 100ms ease-in-out;
}

.edit-profile-bg.proyectos:hover {
  display: block;
  box-shadow: 4px 4px 5px -3px rgba(64, 70, 80, 0.4);
  color: #0054fc;
}

.profile-details {
  margin-top: 65px;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.profile-name {
  margin-bottom: 4px;
}

.upload-photo {
  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;
}

.upload-photo-icon {
  margin-right: 5px;
}

.radio {
  margin-left: 1px;
}

.profile-follow {
  margin-top: 65px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.profile-info-heading {
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  background-color: rgba(235, 237, 240, 0.59);
  color: #54576f;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.devider {
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #ebedf0;
}

.devider.transparent {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
}

.profile-about-row {
  margin-bottom: 10px;
}

.app-main-layout-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group-item-left {
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.account-login-text {
  overflow: hidden;
  max-width: 100%;
}

.card-heading-small {
  margin-bottom: 20px;
}

.card-heading-small.flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-close {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f6f7f9;
  background-image: url('../images/icons8-multiply-64-1_1icons8-multiply-64 (1).png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  cursor: pointer;
}

.modal-close:hover {
  background-color: #ebedf0;
}

.modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  display: none;
  overflow: auto;
  max-height: 100vh;
  padding: 20px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-container {
  position: relative;
  z-index: 1000;
  width: 100%;
  max-width: 420px;
  margin: auto;
  padding: 50px 30px 30px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

.modal-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 901;
}

.modal-action {
  color: #0054fc;
}

.modal-action:hover {
  color: #006fee;
}

.style-guide-modal-note {
  margin-top: 40px;
}

.sg-modal-example {
  margin-top: 20px;
}

.modal-title {
  margin-bottom: 40px;
}

.button-block {
  margin-bottom: 10px;
}

.card-setting-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom: 1px solid #ebedf0;
}

.card-setting-text {
  padding-right: 10px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-setting-text.caption {
  margin-bottom: 0px;
}

.card-setting-switcher {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.device-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.device-info {
  padding-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.device-icon {
  margin-right: 25px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.device-info-heading {
  margin-bottom: 5px;
  color: #404250;
}

.primary-text {
  color: #325ae7;
}

.section-inner {
  height: auto;
  margin-bottom: 10px;
}

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

.social-link {
  width: 34px;
  height: 34px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
}

.social-link:hover {
  background-color: #f6f7f9;
}

.social-link.fb {
  background-image: url('../images/icons8-facebook-f-100_1icons8-facebook-f-100.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.social-link.twitter {
  background-image: url('../images/icons8-twitter-100-1_1icons8-twitter-100 (1).png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.social-link.insta {
  background-image: url('../images/icons8-instagram-100-1_1icons8-instagram-100 (1).png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.profile-social {
  margin-top: 10px;
  margin-right: -5px;
  margin-left: -5px;
}

.profile-card-columns {
  margin: 10px -30px -30px;
  border-top: 1px solid #ebedf0;
}

.profile-card-col {
  padding-top: 10px;
  padding-bottom: 10px;
}

.profile-card-col-number {
  margin-bottom: 3px;
  color: #325ae7;
}

.friend-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
}

.friend-item.header {
  padding-top: 7px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 7px 7px -4px rgba(0, 0, 0, 0.35);
}

.friend-photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.friend-photo-container {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.friend-photo-container.size-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -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;
}

.online-status {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #ebedf0;
}

.online-status.on {
  background-color: #31ba7e;
}

.online-status.off {
  background-color: #f64f59;
}

.text-heading-grey {
  color: #404250;
}

.post-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ebedf0;
}

.post-content {
  padding: 10px;
  border-bottom: 1px solid #ebedf0;
}

.post-feedback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ebedf0;
}

.post-feedback-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-feedback-icon {
  margin-right: 2px;
}

.post-form {
  padding: 10px;
}

.payment-method-tabs {
  margin-top: 20px;
}

.payment-method-tab-menu {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.payment-method-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 10px 10px 10px 55px;
  -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-style: solid;
  border-width: 2px;
  border-color: #ebedf0;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../images/select.svg');
  background-position: 20px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #404250;
  font-weight: 400;
}

.payment-method-tab.w--current {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-color: #dd1717;
  background-color: #fff;
  background-image: url('../images/selected.svg');
  background-position: 20px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.payment-method-content {
  margin-top: 20px;
}

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

.current-method-icon {
  margin-right: 10px;
}

.current-method-details {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.edit-current-method {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background-color: #f6f7f9;
  background-image: url('../images/icons8-edit-100-2_1icons8-edit-100 (2).png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.edit-current-method:hover {
  background-color: #ebedf0;
}

.edit-current-method.modal-action.borrar {
  background-image: url('../images/icons8-multiply-64-1_1icons8-multiply-64 (1).png');
}

.edit-current-method.modal-action.borrar:hover {
  background-color: #0ecad8;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.form-block {
  margin-bottom: 0px;
}

.select-price-plan-wrapper {
  position: relative;
  overflow: hidden;
  padding-left: 0px;
}

.select-price-plan-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.radio-label-default {
  display: none;
}

.price-plan-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 20px;
  -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-style: solid;
  border-width: 1px;
  border-color: #ebedf0;
  border-radius: 5px;
  cursor: pointer;
}

.price-plan-select:hover {
  border-color: #404250;
}

.price-plan-select.last {
  margin-bottom: 20px;
}

.select-price-plan-price {
  color: #325ae7;
  font-size: 24px;
  font-weight: 500;
}

.app-main-layout-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #0c0c0c;
}

.app-main-layout-header.data {
  padding-bottom: 120px;
  background-color: #0054fc;
}

.switcher-tab {
  width: 25%;
  min-width: 80px;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid #ebedf0;
  border-bottom: 1px solid #ebedf0;
  background-color: transparent;
  color: #808292;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.switcher-tab:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #0054fc;
  background-color: #0054fc;
  color: #fff;
}

.switcher-tab.w--current {
  border-top-color: #325ae7;
  border-bottom-color: #325ae7;
  background-color: #0054fc;
  color: #fff;
}

.switcher-tab.right {
  border-right: 1px solid #ebedf0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.switcher-tab.right.w--current {
  border-top-color: #0054fc;
  border-right-color: #0054fc;
  border-bottom-color: #0054fc;
  background-color: #0054fc;
}

.switcher-tab.left {
  width: 25%;
  border-left: 1px solid #ebedf0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.switcher-tab.left.w--current {
  border-right-color: transparent;
  border-left-color: #325ae7;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0:hover {
  color: #1b1d2a;
}

.mb-0.phone:hover {
  color: #00b666;
}

.mb-0.mail:hover {
  color: #0054fc;
}

.mb-0.optins-text {
  opacity: 0.65;
  font-weight: 400;
}

.mb-0.optins-text:hover {
  color: #0054fc;
}

.mb-0.option-text-2:hover {
  color: #0054fc;
}

.button-dropdown {
  padding: 9px 40px 9px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebedf0;
  border-radius: 3px;
  background-color: transparent;
  color: #808292;
  font-size: 12px;
}

.button-dropdown:hover {
  background-color: #ebedf0;
}

.button-dropdown.w--open {
  border-color: #325ae7;
  background-color: #325ae7;
  color: #fff;
}

.total-balance-image {
  padding-right: 20px;
}

.unlink-device {
  margin-top: 10px;
}

.select-price-plan {
  margin-top: 20px;
}

.price-plan-row {
  margin-top: 20px;
  color: #404250;
}

.receipt-download {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background-color: #f6f7f9;
  background-image: url('../images/icons8-download-100_1icons8-download-100.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.receipt-download:hover {
  background-color: #ebedf0;
}

.receipt-download.hidden {
  opacity: 0;
}

.receipt-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 10px 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ebedf0;
}

.create-message {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background-color: #f6f7f9;
  background-image: url('../images/icons8-plus-math-100_1icons8-plus-math-100.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.create-message:hover {
  background-color: #ebedf0;
}

.reply-message {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  border-radius: 3px;
  background-color: #f6f7f9;
  background-image: url('../images/icons8-reply-arrow-100_1icons8-reply-arrow-100.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.reply-message:hover {
  background-color: #ebedf0;
}

.delete-message {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  border-radius: 3px;
  background-color: #f6f7f9;
  background-image: url('../images/icons8-trash-100_1icons8-trash-100.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.delete-message:hover {
  background-color: #ebedf0;
}

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

.message-container {
  margin-top: 20px;
}

.message-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.message-author-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #f6f7f9;
  background-image: url('../images/ivana-cajina-_7LbC5J-jw4-unsplash_1ivana-cajina-_7LbC5J-jw4-unsplash.png');
  background-position: 50% 50%;
  background-size: cover;
}

.message-date {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.message-date.hint {
  margin-left: 5px;
}

.message-content {
  margin-top: 20px;
}

.message-footer-actions {
  margin-top: 20px;
}

.reply-header {
  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;
}

.label-item {
  display: inline-block;
  padding: 2px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebedf0;
  border-radius: 4px;
  background-color: #f6f7f9;
  color: #808292;
  font-weight: 400;
}

.reply-header-text {
  margin-right: 10px;
}

.reply-content {
  margin-top: 20px;
}

.reply-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: right;
}

.attach-file {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border-radius: 3px;
  background-color: #f6f7f9;
  background-image: url('../images/icons8-attach-100_1icons8-attach-100.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.attach-file:hover {
  background-color: #ebedf0;
}

.attach-image {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border-radius: 3px;
  background-color: #f6f7f9;
  background-image: url('../images/icons8-full-image-100_2icons8-full-image-100.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.attach-image:hover {
  background-color: #ebedf0;
}

.contacts-avatar {
  width: 35px;
  height: 35px;
  margin-right: 0px;
  border-radius: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}

.contacts-avatar.second {
  width: 35px;
  height: 35px;
  margin-left: -13px;
  box-shadow: 1px 1px 14px 0 rgba(27, 29, 43, 0.44);
}

.contact-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
  -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;
  text-decoration: none;
}

.contact-profile:hover {
  opacity: 0.8;
}

.contact-profile.contact {
  width: 60%;
  min-width: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-profile-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.call-contact {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  border-radius: 3px;
  background-color: #f6f7f9;
  background-image: url('../images/icons8-call-100_1icons8-call-100.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.call-contact:hover {
  background-color: #ebedf0;
}

.call-contact.whatsapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  margin-right: 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;
  background-color: #00d678;
  background-image: none;
  background-size: auto;
}

.call-contact.whatsapp:hover {
  background-color: #00c06c;
}

.call-contact.facebook {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  margin-right: 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;
  background-color: #0054fc;
  background-image: none;
  background-size: auto;
}

.call-contact.facebook:hover {
  background-color: #00c06c;
}

.call-contact.pinterest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  margin-right: 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;
  background-color: #ff0051;
  background-image: none;
  background-size: auto;
}

.call-contact.pinterest:hover {
  background-color: #00c06c;
}

.call-contact.instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  margin-right: 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;
  background-color: #54576f;
  background-image: none;
  background-size: auto;
}

.call-contact.instagram:hover {
  background-color: #00c06c;
}

.options {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  border-radius: 3px;
  background-color: #f6f7f9;
  background-image: url('../images/icons8-settings-100-3.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.options:hover {
  background-color: #ebedf0;
}

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

.projects-bg {
  position: relative;
  padding-top: 50%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.projects-bg.single {
  margin: -30px -30px 40px;
  padding-top: 40%;
}

.project-content {
  padding: 20px 20px 10px;
}

.projects-title {
  overflow: hidden;
  height: 20px;
}

.projects-description {
  overflow: hidden;
  height: 60px;
}

.projects-people-avatar {
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}

.projects-people-avatar-item {
  display: inline-block;
  margin-left: -10px;
}

.projects-people-avatar-list {
  margin-bottom: 10px;
  padding-left: 10px;
}

.projects-people-avatar-list.single {
  margin-bottom: -10px;
}

.projects-due-date {
  margin-top: 5px;
  margin-bottom: 20px;
}

.projects-status {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  padding: 2px 10px;
  border-radius: 3px;
  background-color: #fff;
  color: #325ae7;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.contacts-actions {
  margin-top: 10px;
  text-align: center;
}

.contacts-actions.button-group {
  margin-top: 20px;
}

.contacts-status {
  margin-top: 10px;
  text-align: center;
}

.single-layout {
  min-height: 100vh;
}

.single-layout-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.single-layout-col {
  min-height: 100vh;
  padding: 30px;
}

.single-layout-col.left {
  left: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
}

.single-layout-col.right {
  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;
  background-color: #f6f7f9;
}

.single-layout-col.right.center {
  -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;
}

.white {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.white.text-large {
  opacity: 0.8;
  font-size: 14px;
}

.white.text-large.pale {
  opacity: 0.3;
}

.white.cero {
  margin-bottom: 0px;
}

.white.cero.padding-lateral {
  padding-right: 40px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.white.nopadding {
  margin-bottom: 0px;
}

.single-layout-logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.single-layout-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-layout-left.steps {
  width: 100%;
  padding-top: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.single-layout-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-40.text-center {
  font-size: 18px;
}

.mb-40.text-center.radio-button-label {
  margin-bottom: 0px;
  font-weight: 400;
}

.single-layout-right-content {
  width: 100%;
}

.checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 10px;
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #808292;
  background-color: #fff;
}

.checkbox.w--redirected-checked {
  border-color: #325ae7;
  background-color: #0054fc;
  background-size: 14px;
}

.checkbox.objectives {
  width: 100%;
  height: 75px;
  padding: 0px;
  border-color: #ebedf0;
  border-radius: 6px;
  background-color: transparent;
}

.checkbox-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-field.mb-40 {
  padding-left: 25px;
}

.checkbox-field.mb-40.log {
  margin-bottom: 0px;
}

.checkbox-field.objectives {
  width: 100%;
  height: 75px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.checkbox-field.objective {
  margin-bottom: 20px;
}

.checkbox-field.intereses {
  margin-bottom: 10px;
}

.single-layout-right-header {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-align: right;
}

.single-layout-logo-right {
  margin-bottom: 20px;
  text-align: center;
}

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

.account-user-icon {
  width: 40px;
  margin-right: 20px;
  border-radius: 40px;
}

.account-user-datails {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.account-item {
  position: relative;
  display: block;
  height: 100%;
  padding: 15px 30px;
  border-left: 3px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 #ebedf0;
  font-weight: 400;
  text-decoration: none;
}

.account-item:hover {
  border-left-color: #0054fc;
  opacity: 0.9;
}

.search-2 {
  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;
}

.search-result-item {
  position: relative;
  display: block;
  height: 100%;
  padding: 30px;
  border-left: 3px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 #ebedf0;
  color: #54576f;
  font-weight: 400;
  text-decoration: none;
}

.search-result-item:hover {
  border-left-color: #325ae7;
  opacity: 0.9;
  color: #54576f;
}

.onboarding-steps {
  display: block;
  overflow: hidden;
  min-height: 30px;
  margin-bottom: 5px;
  padding-top: 1px;
  padding-bottom: 20px;
  padding-left: 30px;
  background-image: url('../images/step-line.svg'), url('../images/step-default.svg');
  background-position: 9px 25px, 0px 0px;
  background-size: 2px, 20px;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #404250;
  font-weight: 400;
  text-decoration: none;
}

.onboarding-steps:hover {
  color: #808292;
}

.onboarding-steps.w--current {
  background-image: url('../images/step-line.svg'), url('../images/step-active.svg');
  color: #ebedf0;
}

.onboarding-steps.passed {
  background-image: url('../images/step-line.svg'), url('../images/step-passed.svg');
}

.onboarding-steps.last {
  background-image: url('../images/step-default.svg');
  background-position: 0px 0px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.onboarding-steps.last.w--current {
  background-image: url('../images/step-active.svg');
}

.onboarding-steps-container {
  width: 100%;
}

.radio-block {
  position: relative;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding: 20px;
  text-align: center;
}

.radio-block.vertical {
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-left: 90px;
  text-align: left;
}

.radio-block-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-color: #ebedf0;
  border-radius: 3px;
  cursor: pointer;
}

.radio-block-icon:hover {
  border-color: #808292;
}

.radio-block-icon.w--redirected-checked {
  border-width: 2px;
  border-color: #325ae7;
  border-radius: 3px;
}

.radio-block-image {
  position: absolute;
  left: 20px;
  top: 13px;
  right: auto;
  bottom: auto;
}

.radio-block-image.objectives {
  position: static;
  margin-left: 0px;
}

.overview-bg {
  padding-top: 60%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.overview-bg._1 {
  padding-top: 60%;
  border-style: none;
  border-radius: 0px;
  background-image: url('../images/ActionCOACH_MoneyCLUB.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overview-bg._2 {
  border-style: none;
  background-image: url('../images/ActionCOACH_Academia-copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overview-bg._3 {
  border-style: none;
  border-radius: 0px;
  background-image: url('../images/ActionCOACH_Personalizado-copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overview-bg._4 {
  border-style: none;
  border-radius: 0px;
  background-image: url('../images/ActionCOACH_ActionBOARD-copy.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overview-bg._5 {
  border-style: none;
  border-radius: 0px;
  background-image: url('../images/ActionCOACH_Seminarios-copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overview-bg._6 {
  border-style: none;
  background-image: url('../images/ActionCOACH_Talleres-copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overview-bg._7 {
  background-image: url('../images/art-7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overview-bg._8 {
  background-image: url('../images/art-9.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overview-bg._9 {
  background-image: url('../images/art-11.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overview-bg._10 {
  background-image: url('../images/art-10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overview-bg._11 {
  background-image: url('../images/art-14.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.overview-bg._12 {
  background-image: url('../images/art-12.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overview-bg._13 {
  background-image: url('../images/art-13.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overview-bg._14 {
  background-image: url('../images/art-16.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overview-bg._15 {
  background-image: url('../images/art-15.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overview-bg._16 {
  background-image: url('../images/art-20.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overview-bg._17 {
  background-image: url('../images/art-18.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overview-bg._18 {
  background-image: url('../images/art-19.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overview-bg._19 {
  background-image: url('../images/art-22.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overview-bg._20 {
  background-image: url('../images/art-17.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overview-bg._21 {
  background-image: url('../images/art-24.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overview-bg._22 {
  background-image: url('../images/art-23.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overview-bg._23 {
  background-image: url('../images/art-26.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overview-bg._24 {
  background-image: url('../images/art-25.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overview-content {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
}

.overview-item {
  display: block;
  overflow: hidden;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 0 15px -7px rgba(64, 70, 80, 0.25);
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.overview-item:hover {
  box-shadow: 0 0 26px -5px rgba(64, 70, 80, 0.52);
  opacity: 0.9;
  color: #dd1717;
}

.invert {
  max-width: 80px;
  padding-bottom: 0px;
}

.html-embed-2 {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  box-shadow: none;
}

.login-body {
  background-color: #000;
}

.text-block {
  margin-top: -31px;
  font-family: 'Open Sans', sans-serif;
  color: #868686;
  font-size: 15px;
  font-weight: 400;
}

.hero-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 890px;
  max-width: 100px;
  margin-top: -395px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: rotateX(66deg) rotateY(0deg) rotateZ(46deg);
  transform: rotateX(66deg) rotateY(0deg) rotateZ(46deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.item {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 8px;
  background-color: #1f6ed4;
  -webkit-transform: rotateX(57deg) rotateY(0deg) rotateZ(29deg) skew(-28deg, 0deg);
  transform: rotateX(57deg) rotateY(0deg) rotateZ(29deg) skew(-28deg, 0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.item.middle-item {
  right: 24px;
  bottom: 427px;
  z-index: 2;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  background-color: #39bae8;
  box-shadow: 57px 57px 20px -20px rgba(0, 0, 0, 0.2);
  opacity: 0.95;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.item.bottom-item {
  right: 0px;
  bottom: 403px;
  z-index: 1;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  box-shadow: 14px 14px 20px 7px rgba(3, 3, 3, 0.29);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.item.top-item {
  left: -22px;
  top: 367px;
  z-index: 3;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  background-color: #b9edf8;
  box-shadow: 57px 57px 20px -20px rgba(0, 0, 0, 0.2);
  opacity: 0.95;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.nombre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 39px;
  -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;
}

.heading-2 {
  margin-top: 12px;
  margin-bottom: 34px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.text-field {
  border-radius: 2px;
}

.form {
  width: 400px;
  margin-top: 21px;
}

.heading-3 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 20px;
}

.submit-button {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 3px;
  background-color: #006fee;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.login-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  margin-top: -391px;
  padding-top: 26px;
  padding-bottom: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #bebebe;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 40px 2px #000;
}

.text-block-3 {
  width: 500px;
  margin-top: 22px;
  font-family: 'Open Sans', sans-serif;
  color: #4d4d4d;
  font-size: 14px;
  text-align: center;
}

.text-block-2 {
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #7c7c7c;
  font-size: 14px;
}

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

.link-2 {
  color: #006fee;
  text-decoration: none;
}

.text-span {
  color: #006fee;
  text-decoration: none;
}

.space {
  height: 100px;
}

.radio-button-label-2 {
  display: none;
}

.radio-button-label-3 {
  display: none;
}

.radio-button-label-4 {
  display: none;
}

.columns {
  display: block;
  -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;
}

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

.col-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 26px;
  -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;
}

.campaign-holder {
  margin-bottom: 10px;
}

.focus-holder-block.left {
  margin-right: 10px;
}

.focus-holder-block.right {
  margin-left: 10px;
}

.radio-button-label-5 {
  display: none;
}

.paragraph {
  font-weight: 400;
}

.paragraph.radio {
  margin-bottom: 0px;
}

.paragraph.radio.objectives {
  margin-top: 4px;
}

.column-objectives {
  margin-top: 0px;
}

.radio-block-icon-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-color: #ebedf0;
  border-radius: 3px;
  cursor: pointer;
}

.radio-block-icon-2:hover {
  border-color: #808292;
}

.radio-block-icon-2.w--redirected-checked {
  border-width: 2px;
  border-color: #325ae7;
  border-radius: 3px;
}

.radio-button-label-6 {
  display: none;
}

.radio-button-label-7 {
  display: none;
}

.radio-button-label-8 {
  display: none;
}

.phone-block {
  width: 100%;
  margin-left: 0px;
}

.text-area.info {
  height: 120px;
  padding-bottom: 8px;
  border: 1px none #000;
  border-radius: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #808292;
  font-weight: 400;
}

.text-area.info._2 {
  margin-left: 0px;
}

.access {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-info-wrap.center {
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.option {
  margin-left: 10px;
  padding: 5px;
  border-radius: 6px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.option:hover {
  box-shadow: 1px 1px 11px -3px rgba(50, 54, 61, 0.78);
}

.option.blue {
  background-color: #0054fc;
}

.option.red {
  background-color: #ff0051;
}

.option.grey {
  background-color: #404250;
}

.image-option {
  width: 20px;
  margin-left: 0px;
}

.image-option.white {
  -webkit-filter: saturate(0%) brightness(200%) brightness(200%);
  filter: saturate(0%) brightness(200%) brightness(200%);
}

.image-option.white-invert {
  -webkit-filter: saturate(0%) brightness(200%) invert(100%);
  filter: saturate(0%) brightness(200%) invert(100%);
}

.title {
  color: #404650;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
}

.puesto-block {
  width: 100%;
  margin-bottom: 21px;
  margin-left: 0px;
}

.button-business {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  padding: 12px 5px;
  -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;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.page-heading-title {
  margin-bottom: 0px;
  color: #fff;
}

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

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

.proyecto-orden-holder-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -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;
}

.status-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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;
}

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

.proyecto-select-holder-in1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  height: auto;
  margin-top: 0px;
  -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;
}

.proyecto-select-holder-in2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-label {
  display: none;
}

.checkbox-field-2 {
  margin-bottom: 0px;
  padding-left: 0px;
}

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

.checkbox-2 {
  margin-top: 0px;
  margin-left: 0px;
}

.proyecto-img {
  overflow: hidden;
  width: 33px;
  height: 33px;
  margin-right: 10px;
  border-radius: 4px;
  background-image: url('../images/Diazar_RRSS_Profile_Pic.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.bold-text {
  color: #0054fc;
}

.bold-text-2 {
  color: #00b666;
  font-size: 10px;
}

.proyect-link {
  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;
  color: #808692;
  font-weight: 400;
  text-decoration: none;
}

.proyect-link:hover {
  color: #006fee;
}

.image {
  width: 50px;
}

.image-2 {
  display: inline-block;
  width: 130px;
}

.logo-empresa {
  width: auto;
  height: auto;
  margin-right: 0px;
  border-radius: 0px;
}

.empresas-holder {
  overflow: scroll;
  width: 100%;
  height: 400px;
}

.div-block {
  width: 100%;
}

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

.col-60 {
  width: 60%;
}

.logo-empresa-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 50px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 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;
}

.phone-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  -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;
}

.phone-wrap._100 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-block:hover {
  color: #31ba7e;
}

.status-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 33px;
  -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(49, 186, 126, 0.39);
  border-radius: 3px;
  background-color: rgba(49, 186, 126, 0.15);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}

.status-button:hover {
  background-color: rgba(59, 230, 155, 0.27);
}

.status-block {
  color: #31ba7e;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.ver {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  border-radius: 3px;
  background-color: #f6f7f9;
  background-image: url('../images/icons8-search-100-1_1icons8-search-100 (1).png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.ver:hover {
  background-color: #ebedf0;
}

.logo-holder {
  margin-right: 20px;
}

.contact-table {
  overflow: scroll;
  padding-bottom: 45px;
}

.options-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 33px;
  -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: #d8e2f5;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #a7b4cc;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.options-button:hover {
  background-color: #0054fc;
  color: #fff;
  font-weight: 400;
}

.text-grey {
  color: #bdcae2;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.image-3 {
  width: 70%;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.option-block-hover {
  position: absolute;
  left: 823px;
  top: 17px;
  z-index: 210;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 160px;
  height: 115px;
  padding: 10px 0px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(112, 146, 185, 0.2);
  border-radius: 4px;
  background-color: #f6f7f9;
  box-shadow: 1px 1px 15px -4px rgba(74, 79, 90, 0.4);
}

.link-block-options {
  margin-right: 15px;
  margin-bottom: 5px;
  margin-left: 15px;
  color: #0054fc;
  font-weight: 400;
  text-decoration: none;
}

.link-block-options:hover {
  color: #0054fc;
}

.line {
  width: 100%;
  height: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #808292;
  opacity: 0.18;
}

.line.divisor {
  margin-top: 30px;
  margin-bottom: 30px;
}

.tab-pane-tab-4 {
  padding-bottom: 110px;
}

.icon-small {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.icon-small.secondary {
  width: 15px;
  height: 15px;
  opacity: 0.59;
}

.horizontal-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.box-out {
  position: absolute;
  z-index: 200;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
}

.dropdown-toggle {
  position: relative;
  top: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 83px;
  height: 33px;
  padding: 6px 10px 5px;
  -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: 1px solid #d8e2f5;
  border-radius: 4px;
  color: #a7b4cc;
  font-size: 13px;
  line-height: 12px;
}

.dropdown-toggle:hover {
  background-color: #0054fc;
  color: #fff;
}

.dropdown-toggle.import {
  width: auto;
  height: 30px;
  margin-right: 20px;
  padding: 0px 20px;
  border-color: #0054fc;
  border-radius: 100px;
  opacity: 0.39;
  color: #0054fc;
  font-size: 12px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 1px;
}

.dropdown-toggle.import:hover {
  background-color: transparent;
  opacity: 1;
  color: #0054fc;
}

.icon {
  display: none;
  margin-right: 7px;
}

.dropdown-list-2 {
  z-index: 200;
}

.dropdown-list-2.w--open {
  left: -130px;
  top: 0px;
  z-index: 200;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(128, 130, 146, 0.15);
  border-radius: 4px;
  background-color: #f6f7f9;
  box-shadow: 1px 1px 20px 8px rgba(128, 134, 146, 0.24);
}

.dropdown-list-2.importar {
  left: 110px;
  top: -25px;
}

.dropdown-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
}

.dropdown-link-3 {
  font-size: 13px;
  line-height: 13px;
}

.image-4 {
  width: 17px;
  height: 17px;
  margin-right: 15px;
}

.padding-box {
  width: 130px;
  padding-right: 0px;
  padding-left: 0px;
}

.section-filter {
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 26px;
  padding: 40px 30px;
  border-radius: 7px;
  background-color: #fff;
}

.botones-fila {
  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;
}

.botones-fila._20padding {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filtros-wrap {
  display: none;
  margin-top: 65px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-block-3 {
  display: block;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.form-block-3.center {
  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;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.form-2.vertical._70 {
  width: 70%;
}

.col-filtro {
  width: 19%;
}

.modal-parent {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-centering {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.84);
  cursor: pointer;
}

.modal-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 30;
  width: auto;
  height: auto;
  padding: 50px 0px 30px;
  border-radius: 5px;
  background-color: #f6f7f9;
  box-shadow: 4px 4px 15px 0 rgba(80, 105, 250, 0.27);
  color: #fff;
  text-align: center;
}

.close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #696969;
  font-size: 40px;
  line-height: 1.2em;
  cursor: pointer;
}

.button-2 {
  border-radius: 3px;
  background-color: #4f65ff;
}

.button-2.modal-button {
  background-color: #5069fa;
}

.grey-line-modal {
  width: 400px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(128, 130, 146, 0.22);
}

.dropdown-2 {
  position: static;
}

.dropdown-3 {
  z-index: 1;
}

.asign-button {
  width: 40%;
}

.contact-name-link {
  font-family: 'DM Sans', sans-serif;
  color: #1b1d2a;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.contact-name-link:hover {
  color: #0054fc;
}

.organization-name-link {
  color: #808292;
  font-weight: 400;
  text-decoration: none;
}

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

.text-block-4:hover {
  color: #0054fc;
}

.email-link {
  font-family: 'DM Sans', sans-serif;
  color: #1b1d2a;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.email-link:hover {
  color: #0054fc;
}

.block-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1b1d2a;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.block-horizontal:hover {
  background-color: rgba(147, 177, 236, 0.24);
  color: #14316b;
}

.table-col {
  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;
}

.table-col._100 {
  width: 100%;
}

.table-col._90 {
  width: 90%;
}

.table-col._80 {
  width: 80%;
}

.table-col._70 {
  width: 70%;
}

.table-col._60 {
  width: 60%;
}

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

.table-col._40 {
  width: 40%;
}

.table-col._30 {
  width: 30%;
}

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

.table-col._10 {
  width: 10%;
}

.table-col._15 {
  width: 15%;
}

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

.estados-wrap {
  display: none;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  width: 30px;
  height: 30px;
  opacity: 0.55;
  -webkit-filter: brightness(200%) brightness(200%) grayscale(100%);
  filter: brightness(200%) brightness(200%) grayscale(100%);
}

.image-5:hover {
  opacity: 1;
}

.lightbox-link {
  padding-top: 3px;
  padding-left: 10px;
}

.app-usage {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.users-link {
  width: 100%;
  font-family: 'DM Sans', sans-serif;
  color: #1b1d2a;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.users-link:hover {
  color: #0054fc;
}

.social-logos-wrap {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding: 10px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tus-estados {
  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;
}

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

.circulo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  padding: 2px;
  -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: hsla(0, 0%, 52.2%, 0.2);
  border-radius: 100px;
}

.hover-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -1px;
  overflow: hidden;
  height: 1px;
}

.dropdown-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 300px;
  min-width: 300px;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
  box-shadow: 0 12px 36px -8px rgba(41, 43, 78, 0.12);
}

.dropdown-wrapper.profile {
  width: 250px;
  min-width: 250px;
  margin-left: -175px;
}

.dropdown-link-4 {
  position: relative;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid rgba(136, 158, 168, 0.2);
  color: #000;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.dropdown-link-4:hover {
  color: #dd1717;
  text-transform: uppercase;
}

.dropdown-link-4.bottom {
  border-bottom-style: none;
}

.dropdown-4 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.foto-perfil-nuevo {
  overflow: hidden;
  width: 48px;
  height: 48px;
  margin-left: 0px;
  border-radius: 100px;
  background-image: url('../images/Captura-de-pantalla-2021-05-07-a-las-19.48.20.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 5px;
  -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;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #dd1717;
}

.nav-link.w--current {
  color: #000;
  letter-spacing: 1px;
}

.hover-line-fill {
  width: 100%;
  height: 100%;
  background-color: #dd1717;
}

.dropdown-list-3 {
  background-color: transparent;
}

.dropdown-list-3.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 12px;
  -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;
}

.dropdown-corner {
  position: absolute;
  left: auto;
  top: -5px;
  right: auto;
  bottom: auto;
  width: 12px;
  height: 12px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropdown-corner.profile {
  margin-right: 40px;
}

.name-text {
  margin-right: 10px;
}

.div-block-2 {
  width: 120%;
  height: 5px;
  margin-left: -12px;
  background-color: #dd1717;
}

.lightbox-link-2 {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.image-6 {
  overflow: hidden;
  border-radius: 8px;
}

.video-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 600px;
  margin-bottom: 16px;
  -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-image: url('../images/actioncoach_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.outline-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 42px;
  padding: 16px 32px;
  -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(136, 158, 168, 0.2);
  border-radius: 0px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #000;
  font-size: 9px;
  line-height: 1.35em;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.outline-button:hover {
  background-color: #dd1717;
  color: #fff;
}

.outline-button.light {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.54);
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.07);
  -webkit-transition: all 300ms ease-in-out, background-color 500ms cubic-bezier(.25, .46, .45, .94);
  transition: all 300ms ease-in-out, background-color 500ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
}

.outline-button.light:hover {
  border-style: solid;
  border-color: #dd1717;
  background-color: #dd1717;
}

.outline-button.light.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.outline-button.light.align-left.black:hover {
  background-color: #000;
}

.button-text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

.play-icon.small {
  width: 16px;
  margin-left: 7px;
}

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

.icon-2 {
  margin-right: 1px;
  -webkit-transform: rotate(86deg);
  -ms-transform: rotate(86deg);
  transform: rotate(86deg);
}

.back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

.detalles-programa {
  padding: 20px;
  border-bottom: 1px solid rgba(128, 134, 146, 0.35);
}

.heading-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-align: center;
}

.heading-4.left {
  margin-bottom: 21px;
  text-align: left;
}

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

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 10px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(128, 130, 146, 0.2);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #404650;
  font-size: 15px;
  text-decoration: none;
}

.link-block-2:hover {
  background-color: rgba(0, 0, 0, 0.11);
  color: #000;
}

.link-block-2.w--current {
  background-color: rgba(0, 0, 0, 0.05);
  color: #dd1717;
  font-size: 15px;
}

.image-7 {
  width: 18px;
  margin-right: 9px;
  padding-right: 0px;
  -webkit-filter: hue-rotate(133deg);
  filter: hue-rotate(133deg);
}

.time {
  margin-left: 13px;
}

.group-program {
  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;
}

.fecha-text {
  color: #b9b9b9;
  font-size: 12px;
}

.image-8 {
  box-shadow: 5px 5px 16px -4px rgba(0, 0, 0, 0.48);
}

.outline-button-2 {
  position: relative;
  display: -ms-grid;
  display: grid;
  height: 46px;
  margin-bottom: 20px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 24px 1fr 24px;
  grid-template-columns: 24px 1fr 24px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #808692;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  color: #000;
  font-size: 10px;
  line-height: 1.3em;
  text-align: center;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.outline-button-2:hover {
  background-color: #dd1717;
  color: #fff;
}

.outline-button-2.descargar {
  background-color: #dd1717;
  color: #fff;
}

.outline-button-2.descargar:hover {
  background-color: #000;
}

.outline-button-2.zoom {
  height: 200px;
  color: #dd1717;
  font-size: 20px;
  font-weight: 700;
}

.outline-button-2.zoom:hover {
  color: #fff;
}

.solid-button-outline {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100px;
  margin: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #dd1717;
  border-radius: 0px;
}

.solid-button-outline.right {
  left: -74px;
  top: 0%;
  right: auto;
  bottom: 0%;
  border-radius: 0px;
}

.solid-button-outline.middle {
  width: 100%;
  border-right-style: none;
  border-left-style: none;
  border-radius: 0px;
}

.solid-button-outline.middle._1 {
  letter-spacing: 1px;
}

.button-hover-outline {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: -1px;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 0px;
}

.button-hover-outline.right {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 110%;
}

.button-text-2 {
  position: relative;
  z-index: 10;
  padding-left: 4px;
}

.button-text-2.inscribe {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.button-text-2._1 {
  letter-spacing: 3px;
}

.button-text-2._1.pg {
  letter-spacing: 1px;
}

.center-link {
  margin-top: 6px;
  color: rgba(51, 51, 51, 0.32);
  text-align: center;
}

.proximamente {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
  -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: rgba(0, 0, 0, 0.29);
}

.image-9 {
  width: 60px;
  margin-bottom: 10px;
}

.heading-5 {
  opacity: 0.34;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
}

.heading-5.subtitulo {
  font-size: 14px;
  font-weight: 500;
}

.image-10 {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-filter: hue-rotate(113deg);
  filter: hue-rotate(113deg);
}

.image-10._50 {
  width: 70px;
}

.paragraph-2 {
  font-size: 15px;
  line-height: 25px;
}

.text-block-5 {
  font-size: 13px;
}

.text-block-6 {
  font-size: 13px;
}

.text-block-7 {
  font-size: 15px;
  font-weight: 700;
}

.title-nopadding {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.countdown-grid {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: center;
  grid-auto-columns: 0.75fr;
  grid-column-gap: 10px;
  -ms-grid-columns: 0.75fr 0.75fr 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.column-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0px;
  padding: 10px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: #ebebeb;
  border-radius: 7px;
  background-color: #fff;
  text-align: center;
}

.heading-10 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #082455;
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
}

.text-block-20 {
  color: rgba(52, 71, 116, 0.47);
  font-size: 14px;
  font-weight: 400;
}

.title-blocked {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.title-blocked.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-21 {
  margin-top: 5px;
  color: #000;
  font-size: 12px;
  line-height: 1.2;
}

.text-block-21.price {
  color: #dd1717;
  font-weight: 500;
}

.text-block-21.precio {
  color: #dd1717;
}

.linea-programa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.actioncoach-logo {
  width: 190px;
}

.bold-text-3 {
  color: #0054fc;
  font-weight: 500;
}

.bold-text-3:hover {
  color: #dd1717;
}

.form-button-wrapper-facebook {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 16px;
  padding: 9px 15px;
  -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;
  border-radius: 4px;
  background-color: #3c5a99;
  text-align: center;
}

.fb-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url('../images/facebook.icon.png');
  background-position: 50% 50%;
  background-size: cover;
}

.fb-text {
  line-height: 2em;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.image-11 {
  width: 150px;
}

.form-wrapper-2 {
  display: block;
  margin-bottom: 0px;
  padding: 0px;
}

.checkbox_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 21px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox_wrap.center-up {
  margin-top: 57px;
}

.checkbox_wrap.checkbox_centre {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-content {
  width: 100%;
  margin-bottom: 49px;
}

.form-content.final {
  margin-bottom: 0px;
}

.form-content.final.cdenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  margin-bottom: -23px;
  -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-3 {
  margin-bottom: -13px;
  padding-left: 0px;
}

.form12_checkbox_field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 90px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1.2px;
  border-color: rgba(0, 30, 200, 0.1);
  border-radius: 4px;
  background-color: #fff;
  box-shadow: none;
}

.square-title {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  -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;
}

.next {
  position: absolute;
  right: 2px;
  display: block;
  overflow: visible;
  width: auto;
  height: 47px;
  max-width: none;
  margin: auto auto 0px;
  -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;
}

.texto-paragraph {
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #111;
  font-size: 15px;
  line-height: 1.5em;
}

.checkbox-field-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  height: 140px;
  min-width: 150px;
  margin-right: 6px;
  margin-left: 6px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-27 {
  color: #dd1717;
}

.mobile-nav-bottom {
  display: none;
}

.form-3 {
  margin-bottom: -50px;
  border-bottom: 1px none #000;
}

.previous-button {
  padding: 5px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  color: #fff;
  font-size: 10px;
  letter-spacing: 2px;
  text-indent: -2px;
}

.previous-button:hover {
  border-bottom-color: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.button-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 35px;
  -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: 4px;
  background-color: hsla(0, 0%, 50%, 0.2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.button-4:hover {
  background-color: #5311ce;
}

.button-4.color-line-white {
  padding-top: 11px;
  padding-bottom: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  white-space: nowrap;
}

.button-4.color-line-white:hover {
  border-color: #00259e;
  background-color: #fff;
  color: #000;
}

.button-4.color-line-white.white {
  background-color: transparent;
}

.button-4.color-line-white.white:hover {
  border-style: solid;
  border-color: #fff;
  background-color: #fff;
}

.button-4.color-line-white.white.black {
  height: auto;
  margin-top: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #dd1717;
  border-radius: 0px;
  background-color: #dd1717;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #eef0f6;
  font-size: 10px;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.button-4.color-line-white.white.black:hover {
  background-color: #000;
}

.button-4.color-line-white.white.black.red:hover {
  background-color: #dd1717;
  font-weight: 700;
}

.error-message-4 {
  position: relative;
  margin-top: -124px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #1c2654;
  color: #fff;
  text-align: center;
}

.form-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.red-dot {
  -webkit-filter: hue-rotate(124deg);
  filter: hue-rotate(124deg);
}

.logo {
  width: 90px;
}

.logo.medium {
  width: 250px;
}

.text-field-5 {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.23);
  color: #fff;
}

.text-field-5.space-1 {
  margin-top: 26px;
  border-color: rgba(192, 192, 211, 0.2);
  border-radius: 0px;
  background-color: rgba(41, 43, 78, 0);
  color: #8a8a8a;
}

.text-field-5.space-1.nopadd {
  margin-top: 10px;
}

.text-field-5.space-1.nopadd.cero {
  margin-bottom: 0px;
}

.text-field-5.space-1.nopadd.cero.half-left {
  width: 49%;
}

.text-field-5.space-1.nopadd.cero.half-right {
  width: 49%;
}

.text-field-5.space-1.nopadd.big-space {
  height: 170px;
}

.text-field-5.space-1.nopadd.half {
  margin-right: 10px;
}

.title-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 15px;
  margin-left: 15px;
}

.checkbox-label-2 {
  position: relative;
  top: -28px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.57);
}

.paragraph-3 {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  color: #5b617c;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
}

.paragraph-3.white {
  color: #fff;
}

.paragraph-3.white.spaceup {
  margin-top: 0px;
  opacity: 1;
  color: #000;
  font-size: 12px;
}

.submit-button-4 {
  margin-top: 11px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #111729;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.submit-button-4:hover {
  background-color: #dd1717;
}

.outline-button-3 {
  position: relative;
  display: -ms-grid;
  display: grid;
  height: 46px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 24px 1fr 24px;
  grid-template-columns: 24px 1fr 24px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #eff3f6;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0);
  color: #000;
  font-size: 10px;
  line-height: 1.3em;
  text-align: center;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.outline-button-3.space-up {
  margin-top: 19px;
}

.success-message-3 {
  margin-top: 17px;
  padding: 50px;
  background-color: #fff;
  box-shadow: 1px 1px 50px -4px rgba(0, 0, 0, 0.49);
  letter-spacing: 1px;
}

.heading-regular {
  display: block;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 1.8em;
}

.form-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
  -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-5 {
  position: static;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
}

.details-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask-2 {
  border-bottom: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
}

.mask-2.diagnostic {
  margin-top: 0px;
}

.subtitle-5 {
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.subtitle-5.white {
  color: #fff;
  text-align: left;
}

.subtitle-5.white.center.espace-line {
  margin-right: 5px;
  margin-left: 5px;
  color: #eef0f6;
}

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

.checkbox-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-radius: 0px;
  opacity: 0;
  cursor: pointer;
}

.checkbox-3:active {
  border: 1px solid #000;
}

.section-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 140px 0vw;
  -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-7.formulario {
  padding-top: 50px;
  padding-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-7.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-7.no-top-padding {
  padding-top: 0px;
}

.arrow-2 {
  width: 16px;
  margin-right: 8px;
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%);
  color: #fff;
}

.half-block-questionaire {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.red-line.diagnostico {
  position: relative;
  top: -137px;
  height: 50px;
}

.heading-21 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 38px;
}

.slider-content-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: center;
}

.previous {
  position: absolute;
  left: -3%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 35px;
  max-width: 100px;
  margin: auto auto 10px 30px;
  -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;
  opacity: 0.45;
  color: #ff8080;
  font-size: 12px;
  font-weight: 400;
}

.previous:hover {
  opacity: 1;
}

.grey-dot {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.checkbox-4 {
  width: 100%;
  height: 35px;
  margin-top: 9px;
  margin-left: 0px;
  border-color: rgba(192, 192, 211, 0.2);
  border-radius: 0px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.checkbox-4.w--redirected-checked {
  border-color: #36b37e;
  background-color: #f1fff9;
  background-image: none;
  box-shadow: 3px 3px 11px 0 #c8cfcc;
}

.half-1 {
  width: 48%;
}

.centered-intro-2 {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  max-width: 700px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.centered-intro-2.programas {
  grid-row-gap: 0px;
}

.text-block-90 {
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.2px;
}

.slider-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px none #000;
  background-color: transparent;
}

.slider-2.diagnostic {
  overflow: hidden;
  margin-top: 26px;
  margin-bottom: 31px;
  padding-top: 12px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.slider-2.diagnostic {
  overflow: hidden;
  margin-top: 26px;
  margin-bottom: 31px;
  padding-top: 12px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
  box-shadow: 7px 7px 30px 10px rgba(128, 130, 146, 0.16);
}

.checkbox-title {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-size: 14px;
}

.checkbox-image {
  width: 35px;
  margin-top: 8px;
  padding-top: 0px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.link-3 {
  opacity: 1;
  color: #df0000;
  text-decoration: none;
}

.div-col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-12 {
  width: 200px;
}

.image-13 {
  width: 150px;
}

.heading-22 {
  color: #fff;
}

.error-message-5 {
  position: relative;
  margin-top: -124px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #1c2654;
  color: #fff;
  text-align: center;
}

.checkbox-title-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-size: 14px;
}

.checkbox-image-2 {
  width: 35px;
  margin-top: -2px;
  padding-top: 0px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.link-block-3 {
  display: block;
  color: #000;
  text-decoration: none;
}

.text-block-91 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-92 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-93 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-94 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-95 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-96 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-97 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-98 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-99 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-100 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-101 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-102 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-103 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-104 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-105 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-106 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-107 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-108 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-109 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-110 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-111 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-112 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-113 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-114 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-115 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.proposito {
  display: none;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
}

.titulo-de-tarea {
  padding: 10px 40px 10px 20px;
  background-color: rgba(0, 0, 0, 0.05);
}

.titulo {
  margin-bottom: 2px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.titulo:hover {
  color: #dd1717;
}

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

.calificacion {
  margin-bottom: 2px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.calificacion:hover {
  color: #dd1717;
}

.modal-parent-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 300;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-bg-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.79);
  cursor: pointer;
}

.modal-3 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: auto;
  padding: 30px 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;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 4px 4px 40px 5px rgba(0, 0, 0, 0.41);
  color: #fff;
  text-align: center;
}

.close-2 {
  position: absolute;
  left: auto;
  top: -25px;
  right: -25px;
  bottom: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.47);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #000;
  font-size: 40px;
  line-height: 1.2em;
  cursor: pointer;
}

.text-block-116 {
  color: #000;
}

.heading-23 {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.paragraph-4 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: left;
}

.full-title-concept {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 9px;
  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;
  background-color: #dd1717;
}

.text-block-117 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.tabla-tarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 12px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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 solid #808692;
}

.columns-2 {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-24 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

.column-3 {
  display: block;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.col-izq {
  width: 40%;
  height: 100%;
  min-height: 100%;
}

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

.col-der {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
}

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

.solid-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: -25px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 16px 32px;
  -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: none;
  border-radius: 0px;
  background-color: #dd1717;
  color: #fff;
  font-size: 9px;
  line-height: 1.35em;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.solid-button._0-up {
  margin-top: 20px;
}

.solid-button._0-up:hover {
  background-color: #000;
  color: #fff;
}

.solid-button._100 {
  width: 100%;
}

.solid-button._100.black {
  background-color: #000;
}

.solid-button._100.black:hover {
  background-color: #dd1717;
}

.solid-button._100.black.calcular {
  margin-top: -35px;
}

.solid-button._100.referidos {
  min-height: 38px;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px none #000;
}

.solid-button.puntos {
  margin-top: 5px;
  margin-bottom: 5px;
}

.line-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -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 solid #808692;
}

.empresa {
  font-weight: 700;
}

.white-heading {
  color: #fff;
}

.arrow-3 {
  display: block;
}

.tool-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #dbdde6;
  border-radius: 6px;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

.tool-wrap:hover {
  border-color: #c6c9d4;
  box-shadow: 0 10px 30px 0 rgba(206, 209, 224, 0.25);
  color: #000;
}

.tool-wrap.banner-wrap {
  padding: 40px;
  -webkit-transition: border-color 300ms ease, box-shadow 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease;
}

.banner-note-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-note-text {
  margin-right: 4px;
  color: #000;
  font-size: 14px;
  line-height: 30px;
}

.sidebar-wrap {
  position: static;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.banner-content-3 {
  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;
}

.text-block-118 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0px;
}

.image-41 {
  width: 140px;
}

.banner-logo {
  height: 16px;
  margin-top: 3px;
}

.contenido-titulo {
  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;
}

.category-text {
  color: #000;
  font-weight: 500;
}

.category-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}

.category-block:hover {
  opacity: 1;
  -webkit-transform: translate(3px, 0px);
  -ms-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
}

.category-block.w--current {
  opacity: 1;
}

.category-block.all-products {
  margin-top: 28px;
  opacity: 1;
}

.category-block.all-products:hover {
  opacity: 0.85;
}

.category-block.all-products.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.info-recurso {
  width: 100%;
  padding: 20px 15px;
}

.content-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 30px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-5 {
  padding: 12px 24px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.2px;
  text-decoration: none;
}

.button-5:hover {
  opacity: 0.9;
}

.button-5.pink-button {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0px;
  background-color: #dd1717;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  letter-spacing: 0.5px;
}

.button-5.pink-button:hover {
  background-color: #000;
}

.banner-headline {
  max-width: 510px;
  margin-bottom: 20px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.6px;
}

.tool-name {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: -0.4px;
}

.imagen-recurso {
  height: 150px;
  margin-bottom: 0px;
  background-image: url('../images/woman-standing-in-front-of-presentation-in-meeting-room.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.banner-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-right: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: transparent;
}

.sidebar {
  width: 260px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sidebar.sidebar-homepage {
  position: static;
  width: 160px;
}

.color-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  margin-right: 20px;
  -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: 4px;
  font-size: 16px;
  font-weight: 500;
}

.color-icon.add-tool-icon {
  border-style: solid;
  border-width: 1px;
  border-color: #dbdde6;
}

.color-icon.add-tool-icon:hover {
  border-color: #c6c9d4;
}

.color-icon.red {
  background-color: #dd1717;
  color: #fff;
}

.color-icon.red:hover {
  background-color: #df0404;
}

.color-icon.black {
  background-color: #000;
  color: #fff;
}

.color-icon.black:hover {
  background-color: #000;
}

.color-icon.blue-os {
  background-color: #0c2483;
  color: #fff;
}

.color-icon.blue-os:hover {
  background-color: #0c2483;
}

.color-icon.green-os {
  background-color: #0d462d;
  color: #fff;
}

.color-icon.green-os:hover {
  background-color: #0d462d;
}

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

.label-2 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tool-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -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;
}

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

.content-wrap._2-espace {
  margin-bottom: 25px;
}

.content-wrap._2-espace.form-kpi {
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(64, 70, 80, 0.16);
}

.content-wrap._2-espace.form-kpi.calculadora {
  width: 70%;
}

.category-image-strip {
  position: absolute;
  left: 32px;
  top: -1px;
  right: auto;
  bottom: auto;
  width: 70px;
  height: 10px;
  background-color: #3563f4;
}

.category-image-strip.banner-strip {
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: auto;
  width: auto;
  background-color: #dd1717;
}

.category-image-strip.black {
  background-color: #000;
}

.category-image-strip.red {
  background-color: #dd1717;
}

.category-image-strip.green {
  background-color: #0d462d;
}

.form-5 {
  display: -ms-grid;
  display: grid;
  padding: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.text-field-6 {
  min-height: 40px;
  margin-bottom: 0px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(136, 158, 168, 0.2) rgba(136, 158, 168, 0.2) #dd1717;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 400;
}

.text-field-6:active {
  border-color: #dd1717;
}

.text-field-6:focus {
  border-color: #dd1717;
  font-weight: 700;
}

.text-field-6::-webkit-input-placeholder {
  color: #575757;
}

.text-field-6:-ms-input-placeholder {
  color: #575757;
}

.text-field-6::-ms-input-placeholder {
  color: #575757;
}

.text-field-6::placeholder {
  color: #575757;
}

.text-field-6.large {
  min-height: 50px;
}

.text-field-6.large.lead {
  color: #000;
}

.text-field-6.lead {
  padding-right: 0px;
  border-bottom-color: #dd1717;
  font-weight: 400;
}

.text-field-6.lead:focus {
  font-weight: 600;
}

.text-field-6.lead::-webkit-input-placeholder {
  color: #575757;
}

.text-field-6.lead:-ms-input-placeholder {
  color: #575757;
}

.text-field-6.lead::-ms-input-placeholder {
  color: #575757;
}

.text-field-6.lead::placeholder {
  color: #575757;
}

.text-field-6.lead.filtro {
  min-height: 20px;
  margin-top: 2px;
  padding: 0px 10px;
  border-bottom-color: rgba(136, 158, 168, 0.2);
  line-height: 1.1;
}

.text-field-6.lead.filtro:focus {
  border-color: rgba(136, 158, 168, 0.2);
}

.text-field-6.lead.preg {
  border-bottom-color: rgba(0, 0, 0, 0.16);
}

.text-field-6.lead.preg.resp {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000;
  font-weight: 500;
}

.text-field-6.lead.preg.resp::-webkit-input-placeholder {
  color: #000;
  font-weight: 600;
}

.text-field-6.lead.preg.resp:-ms-input-placeholder {
  color: #000;
  font-weight: 600;
}

.text-field-6.lead.preg.resp::-ms-input-placeholder {
  color: #000;
  font-weight: 600;
}

.text-field-6.lead.preg.resp::placeholder {
  color: #000;
  font-weight: 600;
}

.form-field-grid {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.success-message-4 {
  height: 100%;
  padding: 0px;
  background-color: transparent;
}

.field-wrapper {
  display: -ms-grid;
  display: grid;
  margin-bottom: 7px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.field-wrapper.cero-margin {
  margin-bottom: 0px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  color: #000;
}

.field-wrapper.cero-margin.calculadora.calculaaa {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.form-block-4 {
  width: 100%;
  margin-bottom: 0px;
  color: #000;
}

.error-message-6 {
  margin-top: 18px;
  background-color: red;
  box-shadow: 1px 1px 20px 0 rgba(105, 134, 149, 0.56);
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.success-box {
  display: -ms-grid;
  display: grid;
  height: 100%;
  min-height: 400px;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(136, 158, 168, 0.2);
  background-color: #eef0f6;
}

.kpis-marketing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.titulo-kpis-marketing-resumen {
  width: 100%;
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.linea-kpis-mkt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 0.25fr;
  grid-template-columns: 0.5fr 0.25fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: none none solid;
  border-width: 1px;
  border-color: rgba(128, 134, 146, 0.35);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.linea-kpis-mkt:hover {
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: rgba(128, 134, 146, 0.35);
  box-shadow: 1px 1px 20px -2px rgba(44, 84, 100, 0.35);
}

.linea-kpis-mkt.titles-red {
  margin-bottom: 0px;
  background-color: #dd1717;
  color: #fff;
}

.kpis-mkt-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 11%;
  padding-top: 10px;
  padding-bottom: 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;
  background-color: rgba(0, 0, 0, 0.05);
}

.kpis-mkt-field.x {
  width: 2%;
  background-color: transparent;
  color: #dd1717;
}

.kpis-mkt-field.titles-red {
  background-color: transparent;
}

.kpis-mkt-field.titles-red.fecha-size {
  width: 9%;
}

.kpis-mkt-field.fecha {
  background-color: transparent;
}

.kpis-mkt-field.fecha.fecha-size {
  width: 9%;
}

.heading-25 {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.4;
}

.heading-25.x {
  color: #dd1717;
  font-size: 12px;
}

.heading-25.x.white-x {
  color: #680000;
  font-size: 13px;
}

.heading-25.title-white {
  color: #fff;
  font-size: 14px;
}

.heading-25.fecha {
  color: rgba(27, 29, 43, 0.55);
  font-weight: 400;
}

.divider-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  padding-top: 10px;
  padding-bottom: 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;
  background-color: rgba(0, 0, 0, 0.05);
}

.divider-x.x {
  width: 4%;
  background-color: transparent;
  color: #dd1717;
}

.div-block-3 {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  margin-bottom: 27px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.white-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 180px;
  padding: 15px 15px 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: #fff;
  box-shadow: 1px 1px 20px 0 rgba(64, 70, 80, 0.16);
}

.heading-26 {
  color: #dd1717;
  font-size: 24px;
  line-height: 1.4;
}

.titulo-cuadro {
  color: rgba(27, 29, 43, 0.53);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
}

.titulo-cuadro.porcentaje-utilidad {
  margin-right: 5px;
}

.desde {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}

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

.form-block-5 {
  margin-bottom: 0px;
}

.text-block-119 {
  margin-bottom: 13px;
  text-align: center;
}

.centrar {
  margin-bottom: 15px;
  text-align: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.block-quest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 40px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(136, 158, 168, 0.2) rgba(136, 158, 168, 0.2) rgba(0, 0, 0, 0.16);
  background-color: rgba(0, 0, 0, 0.14);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.text-block-120 {
  font-weight: 500;
}

.titulo-spei {
  margin-bottom: 5px;
  color: #1b1d2a;
  font-weight: 700;
}

.modal-comprobante {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  display: none;
  overflow: auto;
  max-height: 100vh;
  padding: 20px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
}

.background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.centered-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 2px;
  -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.09);
}

.centered-line.dark {
  background-color: rgba(136, 158, 168, 0.2);
}

.collection-hero {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 80vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eef0f6;
}

.hero-intro {
  display: -ms-grid;
  display: grid;
  max-width: 650px;
  justify-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 7px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-intro.large-intro {
  max-width: 775px;
}

.hero-intro.event {
  margin-top: 66px;
}

.hero-bottom {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.line-fill {
  width: 40%;
  height: 100%;
  background-color: #dd1717;
}

.line-fill.light {
  background-color: #dd1717;
}

.stacked-hero-title {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.scroll-wrapper {
  position: relative;
  z-index: 25;
  display: -ms-grid;
  display: grid;
  width: 1px;
  padding-top: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  color: #fff;
}

.rotate-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.xxl-heading {
  margin-bottom: 21px;
  color: #eef0f6;
  font-size: 45px;
  line-height: 1.2em;
  text-align: center;
}

.xxl-heading.black {
  color: #111729;
}

.xxl-heading.black.white {
  margin-bottom: 0px;
  background-color: transparent;
  line-height: 12px;
}

.xxl-heading.black.white.big {
  height: auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #eef0f6;
  font-size: 34px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

.about-hero-bottom {
  position: relative;
  min-height: 140px;
}

.text-white {
  margin-top: 7px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.post-top {
  position: relative;
  z-index: 20;
  display: -ms-grid;
  display: grid;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 72px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.post-top.no-margin {
  margin-top: 0px;
  margin-bottom: 150px;
  padding-top: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.scroll-line {
  width: 1px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.71);
}

.overlay.light {
  background-color: rgba(11, 16, 29, 0.2);
}

.overlay.light.center {
  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;
  background-color: rgba(0, 0, 0, 0.71);
}

.collection-hero-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 400px;
  margin-bottom: -80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-wrapper {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.background-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
}

.subtitle {
  width: 100%;
  margin-bottom: 5px;
  color: #535457;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
}

.subtitle.small {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

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

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

.author-avatar {
  position: relative;
  width: 80px;
  height: 80px;
  padding: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(136, 158, 168, 0.2);
  border-radius: 100%;
}

.section-8 {
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-8.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-8.no-padding.grey {
  z-index: 980;
}

.post-body {
  display: -ms-grid;
  display: grid;
  min-height: 400px;
  padding: 80px 0px 80px 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
}

.post-author-card {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  padding: 36px 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
}

.post-author-card.small-pad {
  padding-right: 40px;
  padding-left: 40px;
}

.post-author-card.small-pad.align-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
}

.post-author-card.small-pad.align-left.cero {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
}

.team-name {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.team-name.left {
  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;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-card-link {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: -28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -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-right: 1px none #ff6f44;
  border-left: 1px none #ff6f44;
  background-color: #dd1717;
  color: #fff;
  font-size: 9px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.post-author-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 118px;
  max-width: 350px;
  padding: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(136, 158, 168, 0.2);
}

.side-fill {
  width: 100%;
  background-color: #fff;
}

.rich-text-2 {
  font-family: Montserrat, sans-serif;
}

.avatar-image {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.rich-text-wrapper {
  padding: 0px;
}

.overlay-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.86);
}

.overlay-5.dark {
  background-color: rgba(0, 0, 0, 0.71);
}

.grey-cover-6 {
  position: relative;
  overflow: hidden;
  margin-left: 0px;
  background-color: #f7f8fc;
}

.subtitle-wrapper-3 {
  margin-bottom: 18px;
}

.subtitle-wrapper-3.quote {
  margin-top: 19px;
}

.paralax-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: -36px;
  margin-bottom: -36px;
  background-image: url('../images/Villa0017.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paralax-background.two {
  background-image: url('../images/brad-sugars-mexico-coach-actioncoach-sbp-mexico.jpg');
  background-position: 50% 0%;
}

.grid-wrapper-10 {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(60px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-template-columns: minmax(60px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.quote {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.quote.white.bold {
  font-weight: 700;
}

.promise-intro {
  display: -ms-grid;
  display: grid;
  max-width: 750px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-intro {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  padding: 100px 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 12px;
  color: #fff;
  text-align: center;
}

.body-post-2 {
  position: relative;
  z-index: 10;
  margin-top: 0px;
  padding: 50px 3%;
  background-color: #fff;
}

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

.journal-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 190px;
  -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;
}

.horizontal-journal-card {
  display: -ms-grid;
  display: grid;
  min-height: 300px;
  padding: 18px;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(136, 158, 168, 0.2);
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #000;
  text-decoration: none;
}

.horizontal-journal-card:hover {
  box-shadow: 7px 7px 30px 2px rgba(136, 158, 168, 0.48);
}

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

.blog-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 600;
}

.underline-link {
  position: relative;
  padding-bottom: 6px;
  padding-left: 0px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.8);
  color: #fff;
  font-size: 9px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.underline-link.dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom-color: #dd1717;
  font-family: Montserrat, sans-serif;
  color: #626d86;
  font-size: 11px;
  letter-spacing: 1px;
}

.underline-link.dark.a.blog {
  margin-top: 18px;
}

.centered-intro {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  max-width: 600px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

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

.image-48 {
  width: 100%;
}

.body-display {
  color: #626d86;
  font-size: 17px;
  line-height: 1.6em;
  text-align: left;
}

.body-display.small {
  font-size: 13px;
  line-height: 1.3em;
}

.body-display.small.black.left {
  height: auto;
  font-family: Montserrat, sans-serif;
  color: #4e4e4e;
  font-size: 13px;
  line-height: 1.25em;
  font-weight: 400;
  text-align: left;
}

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

.body-display.black {
  height: auto;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #626d86;
  font-size: 14px;
  letter-spacing: 0px;
}

.journal-info {
  display: -ms-grid;
  display: grid;
  padding-top: 0px;
  padding-right: 24px;
  padding-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.medium-stacked-intro {
  display: -ms-grid;
  display: grid;
  max-width: 475px;
  margin-bottom: -18px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.title-coach {
  margin-bottom: 0px;
}

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

.journal-card {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 100%;
  padding-bottom: 20px;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(192, 192, 211, 0);
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 12px 36px -8px rgba(53, 66, 73, 0.2);
  -webkit-transition: box-shadow 500ms cubic-bezier(.25, .46, .45, .94);
  transition: box-shadow 500ms cubic-bezier(.25, .46, .45, .94);
  color: #081c3a;
  text-decoration: none;
}

.journal-card:hover {
  box-shadow: 0 12px 36px -8px rgba(53, 64, 117, 0);
}

.hero-background-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.text-block-88 {
  font-size: 10px;
}

.gratuito {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-left: 15px;
  padding: 5px 20px;
  -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: #dd1717;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
}

.precio {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-left: 15px;
  padding: 5px 20px;
  -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: #000;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
}

.image-47 {
  position: absolute;
  z-index: 1;
  width: 100%;
}

.left-intro {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 7px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.journal-card-info-2 {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  margin-top: -12px;
  padding-right: 36px;
  padding-left: 36px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.all-journal-posts {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  min-height: 800px;
  margin-left: 80px;
  padding-top: 80px;
  padding-bottom: 140px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.all-journal-posts.nopadding {
  margin-left: 0px;
}

.all-journal-posts.nopadding.cero {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.journal-cards.full {
  width: 90%;
  margin-top: 27px;
}

.journal-cards.full._100 {
  width: 100%;
}

.body-display-4 {
  color: #516381;
  font-size: 17px;
  line-height: 1.6em;
  font-weight: 400;
}

.body-display-4.small {
  font-family: Montserrat, sans-serif;
  color: #161616;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
}

.body-display-4.small.icon {
  height: auto;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
}

.body-display-4.small.icon.event {
  color: #000;
  font-size: 14px;
}

.body-display-4.small.icon.event {
  font-size: 14px;
}

.body-display-4.small.evento {
  margin-bottom: 20px;
  color: rgba(238, 240, 247, 0.68);
}

.body-display-4.small.evento.descripci-n {
  margin-bottom: 0px;
}

.journal-card-image {
  position: relative;
  overflow: hidden;
  min-height: 275px;
}

.outline-button-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px;
  -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(192, 192, 211, 0.2);
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  color: #081c3a;
  font-size: 10px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.outline-button-4:hover {
  border-color: #081c3a;
  background-color: #081c3a;
  color: #fff;
}

.outline-button-4.small {
  padding: 9px 18px;
  border-radius: 0px;
}

.outline-button-4.small:hover {
  border-color: #000;
  background-color: #000;
}

.outline-button-4.small.one {
  margin-right: 15px;
  border-radius: 0px;
  background-color: #dd1717;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
}

.outline-button-4.small.one:hover {
  background-color: #000;
}

.outline-button-4.small.one {
  margin-top: 14px;
  margin-right: 15px;
  border-radius: 0px;
  background-color: #dd1717;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
}

.outline-button-4.small.one:hover {
  background-color: #000;
}

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

.journal-category-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 10px 8px 12px;
  -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: #000;
  color: #fff;
  font-size: 8px;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.button-line {
  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-up {
  margin-right: 5px;
  margin-left: 5px;
}

.white-text {
  color: #fff;
}

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

.hero-background-image-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: url('../images/businessIntelligence.jpg');
  background-position: 50% 0%;
  background-size: cover;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 3px;
}

.hero-background-image-3.chiapas {
  background-image: url('../images/ActionCoach_Landing_Fondo.jpg');
}

.xxl-heading-3 {
  margin-bottom: 21px;
  color: #eef0f6;
  font-size: 45px;
  line-height: 1.2em;
  text-align: center;
}

.xxl-heading-3.evento {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
}

.vacations-verticle-card {
  display: -ms-grid;
  display: grid;
  min-height: 300px;
  padding: 18px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(192, 192, 211, 0.2);
  border-radius: 12px;
  -webkit-transition: box-shadow 500ms cubic-bezier(.25, .46, .45, .94);
  transition: box-shadow 500ms cubic-bezier(.25, .46, .45, .94);
}

.vacations-verticle-card:hover {
  box-shadow: 0 9px 48px -6px rgba(53, 64, 117, 0.12);
}

.vacations-verticle-card._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 14px;
}

.vacations-verticle-card._2.icon {
  height: 200px;
  min-height: auto;
  padding: 15px 10px;
  border-radius: 0px;
  opacity: 0.81;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.vacations-verticle-card._2.icon:hover {
  border-color: rgba(233, 181, 181, 0.37);
  opacity: 1;
}

.vacations-verticle-card._2.icon.event {
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.heading-contact {
  font-family: Montserrat, sans-serif;
  letter-spacing: -0.05em;
  text-transform: none;
}

.overlay-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(15, 19, 38, 0.55);
}

.overlay-6.dark {
  background-color: rgba(0, 0, 0, 0.71);
}

.overlay-6.gradient {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(73%, transparent));
  background-image: linear-gradient(0deg, #000, transparent 73%);
}

.text-field-7 {
  min-height: 40px;
  margin-bottom: 0px;
  padding: 10px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(136, 158, 168, 0.2);
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: rgba(51, 51, 51, 0.52);
  font-size: 13px;
  font-weight: 400;
}

.text-field-7.large {
  min-height: 100px;
}

.text-field-7.white-bg {
  background-color: #fff;
}

.text-field-7.white-bg.referido {
  margin-right: 10px;
}

.related-vacation-info-2 {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 3px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.journal-content {
  border-radius: 12px;
}

.inner-page-hero-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 700px;
  padding-top: 80px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.inner-page-hero-2.events {
  min-height: 600px;
}

.grid-wrapper-13 {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(10px, 1fr) minmax(auto, 1400px) minmax(10px, 1fr);
  grid-template-columns: minmax(10px, 1fr) minmax(auto, 1400px) minmax(10px, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.journal-post {
  display: -ms-grid;
  display: grid;
  min-height: 500px;
  margin-top: -60px;
  margin-left: 10px;
  padding: 48px 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 5px;
  background-color: #fff;
}

.icon-3 {
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
}

.vacation-card-info {
  display: -ms-grid;
  display: grid;
  min-height: 0px;
  padding-right: 12px;
  padding-bottom: 0px;
  padding-left: 12px;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.left-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 2px;
  background-color: #d7dfeb;
}

.location-image-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 110%;
  height: 110%;
  background-image: url('../images/Screen-Shot-2022-06-02-at-15.41.37.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.location-image-2.emilio {
  background-image: url('../images/Coach-Emilio-Gonzalez-ActionCoach-SBP-2.jpg');
  background-position: 50% 0%;
}

.info-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -55px;
  margin-bottom: 51px;
  padding-top: 27px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
}

.journal-hero {
  margin-left: 36px;
  padding-top: 80px;
  padding-bottom: 140px;
}

.journal-hero.no-padding-up {
  padding-top: 0px;
  padding-bottom: 0px;
}

.related-vacation {
  position: -webkit-sticky;
  position: sticky;
  top: 101px;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  min-height: 300px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(192, 192, 211, 0.2);
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
}

.related-vacation:hover {
  color: #dd1717;
}

.featured-location-price {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 7px;
  grid-row-gap: 4px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.featured-location-price:hover {
  color: #dd1717;
}

.contact-form-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-right: 36px;
  padding-left: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-form-wrapper.event {
  margin-top: 0px;
  padding-top: 46px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  border-top: 1px solid rgba(136, 158, 168, 0.2);
}

.field-wrapper-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 8px;
  margin-bottom: 7px;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.field-wrapper-2.cero-margin {
  margin-bottom: 0px;
}

.sticky-intro {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.detalles-evento {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rich-text-3 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 27px;
  text-align: left;
}

.rich-text-3.justify {
  text-align: justify;
}

.form-block-6 {
  width: 100%;
  margin-bottom: 0px;
}

.popular-vacations-wrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 25px;
  margin-right: 50px;
  margin-left: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.popular-vacations-wrapper.icons {
  margin-top: 46px;
}

.popular-vacations-wrapper.icons.no-margin {
  margin-top: 0px;
}

.popular-vacations-wrapper.icons.no-margin.event {
  width: 100%;
}

.heading-27 {
  color: #fff;
  font-size: 17px;
  line-height: 16px;
  font-weight: 500;
}

.text-block-121 {
  margin-top: -8px;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.grid-7 {
  margin-top: 21px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.table-data {
  color: #4e4e4e;
  font-size: 13px;
}

.table-data.na {
  color: rgba(78, 78, 78, 0.2);
}

.table-data.estatus {
  padding: 5px 15px;
  border-style: none;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 20px;
  background-color: #dbdbdb;
}

.table-data.estatus.seen {
  background-color: #c6f9ff;
}

.table-data.estatus.green {
  background-color: #9df597;
}

.table-data.link {
  text-decoration: none;
}

.table-arrows {
  width: 15px;
  margin-right: 8px;
  opacity: 0.35;
  cursor: pointer;
}

.table-arrows:hover {
  opacity: 0.6;
}

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

.form-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-table-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button-6 {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 3px;
  padding: 10px 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;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
}

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

.button-6.w--current {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button-6.button--dark {
  border-color: #000;
  color: #000;
}

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

.button-6.button--dark.red {
  padding: 13px 30px;
  border-style: none;
  border-color: #e82127;
  border-radius: 40px;
  background-color: #023f90;
  color: #fff;
  font-size: 14px;
  line-height: 13px;
  font-weight: 500;
  text-transform: none;
}

.button-6.button--dark.red:hover {
  border-color: #000;
  border-radius: 0px;
  background-color: #ff8400;
}

.button-6.button--dark.red.ouline {
  border-style: solid;
  border-width: 1px;
  border-color: #ff8400;
  background-color: transparent;
  color: #ff8400;
}

.button-6.button--dark.red.ouline:hover {
  background-color: #ff8400;
  color: #fff;
}

.button-6.button--dark.red.ouline.full {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 15px;
  line-height: 14px;
}

.button-6.button--dark.red.ouline.full._3 {
  height: 45px;
  margin-top: -10px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ff8400;
  color: #fff;
}

.table-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-shadow: 1px 1px 19px 3px rgba(76, 94, 131, 0.19);
}

.table-wrapper-2.white-bg {
  background-color: #fff;
}

.error-message-7 {
  background-color: #fee;
}

.form-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 15px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background-color: transparent;
}

.div-block-410 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-heading-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #9898a3;
  line-height: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.div-block-411 {
  padding-right: 20px;
  padding-left: 10px;
}

.div-block-406 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5%;
  -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;
}

.div-block-406._2 {
  border: 1px none #ececec;
}

.wrapper-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 32px 40px 65px;
  -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;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #4e4e4e;
}

.table-row-nr {
  font-weight: 500;
}

.table-details-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  -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;
}

.div-block-414 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-3 {
  width: 100%;
  margin-bottom: 2px;
}

.table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 13px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #dce0ec;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #9898a3;
  cursor: pointer;
}

.table-row:hover {
  box-shadow: 0 12px 10px 0 rgba(142, 143, 163, 0.06);
  color: #4347e7;
}

.table-row.head {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: default;
}

.table-row.head:hover {
  background-color: transparent;
  box-shadow: none;
  color: #9898a3;
  font-weight: 500;
}

.table-row.head.hide {
  display: none;
}

.div-block-412 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 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;
}

.text-field-2 {
  width: 100%;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f3f7;
  border-radius: 100px;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.text-field-2:hover {
  border-color: rgba(31, 28, 28, 0.18);
}

.text-field-2:active {
  border-color: #c3c5ca;
}

.text-field-2:focus {
  border-top-style: none;
  border-right-style: none;
  border-bottom-width: 3px;
  border-bottom-color: #ff8400;
  border-left-style: none;
  background-color: #f1f3f7;
}

.text-field-2.app {
  margin-right: 10px;
}

.text-span-4 {
  display: inline-block;
  padding: 4px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(239, 7%, 67%, 0.5);
  border-radius: 5px;
  background-color: transparent;
}

.table-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #f9f9f9;
}

.table-box._2 {
  width: 20%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.table-box._2.small {
  width: 15%;
}

.table-box._2.action {
  width: 15%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.table-box.estatus {
  width: 10%;
}

.table-box._15 {
  width: 15%;
}

.table-box.action {
  width: 15%;
}

.success-message-5 {
  background-color: #f1f3f7;
}

.text-block-36 {
  color: #000;
  font-size: 12px;
  line-height: 16px;
}

.division {
  width: 80%;
  height: 1px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #afafaf;
  text-align: right;
}

.block-premio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 0 13px -2px rgba(0, 0, 0, 0.14);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.block-premio:hover {
  box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.27);
}

.content-premio {
  padding: 10px;
}

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

.footer-2 {
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.valor-puntos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 14px;
  padding-top: 10px;
  padding-bottom: 5px;
  -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: none;
  border-width: 1px;
  border-color: #a8a8a8;
}

.link-4 {
  padding-top: 3px;
  opacity: 0.54;
  color: #808292;
  font-size: 12px;
  text-decoration: none;
}

.link-4:hover {
  opacity: 1;
  color: #dd1717;
}

.center-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-premio {
  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;
}

.image-20 {
  width: 30px;
  margin-right: 3px;
}

.button-7 {
  width: 100%;
  margin-top: 10px;
  background-color: #ff8400;
  text-align: center;
}

.image-19 {
  width: 100%;
}

.heading-16 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #000;
}

.text-block-35 {
  margin-top: 6px;
  text-align: center;
}

.divisor {
  width: 80%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #eaeaea;
}

.divisor._2 {
  margin-bottom: 8px;
}

.rewards-card-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 20px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #9a9a9a;
}

.balance-grande {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #000;
}

.info-card-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -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;
}

.heading-15 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #131313;
  font-weight: 600;
}

.pointblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: 10px;
  padding: 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
}

.points-earned {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -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;
}

.link-5 {
  opacity: 0.35;
  color: #808692;
  text-decoration: none;
}

.link-5:hover {
  opacity: 1;
  color: #dd1717;
}

.full-row-card {
  width: 100%;
  padding: 0px;
  background-color: #fff;
  box-shadow: 0 0 30px -5px rgba(91, 91, 91, 0.3);
}

.text-block-34 {
  color: #000;
  font-weight: 600;
}

.image-18 {
  width: 60px;
  margin-top: 18px;
}

.rewards-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #001d44;
}

.full-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.full-row.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.full-row.horizontal.center {
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.linea-naranja {
  height: 7px;
  padding-bottom: 0px;
  background-color: #dd1717;
}

.points-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #b2b2b2;
}

.bullet-point {
  width: 25px;
  margin-right: 5px;
}

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

.html-embed-3 {
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .dropdown-link-4 {
    font-size: 11px;
  }

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

  .nav-link {
    font-size: 11px;
  }

  .actioncoach-logo {
    width: 180px;
  }

  .button-4.color-line-white {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .heading-regular {
    margin-bottom: 7px;
    font-size: 2em;
  }

  .solid-button._100 {
    font-size: 12px;
  }

  .text-field-6 {
    font-size: 15px;
  }

  .grid-wrapper {
    margin-top: 0px;
  }

  .subtitle {
    margin-top: 12px;
    font-size: 15px;
    font-weight: 600;
  }

  .overlay-5 {
    background-color: rgba(0, 0, 0, 0.86);
  }

  .underline-link.dark {
    position: static;
    display: block;
  }

  .underline-link.dark.a {
    display: block;
  }

  .body-display.small.black.left {
    height: auto;
    padding-bottom: 26px;
  }

  .body-display.black {
    font-size: 15px;
  }

  .journal-info {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .journal-cards {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-field-7 {
    font-size: 15px;
  }

  .journal-post {
    grid-column-gap: 80px;
  }

  .sticky-intro {
    position: static;
  }

  .popular-vacations-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}

@media screen and (min-width: 1440px) {
  .circulo {
    padding-bottom: 2px;
  }

  .dropdown-link-4 {
    font-size: 12px;
  }

  .dropdown-4 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .nav-link {
    font-size: 12px;
  }

  .actioncoach-logo {
    width: 200px;
  }

  .horizontal-journal-card {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }

  .horizontal-journal-card:hover {
    box-shadow: 4px 4px 40px 2px rgba(136, 158, 168, 0.32);
  }

  .body-display.small.black.left {
    padding-bottom: 32px;
  }

  .body-display.black {
    font-size: 14px;
  }

  .journal-cards {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .journal-post {
    padding: 60px;
  }

  .popular-vacations-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .button-6.button--dark.red.ouline {
    color: #ff8400;
  }

  .button-6.button--dark.red.ouline:hover {
    background-color: #ff8400;
  }
}

@media screen and (min-width: 1920px) {
  .dropdown-link-4 {
    font-size: 13px;
  }

  .dropdown-4 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .nav-link {
    font-size: 13px;
  }

  .actioncoach-logo {
    width: 220px;
  }

  .body-display.black {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .app-main-layout-container {
    display: block;
    margin-left: 0px;
  }

  .sidebar-navbar-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sidebar-navbar-link {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .sidebar-navbar-menu {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    overflow: auto;
    width: 100%;
    max-height: 100vh;
    min-width: 100%;
    margin-top: 54px;
    padding-top: 0px;
    padding-bottom: 70px;
  }

  .sidebar-navbar-brand {
    display: none;
  }

  .sidebar-navbar-heading {
    width: 100%;
    min-width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .sidebar-navbar-menu-button {
    width: 34px;
    height: 34px;
    margin: 0px 10px 0px 20px;
    padding: 0px;
    border-radius: 5px;
    background-image: url('../images/header-menu.svg');
    background-position: 0% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
  }

  .sidebar-navbar-menu-button:hover {
    background-image: url('../images/header-menu-active.svg');
  }

  .sidebar-navbar-menu-button.w--open {
    background-color: transparent;
    background-image: url('../images/header-menu-active.svg');
    opacity: 1;
  }

  .sidebar-navbar-toggle-button {
    display: none;
  }

  .sidebar-navbar-toggle-button.program {
    display: block;
  }

  .app-main-layout {
    min-height: 100vh;
  }

  .app-main-layout-mask {
    display: none;
  }

  .sidebar-navbar-footer {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-style: none;
  }

  .sidebar-navbar-footer.nav-toggle {
    display: block;
  }

  .sidebar-navbar-body {
    padding-bottom: 0px;
  }

  .utility-page-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .app-main-layout-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sidebar-navbar-dropdown-list {
    width: 100%;
    max-width: 100%;
  }

  .sidebar-navbar-dropdown {
    width: 100%;
    max-width: 100%;
  }

  .table.extra-wide {
    min-width: 300px;
  }

  .projects-bg.single {
    padding-top: 50%;
  }

  .single-layout-col {
    padding: 20px;
  }

  .white.text-large.pale {
    margin-bottom: 0px;
  }

  .space {
    height: 100px;
  }

  .row-resumen {
    -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;
  }

  .modal-2 {
    width: 70%;
  }

  .dropdown-wrapper {
    width: 100%;
    min-width: auto;
    box-shadow: 0 18px 36px -8px rgba(41, 43, 78, 0.12);
  }

  .dropdown-link-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    -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-top: 1px solid rgba(136, 158, 168, 0.2);
    border-bottom-style: none;
  }

  .dropdown-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-link {
    min-height: 60px;
    border-style: solid none none;
    border-width: 1px;
    border-color: rgba(136, 158, 168, 0.2);
    background-color: transparent;
  }

  .dropdown-list-3 {
    position: absolute;
  }

  .dropdown-list-3.w--open {
    padding-top: 0px;
  }

  .dropdown-corner {
    top: -6px;
    border-top: 1px solid rgba(136, 158, 168, 0.2);
    border-left: 1px solid rgba(136, 158, 168, 0.2);
  }

  .countdown-grid {
    width: 60%;
  }

  .column-block {
    margin-right: 7px;
  }

  .heading-10 {
    font-size: 35px;
    line-height: 50px;
  }

  .form-content {
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-4 {
    padding: 18px 40px;
  }

  .button-4:hover {
    background-color: hsla(0, 0%, 50.2%, 0.2);
  }

  .button-4.color-line-white:hover {
    background-color: #fff;
  }

  .text-field-5.space-1 {
    width: 350px;
  }

  .section-7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-7.no-top-padding {
    padding-bottom: 60px;
  }

  .modal-3 {
    width: 90%;
  }

  .tool-wrap {
    padding: 24px;
  }

  .tool-wrap.banner-wrap {
    padding: 24px;
  }

  .sidebar-wrap {
    overflow: hidden;
    height: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .category-block {
    margin-bottom: 0px;
  }

  .category-block.all-products {
    margin-bottom: 0px;
  }

  .category-block.all-products.w--current {
    margin-top: 24px;
    margin-bottom: 16px;
  }

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

  .tools-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .sidebar {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-bottom: 1px solid #dbdde6;
  }

  .sidebar.sidebar-homepage {
    display: none;
    border-bottom: 0px none transparent;
  }

  .content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .category-image-strip {
    left: 24px;
  }

  .field-wrapper.cero-margin {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .titulo-kpis-marketing-resumen {
    overflow: scroll;
  }

  .linea-kpis-mkt {
    min-width: 800px;
  }

  .white-square {
    width: 100%;
    height: 150px;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .post-top {
    padding-top: 60px;
  }

  .collection-hero-banner {
    min-height: 650px;
  }

  .section-8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .post-body {
    padding: 48px 0px 48px 48px;
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grey-cover-6 {
    margin-left: 65px;
  }

  .grid-wrapper-10 {
    -ms-grid-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .section-intro {
    padding-left: 36px;
  }

  .journal-card {
    padding-bottom: 24px;
  }

  .journal-card-info-2 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .all-journal-posts {
    margin-left: 36px;
  }

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

  .xxl-heading-3 {
    font-size: 48px;
  }

  .grid-wrapper-13 {
    -ms-grid-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .journal-post {
    padding: 36px 36px 0px;
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-form-wrapper {
    padding-left: 36px;
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sticky-intro {
    position: relative;
    top: 0px;
  }

  .popular-vacations-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .scroll-table-content {
    overflow: scroll;
  }

  .button-6 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-406._2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .table-row {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .table-box._2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .table-box._2.small {
    padding-right: 12px;
  }

  .table-box._2.action {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  .sidebar-navbar-brand-logo {
    display: none;
  }

  .sidebar-navbar-menu-button {
    z-index: 100;
  }

  .sidebar-navbar-menu-button:hover {
    background-image: url('../images/header-menu-active.svg');
  }

  .sidebar-navbar-menu-button.w--open {
    background-image: url('../images/header-menu-active.svg');
  }

  .sidebar-navbar-footer {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sidebar-navbar-brand-logo-small {
    display: block;
  }

  .menu-dropdown-list.w--open {
    position: fixed;
    left: 0px;
    top: 53px;
    overflow: auto;
    height: auto;
    max-height: 100%;
    min-height: 100%;
    margin-bottom: 54px;
    padding-bottom: 54px;
    border-bottom: 1px solid #ebedf0;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: none;
  }

  .menu-dropdown-list.search-dropdown-list.w--open {
    padding: 20px;
  }

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

  .button.button-small.button-primary._20margin.round {
    margin-right: 10px;
    margin-left: 10px;
  }

  .button.button-small.button-primary._20margin.round.lines {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 14px;
    margin-left: 10px;
  }

  .app-main-layout-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .colors-row {
    margin-bottom: 0px;
  }

  .card {
    padding: 30px 10px 20px;
  }

  .card.text-center.data {
    margin-bottom: 14px;
  }

  .card.contact {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 75px;
    padding-right: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .page-heading.with-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .search {
    position: relative;
  }

  .footer {
    text-align: center;
  }

  .footer-right {
    margin-top: 10px;
    text-align: center;
  }

  .notification-tabs.inbox {
    margin-right: -20px;
    margin-bottom: -20px;
    margin-left: -20px;
  }

  .row.table-row.flex-center.single-row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .row.flex-center.project-balance {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col {
    margin-bottom: 0px;
  }

  .col.table-col {
    margin-bottom: 0px;
  }

  .section {
    margin-bottom: 0px;
  }

  .section.section-center {
    margin-bottom: 20px;
  }

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

  .page-tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    margin-right: -20px;
    margin-bottom: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .page-tab-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .page-tab-link.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .page-tab-link.price-plans {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .page-tab-link.receipt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .align-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .table.extra-wide {
    overflow: scroll;
    min-width: 400px;
  }

  .table.extra-wide.single {
    min-width: 100%;
  }

  .chart-crypto-heading {
    -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;
  }

  .currency-container {
    margin-bottom: 10px;
  }

  .crypto-stat-item {
    margin-right: 10px;
    margin-left: 0px;
  }

  .avatar.big {
    width: 100px;
    height: 100px;
  }

  .profile-bg {
    height: 100px;
    margin-right: -20px;
    margin-left: -20px;
  }

  .profile-info {
    margin-top: -40px;
  }

  .profile-details {
    margin-top: 50px;
  }

  .profile-follow {
    margin-top: 50px;
  }

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

  .modal-container {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .profile-card-columns {
    margin-right: -20px;
    margin-bottom: -40px;
    margin-left: -20px;
  }

  .switcher-tab {
    display: block;
    border-style: none solid;
    border-right-width: 1px;
    border-right-color: #ebedf0;
    border-left-width: 1px;
    border-left-color: #ebedf0;
  }

  .switcher-tab.w--current {
    border-right-color: #325ae7;
    border-left-color: #325ae7;
  }

  .switcher-tab.right {
    border-bottom-style: solid;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
  }

  .switcher-tab.left {
    border-top-style: solid;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
  }

  .switcher-tab.left.w--current {
    border-right-color: #325ae7;
  }

  .total-balance-image {
    padding-right: 0px;
  }

  .contact-profile {
    min-width: 200px;
  }

  .contact-profile-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .projects-bg.single {
    margin-top: -30px;
    margin-right: -20px;
    margin-left: -20px;
    padding-top: 40%;
  }

  .single-layout-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .single-layout-col.left {
    display: none;
  }

  .account-item {
    padding: 20px;
  }

  .search-result-item {
    padding: 20px;
  }

  .overview-item {
    margin-bottom: 32px;
  }

  .login-container {
    width: 470px;
  }

  .text-block-3 {
    width: 450px;
  }

  .button-business {
    margin-top: 50px;
  }

  .dropdown-toggle.import {
    margin-right: 10px;
    margin-left: 10px;
  }

  .botones-fila._20padding {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal-centering {
    padding-right: 40px;
    padding-left: 40px;
  }

  .modal-2 {
    width: 90%;
  }

  .dropdown-3 {
    display: inline-block;
  }

  .dropdown-link-4 {
    min-height: 54px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .dropdown-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-link {
    min-height: 54px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .video-block {
    background-position: 100% 50%;
    background-attachment: scroll;
  }

  .countdown-grid {
    width: 95%;
    margin-bottom: 0px;
  }

  .form-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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_wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form12_checkbox_field {
    width: 48%;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .next {
    position: relative;
    top: 11px;
    z-index: 6;
    margin-right: 149px;
  }

  .mobile-nav-bottom {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 5;
    display: none;
    height: 100px;
    border-top: 1px solid rgba(131, 149, 177, 0.15);
    background-color: #fff;
  }

  .form-3 {
    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;
  }

  .button-4 {
    width: 100%;
    font-size: 16px;
  }

  .button-4.color-line-white {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .button-4.color-line-white.white.black.red {
    position: relative;
    left: 129px;
    bottom: -2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .error-message-4 {
    width: 450px;
  }

  .form-4 {
    margin-top: 152px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo {
    width: 75px;
  }

  .text-field-5.space-1 {
    width: 350px;
  }

  .submit-button-4:hover {
    background-color: #dd1717;
  }

  .heading-regular {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 700;
  }

  .mask-2 {
    width: 100%;
  }

  ._50-50 {
    width: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .section-7.no-top-padding {
    padding-bottom: 48px;
  }

  .red-line.diagnostico {
    top: -132px;
    height: 60px;
    max-width: 520px;
    min-width: 520px;
    text-decoration: line-through;
  }

  .previous {
    position: absolute;
    left: -1%;
    top: auto;
    bottom: -2%;
    z-index: 6;
  }

  .slider-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 550px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-2.diagnostic {
    max-width: 520px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-2.diagnostic {
    max-width: 520px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .error-message-5 {
    width: 450px;
  }

  .modal-3 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-4 {
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-117 {
    font-size: 14px;
  }

  .heading-24 {
    font-size: 14px;
  }

  .banner-content-3 {
    -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;
  }

  .category-text {
    display: block;
  }

  .category-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .category-block.all-products.w--current {
    margin-bottom: 10px;
  }

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

  .tools-wrap {
    padding-right: 24px;
    padding-left: 24px;
  }

  .banner-icon {
    width: 160px;
    height: 160px;
    margin-right: 0px;
    margin-bottom: 28px;
  }

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

  .content-wrap._2-espace.form-kpi.calculadora {
    width: 100%;
    margin-bottom: 0px;
  }

  .field-wrapper.cero-margin {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .hero-intro {
    padding-right: 40px;
    padding-left: 40px;
  }

  .xxl-heading {
    font-size: 42px;
  }

  .about-hero-bottom {
    min-height: 100px;
  }

  .post-top {
    grid-row-gap: 60px;
  }

  .collection-hero-banner {
    min-height: 500px;
  }

  .grid-wrapper {
    margin-top: 0px;
    -ms-grid-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  }

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

  .section-8.no-padding {
    margin-top: 35px;
  }

  .post-body {
    padding: 36px 0px 36px 36px;
  }

  .post-author-card {
    padding: 36px;
  }

  .grey-cover-6 {
    margin-left: 0px;
  }

  .grid-wrapper-10 {
    -ms-grid-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .section-intro {
    padding: 80px 0px;
  }

  .journal-image {
    min-height: 275px;
  }

  .horizontal-journal-card {
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .journal-info {
    padding: 0px 12px 12px;
    grid-row-gap: 24px;
  }

  .all-journal-posts {
    margin-left: 0px;
  }

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

  .xxl-heading-3 {
    font-size: 42px;
  }

  .inner-page-hero-2 {
    min-height: 550px;
    padding-top: 65px;
  }

  .grid-wrapper-13 {
    -ms-grid-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .journal-post {
    margin-left: 0px;
    padding: 24px 24px 0px;
  }

  .popular-vacations-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .scroll-table-content {
    margin-right: 33px;
  }

  .button-6 {
    width: 100%;
  }

  .button-6.button--dark.red.ouline.full._3 {
    margin-top: 6px;
  }

  .table-wrapper-2 {
    overflow: hidden;
  }

  .form-7 {
    margin-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .table-data-wrapper {
    position: relative;
  }

  .wrapper-section {
    padding-top: 40px;
  }

  .div-block-414 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-3 {
    margin-bottom: 0px;
  }

  .table-row {
    width: 740px;
  }

  .table-row.head {
    display: none;
    width: 650px;
  }

  .table-row.head.hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 740px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .table-container {
    position: relative;
    overflow: hidden;
  }

  .scroll-container {
    overflow: hidden;
    width: 100vw;
  }

  .table-box.action {
    width: 48px;
  }

  .info-card-block {
    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;
  }

  .points-earned {
    width: 100%;
  }

  .points-data {
    width: 100%;
    margin-top: 25px;
    padding-top: 25px;
    padding-left: 0px;
    border-top: 1px solid #b2b2b2;
    border-left-style: none;
  }
}

@media screen and (max-width: 479px) {
  .menu-dropdown-list.w--open {
    position: fixed;
    left: 0px;
    height: auto;
    border-bottom-style: solid;
    border-radius: 0px;
    background-color: #fff;
  }

  .button {
    display: block;
    width: 100%;
  }

  .button.button-small.button-primary._20margin.round {
    width: 200px;
    margin-bottom: 10px;
  }

  .button.button-small.button-primary._20margin.round.lines {
    width: 200px;
  }

  .button.button-small.button-primary._20margin.round.black {
    width: 200px;
  }

  .button.button-growth-none {
    display: inline-block;
    width: auto;
  }

  .app-main-layout-wrapper.program {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-group {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .card.text-center.data {
    margin-bottom: 20px;
  }

  .card.no-padding.receipt-table {
    overflow: auto;
  }

  .card.contact {
    padding-right: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search {
    position: relative;
  }

  .input.search-result {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .tabs-menu {
    border-bottom-style: none;
  }

  .tabs-menu.notification-menu {
    border-bottom-style: solid;
  }

  .tabs-menu.notification-menu.inbox {
    overflow: auto;
  }

  .tab-link {
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-link.w--current {
    padding-right: 10px;
    padding-left: 10px;
    border-bottom-style: none;
    border-radius: 5px;
    background-color: #f6f7f9;
  }

  .tab-link.notification-tab.w--current {
    padding-right: 20px;
    padding-left: 20px;
    border-bottom-style: solid;
    border-radius: 0px;
  }

  .button-group-item {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .dropdown {
    width: 100%;
  }

  .row.flex-center.project-balance {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .col.table-col {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col.table-col.left-padding {
    display: none;
  }

  .col.table-col.center.fecha {
    display: none;
  }

  .col.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .align-right {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .table.extra-wide {
    min-width: 200px;
  }

  .avatar.big {
    margin-right: auto;
    margin-left: auto;
  }

  .profile-info {
    -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;
    text-align: center;
  }

  .profile-details {
    margin-top: 0px;
    margin-left: 0px;
  }

  .profile-follow {
    margin-top: 10px;
  }

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

  .price-plan-select {
    padding: 15px 10px;
  }

  .select-price-plan-description {
    text-align: left;
  }

  .select-price-plan-price {
    padding-left: 20px;
    font-size: 20px;
    text-align: right;
  }

  .switcher-tab {
    width: 100%;
  }

  .switcher-tab.w--current {
    width: 100%;
  }

  .switcher-tab.left {
    width: 100%;
  }

  .receipt-row {
    min-width: 500px;
  }

  .reply-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reply-additional-actions {
    margin-bottom: 10px;
  }

  .projects-bg.single {
    padding-top: 60%;
  }

  .search-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .invert {
    max-width: 100px;
  }

  .hero-logo {
    overflow: hidden;
  }

  .nombre {
    display: none;
  }

  .heading-2 {
    font-size: 20px;
  }

  .form {
    width: 230px;
  }

  .login-container {
    width: 270px;
    padding-right: 10px;
    padding-bottom: 24px;
    padding-left: 10px;
  }

  .text-block-3 {
    width: 250px;
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-2 {
    font-size: 13px;
    text-align: center;
  }

  .space {
    height: 60px;
  }

  .button-business {
    margin-top: 10px;
  }

  .dropdown-toggle {
    margin-top: 13px;
  }

  .dropdown-toggle.import {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .dropdown-list-2.w--open {
    left: auto;
    top: 42px;
  }

  .botones-fila._20padding {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .botones-fila._20padding.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal-centering {
    padding-right: 20px;
    padding-left: 20px;
  }

  .modal-2 {
    width: 100%;
  }

  .dropdown-3 {
    width: 200px;
    margin-bottom: 14px;
  }

  .tabs {
    width: 100%;
  }

  .nav-link {
    background-color: transparent;
  }

  .outline-button-2.zoom {
    height: 200px;
  }

  .countdown-grid {
    width: 100%;
    margin-left: 0px;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .column-block {
    padding-right: 9px;
    padding-left: 9px;
  }

  .heading-10 {
    font-size: 35px;
    line-height: 37px;
  }

  .text-block-20 {
    font-size: 14px;
  }

  .fb-text {
    font-size: 13px;
  }

  .form-wrapper-2 {
    height: auto;
  }

  .checkbox_wrap {
    width: 90%;
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .checkbox_wrap.checkbox_centre {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-content {
    width: 100%;
    margin-bottom: 6px;
  }

  .form12_checkbox_field {
    width: 48%;
    height: 100px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .next {
    position: relative;
    top: 3px;
    right: 35px;
    z-index: 10;
    width: auto;
    margin-right: 12px;
    margin-left: 0px;
  }

  .form-3 {
    width: 100%;
    height: auto;
  }

  .button-4 {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-4.color-line-white {
    font-size: 14px;
  }

  .button-4.color-line-white.white.black.red {
    margin-left: 0px;
  }

  .error-message-4 {
    width: 300px;
  }

  .form-4 {
    width: 100%;
    margin-top: 18px;
  }

  .text-field-5.space-1 {
    width: 250px;
    margin-top: 64px;
  }

  .paragraph-3.white.spaceup {
    font-size: 12px;
    line-height: 19px;
  }

  .heading-regular {
    font-size: 18px;
  }

  .slide-5 {
    height: auto;
  }

  .mask-2 {
    position: static;
    height: 100%;
    padding-bottom: 0px;
  }

  .mask-2.diagnostic {
    height: auto;
  }

  .subtitle-5 {
    line-height: 1.2em;
  }

  ._50-50 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .red-line.diagnostico {
    max-width: 300px;
    min-width: 300px;
  }

  .slider-content-wrap {
    width: 100%;
    margin-bottom: 0px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .previous {
    position: absolute;
    left: 5%;
    bottom: -17%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100px;
    margin-bottom: 104px;
    margin-left: 2px;
  }

  .slider-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-2.diagnostic {
    height: auto;
    max-width: 300px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .slider-2.diagnostic {
    height: auto;
    max-width: 300px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .error-message-5 {
    width: 300px;
  }

  .modal-3 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-23 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 18px;
  }

  .full-title-concept {
    margin-bottom: 0px;
  }

  .text-block-117 {
    font-size: 12px;
    line-height: 15px;
  }

  .tabla-tarea {
    padding-top: 10px;
    padding-bottom: 10px;
    -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;
  }

  .col-izq {
    width: 100%;
    margin-bottom: 7px;
  }

  .col-der {
    width: 100%;
  }

  .tool-wrap {
    padding: 20px;
  }

  .tool-wrap.banner-wrap {
    padding-bottom: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .banner-note-wrap {
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-note-text {
    margin-right: 0px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    line-height: 23px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .sidebar-wrap {
    height: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .banner-content-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner-logo {
    margin-top: 6px;
  }

  .category-block {
    width: 100%;
  }

  .category-block.all-products {
    width: auto;
  }

  .banner-content-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .tools-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-5 {
    display: block;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .banner-headline {
    font-size: 22px;
    line-height: 28px;
  }

  .sidebar {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-bottom: 1px solid #dbdde6;
  }

  .sidebar.sidebar-homepage {
    margin-bottom: 20px;
  }

  .category-image-strip {
    left: 20px;
  }

  .text-field-6.large.lead {
    min-height: 100px;
  }

  .field-wrapper.cero-margin {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .field-wrapper.cero-margin.calculadora.calculaaa {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .background {
    width: 100%;
  }

  .hero-intro {
    padding-right: 0px;
    padding-left: 0px;
    grid-row-gap: 24px;
  }

  .xxl-heading {
    font-size: 30px;
  }

  .post-top {
    padding-top: 48px;
    grid-row-gap: 48px;
  }

  .overlay.light {
    width: 100%;
  }

  .collection-hero-banner {
    min-height: 450px;
  }

  .grid-wrapper {
    grid-template-columns: minmax(5vw, 1fr) repeat(auto-fit, minmax(auto, 297px)) minmax(5vw, 1fr);
  }

  .background-wrapper {
    width: 100%;
  }

  .subtitle {
    font-weight: 600;
  }

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

  .post-body {
    padding: 24px 0px 48px 24px;
  }

  .post-author-card {
    padding: 24px;
  }

  .grid-wrapper-10 {
    -ms-grid-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

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

  .horizontal-journal-card {
    grid-row-gap: 24px;
  }

  .medium-stacked-intro {
    grid-row-gap: 24px;
  }

  .xxl-heading-3 {
    font-size: 36px;
  }

  .inner-page-hero-2 {
    min-height: 525px;
  }

  .grid-wrapper-13 {
    -ms-grid-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .journal-post {
    padding: 18px;
  }

  .contact-form-wrapper {
    padding-right: 0px;
    padding-left: 20px;
  }

  .form-block-7 {
    margin-right: auto;
    margin-left: auto;
  }

  .scroll-table-content {
    margin-right: 30px;
  }

  .button-6.button--dark.red {
    text-align: center;
  }

  .table-details-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-414 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-3 {
    margin-bottom: 20px;
  }

  .div-block-412 {
    margin-bottom: 15px;
  }

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

  .pointblock {
    height: 100%;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .full-row.horizontal.center {
    -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;
  }

  .datapointsblock {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

#w-node-d536b8ab-44dd-b243-da8f-61e8727279dc-d8d6a62d {
  -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-d536b8ab-44dd-b243-da8f-61e8727279e6-d8d6a62d {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-d536b8ab-44dd-b243-da8f-61e8727279e7-d8d6a62d {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-d536b8ab-44dd-b243-da8f-61e8727279f4-d8d6a62d {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-d536b8ab-44dd-b243-da8f-61e8727279f9-d8d6a62d {
  -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-d536b8ab-44dd-b243-da8f-61e8727279fe-d8d6a62d {
  -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-d536b8ab-44dd-b243-da8f-61e872727a08-d8d6a62d {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-d536b8ab-44dd-b243-da8f-61e872727a09-d8d6a62d {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-d536b8ab-44dd-b243-da8f-61e872727a16-d8d6a62d {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-d536b8ab-44dd-b243-da8f-61e872727a1b-d8d6a62d {
  -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-_02f09cf0-1be1-2dd6-507b-19104d9b4c6e-9f787dfa {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_0ed81320-bb1c-cf80-5156-5eed4988ae17-00d6a64f {
  -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-_0ed81320-bb1c-cf80-5156-5eed4988ae21-00d6a64f {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_0ed81320-bb1c-cf80-5156-5eed4988ae22-00d6a64f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_0ed81320-bb1c-cf80-5156-5eed4988ae2f-00d6a64f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_0ed81320-bb1c-cf80-5156-5eed4988ae34-00d6a64f {
  -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-_0ed81320-bb1c-cf80-5156-5eed4988ae39-00d6a64f {
  -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-_0ed81320-bb1c-cf80-5156-5eed4988ae43-00d6a64f {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_0ed81320-bb1c-cf80-5156-5eed4988ae44-00d6a64f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_0ed81320-bb1c-cf80-5156-5eed4988ae51-00d6a64f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_0ed81320-bb1c-cf80-5156-5eed4988ae56-00d6a64f {
  -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-_0ed81320-bb1c-cf80-5156-5eed4988ae5b-00d6a64f {
  -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-_0ed81320-bb1c-cf80-5156-5eed4988ae65-00d6a64f {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_0ed81320-bb1c-cf80-5156-5eed4988ae66-00d6a64f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_0ed81320-bb1c-cf80-5156-5eed4988ae73-00d6a64f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_0ed81320-bb1c-cf80-5156-5eed4988ae78-00d6a64f {
  -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-_0ed81320-bb1c-cf80-5156-5eed4988ae7d-00d6a64f {
  -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-_0ed81320-bb1c-cf80-5156-5eed4988ae87-00d6a64f {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_0ed81320-bb1c-cf80-5156-5eed4988ae88-00d6a64f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_0ed81320-bb1c-cf80-5156-5eed4988ae95-00d6a64f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_0ed81320-bb1c-cf80-5156-5eed4988ae9a-00d6a64f {
  -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-_87754e74-2052-22a4-18cc-0b06508e2a50-00d6a64f {
  -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-_87754e74-2052-22a4-18cc-0b06508e2a5a-00d6a64f {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_87754e74-2052-22a4-18cc-0b06508e2a5b-00d6a64f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_87754e74-2052-22a4-18cc-0b06508e2a68-00d6a64f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_87754e74-2052-22a4-18cc-0b06508e2a6d-00d6a64f {
  -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-db390e97-01b0-3738-f8c3-0ec7ef5d8be7-00d6a64f {
  -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-db390e97-01b0-3738-f8c3-0ec7ef5d8bf1-00d6a64f {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-db390e97-01b0-3738-f8c3-0ec7ef5d8bf2-00d6a64f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-db390e97-01b0-3738-f8c3-0ec7ef5d8bff-00d6a64f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-db390e97-01b0-3738-f8c3-0ec7ef5d8c04-00d6a64f {
  -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-_57df61dc-fc64-575f-4719-d38ad3002b42-00d6a64f {
  -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-_57df61dc-fc64-575f-4719-d38ad3002b4c-00d6a64f {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_57df61dc-fc64-575f-4719-d38ad3002b4d-00d6a64f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_57df61dc-fc64-575f-4719-d38ad3002b5a-00d6a64f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_57df61dc-fc64-575f-4719-d38ad3002b5f-00d6a64f {
  -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-_08f0a30e-91b2-d13a-e914-14218f5b8644-00d6a64f {
  -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-_08f0a30e-91b2-d13a-e914-14218f5b864e-00d6a64f {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_08f0a30e-91b2-d13a-e914-14218f5b864f-00d6a64f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_08f0a30e-91b2-d13a-e914-14218f5b865c-00d6a64f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_08f0a30e-91b2-d13a-e914-14218f5b8661-00d6a64f {
  -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-_3a0d0802-2198-0c87-a9e4-4065d59e83bc-8bfcf0ed {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_3a0d0802-2198-0c87-a9e4-4065d59e83bc-a2a1cc7c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_3a0d0802-2198-0c87-a9e4-4065d59e83bc-48ae14b4 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_8fe9316a-e8b3-b6bc-c1af-f114fdda5f76-48ae14b4 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_8fe9316a-e8b3-b6bc-c1af-f114fdda5f78-48ae14b4 {
  -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-node-_8fe9316a-e8b3-b6bc-c1af-f114fdda5f7a-48ae14b4 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -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: stretch;
  justify-self: stretch;
}

#w-node-_8fe9316a-e8b3-b6bc-c1af-f114fdda5f7c-48ae14b4 {
  -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;
}

#w-node-_48b19f1b-fef9-bcfb-3c04-10c705dee4da-48ae14b4 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_48b19f1b-fef9-bcfb-3c04-10c705dee4dc-48ae14b4 {
  -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-node-_48b19f1b-fef9-bcfb-3c04-10c705dee4de-48ae14b4 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -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: stretch;
  justify-self: stretch;
}

#w-node-_48b19f1b-fef9-bcfb-3c04-10c705dee4e0-48ae14b4 {
  -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;
}

#w-node-d58152f1-46c7-c820-554e-01d405e6bf91-48ae14b4 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d58152f1-46c7-c820-554e-01d405e6bf93-48ae14b4 {
  -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-node-d58152f1-46c7-c820-554e-01d405e6bf95-48ae14b4 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -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: stretch;
  justify-self: stretch;
}

#w-node-d58152f1-46c7-c820-554e-01d405e6bf97-48ae14b4 {
  -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;
}

#w-node-_3a0d0802-2198-0c87-a9e4-4065d59e83bc-9255970a {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_48b19f1b-fef9-bcfb-3c04-10c705dee4da-9255970a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_48b19f1b-fef9-bcfb-3c04-10c705dee4dc-9255970a {
  -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-node-_48b19f1b-fef9-bcfb-3c04-10c705dee4de-9255970a {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -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: stretch;
  justify-self: stretch;
}

#w-node-_48b19f1b-fef9-bcfb-3c04-10c705dee4e0-9255970a {
  -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;
}

#w-node-_3a0d0802-2198-0c87-a9e4-4065d59e83bc-7256e654 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ca037bcb-0101-2427-83e9-21d83b069f8f-7256e654 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-e0eb1b58-52e0-ee4d-c4e3-6031229d7f93-7256e654 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e0eb1b58-52e0-ee4d-c4e3-6031229d7f95-7256e654 {
  -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-node-e0eb1b58-52e0-ee4d-c4e3-6031229d7f97-7256e654 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -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: stretch;
  justify-self: stretch;
}

#w-node-e0eb1b58-52e0-ee4d-c4e3-6031229d7f99-7256e654 {
  -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;
}

#w-node-_3bba9de1-4992-0efa-bcc1-9c2af12aecb2-7256e654 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_3bba9de1-4992-0efa-bcc1-9c2af12aecb4-7256e654 {
  -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-node-_3bba9de1-4992-0efa-bcc1-9c2af12aecb6-7256e654 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -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: stretch;
  justify-self: stretch;
}

#w-node-_3bba9de1-4992-0efa-bcc1-9c2af12aecb8-7256e654 {
  -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;
}

#w-node-_757789ee-d4b4-bb07-9895-59fbf494a5db-15c03d17 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_757789ee-d4b4-bb07-9895-59fbf494a5dd-15c03d17 {
  -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-node-_757789ee-d4b4-bb07-9895-59fbf494a5df-15c03d17 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -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: stretch;
  justify-self: stretch;
}

#w-node-_757789ee-d4b4-bb07-9895-59fbf494a5e1-15c03d17 {
  -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;
}

#w-node-e409a9df-d3ae-c786-c475-2e8e0a04b40d-ca50c3a5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e409a9df-d3ae-c786-c475-2e8e0a04b40f-ca50c3a5 {
  -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-node-e409a9df-d3ae-c786-c475-2e8e0a04b411-ca50c3a5 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -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: stretch;
  justify-self: stretch;
}

#w-node-e409a9df-d3ae-c786-c475-2e8e0a04b413-ca50c3a5 {
  -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;
}

#w-node-_3a0d0802-2198-0c87-a9e4-4065d59e83bc-5a5b66e5 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_3a0d0802-2198-0c87-a9e4-4065d59e83bc-02feaf4c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d8fa5f89-8bbd-65b0-5380-7e7cec619dfa-02feaf4c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d8fa5f89-8bbd-65b0-5380-7e7cec619dfc-02feaf4c {
  -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-node-d8fa5f89-8bbd-65b0-5380-7e7cec619dfe-02feaf4c {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -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: stretch;
  justify-self: stretch;
}

#w-node-d8fa5f89-8bbd-65b0-5380-7e7cec619e00-02feaf4c {
  -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;
}

#w-node-cdb28ca0-1124-28b2-72c6-4fc363252443-0f1d1830 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ea7a7a27-df11-ffd7-3207-f1670ab1783c-0f1d1830 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2413df26-aac1-e538-81a4-a0035d3c4a4c-0f1d1830 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_20f5c8c5-d1f6-f092-4729-1c7ad348048b-0f1d1830 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ed3b67b4-5fc3-5fa7-5593-e702171be916-0f1d1830 {
  -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-_1fa8a30a-4e69-e9a9-7d5c-4e92f5d590c3-0f1d1830 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#Reflecci-n-2.w-node-_1fa8a30a-4e69-e9a9-7d5c-4e92f5d590ca-0f1d1830 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1fa8a30a-4e69-e9a9-7d5c-4e92f5d590cb-0f1d1830 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5a444baa-c4b3-ab94-71f0-af37a4bdebfc-080240e0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_8919e505-90a2-236f-faee-364a3ee5cfdd-080240e0 {
  -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;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_59ffc33f-c9ea-0a90-5fba-6b105b46d05d-080240e0 {
  -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;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a37d4292-11a0-547a-0d21-366209730d98-080240e0 {
  -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;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#Costo.w-node-_5a444baa-c4b3-ab94-71f0-af37a4bdebff-080240e0 {
  -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-_5a444baa-c4b3-ab94-71f0-af37a4bdec04-080240e0 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_27dbd45e-dd0d-24ba-5a31-a2f08a7d8fec-080240e0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_27dbd45e-dd0d-24ba-5a31-a2f08a7d8fed-080240e0 {
  -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;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_27dbd45e-dd0d-24ba-5a31-a2f08a7d8ff1-080240e0 {
  -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;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_27dbd45e-dd0d-24ba-5a31-a2f08a7d8ff5-080240e0 {
  -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;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_27dbd45e-dd0d-24ba-5a31-a2f08a7d8ff9-080240e0 {
  -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;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_27dbd45e-dd0d-24ba-5a31-a2f08a7d9001-080240e0 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f6395186-2b04-5c7e-7988-b1f2e631b4bf-080240e0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-f6395186-2b04-5c7e-7988-b1f2e631b4c0-080240e0 {
  -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;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f6395186-2b04-5c7e-7988-b1f2e631b4c4-080240e0 {
  -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;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f6395186-2b04-5c7e-7988-b1f2e631b4c8-080240e0 {
  -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;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f6395186-2b04-5c7e-7988-b1f2e631b4cc-080240e0 {
  -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;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f6395186-2b04-5c7e-7988-b1f2e631b4d0-080240e0 {
  -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;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f6395186-2b04-5c7e-7988-b1f2e631b4d4-080240e0 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a9fe3e2f-b97a-9669-9c8f-3b7644eda891-54e35c9a {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-a9fe3e2f-b97a-9669-9c8f-3b7644eda896-54e35c9a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a9fe3e2f-b97a-9669-9c8f-3b7644eda897-54e35c9a {
  -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-a9fe3e2f-b97a-9669-9c8f-3b7644eda899-54e35c9a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a9fe3e2f-b97a-9669-9c8f-3b7644eda89b-54e35c9a {
  -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-a9fe3e2f-b97a-9669-9c8f-3b7644eda89e-54e35c9a {
  -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: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-a9fe3e2f-b97a-9669-9c8f-3b7644eda89f-54e35c9a {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a9fe3e2f-b97a-9669-9c8f-3b7644eda8a2-54e35c9a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_43d8fbe1-61f2-61bd-601e-b7f075c649cb-54e35c9a {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_43d8fbe1-61f2-61bd-601e-b7f075c649ce-54e35c9a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_43d8fbe1-61f2-61bd-601e-b7f075c649cf-54e35c9a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cf5cce81-d38c-aecf-ff08-59d4ff55e3fb-54e35c9a {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-cf5cce81-d38c-aecf-ff08-59d4ff55e3fe-54e35c9a {
  -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;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cf5cce81-d38c-aecf-ff08-59d4ff55e400-54e35c9a {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-efd77d7f-d812-f364-b285-a0fc3e297fec-54e35c9a {
  -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;
}

#w-node-efd77d7f-d812-f364-b285-a0fc3e297fed-54e35c9a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-efd77d7f-d812-f364-b285-a0fc3e297fee-54e35c9a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-efd77d7f-d812-f364-b285-a0fc3e297ff0-54e35c9a {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-efd77d7f-d812-f364-b285-a0fc3e297ff1-54e35c9a {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-efd77d7f-d812-f364-b285-a0fc3e297ff6-54e35c9a {
  -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-efd77d7f-d812-f364-b285-a0fc3e297ff7-54e35c9a {
  -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-efd77d7f-d812-f364-b285-a0fc3e297ffe-54e35c9a {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-efd77d7f-d812-f364-b285-a0fc3e298003-54e35c9a {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-efd77d7f-d812-f364-b285-a0fc3e298008-54e35c9a {
  -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-efd77d7f-d812-f364-b285-a0fc3e29800f-54e35c9a {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-efd77d7f-d812-f364-b285-a0fc3e298014-54e35c9a {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-efd77d7f-d812-f364-b285-a0fc3e298019-54e35c9a {
  -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-efd77d7f-d812-f364-b285-a0fc3e298020-54e35c9a {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-efd77d7f-d812-f364-b285-a0fc3e298025-54e35c9a {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-efd77d7f-d812-f364-b285-a0fc3e29802a-54e35c9a {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_0e67fb9e-78cb-a798-5ed9-d32047548658-cd3c3788 {
  -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;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0e67fb9e-78cb-a798-5ed9-d3204754865a-cd3c3788 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0e67fb9e-78cb-a798-5ed9-d3204754865c-cd3c3788 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0e67fb9e-78cb-a798-5ed9-d3204754866f-cd3c3788 {
  -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-_0e67fb9e-78cb-a798-5ed9-d32047548677-cd3c3788 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_0e67fb9e-78cb-a798-5ed9-d32047548679-cd3c3788 {
  -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-_0e67fb9e-78cb-a798-5ed9-d32047548681-cd3c3788 {
  -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-_0e67fb9e-78cb-a798-5ed9-d3204754868b-cd3c3788 {
  -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-_0e67fb9e-78cb-a798-5ed9-d32047548695-cd3c3788 {
  -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-_0e67fb9e-78cb-a798-5ed9-d3204754869d-cd3c3788 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-ad776cea-3b0b-a512-2e6d-99bb7b933dec-cd3c3788 {
  -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-_9c1ba61d-f8c9-bb1a-fd7b-aaf45ca71c33-cd3c3788 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_9c1ba61d-f8c9-bb1a-fd7b-aaf45ca71c36-cd3c3788 {
  -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-_9c1ba61d-f8c9-bb1a-fd7b-aaf45ca71c37-cd3c3788 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_9c1ba61d-f8c9-bb1a-fd7b-aaf45ca71c3a-cd3c3788 {
  -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: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#registro.w-node-_0e67fb9e-78cb-a798-5ed9-d320475486d0-cd3c3788 {
  -ms-grid-column-align: center;
  justify-self: center;
  -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: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_0e67fb9e-78cb-a798-5ed9-d320475486d1-cd3c3788 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_0e67fb9e-78cb-a798-5ed9-d320475486d2-cd3c3788 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_0e67fb9e-78cb-a798-5ed9-d320475486d4-cd3c3788 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_0e67fb9e-78cb-a798-5ed9-d320475486d5-cd3c3788 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_0e67fb9e-78cb-a798-5ed9-d320475486da-cd3c3788 {
  -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-_0e67fb9e-78cb-a798-5ed9-d320475486df-cd3c3788 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#Puesto.w-node-_368f565f-a897-2fff-111c-a4ef2fa0f8c7-cd3c3788 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#Correo-2.w-node-_0e67fb9e-78cb-a798-5ed9-d320475486e2-cd3c3788 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#Telefono-2.w-node-_0e67fb9e-78cb-a798-5ed9-d320475486e3-cd3c3788 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0e67fb9e-78cb-a798-5ed9-d320475486eb-cd3c3788 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_758a848b-2fe1-cfd7-eff9-8cd004551b40-a1f88bd6 {
  -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-d454519b-ad9a-bd80-b6a0-d315cca7e42f-a1f88bd6 {
  -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-_0beca34f-e703-18cd-8d12-a09ea527a094-a1f88bd6 {
  -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-d1250a7d-70c7-0f8e-17ec-ff12cb638ffa-a1f88bd6 {
  -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-c1012e61-03bc-f863-78bf-433b20e7727e-a1f88bd6 {
  -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-_1d60bd2c-bc17-0d79-b399-ad549ab27274-a1f88bd6 {
  -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;
}

@media screen and (min-width: 1440px) {
  #w-node-cf5cce81-d38c-aecf-ff08-59d4ff55e3fe-54e35c9a {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-cf5cce81-d38c-aecf-ff08-59d4ff55e3fe-54e35c9a {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-efd77d7f-d812-f364-b285-a0fc3e297ffd-54e35c9a {
    -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-efd77d7f-d812-f364-b285-a0fc3e29800e-54e35c9a {
    -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-efd77d7f-d812-f364-b285-a0fc3e29801f-54e35c9a {
    -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-_0e67fb9e-78cb-a798-5ed9-d3204754865a-cd3c3788 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #Prospectos-2.w-node-_1fa8a30a-4e69-e9a9-7d5c-4e92f5d590c4-0f1d1830 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_9c1ba61d-f8c9-bb1a-fd7b-aaf45ca71c33-cd3c3788 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #Prospectos-2.w-node-_1fa8a30a-4e69-e9a9-7d5c-4e92f5d590c4-0f1d1830 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #Prospectos-2.w-node-_1fa8a30a-4e69-e9a9-7d5c-4e92f5d590c4-0f1d1830 {
    -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;
  }

  #Reflecci-n-2.w-node-_1fa8a30a-4e69-e9a9-7d5c-4e92f5d590ca-0f1d1830 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

