.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;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.bg-grey {
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f7f7f7));
  background-image: linear-gradient(180deg, #f7f7f7, #f7f7f7);
}

.section {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.gray {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  padding-top: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: 1px none #000;
  background-color: #f5f5f5;
}

.section.gray.initial-view {
  margin-top: 50px;
  background-color: transparent;
}

.section.gray.login-view {
  background-color: #fff;
}

.section.initial-page.hero-section {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/mdl---page-background---default.png');
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
}

.section.initial-page.hero-section.custom {
  background-image: url('../images/home-background-desktop.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section.initial-page.hero-section.custom.bgpos1 {
  border-radius: 0px;
  background-position: 50% 0%;
}

.section.initial-page.hero-section.custom.bgpos2 {
  background-position: 0px 30%;
}

.navbar-fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 979;
  height: 64px;
  background-color: #2196f3;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.navbar-fixed.initial-view {
  background-color: transparent;
  box-shadow: none;
}

.navbar-fixed.form-page-clean {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #fff;
  box-shadow: none;
}

.navbar-fixed.form-page-clean.fondo-oscuro {
  background-color: transparent;
}

.navbar-fixed.clean {
  background-color: #fff;
  box-shadow: none;
}

.body {
  height: 100%;
  padding-top: 64px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}

.body.initial-view {
  background-color: #eee;
}

.body.initial-view.custom {
  padding-top: 0px;
  background-color: rgba(233, 23, 78, 0.45);
}

.body.login-view {
  padding-top: 0px;
  background-color: #fff;
}

.body.form-page.form-page-clean {
  overflow: visible;
  padding-top: 0px;
  background-color: #fff;
}

.fila {
  position: relative;
  display: block;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-title {
  position: relative;
  overflow: hidden;
  width: 24%;
  height: 30px;
  margin-top: 14px;
  float: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.menu-buttom {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  color: #fff;
}

.menu-buttom.initial-view {
  position: static;
  display: none;
}

.menu-buttom.form-page-clean {
  color: #000;
}

.menu-buttom.form-page-clean.fondo-oscuro {
  color: #fff;
}

.navbar-container {
  display: block;
  margin-right: 60px;
  margin-left: 70px;
  color: #fff;
}

.menu-panel {
  z-index: 999;
  background-color: #fff;
}

.menu-option {
  color: #757575;
  font-weight: 400;
}

.menu-option:hover {
  background-color: #e0e0e0;
}

.menu-option.user-dropdown-option {
  float: left;
  clear: left;
  color: #000;
}

.user-dropdown {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-right: 25px;
}

.user-dropdown-image {
  display: block;
  float: right;
  border-radius: 50%;
}

.user-dropdown-menu {
  position: relative;
}

.user-dropdown-menu.w--open {
  position: relative;
  top: 0px;
  right: 50px;
  bottom: 0px;
  display: inline-block;
  margin-top: -19px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.user-dropdown-menu.menu-panel.w--open {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: -24px;
  margin-right: 0px;
  margin-left: -135px;
  padding-top: 10px;
  float: left;
}

.user-dropdown-toggle {
  display: block;
  padding-right: 0px;
}

.user-dropdown-toggle.w--open {
  position: relative;
  padding-right: 0px;
}

.view-container {
  display: block;
  height: 100%;
  padding-right: 0%;
  padding-left: 0%;
  -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;
}

.view-container.survey-view {
  padding: 20px;
}

.view-container.form-page {
  display: block;
  padding-right: 0%;
  padding-left: 0%;
}

.view-container.sign-in-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20%;
  padding-left: 20%;
}

.view-menu {
  position: fixed;
  left: 0px;
  z-index: 970;
  display: block;
  width: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border-bottom: 1px solid #d4d4d4;
  background-color: #f5f5f5;
  text-align: center;
}

.view-link {
  width: auto;
  background-color: transparent;
  color: #a7a3a3;
  text-align: center;
  text-transform: uppercase;
}

.view-link.w--current {
  width: auto;
  border-bottom: 1px solid #2196f3;
  background-color: transparent;
  color: #2196f3;
  text-align: center;
  text-transform: uppercase;
}

.card-image {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
}

.card-button {
  position: absolute;
  display: block;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
}

.card-button:hover {
  background-color: hsla(0, 0%, 62%, 0.2);
}

.card2 {
  display: inline-block;
  width: 50%;
  padding: 5px;
  float: left;
}

.card2.card-structure {
  width: 100%;
  min-height: 254px;
  padding: 0px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.card2.card-structure.card-image {
  position: relative;
  width: 100%;
  min-height: 176px;
  padding: 10px;
  border-style: none;
  border-width: 0px;
  background-color: transparent;
  background-image: url('../images/08-style_imagery_bestpractices_stock1.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: none;
}

.card2.card-structure.card-image.card-profile {
  background-color: #fff;
  background-image: none;
}

.card2.card-structure.card-message {
  display: block;
  min-height: 50px;
  margin-top: -5px;
  padding: 14px;
  border-radius: 0px;
  background-color: #2196f3;
  box-shadow: none;
  color: #fff;
  font-weight: 400;
}

.card2.card-structure.card-actions {
  display: block;
  min-height: 40px;
  margin-top: -5px;
  padding: 8px 8px 13px;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
}

.card2.card-structure.card-actions.card-actions-bottom {
  margin-top: 0px;
  padding-bottom: 8px;
  border-top: 1px solid #d4d4d4;
}

.card2.card-structure.card-info {
  display: block;
  min-height: 100px;
  margin-top: -5px;
  padding: 17px 16px 16px;
  border-top: 1px solid #d4d4d4;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
}

.card2.card-structure.card-info.product {
  height: 227px;
  max-height: 227px;
  min-height: 227px;
}

.card2.card-button {
  position: relative;
  display: inline-block;
  width: 0%;
  min-height: 24px;
  min-width: 100px;
  color: #2196f3;
  text-align: center;
}

.card2.card-event {
  width: 100%;
}

.card2.card-event.card-structure {
  position: relative;
  background-image: url('../images/12-style_imagery_bestpractices_focus5.png');
  background-position: 50% 50%;
  background-size: cover;
}

.card2.card-event.card-structure.card-actions.card-actions-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
  background-image: none;
}

.card2.card-event.card-structure.card-info {
  margin-top: 0px;
  padding: 0px;
  background-color: transparent;
  background-image: none;
}

.card2.card-event.card-button {
  width: 0%;
  min-width: 150px;
  color: #fff;
}

.card2.card-profile {
  width: 100%;
}

.card2.product.card-button {
  font-size: 14px;
  font-weight: 700;
}

.card-image-title-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 14px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), color-stop(27%, rgba(0, 0, 0, 0.29)), color-stop(60%, rgba(0, 0, 0, 0.29)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.29) 27%, rgba(0, 0, 0, 0.29) 60%, transparent);
  color: #fff;
  font-weight: 400;
}

.card-messege-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
}

.card-info-title-1 {
  margin-top: 0px;
  color: #444;
  font-size: 16px;
}

.card-info-title-1.product {
  overflow: hidden;
  height: 49px;
  max-height: 49px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.card-info-title-1.product.value {
  height: auto;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.card-info-title-1.product.unit {
  float: right;
  color: #aaa;
  font-size: 14px;
  font-weight: 600;
}

.card-info-title-2 {
  margin-top: 20px;
  color: #777;
  font-size: 20px;
  font-weight: 400;
}

.card-info-paragraph-2 {
  color: #777;
}

.card-info-paragraph-2.product {
  overflow: hidden;
  height: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.card-event.card-info-title-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 14px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(84%, rgba(0, 0, 0, 0.18)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.18) 84%, transparent);
  color: #fff;
  font-size: 24px;
}

.view-content {
  margin-top: 40px;
}

.view-content.page-form {
  padding-right: 20%;
  padding-bottom: 10px;
  padding-left: 20%;
}

.view-pane {
  position: relative;
}

.view-pane.list-view-desktop {
  margin-top: -1px;
  padding-right: 30%;
  padding-left: 30%;
}

.view-pane.content-page {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.27);
}

.list.survey-section-view {
  padding: 20px;
}

.list-item {
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #d4d4d4;
}

.list-item-counter {
  margin-top: 6px;
  color: #777;
  font-size: 12px;
}

.list-item-column1-image {
  margin-top: 6px;
  margin-bottom: 6px;
  border-radius: 50%;
}

.list-item-title {
  margin-top: 6px;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 700;
}

.list-item-info {
  padding-left: 5px;
  font-size: 12px;
}

.list-item-button {
  margin-top: 6px;
  text-align: center;
}

.list-item-card {
  margin-right: 15px;
  margin-bottom: 10px;
  margin-left: 5px;
}

.list-item-card-column2-container {
  min-height: 82px;
  margin-top: 0px;
  padding: 10px;
  background-color: hsla(0, 0%, 83.1%, 0.46);
  text-align: center;
}

.list-item-card-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 1px;
  font-size: 12px;
  text-align: left;
}

.list-item-card-info {
  color: #7e7e7e;
  font-size: 12px;
  text-align: left;
}

.list-item-card-link {
  display: block;
  color: #0091f1;
  font-size: 12px;
  text-align: left;
  text-decoration: none;
}

