.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;
}

.e-navbar {
  position: relative;
  z-index: 100;
  height: 80px;
  margin-bottom: 16px;
  padding-right: 16px;
  padding-left: 32px;
  background-color: #fff;
}

.e-navbar.height-65 {
  height: 65px;
}

.e-navbar.height-65.e-navbar-border.e-navbar-fixed.hide {
  display: none;
}

.e-base {
  height: 60px;
}

.e-base.e-navbar-border {
  border: 1px solid #ccc;
}

.e-navbar-border {
  border-bottom: 1px solid #ccc;
}

.e-nv-i-r {
  position: relative;
  height: 100%;
  float: right;
}

.e-nv-i-r.left {
  float: left;
}

.e-nv-i-r.left.hide {
  display: none;
}

.e-navbar-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 8px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #fff;
}

.e-navbar-item:hover {
  border-bottom: 2px solid #000;
}

.e-navbar-item.white {
  border-bottom-color: transparent;
  color: #fff;
}

.e-navbar-item.white:hover {
  border-bottom-color: #fff;
}

.e-navbar-item.boton {
  border-bottom-color: transparent;
}

.e-navbar-item.boton.movil {
  display: none;
}

.e-navbar-item.boton.movil.desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.e-navbar-item.boton.hide {
  display: none;
}

.e-navbar-item.active {
  border-bottom-color: #008489;
}

.e-navbar-item.disabled {
  color: #eee;
}

.e-navbar-item.disabled:hover {
  border-bottom-color: transparent;
}

.e-navbar-item-icon {
  position: relative;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  float: left;
}

.e-navbar-item-icon.hide {
  display: none;
}

.e-navbar-item-icon.avatar {
  width: 28px;
  height: 28px;
  margin-right: 0px;
}

.e-navbar-item-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  float: left;
  -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-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 600;
}

.e-navbar-item-text.boton {
  height: 20px;
}

.e-navbar-item-text.hide {
  display: none;
}

.e-navbar-item-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.e-navbar-item-c.boton {
  padding-right: 16px;
  padding-left: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
}

.e-navbar-item-c.boton.borderless {
  border-color: #fff;
}

.e-navbar-item-c.boton.bg-image {
  border-style: none;
  background-color: #ff385c;
}

.e-navbar-item-c.boton.bg-008489 {
  border-color: #008489;
  background-color: #008489;
}

.e-navbar-item-text-1 {
  position: relative;
  text-decoration: none;
}

.e-navbar-logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 100%;
  margin-right: 24px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.e-navbar-logo.m-r {
  margin-right: 8px;
}

.e-nb-l {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 100px;
  margin-right: 16px;
  float: left;
  -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;
}

.e-nb-l.hide {
  display: none;
}

.e-navbar-title {
  position: relative;
  float: left;
}

.e-navbar-title.hide {
  display: none;
}

