.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.cabecera {
  position: fixed;
  z-index: 1000002;
  display: block;
  width: 100%;
  height: 64px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: Roboto, sans-serif;
}

.cabecera.boton-menu {
  position: relative;
  width: 64px;
  margin-left: 0px;
  float: left;
}

.cabecera.contenedor {
  display: inline;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cabecera.isologo {
  position: relative;
  width: 48px;
  height: 48px;
  margin-top: 8px;
  float: left;
}

.cabecera.sesion-elementos {
  position: relative;
  width: auto;
  margin-right: 0px;
  float: right;
  line-height: 1.2;
}

.cabecera.sesion-elementos.elemento {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 8px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}

.cabecera.sesion-elementos.elemento.titulo {
  height: auto;
  margin: 0px;
  color: #333;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  text-transform: capitalize;
}

.cabecera.sesion-elementos.elemento.imagen {
  width: 32px;
  height: 32px;
}

.cabecera.sesion-elementos.elemento.dropdown-panel {
  position: absolute;
  display: none;
  margin-top: 64px;
  border: 1px solid #000;
}

.cabecera.sesion-elementos.elemento.dropdown-panel.w--open {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1000002;
  display: block;
  width: 200px;
  height: auto;
  margin-top: 0px;
  margin-right: -32px;
  margin-left: 0px;
  padding: 16px 32px 32px;
  border-style: none;
}

.cabecera.sesion-elementos.elemento.dropdown-panel.separador-izquierdo {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  width: 32px;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  border-style: none;
  background-color: transparent;
}

.cabecera.sesion-elementos.elemento.dropdown-panel.separador-izquierdo.separador {
  position: relative;
  width: 1px;
  padding: 0px;
  border-color: #ccc;
  border-left-style: solid;
}

.cabecera.sesion-elementos.elemento.dropdown-panel.separador-izquierdo.separador.horizontal {
  width: 100%;
  height: 1px;
  border-top-style: solid;
}

.cabecera.sesion-elementos.elemento.dropdown-panel.separador-inferior {
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 32px;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 16px;
  padding-right: 32px;
  padding-left: 16px;
  border-style: none;
  background-color: transparent;
}

.cabecera.sesion-elementos.elemento.dropdown-panel.item {
  position: relative;
  display: block;
  height: auto;
  margin-top: 0px;
  margin-left: 0px;
  padding-right: 16px;
  float: none;
  border-style: none;
  color: #999;
  font-size: 13px;
  font-weight: 300;
  text-align: right;
  text-transform: capitalize;
}

.cabecera.sesion-elementos.elemento.ocultar {
  display: none;
}

.cabecera.sesion-elementos.elemento.navbar-busqueda {
  display: block;
  height: auto;
  padding: 0px;
}

.cabecera.botones {
  position: relative;
  display: inline-block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.cabecera.botones.contenedor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  background-color: transparent;
}

.cabecera.botones.contenedor.boton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: auto;
  margin-right: 8px;
  margin-left: 0px;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.cabecera.botones.contenedor.boton.imagen {
  width: 32px;
  height: 32px;
  min-width: auto;
  margin-right: 0px;
  margin-left: 4px;
  padding-right: 0px;
  padding-left: 0px;
}

.cabecera.botones.contenedor.boton.ocultar {
  display: none;
}

.cabecera.columnas {
  position: relative;
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cabecera.columnas.columna-1 {
  position: relative;
  width: auto;
  padding-left: 14px;
  float: left;
}

.cabecera.columnas.columna-1.navbar-2-3 {
  width: 100%;
}

.cabecera.columnas.columna-2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cabecera.columnas.columna-2.navbar-2-3 {
  position: relative;
  display: block;
  width: auto;
  float: left;
}

.cabecera.columnas.columna-3 {
  width: auto;
  padding-right: 32px;
  float: right;
}

.cabecera.columnas.columna-3.ocultar {
  display: none;
}

.brand {
  margin-top: 21px;
  margin-left: 8px;
  float: left;
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.brand:hover {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.brand.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  float: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}

.brand.ocultar {
  display: none;
}

.main-wrapper {
  position: relative;
  display: block;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: rgba(0, 152, 255, 0.25);
}

.seccion {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 64px 32px 32px;
  background-color: #fff;
}

.seccion.contenido {
  height: 100%;
  min-height: 0%;
  padding: 0px;
  background-color: transparent;
}

.seccion.contenido.pie {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 83px;
  padding-top: 0px;
  background-color: #fff;
}

.seccion.contenido.pie.usuario {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  padding-top: 2px;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.seccion.contenido.pie.usuario.nombre {
  display: block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #555;
  font-size: 24px;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 400;
}

.seccion.contenido.pie.usuario.nombre.opcion-2 {
  width: 100%;
}

.seccion.contenido.pie.usuario.social {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

.seccion.contenido.pie.usuario.social.ocultar {
  display: none;
}

.seccion.contenido.pie.usuario.nombre-2 {
  display: block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 4px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 300;
}

.seccion.contenido.pie.usuario.nombre-2.oxultar {
  display: none;
}

.seccion.contenido.pie.usuario.separador {
  display: block;
  width: auto;
  margin: 0px 4px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 300;
}

.seccion.contenido.pie.usuario.ocultar {
  display: none;
}

.seccion.contenido.pie.usuario.opcion-2 {
  display: block;
}

.seccion.contenido.pie.dashboard {
  position: relative;
  display: block;
  width: 60%;
  height: 100%;
  float: right;
  -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;
}

.seccion.contenido.pie.dashboard.item {
  width: auto;
  height: 100%;
  max-width: 100px;
  margin-left: 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;
  text-align: left;
}

.seccion.contenido.pie.dashboard.item.valor {
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  float: none;
}

.seccion.contenido.pie.dashboard.item.valor._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  font-family: Roboto, sans-serif;
  color: #5d8eb9;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.seccion.contenido.pie.dashboard.item.valor._1.arriba {
  display: block;
  width: 50%;
  height: auto;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
}

.seccion.contenido.pie.dashboard.item.valor._1.abajo {
  display: block;
  width: 50%;
  height: auto;
  margin-top: -5px;
  float: right;
  color: rgba(0, 0, 0, 0.75);
  font-size: 12px;
  text-align: left;
}

.seccion.contenido.pie.dashboard.item.valor._1._2 {
  height: auto;
  background-color: transparent;
  opacity: 0.9;
  font-size: 28px;
}

.seccion.contenido.pie.dashboard.item.separador {
  display: none;
  width: 20px;
  height: 1px;
  margin: 4px auto;
  float: none;
  background-color: #000;
}

.seccion.contenido.pie.dashboard.item.etiqueta {
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 8px;
  padding-left: 8px;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Roboto, sans-serif;
  color: #8a8a8a;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
}

.seccion.contenido.pie.dashboard.item.etiqueta._2 {
  background-color: transparent;
  font-size: 16px;
  font-weight: 300;
}

.seccion.contenido.pie.dashboard.item.imagen-contenedor {
  width: 130px;
  height: 100%;
  margin-left: 0px;
  background-image: url('../images/12-Blastocerus-dichotomus.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.seccion.contenido.pie.dashboard.item._2 {
  width: 130px;
}

.seccion.contenido.pie.dashboard.item.fraccion {
  display: none;
}

.seccion.contenido.pie.dashboard.item.ocultar {
  display: none;
}

.seccion.contenido.pie.dashboard.liberar {
  float: none;
}

.seccion.contenido.pie.control {
  left: auto;
  right: 0px;
  bottom: 0px;
  width: 24px;
  height: 24px;
  margin-bottom: -24px;
  cursor: pointer;
}

.seccion.contenido.pie.control.ocultar {
  display: none;
}

.seccion.contenido.pie.mapa {
  position: relative;
  overflow: hidden;
  width: 33%;
  height: 100%;
  float: left;
}

.seccion.contenido.pie.mapa.parrafo {
  width: auto;
  height: 100%;
  margin-bottom: 0px;
  float: none;
}

.seccion.contenido.page-busqueda-comparativa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -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;
}

.seccion.contenido.listado {
  display: block;
  padding-left: 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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.seccion.contenido.edicion {
  display: block;
  height: 100%;
  padding-top: 72px;
}

.seccion.menu {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  height: 36px;
  min-height: 0px;
  padding: 0px;
  float: left;
  background-color: rgba(255, 0, 0, 0.5);
}

.seccion.menu._1 {
  z-index: 11;
  overflow: visible;
  background-color: #fff;
}

.seccion.menu._1.opciones-contenedor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-left: 8px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.seccion.menu._1.opciones-contenedor.opcion {
  margin-right: 8px;
  padding-left: 0px;
  float: left;
  text-decoration: none;
}

.seccion.menu._1.opciones-contenedor.opcion.texto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 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;
  opacity: 1;
  font-family: Roboto, sans-serif;
  color: #777;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: 400;
}

.seccion.menu._1.opciones-contenedor.opcion.texto.titulo {
  display: inline-block;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  opacity: 1;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.seccion.menu._1.opciones-contenedor.opcion.activa {
  opacity: 1;
}

.seccion.menu._1.opciones-contenedor.opcion.imagen {
  width: 24px;
  height: 24px;
  margin-right: 0px;
  opacity: 1;
}

.seccion.menu._1.opciones-contenedor.opcion.imagen.activa {
  border-bottom: 1px solid #000;
}

.seccion.menu._1.opciones-contenedor.opcion.derecha {
  margin-right: 0px;
  margin-left: 8px;
}

.seccion.menu._1.opciones-contenedor.opcion.derecha.activo {
  opacity: 1;
}

.seccion.menu._1.opciones-contenedor.opcion.activa-2 {
  opacity: 1;
}

.seccion.menu._1.opciones-contenedor.opcion.paso {
  margin-right: 0px;
}

.seccion.menu._1.opciones-contenedor.opcion.dropdown {
  overflow: visible;
}

.seccion.menu._1.opciones-contenedor.ocultar {
  display: none;
}

.seccion.menu._1.ocultar {
  display: none;
}

.seccion.menu._2 {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  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;
  background-color: #fff;
  text-align: center;
}

.seccion.menu._2.opciones-contenedor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 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;
}

.seccion.menu._2.opciones-contenedor.izquierda {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  width: auto;
  padding-left: 0px;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.seccion.menu._2.opciones-contenedor.derecha {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  width: auto;
  padding-left: 0px;
  float: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.seccion.menu._2.opciones-contenedor.ocultar {
  display: none;
}

.seccion.menu._2.ocultar {
  display: none;
}

.seccion.seccion_2 {
  padding: 50px 52px 0px 71px;
  font-family: Roboto, sans-serif;
}

.seccion.seccion_3 {
  padding-top: 32px;
}

.seccion.scroll {
  overflow: visible;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.tarjeta {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  background-image: url('../images/12-Blastocerus-dichotomus.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tarjeta.imagen-contenedor {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding-right: 0px;
  padding-bottom: 0px;
}

.tarjeta.imagen-contenedor.altura-50 {
  position: relative;
  height: 50%;
}

.tarjeta.imagen-contenedor.altura-50.page-busqueda-comparativa {
  height: 30vh;
}

.tarjeta.altura {
  background-image: none;
}

.tarjeta.altura._50 {
  height: 46%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.tarjeta.altura._50.ancho-25 {
  width: 23%;
  margin-right: 10px;
  margin-left: 10px;
}

.tarjeta.altura._50.col-3 {
  width: 24%;
  margin-right: 1%;
}

.tarjeta.altura.page-busqueda-comparativa {
  width: 25%;
  height: auto;
  padding-right: 1%;
}

.tarjeta.altura.ocultar {
  display: none;
}

.tarjeta.texto-contenedor {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: hidden;
  height: auto;
  float: left;
  background-image: none;
}

.tarjeta.texto-contenedor.altura-50 {
  position: relative;
  overflow: hidden;
  height: 50%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.tarjeta.texto-contenedor.titulo {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  font-family: Roboto, sans-serif;
  color: #33475b;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 500;
}

.tarjeta.texto-contenedor.titulo.page-ficha-datos {
  float: left;
  font-size: 14px;
  font-weight: 500;
}

.tarjeta.texto-contenedor.titulo.tipo-dato-rapido {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.tarjeta.texto-contenedor.parrafo {
  position: relative;
  overflow: hidden;
  height: 62%;
  margin-top: 16px;
  margin-bottom: 0px;
  padding-bottom: 16px;
  float: none;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 400;
}

.tarjeta.texto-contenedor.parrafo.page-ficha-datos {
  height: 100%;
  margin-top: 0px;
}

.tarjeta.texto-contenedor.parrafo.page-busqueda-comparativa {
  height: auto;
}

.tarjeta.texto-contenedor.parrafo.tipo-dato-rapido {
  height: auto;
  margin-top: 8px;
  font-size: 14px;
}

.tarjeta.texto-contenedor.subtitulo {
  height: auto;
  margin-top: 8px;
  margin-bottom: 0px;
  float: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 300;
}

.tarjeta.texto-contenedor.parrafo-contenedor {
  position: relative;
  overflow: hidden;
  height: 78%;
  padding-bottom: 16px;
  float: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 300;
}

.tarjeta.texto-contenedor.subtitulo-2 {
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: 300;
}

.tarjeta.texto-contenedor.footer {
  height: auto;
}

.tarjeta.texto-contenedor.footer.fuente {
  width: auto;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 1.2em;
}

.tarjeta.texto-contenedor.footer.link {
  width: auto;
  float: right;
  opacity: 0.5;
  color: #000;
  font-size: 11px;
  line-height: 1.2em;
  text-decoration: none;
}

.tarjeta.texto-contenedor.boton-superior {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  width: 24px;
  height: 24px;
  float: none;
  opacity: 0.5;
}

.tarjeta.lista-contenedor {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-left: 0px;
  float: left;
  background-image: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 300;
  text-align: right;
}

.tarjeta.lista-contenedor.texto-1 {
  margin-bottom: 0px;
  padding-top: 0px;
  float: none;
  font-size: 14px;
  text-align: left;
}

.tarjeta.lista-contenedor.texto-2 {
  margin-bottom: 0px;
  padding-top: 0px;
  font-size: 11px;
  text-align: left;
}

.tarjeta.lista-contenedor.item {
  margin-bottom: 8px;
  padding-top: 0px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}

.tarjeta.mapa {
  background-image: url('../images/mapa.jpg');
}

.tarjeta.mapa.pre-visualizar {
  height: 33%;
  border: 1px none #aaa;
  background-image: url('../images/landscape-card-map.fw.png');
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 46.7%, 0.75);
}

.tarjeta.grilla {
  height: 100vh;
  background-image: url('../images/grilla.jpg');
  background-position: 0px 0px;
  background-size: 650px;
}

.tarjeta.producto-01 {
  display: block;
  background-image: url('../images/sfs-01.png');
  background-position: 50% 50%;
  background-size: cover;
}

.tarjeta.ocultar {
  display: none;
}

.image {
  display: block;
}

.tarjeta-opacidad {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  cursor: pointer;
}

.tarjeta-opacidad.texto-contenedor {
  position: relative;
  display: block;
  overflow: hidden;
  width: 33%;
  padding: 32px;
  float: left;
  background-color: transparent;
}

.tarjeta-opacidad.texto-contenedor.texto {
  overflow: hidden;
  width: 100%;
  padding: 0px;
  opacity: 0;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 300;
}

.tarjeta-opacidad.texto-contenedor.texto.ancho-3 {
  width: 100%;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 14px;
}

.tarjeta-opacidad.texto-contenedor.ancho-6 {
  width: 50%;
}

.tarjeta-opacidad.texto-contenedor.ancho-4 {
  width: 60%;
  padding: 16px;
  opacity: 1;
}

.tarjeta-opacidad.texto-contenedor.ancho-3 {
  width: 70%;
  padding: 16px;
}

.tarjeta-opacidad.iconos {
  position: relative;
  display: block;
  width: 16%;
  height: 100%;
  margin-left: 51%;
  padding: 0px 32px;
  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;
  background-color: transparent;
}

.tarjeta-opacidad.iconos.icono-contenedor {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-bottom: 16px;
  margin-left: 0%;
  padding: 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;
  text-decoration: none;
}

.tarjeta-opacidad.iconos.icono-contenedor.imagen-contenedor {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  margin-bottom: 0px;
}

.tarjeta-opacidad.iconos.icono-contenedor.texto-contenedor {
  position: relative;
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-bottom: 0px;
  margin-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 1.2em;
  text-decoration: none;
}

.tarjeta-opacidad.iconos.icono-contenedor.texto-contenedor.texto {
  margin-left: 0px;
  float: none;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: capitalize;
}

.tarjeta-opacidad.iconos.icono-contenedor.texto-contenedor.ancho-3 {
  display: none;
}

.tarjeta-opacidad.iconos.contenedor {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-left: 0%;
  padding: 16px 0px 0px;
  float: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tarjeta-opacidad.iconos.contenedor.icono-contenedor {
  width: auto;
  height: auto;
}

.tarjeta-opacidad.iconos.ancho-6 {
  width: 32%;
  margin-left: 18%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.tarjeta-opacidad.iconos.ancho-4 {
  width: 40%;
  margin-left: 0%;
  padding: 0px 16px;
}

.tarjeta-opacidad.iconos.ancho-3 {
  width: 14%;
  margin-left: 16%;
  padding: 0px;
}

.row {
  overflow: auto;
  width: 100%;
  height: 100%;
}

.row.ocultar {
  display: none;
}

.column {
  height: 100%;
}

.column.especial-1 {
  padding-bottom: 8px;
  border-right: 1px solid #ccc;
}

.contenido-pie {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 83px;
  background-color: #fff;
}

.contenido-pie.ocultar {
  display: none;
  opacity: 0;
}

.contenido-pie.liberar {
  position: relative;
  width: auto;
}

.control-pie {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 24px;
  height: 24px;
  margin-bottom: -24px;
  background-color: #fff;
  cursor: pointer;
}

.control-pie.ocultar {
  display: none;
}

.panel-izquierdo {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1000001;
  width: 400px;
  height: 100vh;
  padding-top: 136px;
  padding-bottom: 32px;
  background-color: #fff;
}

.panel-izquierdo.cerrado {
  margin-left: -368px;
}

.panel-contenedor {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 16px 32px;
  background-color: #fff;
}

.panel-contenedor.control {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  -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;
}

.panel-contenedor.control.divisor {
  position: relative;
  display: block;
  width: 1px;
  background-color: #ccc;
}

.panel-contenedor.control.imagen {
  position: absolute;
  top: 50%;
  display: block;
  height: 32px;
  margin-top: -16px;
  padding-top: 0px;
  padding-bottom: 0px;
  cursor: pointer;
}

.panel-contenedor.control.izquierda {
  left: 0px;
  top: 0px;
  right: auto;
  bottom: 0px;
}

.panel-contenedor.menu-contenedor {
  width: 100%;
  height: auto;
  padding: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  font-family: Roboto, sans-serif;
}

.panel-contenedor.menu-contenedor.menu {
  width: auto;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 8px;
  float: left;
  border-bottom-style: none;
  opacity: 0.5;
  color: #000;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
}

.panel-contenedor.menu-contenedor.menu.etiqueta {
  margin-right: 0px;
  margin-bottom: 0px;
  opacity: 1;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 300;
  text-transform: capitalize;
}

.panel-contenedor.menu-contenedor.menu.activa {
  opacity: 1;
}

.panel-contenedor.menu-contenedor.ocultar {
  display: none;
}

.panel-contenedor.contenido-contenedor {
  height: auto;
  max-height: 100%;
  padding: 8px 0px;
  background-color: transparent;
}

.panel-contenedor.contenido-contenedor.mapa-contenedor {
  display: block;
  overflow: visible;
  height: 68vh;
  padding: 0px 1px 0px 0px;
  background-color: transparent;
  background-image: url('../images/mapa.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.panel-contenedor.contenido-contenedor.mapa-contenedor.ocultar {
  display: none;
}

.panel-contenedor.contenido-contenedor.formulario {
  margin-bottom: 16px;
  padding-top: 24px;
  padding-bottom: 64px;
}

.panel-contenedor.contenido-contenedor.formulario.pie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  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;
}

.panel-contenedor.contenido-contenedor.formulario.pie.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.panel-contenedor.contenido-contenedor.formulario.ocultar {
  display: none;
}

.panel-contenedor.contenido-contenedor.informacion {
  padding-top: 0px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 300;
}

.panel-contenedor.contenido-contenedor.informacion.botones-contenedor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.panel-contenedor.contenido-contenedor.informacion.titulo {
  margin-bottom: 16px;
  padding-bottom: 0px;
  color: #33465a;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.panel-contenedor.contenido-contenedor.informacion.importante-1 {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

.panel-contenedor.contenido-contenedor.ocultar {
  display: none;
}

.panel-contenedor.contenido-contenedor.lista {
  width: 100%;
  float: left;
}

.panel-contenedor._6-cols {
  width: 33%;
  margin-right: auto;
  margin-left: auto;
}

.panel-contenedor.pre-visualizar {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.panel-contenedor.media-view {
  width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.panel-derecho {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1000001;
  width: 400px;
  height: 100vh;
  padding-top: 136px;
  padding-bottom: 32px;
  background-color: #fff;
}

.panel-derecho.cerrado {
  overflow: hidden;
  width: 32px;
  margin-right: 0px;
}

.panel-derecho.pre-visualizar {
  background-color: transparent;
  cursor: pointer;
}

.panel-derecho.ocultar {
  display: none;
}

.nav-menu {
  z-index: 1000004;
  width: 25%;
  padding-top: 32px;
  background-color: #fff;
}

.nav-menu.control {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 100%;
  padding-top: 32px;
  padding-bottom: 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;
  background-color: transparent;
}

.nav-menu.control.divisor {
  position: relative;
  display: block;
  width: 1px;
  background-color: #ccc;
}

.lista-resultado-busqueda {
  position: relative;
  height: 100%;
}

.item-resultado-busqueda {
  position: relative;
  display: block;
  overflow: hidden;
  height: 24%;
  margin-bottom: 1%;
}

.item-resultado-busqueda.imagen {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-bottom: 0%;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/12-Blastocerus-dichotomus.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.item-resultado-busqueda.imagen.mapa {
  background-image: url('../images/mapa.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.item-resultado-busqueda.fila {
  height: 100%;
  margin-bottom: 0%;
}

.item-resultado-busqueda.columna {
  height: 100%;
  margin-bottom: 0%;
}

.item-resultado-busqueda.parrafo {
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 300;
}

.input-contenedor {
  position: relative;
  width: 100%;
  height: 36px;
  margin-bottom: 16px;
  float: left;
  font-family: Roboto, sans-serif;
  color: #000;
  line-height: 1.2em;
}

.input-contenedor.input {
  height: 28px;
  margin-top: 16px;
  margin-bottom: 0px;
  padding: 0px 0px 4px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.input-contenedor.label {
  margin-bottom: 0px;
  padding-left: 1px;
  font-size: 11px;
  font-weight: 700;
}

.input-contenedor._6-cols {
  width: 50%;
  height: 28px;
  padding-right: 16px;
  float: left;
}

.input-contenedor._6-cols.derecha {
  padding-right: 0px;
  padding-left: 16px;
}

.input-contenedor.control-contenedor {
  height: 12px;
  margin-bottom: 0px;
  float: right;
  color: #777;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
}

.input-contenedor.borde {
  height: 30px;
  border-bottom: 1px solid #ccc;
}

.input-label {
  margin-bottom: 0px;
  font-size: 11px;
  font-weight: 700;
}

.input-label.inicio {
  position: absolute;
  z-index: 1;
  display: none;
  margin-top: 4px;
  opacity: 0.55;
  font-size: 14px;
  font-weight: 400;
}

.input-label.inicio._2 {
  top: 18px;
}

.input-text {
  position: relative;
  height: 28px;
  margin-top: 8px;
  margin-bottom: 4px;
  padding: 0px 0px 0px 1px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
}

.input-text._6-cols {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1px;
  float: left;
}

.input-checkbox {
  width: 28px;
  height: 28px;
  margin-top: 0px;
  margin-left: 0px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.input-checkbox-contenedor {
  display: block;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-checkbox-contenedor.input-etiqueta {
  height: 18px;
  margin-top: 4px;
  margin-bottom: 0px;
  padding-left: 1px;
  float: left;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  cursor: pointer;
}

.input-control-label {
  margin-bottom: 0px;
  font-size: 10px;
  font-weight: 400;
  cursor: pointer;
}

.input-rango-contenedor {
  height: 60px;
  margin-bottom: 0px;
  padding-top: 16px;
}

.input-boton {
  border: 1px solid #fff;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 300;
}

.input-boton:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.input-boton.large {
  width: 80%;
  margin-bottom: 16px;
  padding: 16px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  font-size: 32px;
  font-weight: 100;
  text-align: center;
  text-decoration: none;
}

.input-boton.large.label {
  width: 100%;
  margin-bottom: 8px;
  padding: 0px;
  border-style: none;
  border-radius: 0px;
  line-height: 1.2em;
}

.input-boton.large.text {
  width: 100%;
  margin-bottom: 0px;
  padding: 0px;
  border-style: none;
  font-size: 10px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
}

.input-boton.medium {
  position: relative;
  display: block;
  margin-bottom: 8px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.input-boton.medium:hover {
  border: 1px solid #fff;
}

.informacion-lista.item {
  position: relative;
  height: 32px;
  margin-bottom: 8px;
}

.informacion-lista.item.imagen-contenedor {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  margin-bottom: 0px;
  float: left;
}

.informacion-lista.item.texto-contenedor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.informacion-lista.item.texto-contenedor.titulo-1 {
  height: auto;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 1.1em;
  font-weight: 500;
}

.informacion-lista.item.texto-contenedor.titulo-2 {
  height: auto;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400;
}

.informacion-lista.item.texto-contenedor.altura-libre {
  height: auto;
}

.informacion-lista.item.texto-contenedor.titulo-3 {
  height: auto;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: left;
}

.informacion-lista.item.texto-contenedor.titulo-4 {
  height: auto;
  color: #555;
  font-size: 11px;
  line-height: 1.2em;
  text-transform: uppercase;
}

.informacion-lista.item.boton {
  cursor: pointer;
}

.informacion-lista.item.inbox-informacion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 32px;
  margin-bottom: 0px;
  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;
}

.informacion-lista.item.inbox-informacion.usuario {
  width: auto;
  margin-bottom: 0px;
  font-size: 11px;
  line-height: 1.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.informacion-lista.item.inbox-informacion.asunto {
  width: auto;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 1.1em;
  font-weight: 300;
  cursor: pointer;
}

.informacion-lista.item.inbox-dashboard {
  width: 65%;
  margin-bottom: 0px;
  float: left;
}

.informacion-lista.item.inbox-dashboard.item-dashboard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: 8px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  line-height: 1em;
  font-weight: 400;
  cursor: pointer;
}

.informacion-lista.item.inbox-dashboard.item-dashboard.valor {
  margin-left: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.informacion-lista.item.inbox-dashboard.item-dashboard.separador {
  display: block;
  width: 20px;
  height: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 0px;
  border-bottom: 1px solid #000;
}

.informacion-lista.item.inbox-dashboard.item-dashboard.etiqueta {
  margin-left: 0px;
  font-size: 8px;
  text-transform: uppercase;
}

.informacion-lista.item.altura-libre {
  height: auto;
}

.informacion-lista.item.inbox {
  display: block;
  height: 40px;
  margin-top: 8px;
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.contenido-usuario {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-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;
}

.contenido-usuario.imagen-contenedor {
  display: block;
  overflow: hidden;
  width: 175px;
  height: 175px;
  margin-bottom: 8px;
  border-radius: 100%;
  background-image: url('../images/usuario-avatar-circular.fw.png');
  background-position: 0px 0px;
  background-size: cover;
}

.contenido-usuario.imagen-contenedor.imagen-2 {
  margin-top: 16px;
  padding-bottom: 0px;
  border-radius: 0%;
}

.contenido-usuario.imagen-contenedor.asignacion {
  width: 150px;
  height: 150px;
}

.contenido-usuario.nombre {
  display: block;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 300;
}

.contenido-usuario.asignacion {
  padding-bottom: 16px;
}

.contenido-usuario.asignacion-contenedor {
  display: block;
  width: 50%;
  margin-top: 32px;
  padding-bottom: 0px;
}

.contenido-usuario.asignacion-contenedor.col1 {
  display: block;
  width: 33%;
  padding-bottom: 0px;
  float: left;
}

.contenido-usuario.asignacion-contenedor.col1.productos {
  width: 25%;
  margin-bottom: 0px;
}

.contenido-usuario.asignacion-contenedor.col2 {
  width: 33%;
  float: left;
}

.contenido-usuario.asignacion-contenedor.col2.productos {
  width: 25%;
  margin-bottom: 0px;
}

.contenido-usuario.asignacion-contenedor.col3 {
  width: 33%;
  float: left;
}

.contenido-usuario.asignacion-contenedor.col3.productos {
  width: 50%;
  margin-bottom: 0px;
}

.contenido-usuario.asignacion-contenedor.productos {
  width: 75%;
  margin-top: 0px;
  margin-bottom: 16px;
}

.contenido-usuario.asignacion-contenedor.col4 {
  width: 75%;
  margin-top: 0px;
  float: left;
}

.contenido-usuario.productos-contenedor {
  width: 75%;
  float: left;
}

.contenido-usuario.productos-contenedor.producto-agrupacion {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  padding-bottom: 0px;
}

.contenido-usuario.productos-contenedor.producto-agrupacion.agrupacion {
  display: block;
  width: 25%;
  margin-bottom: 0px;
}

.contenido-usuario.productos-contenedor.producto-agrupacion.productos {
  width: 75%;
  margin-bottom: 0px;
}

.asignacion-contador {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.asignacion-contador.separador {
  width: 50%;
  height: 1px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.asignacion-contador.monto {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 100;
  text-align: center;
  cursor: pointer;
}

.asignacion-contador.etiqueta {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
}

.heading-2 {
  font-size: 38px;
}

.asignacion-producto-item {
  position: relative;
  display: inline-block;
  width: 31%;
  margin-right: 8px;
  margin-bottom: 8px;
  float: left;
  cursor: pointer;
}

.asignacion-producto-item.imagen-contenedor {
  height: 61px;
  margin-right: 0px;
  margin-bottom: 0px;
  float: left;
  background-image: url('../images/usuario-asignacion-producto.fw.png');
  background-position: 0px 0px;
  background-size: cover;
}

.asignacion-producto-item.texto-contenedor {
  width: 62%;
  margin-right: 0px;
  margin-left: 8px;
  float: left;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 16px;
}

.lista-instancia-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-right: 16px;
  margin-bottom: 16px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #000;
  line-height: 1.2em;
  font-weight: 400;
}

.lista-instancia-item.item-number {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 4px;
  float: left;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.lista-instancia-item.item-number.valor {
  padding-right: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-weight: 700;
}

.lista-instancia-item.item-estructura {
  position: relative;
  height: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
  border-radius: 6px;
  background-color: #eee;
}

.lista-instancia-item.item-estructura.imagen-contenedor {
  display: block;
  width: 72px;
  height: 72px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  border-radius: 100%;
  background-image: url('../images/usuario-asignacion-producto.fw.png');
  background-position: 50% 50%;
  background-size: cover;
}

.lista-instancia-item.item-estructura.usuario-contenedor {
  padding-right: 8px;
  padding-left: 8px;
  -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;
}

.lista-instancia-item.item-estructura.usuario-contenedor.nombre {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 8px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 16px;
  font-weight: 300;
}

.lista-instancia-item.item-estructura.usuario-contenedor.rol {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.lista-instancia-item.item-estructura.datos-contenedor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lista-instancia-item.item-estructura.datos-contenedor.valor-1 {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: right;
}

.lista-instancia-item.item-estructura.datos-contenedor.valor-2 {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.lista-instancia-item.item-estructura.datos-contenedor.separador {
  width: 50%;
  height: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-bottom: 1px solid #000;
}

.input-icon {
  width: 50px;
  height: 30px;
  float: right;
  cursor: pointer;
}

.input-icon.imagen {
  width: 30px;
}

.lista-instancia-contenedor {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-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: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar-user-dropdown {
  position: relative;
  float: right;
}

.menu-2-opcion {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  margin-right: 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;
  background-color: #fff;
  opacity: 0.5;
  text-decoration: none;
}

.menu-2-opcion.activa {
  opacity: 1;
}

.menu-2-opcion.texto-contenedor {
  margin: 0px;
  background-color: transparent;
  opacity: 1;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-2-opcion.texto-contenedor.etiqueta {
  margin-left: 0px;
  background-color: transparent;
  color: #777;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  text-transform: capitalize;
}

.menu-2-opcion.texto-contenedor.etiqueta.paso-etiqueta-activa {
  color: #7c98b6;
  font-weight: 700;
}

.menu-2-opcion.texto-contenedor.etiqueta.paso-etiqueta-realizado {
  color: #fff;
  font-weight: 700;
}

.menu-2-opcion.texto-contenedor.paso-valor {
  width: 36px;
  border: 1px solid #ccc;
  border-radius: 100%;
}

.menu-2-opcion.texto-contenedor.paso-valor.activo {
  border-width: 2px;
  border-color: #7c98b6;
}

.menu-2-opcion.texto-contenedor.paso-valor.realizado {
  border-color: #cbd6e2;
  background-color: #cbd6e2;
}

.menu-2-opcion.borde {
  opacity: 1;
}

.menu-2-opcion.imagen-contenedor {
  width: 24px;
  margin-right: 0px;
}

.menu-2-opcion.imagen-contenedor.imagen {
  width: 24px;
  height: 24px;
}

.menu-2-loader {
  position: relative;
  display: none;
  width: 100%;
  height: 36px;
  padding-left: 8px;
  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;
  background-color: #fff;
}

.menu-item {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  padding: 8px 8px 8px 32px;
  font-family: Roboto, sans-serif;
  color: #555;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 300;
  text-transform: capitalize;
}

.menu-item.toogle {
  padding: 0px;
}

.menu-item.lista {
  display: block;
  background-color: #fff;
}

.menu-item.lista.w--open {
  background-color: #fff;
}

.menu-item-lista {
  background-color: #fff;
}

.menu-item-lista.w--open {
  display: block;
}

.menu-item-lista-item {
  display: inline-block;
  padding: 8px 16px;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.menu-item-lista-item.texto {
  padding: 0px;
  font-weight: 400;
  text-transform: capitalize;
}

.text-block {
  padding: 8px 16px;
}

.brand-image {
  height: 48px;
  margin-top: 8px;
}

.brand-image.ocultar {
  display: none;
}

.c-lista {
  position: relative;
  margin-bottom: 24px;
  padding: 8px;
  background-color: #fff;
}

.c-lista.shadow {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.5);
}

.c-lista.v2 {
  font-family: Roboto, sans-serif;
  color: #777;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 400;
}

.c-lista.ocultar {
  display: none;
}

.c-lista-header {
  position: relative;
  min-height: 24px;
}

.c-lista-header.v2 {
  margin-bottom: 4px;
}

.c-lista-titulo {
  max-width: 70%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 500;
}

.c-lista-titulo.v2 {
  display: inline-block;
  color: #33465a;
  font-size: 20px;
  font-weight: 700;
}

.c-lista-controles {
  position: absolute;
  top: 0px;
  right: 0px;
  width: auto;
  height: 24px;
  min-width: 24px;
}

.o-lista-control {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  float: right;
  opacity: 0.5;
}

.c-lista-contenido {
  position: relative;
  width: 100%;
  float: left;
}

.c-lista-contenido.ancho-50 {
  width: 50%;
}

.c-lista-contenido.ancho-50.padding-derecho {
  padding-right: 8px;
}

.c-lista-contenido.ancho-50.padding-izquierdo {
  padding-left: 8px;
}

.c-lista-contenido-titulo {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: 400;
}

.c-lista-contenido-titulo.v2 {
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  color: #33465a;
  font-size: 17px;
  font-weight: 400;
}

.c-lista-items {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-lista-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
}

.c-lista-item.v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom-style: none;
}

.c-lista-item.v2.c-lista-item-cabecera {
  margin-bottom: 12px;
  border-bottom-style: solid;
}

.c-lista-item-campo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 40px;
  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;
}

.c-lista-item-campo.ancho-40 {
  width: 40%;
}

.c-lista-item-campo.ancho-20 {
  width: 20%;
}

.c-lista-item-campo.ancho-20.alineacion-derecha {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-lista-item-campo.ancho-30 {
  width: 30%;
}

.c-lista-item-campo.ancho-30.alineacion-derecha {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-lista-item-campo.ancho-60 {
  width: 60%;
}

.c-lista-item-campo.ancho-10 {
  width: 10%;
}

.c-lista-item-campo.ancho-15 {
  width: 15%;
}

.c-lista-item-campo.ancho-15.c-lista-item-campo-titulo {
  width: 20%;
}

.c-lista-item-campo.v2 {
  display: block;
  width: 100%;
  min-height: auto;
}

.c-lista-item-campo.v2.ancho-7 {
  width: 7%;
}

.c-lista-item-campo.v2.ancho-22 {
  width: 22%;
}

.c-lista-item-campo.v2.ancho-10 {
  width: 10%;
}

.c-lista-item-campo.v2.ancho-33 {
  width: 33%;
}

.c-lista-item-texto-1.titulo {
  margin-right: auto;
  margin-left: auto;
}

.c-lista-item-texto-1.v2 {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 300;
  text-transform: capitalize;
}

.c-lista-item-texto-1.v2.titulo {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.c-lista-item-texto-1.v2.right {
  text-align: right;
}

.c-lista-item-texto-2 {
  font-size: 11px;
  line-height: 1.2em;
}

.c-lista-item-valor-1 {
  height: 24px;
  float: left;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 300;
}

.c-lista-item-valor-1.centro {
  margin-right: auto;
  margin-left: auto;
}

.c-lista-footer-texto-1 {
  float: left;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  line-height: 1.2em;
}

.c-lista-footer-links {
  float: right;
}

.c-lista-footer-link {
  opacity: 0.5;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 11px;
  line-height: 1.2em;
  text-decoration: none;
}

.c-lista-item-image-1 {
  width: 24px;
  height: 24px;
  float: left;
}

.c-shadow {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 72px;
  opacity: 1;
}

.c-shadow.ocultar {
  display: none;
  opacity: 0;
}

.c-shadow-contenido {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 8px;
}

.c-shadow-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.c-mensaje {
  position: relative;
  margin-bottom: 24px;
  padding: 8px;
  font-family: Roboto, sans-serif;
  color: #000;
  line-height: 1.2em;
}

.c-mensaje.shadow {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.5);
}

.c-mensaje-contenido {
  padding-right: 24px;
  padding-left: 24px;
}

.c-mensaje-parrafo-citacion {
  position: relative;
  margin-bottom: 8px;
  margin-left: 0px;
  padding: 16px;
  border-left: 2px solid #ccc;
  color: #777;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 300;
}

.c-mensaje-contenido-footer {
  position: relative;
  min-height: 24px;
  margin-top: 16px;
}

.c-mensaje-contenido-footer-links {
  float: right;
}

.c-mensaje-contenido-footer-link {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  float: right;
  opacity: 0.5;
}

.c-mensaje-header {
  position: relative;
  min-height: 24px;
  margin-bottom: 8px;
}

.c-mensaje-controles {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 24px;
  min-width: 24px;
}

.c-mensaje-control {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  float: right;
  opacity: 0.5;
}

.c-mensaje-parrafo-informativo {
  margin-right: 0px;
  margin-bottom: 16px;
  margin-left: 0px;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 300;
  text-align: justify;
}

.c-popup {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  padding: 8px;
  border-radius: 6px;
  font-family: Roboto, sans-serif;
  color: #000;
  line-height: 1.2em;
}

.c-popup.shadow {
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.54);
}

.c-popup-header {
  position: relative;
}

.c-popup-header-text {
  width: 100%;
  float: left;
}

.c-popup-header-title {
  margin-top: 0px;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 300;
  text-transform: capitalize;
}

.c-popup-header-paragraph {
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 300;
}

.c-popup-header-avatar {
  position: relative;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
}

.c-popup-header-avatar-contenedor {
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 8px;
  border-radius: 100%;
  background-color: #fff;
}

.c-popup-contenido {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.c-popup-contenido-titulo {
  margin-top: 0px;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 300;
}

.c-popup-cotenido-link-item {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  text-decoration: none;
}

.c-popup-header-title-link {
  text-decoration: none;
}

.c-popup-contenido-lista {
  padding-left: 20px;
  font-weight: 300;
}

.c-popup-contenido-lista-item {
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.54);
}

.c-popup-footer {
  position: relative;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.c-popup-footer-info {
  width: auto;
  float: left;
  color: rgba(0, 0, 0, 0.54);
}

.c-popup-footer-links {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 8px;
  float: right;
}

.c-popup-footer-link {
  width: 32%;
  padding: 8px;
  float: right;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.54);
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.54);
  text-align: center;
  text-decoration: none;
}

.c-popup-footer-link.margen-izquierdo {
  margin-left: 2%;
}

.test-popup {
  width: 30%;
  margin-bottom: 32px;
  border: 1px solid #000;
}

.navbar-phone {
  display: none;
}

.navbar-row.col-1 {
  padding-left: 32px;
}

.navbar-row.col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-row.col-3 {
  padding-right: 32px;
}

.navbar-busqueda {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000002;
  width: 100%;
  height: 64px;
  padding-top: 14px;
  padding-right: 32px;
  padding-left: 32px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.navbar-busqueda.formulario-contenedor {
  position: relative;
  width: 90%;
  height: auto;
  padding: 0px;
  float: left;
}

.navbar-busqueda.controles {
  position: relative;
  display: block;
  width: 10%;
  padding: 0px;
  float: left;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-busqueda.ocultar {
  display: none;
}

.navbar-busqueda-input {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  line-height: 1.2em;
  text-align: center;
}

.tag-contenedor {
  position: relative;
  width: 100%;
  float: left;
  border: 1px none #000;
}

.tag-item {
  position: relative;
  float: left;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.75);
  border-radius: 6px;
  opacity: 0.75;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.2em;
}

.tag-item.ocultar {
  display: none;
}

.text-block-3 {
  font-weight: 300;
}

.c-popup-header-avatar-separador {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.c-popup-header-avatar-contenido {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: url('../images/usuario-asignacion-producto.fw.png');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block-4 {
  font-size: 12px;
}

.menu-2-centro-contenedor {
  position: relative;
  display: inline-block;
  width: auto;
  padding-left: 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;
}

.menu-2-centro-contenedor.ocultar {
  display: none;
  opacity: 0;
  -webkit-transform: scale3d(0.01, 1, 1);
  transform: scale3d(0.01, 1, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.menu-2-centro-colapsar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-top: 6px;
  margin-left: 8px;
  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;
  cursor: pointer;
}

.menu-2-centro-colapsar.ocultar {
  display: none;
}

.menu-2-centro-colapsar-imagen {
  width: 16px;
  height: 16px;
}

.menu-2-centro-contenedor-expandir {
  position: relative;
  display: inline-block;
  padding-left: 8px;
}

.menu-2-centro-contenedor-expandir.ocultar {
  display: none;
  opacity: 0;
}

.menu-2-centro-expandir {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  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;
}

.menu-2-centro-expandir-imagen {
  position: relative;
  width: 24px;
  height: 24px;
}

.menu-2-derecha-contenedor {
  position: relative;
  display: inline-block;
  opacity: 1;
  text-align: right;
}

.menu-2-derecha-contenedor.ocultar {
  display: none;
}

.menu-2-derecha-colapsar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-top: 6px;
  margin-left: 8px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-2-derecha-contenedor-expandir {
  position: relative;
  display: inline-block;
  padding-left: 8px;
}

.menu-2-derecha-contenedor-expandir.ocultar {
  display: none;
  opacity: 0;
}

.menu-2-derecha-expandir-imagen {
  position: relative;
  width: 24px;
  height: 24px;
}

.menu-2-derecha-expandir {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  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;
}

.menu-2-izquierda-contenedor {
  position: relative;
  display: inline-block;
}

.menu-2-izquierda-contenedor.ocultar {
  display: none;
  opacity: 0;
}

.menu-2-izquierda-colapsar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-top: 6px;
  margin-left: 8px;
  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;
}

.menu-2-izquierda-contenedor-expandir {
  position: relative;
  display: inline-block;
  padding-left: 8px;
  float: left;
}

.menu-2-izquierda-contenedor-expandir.ocultar {
  display: none;
  opacity: 0;
}

.menu-2-izquierda-colapsar-imagen {
  width: 16px;
  height: 16px;
}

.menu-2-izquierda-expandir {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  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;
}

.menu-2-izquierda-expandir-imagen {
  position: relative;
  width: 24px;
  height: 24px;
}

.menu-2-derecha-colapsar-imagen {
  position: relative;
  width: 16px;
  height: 16px;
}

.menu-2-columna-izquierda {
  position: relative;
  display: block;
  height: 36px;
  min-width: 25%;
  float: left;
  text-align: left;
}

.menu-2-columna-izquierda.removido {
  display: none;
}

.menu-2-columna-izquierda.paso {
  width: 10%;
}

.menu-2-columna-central {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 50%;
  height: 36px;
  min-width: 50%;
  margin-left: 25%;
}

.menu-2-columna-central.removido {
  display: none;
}

.menu-2-columna-central.paso {
  width: 80%;
  margin-left: 10%;
}

.menu-2-columna-derecha {
  position: relative;
  display: block;
  height: 36px;
  min-width: 25%;
  float: right;
  text-align: right;
}

.menu-2-columna-derecha.removido {
  display: none;
}

.seccion-contenido {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.seccion-contenido.bg {
  background-image: linear-gradient(243deg, #5851d1, #f7099f);
}

.contenido {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  padding-top: 72px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.contenido.con-menu {
  padding-bottom: 32px;
}

.contenido.con-menu.contenido-en-columnas.componente {
  padding-top: 0px;
}

.contenido.con-columnas {
  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;
}

.contenido.contenido_2 {
  padding-top: 36px;
}

.contenido.contenido_3 {
  padding-top: 0px;
}

.contenido-columnas {
  position: relative;
  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;
}

.menu-footer {
  position: relative;
  width: 100%;
  height: 32px;
  text-align: center;
}

.menu-footer.en-contenido {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 32px;
  background-color: #fff;
}

.menu-footer-columna-izquierda {
  position: relative;
  width: 25%;
  height: 32px;
  float: left;
}

.menu-footer-columna-izquierda.en-contenido {
  margin-left: 32px;
}

.menu-footer-columna-central {
  position: absolute;
  width: 50%;
  height: 32px;
  margin-left: 25%;
}

.menu-footer-columna-central.remover {
  display: none;
}

.menu-footer-columna-derecha {
  position: relative;
  width: 25%;
  height: 32px;
  float: right;
}

.menu-footer-columna-derecha.en-contenido {
  margin-right: 32px;
}

.menu-footer-centro-contenedor {
  position: relative;
  display: inline-block;
  width: auto;
  padding-left: 8px;
}

.menu-footer-centro-contenedor.ocultar {
  display: none;
  opacity: 0;
}

.menu-footer-colapsar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-top: 6px;
  margin-left: 8px;
  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;
}

.menu-footer-colapsar-imagen {
  width: 16px;
  height: 16px;
}

.menu-footer-izquierda-contenedor {
  position: relative;
  display: inline-block;
  float: left;
}

.menu-footer-izquierda-contenedor.ocultar {
  display: none;
  opacity: 0;
}

.menu-footer-centro-contenedor-expandir {
  position: relative;
  display: inline-block;
  padding-left: 8px;
}

.menu-footer-centro-contenedor-expandir.ocultar {
  display: none;
  opacity: 0;
}

.menu-footer-centro-expandir {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  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;
}

.menu-footer-centro-expandir-imagen {
  position: relative;
  width: 24px;
  height: 24px;
}

.menu-footer-izquierda-contenedor-expandir {
  position: relative;
  display: inline-block;
  padding-left: 8px;
  float: left;
}

.menu-footer-izquierda-expandir {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  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;
}

.menu-footer-izquierda-expandir-imagen {
  position: relative;
  width: 24px;
  height: 24px;
}

.menu-footer-derecha-contenedor {
  position: relative;
  display: inline-block;
  padding-left: 8px;
  float: right;
}

.menu-footer-derecha-contenedor.ocultar {
  display: none;
  opacity: 0;
}

.menu-footer-derecha-expandir {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  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;
}

.menu-footer-derecha-contenedor-expandir {
  position: relative;
  display: inline-block;
  padding-left: 8px;
  float: right;
}

.menu-footer-derecha-contenedor-expandir.ocultar {
  display: none;
  opacity: 0;
}

.menu-footer-derecha-expandir-imagen {
  position: relative;
  width: 24px;
  height: 24px;
}

.contenido-columna {
  position: relative;
  overflow: hidden;
  width: 25%;
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 8px;
  color: #33475b;
}

.contenido-columna.ancho-50 {
  width: 50%;
}

.contenido-columna.ancho-75 {
  width: 75%;
}

.contenido-columna.ancho-100 {
  width: 100%;
}

.contenido-columna.columna-especial-1 {
  background-color: hsla(0, 0%, 80%, 0.2);
}

.contenido-columna.ancho-60 {
  width: 60%;
}

.contenido-columna.ancho-80 {
  width: 80%;
}

.columna-especial-1 {
  background-color: #f5f8fa;
}

.contenido-en-columnas {
  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;
}

.c-lista-item-campo-titulo {
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.logo-en-contenido {
  position: relative;
  display: inline-block;
  width: 20%;
}

.logo-contenedor {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
}

.logo-contenedor.en-contenido-col-1 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  display: block;
  width: auto;
  height: 80px;
  max-height: 80px;
  margin-bottom: 64px;
}

.logo-contenedor.en-seccion {
  display: none;
}

.background-video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slider {
  display: none;
}

.presupuesto-contenedor {
  position: relative;
  width: 200px;
  margin-right: 50px;
  margin-bottom: 50px;
  float: left;
  font-family: Roboto, sans-serif;
  font-weight: 100;
}

.presupuesto-titulo-contenedor {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.presupuesto-titulo {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 100;
}

.presupuesto-descripcion-contenedor {
  margin-bottom: 20px;
}

.presupuesto-descripcion {
  margin-bottom: 0px;
  color: #000;
  line-height: 1.2em;
  font-weight: 300;
}

.presupuesto-estimacion-contenedor {
  padding-left: 10px;
  border-left: 1px solid #000;
}

.presupuesto-estimacion-precio {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 100;
}

.presupuesto-estimacion-tiempo {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.2em;
  font-weight: 500;
}

.presupuesto-estimacion-leyenda {
  color: #000;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400;
}

.presupuesto {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  float: left;
}

.container-data-wells-contenedor {
  display: block;
  -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;
  text-align: center;
}

.container-data-wells-contenedor.en_col_1_de_2 {
  text-align: left;
}

.container-data-wells-item {
  display: inline-block;
  min-width: 24%;
  padding-right: 12px;
  padding-bottom: 24px;
  font-family: Roboto, sans-serif;
  line-height: 1.2em;
  text-align: center;
}

.container-data-wells-item.label {
  display: block;
  margin-right: 0px;
  margin-bottom: 4px;
  padding-right: 0px;
  padding-bottom: 0px;
  color: #33475b;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px transparent;
}

.container-data-wells-item.label.en_col_1_de_2 {
  margin-right: 0px;
  color: #aeacb0;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
}

.container-data-wells-item.link {
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  color: #0091ae;
  line-height: 24px;
  font-weight: 500;
}

.container-data-wells-item.link.ocultar {
  opacity: 0;
}

.container-data-wells-item.big-number {
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  color: #33475b;
  font-size: 48px;
  line-height: 66px;
}

.container-data-wells-item.big-number.en_col_1_de_2 {
  margin-right: 0px;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 500;
  text-align: left;
}

.container-data-wells-item.help-text {
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  color: #7c98b6;
  line-height: 24px;
}

.container-data-wells-item.help-text.ocultar {
  opacity: 0;
}

.container-data-wells-item.en_col_1_de_2 {
  min-width: auto;
  margin-right: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.text-block-5 {
  display: inline;
  text-transform: capitalize;
}

.container-data-wells-message {
  margin-top: 20px;
  font-family: Roboto, sans-serif;
}

.container-data-wells-message-header.title {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 25%;
  padding-left: 25%;
  color: #33475b;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: left;
}

.container-data-wells-message-body.paragraph {
  padding-right: 25%;
  padding-left: 25%;
  color: #33475b;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.container-data-wells-buttons {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
}

.container-data-wells-button {
  display: inline-block;
  overflow: hidden;
  max-width: 24%;
  min-width: 24%;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.navbar_2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000000;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #cbd6e2;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #33475b;
  line-height: 1.2em;
}

.navbar_2.ocultar {
  display: none;
}

.navbar-isologo-container.navbar_2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 71px;
  padding-right: 24px;
  padding-left: 22px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-isologo-img {
  width: 25px;
  height: 25px;
}

.navbar-title-container.navbar_2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200px;
  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;
  font-size: 16px;
}

.navbar-title-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #33475b;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 700;
}

.navbar-menu_1-container.navbar_2 {
  position: relative;
  display: block;
  width: auto;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-list.navbar_2 {
  position: relative;
  width: auto;
  margin-bottom: 0px;
  padding-left: 0px;
  float: left;
}

.navbar-list-item.navbar_2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #aeacb0;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.navbar-list-item.navbar_2:hover {
  color: #aeacb0;
}

.navbar-list-item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 8px;
  padding-left: 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;
  color: #aeacb0;
  text-decoration: none;
}

.navbar-list-item-link.navbar-menu_1-container {
  text-decoration: none;
}

.navbar-list-item-link.navbar-menu_1-container:hover {
  color: #334659;
  text-decoration: none;
}

.navbar-list-item-link.navbar-menu_1-container:focus {
  border-bottom: 3px solid #334659;
  color: #334659;
  text-decoration: none;
}

.navbar-list-item-link.navbar-menu_1-container.active {
  border-bottom: 3px solid #334659;
  color: #334659;
  font-weight: 700;
}

.text-block-6 {
  color: #33475b;
}

.navbar-buttons-container.navbar_2 {
  position: relative;
  width: auto;
  margin-right: 16px;
  float: right;
}

.navbar-list-item-img {
  width: 25px;
  height: 25px;
}

.navbar-list-item-img.avatar {
  border-radius: 99%;
}

.navbar-list-item-img.avatar.en_dropdown {
  position: relative;
  float: left;
}

.navbar-list-item-img.sin-avatar {
  display: none;
}

.contenido-con-2-cols {
  position: relative;
  width: 100%;
  height: 100%;
}

.contenido-col-1 {
  position: relative;
  width: 100%;
}

.contenido-col-1.contenido-con-2-cols {
  width: 25%;
  float: left;
}

.contenido-col-1.full-height {
  height: 100%;
}

.contenido-col-1.centro-medio {
  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;
}

.contenido-col-2.contenido-con-2-cols {
  width: 75%;
  padding-left: 32px;
  float: left;
}

.view-info-container {
  margin-bottom: 20px;
}

.view-info-container.scroll {
  overflow: auto;
  margin-bottom: 0px;
}

.view-info-data-h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #aeacb0;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 700;
}

.view-info-data-h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #33465a;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 700;
}

.view-info-data-h2.en_panel_right {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.view-info-data-paragraph-container {
  color: #33465a;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 500;
}

.view-info-data-paragraph-container.en_panel_right {
  margin-bottom: 12px;
  color: #a39fa5;
  font-size: 13px;
  font-weight: 500;
}

.view-info-data-container {
  margin-bottom: 0px;
}

.view-info-data-container.con-menu {
  margin-bottom: 12px;
}

.view-info-dashboard-container {
  margin-bottom: 20px;
}

.view-info-extra-container {
  margin-bottom: 20px;
}

.view-info-extra-container.seleccionable {
  margin-bottom: 4px;
}

.view-info-extra-container.seleccionable:hover {
  background-color: hsla(0, 0%, 93.3%, 0.4);
}

.view-info-extra-item {
  margin-bottom: 12px;
}

.view-info-extra-item-title {
  margin-bottom: 2px;
  color: #aeacb0;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 700;
}

.view-info-extra-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.view-info-extra-item-content.en_panel_right {
  margin-right: 32px;
  float: left;
}

.view-info-extra-item-content.en_panel_right.margin-r-0 {
  margin-right: 0px;
}

.view-info-extra-item-content-img {
  position: relative;
  width: 25px;
  height: 25px;
  float: left;
}

.view-info-extra-item-content-img.circulo {
  border-radius: 100%;
}

.view-info-extra-item-content-h5 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 4px;
  padding-left: 4px;
  float: left;
  color: #334659;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 900;
}

.view-info-extra-item-content-h5.en_panel_right {
  font-size: 13px;
  font-weight: 900;
}

.view-info-extra-item-title-h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #aeacb0;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 500;
}

.view-info-extra-item-content-link {
  margin-right: 2px;
}

.panel-right-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  width: 35%;
  padding-top: 50px;
  border-left: 1px solid #cbd6e2;
  background-color: #fff;
}

.panel-right-2.ocultar {
  right: -35%;
}

.panel-right-2-header {
  position: relative;
  width: 100%;
  height: 20px;
  padding-right: 52px;
  padding-left: 20px;
}

.panel-right-2-content {
  width: 100%;
  height: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

.panel-right-2-content.scroll {
  overflow: auto;
}

.panel-divisor {
  height: 1px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cbd6e2;
}

.navbar-title-link {
  text-decoration: none;
}

.navbar-title-link:hover {
  text-decoration: none;
}

.navbar-title-link:active {
  text-decoration: none;
}

.navbar-title-link:focus {
  text-decoration: none;
}

.navbar-list-item-dropdown {
  margin-left: 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: capitalize;
}

.navbar-list-item-dropdown.in-panel {
  margin-right: 8px;
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #9ca6af;
  border-radius: 4px;
}

.navbar-list-item-dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-list-item-dropdown-toggle.in-panel {
  height: 20px;
  padding: 0px 4px;
}

.navbar-list-item-dropdown-toggle-icon {
  display: none;
}

.navbar-list-item-dropdown-toggle-icon.sin-avatar {
  position: static;
  display: block;
  margin-right: 0px;
}

.navbar-list-item-dropdown-toggle-text {
  position: relative;
  margin-right: 4px;
  float: left;
}

.navbar-list-item-dropdown-list {
  border: 1px solid #cbd6e2;
}

.navbar-list-item-dropdown-list.w--open {
  right: 0px;
  margin-top: -8px;
  background-color: #fff;
}

.navbar-list-item-dropdown-list.in-panel.w--open {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 24px;
  border-color: #9ca6af;
}

.navbar-list-item-dropdown-list-item {
  color: #33475b;
  font-size: 13px;
  font-weight: 400;
}

.navbar-list-item-dropdown-list-item:hover {
  background-color: #eaf0f6;
  color: #33475b;
  text-decoration: none;
}

.panel-right-2-close {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 16px;
  height: 16px;
  margin-top: 0px;
  margin-left: 4px;
  background-color: #fff;
  cursor: pointer;
}

.contenido-con-1-cols {
  position: relative;
  width: 100%;
  height: 100%;
}

.contenido-con-1-cols.centro-medio {
  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;
}

.div-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
}

.logo-imagen.en-contenido-col-1 {
  position: relative;
  display: block;
  height: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.test-form {
  width: 100%;
}

.form-container {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-container.en-contenido-col-1 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 80px;
  padding-right: 35%;
  padding-left: 35%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-container.en-contenido-col-2 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.navbar-dropdown.navbar-2.menu-1 {
  display: none;
}

.panel-right-2-controls {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: inline-block;
  height: 16px;
  margin-top: 2px;
  padding-right: 16px;
  float: right;
}

.panel-right-2-cotrol-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 8px;
  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;
  color: #14aaf5;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 500;
  text-decoration: none;
}

.panel-right-2-cotrol-item:hover {
  color: #14aaf5;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 500;
  text-decoration: none;
}

.panel-right-2-body {
  position: relative;
  height: 100%;
}

.form-link-footer {
  font-family: Roboto, sans-serif;
  color: #33465a;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
}

.form-link-item {
  font-family: Roboto, sans-serif;
  color: #14aaf5;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 300;
  text-decoration: none;
}

.form-link-item:hover {
  color: #14aaf5;
  text-decoration: none;
}

.form-link-item-container {
  margin-bottom: 20px;
  font-weight: 300;
}

.form-link-item-texto {
  display: inline-block;
  margin-right: 8px;
}

.container-slider {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000002;
  padding: 32px;
  background-color: hsla(0, 0%, 100%, 0.95);
}

.container-slider.ocultar {
  display: none;
  opacity: 0;
}

.container-slider-wf-object {
  height: 100%;
  background-color: transparent;
}

.container-slider-wf-object-slide {
  background-image: url('../images/sfs-01.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.container-slider-wf-object-slide.slide-1 {
  background-color: transparent;
  background-image: url('../images/12-Blastocerus-dichotomus.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.container-slider-wf-object-slide.slide-2 {
  background-image: url('../images/sfs-01-mobile.fw.png');
  background-position: 50% 50%;
  background-size: contain;
}

.container-slider-wf-object-flecha-icon {
  font-family: Roboto, sans-serif;
  color: #cbd6e2;
  font-weight: 100;
}

.container-slider-controles {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 32px;
  height: 32px;
}

.container-slider-wf-object-nav {
  display: none;
}

.elemento-toggle-text {
  color: #333;
  font-size: 13px;
  font-weight: 300;
  text-transform: capitalize;
}

.paso-line {
  width: 72px;
  height: 1px;
  background-color: #ccc;
}

.paso-line.realizado {
  height: 2px;
  background-color: #cbd6e2;
}

.dashboard-item-left-part {
  display: block;
  height: 100%;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard-item {
  display: block;
  height: 100%;
  margin-left: 20px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard-item.en-panel-contenido-item {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  float: none;
}

.dashboard-item-left-part-value {
  height: 50%;
}

.dashboard-item-left-part-label {
  height: 50%;
}

.dashboard-item-left-part-label-h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #8a8a8a;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
}

.dashboard-item-left-part-value-h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.dashboard-item-right-part {
  display: block;
  margin-top: 20%;
  margin-left: 4px;
  float: right;
  -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;
}

.dashboard-item-right-part-value {
  -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;
}

.dashboard-item-right-part-value-h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  font-family: Roboto, sans-serif;
  color: #444;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 500;
  text-transform: capitalize;
}

.dashboard-item-right-part-label-h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #8a8a8a;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: 300;
  text-transform: capitalize;
}

.dashboard-item-right-part-value-icon {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
}

.data_form_record {
  margin-bottom: 0px;
  padding-left: 0px;
}

.data_form_record_item {
  margin-bottom: 4px;
}

.data_form_record_item_label {
  font-family: Roboto, sans-serif;
  color: #334659;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 500;
}

.data_form_record_item_value {
  font-family: Roboto, sans-serif;
  color: #a39fa5;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 300;
}

.data_form_record_image_container {
  margin-bottom: 12px;
}

.data_form_record_image {
  width: 100%;
}

.view-info-data-paragraph {
  margin-bottom: 0px;
}

.col-1-en-1-11 {
  width: 20%;
  height: 100%;
  padding-right: 1%;
  float: left;
}

.col-2-en-1-11 {
  overflow: hidden;
  width: 80%;
  height: 100%;
  padding-left: 1%;
  float: left;
}

.menu-panel {
  display: block;
  overflow: visible;
  width: 100%;
  margin-bottom: 0px;
}

.menu-panel-item {
  margin-right: 8px;
  margin-bottom: 8px;
  float: left;
  color: #999;
  font-size: 13px;
  line-height: 1.2em;
}

.menu-panel-item.active {
  color: #333;
}

.menu-panel-item-contenedor {
  color: #999;
  text-decoration: none;
}

.menu-panel-item-contenedor:hover {
  color: #555;
  text-decoration: none;
}

.menu-panel-item-contenedor.active {
  color: #334659;
  font-weight: 500;
}

.menu-panel-item-contenedor.active:hover {
  color: #334659;
  text-decoration: none;
}

.mensajes-contenedor {
  margin-bottom: 20px;
}

.mensaje-recibido-contenedor {
  width: 75%;
  margin-bottom: 8px;
  padding: 4px;
  float: left;
  border-radius: 6px;
  background-color: #eee;
}

.mensaje-texto {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 400;
}

.mensaje-enviado-contenedor {
  width: 75%;
  margin-bottom: 8px;
  float: right;
}

.panel-menu-1 {
  position: relative;
  min-height: 36px;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.panel-menu-1-item {
  display: inline-block;
  width: 30%;
  margin: 1%;
  padding: 4px 8px;
  border: 1px solid #fff;
  font-family: Roboto, sans-serif;
  color: #506e91;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
}

.panel-menu-1-item:hover {
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: hsla(0, 0%, 80%, 0.2);
}

.panel-menu-1-item.active {
  border-color: #bbb;
  border-radius: 4px;
}

.panel-menu-1-item.active:hover {
  background-color: #fff;
}

.panel-menu-1-item-text {
  color: #777;
  font-size: 13px;
  font-weight: 300;
}

.panel-contenido-item {
  width: 100%;
  margin-bottom: 16px;
  cursor: pointer;
}

.panel-contenido-item.media-view {
  position: relative;
  float: left;
}

.panel-contenido-item-imagen-contenedor {
  width: 100%;
  height: 144px;
  background-image: url('../images/12-Blastocerus-dichotomus.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.panel-contenido-item-imagen-contenedor.v1 {
  background-image: url('../images/choropleth-02.png');
}

.panel-contenido-item-imagen-contenedor.v2 {
  background-image: url('../images/heatmap-01.png');
}

.panel-contenido-item-imagen-contenedor.v3 {
  background-image: url('../images/heatmap-02.jpeg');
}

.panel-contenido-item-imagen-contenedor.v4 {
  background-image: url('../images/photo-07.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel-contenido-item-imagen-contenedor.v5 {
  background-image: url('../images/landscape-card-map.fw.png');
  background-position: 50% 50%;
  background-size: cover;
}

.panel-contenido-titulo {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  color: #33465a;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 700;
}

.panel-contenido-item-titulo {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #334659;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 500;
}

.panel-contenido-item-titulo.lista {
  margin-bottom: 8px;
}

.panel-contenido-item-titulo.titulo-1 {
  margin-bottom: 16px;
  font-size: 24px;
}

.panel-contenido-item-titulo.titulo-2 {
  margin-bottom: 16px;
  color: #555;
  font-size: 18px;
  font-weight: 400;
}

.panel-contenido-item-descripcion {
  font-family: Roboto, sans-serif;
  color: #a39fa5;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 300;
}

.panel-contenido-item-descripcion.lista {
  margin-bottom: 0px;
}

.panel-contenido-item-descripcion.lista.nivel-1 {
  border-bottom: 1px solid #777;
  color: #777;
  font-size: 11px;
  font-weight: 900;
}

.panel-contenido-item-descripcion.lista.nivel-1.separador {
  margin-top: 8px;
}

.panel-contenido-item-descripcion.lista.nivel-2 {
  margin-top: 8px;
  margin-bottom: 2px;
  color: #999;
  font-size: 11px;
  font-weight: 700;
}

.panel-contenido-item-descripcion.lista.nivel-3 {
  color: #999;
  font-size: 11px;
  font-weight: 400;
}

.panel-contenido-item-descripcion.p-1 {
  color: #555;
  font-size: 15px;
  font-weight: 300;
}

.panel-menu-2 {
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid #ccc;
}

.panel-menu-2.ocultar {
  position: relative;
  display: none;
  overflow: hidden;
  height: 0px;
}

.panel-contenido-titulo-principal {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  color: #33465a;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

.panel-contenido-item-descripcion-2 {
  margin-top: 8px;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  color: #334659;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 400;
}

.panel-contenido-item-dashboard {
  display: block;
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
}

.popup-en-contenido {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 88px 16px 16px;
}

.popup-en-contenido.ocultar {
  display: none;
  opacity: 0;
}

.popup-contenedor {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-height: 100%;
  max-width: 100%;
  min-height: 200px;
  min-width: 200px;
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
}

.popup-contenido {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.popup-controles {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 16px;
  margin-top: 2px;
  margin-right: 2px;
}

.popup-control-item {
  cursor: pointer;
}

.popup-control-item-imagen-contenedor {
  display: block;
  height: 16px;
}

.popup-control-item-imagen {
  position: relative;
  display: block;
  height: 100%;
}

.popup-contenido-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.div-block-3 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  background-color: red;
}

.popup-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 16px;
  background-color: #fff;
}

.popup-columnas {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  min-height: 168px;
  float: left;
}

.popup-columna {
  position: relative;
  width: 200px;
  max-height: 100%;
  min-height: 168px;
  float: left;
}

.popup-columna.linea {
  width: 1px;
  margin-right: 16px;
  margin-left: 16px;
  border-left: 1px solid #ccc;
}

.div-block-4 {
  cursor: pointer;
}

.menu-2-opcion-dropdown {
  font-family: Roboto, sans-serif;
  color: #777;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 300;
}

.menu-2-opcion-dropdown-toggle {
  padding: 0px 28px 0px 0px;
  color: #777;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 300;
}

.menu-2-opcion-dropdpwn-icon {
  margin-right: 8px;
}

.text-block-7 {
  color: #000;
}

.menu-2-opcion-dropdown-list.w--open {
  position: absolute;
  z-index: 13;
  border: 1px solid #ccc;
  background-color: #fff;
}

.menu-2-opcion-dropdown-list-item {
  color: #777;
  font-size: 13px;
  font-weight: 300;
}

.menu-2-opcion-dropdown-list-item:hover {
  background-color: rgba(0, 0, 0, 0.02);
  color: #777;
  text-decoration: none;
}

.menu-2-opcion-dropdown-list-item.activo {
  font-weight: 500;
}

.panel-global {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000003;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: hsla(0, 0%, 100%, 0.95);
}

.panel-global.ocultar {
  display: none;
  opacity: 0;
}

.panel-global-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.panel-global-items.panel-media-info {
  position: relative;
  margin-top: -16%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.panel-global-item {
  position: relative;
  width: 64px;
  height: 64px;
  margin-right: 16px;
  margin-bottom: 16px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.panel-global-item.visualizar {
  background-color: #000;
}

.panel-global-tabs {
  width: 100%;
}

.panel-global-tabs-menu {
  text-align: center;
}

.panel-global-tabs-link {
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.panel-global-tabs-link:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.panel-global-tabs-link.w--current {
  background-color: rgba(0, 0, 0, 0.04);
  color: #133de2;
}

.panel-global-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 32px;
  height: 32px;
  margin-top: 8px;
  margin-right: 8px;
  cursor: pointer;
}

.panel-global-close.visualizar {
  background-color: #000;
  cursor: pointer;
}

.panel-global-estadisticas {
  width: 100%;
}

.panel-global-estadisticas.ocultar {
  display: none;
}

.panel-global-metricas-contenedor {
  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-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: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.panel-global-separador {
  width: 50%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 64px;
  background-color: #ccc;
}

.panel-global-separador.thumbnail {
  margin-top: 16px;
  margin-bottom: 16px;
}

.panel-global-separador._2 {
  margin-bottom: 15%;
  background-color: #fff;
}

.panel-global-metrica {
  display: inline-block;
  margin-right: 32px;
  margin-bottom: 16px;
  margin-left: 32px;
}

.panel-global-metrica-valor-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  line-height: 1.2em;
  font-weight: 100;
}

.panel-global-metrica-label-h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.tarjeta-opacidad-2 {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.tarjeta-opacidad-2.ocultar {
  display: none;
  opacity: 0;
}

.tarjeta-opacidad-2.media-visor {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.media-test-boton {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
  background-color: #fff;
}

.media-panel-info {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1000002;
  width: 25%;
  height: 100vh;
  padding-top: 136px;
  padding-right: 32px;
  padding-left: 32px;
  background-color: #fff;
}

.media-panel-info.ocultar {
  margin-right: -25%;
}

.media-panel-info-map {
  position: relative;
  left: 0px;
  top: 0px;
  margin-bottom: 16px;
  float: left;
}

.media-panel-info-dashboard {
  position: relative;
  display: block;
  width: 100%;
  float: left;
}

.media-panel-info-dashboard-item {
  position: relative;
  width: 25%;
  margin-bottom: 16px;
  float: left;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.media-panel-info-dashboard-item-valor {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 100;
  text-align: center;
}

.media-panel-info-dashboard-item-label {
  margin-top: 0px;
  font-size: 10px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.media-panel-info-links {
  position: relative;
  width: 100%;
  float: left;
}

.media-panel-info-links-item {
  width: 100%;
  height: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.media-panel-info-links-item:hover {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.08);
  text-align: center;
  text-decoration: none;
}

.test-line {
  margin-top: -1px;
  border: 1px solid #000;
}

.test-line.ocultar {
  display: none;
}

.contenido-slider {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}

.tarjeta-2 {
  position: relative;
  width: 70%;
  height: 100%;
  padding-right: 16px;
  background-color: #fff;
}

.tarjeta-2.ocultar {
  display: none;
}

.tarjeta-2.en-contenedor {
  width: 100%;
  padding-right: 0px;
}

.contenido-info {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30%;
  height: 100%;
  padding-top: 72px;
  padding-left: 16px;
  float: right;
  background-color: #fff;
}

.contenido-info.ocultar {
  display: none;
}

.tarjeta-2-imagen {
  width: 100%;
  height: 100%;
  background-image: url('../images/12-Blastocerus-dichotomus.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.media-test-boton-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1000;
  width: 24px;
  height: 24px;
  margin-top: 24px;
  float: right;
  border: 1px solid #000;
  cursor: pointer;
}

.media-test-boton-2.test {
  position: absolute;
  margin-right: 50px;
  float: right;
}

.media-test-boton-2.test-2 {
  margin-right: 100px;
}

.contenido-col-50 {
  position: relative;
  width: 50%;
  height: 100%;
  padding-right: 16px;
  float: left;
}

.contenido-media-info {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  float: left;
}

.contenido-medio-info-celda {
  position: relative;
  margin-right: 32px;
  float: left;
}

.contenido-medio-info-celda.sizes {
  margin-left: 96px;
}

.contenido-medio-info-celda.formats {
  margin-left: 96px;
}

.contenido-medio-info-celda.label-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  -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;
}

.contenido-medio-info-item {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 300;
}

.contenido-medio-info-item-c1 {
  position: relative;
  display: inline-block;
  width: 50px;
  margin-right: 4px;
}

.contenido-medio-info-item-c3 {
  display: inline-block;
  width: 65px;
  color: rgba(51, 51, 51, 0.75);
  font-size: 11px;
  text-align: right;
}

.contenido-medio-info-item-c2 {
  display: inline-block;
  width: 35px;
  margin-right: 4px;
  text-align: right;
}

.tarjeta-contenedor {
  position: relative;
  width: 100%;
  height: 100%;
}

.contenido-slider-control-up {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 96px;
}

.contenido-slider-control-down {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 96px;
  -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;
}

.media-slider-control-item {
  position: relative;
  width: 100px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.media-slider-control-item.down {
  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: 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;
}

.media-slider-control-item.left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 48px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.media-slider-control-item-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  -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.85);
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 300;
}

.media-slider-control-item-label.ocultar {
  display: none;
  background-color: #fff;
  opacity: 0;
}

.media-slider-control-item-label.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 100%;
  background-color: #fff;
}

.media-slider-control-item-label.left.ocultar {
  display: none;
}

.media-slider-control-item-icon {
  width: 100%;
  height: 50%;
  opacity: 1;
  cursor: pointer;
}

.media-slider-control-item-icon.left {
  position: relative;
  width: 32px;
  height: 32px;
  float: left;
}

.media-slider-control-item-icon.down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.media-slider-control-item-icon-img {
  width: 32px;
  height: 32px;
}

.text-block-8 {
  color: #333;
  font-weight: 400;
}

.text-block-9 {
  color: #333;
}

.contenedor-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.contenido-slider-control-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.contenido-slider-control-right {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contenido-slider-control-right-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 31%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contenido-slider-control-right-2.ocultar {
  display: none;
  opacity: 0;
}

.tarjeta-opacidad-compartir {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.tarjeta-opacidad-compartir.media-visor {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.tarjeta-opacidad-compartir.media-visor.ocultar {
  display: none;
  opacity: 0;
}

.tarjeta-opacidad-exportar {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.tarjeta-opacidad-exportar.media-visor {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.tarjeta-opacidad-exportar.media-visor.ocultar {
  display: none;
  opacity: 0;
}

.tarjeta-2-contenedor {
  position: relative;
  width: 70%;
  height: 100%;
  padding-right: 16px;
}

.tarjeta-2-contenedor.ocultar {
  display: none;
}

.panel-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 32px;
  padding-right: 32px;
  padding-left: 32px;
}

.panel-footer-texto {
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 1px;
}

.media-slider-control-item-label-2 {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.contenido-popup-control {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: 72px;
  padding-top: 8px;
  padding-left: 8px;
}

.contenido-popup-control-item {
  position: relative;
  width: 20px;
  height: 20px;
  float: left;
  cursor: pointer;
}

.contenido-popup {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 50%;
  margin-top: 80px;
  margin-left: 8px;
  padding: 8px 20px 8px 8px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 300;
}

.contenido-popup.ocultar {
  display: none;
  opacity: 0;
}

.contenido-popup-cerrar {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 12px;
  height: 12px;
  margin-top: 8px;
  margin-right: 8px;
  cursor: pointer;
}

.menu_2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 36px;
}

.menu_2-items {
  position: relative;
  height: 100%;
  float: right;
}

.menu_2-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  margin-top: 4px;
  padding-right: 8px;
  padding-left: 8px;
  float: right;
  -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: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  cursor: pointer;
}

.menu_2-item:hover {
  border-radius: 6px;
  background-color: hsla(0, 0%, 93.3%, 0.4);
}

.menu_2-item-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-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;
  color: #848f99;
  text-decoration: none;
}

.menu_2-item-icon {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  float: left;
}

.menu_2-item-label {
  height: 100%;
  float: left;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 300;
}

.text-block-10 {
  height: 100%;
}

.menu_2-item-icon-img {
  display: block;
}

.navbar-menu-toggle {
  margin-left: 4px;
  padding-right: 12px;
  padding-left: 0px;
}

.navbar-menu-dropdown-icon {
  margin-right: 0px;
}

.navbar-menu-dropdown-list.w--open {
  position: absolute;
  border: 1px solid #999;
  background-color: #fff;
}

.navbar-menu-dropdown-link {
  color: #333;
  text-decoration: none;
}

.popup-login {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000003;
  width: 30%;
  height: 100%;
  padding-top: 64px;
  padding-right: 32px;
  padding-bottom: 32px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.popup-login.ocultar {
  display: none;
}

.popup-login-control {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 24px;
  height: 24px;
  background-color: #fff;
  cursor: pointer;
}

.popup-login-container {
  position: relative;
  height: 100%;
  padding-top: 24px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.tabs {
  height: 100%;
}

.tab-pane-tab-1 {
  height: 100%;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tab-link {
  width: 50%;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
}

.tab-link.w--current {
  background-color: #fff;
}

.contenido-cols-container {
  height: 100%;
}

.contenido-cols-3 {
  height: 100%;
}

.contenido-cols-3-col {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.contenido-cols-3-col.padding-lateral {
  padding-right: 16px;
  padding-left: 16px;
}

.contenido-cols-3-col.padding-derecho {
  padding-right: 16px;
}

.contenido-cols-3-col.padding-izquierdo {
  padding-left: 16px;
}

.contenido-cols-3-col-media {
  width: 100%;
  height: 100%;
  background-image: url('../images/sfs-01-02-mobile.fw.png');
  background-position: 50% 50%;
  background-size: cover;
}

.contenido-cols-3-col-media.padding-derecho {
  padding-right: 16px;
}

.navbar-item-special {
  padding: 4px 8px;
  border-radius: 0px;
  background-color: hsla(0, 0%, 80%, 0.8);
  color: #fff;
}

.search-component {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000004;
  width: 100%;
  height: 64px;
  background-color: transparent;
}

.search-component.ocultar {
  display: none;
}

.search-input-container {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.search-input-design {
  position: relative;
  width: 100%;
  height: 32px;
  padding: 4px 16px;
  border: 1px solid #ccc;
}

.search-input-icon {
  width: 24px;
  height: 24px;
  float: left;
}

.search-input-icon.right {
  float: right;
}

.search-popup {
  width: 40%;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.search-result-group {
  margin-bottom: 8px;
}

.search-result-group-title {
  position: relative;
  margin-bottom: 4px;
  padding-right: 16px;
  padding-left: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.search-result-group-item {
  padding: 4px 16px;
  cursor: pointer;
}

.search-result-group-item:hover {
  background-color: hsla(0, 0%, 93.3%, 0.75);
}

.search-result-group-title-h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #777;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 300;
}

.search-result-group-item-icon {
  position: relative;
  width: 32px;
  height: 32px;
  float: left;
}

.search-result-group-item-text {
  position: relative;
  width: 80%;
  height: 32px;
  margin-left: 8px;
  float: left;
}

.search-result-group-item-title {
  height: 16px;
}

.search-result-group-item-title-h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #888;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 400;
}

.search-result-group-item-info {
  height: 16px;
}

.search-result-group-item-info-h5 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #aaa;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: 400;
}

.search-group-separator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  margin-bottom: 8px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-group-separator.ancho-total {
  padding-right: 0px;
  padding-left: 0px;
}

.search-group-separator-line {
  position: relative;
  width: 100%;
  height: 1px;
  border-top: 1px solid #ccc;
}

.search-question-item {
  position: relative;
  display: block;
  height: 50px;
  margin-bottom: 4px;
  padding: 4px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #777;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 300;
  cursor: pointer;
}

.search-question-item:hover {
  background-color: hsla(0, 0%, 93.3%, 0.75);
}

.search-question-item-h4 {
  position: relative;
  margin-top: 14px;
  margin-right: 8px;
  margin-bottom: 0px;
  float: left;
  font-family: Roboto, sans-serif;
  color: #777;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 300;
}

.search-close-control {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  margin-right: -52px;
  padding-right: 4px;
  padding-left: 4px;
  -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;
}

.search-close-link {
  position: relative;
  font-family: Roboto, sans-serif;
  color: #aaa;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 300;
  text-decoration: none;
}

.search-close-link:hover {
  color: #aaa;
  text-decoration: underline;
}

.image-2 {
  display: block;
}

.text-block-11 {
  color: #20a2e2;
  font-size: 12px;
}

.panel-right-2-footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 1005px;
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #cbd6e2 #000 #000;
}

.panel-footer-button {
  position: relative;
  display: inline-block;
  height: 24px;
  margin-right: 8px;
  padding-top: 4px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #9ca6af;
  border-radius: 4px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 700;
}

.panel-right-2-content-controls {
  height: 30px;
  margin-bottom: 4px;
}

.home-navbar-alt-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000003;
  display: block;
  width: 100%;
  height: 32px;
  margin-top: 64px;
  padding-right: 32px;
  padding-left: 32px;
  background-color: #fff;
}

.home-navbar-alt-logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000002;
  display: block;
  height: 64px;
  margin-top: -64px;
  margin-left: 32px;
}

.home-navbar-alt-title {
  position: relative;
  margin-top: 8px;
}

.home-brand-space-h {
  position: relative;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 21px;
  font-weight: 400;
  text-transform: uppercase;
}

.home-navbar-alt-logo-img {
  display: block;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .cabecera.columnas.columna-1 {
    padding-left: 14px;
  }
  .seccion.seccion_2 {
    padding-right: 22px;
    padding-left: 22px;
  }
  .navbar-busqueda.formulario-contenedor {
    width: 85%;
  }
  .navbar-busqueda.controles {
    width: 15%;
  }
  .logo-en-contenido {
    width: 29%;
  }
  .presupuesto-contenedor {
    width: 150px;
    margin-right: 25px;
  }
  .presupuesto-titulo {
    font-size: 20px;
  }
  .presupuesto-descripcion-contenedor {
    height: 64px;
  }
  .presupuesto {
    padding-left: 0px;
  }
  .navbar-list.navbar_2.menu-1 {
    display: none;
  }
  .navbar-buttons-container.navbar_2 {
    margin-right: 22px;
  }
  .navbar-list-item-img {
    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;
    text-align: center;
  }
  .navbar-list-item-img.sin-avatar {
    display: block;
    padding-top: 3px;
  }
  .panel-right-2 {
    width: 60%;
  }
  .panel-right-2.ocultar {
    right: -60%;
  }
  .navbar-list-item-dropdown-toggle-icon.sin-avatar {
    display: none;
  }
  .navbar-list-item-dropdown-toggle-text {
    display: none;
  }
  .form-container.en-contenido-col-1 {
    padding-right: 19%;
    padding-left: 19%;
  }
  .form-container.en-contenido-col-2 {
    width: 80%;
  }
  .navbar-dropdown {
    height: 50px;
    float: left;
    color: #aeacb0;
    font-size: 11px;
  }
  .navbar-dropdown.navbar-2.menu-1 {
    display: block;
  }
  .navbar-dropdown-toggle {
    height: 100%;
    margin-top: -1px;
    padding-top: 16px;
    padding-bottom: 18px;
    border-bottom: 3px solid #334659;
    color: #334659;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .navbar-dropdown-list.w--open {
    border: 1px solid #cbd6e2;
    background-color: #fff;
  }
  .navbar-dropdown-link {
    color: #aeacb0;
    font-weight: 700;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 767px) {
  .cabecera.boton-menu {
    margin-left: 0px;
  }
  .cabecera.isologo {
    display: none;
  }
  .cabecera.sesion-elementos {
    margin-right: 0px;
  }
  .cabecera.botones {
    position: relative;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cabecera.botones.contenedor {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cabecera.botones.contenedor.boton {
    margin-right: 8px;
  }
  .cabecera.columnas.columna-1 {
    width: 15%;
    padding-left: 0px;
  }
  .cabecera.columnas.columna-2 {
    width: 25%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cabecera.columnas.columna-3 {
    width: 60%;
    padding-right: 18px;
  }
  .brand {
    display: none;
  }
  .brand.h1 {
    display: block;
  }
  .seccion.seccion_2 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .tarjeta.producto-01 {
    display: none;
  }
  .tarjeta.producto-01-slide-01 {
    background-image: url('../images/sfs-01-mobile.fw.png');
    background-position: 50% 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .tarjeta.producto-01-slide-02 {
    background-image: url('../images/sfs-01-02-mobile.fw.png');
    background-position: 50% 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .tarjeta.producto-01-slide-03 {
    background-image: url('../images/sfs-01-03-mobile.fw.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
  .brand-image {
    display: none;
  }
  .navbar-phone {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    height: 12px;
  }
  .navbar-phone.ruta {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    float: left;
    color: #000;
    font-size: 10px;
    line-height: 1.2em;
  }
  .navbar-phone.ruta.elemento {
    position: relative;
    width: auto;
    padding-left: 2px;
    text-decoration: none;
  }
  .navbar-phone.ruta.elemento.titulo {
    margin-top: 0px;
    margin-bottom: 0px;
    float: none;
    font-size: 10px;
  }
  .navbar-phone.titulo {
    left: 0px;
    top: 0px;
    right: 0px;
    color: #000;
    font-size: 10px;
    line-height: 1.2em;
    text-align: center;
  }
  .heading-3 {
    margin-top: 0px;
  }
  .navbar-row.col-1 {
    padding-left: 0px;
  }
  .navbar-row.col-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-row.col-3 {
    padding-right: 18px;
  }
  .navbar-busqueda {
    padding-right: 18px;
    padding-left: 18px;
  }
  .navbar-busqueda.formulario-contenedor {
    width: 80%;
  }
  .navbar-busqueda.controles {
    width: 20%;
  }
  .logo-en-contenido {
    width: 33%;
  }
  .logo-contenedor.en-contenido-col-1 {
    position: absolute;
    display: none;
  }
  .logo-contenedor.en-seccion {
    display: none;
    height: 36px;
    padding-right: 32px;
    padding-left: 32px;
  }
  .slider {
    display: block;
    background-color: transparent;
  }
  .slider-left-arrow {
    display: none;
  }
  .slider-right-arrow {
    display: none;
  }
  .slide-nav {
    margin-bottom: -26px;
  }
  .presupuesto-contenedor {
    width: 50%;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .presupuesto-descripcion-contenedor {
    height: auto;
  }
  .navbar-isologo-container.navbar_2 {
    display: none;
  }
  .navbar-title-container.navbar_2 {
    padding-left: 32px;
  }
  .navbar-buttons-container.navbar_2 {
    margin-right: 32px;
  }
  .contenido-col-1.contenido-con-2-cols {
    display: none;
  }
  .contenido-col-1.full-height {
    padding-top: 80px;
  }
  .contenido-col-2.contenido-con-2-cols {
    width: 100%;
    padding-left: 0px;
  }
  .panel-right-2 {
    width: 80%;
  }
  .panel-right-2.ocultar {
    right: -80%;
  }
  .logo-imagen.en-seccion {
    height: 100%;
    margin-left: 5%;
  }
  .form-container.en-contenido-col-1 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .form-container.en-contenido-col-2 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .cabecera.boton-menu {
    width: 32px;
    padding-right: 4px;
    padding-left: 4px;
  }
  .cabecera.sesion-elementos.elemento {
    margin-left: 4px;
    font-size: 10px;
  }
  .cabecera.botones.contenedor {
    min-width: auto;
  }
  .cabecera.botones.contenedor.boton {
    margin-right: 4px;
  }
  .cabecera.columnas.columna-1 {
    width: 10%;
  }
  .cabecera.columnas.columna-3 {
    width: 65%;
    padding-right: 4px;
  }
  .main-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .seccion.seccion_2 {
    min-height: auto;
    padding-right: 8px;
    padding-left: 8px;
  }
  .tarjeta.producto-01 {
    margin-top: -8px;
    background-image: url('../images/sfs-01-mobile.fw.png');
  }
  .tarjeta.producto-01-slide-01 {
    margin-top: -8px;
    background-image: url('../images/sfs-01-mobile.fw.png');
    background-position: 50% 50%;
    background-size: cover;
  }
  .tarjeta.producto-01-slide-02 {
    margin-top: -8px;
    background-image: url('../images/sfs-01-02-mobile.fw.png');
    background-position: 50% 50%;
    background-size: cover;
  }
  .tarjeta.producto-01-slide-03 {
    margin-top: -8px;
    background-image: url('../images/sfs-01-03-mobile.fw.png');
    background-size: cover;
  }
  .navbar-row.col-3 {
    padding-right: 8px;
  }
  .navbar-busqueda {
    padding-right: 4px;
    padding-left: 4px;
  }
  .navbar-busqueda.formulario-contenedor {
    width: 70%;
  }
  .navbar-busqueda.controles {
    width: 30%;
  }
  .logo-en-contenido {
    width: 50%;
  }
  .logo-contenedor.en-contenido-col-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    margin-bottom: 0px;
  }
  .logo-contenedor.en-seccion {
    display: none;
    height: 150px;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
  }
  .slider {
    height: 100%;
    background-color: transparent;
  }
  .slider-left-arrow {
    display: none;
  }
  .slider-right-arrow {
    display: none;
  }
  .slide-nav {
    margin-bottom: -15px;
  }
  .presupuesto-contenedor {
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-title-container.navbar_2 {
    display: none;
  }
  .navbar-buttons-container.navbar_2 {
    margin-right: 0px;
    padding-right: 8px;
  }
  .contenido-col-1.contenido-con-2-cols {
    display: none;
  }
  .contenido-col-1.full-height {
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .contenido-col-1.full-height.centro-medio {
    display: block;
    height: 100%;
    padding-right: 28px;
    padding-left: 28px;
  }
  .contenido-col-2.contenido-con-2-cols {
    width: 100%;
    padding-left: 0px;
  }
  .panel-right-2 {
    width: 100%;
  }
  .panel-right-2.ocultar {
    right: -100%;
  }
  .panel-right-2-content {
    padding-right: 8px;
    padding-left: 8px;
  }
  .contenido-con-1-cols.centro-medio {
    display: block;
  }
  .logo-imagen.en-contenido-col-1 {
    width: 100%;
    height: auto;
  }
  .logo-imagen.en-seccion {
    position: relative;
    width: auto;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .form-container.en-contenido-col-1 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: auto;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .input-form {
    position: static;
    display: block;
  }
  .navbar-dropdown-link:active {
    color: #334659;
    text-decoration: none;
  }
  .navbar-dropdown-link:focus {
    color: #334659;
    text-decoration: none;
  }
  .panel-right-2-controls {
    padding-right: 8px;
  }
}