.list-item-card-column1 {
  height: 100%;
  min-height: 82px;
  background-image: url('../images/11-style_imagery_bestpractices_focus3.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.image-view-item {
  position: relative;
  display: block;
  overflow: hidden;
  width: 24%;
  height: 150px;
  margin-right: 1%;
  margin-bottom: 1%;
  float: left;
  background-image: url('../images/10-Ardea-cocoi.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.menu-option-multiple {
  position: relative;
  padding: 20px;
  color: #757575;
  font-weight: 400;
  text-align: left;
}

.menu-option-multiple-icon {
  position: static;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 0px;
  margin-right: 20px;
}

.menu-option-multiple-toggle {
  display: block;
  padding: 0px;
  float: left;
}

.menu-option-multiple-dropdown {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  float: right;
}

.menu-option-label {
  float: left;
}

.menu-option-multiple-2-list.w--open {
  border-bottom: 1px solid #d4d4d4;
}

.menu-option-multiple-2-list-item {
  background-color: #fff;
}

.article-title {
  margin-right: 125px;
  margin-bottom: 0px;
  margin-left: 125px;
  font-family: Lato, sans-serif;
  font-size: 35px;
}

.article-title.survey-view {
  margin-right: auto;
  margin-left: auto;
}

.article-title.survey-view.list-item-title {
  font-size: 20px;
}

.article-title.initial-view {
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 4px;
  text-transform: none;
}

.article-title.survey-section-view {
  margin-right: 0px;
  margin-left: 0px;
}

.article-description {
  margin-top: 10px;
  margin-right: 125px;
  margin-left: 125px;
  font-family: Lato, sans-serif;
  color: rgba(0, 0, 0, 0.44);
  font-size: 27px;
  line-height: 31px;
  font-weight: 400;
}

.article-description.survey-view {
  margin-right: auto;
  margin-left: auto;
}

.article-description.survey-view.list-item-description {
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
}

.article-description.survey-section-view {
  margin-right: 0px;
  margin-left: 0px;
}

.article-paragraph {
  margin-right: 125px;
  margin-bottom: 30px;
  margin-left: 125px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 21px;
  line-height: 1.58em;
  letter-spacing: 0em;
}

.article-portrait {
  display: block;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  text-align: center;
}

.article-portrait.login-view {
  width: 50%;
}

.article-social-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.article-social-button-item {
  width: 36px;
  height: 36px;
  margin-right: 5px;
  margin-left: 5px;
}

.form-buscar {
  display: block;
  width: 63%;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 10px;
  float: left;
  background-color: hsla(0, 0%, 100%, 0.25);
}

.form-buscar-input {
  height: 24px;
  margin-bottom: 0px;
  padding: 0px;
  border-style: none;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.form-contenedor {
  position: relative;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10%;
  padding-left: 10%;
  font-family: Roboto, sans-serif;
}

.form-contenedor.pre-page-view {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.form {
  position: relative;
}

.form.pre-page-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.label {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 25%;
  color: #9e9e9e;
  font-size: 12px;
  font-weight: 400;
}

.label.label-checkbox {
  position: relative;
  display: inline-block;
  width: 90%;
  margin-top: 0px;
  margin-left: 0%;
  float: none;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.label.login-view {
  margin-left: 0%;
  font-family: Roboto, sans-serif;
  color: #bdbdbd;
}

.text-field {
  margin-bottom: 16px;
  margin-left: 0%;
  padding: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #bdbdbd;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 400;
}

.text-field.login-view {
  width: 100%;
  margin-left: 0%;
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 400;
}

.form-button-contenedor {
  width: 50%;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 0%;
  padding: 8px 8px 8px 0px;
  float: none;
  text-align: center;
}

.button {
  height: 36px;
  margin-left: 8px;
  padding-right: 16px;
  padding-left: 16px;
  background-color: transparent;
  color: #2196f3;
  font-weight: 700;
  text-transform: uppercase;
}

.button:hover {
  background-color: #eee;
}

.button:active {
  background-color: #bdbdbd;
}

.button:focus {
  background-color: #eee;
}

.button.view-login {
  margin-left: 0px;
  border-radius: 4px;
  background-color: #2196f3;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.75);
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
}

.button.view-data-button {
  display: inline-block;
  background-color: #2196f3;
  box-shadow: 0 1px 3px 0 #000;
  color: #fff;
}

.button.modal-button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: 12px;
  margin-bottom: 12px;
}

.button.modal-button.modal-button-close {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.button.modal-button.modal-button-close.panel-footer {
  margin-bottom: 0px;
}

.button.sign-in-page {
  margin-left: 0px;
  border-radius: 4px;
  background-color: #2196f3;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-shadow: 0 1px 0 #217cc5;
}

.button.fast-sigin-up-page {
  width: 50%;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #fff;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.button.fast-sigin-up-page:hover {
  border-style: none;
  background-color: #2196f3;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.button.fast-sigin-up-page:active {
  box-shadow: none;
}

.button.fast-sigin-up-page:focus {
  border-style: none;
  background-color: #2196f3;
}

.button.fast-sigin-up-page.ocultar {
  display: none;
}

.textarea {
  width: 50%;
  min-height: 88px;
  margin-bottom: 16px;
  margin-left: 25%;
  padding: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #bdbdbd;
  background-color: transparent;
}

.form-lista {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 16px;
  float: none;
}

.form-lista-item {
  display: block;
  margin-top: 16px;
}

.checkbox {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 0px;
  float: right;
  background-color: transparent;
}

.checkbox-field {
  margin-bottom: 16px;
  padding-right: 25%;
  padding-left: 25%;
}

.nav-link.initial-view {
  color: #fff;
}

.menu-alternativo {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 60px;
  background-color: transparent;
  text-align: right;
}

.menu-alternativo.opcion {
  position: relative;
  width: auto;
  margin-right: 8px;
  margin-left: 8px;
  padding: 24px 16px 8px;
  float: right;
  background-color: transparent;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
}

.menu-alternativo.opcion.especial {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  line-height: 12px;
  text-align: center;
  text-shadow: none;
}

.menu-alternativo.opcion.especial.custom {
  background-color: transparent;
  background-image: none;
}

.menu-alternativo.opcion.custom {
  height: auto;
  margin-top: 12px;
  padding: 8px;
  background-color: transparent;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: none;
}

.menu-alternativo.opcion.custom.left {
  height: auto;
  padding: 8px;
  float: left;
  border: 1px solid #fff;
  color: #fff;
  text-shadow: none;
}

.menu-alternativo.opcion.custom.left.hidden.navbar-alto {
  margin-top: 24px;
  margin-left: 24px;
  border-radius: 6px;
}

.menu-alternativo.opcion.custom.left-mobile {
  color: #fff;
}

.menu-alternativo.opcion.custom.navbar-alto {
  height: auto;
  margin-top: 24px;
  margin-right: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 6px;
}

.menu-alternativo.logo-contenedor {
  position: relative;
  width: auto;
  height: 50px;
  margin-top: 5px;
  margin-left: 6%;
  float: left;
  background-color: transparent;
}

.menu-alternativo.logo-contenedor.sign-in-page {
  width: 150px;
  height: auto;
  background-image: none;
}

.menu-alternativo.logo-contenedor.custom {
  display: block;
  width: 200px;
  height: 56px;
  margin: 2px auto;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
  background-image: none;
}

.menu-alternativo.logo-contenedor.custom.navbar-alto {
  width: 135px;
  height: 135px;
  margin-top: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100%;
}

.menu-alternativo.logo-contenedor.imagen {
  margin-top: 0px;
  margin-left: 0%;
}

.menu-alternativo.custom {
  height: 60px;
  background-color: #e5184a;
}

.menu-alternativo.custom.navbar-alto {
  height: 90px;
  background-color: rgba(229, 24, 74, 0.9);
}

.menu-alternativo.standard {
  display: none;
}

.list-item.survey-section-view {
  border-style: none;
}

.list-item-title.survey-section-view {
  padding-left: 0px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.list-item-description.survey-section-view {
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-align: justify;
}

.list-item-image.survey-section-view {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 981;
  display: none;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal.uploader {
  display: none;
}

.modal-contenedor {
  display: block;
  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;
  text-align: center;
}

.modal-contenedor.uploader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.modal-titulo {
  color: #fff;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tab-data-view {
  position: relative;
  display: block;
}

.boton-contenedor {
  position: absolute;
  z-index: 977;
  display: none;
  width: 48px;
  height: 48px;
  margin-left: 6%;
}

.boton-forma {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-top: -50%;
  -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: 50%;
  background-color: #2196f3;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.75);
}

.boton-imagen {
  position: relative;
  width: 50%;
  height: 50%;
}

.view-data-button-container {
  position: fixed;
  z-index: 977;
  margin-top: -18px;
}

.panel {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 979;
  display: block;
  width: 25%;
  height: 100%;
  background-color: transparent;
}

.panel.header {
  position: relative;
  width: 100%;
  height: 64px;
  padding: 10px;
  background-color: #2196f3;
  box-shadow: none;
}

.panel.header.title {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  background-color: transparent;
  color: #fff;
}

.panel.header.titlle-2 {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  background-color: transparent;
  color: #86cfef;
}

.panel.body {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 128px;
  background-color: #fff;
  box-shadow: none;
}

.panel.body.contenido {
  display: block;
  height: 100%;
  padding: 8px 0px 8px 8px;
}

.panel.body.contenido.form-contenedor {
  overflow: visible;
  height: auto;
  margin-bottom: 0px;
  padding: 0px 8px 0px 0px;
  background-color: transparent;
}

.panel.body.contenido.form-contenedor.input-list {
  padding-right: 0px;
}

.panel.body.contenido.form-contenedor.input-list.input-list-item {
  margin-bottom: 12px;
}

.panel.body.contenido.form-contenedor.input-list.input-list-item.title {
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.panel.body.contenido.form-contenedor.input-list.input-list-item.paragraph {
  overflow: visible;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  line-height: 15px;
  font-weight: 400;
}

.panel.body.contenido.form-contenedor.input-list.input-list-item.label {
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Lato, sans-serif;
  color: rgba(51, 51, 51, 0.6);
  font-size: 12px;
  font-weight: 400;
}

.panel.body.contenido.form-contenedor.input-list.input-list-item.input-text {
  overflow: visible;
  margin-bottom: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(51, 51, 51, 0.5);
  font-family: Lato, sans-serif;
  line-height: 14px;
  font-weight: 400;
}

.panel.body.contenido.form-contenedor.input-list.input-list-item.input-textarea {
  height: 60px;
  margin-bottom: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(51, 51, 51, 0.5);
  font-family: Lato, sans-serif;
  line-height: 14px;
  font-weight: 400;
}

.panel.body.contenido.form-contenedor.input-list.input-list-item.input-select {
  overflow: visible;
  height: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 8px 12px;
  border-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 83.1%, 0.2)), to(hsla(0, 0%, 83.1%, 0.2)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 83.1%, 0.2), hsla(0, 0%, 83.1%, 0.2));
  font-family: Lato, sans-serif;
  color: #bbb;
  line-height: 14px;
}

.panel.body.contenido.form-contenedor.input-list.input-list-item.checkbox-contenedor.item {
  margin-bottom: 0px;
}

.panel.body.contenido.form-contenedor.input-list.input-list-item.checkbox-contenedor.item.label {
  overflow: visible;
  width: 90%;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.panel.body.contenido.form-contenedor.input-list.input-list-item.checkbox-contenedor.item.input-checkbox {
  position: relative;
  overflow: visible;
  width: 24px;
  height: 24px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  float: right;
}

.panel.body.contenido.form-contenedor.input-list.input-list-item.input-media-container {
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.panel.body.contenido.media-contenedor {
  overflow: visible;
  height: auto;
  margin-bottom: 12px;
  padding: 0px 8px 0px 0px;
}

.panel.footer {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 64px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: none;
}

.panel.panel-left {
  position: fixed;
  display: none;
  box-shadow: 0 0 6px 0 #000;
}

.panel.panel-right {
  position: fixed;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-color: #fff;
  box-shadow: 0 0 6px 0 #000;
}

.navbar-icon-container {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  height: 64px;
  margin-right: 77px;
  float: right;
  background-color: transparent;
}

.navbar-icon-item {
  display: inline-block;
  height: 100%;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  cursor: pointer;
}

.navbar-icon-item.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 100%;
  margin-top: auto;
  margin-left: 8px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.navbar-icon-item.link.icon {
  width: 48px;
}

.navbar-icon-item-image {
  height: 50%;
  margin-top: 18px;
}

.modal-contenido {
  position: relative;
  width: 450px;
  height: 500px;
  padding: 12px;
  background-color: #fff;
  box-shadow: 0 16px 50px -4px rgba(0, 0, 0, 0.75);
}

.modal-contenido.text-container {
  display: block;
  width: 100%;
  height: 90%;
  background-color: transparent;
  box-shadow: none;
}

.modal-contenido.text-container.title {
  display: block;
  height: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0px;
  font-family: Varela, sans-serif;
  color: #777;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}

.modal-contenido.text-container.paragraph {
  height: auto;
  padding: 0px;
  font-family: 'Varela Round', sans-serif;
  color: #777;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.input-select {
  width: 50%;
  margin-left: 25%;
}

.input-image-result {
  width: 50%;
  margin-left: 25%;
}

.page-form.content-page-title {
  margin-top: 0px;
  margin-right: 2%;
  margin-left: 2%;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

.page-form.content-page-description {
  margin-top: 0px;
  margin-right: 2%;
  margin-left: 2%;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  text-align: left;
}

.page-form.content-page-media {
  margin-bottom: 20px;
}

.page-form.content-input-list {
  margin-right: 2%;
  margin-left: 2%;
}

.page-form.content-input-list.item {
  margin-bottom: 24px;
}

.page-form.content-input-list.item.item-title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.page-form.content-input-list.item.item-title.right-side-panel {
  margin-right: 0%;
  margin-bottom: 2px;
  margin-left: 0%;
}

.page-form.content-input-list.item.item-description {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
}

.page-form.content-input-list.item.item-description.right-side-panel {
  margin-right: 0%;
  margin-bottom: 2px;
  margin-left: 0%;
}

.page-form.content-input-list.item.item-label {
  position: relative;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: rgba(51, 51, 51, 0.6);
  font-size: 12px;
  font-weight: 400;
}

.page-form.content-input-list.item.item-label.right-side-panel {
  margin-right: 0%;
  margin-bottom: 0px;
  margin-left: 0%;
}

.page-form.content-input-list.item.input-text {
  position: relative;
  width: 96%;
  height: 20px;
  margin-right: 2%;
  margin-bottom: 0px;
  margin-left: 2%;
  padding: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(51, 51, 51, 0.5);
  font-family: Lato, sans-serif;
  line-height: 14px;
  font-weight: 400;
}

.page-form.content-input-list.item.input-text.right-side-panel {
  width: 100%;
  margin-right: 0%;
  margin-left: 0%;
  background-color: transparent;
}

.page-form.content-input-list.item.item-media {
  width: 28%;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  float: right;
}

.page-form.content-input-list.item.input-container {
  position: relative;
}

.page-form.content-input-list.item.input-textarea {
  width: 96%;
  height: 60px;
  margin-right: 2%;
  margin-bottom: 0px;
  margin-left: 2%;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(51, 51, 51, 0.5);
  font-family: Lato, sans-serif;
  line-height: 14px;
  font-weight: 400;
}

.page-form.content-input-list.item.input-textarea.right-side-panel {
  width: 100%;
  margin-right: 0%;
  margin-bottom: 0px;
  margin-left: 0%;
  background-color: transparent;
}

.page-form.content-input-list.item.input-select {
  width: 96%;
  border-style: none;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 83.1%, 0.2)), to(hsla(0, 0%, 83.1%, 0.2)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 83.1%, 0.2), hsla(0, 0%, 83.1%, 0.2));
  font-family: Lato, sans-serif;
  color: #bbb;
  line-height: 14px;
}

.page-form.content-input-list.item.input-select.right-side-panel {
  width: 100%;
  margin-right: 0%;
  margin-bottom: 0px;
  margin-left: 0%;
}

.page-form.content-input-list.item.checkbox-container {
  margin-right: 10%;
  margin-left: 10%;
  padding-left: 0px;
}

.page-form.content-input-list.item.checkbox-container.checkbox-item {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

.page-form.content-input-list.item.checkbox-container.checkbox-item.input-checkbox {
  width: 24px;
  height: 24px;
  margin: 6px 0px 0px;
  float: right;
  border-style: none;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 83.1%, 0.2)), to(hsla(0, 0%, 83.1%, 0.2)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 83.1%, 0.2), hsla(0, 0%, 83.1%, 0.2));
}

.page-form.content-input-list.item.checkbox-container.checkbox-item.input-checkbox.right-side-panel {
  margin-top: 0px;
}

.page-form.content-input-list.item.checkbox-container.checkbox-item.label {
  position: relative;
  display: inline-block;
  width: 90%;
  margin: 0px;
  float: left;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.page-form.content-input-list.item.checkbox-container.checkbox-item.label.right-side-panel {
  width: 88%;
}

.page-form.content-input-list.item.checkbox-container.checkbox-item.right-side-panel {
  margin-right: 0px;
  margin-left: 0px;
}

.page-form.content-input-list.item.checkbox-container.right-side-panel {
  margin-right: 0%;
  margin-bottom: 0px;
  margin-left: 0%;
}

.page-form.content-input-list.item.input-media-result {
  position: relative;
  display: block;
  max-height: 245px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
}

.page-form.content-input-list.item.input-media-container {
  width: 72%;
  max-height: 245px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
}

.page-form.content-input-list.item.input-media-container.right-side-panel {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.page-form.content-input-list.item.right-side-panel {
  margin-right: 0%;
  margin-bottom: 12px;
  margin-left: 0%;
}

.page-form.content-input-list.rigth-side-panel {
  margin-right: 0%;
  margin-left: 0%;
  padding-left: 0px;
}

.md-round-button {
  position: relative;
  width: 48px;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

.md-round-button.shape {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 50px;
  background-color: #2196f3;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.75);
}

.md-round-button.shape.image {
  width: 50%;
  height: auto;
  background-color: transparent;
  box-shadow: none;
}

.md-round-button.image {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  margin-top: 25%;
  margin-bottom: 1px;
}

.boton-action {
  display: none;
}

.formulario-titulo {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 16px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 100;
}

.formulario-titulo.pre-page-view {
  text-align: center;
}

.leyenda-sign-up {
  display: inline-block;
  font-family: Roboto, sans-serif;
  color: #999;
  font-size: 13px;
}

.leyenda-sign-up.link {
  font-family: Roboto, sans-serif;
  color: #2196f3;
  text-decoration: none;
}

.leyenda-sign-up.pre-page-view {
  text-align: center;
}

.one-section-two-column {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.one-section-two-column-col-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/fotografo-03-alfa.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.one-section-two-column-col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/entrevista-online-1980x1320-alfa.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.spinner-contenedor {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: 30%;
}

.spinner-contenido {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: -20px;
}

.error-message-contenedor {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #f30d0d;
  font-family: Lato, sans-serif;
  color: #f30d0d;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: justify;
}

.error-message-contenedor.paragraph {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom-style: none;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
}

.leyenda-password {
  position: relative;
  display: inline-block;
  margin-top: 8px;
  font-family: Lato, sans-serif;
  color: #999;
  font-size: 13px;
}

.formulario-mensaje {
  font-family: Lato, sans-serif;
  text-align: justify;
}

.formulario-mensaje.movil {
  display: none;
}

.button-action-container {
  display: none;
}

.modal-media-types-row {
  font-family: 'Varela Round', sans-serif;
  color: #aaa;
  font-size: 10px;
  font-weight: 400;
}

.user-block.image {
  width: 50px;
  height: 50px;
  margin: 8px 8px 8px 0px;
  float: left;
  border-radius: 50px;
}

.user-block.name {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 0px;
  float: left;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.view-card-bottom-content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  float: left;
  -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;
}

.view-card-bottom-content.boton {
  position: static;
  display: block;
  width: auto;
  height: auto;
  background-color: transparent;
  color: #2196f3;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.page-parallax.section {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 810px;
}

.page-parallax.container {
  display: block;
  height: 100%;
  margin-bottom: 1px;
}

.page-parallax.hero-div {
  height: 100%;
  background-image: url('../images/q4-01-where-are-syrian-desktop_BG.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.page-parallax.hero-div.animated-content {
  position: absolute;
  height: auto;
  background-image: none;
}

.page-parallax.hero-div.hero-content {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 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;
  background-image: none;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 100;
}

.page-parallax.animated-content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: auto;
}

.page-parallax.body {
  padding-top: 0px;
  background-color: #000;
}

.body-2 {
  overflow: visible;
  height: 100%;
}

.image-2 {
  width: 100%;
  max-width: 100%;
}

.animated-content {
  position: absolute;
  left: 0px;
  top: 0px;
}

.text-block {
  display: block;
  margin-top: 25%;
  padding-left: 2%;
}

.navbar-icon-item-link {
  display: block;
  margin-top: 22px;
  padding-right: 8px;
  padding-left: 8px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.navbar-icon-item-link.clean {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #000;
  font-size: 10px;
  line-height: 1.2;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

.hero-section.hero-imagen {
  width: 100%;
  background-image: url('../images/yobi---publicidad----the-grid-image.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.hero-section.hero-texto {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-section.hero-texto.ad-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-section.hero-texto.altura-libre {
  display: block;
  height: auto;
  min-height: 100%;
  padding-top: 64px;
}

.hero-section.hero-parallax {
  overflow: hidden;
  width: 100%;
  background-image: url('../images/yobi-ad-grid-parallax-background.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.hero-section.hero-parallax._2 {
  background-image: url('../images/tlg-ad-iluminate-parallax-background.jpg');
  background-position: 0px 0px;
  background-size: 960px;
}

.main-wrapper {
  position: relative;
  height: 100%;
}

.hero-logo-contenedor {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  max-height: 150px;
  max-width: 150px;
  margin-top: 50px;
  margin-left: 50px;
}

.hero-logo-contenedor.hero-texto {
  max-height: 100px;
  max-width: 100px;
  margin-top: 16px;
  margin-left: 16px;
}

.hero-logo-imagen {
  margin-bottom: 16px;
}

.hero-info-contenedor {
  position: absolute;
  z-index: 3;
  width: 40%;
  margin-left: 50px;
}

.hero-info-titulo {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 1.2;
  font-weight: 100;
}

.hero-info-descripcion {
  position: relative;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
}

.div-block {
  width: 40%;
  margin-left: 50px;
}

.hero-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  text-align: center;
}

.hero-footer.adentro {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  margin-top: 0px;
}

.hero-footer.adentro.altura-porcentaje {
  min-height: 19%;
  padding-top: 16px;
}

.hero-footer.adentro.altura-porcentaje._3 {
  position: absolute;
  min-height: 135px;
}

.hero-footer-icon-contenedor {
  position: relative;
  display: inline-block;
  padding-left: 16px;
}

.hero-footer-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 16px;
  margin-bottom: 10px;
  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;
  border: 1px solid #fff;
  border-radius: 50px;
}

.hero-footer-icon.hero-footer-icon-action {
  border-style: solid;
  border-color: #338ec9;
  background-color: #338ec9;
  box-shadow: 0 1px 3px 0 #000;
  cursor: pointer;
}

.hero-footer-icon.hero-texto {
  border-color: #000;
  cursor: pointer;
}

.hero-footer-icon-imagen {
  width: 40px;
  height: 40px;
}

.shadown {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.hero-video-contenedor {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero-video-component {
  height: 100%;
}

.hero-video-player-controles {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 24px;
  margin-right: 24px;
}

.hero-video-player-icon-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50px;
}

.hero-video-player-icon-control-image {
  width: 24px;
  height: 24px;
}

.hero-texto-contenedor {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-texto-contenedor.altura-libre {
  position: relative;
  display: block;
  min-height: 100%;
  padding-top: 72px;
}

.hero-texto-contenedor.altura-libre._3 {
  height: auto;
  min-height: 420px;
  padding-bottom: 135px;
}

.hero-texto-contenedor.seccion-codigo-qr {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-text-titulo {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 64px;
  line-height: 1.2;
  font-weight: 100;
  text-align: center;
}

.hero-text-titulo.concepto-titulo {
  font-size: 38px;
  font-weight: 700;
  text-align: left;
}

.hero-text-titulo.seccion-login {
  width: 80%;
  margin-left: 10%;
}

.hero-text-titulo.seccion-codigo-qr {
  width: 80%;
  margin-left: 10%;
}

.hero-text-titulo.seccion-codigo-qr.perfil {
  font-size: 48px;
}

.hero-text-titulo.seccion-codigo-qr.perfil.mensaje {
  margin-bottom: 32px;
  padding: 8px;
  border-radius: 6px;
  background-color: #2196f3;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.hero-texto-parrafo {
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
}

.hero-texto-parrafo.concepto-tipo {
  font-size: 38px;
  font-style: italic;
  text-align: left;
}

.hero-texto-parrafo.concepto-descripcion {
  margin-bottom: 20px;
  text-align: left;
}

.hero-texto-parrafo.en-lista-item {
  margin-bottom: 0px;
  font-size: 18px;
  text-align: left;
}

.hero-texto-parrafo.hero-text-link {
  display: block;
  font-size: 22px;
  text-align: center;
}

.hero-texto-parrafo.hero-texto-instancia-titulo {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.hero-texto-parrafo.hero-texto-instancia-descripcion {
  width: 100%;
  margin-bottom: 32px;
  padding-right: 5%;
  padding-bottom: 32px;
  padding-left: 5%;
  border-bottom: 1px solid #d4d4d4;
  font-size: 18px;
  text-align: justify;
}

.hero-footer-icon-mensaje {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}

.hero-footer-icon-mensaje.hero-texto {
  color: #000;
}

.parallax-objeto-contenedor {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.parallax-objeto-imagen.movil {
  display: none;
}

.ecommerce-post-contenedor {
  position: relative;
  display: inline-block;
  overflow: visible;
  width: 32%;
  height: 58%;
  margin-right: 1%;
  margin-bottom: 1%;
  font-family: Roboto, sans-serif;
}

.ecommerce-post-contenedor.page-checkout {
  width: 47%;
  height: 61%;
  margin-right: 2%;
}

.container-2 {
  display: block;
  height: 100%;
  padding-left: 0%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.default-section {
  position: relative;
  height: 100%;
  margin-top: 64px;
  background-color: #fff;
}

.default-section.fix-hero-background {
  position: fixed;
  width: 100%;
  height: 50%;
  margin-top: 0px;
  background-image: url('../images/q4-01-where-are-syrian-desktop_BG.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.default-section.fix-hero-background.animacion {
  background-color: #00adef;
  background-image: none;
}

.default-section.transparent-hero-h50 {
  height: 50%;
  margin-top: 0px;
  background-color: transparent;
}

.default-section.transparent-hero-h50.ocultar {
  display: none;
}

.default-section.sin-margen-superior {
  margin-top: 0px;
}

.imagen-contenedor {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 73%;
  background-image: url('../images/yobi-grid-desktop.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-2 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.shadow-contenedor {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
  height: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.shadow-texto-contenedor {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.shadow-titulo {
  margin-top: 16px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
}

.shadow-mensaje {
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.shadow-subtitulo {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}

.shadow-icono-contenedor {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shadow-icono-contenedor.abajo {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 16px;
  -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;
}

.shadow-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.icon-image {
  width: 32px;
  height: 32px;
  float: left;
}

.icon-etiqueta {
  position: relative;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 8px;
  float: left;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.icon-etiqueta.contador {
  position: relative;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.shadow-dashboard-contenedor {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shadow-dashboard-item {
  display: inline-block;
}

.item-titulo {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.item-valor {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
}

.shadown-icon-texto-contenedor {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  line-height: 1;
}

.icon-valor {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 8px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.shadown-mensaje {
  margin: 8px 16px 0px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.navbar-titulo {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
}

.navbar-titulo.page-form {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  text-align: center;
}

.grupo-contenedor {
  border-bottom: 1px solid #b0b5b6;
}

.grupo-data-contenedor {
  display: inline-block;
  width: 18%;
  margin-left: 2%;
  float: left;
  text-align: center;
}

.grupo-data-contenedor.boton {
  display: block;
  width: auto;
  margin-left: 0%;
  padding: 8px 16px;
  float: none;
  border-radius: 6px;
  background-color: #00adef;
  font-family: Roboto, sans-serif;
  line-height: 1.2em;
  font-weight: 700;
}

.grupo-instancias-contenedor {
  display: inline-block;
  width: 76%;
  margin-right: 2%;
  margin-left: 2%;
  float: left;
}

.grupo-titulo {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 2%;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
}

.grupo-data-titulo {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
}

.grupo-data-parrafo {
  font-family: Roboto, sans-serif;
  color: #000;
  text-align: left;
}

.instancia-contenedor {
  display: inline-block;
  width: 24%;
  margin-bottom: 1%;
  margin-left: 1%;
  padding-bottom: 16px;
  float: left;
  background-color: transparent;
}

.instancia-imagen-contenedor {
  overflow: hidden;
  width: 100%;
  height: 95px;
  max-height: 95px;
}

.instancia-imagen {
  width: 100%;
}

.instancia-data-contenedor {
  overflow: hidden;
  height: 46px;
  max-height: 46px;
}

.instancia-titulo {
  overflow: hidden;
  max-height: 15px;
  margin-top: 8px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
}

.instancia-valores {
  margin-top: 4px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
}

.contanier-footer {
  position: relative;
  width: 100%;
  height: 64px;
}

.hero-dashboard-contenedor {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  padding-top: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #338ec9;
  box-shadow: 0 1px 3px 0 #000;
  text-align: center;
}

.hero-dashboard-item {
  position: relative;
  display: inline-block;
  width: 100px;
  margin-right: 16px;
  margin-bottom: 16px;
}

.hero-dashboard-item-value {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
}

.hero-dashboard-item-label {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.hero-dashboard-item-label.hero-dashboard-item-unidad {
  color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
}

.hero-text-link {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #338ec9;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.hero-texto-lista {
  margin-bottom: 16px;
}

.hero-footer-push-up {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
}

.ecommerce-post-texto-contenedor {
  position: relative;
  height: 95px;
  min-height: 95px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.ecommerce-post-texto-marca {
  position: relative;
  display: block;
  overflow: hidden;
  height: 32px;
  max-height: 32px;
  min-height: 32px;
  margin-top: 4px;
  margin-bottom: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.ecommerce-post-texto-precio {
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}

.ecommerce-post-texto-precio.precio-original {
  margin-left: 8px;
  color: #bbb;
  text-decoration: line-through;
}

.ecommerce-precio-contenedor {
  margin-top: 8px;
}

.text-block-2 {
  display: inline-block;
  overflow: hidden;
  height: 17px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}

.text-block-3 {
  overflow: hidden;
  height: 32px;
}

.ecommerce-post-area-libre {
  display: block;
  overflow: hidden;
  height: 32px;
}

.icon-image-contenedor {
  position: relative;
  width: 32px;
  height: 32px;
}

.icon-contador-contenedor {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: -8px;
  margin-bottom: -8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #aaa;
  border-radius: 100%;
  background-color: #fff;
}

.icon-contador {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 9px;
  font-weight: 900;
}

.ecommerce-post-opcion-contenedor {
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 14px;
  text-align: right;
}

.navbar-icon-image-contenedor {
  position: relative;
  width: 32px;
  height: 32px;
}

.navbar-icono-estado {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.ecommerce-container-posts-footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

.ecommerce-footer-boton {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.ecommerce-footer-boton.page-checkout {
  display: none;
}

.ecommerce-controles-container {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  width: 50%;
  height: 32px;
}

.ecommerce-control-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  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;
}

.ecommerce-control-image {
  width: 24px;
  height: 24px;
}

.ecommerce-posts-contenedor {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-left: 0%;
  padding-left: 2%;
}

.ecommerce-posts-contenedor.page-checkout {
  width: 66%;
  padding-left: 0%;
}

.ecommerce-chekout-panel {
  position: fixed;
  top: 0px;
  right: 0px;
  display: block;
  width: 33%;
  margin-top: 64px;
  padding-right: 8px;
  padding-left: 0px;
  float: right;
  font-family: Roboto, sans-serif;
  color: #000;
}

.ecommerce-chekout-panel.texto {
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  line-height: 1.2;
}

.ecommerce-chekout-panel.texto.total.checkout-total {
  font-size: 64px;
  line-height: 1.2;
}

.ecommerce-chekout-panel.texto.checkout-total {
  font-size: 40px;
  font-weight: 300;
}

.ecommerce-chekout-panel.texto.checkout-label-total {
  font-size: 20px;
  font-weight: 300;
}

.ecommerce-chekout-panel.botones-contenedor {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 16px;
  float: none;
  line-height: 1.2;
}

.ecommerce-chekout-panel.botones-contenedor.boton-contenedor {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
  margin-left: 0%;
  text-decoration: none;
}

.ecommerce-chekout-panel.botones-contenedor.boton-contenedor.boton-label {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.ecommerce-chekout-panel.formulario-contenedor {
  position: relative;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 24px;
  float: none;
}

.ecommerce-chekout-panel.formulario-contenedor.mensaje {
  max-width: 280px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  text-align: justify;
}

.clean-boton-01 {
  position: relative;
  height: 40px;
  margin-bottom: 8px;
  line-height: 1.2;
}

.clean-boton-01.contenedor-imagen {
  float: left;
  cursor: pointer;
}

.clean-boton-01.contenedor-texto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  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;
  line-height: 1.2;
}

.clean-boton-01.contenedor-texto.titulo {
  display: block;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.clean-boton-01.contenedor-texto.titulo-2 {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 400;
}

.clean-boton-01._32px {
  height: 32px;
}

.clean-input-01 {
  max-width: 280px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: none;
}

.navbar-form-buscar-contenedor {
  position: absolute;
  z-index: 980;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 64px;
  margin-left: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.navbar-form-buscar-contenedor.hidde {
  display: none;
}

.navbar-form-buscar-div {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
}

.navbar-form-buscar-div.input {
  position: relative;
  display: block;
  height: auto;
  margin-bottom: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.navbar-form-buscar {
  width: 100%;
}

.bloque-informacion {
  font-family: Roboto, sans-serif;
  color: #000;
  line-height: 1.2;
}

.bloque-informacion.texto-contenedor.titulo {
  font-size: 24px;
  font-weight: 400;
}

.bloque-informacion.texto-contenedor.descripcion {
  line-height: 1.3;
  font-weight: 300;
}

.bloque-informacion.ancho3 {
  position: relative;
  width: 33%;
  padding-right: 16px;
  float: left;
}

.bloque-informacion.ancho6 {
  position: relative;
  width: 50%;
  padding-right: 8px;
  padding-left: 16px;
  float: left;
}

.bloque-informacion.ancho6.altura100 {
  position: relative;
  display: block;
  height: 100%;
  float: left;
}

.bloque-informacion.ancho6.derecho6 {
  padding-right: 16px;
  padding-left: 8px;
}

.bloque-informacion.ancho6.titulo {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 40px;
  font-weight: 100;
}

.bloque-informacion.ancho6.letra-chica {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 11px;
}

.bloque-informacion.ancho6.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 0px;
  -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;
  font-size: 16px;
  font-weight: 300;
}

.bloque-informacion.ancho6.input {
  width: 100%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 24px;
  text-align: center;
}

.bloque-informacion-contenedor {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  max-height: auto;
  min-height: 81%;
}

.hero-text-input-text {
  width: 80%;
  margin-left: 10%;
  border-radius: 6px;
  font-family: Roboto, sans-serif;
  color: #137ed3;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  text-transform: lowercase;
}

.hero-text-imagen-central {
  position: relative;
  display: block;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
}

.hero-text-imagen-central.perfil {
  width: auto;
  height: auto;
  max-width: auto;
}

.hero-texto-contenedor-2 {
  position: relative;
  display: block;
  min-height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.hero-text-info-personal-contenedor {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.hero-text-imagen-contenedor {
  overflow: hidden;
  width: 200px;
  height: 200px;
  float: left;
  border-radius: 100%;
  background-image: url('../images/Captura-de-pantalla-2016-02-20-07.00.22_n.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.hero-texto-info-contenedor {
  width: auto;
  height: 200px;
  margin-left: 16px;
  float: right;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
}

.animacion-contenedor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 64px;
  padding: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.icon-animacion {
  display: inline-block;
  margin-right: 32px;
  margin-left: 32px;
}

.icon-imagen-contenedor {
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.25);
}

.hero-center {
  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;
}

.section-footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-bottom: 50px;
  text-align: center;
}

.button-desktop {
  width: 128px;
}

.button-mobile {
  display: none;
}

.navbar-logo {
  width: 100%;
  height: 100%;
}

html.w-mod-js *[data-ix="new-interaction"] {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="new-interaction-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="diagonal-inferior-derecha"] {
  opacity: 0;
  -webkit-transform: translate(100px, 200px) scale(1.2, 1.2);
  -ms-transform: translate(100px, 200px) scale(1.2, 1.2);
  transform: translate(100px, 200px) scale(1.2, 1.2);
}

html.w-mod-js *[data-ix="desde-abajo"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px) scale(1.3, 1.3);
  -ms-transform: translate(0px, 100px) scale(1.3, 1.3);
  transform: translate(0px, 100px) scale(1.3, 1.3);
}

html.w-mod-js *[data-ix="new-interaction-5"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="new-interaction-6"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="new-interaction-7"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="new-interaction-8"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="new-interaction-9"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="new-interaction-10"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="new-interaction-11"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="new-interaction-12"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

@media (max-width: 991px) {
  .section.initial-page.hero-section {
    background-position: 50% 50%;
  }
  .menu-buttom.initial-view {
    position: static;
  }
  .view-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .view-link {
    display: inline-block;
    float: none;
  }
  .view-link.w--current {
    float: none;
  }
  .view-content.page-form {
    padding-right: 11%;
    padding-left: 11%;
  }
  .view-pane.list-view-desktop {
    padding-right: 25%;
    padding-bottom: 25px;
    padding-left: 25%;
  }
  .list {
    padding-left: 0px;
  }
  .article-title {
    margin-right: 50px;
    margin-left: 50px;
  }
  .article-description {
    margin-right: 50px;
    margin-left: 50px;
  }
  .article-paragraph {
    margin-right: 50px;
    margin-left: 50px;
  }
  .article-portrait.login-view {
    width: 70%;
  }
  .form-buscar {
    width: 57%;
  }
  .label {
    margin-left: 16%;
  }
  .textarea {
    width: 68%;
    margin-left: 16%;
  }
  .checkbox-field {
    padding-right: 16%;
    padding-left: 16%;
  }
  .menu-alternativo.opcion.custom {
    font-family: Lato, sans-serif;
    font-size: 12px;
  }
  .panel {
    width: 43%;
  }
  .panel.body.contenido.form-contenedor.input-list.input-list-item {
    position: relative;
    display: block;
  }
  .navbar-icon-item.link.hidde {
    display: none;
  }
  .modal-contenido {
    width: 450px;
  }
  .page-form.content-input-list.item.input-media-container {
    width: 71%;
  }
  .one-section-two-column-col-1 {
    background-position: -238px 0px;
  }
  .one-section-two-column-col-2 {
    background-position: -386px 0px;
  }
  .hero-info-contenedor {
    width: 40%;
  }
  .hero-info-titulo {
    font-size: 56px;
  }
  .hero-texto-contenedor.altura-libre {
    padding-top: 80px;
  }
  .hero-text-titulo {
    font-size: 56px;
  }
  .hero-text-titulo.seccion-codigo-qr {
    font-size: 40px;
  }
  .ecommerce-post-contenedor {
    width: 32%;
    height: 54%;
  }
  .ecommerce-post-contenedor.page-checkout {
    height: 53%;
  }
  .container-2 {
    padding-left: 0%;
    background-color: #fff;
  }
  .default-section.sin-margen-superior {
    height: auto;
  }
  .imagen-contenedor {
    width: 100%;
    height: 65%;
  }
  .shadow-contenedor {
    background-color: transparent;
  }
  .shadow-titulo {
    margin-top: 8px;
    font-size: 20px;
  }
  .shadow-icono-contenedor {
    display: none;
  }
  .shadow-dashboard-contenedor {
    margin-top: 24px;
  }
  .item-valor {
    font-size: 15px;
  }
  .grupo-contenedor {
    background-color: #fff;
  }
  .grupo-data-contenedor {
    width: 20%;
  }
  .grupo-instancias-contenedor {
    width: 74%;
  }
  .instancia-contenedor {
    width: 32%;
  }
  .instancia-imagen-contenedor {
    height: 97px;
    max-height: 97px;
  }
  .ecommerce-post-texto-marca {
    width: 68%;
    height: 32px;
    max-height: 32px;
    min-height: 32px;
  }
  .ecommerce-post-area-libre {
    display: block;
  }
  .ecommerce-controles-container {
    display: block;
    height: 24px;
  }
  .ecommerce-control-item {
    position: relative;
    width: 24px;
    height: 24px;
  }
  .clean-boton-01 {
    height: 32px;
  }
  .clean-boton-01.contenedor-texto.titulo-2 {
    font-size: 11px;
  }
  .navbar-form-buscar-contenedor.hidde {
    display: none;
  }
  .bloque-informacion.ancho3 {
    padding-right: 12px;
  }
  .bloque-informacion.ancho6 {
    width: 100%;
    float: left;
  }
  .bloque-informacion.ancho6.derecho6 {
    float: left;
    text-align: center;
  }
  .bloque-informacion.ancho6.titulo {
    font-size: 32px;
  }
  .bloque-informacion-contenedor {
    margin-bottom: 16px;
    padding-left: 12px;
  }
  .ecommerce-control-cantidad {
    position: absolute;
    right: -4px;
    bottom: -4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
    height: 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: 100%;
    background-color: #2196f3;
    box-shadow: 0 1px 3px 0 #000;
  }
  .ecommerce-control-cantidad.value {
    position: relative;
    right: 0px;
    bottom: 0px;
    width: auto;
    height: auto;
    border-radius: 0%;
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
  }
  .hero-text-info-personal-contenedor {
    width: 60%;
  }
  .button-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .section.initial-page.hero-section {
    background-position: 50% 50%;
  }
  .section.initial-page.hero-section.custom {
    background-position: 50% 50%;
  }
  .view-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .card2.card-event {
    width: 100%;
  }
  .card2.card-event.card-structure {
    width: 50%;
  }
  .card2.card-event.card-structure.card-actions.card-actions-bottom {
    width: 100%;
  }
  .card2.card-event.card-structure.card-info {
    width: 100%;
  }
  .view-content.page-form {
    padding-right: 5%;
    padding-left: 5%;
  }
  .view-pane {
    margin-left: 6px;
  }
  .view-pane.list-view-desktop {
    padding-right: 10%;
    padding-left: 10%;
  }
  .article-title {
    margin-right: 50px;
    margin-left: 50px;
  }
  .article-description {
    margin-right: 50px;
    margin-left: 50px;
  }
  .article-paragraph {
    margin-right: 50px;
    margin-left: 50px;
  }
  .article-portrait.initial-view {
    padding: 50px;
  }
  .article-portrait.login-view {
    width: 88%;
  }
  .form-buscar {
    width: 49%;
  }
  .form-contenedor {
    padding-right: 0%;
    padding-left: 0%;
  }
  .label {
    margin-left: 6%;
  }
  .button.fast-sigin-up-page:hover {
    border-style: solid;
    border-color: #2196f3;
  }
  .button.fast-sigin-up-page:focus {
    border-style: solid;
    border-color: #2196f3;
  }
  .textarea {
    width: 88%;
    margin-left: 6%;
  }
  .checkbox-field {
    padding-right: 6%;
    padding-left: 6%;
  }
  .menu-alternativo {
    display: block;
  }
  .menu-alternativo.opcion.custom {
    margin-right: 4px;
    margin-left: 4px;
    font-size: 10px;
    letter-spacing: 0px;
  }
  .menu-alternativo.opcion.desktop {
    display: none;
  }
  .menu-alternativo.logo-contenedor {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .menu-alternativo.logo-contenedor.custom {
    width: 190px;
  }
  .menu-alternativo.logo-contenedor.imagen {
    position: relative;
    display: inline-block;
    margin-left: auto;
  }
  .modal-contenedor {
    padding-right: 10px;
    padding-left: 10px;
  }
  .panel {
    width: 50%;
  }
  .modal-contenido {
    width: 450px;
  }
  .page-form.content-input-list.item.checkbox-container {
    margin-right: 5%;
    margin-left: 5%;
  }
  .page-form.content-input-list.item.checkbox-container.checkbox-item.label {
    width: 90%;
  }
  .page-form.content-input-list.item.input-media-container {
    width: 79%;
  }
  .boton-action.initial-view {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 80%;
    margin-right: 10%;
    margin-bottom: 16px;
    margin-left: 10%;
    padding: 16px;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
  }
  .boton-action.initial-view.special {
    background-color: hsla(0, 0%, 100%, 0.25);
  }
  .leyenda-sign-up {
    display: inline-block;
  }
  .one-section-two-column {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .one-section-two-column-col-1 {
    background-position: 50% 50%;
  }
  .one-section-two-column-col-2 {
    background-position: 50% 50%;
  }
  .spinner-contenedor {
    margin-left: 50%;
  }
  .button-action-container {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .view-card-bottom-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-section.hero-texto.ad-page {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-logo-contenedor.hero-texto.page-formulario {
    display: none;
  }
  .hero-info-titulo {
    font-size: 40px;
  }
  .hero-info-descripcion {
    font-size: 18px;
  }
  .hero-texto-contenedor.altura-libre {
    padding-top: 80px;
  }
  .hero-text-titulo {
    font-size: 40px;
    font-weight: 100;
  }
  .hero-text-titulo.concepto-titulo {
    padding-right: 5%;
    padding-left: 5%;
  }
  .hero-text-titulo.seccion-codigo-qr {
    font-size: 20px;
  }
  .hero-texto-parrafo {
    padding-right: 5%;
    padding-left: 5%;
    font-size: 20px;
    font-weight: 300;
  }
  .hero-texto-parrafo.hero-text-link {
    padding-right: 0%;
    padding-left: 0%;
  }
  .hero-texto-parrafo.hero-texto-instancia-descripcion {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }
  .hero-texto-parrafo.seccion-codigo-qr {
    font-size: 16px;
  }
  .hero-footer-icon-mensaje {
    font-size: 16px;
  }
  .parallax-objeto-contenedor {
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: visible;
  }
  .parallax-objeto-imagen {
    display: none;
  }
  .parallax-objeto-imagen.movil {
    display: block;
    width: 90%;
    margin-left: 5%;
  }
  .div-test {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 100;
    width: 100%;
    height: 635px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #f03;
  }
  .ecommerce-post-contenedor {
    width: 47%;
    height: 59%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: none;
    text-align: left;
  }
  .ecommerce-post-contenedor.page-checkout {
    width: 47%;
    height: 56%;
    margin-right: 2%;
  }
  .container-2 {
    padding-left: 0%;
  }
  .default-section.transparent-hero-h50 {
    display: none;
  }
  .imagen-contenedor {
    width: 100%;
    height: 68%;
  }
  .navbar-titulo.page-form {
    display: block;
  }
  .grupo-data-contenedor {
    display: none;
  }
  .grupo-instancias-contenedor {
    width: 96%;
  }
  .instancia-contenedor {
    width: 49%;
    margin-right: 1%;
    margin-left: 0%;
  }
  .instancia-imagen-contenedor {
    height: 150px;
    max-height: 150px;
  }
  .hero-dashboard-contenedor {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-dashboard-item {
    width: 118px;
  }
  .hero-text-link {
    display: block;
    overflow: visible;
    width: 90%;
    margin-right: 5%;
    margin-bottom: 11px;
    margin-left: 5%;
    text-align: left;
  }
  .ecommerce-post-texto-marca {
    width: 71%;
  }
  .ecommerce-post-area-libre {
    display: block;
  }
  .ecommerce-container-posts-footer.page-checkout {
    height: 88px;
  }
  .ecommerce-footer-boton {
    display: block;
  }
  .ecommerce-footer-boton.page-checkout {
    display: none;
  }
  .ecommerce-posts-contenedor {
    width: 100%;
    margin-left: 2%;
    padding-left: 0%;
    text-align: left;
  }
  .ecommerce-posts-contenedor.page-checkout {
    width: 100%;
    margin-left: 2%;
  }
  .ecommerce-chekout-panel {
    position: fixed;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    margin-top: 0px;
    padding-top: 8px;
    background-color: #fff;
    text-align: center;
  }
  .ecommerce-chekout-panel.texto.checkout-total {
    display: inline;
    margin-left: 8px;
    font-size: 14px;
    font-weight: 700;
  }
  .ecommerce-chekout-panel.texto.checkout-label-total {
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
  }
  .ecommerce-chekout-panel.botones-contenedor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .ecommerce-chekout-panel.formulario-contenedor {
    position: absolute;
    margin-top: 0px;
    margin-bottom: 92px;
    padding: 8px 16px;
    border-bottom: 1px solid #777;
  }
  .ecommerce-chekout-panel.formulario-contenedor.mensaje {
    position: relative;
    max-width: 100%;
    border-bottom-style: none;
  }
  .clean-boton-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .clean-boton-01.contenedor-texto {
    margin-top: 8px;
    margin-left: auto;
  }
  .clean-boton-01.contenedor-texto.titulo {
    margin-left: auto;
  }
  .clean-boton-01.contenedor-texto.titulo-2 {
    display: none;
  }
  .clean-input-01 {
    max-width: 100%;
  }
  .navbar-form-buscar-contenedor {
    width: 80%;
    margin-left: 10%;
  }
  .bloque-informacion.texto-contenedor.descripcion {
    position: relative;
    overflow: hidden;
  }
  .bloque-informacion.ancho3 {
    display: block;
    overflow: hidden;
    width: 50%;
    height: 219px;
  }
  .hero-text-info-personal-contenedor {
    width: 70%;
  }
}

@media (max-width: 479px) {
  .bg-grey {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .section.gray {
    height: 100%;
    background-color: #fff;
  }
  .section.initial-page.hero-section.custom {
    display: block;
    background-image: url('../images/home-background-mobile.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .section.initial-page.hero-section.custom.bgpos1 {
    background-position: 0% 0%;
    background-size: cover;
  }
  .section.initial-page.hero-section.custom.bgpos2 {
    background-position: 50% 0%;
  }
  .navbar-container.initial-view {
    margin-right: 0px;
    margin-left: 0px;
  }
  .body {
    background-color: #fff;
  }
  .header-title {
    width: 44%;
    font-size: 17px;
  }
  .user-dropdown-toggle {
    padding-top: 15px;
  }
  .view-container {
    position: relative;
    height: 100%;
  }
  .view-container.sign-in-page {
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .view-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #fff;
  }
  .view-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 11px;
  }
  .card2 {
    width: 100%;
  }
  .card2.card-structure {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  }
  .card2.card-structure.card-image {
    min-height: 176px;
  }
  .card2.card-event.card-structure {
    width: 100%;
  }
  .view-content {
    margin-top: 50px;
    background-color: #fff;
  }
  .view-content.page-form {
    padding-right: 0%;
    padding-left: 0%;
  }
  .view-pane {
    margin-left: 0px;
    padding-left: 2%;
  }
  .view-pane.list-view-desktop {
    margin-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .view-pane.content-page {
    margin-top: 10px;
    padding-top: 0px;
    padding-left: 0%;
    box-shadow: none;
  }
  .list {
    margin-top: -1px;
  }
  .list.survey-section-view {
    margin-top: 0px;
    padding: 5px;
  }
  .list-item {
    border-top: 1px solid #d4d4d4;
  }
  .list-item-counter {
    margin-top: 6px;
    float: right;
    color: #777;
    font-size: 12px;
  }
  .list-item-column {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .list-item-column1-image {
    margin-top: 6px;
    margin-bottom: 6px;
    border-radius: 50px;
  }
  .list-item-title {
    display: block;
    margin-top: 6px;
    padding-left: 5px;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
  }
  .list-item-info {
    padding-left: 5px;
    font-size: 12px;
    text-align: left;
  }
  .list-item-button {
    margin-top: 6px;
  }
  .list-item-card {
    margin-right: 15px;
    margin-bottom: 10px;
    margin-left: 5px;
  }
  .list-item-card-column2 {
    min-height: 82px;
  }
  .list-item-card-column2-container {
    min-height: 82px;
    margin-top: 0px;
    padding: 8px 10px;
    background-color: hsla(0, 0%, 83.1%, 0.46);
  }
  .list-item-card-title {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 1px;
    font-size: 12px;
    text-align: left;
  }
  .list-item-card-info {
    color: #7e7e7e;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
  }
  .list-item-card-link {
    display: block;
    color: #0091f1;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
  }
  .list-item-card-column1 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    height: 100%;
    min-height: 82px;
    background-image: url('../images/11-style_imagery_bestpractices_focus3.png');
    background-position: 50% 50%;
    background-size: cover;
  }
  .list-item-card-row {
    position: relative;
    min-height: 82px;
  }
  .image-view-item {
    display: block;
    width: 32%;
    height: 90px;
    margin-right: 1%;
    margin-bottom: 1%;
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -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;
  }
  .article-title {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 20px;
  }
  .article-description {
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 18px;
    line-height: 20px;
  }
  .article-paragraph {
    margin-right: 20px;
    margin-bottom: 15px;
    margin-left: 20px;
    font-size: 16px;
    line-height: 25px;
  }
  .article-social-buttons {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .form-buscar {
    display: none;
  }
  .form-contenedor {
    width: 90%;
    margin-bottom: 24px;
  }
  .label {
    margin-left: 0%;
  }
  .label.login-view {
    display: none;
  }
  .text-field {
    width: 100%;
    margin-left: 0%;
  }
  .form-button-contenedor {
    width: 100%;
    margin-top: 36px;
    margin-bottom: 36px;
    margin-left: 0%;
    padding-right: 0px;
    text-align: right;
  }
  .button {
    float: none;
  }
  .button.sign-in-page {
    width: 100%;
    height: 48px;
    margin-left: 0px;
    border-radius: 24px;
    background-color: #2196f3;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  }
  .button.fast-sigin-up-page {
    width: 80%;
  }
  .textarea {
    width: 100%;
    margin-left: 0%;
  }
  .checkbox-field {
    padding-right: 0%;
    padding-left: 0%;
  }
  .menu-alternativo.opcion {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .menu-alternativo.opcion.especial {
    display: none;
  }
  .menu-alternativo.opcion.custom {
    padding-top: 8px;
    background-image: none;
    color: #fff;
  }
  .menu-alternativo.opcion.custom.left {
    display: block;
  }
  .menu-alternativo.opcion.custom.left.hidden {
    display: none;
  }
  .menu-alternativo.opcion.custom.left.hidden.navbar-alto {
    display: block;
    margin-top: 20px;
    margin-left: 20px;
  }
  .menu-alternativo.opcion.custom.left-mobile {
    float: left;
    background-image: none;
    color: #fff;
  }
  .menu-alternativo.opcion.custom.navbar-alto {
    margin-top: 20px;
    margin-right: 20px;
  }
  .menu-alternativo.logo-contenedor {
    position: relative;
  }
  .menu-alternativo.logo-contenedor.sign-in-page {
    margin-top: 18px;
  }
  .menu-alternativo.logo-contenedor.custom {
    width: 120px;
    height: auto;
    margin-top: 15px;
  }
  .menu-alternativo.logo-contenedor.custom.navbar-alto {
    width: 120px;
    height: 120px;
    margin-top: 20px;
  }
  .menu-alternativo.custom {
    height: 60px;
    background-color: rgba(233, 23, 78, 0.75);
  }
  .menu-alternativo.custom.navbar-alto {
    height: 80px;
  }
  .list-item-title.survey-section-view {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 700;
  }
  .list-item-description.survey-section-view {
    font-size: 14px;
  }
  .panel {
    width: 81%;
  }
  .panel.header.title {
    display: block;
  }
  .panel.panel-left {
    display: none;
  }
  .navbar-icon-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 58px;
    margin-right: 0px;
    padding-right: 64px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .navbar-icon-item {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .modal-contenido {
    width: 95%;
    height: 400px;
  }
  .page-form.content-page-title {
    margin-right: 1%;
    margin-left: 1%;
  }
  .page-form.content-page-description {
    margin-right: 1%;
    margin-left: 1%;
  }
  .page-form.content-page-media {
    display: block;
  }
  .page-form.content-input-list {
    margin-right: 1%;
    margin-left: 1%;
  }
  .page-form.content-input-list.item.input-text {
    margin-right: 1%;
    margin-left: 1%;
  }
  .page-form.content-input-list.item.input-textarea {
    margin-right: 1%;
    margin-left: 1%;
  }
  .page-form.content-input-list.item.checkbox-container {
    margin-right: 3%;
    margin-left: 3%;
  }
  .page-form.content-input-list.item.checkbox-container.checkbox-item.label {
    font-size: 12px;
  }
  .page-form.content-input-list.item.input-media-container {
    width: 100%;
  }
  .hero-contenedor {
    position: relative;
    height: 100%;
  }
  .boton-action {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    width: 80%;
    margin-right: 10%;
    margin-bottom: 30%;
    margin-left: 10%;
    border-radius: 25px;
    background-color: rgba(233, 23, 78, 0.75);
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    text-transform: none;
  }
  .boton-action:hover {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  }
  .boton-action.ocultar {
    display: none;
  }
  .formulario-titulo {
    display: none;
  }
  .formulario-titulo.pre-page-view {
    display: block;
    font-size: 27px;
  }
  .leyenda-sign-up {
    display: block;
    color: #999;
    font-size: 11px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  }
  .leyenda-sign-up.link {
    display: inline-block;
    color: #2196f3;
    text-decoration: none;
  }
  .one-section-two-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spinner-contenedor {
    display: block;
    margin-top: -50px;
  }
  .error-message-contenedor {
    margin-top: -30px;
    margin-bottom: 16px;
    padding-bottom: 0px;
  }
  .formulario-mensaje.movil {
    display: block;
  }
  .formulario-mensaje.desktop {
    display: none;
  }
  .hero-section.hero-imagen {
    background-image: url('../images/phone-portrait.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hero-section.hero-texto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .hero-section.hero-texto.test01 {
    display: none;
  }
  .hero-section.hero-parallax {
    background-image: url('../images/phone-portrait-background.jpg');
  }
  .hero-logo-contenedor {
    max-height: 64px;
    max-width: 64px;
    margin-left: 20px;
  }
  .hero-info-contenedor {
    left: 0px;
    top: 0px;
    right: 0px;
    width: 90%;
    margin-top: 100px;
    margin-left: 5%;
    text-align: left;
  }
  .hero-info-titulo {
    font-size: 32px;
    text-align: center;
  }
  .hero-info-descripcion {
    margin-top: 8px;
    font-size: 16px;
    text-align: center;
  }
  .hero-footer {
    position: absolute;
  }
  .shadown {
    display: block;
  }
  .hero-texto-contenedor {
    padding-top: 64px;
  }
  .hero-texto-contenedor.ad-page {
    padding-top: 64px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hero-text-titulo {
    display: block;
    margin-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
    font-size: 24px;
  }
  .hero-text-titulo.seccion-login {
    width: 90%;
    margin-left: 5%;
    padding-right: 0%;
    padding-left: 0%;
    font-size: 32px;
  }
  .hero-text-titulo.seccion-codigo-qr {
    width: 90%;
    margin-left: 5%;
    padding-right: 0%;
    padding-left: 0%;
    font-size: 30px;
  }
  .hero-text-titulo.seccion-codigo-qr.perfil {
    font-size: 24px;
  }
  .hero-text-titulo.seccion-codigo-qr.perfil.mensaje {
    font-size: 24px;
  }
  .hero-texto-parrafo {
    font-size: 16px;
  }
  .hero-texto-parrafo.concepto-descripcion {
    display: inline-block;
    width: 74%;
  }
  .hero-texto-parrafo.hero-text-link {
    font-size: 14px;
  }
  .hero-footer-icon-mensaje {
    font-size: 14px;
  }
  .parallax-objeto-imagen.movil {
    width: 100%;
    margin-left: 0%;
  }
  .ecommerce-post-contenedor {
    width: 94%;
    height: 64%;
    margin-right: 0%;
    margin-bottom: 16px;
    margin-left: 0%;
    float: none;
  }
  .ecommerce-post-contenedor.page-checkout {
    width: 94%;
    height: 61%;
    margin-right: 0%;
  }
  .container-2 {
    padding-left: 0%;
  }
  .default-section.transparent-hero-h50 {
    display: none;
  }
  .imagen-contenedor {
    width: 100%;
    height: 68%;
  }
  .shadow-titulo {
    margin-top: 16px;
    font-size: 24px;
  }
  .shadow-dashboard-contenedor {
    margin-top: 0px;
  }
  .item-valor {
    font-size: 18px;
  }
  .navbar-titulo {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    margin-top: 4px;
    font-size: 10px;
    text-align: center;
  }
  .navbar-titulo.page-form {
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
  }
  .grupo-titulo {
    font-size: 18px;
  }
  .instancia-contenedor {
    width: 100%;
    margin-right: 0%;
  }
  .instancia-imagen-contenedor {
    height: 173px;
    max-height: 173px;
  }
  .hero-dashboard-item {
    width: 65px;
  }
  .hero-dashboard-item-value {
    font-size: 18px;
  }
  .hero-dashboard-item-label {
    font-size: 9px;
    letter-spacing: 1px;
  }
  .hero-texto-lista {
    width: 319.546875px;
  }
  .hero-texto-contenedor-footer {
    position: relative;
    width: 100%;
    height: 100px;
  }
  .ecommerce-posts-contenedor {
    margin-left: 0%;
    text-align: center;
  }
  .ecommerce-posts-contenedor.page-checkout {
    margin-left: 0%;
  }
  .ecommerce-chekout-panel.formulario-contenedor.mensaje {
    padding-left: 0px;
    border-bottom-style: none;
  }
  .ecommerce-chekout-panel.formulario-contenedor.hidden {
    display: none;
  }
  .navbar-form-buscar-contenedor {
    width: 92%;
    margin-left: 4%;
    background-color: #fff;
  }
  .bloque-informacion.ancho3 {
    width: 100%;
    height: auto;
    padding-right: 0px;
  }
  .bloque-informacion.ancho6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .bloque-informacion.ancho6.derecho6 {
    display: none;
  }
  .bloque-informacion.ancho6.row {
    padding-bottom: 0px;
  }
  .bloque-informacion.ancho6.input {
    font-size: 20px;
  }
  .bloque-informacion-contenedor {
    padding-right: 8px;
    padding-left: 8px;
  }
  .hero-text-input-text {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    font-size: 20px;
  }
  .hero-texto-info-contenedor {
    width: 100%;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
    float: left;
    text-align: center;
  }
  .section-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .section-footer.poscustom {
    height: 50%;
    padding-top: 34px;
  }
  .button-desktop {
    display: none;
  }
  .button-mobile {
    display: block;
    width: 128px;
    height: 89px;
  }
}