.e-navbar-title-a {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.e-navbar-isologo {
  position: relative;
  height: 18px;
  float: left;
  border: 1px solid #000;
}

.e-navbar-isologo.hide {
  display: none;
}

.e-navbar-isologo-img {
  position: relative;
  height: 18px;
}

.e-navbar-isologo-img.hide {
  display: none;
}

.e-navbar-item-text-1-a {
  position: relative;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.e-navbar-item-text-1-a:hover {
  color: #000;
  text-decoration: none;
}

.e-navbar-item-text-1-a.white {
  color: #fff;
}

.e-navbar-item-text-1-a.boton {
  color: #222;
  font-weight: 600;
}

.e-navbar-item-text-1-a.boton.bg-image {
  color: #fff;
}

.e-navbar-item-text-1-a.active {
  color: #008489;
}

.e-navbar-item-text-1-a.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.test {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.e-navbar-logo-img.hide {
  display: none;
}

.b-icon-32 {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #000;
}

.b-icon-32.bgless {
  background-color: transparent;
  line-height: 32px;
}

.e-navbar-item-icon-img.hide {
  display: none;
}

.b-icon-14 {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #000;
}

.b-icon-14.red {
  background-color: #ec0707;
}

.b-div-test-1 {
  width: 100%;
  height: 100px;
  margin-bottom: 16px;
  background-color: #e00e0e;
}

.e-navbar-fixed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
}

.e-body {
  position: relative;
  z-index: 10;
  height: 100vh;
  margin-top: 0px;
  padding: 89px 24px 24px;
}

.e-body.form {
  padding-top: 65px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.e-body.form.alone {
  padding-top: 0px;
  padding-left: 0px;
}

.e-body.form.alone.bg01 {
  background-image: url('../images/card-item-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.e-body.inbox {
  padding: 65px 0px 0px;
}

.e-body.no-navbar {
  padding-top: 24px;
}

.e-container {
  position: relative;
  width: 100%;
  margin-top: 96px;
}

.e-container.navbar-opcion-1 {
  margin-top: 500px;
}

.b-icon-65w {
  width: 65px;
  height: 18px;
  background-color: #000;
}

.e-navbar-transparent {
  background-color: transparent;
}

.e-nv-i-m {
  display: none;
}

.b-icon-16 {
  position: relative;
  width: 16px;
  height: 16px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-radius: 100px;
  background-color: #000;
  line-height: 16px;
}

.b-icon-16.bgless {
  background-color: transparent;
}

.b-icon-16.bg-008489 {
  background-color: #008489;
}

.b-icon-16.bg-fff {
  background-color: #fff;
}

.e-hero-1 {
  position: relative;
  width: 100%;
  height: 572px;
  background-image: url('../images/hero-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.e-hero-1.navbar-space {
  margin-top: 80px;
}

.e-hero-2-1 {
  position: relative;
  height: 364px;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #f7f7f7;
}

.e-hero-2-1-c {
  position: relative;
  width: 80%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.e-hero-2-1-text {
  position: absolute;
  width: 30%;
  min-height: 100px;
}

.e-hero-2-1-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 60%;
  height: 100%;
  border-radius: 8px;
  background-image: url('../images/hero-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.e-hero-2-1-title {
  position: relative;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
}

.b-div-test-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  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;
}

.e-boton {
  position: relative;
  display: inline-block;
  margin-left: 8px;
}

.e-boton.inline-block {
  margin-right: 8px;
}

.e-boton.bg-008489 {
  border-radius: 0px;
}

.e-boton-l {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 23px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 8px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.e-boton-l.black {
  background-color: #000;
  color: #fff;
}

.e-boton-l.black.small-1 {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.e-boton-l.white {
  border-style: solid;
  border-color: #fff;
  background-color: #fff;
}

.e-boton-l.color-1 {
  border-color: #ff5a5f;
  background-color: #ff5a5f;
  color: #fff;
}

.e-boton-l.bg-008489 {
  border-color: #008489;
  background-color: #008489;
  color: #fff;
}

.e-boton-l.c-008489 {
  border-color: #fff;
  color: #008489;
}

.e-boton-l.small-1 {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.e-boton-label {
  position: relative;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none;
}

.e-boton-label.right {
  margin-left: 4px;
  float: right;
}

.e-boton-label.white {
  color: #fff;
  text-decoration: none;
}

.e-boton-icon {
  position: relative;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  float: left;
}

.e-boton-icon.hide {
  display: none;
}

.e-boton-icon.left {
  margin-left: 0px;
}

.e-card-item {
  width: 100%;
}

.b-card-c-test {
  width: 390px;
  padding: 32px;
  border: 1px solid #000;
}

.b-card-c-test.w100p {
  position: relative;
  width: 100%;
  float: left;
}

.b-card-c-test.w33p {
  position: relative;
  width: 33%;
  float: left;
}

.b-card-c-test.w50p {
  width: 50%;
}

.e-card-item-imagen {
  height: 255px;
  margin-bottom: 8px;
  border-radius: 8px;
  background-image: url('../images/card-item-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.e-card-item-imagen.hide {
  display: none;
}

.e-card-item-imagen.col-4 {
  height: 214px;
}

.e-card-item-rank {
  display: none;
  margin-bottom: 16px;
}

.e-card-item-rank.hide {
  display: none;
}

.e-card-item-icon {
  position: relative;
  margin-right: 4px;
  float: left;
}

.e-card-item-text {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #484848;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
}

.e-card-item-text-p {
  margin-bottom: 8px;
  color: #222;
  line-height: 24px;
}

.e-card-item-text-p.hide {
  display: none;
}

.e-card-item-avatar {
  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;
}

.e-card-item-avatar.hide {
  display: none;
}

.e-card-item-avatar-imagen {
  position: relative;
  float: left;
}

.b-icon-48 {
  position: relative;
  width: 48px;
  height: 48px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-radius: 100px;
  background-color: #000;
}

.e-card-item-avatar-text {
  position: relative;
  padding-left: 12px;
  float: left;
}

.e-card-item-avatar-text-1 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 700;
}

.e-card-item-avatar-text-2 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.e-card-item-title {
  margin-bottom: 8px;
  color: #222;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}

.e-card-item-title.hide {
  display: none;
}

.e-card-item-title.size-24 {
  font-size: 24px;
  line-height: 30px;
}

.e-card-item-title.size-16 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 800;
}

.e-card-item-imagenes {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.e-card-item-imagenes.hide {
  display: none;
}

.e-card-item-imagen-32 {
  position: relative;
  width: 32px;
  height: 32px;
  float: left;
}

.e-section {
  position: relative;
  padding: 56px 80px;
}

.e-section.no-padding-top {
  padding-top: 0px;
}

.e-section.col-4-card-3 {
  padding-top: 0px;
}

.e-section.bottom-0 {
  padding-bottom: 0px;
}

.e-section.bottom-0.navbar-space {
  margin-top: 80px;
}

.e-section.navbar-space {
  margin-top: 80px;
}

.e-section-3-ci {
  position: relative;
  display: -ms-grid;
  display: grid;
  height: 100%;
  padding-bottom: 32px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 24px auto;
  grid-template-rows: auto auto;
}

.e-section-c {
  border-bottom: 1px solid #ccc;
}

.e-section-c.col-4 {
  border-bottom-style: none;
}

.e-section-c.col-4.border-bottom {
  padding-bottom: 64px;
  border-bottom-style: solid;
}

.e-section-c.borderless {
  border-bottom-style: none;
}

.e-section-text {
  margin-bottom: 24px;
}

.e-section-text.hide {
  display: none;
}

.e-section-title {
  position: relative;
  font-family: Montserrat, sans-serif;
  color: #222;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
}

.e-section-title.hide {
  display: none;
}

.e-section-subtitle {
  font-family: Montserrat, sans-serif;
  color: #767676;
  font-size: 16px;
  font-weight: 400;
}

.e-section-subtitle.hide {
  display: none;
}

.e-section-title-h {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
}

.e-section-title-h.size-24 {
  font-size: 24px;
}

.e-cards-subtitle-p {
  margin-bottom: 0px;
}

.b-body-test {
  padding-bottom: 80px;
}

.b-body-test.margin-top {
  padding-top: 80px;
}

.b-body-test.padding-bottom {
  padding-bottom: 0px;
}

.b-body-test.container-test {
  height: 100vh;
  padding: 24px;
}

.e-card-item-dash {
  position: relative;
  height: 21px;
  margin-bottom: 8px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.e-card-item-dash-left {
  position: relative;
  display: inline-block;
}

.e-card-item-dash-tag {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  padding: 1px 5px;
  float: left;
  border: 1px solid #000;
  border-radius: 4px;
  font-family: Montserrat, sans-serif;
  color: #343434;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.e-card-item-dash-tag.color-1 {
  border-color: #a1367a;
  background-color: #a1367a;
  color: #fff;
}

.e-card-item-dash-tag.hide {
  display: none;
}

.e-card-item-dash-text {
  position: relative;
  display: inline-block;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #767676;
  font-weight: 400;
}

.e-card-item-dash-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.e-card-item-dash-right-icon {
  position: relative;
  margin-right: 5px;
  float: right;
}

.b-icon-12 {
  position: relative;
  width: 12px;
  height: 12px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-radius: 100px;
  background-color: #000;
}

.e-card-item-dash-right-value {
  position: relative;
  float: right;
  font-family: Montserrat, sans-serif;
  color: #222;
  font-size: 14px;
  line-height: 18px;
}

.e-card-item-text-2 {
  margin-bottom: 8px;
  color: #222;
  line-height: 20px;
}

.e-cards-4-ci {
  display: -ms-grid;
  display: grid;
  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;
}

.e-cards-4-ci.card-item-2 {
  padding-bottom: 64px;
  grid-row-gap: 32px;
  border-bottom: 1px solid #ccc;
}

.e-cards-foot {
  margin-top: 32px;
  margin-bottom: 56px;
}

.e-cards-foot.hide {
  display: none;
}

.e-cards-foot.bottom-0 {
  margin-bottom: 0px;
}

.e-c-breadcrumb {
  position: relative;
}

.e-c-breadcrumb-l {
  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;
  list-style-type: none;
}

.e-c-breadcrumb-item {
  position: relative;
  display: inline-block;
  padding-right: 6px;
  padding-left: 6px;
  font-family: Montserrat, sans-serif;
  color: #484848;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.e-c-breadcrumb-item-a {
  color: #484848;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: underline;
}

.e-c-breadcrumb-item-a.actual {
  font-weight: 400;
  text-decoration: none;
}

.e-c-breadcrumb-item-icon {
  position: relative;
  margin-right: 6px;
  float: left;
  font-weight: 600;
}

.e-c-breadcrumb-item-icon.hide {
  display: none;
}

.e-card-footer {
  padding: 64px 80px 32px;
}

.e-card-footer.bgc-grey {
  border-top: 1px solid #ddd;
  background-color: #f7f7f7;
}

.e-card-footer-c {
  padding-top: 16px;
  border-top: 1px solid #ccc;
}

.e-card-footer-left {
  position: relative;
  float: left;
}

.e-card-footer-right {
  position: relative;
  float: right;
}

.e-card-footer-icon {
  position: relative;
  height: 18px;
  margin-left: 16px;
  float: left;
}

.b-icon-18 {
  width: 18px;
  height: 18px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-radius: 100px;
  background-color: #000;
}

.e-hero-2-1-image-img {
  display: none;
}

.e-cards-controls {
  margin-bottom: 56px;
}

.e-cards-controls.hide {
  display: none;
}

.b-div-container-test-1.width {
  width: 500px;
  margin-bottom: 100px;
  border: 1px solid #000;
  text-align: center;
}

.e-c-breadcrumb-item-label {
  position: relative;
  float: left;
  color: #484848;
  font-weight: 600;
  text-decoration: underline;
}

.e-c-breadcrumb-item-label.actual {
  font-weight: 400;
  text-decoration: none;
}

.e-c-breadcrumb-item-label.simple {
  font-weight: 400;
  text-decoration: none;
}

.e-card-item-imagen-48 {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  padding-right: 0px;
  padding-bottom: 0px;
  float: left;
}

.e-card-item-text-link {
  color: #008489;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
}

.e-card-item-text-link:hover {
  text-decoration: underline;
}

.e-card-item-text-link.hide {
  display: none;
}

.e-section-title-60 {
  margin-bottom: 64px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 64px;
  font-weight: 900;
  text-align: center;
}

.e-hero-2-2 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.e-hero-2-2-c {
  display: -ms-grid;
  display: grid;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.e-hero-2-2-image {
  width: 100%;
}

.e-hero-2-2-img {
  width: 100%;
}

.e-hero-2-2-text {
  padding: 32px;
}

.e-hero-2-2-line-1 {
  position: relative;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #484848;
  font-size: 32px;
  line-height: 40px;
}

.e-hero-2-2-line-1.hide {
  display: none;
}

.e-hero-2-2-line-2 {
  position: relative;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #767676;
  font-size: 16px;
  line-height: 22px;
}

.e-hero-2-2-line-2.hide {
  display: none;
}

.e-hero-2-2-line-boton.hide {
  display: none;
}

.e-hero-2-2-line-imagen {
  position: relative;
  height: 48px;
  margin-bottom: 16px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.e-hero-2-2-line-imagen.hide {
  display: none;
}

.e-items-ci {
  display: -ms-grid;
  display: grid;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.e-item {
  height: 102%;
}

.e-item._w-50 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
}

.e-item-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.e-item-question-link {
  font-family: Montserrat, sans-serif;
  color: #008489;
  font-size: 18px;
  line-height: 26px;
}

.e-hero-1-2 {
  padding: 64px 32px;
}

.e-hero-1-2-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 440px;
  padding-right: 64px;
  padding-left: 64px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hero-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.e-hero-1-2-text {
  width: 50%;
}

.e-hero-1-2-title {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 64px;
  font-weight: 700;
}

.e-hero-1-2-boton {
  margin-top: 32px;
}

.e-hero-1-2-boton.hide {
  display: none;
}

.e-card-footer-ci {
  display: -ms-grid;
  display: grid;
  margin-bottom: 64px;
  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;
}

.e-foot-list-item {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 17px;
}

.e-foot-list-item.title {
  font-weight: 700;
}

.e-foot-list-item-link {
  margin-top: 16px;
  color: #484848;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.e-foot-list-item-link:hover {
  text-decoration: underline;
}

.text-block-2 {
  margin-bottom: 16px;
}

.e-footer-link-text {
  position: relative;
  margin-left: 8px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #222;
  text-decoration: underline;
}

.e-footer-link {
  position: relative;
  display: block;
  margin-right: 32px;
}

.e-footer-link-icon {
  position: relative;
  float: left;
}

.e-hero-text-1-1 {
  position: relative;
  margin-top: 79px;
  padding-bottom: 64px;
  -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;
}

.e-hero-text-1-1-c {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.e-hero-text-1-1-line-1 {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  line-height: 18px;
  font-weight: 800;
}

.e-hero-text-1-1-line-2 {
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 64px;
  font-weight: 900;
}

.e-hero-text-1-1-line-3 {
  margin-top: 64px;
  padding-right: 15%;
  padding-left: 15%;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.e-hero-text-1-1-line-4 {
  margin-top: 48px;
}

.e-hero-text-1-1-p1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 128px;
  padding-bottom: 96px;
  -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: #f7f7f7;
}

.e-hero-text-1-1-p2 {
  position: relative;
}

.e-hero-text-1-1-image {
  width: 80%;
  height: 440px;
  margin-top: -60px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/hero-1-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.e-hero-text-1-1-image.tablet {
  display: none;
}

.e-hero-text-1-1-image.mobile-landscape {
  display: none;
}

.e-hero-text-1-1-image.mobile-portrait {
  display: none;
}

.e-section-2-ci {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.e-section-image {
  margin-bottom: 64px;
}

.e-section-img.width-test {
  width: 40%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.e-section-image-c {
  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;
}

.e-hero-2-2-line-3 {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
}

.e-hero-2-2-line-4 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.e-hero-2-2-item {
  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;
}

.e-hero-2-2-head {
  width: 80%;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
}

.e-hero-2-3-c {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.e-hero-2-3-item {
  position: relative;
  width: 50%;
  float: left;
}

.e-hero-2-3-item.image-right {
  float: right;
  -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;
}

.e-hero-2-3-line-items {
  position: relative;
  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;
}

.e-hero-2-3-line-items.no-first {
  margin-top: 64px;
}

.e-hero-2-3-line-items.invert {
  margin-top: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.e-hero-2-2-head-title-60 {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 64px;
  font-weight: 900;
  text-align: center;
}

.e-hero-text-1-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 288px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.e-hero-text-1-2-c {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 96px;
  padding-bottom: 96px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.e-hero-text-1-2-head {
  padding-right: 64px;
  padding-left: 64px;
}

.e-hero-text-1-2-head-line-1 {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 800;
  text-align: center;
}

.e-hero-text-1-2-head-link {
  display: block;
  margin-top: 32px;
  font-family: Montserrat, sans-serif;
  color: #008489;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.e-hero-text-1-2-head-link:hover {
  text-decoration: underline;
}

.e-hero-1-3 {
  position: relative;
  width: 100%;
  margin-top: 80px;
}

.e-hero-1-3-c {
  position: relative;
  width: 40%;
  min-height: 50%;
  margin-top: 78px;
  margin-right: 92px;
  padding: 32px;
  float: right;
  border-radius: 8px;
  background-color: #fff;
}

.e-hero-1-3-c.hero-1-4 {
  margin-right: 0px;
  margin-left: 92px;
  float: left;
}

.e-hero-1-3-head-line1 {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
}

.e-hero-1-3-head-line1.hero-1-4 {
  font-size: 32px;
  line-height: 36px;
}

.e-hero-1-3-head-line2 {
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.e-hero-1-3-head-line2.hero-1-4 {
  font-weight: 500;
}

.e-hero-1-3-part-1 {
  position: relative;
  height: 600px;
  background-image: url('../images/hero-1-1_02.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.e-hero-1-3-part-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
}

.e-hero-1-4 {
  position: relative;
  width: 100%;
  margin-top: 80px;
}

.e-hero-1-4-part-1 {
  position: relative;
  height: 600px;
  background-image: url('../images/hero-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.e-hero-1-4-part-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
}

.e-section-head {
  margin-bottom: 56px;
}

.e-section-head-line1 {
  position: relative;
  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;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 800;
}

.e-section-head-line1-icon {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  float: left;
}

.b-icon-36 {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background-color: #000;
}

.e-section-head-line1-t {
  position: relative;
  float: left;
}

.e-card-item-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.e-card-item-2-body-icon {
  position: relative;
  margin-right: 8px;
}

.b-icon-24 {
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background-color: #000;
}

.b-icon-24.red {
  background-color: #ec0606;
}

.e-card-item-2-body-line-1 {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 26px;
  font-weight: 800;
}

.e-card-item-2-body-line-2 {
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.e-card-item-2-body-line-3 {
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
  color: #008489;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.e-card-item-2-body-cl {
  text-decoration: none;
}

.e-card-item-2-body-cl:hover {
  text-decoration: none;
}

.e-card-item-3 {
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 12px 20px -7px rgba(0, 0, 0, 0.12);
}

.e-card-item-3:hover {
  border-style: solid;
  border-color: #000;
}

.e-card-item-3-head {
  padding: 24px;
  border-bottom: 1px solid #ccc;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.e-card-item-3-head.hide {
  display: none;
}

.e-card-item-3-body {
  min-height: 100px;
  padding: 24px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.e-card-item-3-body-line-1 {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}

.e-card-item-3-body-line-1-icon {
  display: none;
}

.e-card-item-3-link-c {
  width: 100%;
  text-decoration: none;
}

.text-block-3 {
  font-size: 18px;
  font-weight: 800;
}

.e-card-item-list-item {
  display: block;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.e-card-item-list-item:hover {
  text-decoration: underline;
}

.e-c-link {
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
  color: #008489;
  line-height: 18px;
  font-weight: 600;
}

.e-body-c {
  position: relative;
  height: 100%;
}

.e-c-list {
  position: relative;
  height: 100%;
}

.e-c-list-head {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 12;
  height: 48px;
}

.e-c-list-body {
  position: relative;
  z-index: 11;
  height: 100%;
  padding-top: 48px;
}

.e-c-list-data {
  position: relative;
  width: 200%;
}

.e-c-list-d-head {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 20;
  height: 50px;
  border-bottom: 1px solid hsla(0, 0%, 50.2%, 0.4);
  background-color: #fff;
}

.e-c-list-d-head.h-auto {
  height: auto;
  min-height: 46px;
}

.e-c-list-d-head.with-vals {
  height: 78px;
}

.e-c-list-d-h-c {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 100px;
  padding: 8px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.e-c-list-d-h-c.w34 {
  width: 34px;
  min-width: 0px;
}

.e-c-list-d-h-c.w42 {
  width: 42px;
  min-width: 0px;
}

.e-c-list-d-h-c.w500 {
  width: 500px;
  min-width: 0px;
}

.e-c-list-d-h-c.w160 {
  width: 160px;
  min-width: 0px;
}

.e-c-list-d-h-c.w200 {
  width: 200px;
  min-width: 0px;
}

.e-c-list-d-h-c.w120 {
  width: 120px;
  min-width: 0px;
}

.e-c-list-d-h-c.w240 {
  width: 240px;
  min-width: 0px;
}

.e-c-list-d-h-c.w280 {
  width: 280px;
  min-width: 0px;
}

.e-c-list-d-h-c.row-control {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 0%;
  right: 0px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50px;
  min-width: 0px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.e-c-list-d-h-c.row-control.tabs {
  display: none;
}

.e-c-list-d-h-c.control-value {
  padding-right: 4px;
  padding-left: 4px;
}

.e-c-list-d-h-c.control-value.w26 {
  width: 26px;
  min-width: auto;
}

.e-c-list-d-h-c-l {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  line-height: 18px;
  font-weight: 400;
}

.e-c-list-body-av {
  position: relative;
  overflow: auto;
  height: 100%;
}

.e-c-list-body-av.tabs {
  overflow: hidden;
}

.e-c-list-d-h-c-o {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  line-height: 18px;
}

.e-c-list-d-h-c-o.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 26px;
  padding: 4px 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #008489;
  color: #fff;
  font-weight: 600;
}

.e-c-list-d-h-c-o-i {
  position: relative;
  overflow: hidden;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  float: left;
  -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;
  border-radius: 100px;
  line-height: 10px;
  cursor: pointer;
}

.b-icon-10 {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #000;
}

.e-c-list-d-body {
  position: relative;
  margin-top: -50px;
  padding-top: 50px;
}

.e-c-list-d-h-row {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 46px;
  float: left;
}

.e-c-list-d-h-row.with-vals {
  z-index: 20;
  height: 50px;
}

.e-c-list-d-h-row.vals {
  height: 28px;
  min-height: 0px;
  border-top: 1px dashed hsla(0, 0%, 50.2%, 0.4);
  border-bottom: 1px solid hsla(0, 0%, 50.2%, 0.8);
  background-color: hsla(0, 0%, 93.3%, 0.15);
  color: #333;
}

.e-c-list-d-b-row {
  position: relative;
  height: 79px;
  border-bottom: 1px solid hsla(0, 0%, 50.2%, 0.4);
}

.e-c-list-d-b-row.row-selected {
  background-color: rgba(246, 255, 178, 0.5);
}

.e-c-list-d-b-row.row-done {
  background-color: rgba(165, 230, 171, 0.5);
}

.e-c-list-d-b-row.row-pending {
  background-color: rgba(255, 0, 0, 0.4);
}

.e-c-list-d-b-c {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 100px;
  padding: 16px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.e-c-list-d-b-c.w34 {
  width: 34px;
  min-width: 0px;
}

.e-c-list-d-b-c.w42 {
  width: 42px;
  min-width: 0px;
}

.e-c-list-d-b-c.w42.sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
}

.e-c-list-d-b-c.w500 {
  width: 500px;
  min-width: 0px;
  padding: 16px;
  -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;
}

.e-c-list-d-b-c.w160 {
  width: 160px;
  min-width: 0px;
}

.e-c-list-d-b-c.w200 {
  width: 200px;
  min-width: 0px;
}

.e-c-list-d-b-c.w120 {
  width: 120px;
  min-width: 0px;
}

.e-c-list-d-b-c.w240 {
  width: 240px;
  min-width: 0px;
}

.e-c-list-d-b-c.w280 {
  width: 280px;
  min-width: 0px;
}

.e-c-list-d-b-c.row-control {
  position: -webkit-sticky;
  position: sticky;
  right: 0px;
  z-index: 19;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  min-width: 0px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.e-c-list-d-b-c.all.w500.sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  z-index: 10;
  border-right: 1px dashed #ccc;
  background-color: #fff;
}

.e-c-list-d-b-c.control-value {
  padding-right: 4px;
  padding-left: 4px;
}

.e-c-list-d-b-c.control-value.w26 {
  width: 26px;
  min-width: auto;
}

.e-c-list-d-b-c-e {
  display: block;
  height: auto;
}

.e-c-list-d-b-c-e.imagen {
  width: 67px;
  height: 45px;
}

.e-c-list-d-b-c-e.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 40px;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
}

.e-c-list-d-b-c-e.mobile-c {
  display: none;
}

.e-c-list-d-b-c-e.drop {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.e-c-list-head-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 32px;
  float: left;
  -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;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
}

.e-c-list-d-h-c-i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  -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;
}

.e-c-list-d-b-c-i {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  -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;
}

.e-navbar-item-drop {
  font-family: Montserrat, sans-serif;
  color: #333;
  line-height: 1.2em;
  font-weight: 600;
  text-decoration: none;
}

.e-navbar-item-drop.hide {
  display: none;
}

.e-navbar-item-drop-a {
  margin-right: 16px;
  color: #000;
  line-height: 28px;
  text-decoration: none;
}

.e-navbar-item-drop-a:hover {
  color: #000;
  text-decoration: none;
}

.e-navbar-item-drop-a.hide {
  display: none;
}

.e-navbar-item-drop-a.active {
  color: #008489;
}

.e-navbar-item-drop-t {
  padding-right: 20px;
  padding-left: 0px;
}

.e-navbar-item-drop-t.avatar {
  padding-right: 0px;
}

.e-navbar-item-drop-i {
  display: block;
  margin-right: 0px;
  padding-left: 0px;
}

.e-navbar-item-drop-l.w--open {
  right: -8px;
  min-width: 300px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.07);
}

.e-navbar-item-drop-l.left {
  left: -8px;
  right: auto;
}

.e-navbar-item-drop-li {
  position: relative;
  width: 100%;
  padding: 10px 50px 10px 20px;
  color: #484848;
  line-height: 18px;
  font-weight: 600;
  text-decoration: none;
}

.e-navbar-item-drop-li:hover {
  color: #484848;
  text-decoration: none;
}

.e-navbar-item-drop-li.border {
  border-top: 1px solid #ccc;
}

.e-navbar-item-drop-li.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.e-navbar-item-drop-li-l {
  position: relative;
  width: 100%;
  float: left;
}

.e-navbar-item-drop-li-l.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.e-navbar-item-drop-li-i {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  margin-top: 2px;
  margin-right: 12px;
  float: right;
  -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;
}

.e-navbar-item-drop-li-i.hide {
  display: none;
}

.b-icon-28 {
  width: 28px;
  height: 28px;
  border-radius: 101px;
  background-color: #000;
}

.e-c-list-d-b-c-e-dt {
  padding-right: 0px;
  padding-left: 0px;
}

.e-c-list-d-b-c-e-dti.hide {
  display: none;
}

.e-c-list-d-b-c-e-dtl.hide {
  display: none;
}

.e-c-list-d-b-c-e-dl.w--open {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 25px;
  margin-right: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15);
}

.e-c-list-d-b-c-e-dli {
  font-family: Montserrat, sans-serif;
  color: #767676;
  text-decoration: none;
}

.e-c-list-d-b-c-e-dli:hover {
  background-color: #eee;
  color: #767676;
  text-decoration: none;
}

.e-c-list-d-b-c-e-dli.disabled {
  color: #ccc;
  text-decoration: none;
  cursor: not-allowed;
}

.e-c-list-d-b-c-e-dli.disabled:hover {
  background-color: transparent;
}

.e-dropdown {
  border: 1px none #000;
}

.e-dropdown.fullwidth {
  width: 100%;
}

.e-dropdown-toggle {
  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;
}

.e-dropdown-toggle.avatar {
  padding-right: 20px;
}

.e-dropdown-toggle.base {
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.e-dropdown-toggle-label {
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 1.2em;
}

.e-dropdown-toggle-label.hide {
  display: none;
}

.e-dropdown-toggle-icon {
  position: relative;
  margin-right: 6px;
}

.e-dropdown-toggle-icon.hide {
  display: none;
}

.e-dropdown-toggle-a {
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 1.2em;
  text-decoration: none;
}

.e-dropdown-toggle-a:hover {
  text-decoration: underline;
}

.e-dropdown-toggle-a.hide {
  display: none;
}

.e-dropdown-toggle-caret {
  position: relative;
  margin-right: 0px;
  margin-left: 4px;
}

.e-dropdown-toggle-caret.hide {
  display: none;
}

.e-dropdown-toggle-avatar {
  width: 18px;
  height: 18px;
  line-height: 18px;
}

.e-dropdown-toggle-avatar.hide {
  display: none;
}

.e-dropdown-list.w--open {
  width: auto;
  margin-top: 0px;
  padding-top: 0px;
  border-radius: 6px;
  background-color: #fff;
}

.e-dropdown-list.left.w--open {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: 100%;
  padding-top: 0px;
  border-style: none;
  box-shadow: none;
}

.e-dropdown-list.left.topmargin {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 200px;
  margin-top: 18px;
  margin-right: 0px;
  margin-left: -50px;
}

.e-dropdown-list.navbar.w--open {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: 100%;
  padding-top: 0px;
  border-style: none;
  box-shadow: none;
}

.e-dropdown-list.test.w--open {
  width: 500px;
  background-color: transparent;
}

.e-dropdown-list.left2 {
  margin-top: 6px;
  margin-left: -1px;
}

.e-dropdown-list.left2.font-14.w--open {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.e-dropdown-list.right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 20px;
}

.e-dropdown-item {
  position: relative;
  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;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #484848;
  line-height: 1.2em;
  text-decoration: none;
}

.e-dropdown-item.border-top {
  border-top: 1px solid #ccc;
}

.e-dropdown-item.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.e-dropdown-item-label {
  position: relative;
  min-width: 200px;
  padding-right: 20px;
  float: left;
}

.e-dropdown-item-label.test {
  width: 200px;
  padding-right: 26px;
}

.e-dropdown-item-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  float: right;
  -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;
}

.e-dropdown-item-icon.hide {
  display: none;
}

.e-dropdown-tabs {
  background-color: #fff;
}

.e-dropdown-tabsmenu {
  margin-bottom: 8px;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #fff;
}

.e-dropdown-tabsmenu.hide {
  display: none;
}

.e-dropdown-tablink {
  padding-right: 8px;
  padding-left: 8px;
  border-bottom: 2px solid #fff;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  line-height: 18px;
  font-weight: 500;
}

.e-dropdown-tablink.w--current {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #000;
  background-color: #fff;
  font-weight: 600;
}

.e-dropdown-tablink.disabled {
  color: #ccc;
  text-decoration: none;
  cursor: not-allowed;
}

.e-dropdown-tabscontent {
  background-color: #fff;
}

.e-dropdown-tabpane {
  background-color: #fff;
}

.e-dropdown-tablink-icon {
  position: relative;
  width: 14px;
  height: 14px;
  margin-top: 3px;
  margin-right: 4px;
  padding: 0px;
  float: left;
  line-height: 12px;
}

.e-dropdown-tablink-icon.hide {
  display: none;
}

.e-dropdown-tablink-icon.only {
  width: 18px;
  height: 18px;
  margin-top: 0px;
  margin-right: 0px;
  line-height: 18px;
}

.e-dropdown-tablink-label {
  position: relative;
  float: left;
}

.e-dropdown-tablink-label.hide {
  display: none;
}

.e-dropdown-list-pane {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  min-width: 200px;
  margin-top: 5px;
  margin-left: 102%;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.07);
}

.e-dropdown-list-pane.hide {
  display: none;
}

.e-dropdown-list-c {
  position: relative;
  margin-left: -1px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.07);
}

.e-dropdown-list-c.left {
  margin-right: 8px;
  background-color: #fff;
}

.e-dropdown-list-c.navbar {
  margin-right: 8px;
}

.e-c-list-col-sticky-left {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  z-index: 10;
  border-right: 1px dashed #ccc;
  background-color: #fff;
}

.e-c-list-row-hover:hover {
  background-color: hsla(0, 0%, 93.3%, 0.25);
}

.e-form {
  position: relative;
  width: 100%;
  height: 100%;
}

.e-form-left {
  position: relative;
  width: 15%;
  height: 100%;
  float: left;
}

.e-form-left.hide {
  display: none;
}

.e-form-left.alone {
  width: 25%;
}

.e-form-center {
  position: relative;
  width: 40%;
  height: 100%;
  float: left;
}

.e-form-center.alone {
  overflow: hidden;
  width: 50%;
  box-shadow: 1px 1px 20px 6px rgba(0, 0, 0, 0.3);
}

.e-form-right {
  position: relative;
  width: 45%;
  height: 100%;
  padding: 24px;
  float: left;
  background-color: #fafafa;
}

.e-form-right.hide {
  display: none;
}

.e-form-right.mobile {
  overflow: auto;
}

.e-form-right.alone {
  width: 25%;
  background-color: transparent;
}

.e-form-html {
  height: 100%;
  padding-bottom: 82px;
}

.e-form-html.hide {
  display: none;
}

.e-form-html-section {
  padding: 0px;
}

.e-form-html-group {
  margin-bottom: 64px;
}

.e-form-html-item {
  margin-bottom: 64px;
  padding: 0px;
}

.e-form-html-item.ingroup {
  margin-bottom: 0px;
}

.e-form-html-item.ingroup.first {
  margin-top: 24px;
}

.e-form-tabs-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  background-color: #fff;
}

.e-form-tabs-menu.hide {
  display: none;
}

.e-form-tabs-menu.alone {
  border-bottom: 1px solid #ccc;
  background-color: hsla(0, 0%, 100%, 0.94);
}

.e-form-tabs-content.top-padding {
  padding-top: 36px;
}

.e-form-tab-pane {
  padding: 16px;
}

.e-form-tab-link {
  padding-right: 16px;
  padding-left: 16px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 600;
}

.e-form-tab-link.w--current {
  border-bottom: 2px solid #008489;
  background-color: #fff;
  color: #008489;
}

.e-form-tab-link.alone {
  background-color: transparent;
}

.e-form-buttons {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 82px;
  padding: 16px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.e-form-buttons.alone {
  border-top: 1px solid #ccc;
  background-color: transparent;
}

.e-form-buttons-l {
  position: relative;
  float: left;
}

.e-form-buttons-r {
  position: relative;
  float: right;
}

.e-form-tabs-c {
  position: relative;
  overflow: auto;
  height: 100%;
}

.e-form-html-item-title {
  position: relative;
  font-family: Montserrat, sans-serif;
  color: #484848;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
}

.e-form-html-item-title.hide {
  display: none;
}

.e-form-html-item-desc {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.e-form-html-item-desc.hide {
  display: none;
}

.e-form-html-item-element {
  margin-top: 24px;
}

.e-form-html-item-element.ingroup {
  margin-top: 16px;
}

.e-wf-form-block {
  height: 100%;
  margin-bottom: 0px;
}

.e-wf-form-html {
  height: 100%;
}

.e-form-html-item-e-text {
  height: 46px;
  padding: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #aaa;
  border-radius: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.e-form-html-item-e-text:focus {
  border-color: #008489;
}

.e-form-html-item-e-textarea {
  padding: 11px;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.e-form-html-item-e-textarea:focus {
  border-color: #008489;
}

.e-form-html-item-e-select {
  height: 46px;
  margin-bottom: 0px;
  padding: 11px;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.e-form-html-item-e-select:hover {
  border-color: #008489;
}

.e-form-html-item-e-select:active {
  border-color: #008489;
}

.e-form-html-item-e-checkbox-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.e-form-html-item-e-checkbox {
  width: 24px;
  height: 24px;
  margin-top: 0px;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.e-form-html-item-e-checkbox-label {
  margin-left: 16px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.e-form-html-item-e-checkbox-desc {
  margin-left: 40px;
  font-family: Montserrat, sans-serif;
  color: #747474;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.e-form-html-item-e-upload-c {
  min-height: 46px;
  padding: 11px;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.e-form-html-item-e-label {
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.e-form-html-item-e-desc {
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  color: #747474;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.text-block-4 {
  font-family: 'Montserrat Alternates', sans-serif;
}

.e-form-info {
  width: 75%;
  padding: 24px;
  border: 1px solid #bbb;
  border-radius: 8px;
  background-color: #fff;
}

.e-form-info-header {
  margin-bottom: 32px;
}

.e-form-info-header.hide {
  display: none;
}

.e-form-info-header-icon.hide {
  display: none;
}

.e-form-info-body-title {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #484848;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.e-form-info-body-list-item {
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  color: #767676;
  font-size: 16px;
  line-height: 22px;
}

.e-c-list-body-tabs {
  height: 100%;
}

.e-c-list-body-tabs-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 30;
  height: 36px;
}

.e-c-list-body-tabs-content {
  height: 100%;
  padding-top: 36px;
}

.e-c-list-body-tabs-pane {
  overflow: auto;
  height: 100%;
}

.e-c-list-body-tabs-menu-link {
  height: 100%;
  margin-right: 16px;
  padding: 8px 0px;
  border-bottom: 2px solid transparent;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #484848;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.e-c-list-body-tabs-menu-link.w--current {
  border-bottom: 2px solid #000;
  background-color: #fff;
}

.e-c-list-body-tabs-menu-link.mobile.title {
  display: none;
}

.e-c-list-data-head-val {
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #777;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
}

.e-inbox {
  position: relative;
  width: 100%;
  height: 100%;
}

.e-inbox-root {
  position: relative;
  width: 20%;
  height: 100%;
  padding: 32px 0px 0px 32px;
  float: left;
  background-color: #f7f7f7;
}

.e-inbox-root.home-view {
  position: fixed;
  top: 65px;
  width: 35%;
  height: auto;
}

.e-inbox-section-head {
  position: absolute;
}

.e-inbox-section-head.fullwidth {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  margin-top: 32px;
  padding-left: 32px;
}

.e-inbox-col-head-title {
  position: relative;
  width: 150px;
  float: left;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}

.e-inbox-col-head-title.view-home {
  margin-bottom: 8px;
  float: none;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

.e-inbox-col-head-title.v2 {
  margin-bottom: 16px;
  float: none;
}

.e-inbox-section-body {
  position: relative;
  height: 100%;
  padding-top: 72px;
}

.e-inbox-section-body-list {
  position: relative;
}

.e-inbox-section-list-item-icon {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  float: left;
}

.e-inbox-section-list-item {
  position: relative;
  margin-right: 32px;
  border-radius: 6px;
}

.e-inbox-section-list-item:hover {
  background-color: #ebebeb;
}

.e-inbox-section-list-item.active {
  border-radius: 6px;
  background-color: #000;
}

.e-inbox-section-list-item-label {
  font-family: Montserrat, sans-serif;
  color: #717171;
  font-size: 14px;
  line-height: 18px;
}

.e-inbox-section-list-item-label.active {
  color: #fff;
  font-weight: 600;
}

.e-inbox-col {
  position: relative;
  width: 25%;
  height: 100%;
  padding: 32px 0px 0px;
  float: left;
  border-right: 1px solid #ccc;
}

.e-inbox-col.test {
  width: 100%;
}

.e-inbox-col-head {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 32px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.e-inbox-col-head-icon {
  position: relative;
  margin-right: 8px;
  float: left;
}

.e-inbox-col-head-icon.view-home {
  width: 100%;
  margin-bottom: 16px;
}

.e-inbox-col-head-icon.hide {
  display: none;
}

.b-icon-20 {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: #000;
}

.b-icon-26 {
  position: static;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background-color: #000;
}

.e-inbox-col-head-control {
  position: absolute;
  right: 0px;
  margin-right: 16px;
  float: right;
}

.e-inbox-content {
  position: relative;
  display: none;
  width: 50%;
  height: 100%;
  padding: 32px;
  float: left;
}

.e-inbox-content.home-view {
  width: 65%;
  height: auto;
  margin-left: 35%;
}

.b-icon-40 {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #000;
}

.e-inbox-section-head-item {
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  color: #484848;
  line-height: 18px;
}

.e-form-right-control-c {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 50px;
  height: 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;
}

.e-form-right-control-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 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;
  border-radius: 100px;
  cursor: pointer;
}

.e-form-right-control-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.e-form-center-control-c {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: none;
  width: 50px;
  height: 50px;
  margin-right: 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;
  background-color: #fff;
}

.e-form-center-control-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 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;
  border-radius: 100px;
  cursor: pointer;
}

.e-form-center-control-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.e-form-g-collapse-container {
  position: relative;
  margin-top: 24px;
  border-top: 1px solid #ccc;
}

.e-form-g-collapse-container.no-colapse {
  border-top-color: transparent;
}

.e-form-g-collapse-control-open {
  position: relative;
  display: none;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  float: right;
  background-color: #fff;
}

.e-form-g-collapse-control-open.alone {
  background-color: transparent;
}

.e-form-g-collapse-control-close {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  float: right;
  -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;
}

.e-form-g-collapse-control-close.alone {
  background-color: transparent;
}

.e-form-g-collapse-control-c {
  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;
  cursor: pointer;
}

.e-content-control {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 16px;
  margin-right: 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: 8px;
}

.e-content-control:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.e-table {
  padding-bottom: 64px;
}

.e-table-head {
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc;
}

.e-table-head-row.total {
  border-top: 1px solid #ccc;
  background-color: rgba(0, 0, 0, 0.05);
}

.e-table-head-row-col {
  display: inline-block;
  padding: 8px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}

.e-table-head-row-col.total {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 10px;
  font-weight: 600;
}

.e-table-head-row-col.w10p {
  width: 10%;
}

.e-table-head-row-col.w15p {
  width: 15%;
}

.e-table-body-celd {
  display: inline-block;
  padding: 4px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 14px;
}

.e-table-body-celd.w15p {
  width: 15%;
}

.e-table-body-celd.w10p {
  width: 10%;
}

.e-report {
  margin-bottom: 16px;
}

.e-report-title {
  margin-bottom: 16px;
}

.e-report-title-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
}

.e-report-dashboard {
  margin-bottom: 16px;
}

.e-report-dashboard-item {
  display: inline-block;
}

.e-report-dashboard-item.w25p {
  width: 25%;
}

.e-report-dashboard-item-title {
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 13px;
  font-weight: 600;
}

.e-report-dashboard-item-value {
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 13px;
  font-weight: 500;
}

.e-hero-2-2-line-imagen-c {
  position: relative;
  float: left;
}

.e-hero-2-2-line-imagen-c.tablet {
  display: none;
}

.e-hero-2-2-line-imagen-c.mobile-portrait {
  display: none;
}

.e-hero-2-2-line-imagen-c.mobile-landscape {
  display: none;
}

.e-inbox-section-body-c {
  position: relative;
  overflow: auto;
  height: 100%;
}

.e--inbox-col-body {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-top: 64px;
}

.e--inbox-col-body-c {
  position: relative;
  overflow: auto;
  height: 100%;
}

.e-inbox-cols {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 80%;
  height: 100%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.e-inbox-cols.vertical-align {
  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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.e-inbox-col-content {
  position: relative;
  width: 75%;
  height: 100%;
  padding: 32px;
  float: right;
}

.e-inbox-col-content.hide {
  display: none;
}

.e-inbox-col-content.fixed {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 60%;
  padding-top: 64px;
  background-color: #fff;
}

.e-inbox-col-content.marrgins {
  padding-right: 0px;
  padding-bottom: 0px;
}

.e--inbox-col-list-item {
  position: relative;
  padding: 8px 16px;
  border-bottom: 1px solid #eee;
  background-color: transparent;
  cursor: pointer;
}

.e--inbox-col-list-item:hover {
  background-color: hsla(0, 0%, 93.3%, 0.5);
}

.e--inbox-col-list-item.active {
  border-bottom-color: #ddd;
  background-color: #ddd;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}

.e--inbox-col-item-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.e--inbox-col-item-desc {
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

.e-inbox-col-content-head {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 32px;
  padding-right: 32px;
  padding-left: 32px;
}

.e-inbox-col-content-head-title {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}

.e-inbox-col-content-head-desc {
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  line-height: 18px;
  font-weight: 500;
}

.e-inbox-col-content-body {
  overflow: hidden;
  height: 100%;
  padding-top: 32px;
}

.e-inbox-col-content-body-c {
  overflow: auto;
  height: 100%;
}

.e-card-item-3-body-line-0 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

.e-card-item-3-body-line-0.hide {
  opacity: 0;
}

.e-card-item-3-body-line-0.remove {
  display: none;
}

.e-card-item-3-body-line-0-1 {
  position: relative;
  display: inline-block;
  float: left;
  color: #000;
  font-weight: 600;
}

.e-card-item-3-body-line-0-2 {
  position: relative;
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 8px;
  float: left;
  color: #333;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

.e-inbox-col-content-dashboard {
  margin-top: 32px;
}

.e-inbox-col-content-dashboard-item {
  position: relative;
  width: 24%;
  margin-right: 1%;
  margin-bottom: 2%;
  float: left;
}

.e-inbox-col-content-dashboard-title {
  position: relative;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.e-inbox-col-content-dashboard-items {
  position: relative;
}

.e-inbox-col-content-head-desc-p.image {
  width: 60%;
  float: left;
}

.e-inbox-col-content-head-desc-image {
  width: 40%;
  float: left;
}

.image-2 {
  padding: 0px 8px 8px;
}

.e-inbox-section-list-item-link {
  width: 100%;
  padding: 11px 16px;
  color: #333;
  text-decoration: none;
}

.alert-message {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}

.alert-message-text {
  position: relative;
  width: 50%;
  height: 100%;
  padding-right: 32px;
  padding-left: 32px;
  float: left;
}

.alert-message-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-right: 16px;
  padding-left: 16px;
  float: left;
  -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;
}

.alert-message-text-line1 {
  position: relative;
  font-family: Montserrat, sans-serif;
  color: #484848;
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 700;
}

.alert-message-text-line2 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #484848;
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 400;
}

.alert-message-text-line3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.text-block-5 {
  color: #484848;
}

.text-block-6 {
  font-family: Montserrat, sans-serif;
  color: #767676;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 700;
}

.text-block-7 {
  font-family: Montserrat, sans-serif;
  color: #484848;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 400;
}

.text-block-8 {
  margin-bottom: 15px;
}

.bo-db {
  margin-top: 32px;
  padding-right: 128px;
  padding-left: 128px;
}

.bo-db.no-navbar {
  margin-top: 0px;
  padding-bottom: 128px;
}

.bo-db-user-avatar {
  margin-bottom: 16px;
}

.bo-db-user-message-title {
  font-family: Montserrat, sans-serif;
  color: #484848;
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 700;
}

.bo-db-indicators {
  margin-top: 64px;
  padding-top: 16px;
  border-top: 1px solid #ccc;
}

.bo-db-indicators.no-top-margin {
  margin-top: 16px;
}

.bo-db-indicators-title {
  position: relative;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #484848;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}

.bo-db-indicators-title.hide {
  display: none;
}

.bo-db-indicators-items {
  position: relative;
}

.bo-db-indicators-item {
  position: relative;
  width: 24%;
  margin-right: 1%;
  margin-bottom: 2%;
  float: left;
}

.bo-db-user-data-c1 {
  position: relative;
  width: 50%;
  float: left;
}

.bo-db-user-data-c2 {
  position: relative;
  width: 50%;
  padding: 16px;
  float: left;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.text-block-9 {
  padding: 16px;
}

.bo-db-user-data-c2-message {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
}

.e-card-item-3-body-indicators {
  margin-bottom: 16px;
}

.e-card-item-3-body-indicator {
  position: relative;
  margin-right: 12px;
  float: left;
}

.e-card-item-3-body-indicator.special {
  color: #000;
}

.e-card-item-3-body-indicator-value {
  font-family: Montserrat, sans-serif;
  color: #484848;
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 600;
  text-decoration: none;
}

.e-card-item-3-body-indicator-value.current {
  color: #000;
}

.e-card-item-3-body-indicator-label {
  font-family: Montserrat, sans-serif;
  color: #484848;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 600;
}

.e-card-item-3-body-indicator-label.current {
  color: #000;
}

.e-card-item-3-body-indicators2 {
  margin-bottom: 14px;
}

.e-card-item-3-body-indicator2 {
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 500;
  text-decoration: none;
}

.e-hero-1-bg-desktop {
  width: 100%;
  height: 100%;
}

.e-hero-1-bg-desktop.bg-01 {
  background-image: url('../images/hero-1-bg-01.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.e-hero-1-text {
  position: relative;
  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;
}

.e-hero-1-text-line-1 {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
  font-weight: 800;
}

.e-hero-1-text-line-1.white {
  color: #fff;
}

.e-hero-1-text-line-2 {
  position: relative;
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
}

.e-hero-1-text-line-2.white {
  color: #fff;
}

.e-card-item-4 {
  position: relative;
  padding: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 8px;
}

.e-card-item-4-col-1 {
  position: relative;
  width: 36%;
  height: 160px;
  float: left;
  border-radius: 8px;
  background-image: url('../images/hero-2-2_02.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.e-card-item-4-col-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  height: 160px;
  padding-right: 8px;
  padding-left: 12px;
  float: left;
  -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;
}

.e-card-item-4-col-2-line-1 {
  position: relative;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400;
}

.e-card-item-4-col-2-line-2 {
  position: relative;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.e-card-item-4-col-2-tags {
  margin-top: 16px;
}

.e-card-item-4-col-2-tag {
  position: relative;
  margin-right: 6px;
  margin-bottom: 8px;
  padding: 8px 12px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #222;
  border-radius: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 600;
}

.e-card-item-4-controls {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 32px;
  height: 32px;
  padding-top: 8px;
  padding-right: 8px;
}

.e-card-item-4-control {
  position: relative;
  width: 16px;
  height: 16px;
  float: right;
  cursor: pointer;
}

.e-card-item-5 {
  position: relative;
  overflow: hidden;
  height: 330px;
  border-radius: 8px;
}

.e-card-item-5-bg-desktop {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 24px;
  background-image: url('../images/card-05-bg-01-desktop.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.e-card-item-5-bg-desktop.light {
  background-image: url('../images/follower-01-1045x330.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.e-card-item-5-c {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 40%;
  height: 100%;
  padding: 24px 0px 24px 24px;
}

.e-card-item-5-c.light {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, rgba(0, 0, 0, 0.3) 35%, transparent);
}

.e-card-item-5-text-line-1 {
  position: relative;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
}

.e-card-item-5-text-line-1.light {
  text-shadow: 0 1px 3px #000;
}

.e-card-item-5-text-line-2 {
  position: relative;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 600;
}

.e-card-item-5-text-line-2.light {
  text-shadow: 0 1px 3px #000;
}

.e-card-item-5-controls {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 24px;
  margin-left: 24px;
}

.e-card-item-5-control {
  position: relative;
  margin-right: 6px;
  margin-bottom: 8px;
  padding: 8px 16px;
  float: left;
  border-radius: 8px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 600;
  text-decoration: none;
}

.e-card-item-5-control:hover {
  background-color: #9ab5ff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  text-decoration: none;
}

.e-hero-1-5 {
  position: relative;
  width: 100%;
  height: 572px;
}

.e-hero-1-5-c {
  position: relative;
  width: 100%;
  height: 100%;
}

.e-hero-1-5-c.black {
  background-color: #000;
}

.e-hero-1-5-col-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  padding: 32px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.e-hero-1-5-col-2 {
  position: relative;
  width: 60%;
  height: 100%;
  float: left;
}

.e-hero-1-5-img-desktop {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('../images/hero-1-bg-01.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.e-hero-1-5-img-desktop.hide {
  display: none;
}

.e-navbar-space {
  margin-top: 80px;
}

.e-form-html-item-e-cp-text {
  position: relative;
  width: 100%;
  float: left;
}

.e-form-html-item-e-cp-icon {
  position: relative;
  height: 100%;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.e-form-html-item-e-cp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 46px;
  padding: 11px;
  -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: 1px solid #aaa;
  border-radius: 4px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  cursor: pointer;
}

.e-form-html-item-e-cp-pu {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  width: 100px;
  height: 100px;
  background-color: red;
}

.e-form-input-popup {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  display: none;
  width: 100%;
  height: 100%;
  padding-right: 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;
  background-color: transparent;
}

.e-form-input-popup.hide {
  display: none;
}

.e-form-input-popup.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.e-form-popup-container {
  position: relative;
  width: 500px;
  height: 500px;
  padding: 24px 24px 88px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.3);
}

.e-form-popup-controls {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 20px;
}

.e-form-popup-controls-right {
  position: relative;
  margin-top: 4px;
  margin-right: 4px;
  float: right;
}

.e-form-popup-control-item-close {
  cursor: pointer;
}

.e-form-popup-content {
  overflow: auto;
  width: 100%;
  height: 100%;
}

.e-form-popup-content.searchable {
  height: 88%;
}

.e-form-popup-list-item {
  padding: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.e-form-popup-list-item:hover {
  background-color: #eee;
}

.e-form-popup-list-item-cr {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 48px;
  -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;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.e-form-popup-list-item-check {
  position: relative;
  width: 24px;
  height: 24px;
  float: right;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.e-form-popup-list-item-ct {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.e-form-popup-list-item-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 24px;
  float: left;
  -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;
}

.e-form-popup-list-item-line2 {
  font-family: Montserrat, sans-serif;
  color: #747474;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.e-form-popup-buttons {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 64px;
  padding-right: 24px;
  padding-left: 24px;
  border-top: 1px solid #ccc;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #fff;
}

.e-form-popup-button {
  width: 100px;
}

.e-form-popup-button.w2 {
  width: 122px;
}

.e-form-popup-buttons-r {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.e-form-popup-buttons-l {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.e-form-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 200%;
  height: 100%;
  margin-left: -50%;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.e-form-background.bg01 {
  background-image: url('../images/card-item-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.e-form-background-shadow {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.e-form-popup-search {
  height: 10%;
  margin-bottom: 2%;
}

.e-form-popup-search.hide {
  display: none;
}

.e-form-popup-search-input {
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.e-form-popup-search-input:focus {
  border-style: solid;
  border-color: #777;
}

.e-card-item-6 {
  position: relative;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.e-card-item-6:hover {
  background-color: transparent;
}

.e-card-item-6-link-c {
  width: 100%;
  text-decoration: none;
}

.e-card-item-6-body {
  padding: 16px 34px 16px 16px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.e-card-item-6-body-line-1 {
  font-family: Montserrat, sans-serif;
  color: #555;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
}

.e-card-item-6-body-line-2 {
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

.text-block-10 {
  color: #777;
}

.bo-link-item:hover {
  background-color: #eee;
}

.e-card-item-6-controls {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
}

.text-block-12 {
  text-shadow: 0 1px 3px #000;
}

.e-card-item-5-bg-mobile {
  display: none;
}

.notion-body {
  position: relative;
  min-height: 100vh;
  padding: 24px;
}

.notion-row {
  position: relative;
  min-height: 100px;
  margin-bottom: 16px;
}

.notion-row.edit {
  padding: 4px;
  border: 1px solid #fff;
  border-radius: 6px;
}

.notion-row.edit:hover {
  border-style: solid;
  border-color: #ddd;
}

.notion-body-container {
  position: relative;
}

.notion-row-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100px;
}

.notion-row-container._2c {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.notion-row-container._3c {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.notion-row-container._4c {
  display: -ms-grid;
  display: grid;
  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 auto;
  grid-template-rows: auto auto;
}

.notion-row-container._5c {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.notion-row-container._6c {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.notion-col {
  width: 100%;
  min-height: 100px;
}

.notion-col.edit {
  position: relative;
  padding: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 6px;
}

.notion-col.edit:hover {
  border-style: solid;
  border-color: rgba(92, 152, 241, 0.8);
}

.notion-col-container {
  width: 100%;
  min-height: 100px;
}

.notion-element {
  position: relative;
}

.notion-element.edit {
  padding: 4px;
  border: 1px solid #fff;
  border-radius: 6px;
}

.notion-element.edit:hover {
  border-color: rgba(248, 54, 54, 0.8);
}

.notion-element-img {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('../images/follower-01-1045x330.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.notion-element-img.custom-1 {
  height: 330px;
}

.notion-element-img.custom-2 {
  height: 300px;
}

.notion-element-img.custom-3 {
  height: 200px;
}

.notion-element-img.custom-4 {
  height: 200px;
}

.notion-element-img.custom-5 {
  height: 200px;
}

.notion-element-img.custom-6 {
  height: 150px;
}

.notion-element-link {
  width: 100%;
  height: 100%;
}

.notion-element-link.disabled {
  color: #000;
  text-decoration: none;
  cursor: default;
}

.notion-h {
  margin-top: 0px;
  margin-bottom: 0px;
}

.notion-p {
  margin-bottom: 0px;
}

.e-dropdown-item-dropdown {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.e-dropdown-item-dropdown-t {
  width: 100%;
  padding: 0px 10px 0px 0px;
}

.e-dropdown-item-dropdown-i {
  margin-right: 0px;
}

.e-dropdown-item-dropdown-l.w--open {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 200px;
  height: 300px;
  margin-right: -100%;
}

.notion-row-controls {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  height: 24px;
  margin-top: -24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.notion-row-controls.hide {
  display: none;
}

.notion-row-control {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 24px;
  margin-right: auto;
  margin-left: auto;
  -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-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-radius: 6px 6px 0px 0px;
  background-color: #eee;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.notion-col-controls {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 24px;
  margin-top: -24px;
}

.notion-col-controls.hide {
  display: none;
}

.notion-col-control {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 24px;
  margin-right: auto;
  margin-left: auto;
  -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-top: 1px solid rgba(92, 152, 241, 0.8);
  border-right: 1px solid rgba(92, 152, 241, 0.8);
  border-left: 1px solid rgba(92, 152, 241, 0.8);
  border-radius: 6px 6px 0px 0px;
  background-color: #9cc0f5;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.notion-element-controls {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 24px;
  margin-top: -24px;
}

.notion-element-controls.hide {
  display: none;
}

.notion-element-control {
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 24px;
  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;
  border-top: 1px solid rgba(248, 54, 54, 0.8);
  border-right: 1px solid rgba(248, 54, 54, 0.8);
  border-left: 1px solid rgba(248, 54, 54, 0.8);
  border-radius: 6px 6px 0px 0px;
  background-color: #faa8a8;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-decoration: none;
}

.notion-body-controls {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  height: 24px;
  margin-right: 2px;
}

.notion-body-control {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 0px 0px 6px 6px;
  background-color: #eee;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.e-inbox-section-title {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 20px;
  padding-left: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 300;
}

.e-inbox-section-title-h {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #555;
  font-size: 10px;
  line-height: 1.2em;
  font-weight: 600;
}

.e-inbox-section-head-controls {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.e-inbox-section-head-control {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 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;
}

.e--inbox-col-group-ctrl-open {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  float: right;
  -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;
}

.e--inbox-col-group-ctrl-open.hide {
  display: none;
}

.e--inbox-col-group-head {
  position: relative;
  display: block;
  width: 100%;
  height: 24px;
  float: left;
}

.e--inbox-col-group-body {
  position: relative;
  float: left;
  border-top: 1px solid #ddd;
}

.e--inbox-col-group-ctrl-close {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  float: right;
  -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;
}

.e--inbox-col-group-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  float: left;
  -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;
}

.e--inbox-col-group-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-13 {
  position: relative;
  float: left;
}

.e--inbox-col-group-ctrl {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.e--inbox-col-list-item-controls {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
}

.e--inbox-col-list-item-control {
  position: relative;
  width: 20px;
  height: 20px;
}

.e-inbox-col-content-controls {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  padding-right: 32px;
  padding-left: 32px;
  -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;
}

.e-inbox-col-content-control {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  padding-right: 8px;
  padding-left: 8px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.e-inbox-col-content-control:hover {
  border-radius: 6px;
  background-color: #eee;
}

@media screen and (max-width: 991px) {
  .e-navbar {
    padding-left: 24px;
  }

  .e-nv-i-r.left {
    display: none;
  }

  .e-navbar-item {
    display: none;
  }

  .e-navbar-item.boton.movil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .e-navbar-item.boton.alldevices {
    display: block;
  }

  .e-navbar-item.avatar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .e-navbar-title-a {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .e-nv-i-m {
    display: block;
    margin-top: 80px;
    padding: 40px 32px;
  }

  .e-nv-i-m.hide {
    display: none;
  }

  .e-navbar-item-m-link {
    width: 100%;
    padding-top: 24px;
    padding-right: 0px;
    padding-bottom: 24px;
  }

  .e-navbar-item-m-icon {
    position: relative;
    margin-right: 16px;
    float: left;
  }

  .e-navbar-item-m-text {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 220px;
    height: 32px;
    float: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 16px;
    text-decoration: none;
  }

  .e-nv-i-m-title {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
  }

  .e-nv-i-m-line {
    height: 1px;
    margin-top: 16px;
    margin-bottom: 24px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ccc;
  }

  .e-navbar-boton-m {
    height: 80px;
    padding-top: 16px;
  }

  .e-navbar-boton-m-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 48px;
    -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 #000;
    border-radius: 8px;
    background-color: #000;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
  }

  .e-navbar-link-m {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 1.2em;
    text-align: center;
  }

  .e-hero-2-1 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .e-hero-2-1-c {
    width: 100%;
  }

  .b-div-test-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .e-card-item {
    margin-bottom: 16px;
  }

  .b-icon-48.wh-auto {
    width: 100%;
    height: 100%;
  }

  .e-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .e-section-3-ci.slide {
    width: 150%;
  }

  .e-section-3-ci.text.list-v {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .e-cards-4-ci {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .e-c-breadcrumb {
    position: relative;
  }

  .e-c-breadcrumb-l {
    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;
  }

  .e-c-breadcrumb-l.center {
    display: block;
    width: 100%;
  }

  .e-c-breadcrumb-item {
    position: relative;
    display: inline-block;
  }

  .e-c-breadcrumb-item.center {
    display: inline-block;
  }

  .e-card-footer {
    padding-right: 40px;
    padding-left: 40px;
  }

  .e-card-footer.bgc-grey {
    padding-top: 16px;
  }

  .e-card-footer-c {
    padding-top: 32px;
  }

  .e-card-footer-left {
    width: 100%;
    padding-right: 25%;
    padding-left: 25%;
  }

  .e-card-footer-controls {
    width: 100%;
    text-align: center;
  }

  .e-card-footer-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .e-hero-2-1-image-img {
    display: none;
  }

  .e-section-av {
    overflow: auto;
  }

  .b-div-container-test-1.width {
    display: block;
    width: 500px;
    margin-bottom: 100px;
    border: 1px solid #000;
    text-align: center;
  }

  .e-c-breadcrumb-item-label {
    position: relative;
    float: left;
    color: #484848;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-decoration: underline;
  }

  .e-c-breadcrumb-item-label.actual {
    font-weight: 400;
    text-decoration: none;
  }

  .e-section-title-60 {
    font-size: 40px;
    line-height: 40px;
  }

  .e-hero-2-2 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .e-hero-2-2-c {
    width: 100%;
  }

  .e-hero-2-2-line-1 {
    font-size: 18px;
    line-height: 26px;
  }

  .e-hero-2-2-line-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .e-hero-2-2-line-imagen {
    width: 32px;
    height: 32px;
  }

  .e-items-ci {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .e-hero-1-2 {
    padding: 48px 0px;
  }

  .e-hero-1-2-text {
    width: 60%;
  }

  .e-hero-1-2-title {
    font-size: 40px;
    line-height: 40px;
  }

  .e-card-footer-ci {
    margin-bottom: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .e-foot-col {
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #ccc;
  }

  .e-foot-col.last {
    border-bottom-style: none;
  }

  .e-foot-list-item {
    width: 33%;
    float: left;
  }

  .e-foot-list-item.title {
    width: 100%;
  }

  .e-hero-text-1-1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .e-hero-text-1-1-c {
    width: 100%;
  }

  .e-hero-text-1-1-line-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .e-hero-text-1-1-line-3 {
    margin-top: 24px;
    padding-right: 0%;
    padding-left: 0%;
    font-size: 18px;
    line-height: 26px;
  }

  .e-hero-text-1-1-line-4 {
    margin-top: 32px;
  }

  .e-hero-text-1-1-p1 {
    padding: 96px 40px 192px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(212, 205, 203, 0.3);
  }

  .e-hero-text-1-1-p2 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .e-hero-text-1-1-image {
    width: 100%;
    height: 312px;
    margin-top: -156px;
  }

  .e-hero-text-1-1-image.desktop {
    display: none;
  }

  .e-hero-text-1-1-image.tablet {
    display: block;
  }

  .e-section-2-ci {
    padding-right: 64px;
    padding-left: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .e-hero-2-2-head {
    width: 100%;
    margin-bottom: 48px;
  }

  .e-hero-2-3-c {
    width: 100%;
  }

  .e-hero-2-3-line-items.no-first {
    margin-top: 0px;
  }

  .e-hero-2-3-line-items.invert {
    margin-top: 0px;
  }

  .e-hero-2-2-head-title-60 {
    font-size: 40px;
    line-height: 40px;
  }

  .e-hero-text-1-2 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .e-hero-text-1-2-c {
    width: 100%;
  }

  .e-hero-1-3 {
    padding-bottom: 32px;
  }

  .e-hero-1-3-c {
    width: 100%;
    margin-top: -142px;
    padding-right: 32px;
    padding-left: 32px;
    float: none;
    background-color: transparent;
  }

  .e-hero-1-3-c.hero-1-4 {
    width: 75%;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #fff;
  }

  .e-hero-1-3-head.hero-1-4 {
    margin-bottom: 16px;
  }

  .e-hero-1-3-head-line1 {
    padding-bottom: 32px;
    color: #fff;
  }

  .e-hero-1-3-head-line1.hero-1-4 {
    padding-bottom: 0px;
    color: #333;
  }

  .e-hero-1-3-head-line2 {
    margin-top: 32px;
  }

  .e-hero-1-3-head-line2.hero-1-4 {
    margin-top: 8px;
  }

  .e-hero-1-3-part-1 {
    height: 302px;
  }

  .e-hero-1-3-part-2 {
    position: relative;
    padding-right: 40px;
    padding-left: 40px;
  }

  .e-hero-1-4-part-2 {
    margin-top: 80px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .e-section-head-line1 {
    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;
  }

  .b-icon-36.bgless {
    background-color: transparent;
  }

  .e-c-list-data {
    width: 400%;
  }

  .e-c-list-d-h-c.row-control.tabs {
    display: none;
  }

  .e-dropdown-list.navbar.w--open {
    position: fixed;
    height: 100vh;
    margin-top: 80px;
    margin-right: 0px;
    padding: 8px 8px 88px;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07);
  }

  .e-dropdown-item.title {
    padding-right: 16px;
    padding-bottom: 0px;
    padding-left: 16px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .e-dropdown-item.title.separador {
    margin-top: 16px;
    padding-top: 24px;
    border-top: 1px solid #ccc;
  }

  .e-dropdown-item.navbar-item {
    padding: 24px 16px;
    font-size: 16px;
    line-height: 20px;
  }

  .e-dropdown-item.navbar-link {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .e-dropdown-item.user-item {
    padding-right: 16px;
    padding-left: 16px;
    font-weight: 600;
  }

  .e-dropdown-item-icon {
    margin-right: 16px;
  }

  .e-dropdown-tabs {
    height: 100%;
  }

  .e-dropdown-tabsmenu {
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: #fff;
  }

  .e-dropdown-tablink.hide {
    display: none;
  }

  .e-dropdown-tabscontent {
    overflow: auto;
    height: 100%;
    padding-top: 38px;
  }

  .e-dropdown-tabpane {
    padding-top: 16px;
    padding-bottom: 32px;
  }

  .e-dropdown-list-c.navbar {
    height: 100%;
    margin-right: 0px;
    margin-left: 0px;
    border-style: none;
    border-width: 0px;
    border-radius: 0px;
    box-shadow: none;
  }

  .e-dropdown-item-icon-2 {
    margin-right: 16px;
  }

  .e-form-left {
    display: none;
  }

  .e-form-left.hide {
    display: none;
  }

  .e-form-left.alone {
    display: block;
    width: 15%;
  }

  .e-form-center {
    width: 60%;
  }

  .e-form-center.alone {
    width: 70%;
  }

  .e-form-right {
    width: 40%;
    padding: 8px;
  }

  .e-form-right.hide {
    display: none;
  }

  .e-form-right.alone {
    width: 15%;
  }

  .e-form-tab-pane {
    padding-right: 24px;
    padding-left: 24px;
  }

  .e-form-info {
    width: 100%;
  }

  .e-hero-2-2-line-imagen-c.desktop {
    display: none;
  }

  .e-hero-2-2-line-imagen-c.tablet {
    display: block;
  }

  .bo-db {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bo-db-user-message-title {
    font-size: 28px;
  }

  .e-card-item-3-body-indicator {
    margin-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  .e-navbar {
    height: 64px;
  }

  .e-navbar-item {
    display: none;
  }

  .e-navbar-item.boton.movil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .e-navbar-logo {
    margin-right: 16px;
  }

  .e-navbar-title-a {
    font-size: 16px;
  }

  .e-body.form {
    padding-right: 0px;
    padding-left: 16px;
  }

  .e-nv-i-m {
    display: block;
    margin-top: 64px;
    padding: 24px;
  }

  .e-navbar-item-m-link {
    position: relative;
    width: 100%;
    padding-top: 24px;
    padding-right: 0px;
    padding-bottom: 24px;
  }

  .e-navbar-item-m-icon {
    position: relative;
    margin-right: 16px;
    float: left;
  }

  .e-navbar-item-m-text {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 220px;
    height: 32px;
    float: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 16px;
  }

  .e-nv-i-m-title {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .e-nv-i-m-line {
    height: 1px;
    margin-top: 16px;
    margin-bottom: 24px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ccc;
  }

  .e-navbar-boton-m {
    height: 80px;
    padding-top: 16px;
  }

  .e-navbar-boton-m-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 48px;
    -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 #000;
    border-radius: 8px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }

  .e-navbar-link-m {
    font-size: 16px;
    line-height: 1.2em;
    text-align: center;
  }

  .e-hero-1 {
    background-image: none;
  }

  .e-hero-2-1 {
    height: auto;
    padding: 24px;
  }

  .e-hero-2-1-text {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
  }

  .e-hero-2-1-image {
    position: relative;
    width: 100%;
    height: auto;
  }

  .e-hero-2-1-title {
    font-size: 22px;
  }

  .e-boton {
    display: block;
    float: left;
  }

  .e-boton.inline-block {
    display: inline-block;
  }

  .e-boton-l {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .e-card-item {
    margin-bottom: 24px;
  }

  .e-card-item.card {
    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;
  }

  .b-card-c-test.w33p {
    width: 100%;
  }

  .e-card-item-imagen.col-3-card {
    position: relative;
    width: 76px;
    height: 76px;
    margin-bottom: 0px;
    float: left;
  }

  .e-card-item-text.col-3-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 102%;
    margin-bottom: 0px;
    margin-left: 16px;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .e-card-item-text-p {
    font-size: 14px;
    line-height: 20px;
  }

  .e-card-item-text-p.col-3-card {
    margin-bottom: 4px;
  }

  .e-card-item-title {
    margin-top: 16px;
    font-size: 18px;
    line-height: 22px;
  }

  .e-card-item-title.size-16.col-3-card {
    margin-top: 0px;
    margin-bottom: 4px;
  }

  .e-section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .e-section-3-ci.slide {
    width: 285%;
  }

  .e-section-3-ci.text {
    justify-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .e-section-3-ci.cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .e-section-title-h {
    font-size: 22px;
    line-height: 26px;
  }

  .e-cards-4-ci {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .e-c-breadcrumb-item-a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }

  .e-c-breadcrumb-item-a.actual {
    font-size: 16px;
    font-weight: 400;
  }

  .e-c-breadcrumb-item-icon {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }

  .e-card-footer {
    padding-right: 24px;
    padding-left: 24px;
  }

  .e-card-footer-left {
    width: 60%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .e-card-footer-controls {
    text-align: left;
  }

  .e-card-footer-right {
    display: none;
  }

  .e-hero-2-1-image-img {
    display: block;
    border-radius: 8px;
  }

  .e-card-item-text-link.col-3-card {
    font-size: 14px;
    line-height: 14px;
  }

  .e-section-title-60 {
    text-align: left;
  }

  .e-hero-2-2 {
    padding: 64px 24px;
  }

  .e-hero-2-2-c {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .e-hero-2-2-text {
    margin-top: 24px;
    margin-bottom: 48px;
    padding: 0px;
  }

  .e-hero-2-2-line-boton {
    width: 55%;
  }

  .e-hero-2-2-line-imagen {
    margin-bottom: 4px;
  }

  .e-hero-1-2 {
    padding-top: 0px;
  }

  .e-hero-1-2-c {
    height: 375px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .e-hero-1-2-text {
    width: 75%;
  }

  .e-hero-1-2-title {
    font-size: 38px;
    line-height: 44px;
  }

  .e-foot-col {
    padding-top: 8px;
    padding-bottom: 24px;
  }

  .e-foot-list-item {
    width: 100%;
  }

  .e-foot-list-item-link {
    margin-top: 8px;
  }

  .e-hero-text-1-1 {
    margin-top: 63px;
  }

  .e-hero-text-1-1-line-1 {
    text-align: left;
  }

  .e-hero-text-1-1-line-2 {
    text-align: left;
  }

  .e-hero-text-1-1-line-3 {
    text-align: left;
  }

  .e-hero-text-1-1-line-4 {
    text-align: left;
  }

  .e-hero-text-1-1-p1 {
    padding-top: 64px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .e-hero-text-1-1-p2 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .e-hero-text-1-1-image {
    margin-top: -156px;
  }

  .e-hero-text-1-1-image.tablet {
    display: none;
  }

  .e-hero-text-1-1-image.mobile-landscape {
    display: block;
  }

  .e-section-2-ci {
    padding-right: 0px;
    padding-left: 0px;
  }

  .e-section-image {
    margin-bottom: 32px;
  }

  .e-hero-2-2-line-4 {
    line-height: 22px;
  }

  .e-hero-2-3-item {
    width: 100%;
  }

  .e-hero-2-3-line-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .e-hero-2-3-line-items.invert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .e-hero-text-1-2 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .e-hero-text-1-2-c {
    padding-top: 64px;
    padding-bottom: 32px;
  }

  .e-hero-text-1-2-head {
    padding-right: 0px;
    padding-left: 0px;
  }

  .e-hero-text-1-2-head-line-1 {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
  }

  .e-hero-text-1-2-head-link {
    text-align: left;
  }

  .e-hero-1-3-c {
    padding-right: 0px;
    padding-left: 0px;
  }

  .e-hero-1-3-c.hero-1-4 {
    width: 100%;
    padding-top: 0px;
  }

  .e-hero-1-3-head.hero-1-4 {
    margin-bottom: 24px;
  }

  .e-hero-1-3-head-line1 {
    padding-bottom: 38px;
    font-size: 34px;
    line-height: 36px;
  }

  .e-hero-1-3-head-line1.hero-1-4 {
    font-size: 26px;
    line-height: 30px;
  }

  .e-hero-1-3-head-line2 {
    font-size: 18px;
    line-height: 26px;
  }

  .e-hero-1-3-head-line2.hero-1-4 {
    margin-top: 16px;
    font-size: 16px;
    line-height: 20px;
  }

  .e-hero-1-3-part-1 {
    height: 204px;
  }

  .e-hero-1-3-part-2 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .e-hero-1-4 {
    padding-bottom: 16px;
  }

  .e-hero-1-4-part-1 {
    display: none;
  }

  .e-hero-1-4-part-2 {
    position: relative;
    padding-right: 24px;
    padding-left: 24px;
  }

  .e-section-head-line1-icon {
    display: none;
  }

  .e-card-item-2 {
    border-style: none;
  }

  .e-card-item-2-body-cl:hover {
    text-decoration: none;
  }

  .e-card-item-3:hover {
    border-style: solid;
    border-color: #ccc;
  }

  .e-card-item-3-head.hide {
    display: none;
    border-bottom-style: none;
  }

  .e-card-item-3-body {
    min-height: auto;
  }

  .e-card-item-3-body-line-1 {
    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;
  }

  .e-card-item-3-body-line-1-icon {
    position: relative;
    display: block;
    margin-right: 16px;
  }

  .e-card-item-3-link-c {
    display: block;
  }

  .e-c-list-d-h-c.row-control.tabs {
    display: none;
  }

  .e-dropdown-list.left.w--open {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    margin-right: 0px;
    padding: 8px 0px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
  }

  .e-dropdown-list.navbar.w--open {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    margin-right: 0px;
    padding: 8px 0px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
  }

  .e-dropdown-item.user-item {
    padding-right: 16px;
    padding-left: 16px;
  }

  .e-dropdown-item-icon {
    margin-right: 16px;
  }

  .e-dropdown-tabs {
    overflow: hidden;
    height: 100%;
    border-radius: 8px 8px 0px 0px;
  }

  .e-dropdown-tabsmenu {
    position: absolute;
    z-index: 1;
    width: 100%;
    margin-bottom: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #fff;
  }

  .e-dropdown-tablink {
    display: inline-block;
  }

  .e-dropdown-tabscontent {
    overflow: auto;
    width: 100%;
    height: 100%;
    padding-top: 48px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .e-dropdown-list-c.left {
    width: 100%;
    height: 100%;
    margin-right: 0px;
    margin-left: 0px;
    border-bottom-style: none;
    border-radius: 8px 8px 0px 0px;
    background-color: #fff;
    box-shadow: 0 -1px 20px 2px rgba(0, 0, 0, 0.5);
  }

  .e-dropdown-list-c.navbar {
    width: 100%;
    height: 100%;
    margin-right: 0px;
    margin-left: 0px;
    border-bottom-style: none;
    border-radius: 8px 8px 0px 0px;
    background-color: #fff;
    box-shadow: 0 -1px 20px 2px rgba(0, 0, 0, 0.5);
  }

  .e-form-left.alone {
    width: 10%;
  }

  .e-form-center {
    width: 100%;
  }

  .e-form-center.alone {
    width: 80%;
  }

  .e-form-right {
    display: none;
  }

  .e-form-right.hide {
    display: none;
  }

  .e-form-right.mobile {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    display: none;
    width: 100vw;
    height: 100vh;
    margin-top: -65px;
    margin-left: -16px;
    padding: 82px 16px 16px;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .e-form-right.mobile.hide {
    display: none;
  }

  .e-form-html-item {
    margin-bottom: 48px;
  }

  .e-form-tab-pane {
    padding-right: 16px;
    padding-left: 16px;
  }

  .e-form-html-item-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }

  .e-form-html-item-desc {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }

  .e-form-html-item-element {
    margin-top: 16px;
  }

  .e-inbox-root {
    width: 40%;
  }

  .e-inbox-root.home-view {
    position: relative;
    top: auto;
    width: 100%;
  }

  .e-inbox-col {
    width: 60%;
  }

  .e-inbox-content {
    width: 100%;
  }

  .e-inbox-content.home-view {
    width: 100%;
    margin-left: 0%;
  }

  .e-form-right-control-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 82px;
    margin-right: 16px;
  }

  .e-form-center-control-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
  }

  .e-hero-2-2-line-imagen-c.tablet {
    display: none;
  }

  .e-hero-2-2-line-imagen-c.mobile-landscape {
    display: block;
  }

  .alert-message-text {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
  }

  .bo-db-user-message-title {
    font-size: 24px;
  }

  .bo-db-indicators {
    margin-top: 32px;
  }

  .bo-db-indicators-title {
    font-size: 18px;
    line-height: 22px;
  }

  .bo-db-indicators-item {
    width: 49%;
  }

  .e-card-item-3-body-indicator {
    margin-right: 12px;
  }
}

@media screen and (max-width: 479px) {
  .e-navbar {
    height: 64px;
    padding-left: 24px;
  }

  .e-nv-i-r {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding-right: 24px;
  }

  .e-navbar-item {
    display: none;
  }

  .e-navbar-item.boton.movil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .e-navbar-item.boton.movil.hide {
    display: none;
  }

  .e-navbar-item-icon {
    width: 14px;
  }

  .e-navbar-item-icon._16 {
    width: 16px;
    height: 16px;
  }

  .e-navbar-item-c.boton {
    height: 34px;
  }

  .e-navbar-item-c.boton.hide {
    display: none;
  }

  .e-navbar-item-c.hide {
    display: none;
  }

  .e-navbar-logo {
    margin-right: 16px;
  }

  .e-nb-l {
    width: 45%;
  }

  .e-navbar-title-a {
    font-size: 14px;
    line-height: 14px;
  }

  .e-body {
    display: block;
    height: auto;
  }

  .e-body.form {
    height: 100vh;
    padding-right: 0px;
    padding-left: 16px;
  }

  .e-nv-i-m {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 99;
    display: block;
    margin-top: 64px;
    padding: 24px;
    background-color: #fff;
  }

  .e-navbar-item-m {
    position: relative;
    height: 80px;
  }

  .e-navbar-item-m-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 24px;
    padding-right: 0px;
    padding-bottom: 24px;
  }

  .e-navbar-item-m-icon {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 16px;
    float: left;
  }

  .e-navbar-item-m-text {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 220px;
    height: 32px;
    float: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 16px;
  }

  .e-nv-i-m-title {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .e-nv-i-m-line {
    height: 1px;
    margin-top: 16px;
    margin-bottom: 24px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ccc;
  }

  .e-navbar-boton-m {
    height: 80px;
    padding-top: 16px;
  }

  .e-navbar-boton-m-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 48px;
    -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 #000;
    border-radius: 8px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }

  .e-navbar-link-m {
    font-size: 16px;
    line-height: 1.2em;
    text-align: center;
  }

  .b-icon-16 {
    position: relative;
    width: 16px;
    height: 16px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 100%;
    background-color: #000;
  }

  .e-hero-2-1-title {
    line-height: 26px;
  }

  .e-boton {
    height: 38px;
  }

  .e-boton.inline-block {
    margin-bottom: 8px;
  }

  .e-boton-l.bg-008489 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .e-card-item-imagen.col-3-card {
    width: 64px;
    height: 64px;
  }

  .e-card-item-text.col-3-card {
    margin-left: 8px;
  }

  .e-card-item-text-p.col-3-card {
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 12px;
  }

  .e-card-item-title.size-16.col-3-card {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 14px;
  }

  .e-section-3-ci.slide {
    width: 290%;
  }

  .e-section-3-ci.text.list-v {
    grid-row-gap: 0px;
  }

  .e-c-breadcrumb-l {
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .e-c-breadcrumb-item {
    display: inline-block;
  }

  .e-c-breadcrumb-item-a {
    position: relative;
    float: left;
  }

  .e-c-breadcrumb-item-a.actual {
    font-size: 16px;
  }

  .e-card-footer-left {
    width: 100%;
  }

  .e-card-item-text-link.col-3-card {
    font-size: 12px;
    line-height: 12px;
  }

  .e-section-title-60 {
    margin-bottom: 48px;
    font-size: 32px;
    line-height: 32px;
  }

  .e-hero-2-2-line-boton {
    width: 100%;
  }

  .e-hero-1-2-c {
    padding-top: 48px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .e-hero-1-2-text {
    width: 100%;
  }

  .e-hero-1-2-title {
    font-size: 32px;
    line-height: 36px;
  }

  .e-hero-text-1-1 {
    padding-bottom: 0px;
  }

  .e-hero-text-1-1-p1 {
    padding-bottom: 128px;
  }

  .e-hero-text-1-1-image {
    height: 218px;
    margin-top: -80px;
  }

  .e-hero-text-1-1-image.mobile-landscape {
    display: none;
  }

  .e-hero-text-1-1-image.mobile-portrait {
    display: block;
  }

  .e-section-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 327px;
    -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;
  }

  .e-section-img {
    width: 100%;
  }

  .e-section-image-c {
    width: 214%;
  }

  .e-body-c {
    height: 100%;
  }

  .e-c-list-head {
    width: 100%;
  }

  .e-c-list-body {
    width: 100%;
  }

  .e-c-list-data {
    width: 100%;
  }

  .e-c-list-d-head {
    top: 65px;
    width: 100%;
  }

  .e-c-list-d-head.tabs {
    top: 0px;
    display: none;
  }

  .e-c-list-d-h-c {
    display: none;
  }

  .e-c-list-d-h-c.row-control {
    position: absolute;
  }

  .e-c-list-d-h-c.row-control.tabs {
    position: fixed;
    left: auto;
    top: 65px;
    right: 24px;
    bottom: auto;
    z-index: 40;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    min-height: 0px;
  }

  .e-c-list-d-h-c.all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .e-c-list-body-av {
    overflow: visible;
  }

  .e-c-list-body-av.tabs {
    overflow: visible;
  }

  .e-c-list-d-body {
    width: 100%;
  }

  .e-c-list-d-body.tabs {
    margin-top: 0px;
    padding-top: 0px;
  }

  .e-c-list-d-b-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .e-c-list-d-b-row.row-selected {
    border-bottom-style: none;
    border-radius: 8px;
  }

  .e-c-list-d-b-row.row-done {
    border-bottom-style: none;
    border-radius: 8px;
  }

  .e-c-list-d-b-row.row-pending {
    border-bottom-style: none;
    border-radius: 8px;
  }

  .e-c-list-d-b-c {
    display: none;
  }

  .e-c-list-d-b-c.row-control {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 42px;
    height: 42px;
    margin-right: 8px;
    margin-bottom: 16px;
    padding: 0px;
    border-radius: 8px;
    background-color: hsla(0, 0%, 100%, 0.25);
  }

  .e-c-list-d-b-c.all {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .e-c-list-d-b-c.all.w500 {
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .e-c-list-d-b-c.all.w500.e-c-list-col-sticky-left {
    border-right-style: none;
    background-color: transparent;
  }

  .e-c-list-d-b-c.control-value {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 11;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    min-width: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .e-c-list-d-b-c.control-value.w26 {
    width: 42px;
    height: 42px;
    margin-right: 8px;
  }

  .e-c-list-d-b-c-e.imagen {
    overflow: hidden;
    width: 100%;
    height: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .e-c-list-d-b-c-e.imagen.hide {
    display: none;
  }

  .e-c-list-d-b-c-e.text {
    min-height: 50px;
    margin-top: 8px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 50px;
    padding-left: 8px;
    font-weight: 600;
  }

  .e-c-list-d-b-c-e.mobile-c {
    display: block;
    padding-right: 50px;
  }

  .e-c-list-d-b-c-e-p {
    margin-bottom: 0px;
    padding-left: 8px;
    font-size: 14px;
    line-height: 18px;
  }

  .e-c-list-d-b-c-e-dl.w--open {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .e-c-list-d-b-c-e-dl.expande-to-down {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .e-dropdown-list.left.w--open {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    margin-right: 0px;
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
  }

  .e-dropdown-list.navbar.w--open {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    margin-right: 0px;
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
  }

  .e-dropdown-item.user-item {
    padding-right: 16px;
    padding-left: 16px;
  }

  .e-dropdown-item-icon {
    margin-right: 16px;
  }

  .e-dropdown-tabs {
    height: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .e-dropdown-tabsmenu {
    position: absolute;
    z-index: 1;
    width: 100%;
    margin-bottom: 0px;
    float: left;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #fff;
  }

  .e-dropdown-tablink {
    display: inline-block;
  }

  .e-dropdown-tabscontent {
    overflow: auto;
    width: 100%;
    height: 100%;
    padding-top: 48px;
  }

  .e-dropdown-list-c.left {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-right: 0px;
    border-radius: 8px 8px 0px 0px;
    background-color: #fff;
    box-shadow: 0 -1px 20px 2px rgba(0, 0, 0, 0.5);
  }

  .e-dropdown-list-c.navbar {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-right: 0px;
    border-radius: 8px 8px 0px 0px;
    background-color: #fff;
    box-shadow: 0 -1px 20px 2px rgba(0, 0, 0, 0.5);
  }

  .e-form-left.alone {
    width: 2%;
  }

  .e-form-center.alone {
    width: 96%;
  }

  .e-form-right.mobile {
    padding: 74px 8px 8px;
  }

  .e-form-right.mobile.hide {
    display: none;
  }

  .e-form-html-item {
    margin-bottom: 36px;
  }

  .e-form-tab-link {
    display: inline-block;
  }

  .e-form-buttons {
    padding: 20px 16px 20px 0px;
  }

  .e-form-buttons-l.hide {
    display: none;
  }

  .e-form-html-item-e-checkbox {
    width: 20px;
    height: 20px;
  }

  .e-form-html-item-e-checkbox-label {
    font-size: 14px;
    line-height: 22px;
  }

  .e-form-html-item-e-checkbox-desc {
    line-height: 14px;
  }

  .e-form-info {
    padding: 16px;
  }

  .e-c-list-body-tabs-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 65px;
    height: 72px;
    background-color: #fff;
  }

  .e-c-list-body-tabs-content {
    padding-top: 0px;
  }

  .e-c-list-body-tabs-menu-link.mobile {
    display: inline-block;
    height: 50%;
  }

  .e-c-list-body-tabs-menu-link.mobile.title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
  }

  .e-c-list-body-tabs-menu-link-l {
    display: inline-block;
    float: left;
  }

  .e-inbox-root {
    width: 100%;
  }

  .e-inbox-col {
    width: 100%;
    border-right-width: 0px;
  }

  .e-form-right-control-c {
    width: 32px;
    height: 32px;
    margin-top: 74px;
    margin-right: 8px;
  }

  .e-form-center-control-c {
    width: 36px;
    height: 36px;
  }

  .e-hero-2-2-line-imagen-c.mobile-portrait {
    display: block;
  }

  .e-hero-2-2-line-imagen-c.mobile-landscape {
    display: none;
  }

  .alert-message-text {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bo-db-indicators-item {
    width: 100%;
  }

  .bo-db-user-data-c1 {
    width: 100%;
  }

  .bo-db-user-data-c2 {
    width: 100%;
  }

  .e-card-item-5-bg-desktop {
    display: none;
  }

  .e-card-item-5-c {
    width: 100%;
    padding-right: 24px;
  }

  .e-form-input-popup {
    width: 98%;
    height: 90%;
    margin-left: 1%;
    padding-right: 0px;
  }

  .e-form-popup-container {
    width: 100%;
    height: 98%;
    padding: 20px 20px 84px 16px;
  }

  .e-form-popup-list-item-text {
    padding-right: 8px;
    font-size: 14px;
  }

  .e-form-popup-list-item-line2 {
    margin-top: 4px;
    color: #777;
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
  }

  .e-card-item-6-body-line-1 {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-11 {
    font-size: 12px;
    line-height: 16px;
  }

  .e-card-item-5-bg-mobile {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    padding: 24px;
    background-image: url('../images/follower-01-900x900.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
}

#w-node-b5691a09-56cc-3791-231f-0a30a9ddd71d-cecde6d0 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_27cc5b99-9b8a-6715-8cc1-68aa17a2a462-25cde6df {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

