body {
  padding-top: 70px;
  padding-bottom: 0;
  position: relative;
}
@media (min-width: 767px) {
  body {
    padding-bottom: 100px;
  }
}
body.cmp {
  padding-top: 0;
}
.bg {
  background-color: #F5F5F5;
}
.body-users {
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.body-users {
  -webkit-animation: animationBodyUser  300ms linear both;
  animation: animationBodyUser  300ms linear both;
  opacity: 1;
}
.side-bar-wall {
  padding-top: 30px;
  -webkit-animation: animationBodyUser  800ms linear both;
  animation: animationBodyUser 800ms linear both;
}
@-webkit-keyframes animationBodyUser {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 500, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 500, 0, 1);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -100, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -20, 0, 1);
    opacity: 1;
  }
}
@keyframes animationBodyUser {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 500, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 500, 0, 1);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -100, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -20, 0, 1);
    opacity: 1;
  }
}
.gs-actividad-content {
  padding-top: 20px;
}
.home-logout-content {
  padding: 60px 0;
  background-color: #351a4f;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(#351a4f), to(#1f033a));
  background-image: -webkit-linear-gradient(left, color-stop(#351a4f 0%), color-stop(#1f033a 100%));
  background-image: -moz-linear-gradient(left, #351a4f 0%, #1f033a 100%);
  background-image: linear-gradient(to right, #351a4f 0%, #1f033a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff351a4f', endColorstr='#ff1f033a', GradientType=1);
  color: white;
  position: relative;
}
.home-logout-content::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  background-image: url("../img/banner-home.png");
  background-position: 0 80%;
}
.home-logout-content h2 {
  font-family: 'robotolight';
  line-height: 50px;
}
.content-dashboard {
  padding-top: 50px;
}
.alert-final-content {
  text-align: center;
  margin: 50px 0;
  color: #9E9E9E;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'SourceSansPro';
}
.text-separate {
  margin: 30px 0;
}
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2030;
}
.mydp .header {
  position: relative !important;
  top: inherit !important;
  right: inherit !important;
  left: inherit !important;
  z-index: inherit !important;
}
.header .portname,
.header .name-user-navbar {
  float: left;
  font-family: 'SourceSansPro';
  font-size: 17px;
  text-transform: uppercase;
  padding: 15px 20px;
  line-height: 24px;
  color: #333;
}
.header .portname:hover,
.header .name-user-navbar:hover {
  text-decoration: none;
}
.header .header-content {
  position: relative;
  background-color: red;
  padding: 10px 0;
  background-color: whitesmoke;
  -webkit-box-shadow: 1px 0px 4px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 0px 4px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0px 4px 1px rgba(0, 0, 0, 0.08);
}
.header .header-content:before,
.header .header-content:after {
  content: " ";
  display: table;
}
.header .header-content:after {
  clear: both;
}
.header .header-content.header-basic {
  background-color: #351A4F;
}
.header .header-content.header-basic .portname,
.header .header-content.header-basic a {
  color: white;
}
.header .header-content.header-basic .nav .active a {
  background-color: #41215F;
}
.header .header-content.header-basic .nav li a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.header ._btn-slide {
  float: left;
  margin-left: 15px;
  display: inline-block;
}
.header .portname img {
  width: 136px;
}
.search-content {
  position: relative;
  min-width: 240px;
}
.search-content .form-control {
  background-color: #ddd;
  font-size: 17px;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  height: 45px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px 10px 50px;
  height: 55px;
  -webkit-box-shadow: inset 0px -1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -1px 1px 0px rgba(0, 0, 0, 0.1);
}
.search-content .form-control:focus {
  background-color: #E4E4E4;
}
.header .search-content {
  position: relative;
  overflow: hidden;
  zoom: 1;
  width: auto;
}
.header .name-user-navbar .gs-logo {
  width: 24px;
  margin-top: -3px;
}
.search-content .gs-icon-search {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -13px;
}
.header-right-content {
  float: right;
  padding-right: 20px;
  position: absolute;
  top: 10px;
  right: 0;
}
.header .nav {
  margin: 0;
}
.header .nav:before,
.header .nav:after {
  content: " ";
  display: table;
}
.header .nav:after {
  clear: both;
}
.header .nav li {
  float: left;
  position: relative;
  display: block;
  line-height: 24px;
}
.header .nav li a {
  display: block;
  padding: 14px 15px;
  text-decoration: none;
  line-height: 26px;
  color: #888;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'SourceSansPro';
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.header .nav li a:hover {
  background-color: #f9f9f9;
}
.header .nav li.active.open > a,
.header .nav li.open > a {
  background-color: white;
}
.header .nav li .dropdown-menu .active a,
.header-smooth .nav li .dropdown-menu .active a {
  background-color: #F9F9F9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #000;
}
.header .nav.navs-panel,
.header .navs-panel-hidden {
  float: left;
  margin-left: 10px;
}
.header .nav.navs-panel-hidden .navs-panel .dropdown-menu .active a {
  background-color: #f7f7f7;
}
.header .nav.navs-panel li a {
  margin-right: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.header .nav.navs-panel li.active a,
.header .nav.navs-panel a.active {
  color: #000;
  background-color: white;
}
.header .nav-tools-mural li a span {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.header .nav-tools-mural li.jsDisplayNone {
  display: none;
}
.header .nav-tools-mural li.jsDisplayNone.jsDisplayInline {
  display: inline-block;
}
.header .nav-tools-mural li.jsTrashCell {
  display: none;
}
.header .nav-tools-mural li.jsTrashCell.visible {
  display: inline-block;
}
.header .nav-tools-mural li.jsTrashCell.visible a {
  color: #BFBFBF;
  cursor: not-allowed;
}
.header .nav-tools-mural li.jsTrashCell.visible a .mdi-delete {
  color: #DEC3C9;
}
.header .nav-tools-mural li.jsTrashCell.visible.active a {
  color: #000000;
  cursor: pointer;
}
.header .nav-tools-mural li.jsTrashCell.visible.active a .mdi-delete {
  color: #B10730;
}
.header-right-content .gs-avatar-header {
  width: 40px;
  height: 40px;
}
.header .nav li .gs-avatar {
  padding: 8px 15px;
}
.header-smooth .nav li .gs-avatar {
  padding: 6px 15px;
  margin: 0;
}
.header-smooth .nav li .dropdown-menu li {
  display: block;
}
.header-smooth .nav li .dropdown-menu li a {
  line-height: 26px;
  color: #888;
  padding: 15px 18px;
  margin: 0;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'SourceSansPro';
}
.header .nav li .dropdown-menu,
.header-smooth .nav li .dropdown-menu {
  left: auto;
  right: 0;
  border: 0;
}
.header .dropdown-menu li,
.header-smooth .dropdown-menu li {
  float: none;
}
.header .dropdown-menu li a,
.header-smooth .dropdown-menu li a {
  padding: 15px 18px;
  margin: 0;
}
.hidden-search {
  float: left;
  margin-top: 5px;
  display: none;
}
.hidden-search .content-hidden-search {
  padding: 10px 10px 10px 10px;
  display: block;
  margin-left: 5px;
}
@media (min-width: 800px) {
  .header .search-content {
    max-width: 45%;
  }
}
@media (max-width: 800px) {
  .header .search-content {
    min-width: 40%;
    width: 45%;
  }
}
@media (max-width: 767px) {
  .header .search-content {
    display: none;
  }
  .header .hidden-search {
    display: block;
  }
}
.header-smooth {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 500;
}
.header-smooth .header-inner {
  padding: 0 30px;
  background-color: #0065B7;
}
.header-smooth .header-inner:before,
.header-smooth .header-inner:after {
  content: " ";
  display: table;
}
.header-smooth .header-inner:after {
  clear: both;
}
.header-smooth .header-inner.header-inner-register {
  background-color: #753B9A;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(#753b9a), to(#740082));
  background-image: -webkit-linear-gradient(left, color-stop(#753b9a 0%), color-stop(#740082 100%));
  background-image: -moz-linear-gradient(left, #753b9a 0%, #740082 100%);
  background-image: linear-gradient(to right, #753b9a 0%, #740082 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff753b9a', endColorstr='#ff740082', GradientType=1);
}
.header-smooth .header-inner.header-inner-tutorial {
  background-color: #507D16;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(#507d16), to(#3d6904));
  background-image: -webkit-linear-gradient(left, color-stop(#507d16 0%), color-stop(#3d6904 100%));
  background-image: -moz-linear-gradient(left, #507d16 0%, #3d6904 100%);
  background-image: linear-gradient(to right, #507d16 0%, #3d6904 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff507d16', endColorstr='#ff3d6904', GradientType=1);
}
.header-smooth .nav {
  margin: 0;
  float: left;
}
.header-smooth .nav:before,
.header-smooth .nav:after {
  content: " ";
  display: table;
}
.header-smooth .nav:after {
  clear: both;
}
.header-smooth .nav li {
  display: inline-block;
}
.header-smooth .nav li a {
  display: block;
  color: white;
  padding: 15px 0px 15px 0px;
  line-height: 40px;
  margin-right: 20px;
  font-family: 'robotolight';
  font-size: 18px;
}
.header-smooth .nav li a:hover {
  text-decoration: none;
}
.header .navs-panel-hidden .dropdown .mdi-chevron-down {
  margin-top: -4px;
}
.header .navs-panel-hidden .dropdown .dropdown-menu {
  left: 0;
  right: auto;
}
.header .nav-first-panel {
  display: none;
}
.header .navs-panel-hidden {
  display: block;
}
@media (min-width: 900px) {
  .header .nav-first-panel {
    display: block;
  }
  .header .navs-panel-hidden {
    display: none;
  }
}
.header.header-tools {
  position: relative;
  z-index: 10;
}
.header.header-tools .header-content {
  padding-top: 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.header.header-tools .nav.navs-panel {
  margin-left: 0;
}
.gs-banner-home {
  background-image: url("../img/gs-banner-home-2.jpg");
  background-repeat: no-repeat;
  padding-top: 30px;
  min-height: 415px;
}
.gs-banner-home h1 {
  font-size: 60px;
  line-height: 65px;
}
.gs-banner-home h3 {
  line-height: 40px;
}
.gs-banner-home h1,
.gs-banner-home h3 {
  color: white;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.46);
  margin-bottom: 10px;
  font-family: 'robotolight';
}
.gs-banner-home .controls.controls-inverse {
  margin-top: 30px;
}
.gs-news-tags {
  background-color: white;
  margin-bottom: 0;
  color: #333;
}
.gs-news-tags center span {
  font-size: 30px;
}
.gs-news-tags .data-gs-estadistic {
  font-size: 35px;
  font-weight: lighter;
  line-height: 40px;
  font-family: 'SourceSansPro';
  display: block;
  color: #d14836;
}
.block-home-bt {
  padding: 20px;
}
.btn-emphasis.btn-home {
  line-height: 60px;
  padding: 0 35px;
  font-family: 'SourceSansPro';
  text-transform: uppercase;
}
.gs-large-body {
  padding: 60px 0;
}
.gs-large-body.gs-large-body-bg {
  background-color: #F3F3F3;
}
.gs-large-body.gs_bg_1 {
  background-color: #353535;
  color: #FFF;
}
.gs-large-body h2 {
  font-family: 'robotolight';
  line-height: 50px;
}
.gs-large-body h4 {
  color: #828282;
  font-family: 'robotolight';
  line-height: 38px;
}
.gs-bg-members {
  background-image: url("../img/gs-banner-bg.png");
  background-repeat: no-repeat;
  background-position: 0 -46px;
}
.gs-bg-members h4 {
  color: #6D6D6D;
  margin-bottom: 5px;
}
.gs-bg-members .data-gs-estadistic {
  font-size: 35px;
  font-weight: lighter;
  line-height: 40px;
  font-family: 'SourceSansPro';
  display: block;
  color: #d14836;
}
.block-stadistic-home {
  margin-top: 40px;
}
.gs_col_block {
  padding-bottom: 30px;
}
.gs-control-input {
  padding: 15px;
  background-color: #F1F1F1;
  background-color: rgba(0, 0, 0, 0.04);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: block;
  width: 100%;
  margin-top: 10px;
}
nav,
.nav {
  margin: 0;
}
.gs-nav-home {
  margin-top: 30px;
}
.gs-nav-home:before,
.gs-nav-home:after {
  content: " ";
  display: table;
}
.gs-nav-home:after {
  clear: both;
}
.gs-nav-home li {
  display: block;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1024px) {
  .gs-nav-home li {
    display: inline-block;
    float: left;
    width: 33.33333333%;
  }
}
.gs-nav-home li a {
  border: 1px solid #ddd;
  margin-right: -1px;
  margin-top: -1px;
  display: block;
  font-family: 'robotolight';
  text-align: center;
  padding-bottom: 15px;
  min-height: 245px;
  color: #777;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}
.gs-nav-home li a .gs-menu-caption-header {
  background-color: #F7F7F7;
  padding-top: 13px;
  margin-bottom: 15px;
}
.gs-nav-home li a .gs-menu-caption-header img {
  opacity: 0.1;
  filter: alpha(opacity=10);
  -khtml-opacity: 10;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.gs-nav-home li a span {
  font-size: 28px;
}
.gs-nav-home li a .gs-alternative-text {
  color: #999999;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.gs-nav-home li a span {
  display: block;
  margin-bottom: 5px;
}
.gs-nav-home li a .gs-animation-border {
  margin: 0;
  background-color: #0370ea;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  padding: 2px;
  left: 0;
  right: 0;
  bottom: -30px;
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
}
.gs-nav-home li a:hover {
  color: #000;
  z-index: 5;
  background-color: white;
  -webkit-box-shadow: 1px 9px 32px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 1px 9px 32px 1px rgba(0, 0, 0, 0.19);
  box-shadow: 1px 9px 32px 1px rgba(0, 0, 0, 0.19);
}
.gs-nav-home li a:hover span {
  color: #000;
}
.gs-nav-home li a:hover .gs-animation-border {
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -khtml-opacity: 100;
}
.gs-nav-home li a:hover .gs-menu-caption-header img {
  opacity: 1;
  filter: alpha(opacity=100);
  -khtml-opacity: 100;
}
.content-social {
  margin-top: 60px;
}
.nav-social {
  text-align: center;
}
.nav-social:before,
.nav-social:after {
  content: " ";
  display: table;
}
.nav-social:after {
  clear: both;
}
.nav-social li {
  display: inline-block;
}
.nav-social li a {
  display: block;
  padding: 2px 5px 2px 0px;
}
.media-example {
  margin-left: -35px;
}
.media-example figure {
  display: inline-block;
  position: relative;
  margin-right: -35px;
}
.media-example figure img {
  width: 85px;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.15);
}
.const-content {
  padding-top: 50px;
  position: relative;
}
.const-content .oifjw {
  position: absolute;
  top: -15px;
  right: 0;
}
.const-content .dts9 {
  background-color: #f1d9d7;
  padding: 15px;
  font-size: 16px;
  line-height: 26px;
  margin: 15px 0;
}
.const-content .dts9.ks0b {
  background-color: #daf5d8;
  color: #0f420b;
}
.gs-banner-event {
  padding: 50px 0;
  background-color: #088b90;
  color: white;
}
.gs-event-home-etc {
  margin-top: 50px;
}
.badge-premio {
  padding: 20px;
  text-align: center;
}
footer,
.footer {
  text-align: center;
  width: 100%;
  background-color: #E6E6E6;
}
footer:before,
.footer:before,
footer:after,
.footer:after {
  content: " ";
  display: table;
}
footer:after,
.footer:after {
  clear: both;
}
footer .container-footer,
.footer .container-footer {
  width: 100% !important;
  padding: 0 20px;
}
footer .logo-framework,
.footer .logo-framework {
  margin: 10px;
}
footer .logo-framework img,
.footer .logo-framework img {
  width: 30px;
}
footer .gs-nav-footer,
.footer .gs-nav-footer {
  float: left;
  margin: 0;
  margin-top: 8px;
}
footer .gs-nav-footer li,
.footer .gs-nav-footer li {
  display: inline-block;
}
footer .gs-nav-footer li a,
.footer .gs-nav-footer li a {
  padding: 10px 5px;
  display: block;
  color: #676767;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
footer .footer-right-txt,
.footer .footer-right-txt {
  margin-top: 8px;
}
footer .footer-right-txt span,
.footer .footer-right-txt span {
  color: #949494;
  line-height: 30px;
  display: inline-block;
}
footer .footer-right-txt span:nth-child(2),
.footer .footer-right-txt span:nth-child(2) {
  margin: 0 10px;
}
@media (min-width: 767px) {
  footer,
  .footer {
    position: fixed;
    border-top: 1px solid #ddd;
    z-index: 300;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.gs-crd-columns .gs-crd {
  display: inline-block;
  width: 100%;
}
.gs-crd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 800px) {
  .gs-crd-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .gs-crd-columns.crd-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .gs-crd-columns.crd-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .gs-crd-columns.crd-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
}
@media (min-width: 800px) {
  .gs-crd-columns .gs-crd {
    display: inline-block;
    width: 100%;
  }
}
.fuente,
.ftn {
  font-family: 'SourceSansPro';
  font-size: 16px;
}
.text-info {
  color: #0370ea;
}
.text-success {
  color: #398a00;
}
.text-warning {
  color: #e98900;
}
.text-danger {
  color: #d14836;
}
.text-muted .mdi-clock {
  margin-right: 3px;
  margin-top: -1px;
}
.text-alert {
  padding: 10px;
  margin-top: 10px;
}
.text-alert.text-warning {
  color: #B56D07;
  background-color: #F5EDE2;
}
.text-alert.text-info {
  color: #0B7BA2;
  background-color: #E0F7FF;
}
.text-alert.text-warning .close {
  color: #B56D07;
}
.text-alert.text-info .close {
  color: #0B7BA2;
}
.pre-header {
  margin: 12px 0;
}
.pre-header:before,
.pre-header:after {
  content: " ";
  display: table;
}
.pre-header:after {
  clear: both;
}
.pre-header,
.pre-header span {
  font-family: 'SourceSansPro';
  text-transform: uppercase;
  color: #B7B7B7;
  font-size: 17px;
}
.file-field input[type=file]::-webkit-file-upload-button {
  display: none;
}
.file-field {
  position: relative;
}
.file-field .btn-emphasis {
  float: left;
}
.file-field .input-file {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 4px;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  height: 40px;
  line-height: 22px;
}
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}
.file-field .file-path-wrapper .file-path {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 40px;
  width: 100%;
  font-size: 1rem;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-group {
  position: relative;
}
.material-group.controls {
  margin-bottom: 30px;
}
.material-group .material-group-footer {
  margin-top: 10px;
}
.material-group .material-group-footer:before,
.material-group .material-group-footer:after {
  content: " ";
  display: table;
}
.material-group .material-group-footer:after {
  clear: both;
}
.material-group .text-muted {
  margin: 10px 0;
}
.material-group input,
.material-group select {
  font-size: 18px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px;
  height: 50px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #d6d6d6;
  font-size: 17px;
}
.material-group input:focus,
.material-group select:focus {
  outline: none;
}
.material-group input:focus ~ label,
.material-group input:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #5264AE;
}
.material-group.fuente label {
  font-family: 'SourceSansPro';
  font-size: 16px;
}
.material-group label {
  color: #333;
  font-size: 17px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  line-height: 25px;
  left: 0;
  top: 10px;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.material-group .bar {
  position: relative;
  display: block;
  width: 100%;
}
.material-group .bar::before,
.material-group .bar::after {
  content: '';
  height: 2px;
  width: 0;
  bottom: -1px;
  position: absolute;
  background-color: #5264AE;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.material-group .bar::before:before,
.material-group .bar::after:before {
  left: 50%;
}
.material-group .bar::before::after,
.material-group .bar::after::after {
  right: 50%;
}
.material-group .bar.bg-1::before,
.material-group .bar.bg-1::after {
  background-color: #b10730;
}
.material-group .bar.bg-2::before,
.material-group .bar.bg-2::after {
  background-color: #bd005a;
}
.material-group .bar.bg-3::before,
.material-group .bar.bg-3::after {
  background-color: #9c27b0;
}
.material-group .bar.bg-4::before,
.material-group .bar.bg-4::after {
  background-color: #673ab7;
}
.material-group .bar.bg-5::before,
.material-group .bar.bg-5::after {
  background-color: #3949ab;
}
.material-group .bar.bg-6::before,
.material-group .bar.bg-6::after {
  background-color: #0277bd;
}
input:focus ~ .bar:before,
input:focus ~ .bar:after {
  width: 100%;
}
.material-group .highlight {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
.material-group.formError .bar::before,
.material-group.formError .bar::after {
  background-color: #d14836 !important;
}
.material-group.formError label {
  color: #d14836 !important;
}
.material-group.formError input {
  color: #d14836 !important;
}
.alert-material-error {
  line-height: 18px;
  font-size: 14px;
  color: #A70D0D;
  background-color: #F9E6E6;
  padding: 10px;
  border-radius: 2px;
  margin: 10px 0;
}
fieldset[disabled],
.fieldset[disabled],
fieldset.disabled fieldset,
fieldset.disabled .fieldset,
.fieldset.disabled fieldset,
.fieldset.disabled .fieldset {
  cursor: not-allowed;
}
.area-text-content {
  border: 1px solid #cccccc;
  position: relative;
}
.area-text-content.focus {
  border-color: #0370ea;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
.area-text-content textarea {
  border: 0;
  width: 100%;
  min-height: 60px;
  resize: none;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: 14px;
  font-weight: normal;
  line-height: 23px;
  color: #000;
}
.area-text-content .area-text-ctn-body,
.area-text-content .area-text-ctn-foot {
  padding: 15px;
  position: relative;
}
.area-text-content .area-text-ctn-body:before,
.area-text-content .area-text-ctn-foot:before,
.area-text-content .area-text-ctn-body:after,
.area-text-content .area-text-ctn-foot:after {
  content: " ";
  display: table;
}
.area-text-content .area-text-ctn-body:after,
.area-text-content .area-text-ctn-foot:after {
  clear: both;
}
.area-text-content .area-text-ctn-foot {
  background-color: #FCFCFC;
  border-top: 1px solid #EDEDED;
}
@media (max-width: 707px) {
  .area-text-content .area-text-ctn-foot button {
    margin-bottom: 5px;
  }
  .area-text-content .area-text-ctn-foot button:last-child {
    margin-bottom: 0;
  }
}
.select2-results {
  margin: 4px 0px 4px 0 !important;
  padding: 0 !important;
}
.select2-results .select2-highlighted {
  background: #ECECEC !important;
  color: #000000 !important;
}
.select2-results .select2-result-label {
  padding: 12px !important;
}
._btn-slide {
  outline: 0;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 8px;
  width: 55px;
  height: 55px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
._btn-slide:active,
._btn-slide.open {
  background-color: #e8e8e8;
}
._btn-slide .mdi-menu {
  display: inline-block;
  color: #333;
}
.close {
  font-family: 'robotolight';
  font-size: 40px;
  color: #666;
  padding: 10px;
  font-weight: lighter;
  line-height: 18px;
  float: right;
  cursor: pointer;
  text-decoration: none;
  height: 45px;
}
.btn-news-content {
  margin-top: 10px;
}
.btn-news-content:before,
.btn-news-content:after {
  content: " ";
  display: table;
}
.btn-news-content:after {
  clear: both;
}
.btn-news-content .btn-news {
  padding: 8px 15px 8px 0;
}
.btn-news-content .btn-news.push-right {
  padding: 8px 0 8px 15px;
}
.btn-circle {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
  border: 0;
  overflow: hidden;
  vertical-align: bottom;
  cursor: pointer;
  font-family: 'robotolight';
  font-size: 30px;
  width: 50px;
  height: 50px;
}
.btn-circle:hover {
  text-decoration: none;
}
.btn-circle .gs-icon-more {
  margin-top: 6px;
  margin-left: 7px;
}
.btn-circle .mdi-account-plus {
  margin-left: 13px;
}
.btn-news,
.btn-emphasis {
  border: 0;
  padding: 8px 20px;
  line-height: 30px;
  font-family: 'SourceSansPro';
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  color: #333;
  cursor: pointer;
}
.btn-news.disabled,
.btn-emphasis.disabled {
  cursor: not-allowed !important;
  color: #c5c5c5 !important;
}
.btn-news.disabled:hover,
.btn-emphasis.disabled:hover,
.btn-news.disabled:active,
.btn-emphasis.disabled:active,
.btn-news.disabled:focus,
.btn-emphasis.disabled:focus {
  color: #c5c5c5 !important;
}
.btn-emphasis.disabled:hover,
.btn-emphasis.disabled:active,
.btn-emphasis.disabled:focus {
  background-color: white;
}
.btn-news {
  background-color: transparent;
}
.btn-news.btn-responsive,
.btn-emphasis.btn-responsive {
  text-align: center;
  display: block;
  width: 100%;
}
.btn-news.light {
  color: white;
}
.btn-news.light:hover {
  color: #fafafa;
}
.btn-news.info {
  color: #0370ea;
}
.btn-news.info:hover {
  color: #0258b8;
}
.btn-news.danger {
  color: #d14836;
}
.btn-news.danger:hover {
  color: #ad3727;
}
.btn-news.success {
  color: #398a00;
}
.btn-news.success:hover {
  color: #245700;
}
.btn-news:hover,
.btn-emphasis:hover {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-emphasis {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.06);
  background-color: white;
}
.btn-emphasis.bg-white {
  color: white;
}
.btn-emphasis.bg-1,
.btn-emphasis.bg-2,
.btn-emphasis.bg-3,
.btn-emphasis.bg-4,
.btn-emphasis.bg-5,
.btn-emphasis.bg-6 {
  color: white;
}
.btn-emphasis.bg-1:active,
.btn-emphasis.bg-1:hover,
.btn-emphasis.bg-1.active,
.btn-emphasis.bg-1:focus {
  background-color: #a2062c;
}
.btn-emphasis.bg-2:active,
.btn-emphasis.bg-2:hover,
.btn-emphasis.bg-2.active,
.btn-emphasis.bg-2:focus {
  background-color: #ae0053;
}
.btn-emphasis.bg-3:active,
.btn-emphasis.bg-3:hover,
.btn-emphasis.bg-3.active,
.btn-emphasis.bg-3:focus {
  background-color: #9124a3;
}
.btn-emphasis.bg-4:active,
.btn-emphasis.bg-4:hover,
.btn-emphasis.bg-4.active,
.btn-emphasis.bg-4:focus {
  background-color: #6036ab;
}
.btn-emphasis.bg-5:active,
.btn-emphasis.bg-5:hover,
.btn-emphasis.bg-5.active,
.btn-emphasis.bg-5:focus {
  background-color: #3544a0;
}
.btn-emphasis.bg-6:active,
.btn-emphasis.bg-6:hover,
.btn-emphasis.bg-6.active,
.btn-emphasis.bg-6:focus {
  background-color: #026dae;
}
.btn-emphasis.bg-white:active,
.btn-emphasis.bg-white:hover,
.btn-emphasis.bg-white.active,
.btn-emphasis.bg-white:focus {
  background-color: #f7f7f7;
}
.btn-emphasis.bg-1.disabled,
.btn-emphasis.bg-1[disabled] {
  background-color: rgba(177, 7, 48, 0.3);
}
.btn-emphasis.bg-2.disabled,
.btn-emphasis.bg-2[disabled] {
  background-color: rgba(189, 0, 90, 0.3);
}
.btn-emphasis.bg-3.disabled,
.btn-emphasis.bg-3[disabled] {
  background-color: rgba(156, 39, 176, 0.3);
}
.btn-emphasis.bg-4.disabled,
.btn-emphasis.bg-4[disabled] {
  background-color: rgba(103, 58, 183, 0.3);
}
.btn-emphasis.bg-5.disabled,
.btn-emphasis.bg-5[disabled] {
  background-color: rgba(57, 73, 171, 0.3);
}
.btn-emphasis.bg-6.disabled,
.btn-emphasis.bg-6[disabled] {
  background-color: rgba(2, 119, 189, 0.3);
}
.btn-emphasis.disabled.bg-1,
.btn-emphasis[disabled].bg-1,
.btn-emphasis.disabled.bg-2,
.btn-emphasis[disabled].bg-2,
.btn-emphasis.disabled.bg-3,
.btn-emphasis[disabled].bg-3,
.btn-emphasis.disabled.bg-4,
.btn-emphasis[disabled].bg-4,
.btn-emphasis.disabled.bg-5,
.btn-emphasis[disabled].bg-5,
.btn-emphasis.disabled.bg-6,
.btn-emphasis[disabled].bg-6 {
  color: white !important;
}
.btn-emphasis.disabled.bg-1:hover,
.btn-emphasis[disabled].bg-1:hover,
.btn-emphasis.disabled.bg-2:hover,
.btn-emphasis[disabled].bg-2:hover,
.btn-emphasis.disabled.bg-3:hover,
.btn-emphasis[disabled].bg-3:hover,
.btn-emphasis.disabled.bg-4:hover,
.btn-emphasis[disabled].bg-4:hover,
.btn-emphasis.disabled.bg-5:hover,
.btn-emphasis[disabled].bg-5:hover,
.btn-emphasis.disabled.bg-6:hover,
.btn-emphasis[disabled].bg-6:hover,
.btn-emphasis.disabled.bg-1:active,
.btn-emphasis[disabled].bg-1:active,
.btn-emphasis.disabled.bg-2:active,
.btn-emphasis[disabled].bg-2:active,
.btn-emphasis.disabled.bg-3:active,
.btn-emphasis[disabled].bg-3:active,
.btn-emphasis.disabled.bg-4:active,
.btn-emphasis[disabled].bg-4:active,
.btn-emphasis.disabled.bg-5:active,
.btn-emphasis[disabled].bg-5:active,
.btn-emphasis.disabled.bg-6:active,
.btn-emphasis[disabled].bg-6:active,
.btn-emphasis.disabled.bg-1:focus,
.btn-emphasis[disabled].bg-1:focus,
.btn-emphasis.disabled.bg-2:focus,
.btn-emphasis[disabled].bg-2:focus,
.btn-emphasis.disabled.bg-3:focus,
.btn-emphasis[disabled].bg-3:focus,
.btn-emphasis.disabled.bg-4:focus,
.btn-emphasis[disabled].bg-4:focus,
.btn-emphasis.disabled.bg-5:focus,
.btn-emphasis[disabled].bg-5:focus,
.btn-emphasis.disabled.bg-6:focus,
.btn-emphasis[disabled].bg-6:focus {
  color: white !important;
}
.ready-btn-pb {
  background-color: #0370ea;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  bottom: 12%;
  right: 12%;
  padding: 23px;
  -webkit-box-shadow: 2px 3px 58px 0px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 2px 3px 58px 0px rgba(0, 0, 0, 0.41);
  box-shadow: 2px 3px 58px 0px rgba(0, 0, 0, 0.41);
  z-index: 100;
  color: white;
}
.ready-btn-pb:hover {
  background-color: #0369db;
}
.btns-group {
  margin-bottom: 10px;
}
.btns-group:before,
.btns-group:after {
  content: " ";
  display: table;
}
.btns-group:after {
  clear: both;
}
.btns-group .btn-emphasis,
.btns-group .btn-news {
  float: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 2px;
}
.btns-group .btn-emphasis.active,
.btns-group .btn-news.active,
.btns-group .btn-emphasis:active,
.btns-group .btn-news:active {
  background-color: #5907ca;
  color: #fff;
}
.btn-news-content .like-zone,
.btn-news-content .comment-zone {
  margin-right: 5px;
  font-family: 'SourceSansPro';
  font-size: 13px;
  padding: 5px;
}
.btn-news-content .like-zone:hover,
.btn-news-content .comment-zone:hover {
  text-decoration: none;
}
.btn-news-content .like-zone.no-like {
  margin-right: 0;
}
.btn-news-content .mdi-message,
.btn-news-content .mdi-thumb-up,
.btn-news-content .like-zone,
.btn-news-content .comment-zone {
  color: #464646;
}
.btn-news-content .mdi-thumb-up {
  margin-top: -4px;
}
.btn-rounded {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid white;
  padding: 10px;
  position: relative;
  width: 85px;
  height: 85px;
}
.btn-rounded .btn-add-more {
  color: white;
  font-size: 55px;
  font-weight: normal;
  line-height: 20px;
  font-family: 'robotolight';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -13px;
  margin-right: -16px;
  font-style: inherit;
}
.btn-news [class*="mdi-"],
.btn-emphasis [class*="mdi-"] {
  margin-right: 6px;
  float: left;
}
.dropdown .btn-emphasis [class*="mdi-"],
.dropdown .btn-news [class*="mdi-"] {
  margin: 0;
  float: none;
}
.btn-fav {
  display: inline-block;
  padding: 8px;
  line-height: 25px;
}
.btn-fav .mdi-heart-outline {
  font-size: 24px;
  color: #999;
}
.btn-fav.active .mdi-heart-outline {
  color: #bd005a !important;
}
.btn-fav.active .mdi-heart-outline:before {
  content: "";
}
.btn-fav:hover {
  text-decoration: none;
}
.btn-emphasis.btn-large,
.btn-news.btn-large {
  padding: 15px 50px;
  font-size: 18px;
}
.notifi {
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 18px;
  background-color: #ECECEC;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.22);
  color: #ffffff;
}
.notifi-info {
  background-color: #0370ea;
}
.notifi-danger {
  background-color: #d14836;
}
.notifi-success {
  background-color: #398a00;
}
.notifi-warning {
  background-color: #e98900;
}
.notifi-inverse {
  background-color: #444444;
}
.nav {
  list-style: none !important;
  margin: 0;
}
.nav > li {
  position: relative;
}
.nav > li > a {
  display: block;
}
.nav .notifi.absolute,
.nav .label.absolute,
.nav .badge.absolute {
  position: absolute;
  top: 3px;
  left: 3%;
  z-index: 10;
}
.nav.tabs .notifi.absolute,
.nav.tabs .label.absolute,
.nav.tabs .badge.absolute {
  right: 10px;
  left: auto;
  top: 8px;
}
.gs-alert-none-activiti {
  margin: 0 auto;
  text-align: center;
  padding: 30px 40px;
}
.gs-alert-none-activiti .gs-alert-none-activiti-content {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  color: #9C9C9C;
}
@media (min-width: 767px) {
  .gs-alert-none-activiti .gs-alert-none-activiti-content {
    width: 65%;
  }
}
.gs-alert-none-activiti .gs-alert-none-activiti-content p {
  margin-bottom: 15px;
  margin-top: 15px;
}
.gs-alert-none-activiti .btn-emphasis {
  margin-bottom: 10px;
}
.gs-alert-none-activiti {
  margin-top: 20px;
}
.gs-alert-none-activiti div {
  line-height: 22px;
  text-align: center;
  color: #8A8A8A;
}
.backdrop-loading {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
.backdrop-loading.active {
  display: block;
}
.backdrop-loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  width: 20px;
}
.content-dashboard .backdrop-loading {
  background-color: #f5f5f5;
}
.content-dashboard .backdrop-loading img {
  top: 15%;
  left: 35%;
}
.gs-actividad {
  position: relative;
  min-height: 400px;
}
.gs-actividad .backdrop-loading {
  background-color: #F5F5F5;
  background-color: #f5f5f5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gs-actividad .backdrop-loading img {
  top: 10%;
  width: 25px;
}
.gs-actividad .gs-loading-more {
  width: auto;
  bottom: -30px;
  right: 0;
  left: 0;
}
.swap-content .gs-gif-content {
  display: inline-block;
}
.swap-content .gs-loading-gif {
  width: 20px;
}
.gs-loading-more .gs-gif-content,
.btn-news .gs-gif-content {
  display: none;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.gs-loading-more.loading .gs-gif-content,
.btn-news.loading .gs-gif-content {
  display: inline-block;
}
.gs-loading-more {
  width: 100%;
  display: block;
  background-color: #ffffff;
  text-align: center;
  padding: 15px 0;
  font-family: 'SourceSansPro';
  font-size: 15px;
  color: #444;
  border: 1px solid #d0d0d0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
.gs-loading-more:hover {
  text-decoration: none;
  -webkit-box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.04);
}
.gs-loading-more .gs-loading-gif {
  width: 17px;
  margin-top: -3px;
}
.gs-loading-more .gs-text-loading {
  color: #444;
  font-family: 'SourceSansPro';
  font-size: 15px;
}
.btn-news .gs-loading-gif {
  width: 20px;
}
.gs-swap-btn {
  position: relative;
}
.gs-swap-btn .gs-gif-content {
  float: left;
}
.gs-swap-btn .gs-gif-content .gs-loading-gif {
  width: 16px;
}
.gs-swap-btn.loading .gs-gif-content {
  display: inline-block;
  float: none;
}
.modal .swap-content {
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.container-variant.register-container-variant {
  padding: 25px 0px 70px 0px;
}
.register-container-variant {
  background-color: #753B9A;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(#753b9a), to(#740082));
  background-image: -webkit-linear-gradient(left, color-stop(#753b9a 0%), color-stop(#740082 100%));
  background-image: -moz-linear-gradient(left, #753b9a 0%, #740082 100%);
  background-image: linear-gradient(to right, #753b9a 0%, #740082 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff753b9a', endColorstr='#ff740082', GradientType=1);
  color: white;
}
.content-card-register {
  margin-top: 0;
}
.content-card-register.first-card-register {
  margin-top: -60px;
}
@media (min-width: 992px) {
  .content-card-register {
    margin-top: -60px;
  }
}
.gs-card-register {
  background-color: white;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.gs-card-register .gs-card-register-body,
.gs-card-register .gs-card-register-footer,
.gs-card-register .gs-card-register-header {
  padding: 30px;
}
.gs-card-register .gs-card-register-footer {
  padding-top: 0;
}
.gs-card-register .gs-card-register-header {
  padding-bottom: 0;
}
.gs-card-register .material-group.first {
  margin-top: 20px;
}
.container-variant {
  background-color: #f7f7f7;
  padding: 50px 0 40px 0;
}
.container-variant .gs-call-bsn {
  font-size: 23px;
  font-family: 'robotolight';
  line-height: 37px;
}
.container-variant-header {
  font-family: 'robotolight';
}
.gs-card-variant {
  margin-top: -30px;
}
.gs-card-variant.gs-overflowJs {
  overflow: hidden;
  position: relative;
}
.gs-card-variant-footer:before,
.gs-card-variant-body:before,
.gs-card-variant-dialog:before,
.gs-card-variant-dialog-2:before,
.gs-card-variant-footer:after,
.gs-card-variant-body:after,
.gs-card-variant-dialog:after,
.gs-card-variant-dialog-2:after {
  content: " ";
  display: table;
}
.gs-card-variant-footer:after,
.gs-card-variant-body:after,
.gs-card-variant-dialog:after,
.gs-card-variant-dialog-2:after {
  clear: both;
}
.gs-card-variant .gs-card-variant-dialog,
.gs-card-variant .gs-card-variant-dialog-2 {
  padding: 20px;
}
.gs-card-variant .gs-card-variant-dialog-2 {
  margin-top: -3px;
  position: relative;
  border: 1px solid #eaeaea;
  background-color: white;
  -webkit-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.03);
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.03);
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.gs-card-variant .gs-card-variant-dialog-2 .area-text-content {
  background-color: white;
}
.gs-card-variant .gs-card-variant-footer {
  padding-top: 30px;
  margin-bottom: 10px;
}
.gs-card-variant .gs-card-variant-dialog {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.gs-card-variant .gs-card-variant-footer .btn-emphasis {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: white;
}
.gs-card-variant .gs-card-variant-footer .btn-emphasis.active {
  background-color: white;
  color: #000;
}
.container-variant-footer {
  text-align: right;
  padding-top: 30px;
}
.gs-live-preview {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  border: 1px solid #cacaca;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gs-live-preview .gs-live-preview-header .close {
  position: absolute;
  right: 25px;
  top: 25px;
}
.gs-live-preview.active {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
}
.gs-live-preview-header h4 {
  margin-bottom: 0;
}
.gs-live-preview .gs-live-preview-header,
.gs-live-preview .gs-live-preview-body,
.gs-live-preview .gs-live-preview-footer {
  position: relative;
  padding: 20px 20px 0px 20px;
}
.gs-live-preview .gs-live-preview-header:before,
.gs-live-preview .gs-live-preview-body:before,
.gs-live-preview .gs-live-preview-footer:before,
.gs-live-preview .gs-live-preview-header:after,
.gs-live-preview .gs-live-preview-body:after,
.gs-live-preview .gs-live-preview-footer:after {
  content: " ";
  display: table;
}
.gs-live-preview .gs-live-preview-header:after,
.gs-live-preview .gs-live-preview-body:after,
.gs-live-preview .gs-live-preview-footer:after {
  clear: both;
}
.gs-live-preview .gs-avatar {
  width: 90px;
}
.gs-live-preview p.push-left {
  width: 300px;
}
@media (max-width: 991px) {
  .gs-live-preview .col-md-8 {
    width: 70%;
    float: left;
  }
  .gs-live-preview .col-md-4 {
    width: 30%;
    float: left;
  }
}
.row-learn-after {
  float: right;
}
.row-learn-after:before,
.row-learn-after:after {
  content: " ";
  display: table;
}
.row-learn-after:after {
  clear: both;
}
.tutorial-container-variant {
  padding: 25px 0;
  background-color: #507D16;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(#507d16), to(#3d6904));
  background-image: -webkit-linear-gradient(left, color-stop(#507d16 0%), color-stop(#3d6904 100%));
  background-image: -moz-linear-gradient(left, #507d16 0%, #3d6904 100%);
  background-image: linear-gradient(to right, #507d16 0%, #3d6904 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff507d16', endColorstr='#ff3d6904', GradientType=1);
  color: #fff;
}
.accordion-toggle .mdi-chevron-down {
  color: #333;
  float: right;
  margin-top: -9px;
}
.accordion-toggle .gs-icon-pencil-inverse {
  margin-top: 1px;
}
.gs-collapse-content {
  position: relative;
  padding-top: 30px;
}
.gs-collapse-content:before,
.gs-collapse-content:after {
  content: " ";
  display: table;
}
.gs-collapse-content:after {
  clear: both;
}
.gs-collapse-content .accordion-toggle .mdi-chevron-down {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -khtml-opacity: 60;
}
.gs-collapse-content .accordion-toggle.collapsed .mdi-chevron-down {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.gs-collapse-content .accordion-toggle:hover .mdi-chevron-down {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -khtml-opacity: 80;
}
.gs-accordion-inner .accordion-toggle {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 15px 0;
}
.gs-accordion-inner .accordion-toggle h5 {
  margin-bottom: 0;
}
.accordion-body {
  position: relative;
}
.gs-backdrop-star {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.94);
  z-index: 2040;
  display: none;
  color: white;
  overflow-x: hidden;
  overflow-y: auto;
}
.gs-backdrop-star.starter {
  display: block;
}
.gs-backdrop-star p {
  color: #969696;
}
.gs-backdrop-star .backdrop-main {
  padding-top: 100px;
}
.gs-backdrop-star .backdrop-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .gs-backdrop-star .backdrop-inner {
    width: 60%;
  }
}
.gs-backdrop-star .backdrop-inner ._btn-backdrop-close {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}
.gs-backdrop-star .backdrop-inner .controls {
  margin-top: 20px;
}
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 460px;
  width: 100%;
  z-index: 10;
}
.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.parallax-container .parallax .img-parallax {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gs-smooth-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.gs-smooth-content {
  background: #000;
  background: rgba(0, 0, 0, 0.81);
  background: transparent linear-gradient(transparent, rgba(0, 0, 0, 0.98)) repeat scroll 0% 0%;
  padding: 35px 40px 40px 40px;
  position: relative;
}
@media (min-width: 992px) {
  .gs-smooth-content {
    padding: 70px 40px 30px 40px;
  }
}
.gs-smooth-content .__add-to-btn {
  position: relative;
  bottom: auto;
  top: auto;
  right: auto;
  text-align: center;
  margin-top: 19px;
}
.gs-smooth-content .__add-to-btn:before,
.gs-smooth-content .__add-to-btn:after {
  content: " ";
  display: table;
}
.gs-smooth-content .__add-to-btn:after {
  clear: both;
}
@media (min-width: 992px) {
  .gs-smooth-content .__add-to-btn {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-right: 0;
    bottom: auto;
  }
}
.gs-smooth-bg .gs-avatar {
  width: 95px;
  height: 95px;
}
.__add-to-btn ._btn._btn-add-mb.active {
  color: #000000;
}
.__add-to-btn .btn-fav .mdi-heart-outline,
.__add-to-btn .btn-fav.active .mdi-heart-outline {
  color: white !important;
}
.gs-smooth-bg .gs-rating {
  float: none;
  display: block;
}
.gs-smooth-bg .gs-rating span {
  float: none;
  margin-right: -3px;
}
.gs-smooth-bg .media.gs-media-user {
  text-align: center;
}
.gs-smooth-bg .media figure {
  float: none;
}
.gs-smooth-bg .gs-avatar-content {
  margin: 0px 0px 10px 0px;
}
.gs-smooth-bg .media.gs-media-user .data-emphasis-ch {
  margin: 0px 10px 0px 0px;
}
.gs-smooth-bg .media.gs-media-user .media-header {
  margin-top: 5px;
}
.gs-smooth-bg .media.gs-media-user .media-header .media-title {
  margin: 0 0 0 0;
}
@media (min-width: 992px) {
  .gs-smooth-bg .media.gs-media-user .media-header {
    margin-top: 10px;
  }
  .gs-smooth-bg .media.gs-media-user .media-header .media-title {
    margin: 0 3px 0 0;
  }
}
@media (min-width: 992px) {
  .gs-smooth-bg .media figure {
    float: left;
  }
  .gs-smooth-bg .media.gs-media-user {
    text-align: left;
  }
  .gs-smooth-bg .gs-rating {
    float: left;
    margin-top: 3px;
    margin-right: 8px;
  }
  .gs-smooth-bg .gs-rating span {
    float: left;
    margin-right: 0;
  }
  .gs-smooth-bg .gs-avatar-content {
    margin: 0px 25px 0px 0px;
  }
}
.gs-smooth-bg .gs-media-user {
  color: #ffffff;
}
.gs-smooth-bg .gs-media-user .media-title {
  color: #ffffff;
}
.gs-smooth-bg .gs-media-user .data-emphasis-ch,
.gs-smooth-bg .gs-media-user .gs-activiti {
  color: #F57770;
}
.media.gs-media-user .media-header {
  margin-bottom: 5px;
}
.media.gs-media-user .media-title {
  font-size: 25px;
}
.media.gs-media-user .data-emphasis-ch {
  font-size: 16px;
  font-family: 'SourceSansPro';
  margin-right: 8px;
  text-transform: uppercase;
}
.gs-control-identidad {
  line-height: 25px;
}
.ctn-dsc {
  background-color: #FBFBFB;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
.ctn-dsc .data-md-inf {
  font-size: 17px;
  font-family: 'SourceSansPro';
  display: inline-block;
  padding: 3px 5px 2px 10px;
  line-height: 23px;
  vertical-align: middle;
}
.gs-navigation-areas {
  margin: 60px 0;
  text-align: center;
}
.gs-navigation-areas:before,
.gs-navigation-areas:after {
  content: " ";
  display: table;
}
.gs-navigation-areas:after {
  clear: both;
}
.gs-navigation-areas .nav li {
  display: inline-block;
}
.gs-navigation-areas .nav li a {
  display: block;
  padding: 10px 15px;
  line-height: 35px;
  text-decoration: none;
  color: #848484;
  font-size: 16px;
  font-family: 'SourceSansPro';
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.gs-navigation-areas .nav li a:hover {
  color: #333;
}
.gs-navigation-areas .nav li.active a {
  color: #000;
  background-color: white;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.06);
}
.boxPB {
  width: 100%;
  margin: 0 auto;
  background-color: white;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
@media (min-width: 767px) {
  .boxPB.boxPBResponsive {
    width: 60%;
  }
}
.boxPB .header-boxPB {
  text-transform: uppercase;
  font-family: 'SourceSansPro';
  font-size: 16px;
  color: #999;
}
.boxPB .header-boxPB a {
  font-size: 15px;
}
.boxPB .boxPB-inner,
.boxPB .boxPB-footer {
  padding: 30px;
  position: relative;
}
.boxPB .boxPB-inner:before,
.boxPB .boxPB-footer:before,
.boxPB .boxPB-inner:after,
.boxPB .boxPB-footer:after {
  content: " ";
  display: table;
}
.boxPB .boxPB-inner:after,
.boxPB .boxPB-footer:after {
  clear: both;
}
.boxPB .boxPB-footer {
  padding-top: 0;
}
.gs-actividad .boxPB .backdrop-loading {
  background-color: rgba(255, 255, 255, 0.69);
}
.gs-actividad .boxPB .backdrop-loading img {
  top: 30%;
}
.boxPB .boxPB-header {
  background-color: #39134F;
  color: white;
  padding: 50px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  position: relative;
}
.boxPB .boxPB-header::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("../img/bg-modal-header.jpg");
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  background-position: 0 -95px;
  z-index: 1;
}
.boxPB .boxPB-header .boxPB-headet-text {
  z-index: 2;
  position: relative;
  margin: 0;
  color: white;
  font-family: 'robotolight';
  font-size: 28px;
  text-shadow: 2px 1px rgba(0, 0, 0, 0.33);
}
.boxPB .navs-emphasis {
  margin-bottom: 30px;
}
.boxPB .navs-emphasis a {
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  border: 0;
}
.boxPB .navs-emphasis a i {
  color: #777;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.boxPB .navs-emphasis .active a {
  background-color: whitesmoke;
}
.boxPB .navs-emphasis .active a i {
  color: #BD005A;
}
.inner_photo_upload .card-bg-selected {
  position: relative;
  width: 100%;
  min-height: 180px;
  background-color: #F5F5F5;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  color: #333;
}
.inner_photo_upload .card-bg-selected:hover {
  text-decoration: none;
}
.inner_photo_upload .card-bg-selected.upJSerror {
  background-color: #F3DFDF;
}
.inner_photo_upload .card-bg-selected .inner-upload-text {
  text-align: center;
  padding-top: 50px;
}
.inner_photo_upload .uploading-proccess {
  position: relative;
}
.inner_photo_upload .uploading-proccess:before,
.inner_photo_upload .uploading-proccess:after {
  content: " ";
  display: table;
}
.inner_photo_upload .uploading-proccess:after {
  clear: both;
}
.uploading-proccess .inner-uploading-proccess {
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.uploading-proccess .inner-uploading-proccess .fuente {
  color: #7B7B7B;
  text-transform: uppercase;
  font-size: 13px;
}
.drag__photoHere {
  overflow: hidden;
  zoom: 1;
  position: relative;
  padding: 80px 20px;
  min-height: 180px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.drag__photoHere .drag__phC {
  font-family: 'SourceSansPro';
  text-transform: uppercase;
  font-size: 16px;
  color: #C7C7C7;
}
.pb-pallette {
  margin-bottom: 30px;
}
.pb-pallette:before,
.pb-pallette:after {
  content: " ";
  display: table;
}
.pb-pallette:after {
  clear: both;
}
.pb-pallette .badge-pb {
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
}
.pb-pallette .badge-pb.selected::before {
  content: "\F12C";
  font: normal normal normal 24px/1 "Material Design Icons";
  position: absolute;
  top: 7px;
  left: 8px;
  display: inline-block;
  color: white;
}
._color1 {
  background-color: #b10730;
}
._color2 {
  background-color: #bd005a;
}
._color3 {
  background-color: #9c27b0;
}
._color4 {
  background-color: #673ab7;
}
._color5 {
  background-color: #3949ab;
}
._color6 {
  background-color: #0277bd;
}
._color7 {
  background-color: #0DAFDC;
}
._color8 {
  background-color: #e98900;
}
._color9 {
  background-color: #398a00;
}
._color10 {
  background-color: #2B5D15;
}
._color11 {
  background-color: #5D1515;
}
._color12 {
  background-color: #5D1558;
}
._color13 {
  background-color: #676767;
}
._color14 {
  background-color: #404040;
}
._color15 {
  background-color: #000000;
}
.pb-simpleCont .area-text-content {
  background-color: #F3F3F3;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.pb-simpleCont .area-text-content textarea {
  background-color: #F3F3F3;
}
.pb-simpleCont .area-text-content textarea:-moz-placeholder {
  color: #333333;
}
.pb-simpleCont .area-text-content textarea::-moz-placeholder {
  color: #333333;
}
.pb-simpleCont .area-text-content textarea:-ms-input-placeholder {
  color: #333333;
}
.pb-simpleCont .area-text-content textarea::-webkit-input-placeholder {
  color: #333333;
}
.gs-cont-chart {
  margin-top: 10px;
}
.gs-cont-chart:before,
.gs-cont-chart:after {
  content: " ";
  display: table;
}
.gs-cont-chart:after {
  clear: both;
}
.gs-cont-chart span {
  font-size: 14px;
  font-family: 'SourceSansPro';
  text-transform: uppercase;
  color: #777;
}
.pb-color-themes {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.pb-color-themes:before,
.pb-color-themes:after {
  content: " ";
  display: table;
}
.pb-color-themes:after {
  clear: both;
}
.pb-color-themes .area-text-content {
  border: 0;
}
.pb-color-themes .area-text-content textarea {
  background-color: transparent;
  color: white;
  font-size: 24px;
  line-height: 34px;
  font-family: 'robotolight';
}
.pb-color-themes .area-text-content textarea:-moz-placeholder {
  color: #ffffff;
}
.pb-color-themes .area-text-content textarea::-moz-placeholder {
  color: #ffffff;
}
.pb-color-themes .area-text-content textarea:-ms-input-placeholder {
  color: #ffffff;
}
.pb-color-themes .area-text-content textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.pb-color-themes.color_mask {
  background-color: #b10730;
}
.bg-white {
  background-color: white;
  color: #222;
}
.bg-1 {
  background-color: #b10730;
  color: white;
}
.bg-2 {
  background-color: #bd005a;
  color: white;
}
.bg-3 {
  background-color: #9c27b0;
  color: white;
}
.bg-4 {
  background-color: #673ab7;
  color: white;
}
.bg-5 {
  background-color: #3949ab;
  color: white;
}
.bg-6 {
  background-color: #0277bd;
  color: white;
}
.card-home {
  margin-bottom: 20px;
  position: relative;
  -webkit-box-shadow: 1px 1px 9px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 9px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 9px 1px rgba(0, 0, 0, 0.05);
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.card-home:before,
.card-home:after {
  content: " ";
  display: table;
}
.card-home:after {
  clear: both;
}
.card-home:hover {
  text-decoration: none;
}
.card-home .card-home-header,
.card-home .card-home-body {
  padding: 20px;
  position: relative;
}
.card-home .card-home-body {
  padding-top: 5px;
}
.banner-seccion {
  padding: 40px;
  color: white;
  text-align: center;
  position: relative;
}
.banner-seccion .gs-content-filter .notifi {
  top: -12px;
  right: -10px;
  padding: 5px 8px;
}
.banner-seccion .notifi {
  position: absolute;
  top: 40px;
  right: 40px;
  padding: 9px 12px;
  color: #000;
  font-size: 14px;
  background-color: white;
}
.banner-seccion h1,
.banner-seccion h4 {
  font-family: 'robotolight';
}
.banner-seccion h4 {
  line-height: 35px;
}
.control-navigation {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  text-decoration: none;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.control-navigation:hover {
  text-decoration: none;
}
.control-navigation.gs-control-left {
  left: 20px;
  right: auto;
}
.control-navigation.gs-control-right {
  right: 20px;
  left: auto;
}
.control-navigation .mdi-chevron-left,
.control-navigation .mdi-chevron-right {
  font-size: 60px;
  color: white;
}
.banner-seccion.mrb {
  margin-bottom: 20px;
}
.card-home-header .btn-emphasis,
.banner-seccion .btn-emphasis {
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -16px;
  z-index: 2;
  background-color: white;
  color: #333;
}
.card-home-header .data-number-card-home,
.banner-seccion .data-number-card-home {
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -16px;
  background-color: rgba(0, 0, 0, 0.07);
  padding: 8px 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.banner-seccion .data-number-card-home {
  top: 40px;
}
.card-home-header .notifi {
  position: absolute;
  top: 50%;
  right: 20px;
  background-color: white;
  color: #000;
  padding: 5px 8px;
  font-size: 13px;
  margin-top: -15px;
}
.card-home-header h3 {
  font-family: 'robotolight';
  margin: 0;
}
.data-number-card-home.duch-hk {
  background-color: white;
  -webkit-box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.09);
  box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.09);
  z-index: 2;
}
.data-number-card-home a {
  text-decoration: none;
  color: #333;
  font-family: 'SourceSansPro';
}
.gs-banner-user .gs-rating {
  margin-top: 2px;
  margin-right: 10px;
  padding-left: 2px;
}
.gs-banner-user .gs-rating .mdi-radiobox-blank {
  color: #E97800;
}
.gs-menu-emphasis {
  text-align: center;
  margin: 30px 0;
}
.gs-menu-emphasis .nav {
  margin: 0;
}
.gs-menu-emphasis .nav li {
  display: inline-block;
}
.gs-menu-emphasis .nav li a {
  font-family: 'SourceSansPro';
  font-size: 15px;
  padding: 10px 0 10px 0;
  margin-right: 20px;
  text-decoration: none;
  color: #929292;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.gs-menu-emphasis .nav li a.last {
  background-color: white;
  padding: 10px 15px 10px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.11);
}
.gs-menu-emphasis .nav li.active a {
  color: #000;
  border-bottom-color: #0370ea;
}
._btn._btn-add-mb {
  color: white;
  background-color: transparent;
  font-size: 16px;
  border: 0 !important;
  padding: 0 25px;
  line-height: 40px;
  font-family: 'SourceSansPro';
  text-transform: uppercase;
  text-shadow: 1px 1px #000;
  cursor: pointer;
  display: inline-block;
}
._btn._btn-add-mb:hover,
._btn._btn-add-mb:active,
._btn._btn-add-mb:focus {
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
._btn._btn-add-mb.active {
  background-color: white;
  text-shadow: none;
  color: #333;
}
._btn._btn-add-mb._btn-edit {
  background-color: transparent;
}
.gs-smooth-bg .gs-avatar {
  width: 90px;
}
.gs-banner-user .gs-avatar-content {
  position: relative;
  display: inline-block;
}
.gs-banner-user .gs-avatar-content .gs-change-photo {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.56);
}
.gs-banner-user .gs-avatar-content .gs-change-photo img {
  margin-top: 25px;
}
.media.gs-media-user p {
  line-height: 22px;
}
.media .gs-rating {
  float: left;
  margin-right: 10px;
}
.media .gs-rating span {
  margin-right: -1px;
}
.gs-media-user .gs-profile-last-activit {
  font-size: 15px;
  font-weight: lighter;
  line-height: 20px;
  color: #dddddd;
  margin-top: 5px;
}
.gs-banner-user:hover .gs-edit-media {
  display: block;
}
.gs-banner-user .gs-edit-media.active {
  display: block;
}
.gs-banner-user ._btn-add-mb .mdi-pencil {
  vertical-align: middle;
}
.card-about-content:before,
.card-about-content:after {
  content: " ";
  display: table;
}
.card-about-content:after {
  clear: both;
}
.hsksabg {
  color: #7b7b7b;
  position: absolute;
  top: 24px;
  right: 20px;
  display: inline-block;
  font-size: 16px;
  font-family: 'SourceSansPro';
}
.card-about-content .gs-card-about-row {
  display: block;
  padding-right: 50px;
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  font-family: 'SourceSansPro';
  font-size: 17px;
  border-bottom: 1px solid #ececec;
}
.card-about-content .gs-card-about-row .mdi-chevron-right {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
  color: #333;
}
.card-about-content .gs-card-about-row:hover {
  text-decoration: none;
}
.card-about-avatars {
  display: inline-block;
  padding-left: 10px;
}
.card-about-avatars:before,
.card-about-avatars:after {
  content: " ";
  display: table;
}
.card-about-avatars:after {
  clear: both;
}
.card-about-avatars .gs-avatar {
  float: left;
  width: 50px;
  margin-left: -10px;
}
.gs-user-menu {
  margin-bottom: 50px;
}
.banner-gs {
  padding-top: 10px;
}
.banner-gs:before,
.banner-gs:after {
  content: " ";
  display: table;
}
.banner-gs:after {
  clear: both;
}
.banner-gs .nav {
  margin: 0;
}
.banner-gs .nav:before,
.banner-gs .nav:after {
  content: " ";
  display: table;
}
.banner-gs .nav:after {
  clear: both;
}
.banner-gs .nav li {
  display: inline-block;
}
.banner-gs .nav li a {
  display: block;
  padding: 15px 0;
  line-height: 30px;
  border-bottom: 3px solid transparent;
  margin-right: 20px;
  color: #929292;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'SourceSansPro';
}
.banner-gs .nav li a .deployment {
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 9px;
}
.banner-gs .nav li a:hover {
  text-decoration: none;
}
.banner-gs .nav li a .notifi {
  padding: 2px 6px;
  position: absolute;
  top: 3px;
  right: 4px;
  line-height: 16px;
}
.banner-gs .nav li.active a {
  border-bottom-color: #0370ea;
  color: #333;
}
.banner-gs.banner-gs-vertical .nav li {
  display: block;
}
.banner-gs.banner-gs-vertical .nav li a {
  display: block;
  border-bottom: 0;
  border-left: 3px solid transparent;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
  padding-left: 15px;
}
.banner-gs.banner-gs-vertical .nav li.active a {
  border-left-color: #0370ea;
}
.banner-gs .dropdown-menu li {
  display: block;
}
.banner-gs .dropdown-menu li a {
  padding: 15px 18px;
  margin: 0;
}
.gs-al-ntf {
  display: block;
  position: relative;
  background-color: white;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.gs-al-ntf:focus,
.gs-al-ntf:active {
  outline: 2px solid #adadad;
}
.gs-al-ntf .gs-card-content-click {
  padding: 20px 60px 20px 20px;
  cursor: pointer;
  text-decoration: none;
  display: block;
  color: #333;
}
.gs-al-ntf p {
  margin-bottom: 15px;
}
.gs-al-ntf .close {
  top: 7px;
  position: absolute;
  right: 12px;
  display: none;
}
.gs-al-ntf:hover .close {
  display: block;
}
.gs-al-ntf .media .gs-avatar {
  width: 50px;
}
.option-right-sl {
  margin-top: 20px;
  display: none;
}
.option-right-sl a {
  display: inline-block;
  padding: 15px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.option-right-sl a.selected {
  background-color: #E6E6E6;
}
.viewsJSContent .jsInnerView {
  padding: 0 10px;
}
.viewsJSContent .jsInnerView:before,
.viewsJSContent .jsInnerView:after {
  content: " ";
  display: table;
}
.viewsJSContent .jsInnerView:after {
  clear: both;
}
.viewsJSContent .gs-al-ntf {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .viewsJSContent .jsInnerView {
    width: 60%;
    margin: 0 auto;
  }
  .viewsJSContent.view-block .jsInnerView {
    width: 50%;
    float: left;
  }
  .option-right-sl {
    display: block;
  }
}
.banner-profile {
  background-color: #0065B7;
  position: relative;
  margin-top: -15px;
}
.banner-profile .banner-profile-content {
  padding: 30px 0 80px 0;
  text-align: center;
  position: relative;
}
.banner-profile .header-banner-profile {
  color: white;
  margin-bottom: 30px;
}
.banner-profile .header-banner-profile h3 {
  font-family: 'robotolight';
  font-size: 30px;
  margin-bottom: 10px;
}
.banner-profile .header-banner-profile h5 {
  font-family: 'robotolight';
  font-size: 19px;
}
.portada-row {
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  background-color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-top: -95px;
  border-bottom: 1px solid #e4e4e4;
}
.portada-row:before,
.portada-row:after {
  content: " ";
  display: table;
}
.portada-row:after {
  clear: both;
}
.portada-row .gs-avatar-content {
  width: 100px;
  margin: 0 auto;
  margin-bottom: 10px;
  position: absolute;
  left: 50%;
  z-index: 10;
  margin-top: -50px;
  margin-left: -55px;
}
.portada-row .portada-background {
  background-color: #efefef;
  background-image: url("../img/banner-de-portada/parallax1.jpg");
  background-position: center 50%;
  background-size: cover;
  height: 180px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  position: relative;
  z-index: 10;
}
.portada-background .gs-change-photo {
  position: absolute;
  top: 30px;
  right: 40px;
  display: inline-block;
  z-index: 10;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.portada-row .portada-background .mask {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #000;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  z-index: 2;
}
.portada-background:hover .mask {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -khtml-opacity: 70;
}
.content-avatar-bg {
  z-index: 0;
}
.modal-select-bg .nav-selected-img li .card-bg-selected.first {
  position: absolute;
  top: 0;
  left: 4px;
  right: 0;
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  bottom: 4px;
  text-align: center;
}
.modal-select-bg .nav-selected-img li .card-bg-selected.first:hover {
  text-decoration: none;
}
.nav-selected-img .jsSelectBg {
  cursor: pointer;
}
.nav-selected-img .jsSelectBg .selected-mask {
  position: absolute;
  top: 0;
  right: 0;
  left: 4px;
  bottom: 4px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.61);
  display: none;
  cursor: pointer;
}
.nav-selected-img .jsSelectBg .selected-mask .mdi-check {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -20px;
  color: white;
}
.nav-selected-img .jsSelectBg.selected .selected-mask {
  display: block;
}
.nav-selected-img {
  margin: 0;
  margin-bottom: 25px;
}
.nav-selected-img:before,
.nav-selected-img:after {
  content: " ";
  display: table;
}
.nav-selected-img:after {
  clear: both;
}
.nav-selected-img li {
  float: left;
  display: inline-block;
  width: 33.33333%;
  padding: 0 2px;
  padding: 16.66%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.nav-selected-img li img {
  box-sizing: border-box;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0 0 4px 4px;
  z-index: 1;
}
.card-bg-selected.first .upload-bg-transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  cursor: pointer !important;
  background: transparent !important;
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  width: 100%;
}
.card-bg-selected.first .content-file-hidden {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  color: grey;
}
.card-bg-selected.first span {
  color: #333;
  font-family: 'SourceSansPro';
  font-size: 16px;
}
.uploading-proccess .uploading-proccess-bg {
  position: absolute;
  top: 0;
  bottom: 4px;
  left: 4px;
  right: 0;
  background-color: #E8E8E8;
  padding: 38px 10px;
}
.uploading-proccess .uploading-proccess-bg .fuente,
.uploading-proccess .uploading-proccess-bg .fuente span {
  color: #6B6B6B;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
}
.uploading-proccess .uploading-proccess-bg .fuente div {
  margin-bottom: 5px;
}
.uploading-proccess .bar-progress {
  height: 15px;
  background-color: white;
  border: 0;
}
.uploading-proccess.upJSerror .uploading-proccess-bg {
  background-color: #F3DFDF;
}
.uploading-proccess.upJSerror .fuente,
.uploading-proccess.upJSerror .fuente span {
  color: #d14836;
}
.uploading-proccess.upJSerror .btn-news {
  text-align: center;
  display: block;
}
.modal.modal-select-bg .tabsBlockAvat .navs-emphasis {
  margin-top: 0;
}
.listed-avatars-profile {
  position: relative;
  margin: 0;
  padding-top: 20px;
}
.listed-avatars-profile li {
  display: inline-block;
}
.listed-avatars-profile li a {
  display: block;
  position: relative;
  margin-bottom: 5px;
}
.listed-avatars-profile li a .avatarSTadd {
  width: 68px;
}
.listed-avatars-profile li a .StaddMask {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0.7;
  filter: alpha(opacity=70);
  -khtml-opacity: 70;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.listed-avatars-profile li a .StaddMask .mdi-check {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -18px;
  color: white;
}
.listed-avatars-profile .selected .StaddMask {
  display: block;
}
.portada-row .gs-avatar {
  width: 120px;
  border: 3px solid white;
}
.gs-avatar-content .gs-change-photo {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.gs-avatar-content .gs-change-photo img {
  margin-top: 30px;
  visibility: hidden;
}
.gs-avatar-content:hover .gs-change-photo {
  background-color: rgba(0, 0, 0, 0.5);
}
.gs-avatar-content:hover .gs-change-photo img {
  visibility: visible;
}
.content-avatar-bg .avatar-name {
  padding-top: 55px;
}
.content-avatar-bg .avatar-name.pdt2 {
  padding-top: 30px;
}
.gs-menu-emphasis.gs-menu-profile {
  padding: 0 20px 0px 20px;
  background-color: white;
  margin: 0 auto;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.gs-menu-emphasis.gs-menu-profile .nav li a {
  padding-bottom: 30px;
  border-bottom-width: 4px;
}
.gs-card-edited .gs-card-pc-chart {
  padding-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.gs-card-edited .gs-card-pc-chart:before,
.gs-card-edited .gs-card-pc-chart:after {
  content: " ";
  display: table;
}
.gs-card-edited .gs-card-pc-chart:after {
  clear: both;
}
.gs-card-edited .easy-pie-chart {
  float: left;
  margin-right: 10px;
}
.gs-card-edited .gs-chart-inner-content {
  overflow: hidden;
  zoom: 1;
}
.gs-card-edited .percentage,
.gs-card-edited .percent {
  color: #444;
}
.gs-card-edited .data-card-option {
  position: absolute;
  top: 28px;
  right: 30px;
}
.gs-card-edited .data-card-option [class*="mdi-"] {
  float: left;
  margin-right: 5px;
  margin-top: -2px;
}
.gs-card-edited h4 {
  font-family: 'SourceSansPro';
  margin-bottom: 20px;
}
.gs-card-edited,
a.gs-card-edited {
  display: block;
  position: relative;
  margin-bottom: 20px;
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  padding: 20px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}
a.gs-card-edited {
  text-decoration: none;
}
.gs-card-edited.first {
  background-color: #0065B7;
  color: white;
}
.gs-card-edited.first span {
  position: absolute;
  color: white;
  top: 23px;
  right: 30px;
}
.gs-card-edited.first h4 {
  font-family: 'robotolight';
  font-size: 25px;
}
.gs-card-edited.first p {
  font-family: 'robotolight';
  font-size: 18px;
  line-height: 26px;
}
a.gs-edit-btn-row,
.gs-edit-btn-row {
  display: block;
  padding-right: 50px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  border-bottom: 1px solid #ddd;
}
a.gs-edit-btn-row.first,
.gs-edit-btn-row.first {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
a.gs-edit-btn-row {
  font-family: 'SourceSansPro';
  font-size: 17px;
  color: #222;
  line-height: 20px;
}
a.gs-edit-btn-row:hover {
  text-decoration: none;
}
a.gs-edit-btn-row div span {
  font-size: 15px;
  font-family: inherit;
  margin-top: 6px;
}
.gs-content-dinamic-radio {
  position: relative;
}
.gs-content-dinamic-radio ._btn-trash-radio {
  position: absolute;
  right: 4px;
  top: -7px;
  padding: 10px;
  color: #222;
}
.before-radio {
  margin-right: 40px;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  margin-top: 4px;
  line-height: 20px;
}
.control-radio.brb {
  padding-bottom: 18px;
  border-bottom: 1px solid #ddd;
}
.gs-edit-btn-row .mdi-email-outline {
  position: absolute;
  top: 10px;
  right: 34px;
}
.gs-edit-btn-row .img-edited {
  position: absolute;
  top: 10px;
  right: 20px;
  display: inline-block;
}
.gs-edit-btn-row .mdi-chevron-right {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
}
.gs-card-pass {
  margin-top: -70px;
  background-color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding: 30px 30px 30px 30px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  margin-bottom: 30px;
}
.gs-card-pass .gs-card-pass-content {
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}
@media (min-width: 767px) {
  .gs-card-pass .gs-card-pass-content {
    width: 40%;
  }
}
.gs-card-pass-content .material-group {
  margin-bottom: 45px;
}
.block-inner-material-group {
  margin-bottom: 30px;
}
.container-variant-final-account {
  background-color: #84690B;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(#84690b), to(#ad8804));
  background-image: -webkit-linear-gradient(left, color-stop(#84690b 0%), color-stop(#ad8804 100%));
  background-image: -moz-linear-gradient(left, #84690b 0%, #ad8804 100%);
  background-image: linear-gradient(to right, #84690b 0%, #ad8804 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff84690b', endColorstr='#ffad8804', GradientType=1);
  color: white;
}
.area-text-content.disabled .area-text-ctn-body {
  background-color: #F9F9F9;
  cursor: not-allowed;
}
.area-text-content.disabled .area-text-ctn-body textarea {
  background-color: #F9F9F9;
  cursor: not-allowed;
}
.area-text-content.disabled.focus {
  border-color: #CCC;
}
.years-time-line {
  padding-top: 30px;
}
.time-line-header-year,
.time-line-header-month {
  font-family: 'SourceSansPro';
  text-transform: uppercase;
  font-size: 20px;
  color: #758DA9;
  text-shadow: 1px 1px #ffffff;
  text-align: center;
}
.time-line-header-year {
  padding: 20px 0;
}
.time-line-header-month {
  font-size: 18px;
  color: #A2B1C1;
  padding: 10px 0;
}
.time-line-year-content .gs-alert-none-activiti-content {
  color: #AFAFAF;
  font-size: 16px;
  margin: 30px 0 50px;
}
.years-time-line .accordion-toggle {
  cursor: pointer;
}
.years-time-line .accordion-body {
  position: relative;
}
.gs-actividad .years-time-line .backdrop-loading {
  padding: 30px 0;
}
.gs-actividad .years-time-line .backdrop-loading,
.gs-actividad .years-time-line .backdrop-loading img {
  position: relative;
}
.header-gs-actividad {
  font-family: 'SourceSansPro';
  font-size: 19px;
  margin: 20px 0px 40px 0px;
  color: #969696;
  text-transform: uppercase;
}
.header-gs-actividad .bs {
  font-size: 15px;
  font-family: arial;
  margin-top: 5px;
}
.gs-save-modal {
  position: fixed;
  bottom: 15%;
  left: 8%;
  z-index: 2080;
  display: none;
}
.gs-save-modal.in {
  display: block;
}
.gs-save-modal .gs-save-dialog {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  font-family: 'SourceSansPro';
  font-size: 16px;
  line-height: 30px;
  padding: 12px 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.fixed-side-bar {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 600;
  width: auto;
  min-width: 218px;
  max-width: 320px;
  left: -230px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 2px 0 54px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 0 54px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 0 54px rgba(0, 0, 0, 0.25);
}
.fixed-side-bar:before,
.fixed-side-bar:after {
  content: " ";
  display: table;
}
.fixed-side-bar:after {
  clear: both;
}
.fixed-side-bar.open-side-bar {
  left: 0;
}
.fixed-side-bar .fixed-side-bar-body {
  padding: 20px 0;
  padding-top: 100px;
  background-color: white;
  height: 100%;
}
.fixed-side-bar .nav {
  margin: 0;
}
.fixed-side-bar .nav li a {
  color: #696969;
  padding: 15px 22px;
  border-left: 5px solid transparent;
}
.fixed-side-bar .nav li.active a,
.fixed-side-bar .nav li a:focus {
  background-color: #F5F5F5;
  color: #000;
  border-left-color: #0370ea;
}
.fixed-side-bar .user-side-bar {
  font-family: 'SourceSansPro';
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
  padding-left: 27px;
  color: #0E9A27;
}
.fixed-side-bar .menu-user-side-bar .nav li a {
  padding-left: 27px;
  border: 0;
  text-decoration: none;
}
.gs-busqueda-filter {
  margin: 10px 0px 20px 0px;
}
.resultEmphasis {
  padding: 0 4px;
  background-color: white;
  color: black;
}
.content-dashboard-search {
  padding-top: 20px;
}
.headersElementSearchTags {
  margin-bottom: 10px;
  color: #b7b7b7;
}
.content-dashboard-search .highlightTags {
  background-color: #F1ECFF !important;
  color: #000;
  padding: 0 2px !important;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.side-bar-inf-wall {
  padding-top: 50px;
}
.side-bar-inf-wall .header-wall-inf {
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #777;
}
.card-wall-inf {
  background-color: #ffffff;
  position: relative;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.card-wall-inf .card-wall-inf-body {
  padding: 20px;
}
.card-wall-inf .card-wall-inf-image {
  margin-bottom: 10px;
}
.card-emphasis.card-emphasis-publication .card-emphasis-header {
  padding-bottom: 0;
}
.card-emphasis.card-emphasis-publication .card-emphasis-body {
  padding-top: 0;
}
.card-emphasis.card-emphasis-publication .card-emphasis-body .img-article-preview {
  margin-right: -21px;
  margin-left: -21px;
}
.card-emphasis.card-emphasis-publication .gs-article-preview {
  text-decoration: none;
  display: block;
}
.card-emphasis.card-emphasis-publication .gs-article-preview:before,
.card-emphasis.card-emphasis-publication .gs-article-preview:after {
  content: " ";
  display: table;
}
.card-emphasis.card-emphasis-publication .gs-article-preview:after {
  clear: both;
}
.card-emphasis.card-emphasis-publication .gs-article-preview .gs-txt-article-preview {
  color: #333;
  font-family: 'SourceSansPro';
  font-size: 15px;
  line-height: 25px;
}
.side-bar-wall {
  z-index: 100;
  position: relative;
}
.side-bar-wall .separator {
  display: none;
}
@media (min-width: 1024px) {
  .side-bar-wall {
    position: fixed;
    top: 80px;
    width: 160px;
  }
  .side-bar-wall .separator {
    display: block;
  }
}
.nav-wall li a {
  display: block;
  text-decoration: none;
  padding: 10px 0;
  padding-left: 15px;
  line-height: 25px;
  color: #888;
  font-size: 15px;
  font-family: 'SourceSansPro';
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.nav-wall li.separator {
  border-top: 1px solid #ddd;
  margin: 5px 0;
  margin-left: 15px;
}
.nav-wall .active a {
  background-color: white;
  color: #000;
}
.row-content-Join {
  margin-bottom: 30px;
}
.gs-card {
  position: relative;
  margin-bottom: 20px;
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  padding: 20px;
}
.gs-card.card-alert-members {
  padding: 0;
}
.gs-card.card-alert-members .gs-card-content-click {
  padding: 20px;
}
.member-pro-list .gs-card.card-alert-members {
  padding: 15px;
}
.member-pro-list .gs-card-content .gs-avatar {
  width: 75px;
}
.member-pro-list .gs-card .nameUs {
  font-size: 16px;
}
.gs-card.card-alert-members {
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
}
.gs-card.card-alert-members:active,
.gs-card.card-alert-members:focus {
  border-color: #adadad;
}
.gs-card-content figure {
  display: block;
  margin-bottom: 10px;
}
.gs-card-content .gs-avatar {
  width: 90px;
}
.gs-card-content .histc {
  line-height: 22px;
}
.gs-card-content .histc2 {
  font-family: 'SourceSansPro';
  font-size: 16px;
}
.gs-card-content .histcx {
  margin-top: 10px;
}
.gs-card-content .histc {
  line-height: 22px;
}
.gs-card-content .histc2 {
  font-family: 'SourceSansPro';
  font-size: 16px;
}
.gs-card .gs-rating {
  margin: 0 auto;
  margin-top: 8px;
  margin-bottom: 5px;
}
.gs-card .gs-rating span {
  float: none;
  display: inline-block;
  margin: -1px;
}
.gs-card .gs-rating span:first-child {
  margin-left: -3px;
}
.gs-card .close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.gs-card .jsHover {
  visibility: hidden;
}
.gs-card:hover .jsHover {
  visibility: visible;
}
.gs-card {
  position: relative;
}
.gs-card .controls.controls-inverse {
  display: block;
}
.gs-card .controls.controls-inverse .btn-news {
  padding: 15px 20px;
}
.gs-card .gs-swap-content a {
  display: block;
}
.gs-card .gs-swap-content a:active {
  background-color: #F9F9F9;
}
.banner-members .btn-news {
  background-color: #7244C3;
  background-color: rgba(255, 255, 255, 0.06);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.categorias-container-variant,
.categorias-container-tags {
  padding: 40px 0;
}
.dahsboard-categorias {
  padding-top: 30px;
}
.gs-card-categori {
  background-color: white;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.gs-card-categori .gs-card-categori-header {
  display: block;
  position: relative;
}
.gs-card-categori-header:hover {
  text-decoration: none;
}
.gs-card-categori-header .tc {
  text-align: center;
  font-family: 'robotolight';
  font-size: 30px;
}
.gs-card-categori .gs-card-img-gradient {
  padding: 20px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  color: white;
  background-color: #6C0364;
}
.gs-card-categori .gs-card-img-content {
  padding: 20px;
  position: relative;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  text-align: left;
}
.gs-card-categori .gs-card-img-content div {
  line-height: 26px;
}
.gs-card-categori .btn-fav {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 3;
}
.gs-card-categori .control-follow-theme {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
  margin-top: 15px;
  text-align: center;
}
.gs-card-categori .control-follow-theme .btn-news {
  padding: 15px 0;
  display: block;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.gs-card-categori .control-follow-theme .btn-news.active,
.gs-card-categori .control-follow-theme .btn-news:active,
.gs-card-categori .control-follow-theme .btn-news:focus {
  background-color: #F9F9F9;
}
.categorias-container-tags {
  background-color: #920665;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(#920665), to(#4c0063));
  background-image: -webkit-linear-gradient(left, color-stop(#920665 0%), color-stop(#4c0063 100%));
  background-image: -moz-linear-gradient(left, #920665 0%, #4c0063 100%);
  background-image: linear-gradient(to right, #920665 0%, #4c0063 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff920665', endColorstr='#ff4c0063', GradientType=1);
  color: white;
  text-align: center;
}
.categorias-container-tags .container-variant-header {
  font-size: 50px;
}
.categorias-container-tags .st-tags-ht {
  font-family: 'robotolight';
  font-size: 25px;
}
.categorias-container-tags .data-number-pb-for-categorias {
  position: relative;
  cursor: default;
  padding: 0px 8px;
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .categorias-container-tags .data-number-pb-for-categorias {
    position: absolute;
    top: 30px;
    right: 15px;
    padding: 4px 12px;
    margin: 0;
  }
}
.main-dashboard-panel {
  margin-top: -30px;
}
.main-dashboard-panel .gs-card-edited {
  margin-bottom: 30px;
}
.main-dashboard-panel .gs-card-edited h4 {
  color: #0E8669;
}
.main-dashboard-panel .gs-card-edited.first {
  background-color: #034D50;
}
.main-dashboard-panel .gs-card-edited.first h4 {
  color: white;
}
.tabs-gs-card .tabs-content {
  margin-top: 20px;
}
.tabs-gs-card .navs-gs-card-edited {
  margin-left: -20px;
  margin-right: -21px;
  margin-top: -20px;
  background-color: #FBFBFB;
  padding: 0 20px;
}
.tabs-gs-card .navs-gs-card-edited:before,
.tabs-gs-card .navs-gs-card-edited:after {
  content: " ";
  display: table;
}
.tabs-gs-card .navs-gs-card-edited:after {
  clear: both;
}
.tabs-gs-card .navs-gs-card-edited li {
  display: inline-block;
}
.tabs-gs-card .navs-gs-card-edited li a {
  display: block;
  font-family: 'SourceSansPro';
  font-size: 16px;
  color: #444;
  padding: 15px 0;
  margin-right: 20px;
  border-bottom: 5px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.tabs-gs-card .navs-gs-card-edited li a:hover {
  text-decoration: none;
}
.tabs-gs-card .navs-gs-card-edited li.active a {
  border-bottom-color: #1BAFB3;
}
.tabs-gs-card .navs-gs-card-edited li:last-child a {
  margin-right: 0;
}
.tabs-gs-card .std-panels {
  padding: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #034d50;
  color: white;
  margin: 0;
  margin-right: 20px;
  float: left;
}
.tabs-gs-card .tab-gs-card-content {
  overflow: hidden;
  zoom: 1;
}
.banner-panel {
  background-color: #07586B;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(#117b33), to(#07586b));
  background-image: -webkit-linear-gradient(left, color-stop(#117b33 0%), color-stop(#07586b 100%));
  background-image: -moz-linear-gradient(left, #117b33 0%, #07586b 100%);
  background-image: linear-gradient(to right, #117b33 0%, #07586b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff117b33', endColorstr='#ff07586b', GradientType=1);
  padding: 60px 0;
  color: white;
  position: relative;
}
.banner-panel::before {
  content: "";
  background-image: url("../img/bg-panel.png");
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 700px;
  background-position: center 57%;
  z-index: 0;
}
.banner-panel h3,
.banner-panel h5 {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.61);
  font-family: 'robotolight';
}
.banner-panel h3 {
  font-size: 30px;
  margin-bottom: 8px;
}
.banner-panel h5 {
  font-size: 23px;
  line-height: 35px;
}
.banner-panel .btn-emphasis {
  margin-top: 30px;
}
.gs-card-publication-content .gs-inner-chart {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 10px;
  padding: 20px;
}
.gs-card-publication-content .gs-inner-chart:before,
.gs-card-publication-content .gs-inner-chart:after {
  content: " ";
  display: table;
}
.gs-card-publication-content .gs-inner-chart:after {
  clear: both;
}
.gs-card-publication-content .gs-inner-chart .easy-pie-chart {
  float: left;
  margin-right: 10px;
}
.gs-card-publication-content .gs-inner-chart .gs-chart-inner-content {
  margin: 0;
  color: #333333;
}
.gs-card-publication-content .gs-inner-chart .percentage {
  color: #333333;
}
.gs-card-publication {
  overflow: hidden;
}
.gs-card-publication .gs-card-publication-alert-animation {
  position: absolute;
  top: 400px;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 20px;
  background-color: white;
  z-index: 20;
  color: #666666;
}
.gs-card-publication .gs-card-publication-alert-animation .close {
  font-family: 'robotolight';
}
.gs-card-publication .gs-card-publication-alert-animation.visible {
  top: 0;
}
.gs-img-uploaded-preview {
  margin: 20px 0;
}
.gs-img-uploaded-preview .gs-img-uploaded-preview-inner {
  position: relative;
}
.gs-img-uploaded-preview-inner .gs-img-uploaded-mask {
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  z-index: 1;
}
.gs-img-uploaded-preview:hover .gs-img-uploaded-mask {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -khtml-opacity: 60;
}
.gs-img-uploaded-preview:hover .gs-img-uploaded-mask-content {
  visibility: visible;
}
.gs-img-uploaded-preview-inner .gs-img-uploaded-mask-content {
  z-index: 3;
  position: absolute;
  top: 20px;
  right: 20px;
  visibility: hidden;
  text-align: center;
}
.block-upload-img .card-bg-selected {
  background-color: #f5f5f5;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 20px;
}
.block-upload-img .card-bg-selected .content-file-hidden {
  position: relative;
  color: grey;
  padding: 0;
  cursor: pointer;
}
.block-uploadig-progress {
  background-color: #f5f5f5;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.block-uploadig-progress.uploading-error {
  background-color: #f3dada;
  color: #d14836;
}
.gs-emphasis-editor {
  margin-bottom: 30px;
  margin-top: 10px;
}
.gs-emphasis-editor .fr-wrapper {
  min-height: 200px;
}
.__tut__main span {
  display: block;
  padding: 10px;
  background: #B6E0F9;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(#b6e0f9), to(#ffffff));
  background-image: -webkit-linear-gradient(left, color-stop(#b6e0f9 0%), color-stop(#ffffff 100%));
  background-image: -moz-linear-gradient(left, #b6e0f9 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #b6e0f9 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb6e0f9', endColorstr='#ffffffff', GradientType=1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 5px;
}
.__tut__main ._1-t-2 {
  float: left;
  width: 80px;
  background: #FBB8B8;
  margin-right: 10px;
}
.__tut__main .__1-t-1-ph {
  width: 100%;
  height: 160px;
  background: #CDC8F3;
}
.__tut__main ._1-t-3 {
  background: #BEF5C3;
  padding: 8px 10px;
  float: left;
  margin-right: 10px;
}
.__tut__main ._1-t-3._1c {
  width: 80%;
}
.__tut__main ._1-t-3._1-1c {
  width: 20%;
}
.__tut__main ._1-t-3._2c {
  width: 70%;
}
.__tut__main ._1-t-3._2-2c {
  width: 30%;
}
.__tut__main ._1-t-3._3c {
  width: 90%;
}
.__tut__main ._1-t-3._3-3c {
  width: 10%;
}
.__tut__main ._1-t-3._4c {
  width: 60%;
}
.__tut__main ._1-t-3._4-4c {
  width: 40%;
}
.__tut__main ._1-t-4 {
  background: #FDD7FF;
}
.h-header h6,
.h-header .h6,
.h-header h5,
.h-header .h5,
.h-header .h4,
.h-header h4 {
  margin-bottom: 3px;
}
.modal-listed-members .modal-header {
  color: white;
  background-color: #3773DC;
}
.modal-listed-members .modal-header .text-muted,
.modal-listed-members .modal-header .close {
  color: #A2BEEF;
}
.modal-listed-members .modal-header .close:hover {
  color: white;
}
.modal-listed-members .modal-header a {
  color: white;
}
.drflright {
  float: left;
}
.drflright .bell-content {
  margin-right: 10px;
  margin-top: 3px;
  display: inline-block;
  position: relative;
}
.drflright .bell-content .notifi {
  position: absolute;
  top: 0px;
  left: 2px;
}
.box-pro-c,
.box-pro-d {
  background-color: white;
  position: relative;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.box-pro-d {
  margin-top: 30px;
  padding: 30px;
}
.box-pro-c-footer,
.box-pro-c-body,
.box-pro-c-header {
  padding: 30px;
  position: relative;
}
.box-pro-c-footer:before,
.box-pro-c-body:before,
.box-pro-c-header:before,
.box-pro-c-footer:after,
.box-pro-c-body:after,
.box-pro-c-header:after {
  content: " ";
  display: table;
}
.box-pro-c-footer:after,
.box-pro-c-body:after,
.box-pro-c-header:after {
  clear: both;
}
.box-pro-c-footer {
  padding-top: 0;
}
.box-pro-c {
  padding-top: 30px;
}
.box-pro-c {
  margin-bottom: 30px;
  margin-top: -30px;
}
.box-pro-c .box-pro-c-display-content {
  padding-top: 20px;
}
.box-pro-c .gs-filter-bar {
  margin-bottom: 0;
}
.content-card-selected {
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-card-selected:before,
.content-card-selected:after {
  content: " ";
  display: table;
}
.content-card-selected:after {
  clear: both;
}
.prc-card-members {
  display: block;
}
.prc-card-members:before,
.prc-card-members:after {
  content: " ";
  display: table;
}
.prc-card-members:after {
  clear: both;
}
.search-members-prc-card {
  padding: 10px;
  background-color: #F3F3F3;
  position: relative;
  margin-left: -1px;
  margin-right: 2px;
}
.data-hrs {
  position: relative;
}
.ctn-input-data-prc {
  position: relative;
}
.ctn-input-data-prc .form-control {
  padding-right: 50px;
}
.list-badges .control-radio {
  font-family: 'SourceSansPro';
  color: white;
  font-size: 16px;
  padding: 10px 20px 10px 12px;
  background-color: #E6E6E6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.list-badges .control-radio input[type="radio"] {
  margin-left: 10px;
  margin-right: 10px;
  border-color: white;
  float: left;
}
.control-radio.warning-bg {
  background-color: #EAB500;
}
.control-radio.warning-bg > input[type="radio"]:checked:before {
  background: #eab500;
  -webkit-border-start: 3px solid #eab500;
  -webkit-border-end: 3px solid #eab500;
  -webkit-border-after: 3px solid #eab500;
  -webkit-border-before: 3px solid #eab500;
}
.control-radio.warning-2-bg {
  background-color: #ea7f00;
}
.control-radio.warning-2-bg > input[type="radio"]:checked:before {
  background: #ea7f00;
  -webkit-border-start: 3px solid #ea7f00;
  -webkit-border-end: 3px solid #ea7f00;
  -webkit-border-after: 3px solid #ea7f00;
  -webkit-border-before: 3px solid #ea7f00;
}
.control-radio.danger-bg {
  background-color: #d14836;
}
.control-radio.danger-bg > input[type="radio"]:checked:before {
  background: #d14836;
  -webkit-border-start: 3px solid #d14836;
  -webkit-border-end: 3px solid #d14836;
  -webkit-border-after: 3px solid #d14836;
  -webkit-border-before: 3px solid #d14836;
}
.control-radio.inverse-bg {
  background-color: #444444;
}
.control-radio.inverse-bg > input[type="radio"]:checked:before {
  background: #444444;
  -webkit-border-start: 3px solid #444444;
  -webkit-border-end: 3px solid #444444;
  -webkit-border-after: 3px solid #444444;
  -webkit-border-before: 3px solid #444444;
}
.control-radio.info-bg {
  background-color: #0370ea;
}
.control-radio.info-bg > input[type="radio"]:checked:before {
  background: #0370ea;
  -webkit-border-start: 3px solid #0370ea;
  -webkit-border-end: 3px solid #0370ea;
  -webkit-border-after: 3px solid #0370ea;
  -webkit-border-before: 3px solid #0370ea;
}
.control-radio.success-bg {
  background-color: #398a00;
}
.control-radio.success-bg > input[type="radio"]:checked:before {
  background: #398a00;
  -webkit-border-start: 3px solid #398a00;
  -webkit-border-end: 3px solid #398a00;
  -webkit-border-after: 3px solid #398a00;
  -webkit-border-before: 3px solid #398a00;
}
.gs-card-webquest {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  background-color: white;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.gs-card-webquest .gs-card-webquest-header {
  position: relative;
}
.gs-card-webquest .gs-card-webquest-header .img-preview-webquest {
  padding: 20px 40px 20px 20px;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#590435), to(#430554));
  background-image: -webkit-linear-gradient(top, #590435, 0%, #430554, 100%);
  background-image: -moz-linear-gradient(top, #590435 0%, #430554 100%);
  background-image: linear-gradient(to bottom, #590435 0%, #430554 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff590435', endColorstr='#ff430554', GradientType=0);
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  position: relative;
}
.gs-card-webquest .option-webquest-header {
  position: absolute;
  top: 25px;
  right: 10px;
}
.gs-card-webquest .option-webquest-header .dropdown-toggle {
  padding: 15px 20px 15px 20px;
}
.gs-card-webquest .option-webquest-header .deployment-rounded .inner-rounded {
  background-color: white;
}
.gs-card-webquest .webquest-preview-title {
  font-family: 'robotolight';
  color: white;
  font-size: 21px;
  line-height: 32px;
}
.gs-card-webquest .gs-card-webquest-body,
.gs-card-webquest .gs-card-webquest-footer {
  padding: 20px;
}
.gs-card-webquest .gs-card-webquest-footer {
  padding-top: 0;
}
.media + .media,
.media .media {
  margin-top: 10px;
}
a.media {
  text-decoration: none;
  display: block;
}
a.media:hover {
  text-decoration: none;
}
.media .gs-avatar {
  width: 60px;
}
.media.gs-media-user .gs-avatar {
  width: 95px;
}
.media figure {
  float: left;
  margin-right: 10px;
}
.media figure.push-right {
  margin-right: 0;
  margin-left: 10px;
}
.media > .media-content {
  overflow: hidden;
  zoom: 1;
}
.media p {
  margin-bottom: 4px;
  line-height: 20px;
}
.media .media-header:before,
.media .media-body:before,
.media .media-header:after,
.media .media-body:after {
  content: " ";
  display: table;
}
.media .media-header:after,
.media .media-body:after {
  clear: both;
}
.media .media-header {
  line-height: 24px;
}
.media .media-header div {
  line-height: 20px;
}
.media .media-header span {
  margin-right: 3px;
}
.media.gs-media-activ .media-content {
  position: relative;
}
.media .shk {
  text-decoration: none;
  font-size: 15px;
  color: #08c118;
}
.media .media-title {
  font-size: 16px;
  font-weight: lighter;
  line-height: 20px;
  margin: 0px 5px 0px 0px;
  font-family: 'SourceSansPro';
  display: inline;
}
.media.media-pc {
  text-align: center;
}
@media (min-width: 700px) {
  .media.media-pc {
    text-align: left;
  }
}
.media.media-pc .gs-avatar-content {
  overflow: hidden;
  float: none;
  text-align: center;
  padding: 0;
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 700px) {
  .media.media-pc .gs-avatar-content {
    padding-left: 5px;
    float: left;
    margin-bottom: 0;
  }
}
.media.media-pc .gs-avatar {
  position: relative;
}
@media (min-width: 700px) {
  .media.media-pc .gs-avatar {
    margin-left: -5px;
    float: left;
  }
}
.media.media-pc .media-person-pc {
  line-height: 24px;
}
.media.gs-media-activ .media-header:before,
.media.gs-media-activ .media-body:before,
.media.gs-media-activ .media-header:after,
.media.gs-media-activ .media-body:after {
  display: inline;
}
.media.gs-media-activ .media-header:after,
.media.gs-media-activ .media-body:after {
  clear: both;
}
.media.media-rsp .gs-avatar {
  width: 50px;
}
.gs-card.gs-card-grup {
  padding: 0;
}
.gs-card-grup {
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
  text-align: left;
}
.gs-card-grup .gs-card-content-click {
  padding: 20px;
}
.gs-card-grup .gs-card-grup-header {
  display: block;
  position: relative;
  overflow: hidden;
}
.gs-card-grup .gs-card-grup-header:before,
.gs-card-grup .gs-card-grup-header:after {
  content: " ";
  display: table;
}
.gs-card-grup .gs-card-grup-header:after {
  clear: both;
}
.gs-card-grup .btn-fav {
  z-index: 5;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.gs-card-grup .gs-card-content {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  z-index: 2;
  position: relative;
  z-index: 11;
}
@media (min-width: 992px) {
  .gs-card-grup .gs-smooth-content {
    padding: 70px 30px 30px 20px;
  }
}
.gs-card-grup .media .media-title,
.gs-card-grup .media .media-title a {
  color: white;
  text-decoration: none;
}
.gs-card-grup .media .gs-profile-last-activit {
  color: #A2A2A2;
}
.gs-card-grup .card-grup-member-list {
  padding-left: 15px;
  margin: 0 auto;
  text-align: center;
}
.gs-card-grup .card-grup-member-list:before,
.gs-card-grup .card-grup-member-list:after {
  content: " ";
  display: table;
}
.gs-card-grup .card-grup-member-list:after {
  clear: both;
}
.gs-card-grup .card-grup-member-list .card-grup-member-link {
  text-decoration: none;
  display: block;
  float: left;
  margin-top: -30px;
  margin-bottom: 10px;
}
.gs-card-grup .card-grup-member-list .gs-avatar {
  margin-left: -15px;
  width: 50px;
  display: inline-block;
  float: left;
}
.gs-card-grup .nameUs {
  margin-top: 20px;
}
.gs-card-grup .card-grup-footer {
  display: block;
}
.gs-card-grup .card-grup-footer .btn-news {
  padding: 15px 20px;
}
.gs-card-grup .btn-circle {
  position: absolute;
  top: -40px;
  right: 20px;
  -webkit-box-shadow: 3px 0px 13px 1px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 3px 0px 13px 1px rgba(0, 0, 0, 0.24);
  box-shadow: 3px 0px 13px 1px rgba(0, 0, 0, 0.24);
}
.banner-panel.change-panel-bl-bg {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(#b14503), to(#580000));
  background-image: -webkit-linear-gradient(left, color-stop(#b14503 0%), color-stop(#580000 100%));
  background-image: -moz-linear-gradient(left, #b14503 0%, #580000 100%);
  background-image: linear-gradient(to right, #b14503 0%, #580000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb14503', endColorstr='#ff580000', GradientType=1);
}
.banner-panel.change-panel-bl-bg::before {
  content: "";
  background-image: url("../img/bg-panel-webquest.png");
}
.banner-blog .btn-news {
  background-color: rgba(255, 255, 255, 0.09);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.gs-card-blogs .gs-card-blogs-bg {
  background-color: #9e3603;
  padding: 20px 55px 20px 20px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  color: white;
  position: relative;
}
.gs-card-blogs .gs-card-blogs-option-header {
  position: absolute;
  top: 25px;
  right: 10px;
}
.gs-card-blogs .gs-card-blogs-option-header .dropdown-toggle {
  padding: 15px 20px 15px 20px;
}
.gs-card-blogs .gs-card-blogs-option-header .deployment-rounded .inner-rounded {
  background-color: white;
}
.gs-card-blogs .gs-blogs-bottun-notif {
  position: absolute;
  right: 20px;
  bottom: -30px;
  z-index: 2;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: white;
  padding: 15px;
  -webkit-box-shadow: 1px 2px 11px rgba(0, 0, 0, 0.0392156862745098);
  -moz-box-shadow: 1px 2px 11px rgba(0, 0, 0, 0.0392156862745098);
  box-shadow: 1px 2px 11px rgba(0, 0, 0, 0.0392156862745098);
  border: 4px solid #9e3603;
}
.gs-card-blogs .gs-blogs-bottun-notif .mdi-bell {
  color: #9e3603;
}
.gs-card-blogs .gs-card-blogs-title {
  font-family: 'robotolight';
  font-size: 20px;
}
.gs-card-blogs .card-blogs-footer {
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: -20px;
  background-color: #fbfbfb;
  margin-top: 15px;
}
.gs-card-blogs .card-blogs-footer .btn-news {
  padding: 15px 20px;
}
.gs-card-blogs .card-blogs-footer .btn-fav {
  margin-top: 9px;
  margin-right: 15px;
}
.bg-body-white {
  background-color: white;
}
.gs-web-blog-content {
  position: relative;
}
.gs-web-blog-content .area-edit-blog {
  position: absolute;
  top: 20px;
  right: 35px;
  z-index: 5;
}
.gs-web-blog-banner {
  color: white;
  position: relative;
}
.gs-web-blog-banner .gs-web-blog-banner-content {
  position: relative;
}
.logo-blog {
  background-image: url("../img/blog/blog.png");
  width: 23px;
  height: 32px;
  display: inline-block;
  padding: 21px;
  background-repeat: no-repeat;
  background-color: #2f2f2f;
  background-position: 11px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: -14px;
  margin-right: 10px;
}
.gs-web-blog-title {
  font-family: 'robotolight';
  font-size: 22px;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.76);
  position: relative;
  z-index: 2;
  color: white;
}
.gs-web-blog-search {
  position: relative;
  z-index: 2;
}
.gs-web-blog-search .form-control {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-left: 40px;
  color: #222;
  font-size: 16px;
  font-family: 'SourceSansPro';
}
.gs-web-blog-search .form-control:focus {
  outline: 5px solid rgba(255, 255, 255, 0.19);
}
.gs-web-blog-search .form-web-blog-search {
  position: relative;
}
.gs-web-blog-search .form-web-blog-search .mdi-magnify {
  color: #333;
  position: absolute;
  top: 10px;
  left: 8px;
}
.gs-web-blog-menu {
  position: relative;
  top: -50px;
  z-index: 3;
}
.gs-web-blog-menu-nav {
  list-style: none;
  margin: 0;
}
.gs-web-blog-menu-nav li {
  display: inline-block;
}
.gs-web-blog-menu-nav li a {
  display: block;
  padding: 10px 25px;
  line-height: 30px;
  color: #22636b;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  font-family: 'SourceSansPro';
  font-size: 16px;
  background-color: #efefef;
  color: #565656;
}
.gs-web-blog-menu-nav li a:hover {
  text-decoration: none;
}
.gs-web-blog-menu-nav li.active a {
  background-color: white;
  color: #000000;
}
.box-blog-img-pb {
  margin-bottom: 20px;
}
.data-pb-blog {
  padding: 10px 0;
  text-align: right;
}
.data-pb-blog i {
  margin-right: 5px;
}
.data-pb-blog .data-pb-blog-link {
  text-decoration: none;
  margin-right: 15px;
}
.data-pb-blog .data-pb-blog-link span {
  color: #0370ea;
}
.blog-sidebar-box {
  margin-bottom: 20px;
}
.blog-sidebar-box .thumbnail-pb-blog {
  width: 170px;
}
.blog-sidebar-box .media-title {
  font-size: 17px;
}
.blog-tags a {
  font-family: 'SourceSansPro';
  margin-right: 5px;
  font-size: 15px;
  background-color: #fbfbfb;
  padding: 6px 12px;
  display: inline-block;
  margin-bottom: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.bl-admin-content {
  padding-top: 20px;
}
.bl-ad-menu .nav li {
  float: left;
}
.bl-ad-menu .nav li a {
  padding: 15px 20px 15px 0;
  margin-right: 20px;
  line-height: 30px;
  color: #0370ea;
  font-family: 'SourceSansPro';
  text-transform: uppercase;
}
.bl-ad-menu .nav li a:hover {
  text-decoration: none;
}
.bl-ad-menu .nav li.active a {
  color: black;
}
.bl-admin-tabs-content {
  padding-top: 15px;
}
.bl-admin-tabs-content .portada-row {
  margin-top: 20px;
}
.bl-admin-tabs-content .portada-row .portada-background,
.bl-admin-tabs-content .portada-row .portada-background .mask {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.bl-admin-tabs-content .bl-gl-row-port {
  margin-top: 20px;
}
.bl-box-admin-first {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  display: block;
  background-color: #00aab3;
  color: white;
  position: relative;
  padding: 20px;
}
.bl-box-admin-first:hover {
  text-decoration: none;
}
.bl-box-admin-first .mdi-pencil {
  position: absolute;
  color: white;
  top: 23px;
  right: 30px;
}
.bl-box-admin-first p {
  font-size: 16px;
}
.bl-box-admin-first h4 {
  font-family: 'robotolight';
}
.header-tb-bl-adm {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.option-bl-adm-right {
  padding: 20px 0;
  float: right;
}
.bl-box-admin {
  padding: 20px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: block;
  position: relative;
  margin-bottom: 30px;
  background-color: white;
}
.bl-box-admin h4 {
  color: #07aeb7;
}
.bl-box-admin p {
  color: #666;
}
.bl-box-admin .media {
  margin-top: 20px;
}
.bl-box-admin .bl-box-admin-footer {
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid #f5f5f5;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: -20px;
  padding-bottom: 20px;
  display: block;
  text-decoration: none;
  position: relative;
  color: #222;
}
.bl-box-admin-footer .mdi-chevron-right {
  position: absolute;
  right: 20px;
  top: 10px;
}
.bl-box-admin .bl-box-admin-footer span {
  font-size: 18px;
  font-family: 'SourceSansPro';
}
.bl-box-admin .bl-box-admin-footer .data-bl-adm {
  color: #07aeb7;
  margin-right: 10px;
}
.xbl-mnprt li {
  display: inline-block;
}
.xbl-mnprt li a {
  font-family: 'SourceSansPro';
  text-transform: uppercase;
  margin-right: 20px;
  padding: 10px 0;
  text-decoration: none;
}
.xbl-mnprt li.active a {
  color: #000;
}
.img-bl-prt {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
}
.img-bl-prt img,
.img-bl-prt .mask {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.img-bl-prt .mask {
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.img-bl-prt:hover .mask {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -khtml-opacity: 80;
}
.img-bl-prt.selected .mdi-check {
  visibility: visible;
}
.img-bl-prt.selected .mask {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -khtml-opacity: 80;
}
.img-bl-prt .mdi-check {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -20px;
  color: white;
  visibility: hidden;
}
.box-table-bl-adm table tbody tr:hover .bl-table-edit {
  visibility: visible;
}
.box-table-bl-adm .bl-table-edit {
  visibility: hidden;
}
.box-table-bl-adm .bl-table-edit a {
  padding: 0 15px;
  line-height: 25px;
  color: #333;
  display: inline-block;
  width: 50%;
  float: left;
  text-align: center;
}
.box-table-bl-adm .bl-table-edit a:first-child {
  border-right: 1px solid #ddd;
}
.box-table-bl-adm .input-group {
  margin-left: 20px;
}
.box-table-bl-adm .input-group .form-control {
  width: 50px;
}
.gs-windows-ch {
  position: fixed;
  right: 20%;
  bottom: 10%;
  z-index: 300;
  width: 280px;
  min-width: 250px;
  max-width: 300px;
  -webkit-box-shadow: 1px 3px 26px 1px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 1px 3px 26px 1px rgba(0, 0, 0, 0.36);
  box-shadow: 1px 3px 26px 1px rgba(0, 0, 0, 0.36);
}
.gs-windows-ch .gs-windows-ch-header {
  position: relative;
  background-color: #0370ea;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  padding: 10px;
}
.gs-windows-ch .gs-windows-ch-header:before,
.gs-windows-ch .gs-windows-ch-header:after {
  content: " ";
  display: table;
}
.gs-windows-ch .gs-windows-ch-header:after {
  clear: both;
}
.gs-windows-ch-header .close {
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  top: -3px;
  right: 10px;
  padding: 10px;
  height: auto;
}
.gs-windows-ch-header .badge-online-content {
  margin-top: -10px;
  right: 50px;
}
.gs-windows-ch-name span {
  font-family: 'SourceSansPro';
  font-size: 15px;
  color: #ffffff;
}
.gs-windows-ch-body {
  padding: 5px;
  background-color: #ffffff;
}
.gs-windows-ch-body:before,
.gs-windows-ch-body:after {
  content: " ";
  display: table;
}
.gs-windows-ch-body:after {
  clear: both;
}
.gs-windows-ch-body {
  overflow: auto;
  height: 280px;
}
.gs-windows-ch-body .gs-windows-chat-row-dialog {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.gs-windows-ch-body .gs-windows-chat-row-dialog:before,
.gs-windows-ch-body .gs-windows-chat-row-dialog:after {
  content: " ";
  display: table;
}
.gs-windows-ch-body .gs-windows-chat-row-dialog:after {
  clear: both;
}
.gs-windows-chat-row-dialog .gs-windows-chat-avatar-content {
  left: 0;
  position: absolute;
  bottom: 2px;
}
.gs-windows-chat-row-dialog .gs-windows-chat-avatar-content .gs-chat-avatar-link {
  display: inline-block;
}
.gs-windows-chat-row-dialog .gs-windows-chat-avatar-content .gs-avatar {
  width: 30px;
}
.gs-windows-chat-row-dialog .gs-windows-chat-dialog-inner {
  background-color: #ececec;
  padding: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  line-height: 20px;
  max-width: 200px;
  overflow: hidden;
  zoom: 1;
}
.gs-windows-chat-row-dialog .gs-windows-chat-dialog-inner.dialog-person {
  margin-left: 40px;
}
.gs-windows-chat-row-dialog.dialog-me .gs-windows-chat-dialog-inner {
  float: right;
  background-color: #0370ea;
  color: #ffffff;
}
.chat-data-views {
  font-size: 12px;
}
.gs-windows-chat-row-dialog .chat-data-views {
  margin-top: 6px;
  text-align: right;
  display: inline-block;
  float: right;
}
.gs-windows-chat-row-dialog .chat-data-views .mdi-check {
  margin-top: -1px;
}
.chat-data-views.chat-data-views-center {
  text-align: center;
  margin-bottom: 10px;
}
.gs-windows-ch-write {
  background-color: #ffffff;
}
.gs-windows-ch-write .area-text-content .area-text-ctn-body {
  padding: 10px;
}
.gs-windows-ch-write .area-text-content textarea {
  height: 30px;
  min-height: 30px;
  overflow: auto;
}
.gs-card-publication {
  background-color: white;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.gs-card-publication .close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  z-index: 3;
}
.gs-card-publication:hover .close {
  display: block;
}
.gs-card-publication .gs-card-publication-header,
.gs-card-publication .gs-card-publication-header-user {
  position: relative;
}
.gs-card-publication .gs-card-publication-header-user {
  padding: 20px 55px 20px 20px;
}
.data-time-pb {
  color: #949494;
  font-size: 14px;
  display: inline-block;
}
.data-time-pb .mdi-clock {
  margin-top: -1px;
}
.gs-card-publication-header-user .data-time-pb {
  position: absolute;
  top: 23px;
  right: 12px;
}
.gs-card-publication .gs-card-publication-name-in-body {
  padding: 0 20px;
  margin-bottom: 10px;
}
.gs-card-publication-header-user .gs-card-publication-option {
  position: absolute;
  top: 12px;
  right: 7px;
  display: none;
}
.gs-card-publication-header-user .gs-card-publication-option .deployment-rounded .inner-rounded {
  background-color: #333;
}
.gs-card-publication:hover .data-time-pb {
  display: none;
}
.gs-card-publication:hover .gs-card-publication-option {
  display: block;
}
.gs-card-publication .gs-card-publication-option.open {
  display: block;
}
.gs-card-publication .gs-article-preview {
  position: relative;
  display: block;
  text-decoration: none;
}
.img-article-preview {
  position: relative;
}
.img-article-preview .right-option-smooth {
  position: absolute;
  right: 25px;
  bottom: 19px;
  display: none;
}
.img-article-preview .gs-smooth-content {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -1px;
  z-index: 1;
  padding: 60px 20px 20px 20px;
}
.img-article-preview img {
  min-height: 80px;
}
.gs-card-publication .gs-smooth-content .gs-card-publication-option {
  bottom: 15px;
  top: auto;
}
.actks {
  color: #F1C10D;
  margin-right: 20px;
}
.gs-card-publication .gs-txt-article-preview {
  display: block;
  color: #333;
  font-family: 'SourceSansPro';
  font-size: 15px;
  line-height: 25px;
}
.gs-card-publication .gs-txt-article-preview {
  padding: 0 20px;
}
.gs-card-publication .gs-card-publication-footer {
  position: relative;
  padding: 0px 20px 20px 20px;
}
.gs-card-publication .gs-card-status {
  font-size: 14px;
  font-family: 'SourceSansPro';
  text-transform: uppercase;
  color: #777777;
  text-decoration: none;
  margin-right: 10px;
}
.gs-card-publication .gs-card-status.danger {
  color: #d14836;
}
.gs-card-publication .gs-card-status.success {
  color: #398a00;
}
.gs-c-p-modal-status {
  position: absolute;
  top: 50%;
  right: 40px;
  left: 40px;
  background-color: white;
  padding: 24px 50px 20px 28px;
  z-index: 5;
  color: #777;
  margin-top: -60px;
  -webkit-box-shadow: 1px 1px 22px 3px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 1px 1px 22px 3px rgba(0, 0, 0, 0.29);
  box-shadow: 1px 1px 22px 3px rgba(0, 0, 0, 0.29);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: none;
}
.gs-c-p-modal-status .close {
  color: #555;
  font-size: 28px;
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 35px;
}
.gs-c-p-modal-status .close:hover {
  color: #000000;
}
.gs-c-p-modal-status.in {
  display: block;
}
.gs-c-p-modal-status .gs-c-p-modal-status-content.danger {
  color: #d14836;
}
.gs-c-p-modal-status .gs-c-p-modal-status-content.success {
  color: #398a00;
}
.gs-card-publication .gs-card-publication-option,
.gs-card-publication .gs-fav-content {
  position: absolute;
}
.gs-card-publication .gs-fav-content {
  margin-right: 0;
  top: 26px;
  right: 18px;
}
.gs-card-publication .gs-pb-title {
  position: relative;
  padding: 20px;
}
.gs-card-publication .gs-pb-title .gs-card-publication-title {
  margin-bottom: 10px;
  display: block;
}
.gs-card-publication .gs-smooth-content {
  padding: 70px 40px 15px 20px;
}
.gs-card-publication .gs-card-publication-title {
  font-size: 15px;
  font-family: 'SourceSansPro';
  line-height: 23px;
}
.gs-card-publication .gs-smooth-content .gs-card-publication-title {
  color: white;
}
.gs-card-publication .notifi {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  margin-top: 2px;
}
.gs-card-publication .gs-card-publication-option {
  position: absolute;
  top: 15px;
  right: 7px;
}
.gs-card-publication .dropdown-toggle {
  display: inline-block;
  width: 40px;
  padding: 8px;
  text-align: center;
  border-radius: 50%;
  height: 40px;
}
.gs-card-publication .open > .dropdown-toggle {
  background-color: rgba(255, 255, 255, 0.22);
}
.gs-card-publication-header b {
  font-size: 13px;
}
.gs-card-publication-content {
  position: relative;
  padding: 15px 60px 20px 20px;
}
.gs-card-publication-content p {
  margin-bottom: 5px;
}
.gs-card-publication-content .btn-fav {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -15px;
}
.gs-pb-tags {
  margin-top: 10px;
}
.card-pc {
  background-color: white;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.card-pc .card-pc-header,
.card-pc .card-pc-body,
.card-pc .card-pc-footer {
  position: relative;
  padding: 20px 20px 10px 20px;
}
.card-pc .card-pc-header:before,
.card-pc .card-pc-body:before,
.card-pc .card-pc-footer:before,
.card-pc .card-pc-header:after,
.card-pc .card-pc-body:after,
.card-pc .card-pc-footer:after {
  content: " ";
  display: table;
}
.card-pc .card-pc-header:after,
.card-pc .card-pc-body:after,
.card-pc .card-pc-footer:after {
  clear: both;
}
.card-pc .card-pc-header {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  background-color: #FBFBFB;
}
.card-pc .card-pc-body {
  padding: 20px;
}
.card-pc-title {
  font-size: 15px;
  font-family: 'SourceSansPro';
  line-height: 23px;
}
.card-pc-title p {
  margin-bottom: 3px;
}
.card-pc .gs-card-pc-chart {
  color: #444;
}
.card-pc .gs-card-pc-chart:before,
.card-pc .gs-card-pc-chart:after {
  content: " ";
  display: table;
}
.card-pc .gs-card-pc-chart:after {
  clear: both;
}
.card-pc .easy-pie-chart {
  float: left;
  margin-right: 10px;
}
.card-pc .percentage,
.card-pc .percent {
  font-size: 20px;
  font-weight: lighter;
  line-height: 18px;
  font-family: 'SourceSansPro';
  color: #444;
}
.card-right-option {
  position: absolute;
  top: 10px;
  right: 10px;
}
.card-right-option .bell-content {
  float: right;
  display: inline-block;
}
.card-right-option .bell-content {
  padding: 14px;
}
.container-variant-pb {
  background-color: #00633E;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(#045c71), to(#00633e));
  background-image: -webkit-linear-gradient(left, color-stop(#045c71 0%), color-stop(#00633e 100%));
  background-image: -moz-linear-gradient(left, #045c71 0%, #00633e 100%);
  background-image: linear-gradient(to right, #045c71 0%, #00633e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff045c71', endColorstr='#ff00633e', GradientType=1);
  color: white;
  padding: 40px 0 50px 0;
}
.container-variant-pb .type-pb {
  font-family: 'robotolight';
  font-size: 20px;
}
.container-variant-pb .container-variant-header {
  font-size: 29px;
  line-height: 42px;
}
.pb-title-variant {
  position: relative;
  padding-right: 170px;
}
.pb-title-variant .option-pb-variant {
  position: absolute;
  top: 10px;
  right: 10px;
}
.pb-title-variant .btn-fav .mdi-heart-outline {
  color: white;
  font-size: 26px;
  margin-top: -2px;
}
.pb-title-variant .btn-fav {
  margin-right: 15px;
}
.pb-title-variant .btn-fav.active .mdi-heart-outline {
  color: #1EEFA5 !important;
}
.pb-title-variant .pb-option-right {
  margin-top: 2px;
}
.pb-title-variant .pb-option-right .dropdown-toggle {
  padding: 5px 16px;
  display: inline-block;
}
.pb-title-variant .pb-option-right .deployment-rounded .inner-rounded {
  background-color: white;
  padding: 3px;
  margin-top: 4px;
}
.dropdown.drop-wb-center .dropdown-menu {
  right: 0;
  left: auto;
  margin: 20px 0 0;
}
.gs-card-publication .gs-smooth-content .inner-rounded {
  background-color: white;
}
.pb-content .pb-inner-content {
  background-color: white;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  margin-top: -20px;
}
.pb-content .pb-inner-content-header {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.pb-inner-content-header .pb-photo-portada {
  display: block;
  width: 100%;
}
.pb-inner-content .pb-colors {
  color: white;
  font-family: 'robotolight';
  font-size: 26px;
  line-height: 38px;
  padding: 20px;
}
.pb-content .pb-inner-content-body,
.pb-content .pb-inner-content-footer,
.pb-content .pb-person {
  padding: 20px;
}
.pb-content .pb-person .media .media-content {
  overflow: inherit !important;
}
.pb-content .pb-person {
  position: relative;
  padding: 20px 80px 20px 20px;
}
.pb-person .data-time-pb {
  position: absolute;
  top: 24px;
  right: 30px;
}
.pb-section-history {
  margin: 20px 0;
}
.pb-section-text {
  font-size: 16px;
  line-height: 25px;
}
.pb-comment-content .area-text-ctn-body {
  padding: 7px;
}
.pb-comment-content .js-auto-size {
  min-height: 40px;
}
.pb-comment-stadistic {
  padding: 10px 0;
  margin-bottom: 20px;
}
.pb-comment-stadistic:before,
.pb-comment-stadistic:after {
  content: " ";
  display: table;
}
.pb-comment-stadistic:after {
  clear: both;
}
.pb-comment-stadistic .pb-view-comment {
  text-transform: uppercase;
}
.pb-media-row {
  margin-bottom: 20px;
}
.pb-like-and-comment:before,
.pb-like-and-comment:after {
  content: " ";
  display: table;
}
.pb-like-and-comment:after {
  clear: both;
}
.pb-like-and-comment a {
  color: #777;
  display: block;
  float: left;
  font-size: 16px;
}
.pb-like-and-comment a:first-child {
  margin-right: 15px;
}
.pb-like-and-comment a:first-child span {
  margin-top: -3px;
}
.pb-like-and-comment a:hover {
  text-decoration: none;
}
.pb-like-and-comment a span {
  margin-right: 3px;
  font-size: 19px;
}
.pb-like-and-comment .pb-like-data {
  margin-left: 30px;
  color: #0370ea;
}
.pb-like-and-comment .pb-like-data .mdi-thumb-up {
  float: left;
  margin-right: 6px;
}
.pb-like-and-comment .pb-like-data span {
  font-size: 13px;
  display: inline-block;
  float: left;
  line-height: 23px;
  font-weight: bold;
}
.jsToggleLike.active {
  color: #0370ea;
}
.jsToggleLike.active .mdi-thumb-up-outline::before {
  content: "\F513";
}
.pb-globs-comment {
  padding: 10px 40px 10px 10px;
  background-color: #FBFBFB;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  line-height: 22px;
  color: #000;
  position: relative;
}
.pb-globs-comment .pb-globs-name {
  font-family: 'SourceSansPro';
  font-size: 17px;
  margin-bottom: 3px;
}
.pb-globs-comment .pb-globs-name.rsp {
  font-size: 16px;
  display: inline-block;
  margin-top: 1px;
  margin-right: 5px;
  color: #41A90E;
}
.pb-globs-comment:hover .pb-blobs-option-inner {
  display: block;
}
.pb-globs-comment .pb-blobs-option-inner {
  position: absolute;
  top: 8px;
  right: 8px;
  display: none;
}
.pb-globs-comment .pb-blobs-option-inner.open {
  display: block;
}
.pb-globs-comment .pb-blobs-option-inner .dropdown-toggle {
  padding: 5px 12px;
}
.pb-globs-option {
  margin-top: 8px;
}
.pb-globs-option span {
  margin-right: 10px;
}
.pb-globs-option .fuente {
  text-transform: uppercase;
  font-size: 15px;
}
.pb-globs-option a {
  color: #7D7D7D;
  font-size: 14px;
}
.pb-globs-option a:hover {
  text-decoration: none;
}
.pb-globs-option .data-time-pb {
  font-size: 15px;
}
.pb-globs-option .mdi-clock {
  margin-top: 0px;
  float: left;
  display: inline-block;
  line-height: 17px;
  margin-right: 5px;
}
.pb-globs-option .pb-like-data {
  color: #0370ea;
  display: inline-block;
  margin-left: 25px;
}
.pb-globs-option .pb-like-data .mdi-thumb-up {
  float: left;
  line-height: 17px;
  margin-right: 6px;
  display: inline-block;
}
.pb-globs-option .pb-like-data span {
  color: #808080;
  font-family: 'SourceSansPro';
  font-size: 15px;
}
.pb-more-replies {
  margin-top: 20px;
  padding-left: 5px;
}
.pb-more-replies:before,
.pb-more-replies:after {
  content: " ";
  display: table;
}
.pb-more-replies:after {
  clear: both;
}
.pb-more-replies .pb-more-replies-content {
  display: inline-block;
  color: #222;
  font-size: 16px;
}
.pb-more-replies .pb-more-replies-content:before,
.pb-more-replies .pb-more-replies-content:after {
  content: " ";
  display: table;
}
.pb-more-replies .pb-more-replies-content:after {
  clear: both;
}
.pb-more-replies .pb-more-replies-content:hover {
  text-decoration: none;
}
.pb-more-replies .pb-mini-avatars {
  width: 20px;
  margin-left: -2px;
}
.pb-more-replies span {
  display: inline-block;
  float: left;
}
.pb-more-replies .pb-replies-text {
  margin-left: 10px;
  line-height: 22px;
  font-size: 16px;
}
.pb-respuestas {
  padding-top: 10px;
}
.pb-recomended-side-bar {
  margin-top: 40px;
}
.pb-recomended-side-bar .list-pb-recomended {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #FDFDFD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
.share-pb {
  padding: 20px;
  background-color: #FBFBFB;
}
.share-pb .share-pb-action {
  margin-right: 10px;
}
.gs-card-publication .gs-card-image-publication .pb-colors,
.gs-card-publication .gs-card-image-publication .pb-colors p {
  color: white;
  font-family: 'robotolight';
  font-size: 24px;
  line-height: 33px;
  padding: 20px;
  margin: 0;
}
.gs-card-publication .pb-colors p {
  color: white;
  font-family: 'robotolight';
  font-size: 20px;
  line-height: 28px;
  padding: 20px;
  margin: 0;
}
.gs-card-publication .pb-colors .deployment-rounded .inner-rounded {
  background-color: #ffffff;
}
.card-pc {
  background-color: white;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  min-height: 345px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.card-pc .card-pc-header,
.card-pc .card-pc-body,
.card-pc .card-pc-footer {
  position: relative;
  padding: 20px 20px 10px 20px;
}
.card-pc .card-pc-header:before,
.card-pc .card-pc-body:before,
.card-pc .card-pc-footer:before,
.card-pc .card-pc-header:after,
.card-pc .card-pc-body:after,
.card-pc .card-pc-footer:after {
  content: " ";
  display: table;
}
.card-pc .card-pc-header:after,
.card-pc .card-pc-body:after,
.card-pc .card-pc-footer:after {
  clear: both;
}
.card-pc .card-pc-footer .btn-news {
  padding: 6px 8px;
}
.card-pc .card-pc-header {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  background-color: #FBFBFB;
}
.card-pc .card-pc-body {
  padding: 20px;
}
.card-pc .data-guide-gs-card-pc:before,
.card-pc .data-guide-gs-card-pc:after {
  content: " ";
  display: table;
}
.card-pc .data-guide-gs-card-pc:after {
  clear: both;
}
.card-pc .data-guide-gs-card-pc .gs-avatar {
  width: 70px;
  float: left;
}
.card-pc .data-guide-gs-card-pc .data-guide-gs-card-pc-content {
  overflow: hidden;
  zoom: 1;
  padding-left: 30px;
}
.card-pc .data-guide-gs-card-pc .data-guide-gs-card-pc-content div {
  line-height: 18px;
  margin-bottom: 3px;
}
.card-pc-title {
  font-size: 15px;
  font-family: 'SourceSansPro';
  line-height: 23px;
}
.card-pc-title p {
  margin-bottom: 3px;
}
.card-pc .gs-card-pc-chart {
  color: #444;
}
.card-pc .gs-card-pc-chart:before,
.card-pc .gs-card-pc-chart:after {
  content: " ";
  display: table;
}
.card-pc .gs-card-pc-chart:after {
  clear: both;
}
.card-pc .easy-pie-chart {
  float: left;
  margin-right: 10px;
}
.card-pc .percentage,
.card-pc .percent {
  font-size: 20px;
  font-weight: lighter;
  line-height: 18px;
  font-family: 'SourceSansPro';
  color: #444;
}
.card-pc-option {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}
.card-pc-option.open {
  display: block;
}
.card-pc-option .dropdown-toggle {
  display: inline-block;
  width: 40px;
  padding: 8px;
  text-align: center;
  border-radius: 50%;
  height: 40px;
}
.card-pc:hover .card-pc-option {
  display: block;
}
.banner-proyect-admin {
  background-color: #f9f9f9;
  margin-top: 7px;
}
.banner-proyect-admin .banner-gs {
  padding: 0;
}
.inner-proyect-dashboard {
  padding: 30px 0;
}
.inner-proyect-dashboard .gs-card-edited h4 {
  line-height: 32px;
}
.n-p-c-c {
  font-size: 23px;
  line-height: 40px;
  font-family: 'SourceSansPro';
  color: #666;
}
.n-p-c-c span {
  color: #222;
  margin-right: 10px;
}
.n-p-inf {
  font-size: 17px;
  line-height: 30px;
  font-family: 'SourceSansPro';
  color: #666;
}
.n-p-inf span {
  color: #222;
  margin-right: 10px;
}
.section-inf-pro-c {
  padding: 20px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  border-radius: 3px;
  position: relative;
  background-color: white;
}
.lateral-fixed-proc {
  position: fixed;
  top: 0;
  right: -350px;
  bottom: 0;
  padding-top: 76px;
  width: 350px;
  background-color: #272727;
  border: 1px solid #343434;
  z-index: 300;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.lateral-fixed-proc.opening {
  right: 0;
}
.lateral-fixed-proc .mdi-eye-off.views:before {
  content: "\F208";
}
.lateral-fixed-proc .header-fixed-proc {
  padding: 20px 70px 20px 30px;
  position: relative;
  background-color: #272727;
  border-top: 1px solid #343434;
  border-bottom: 1px solid #343434;
  color: white;
}
.lateral-fixed-proc .header-fixed-proc h5 {
  margin-bottom: 3px;
}
.lateral-fixed-proc .header-fixed-proc p {
  margin-bottom: 0;
}
.lateral-fixed-proc .header-fixed-proc .proc-btn-add-member {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -22px;
}
.lateral-fixed-proc .header-fixed-proc .proc-btn-add-member .btn-emphasis {
  padding: 6px 10px;
}
.lateral-fixed-proc .header-fixed-proc .proc-btn-add-member .btn-emphasis i {
  margin: 0;
}
.lateral-fixed-proc .tabs-fixed-proc {
  margin: 0;
}
.lateral-fixed-proc .tabs-fixed-proc:before,
.lateral-fixed-proc .tabs-fixed-proc:after {
  content: " ";
  display: table;
}
.lateral-fixed-proc .tabs-fixed-proc:after {
  clear: both;
}
.lateral-fixed-proc .tabs-fixed-proc li {
  display: inline-block;
  float: left;
  width: 50%;
}
.lateral-fixed-proc .tabs-fixed-proc li a {
  display: block;
  padding: 10px 12px;
  color: white;
  text-align: center;
  text-decoration: none;
  border: 1px solid #343434;
  margin-left: -1px;
}
.lateral-fixed-proc .tabs-fixed-proc li.active a {
  z-index: 1;
  background-color: #1d1d1d;
}
.lateral-fixed-proc .search-fixed-side-bar {
  position: relative;
}
.lateral-fixed-proc .search-fixed-side-bar .form-control {
  padding-left: 50px;
  background-color: #272727;
  border-color: #191919;
  color: #999;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.lateral-fixed-proc .search-fixed-side-bar .mdi-magnify {
  position: absolute;
  top: 10px;
  left: 15px;
  color: #6b6b6b;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.search-fixed-side-bar .jsSearchFixed.focus .mdi-magnify {
  color: white;
}
.lateral-fixed-proc .option-close-fixed-proc {
  position: absolute;
  left: -45px;
  bottom: -1px;
  background-color: #272727;
  border-top: 1px solid #343434;
  border-bottom: 1px solid #343434;
  border-left: 1px solid #343434;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.lateral-fixed-proc .option-close-fixed-proc i {
  color: white;
}
.lateral-fixed-proc .body-fixed-proc {
  background-color: #272727;
  margin-top: -1px;
  height: 560px;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.lateral-fixed-proc .body-fixed-proc:before,
.lateral-fixed-proc .body-fixed-proc:after {
  content: " ";
  display: table;
}
.lateral-fixed-proc .body-fixed-proc:after {
  clear: both;
}
.lateral-fixed-proc .body-fixed-proc .gs-alert-none-activiti {
  color: #5d5d5d;
}
.lateral-fixed-proc .body-fixed-proc .gs-alert-none-activiti-content {
  width: 100%;
  color: #5d5d5d;
}
.lateral-fixed-proc .footer-fixed-proc {
  padding: 20px 20px 65px 20px;
  background-color: #272727;
  border-top: 1px solid #343434;
}
.row-member-susb {
  width: 100%;
  padding: 15px 10px;
  border-top: 1px solid #343434;
  border-bottom: 1px solid #343434;
  position: relative;
  margin-bottom: -1px;
}
.row-member-susb.active-now,
.row-member-susb:active {
  background-color: #1d1d1d;
}
a.row-member-susb {
  display: block;
  padding: 10px 10px;
  text-decoration: none;
}
a.row-member-susb:before,
a.row-member-susb:after {
  content: " ";
  display: table;
}
a.row-member-susb:after {
  clear: both;
}
a.row-member-susb .gs-avatar {
  width: 35px;
}
a.row-member-susb .proc11 {
  padding-top: 6px;
}
.badge-online-content {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 25px;
}
.badge-online-content .data-time-online {
  font-size: 13px;
  color: #555;
}
.badge-online-content .badge-online {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #58ca08;
  padding: 4px;
  display: inline-block;
}
.badge-online-content .badge-online.gs-offline {
  background-color: #555;
}
.member-proc .gs-avatar {
  width: 50px;
  float: left;
  margin-right: 10px;
}
.row-member-susb .option-proc-right {
  position: absolute;
  top: 10px;
  right: 10px;
}
.row-member-susb .dropdown-toggle {
  padding: 14px 20px;
}
.listed-chat .gs-collapse-content {
  padding-top: 0;
}
.listed-chat .accordion-toggle {
  color: #cecece;
  padding: 15px;
}
.listed-chat .accordion-toggle .mdi-chevron-down {
  color: #cecece;
}
.accordion-toggle .data-number-member {
  color: #676767;
  font-size: 14px;
  font-family: arial;
  margin-left: 10px;
}
.listed-chat .accordion-toggle {
  background-color: #2d2d2d;
}
.listed-chat .accordion-toggle.collapsed {
  background-color: #272727;
}
.accordion-toggle .label-message-notif,
.row-member-susb .label-message-notif {
  position: absolute;
  top: 13px;
  right: 20%;
  color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 4px 7px;
}
.row-member-susb .label-message-notif {
  padding: 2px 5px;
  top: 50%;
  margin-top: -10px;
}
.member-proc {
  position: relative;
}
.member-proc:before,
.member-proc:after {
  content: " ";
  display: table;
}
.member-proc:after {
  clear: both;
}
.member-proc .overflow-description {
  overflow: hidden;
  zoom: 1;
}
.member-proc .overflow-description .mdi-menu-right {
  color: #999;
}
.member-proc .overflow-description .proc11 {
  margin-bottom: 2px;
  color: #999;
}
.member-proc .overflow-description .proc11 .text-muted {
  font-size: 13px;
  font-family: arial;
  margin-left: 10px;
  color: #555;
}
.member-proc .overflow-description .proc2 {
  font-size: 14px;
}
.form-content-icon {
  position: relative;
}
.form-content-icon .form-control {
  padding-left: 40px;
}
.form-content-icon .mdi-magnify {
  position: absolute;
  left: 8px;
  top: 10px;
}
.creat-team-proc {
  padding: 30px;
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
.creat-team-proc .header-creat-team-proc {
  position: relative;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.creat-team-proc .option-header-creat-team {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -20px;
  z-index: 1;
}
.proc-selec-action .content-onclick-proc-group {
  padding-bottom: 30px;
}
.proc-group.proc-selec-action {
  margin-bottom: 20px;
  min-height: auto;
}
.proc-group.proc-selec-action.selected {
  background-color: #0370ea;
  color: white;
}
.proc-group.proc-selec-action.selected .text-muted {
  color: #a8ccf5;
}
.proc-group.proc-selec-action.selected .gs-avatar {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 50%;
  border: 5px solid #368ae8;
}
.btn-content-edit-proc {
  padding-top: 8px;
  text-align: right;
}
.proc-group.proc-create-group {
  background-color: #0370ea;
  color: white;
  min-height: 280px;
}
.proc-group.proc-create-group .img-rounded-burble {
  background-color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 10px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  border: 5px solid #1e86fb;
}
.proc-group.proc-create-group .img-rounded-burble .mdi-account-multiple {
  margin-top: 12px;
  font-size: 46px !important;
  color: #0370ea;
}
.gs-card .gs-alert-none-activiti {
  padding: 10px;
  margin: 0;
}
a.proc-group {
  color: #333333;
  display: block;
}
a.proc-group:hover {
  text-decoration: none;
}
.proc-group {
  background-color: white;
  position: relative;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  min-height: 290px;
  margin-bottom: 20px;
}
.proc-group:focus,
.proc-group:active {
  outline: 2px solid #adadad;
}
.proc-group hr {
  margin: 25px 0;
}
.proc-group.proc-create-group .content-onclick-proc-group {
  padding: 20px;
  text-align: center;
}
.proc-group .option-proc-right,
.gs-card .option-proc-right {
  position: absolute;
  top: 20px;
  right: 20px;
}
.proc-group .option-proc-right .dropdown-toggle,
.gs-card .option-proc-right .dropdown-toggle {
  padding: 12px 16px;
}
.row-member-susb .open .dropdown-toggle {
  background-color: #0a0a0a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.row-member-susb .open .dropdown-toggle .deployment-rounded .inner-rounded {
  background-color: white;
}
.proc-group .avatar-proc-group {
  margin-bottom: 10px;
}
.proc-group .avatar-proc-group .gs-avatar {
  width: 90px;
}
.proc-group .header-proc-group {
  padding: 20px 20px 0px 20px;
}
.proc-group .footer-proc-group {
  padding: 0px 20px 20px 20px;
}
.proc-group .header-proc-group,
.proc-group .footer-proc-group {
  text-align: center;
}
.filter-member-team {
  margin-bottom: 40px;
  background-color: white;
  position: relative;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
}
.proc-group .proc-listed-member {
  line-height: 22px;
}
.gs-card .option-proc-right .dropdown-menu {
  text-align: left;
}
.member-list-team .gs-avatar {
  width: 70px;
}
.member-list-team .gs-card .gs-card-content {
  padding-bottom: 0;
}
.member-list-team .gs-card.card-alert-members .gs-card-content-click {
  padding: 15px;
}
.content-asignar-tarea-team {
  position: relative;
}
.gs-card-edited .data-guide-gs-card-pc {
  margin-bottom: 15px;
  position: relative;
  display: block;
  text-decoration: none;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 20px;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 15px;
}
.gs-card-edited .data-guide-gs-card-pc:before,
.gs-card-edited .data-guide-gs-card-pc:after {
  content: " ";
  display: table;
}
.gs-card-edited .data-guide-gs-card-pc:after {
  clear: both;
}
.gs-card-edited .data-guide-gs-card-pc:hover .mdi-pencil {
  visibility: visible;
}
.gs-card-edited .data-guide-gs-card-pc .mdi-pencil {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  right: 28px;
  color: #333;
  visibility: hidden;
}
.gs-card-edited .data-guide-gs-card-pc .gs-avatar {
  width: 70px;
  float: left;
}
.gs-card-edited .data-guide-member-content {
  overflow: hidden;
  zoom: 1;
  padding-left: 20px;
}
.gs-card-edited .data-guide-member-content div {
  line-height: 20px;
  margin-bottom: 1px;
}
.gs-card-edited .member-guide-list-card .gs-card-content-click {
  padding: 15px;
}
.gs-card-edited .member-guide-list-card .gs-card-content-click .gs-card-content {
  padding-bottom: 10px;
}
.gs-card-edited .member-guide-list-card .gs-card-content-click .gs-card-content .gs-avatar {
  width: 70px;
}
.gs-card-homework {
  display: block;
  position: relative;
  margin-bottom: 20px;
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  padding: 20px;
}
.gs-card-homework .homework-recurso div {
  line-height: 22px;
}
.gs-card-homework .header-card-homework {
  padding-right: 50px;
  position: relative;
}
.gs-card-homework .header-card-homework .data-time-pb {
  position: absolute;
  top: 6px;
  right: 0;
}
.gs-card-homework .banner-gs {
  padding-top: 0;
}
.gs-card-homework .banner-gs .nav li.active a {
  border-bottom-color: #0ab123;
}
.gs-card-homework .banner-gs .nav li a {
  padding-top: 0;
}
.banner-mural-created {
  padding: 30px 0;
}
.banner-mural-created .tittle-mural-create {
  padding: 10px 15px;
  background-color: #E0E0E0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  line-height: 30px;
  font-size: 20px;
  font-family: 'SourceSansPro';
}
.fixed-option {
  position: fixed;
  bottom: 10%;
  right: 10%;
  z-index: 2010;
}
.estado-gridster-empty {
  position: absolute;
  top: 30%;
  z-index: 1;
  left: 50%;
  margin-left: -70px;
}
.estado-gridster-empty div {
  text-align: center;
  margin: 0 auto;
  color: #B1B1B1;
}
.estado-gridster-empty .sdftrxyZ {
  font-family: 'SourceSansPro';
  text-transform: uppercase;
  margin-top: 10px;
}
.gridster-cell.empty .gridster-box {
  background-color: #EFC7C7;
}
.gridster-cell.empty .gridster-box div {
  color: #C72D2D;
}
.demo {
  margin: 3em 0;
  padding: 7.5em 0 5.5em;
  background: red;
}
.demo:hover .gridster {
  margin: 0 auto;
  opacity: .8;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.content {
  color: white;
}
.gridster .gs-w {
  background-color: #E0E0E0;
}
.gridster .player {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  background: #BBB;
}
.gridster .gs-w.try {
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: 37px -169px;
}
.gridster .preview-holder {
  border: none !important;
  border-radius: 0 !important;
  background: red !important;
}
.gridster .gr-box {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 100%;
}
.gridster-box-content {
  margin: 0;
  list-style: none;
}
.gr-box {
  list-style: none;
  font-weight: bold;
}
.gridster-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.slected-gridster {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.59);
  z-index: 15;
  display: none;
}
.slected-gridster .mdi-check {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -16px;
  display: none;
  font-size: 50px;
}
.slected-gridster.select .mdi-check {
  display: block;
}
.gridster-box.gridster-box-alert {
  outline: 2px solid #D47A90;
}
.gridster {
  position: relative;
}
.gridster > * {
  -webkit-transition: height .4s, width .4s;
  -moz-transition: height .4s, width .4s;
  -o-transition: height .4s, width .4s;
  -ms-transition: height .4s, width .4s;
  transition: height .4s, width .4s;
}
.gridster .gs-w {
  position: absolute;
}
.gridster .preview-holder {
  z-index: 1;
  position: absolute;
  background-color: #fff;
  border-color: #fff;
  opacity: 0.3;
}
.gridster .player-revert {
  z-index: 10!important;
  -webkit-transition: left .3s, top .3s!important;
  -moz-transition: left .3s, top .3s!important;
  -o-transition: left .3s, top .3s!important;
  transition: left .3s, top .3s!important;
}
.gridster.collapsed {
  height: auto !important;
}
.gridster.collapsed .gs-w {
  position: static !important;
}
.ready .gs-w:not(.preview-holder) {
  -webkit-transition: opacity .3s, left .3s, top .3s;
  -moz-transition: opacity .3s, left .3s, top .3s;
  -o-transition: opacity .3s, left .3s, top .3s;
  transition: opacity .3s, left .3s, top .3s;
}
.ready .gs-w:not(.preview-holder),
.ready .resize-preview-holder {
  -webkit-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
  -moz-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
  -o-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
  transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
}
.gridster .dragging,
.gridster .resizing {
  z-index: 10!important;
  -webkit-transition: all 0s !important;
  -moz-transition: all 0s !important;
  -o-transition: all 0s !important;
  transition: all 0s !important;
}
.gs-resize-handle {
  position: absolute;
  z-index: 1;
}
.gs-resize-handle-both {
  width: 20px;
  height: 20px;
  bottom: -8px;
  right: -8px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg08IS0tIEdlbmVyYXRvcjogQWRvYmUgRmlyZXdvcmtzIENTNiwgRXhwb3J0IFNWRyBFeHRlbnNpb24gYnkgQWFyb24gQmVhbGwgKGh0dHA6Ly9maXJld29ya3MuYWJlYWxsLmNvbSkgLiBWZXJzaW9uOiAwLjYuMSAgLS0+DTwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DTxzdmcgaWQ9IlVudGl0bGVkLVBhZ2UlMjAxIiB2aWV3Qm94PSIwIDAgNiA2IiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCXhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiDQl4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjZweCIgaGVpZ2h0PSI2cHgiDT4NCTxnIG9wYWNpdHk9IjAuMzAyIj4NCQk8cGF0aCBkPSJNIDYgNiBMIDAgNiBMIDAgNC4yIEwgNCA0LjIgTCA0LjIgNC4yIEwgNC4yIDAgTCA2IDAgTCA2IDYgTCA2IDYgWiIgZmlsbD0iIzAwMDAwMCIvPg0JPC9nPg08L3N2Zz4=');
  background-position: top left;
  background-repeat: no-repeat;
  cursor: se-resize;
  z-index: 20;
}
.gs-resize-handle-x {
  top: 0;
  bottom: 13px;
  right: -5px;
  width: 10px;
  cursor: e-resize;
}
.gs-resize-handle-y {
  left: 0;
  right: 13px;
  bottom: -5px;
  height: 10px;
  cursor: s-resize;
}
.gs-w:hover .gs-resize-handle,
.resizing .gs-resize-handle {
  opacity: 1;
}
.gs-resize-handle,
.gs-w.dragging .gs-resize-handle {
  opacity: 0;
}
.gs-resize-disabled .gs-resize-handle {
  display: none!important;
}
[data-max-sizex="1"] .gs-resize-handle-x,
[data-max-sizey="1"] .gs-resize-handle-y,
[data-max-sizey="1"][data-max-sizex="1"] .gs-resize-handle {
  display: none !important;
}
.grister-option-content {
  z-index: 10;
  position: relative;
}
.gridster-box .dropdown {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  z-index: 10;
}
.gridster-box .dropdown.open {
  display: block;
}
.gridster-box .dropdown .btn-emphasis {
  padding: 6px 15px;
}
.gridster-cell:hover .dropdown {
  display: block;
}
.gridster-cell {
  border: 3px solid transparent;
}
.gridster-cell.selecting {
  cursor: pointer !important;
}
.gridster-cell.selecting .slected-gridster.active {
  display: block;
}
.gridster-box .dropdown.open .dropdown-toggle {
  background-color: #ce0b3a;
  color: white;
}
.dropdown-menu.dropdown-emphasis {
  width: auto !important;
  min-width: auto !important;
  background-color: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0 !important;
}
.dropdown-menu.dropdown-emphasis .btn-emphasis {
  display: block;
  margin-bottom: 3px;
}
.gridster-cell .dinamic-content-display {
  padding: 20px;
}
.dinamic-content-display .dinamic-content-image {
  margin-top: 20px;
}
.dinamic-content-display .dinamic-content-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cell-example___ {
  background-color: #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 40%;
  max-height: 160px;
  min-height: 100px;
  margin-right: 10px;
  float: left;
  position: relative;
}
.cell-example___ .mdi-check {
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -16px;
}
.backdrop-create-mural {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 2000;
  display: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -khtml-opacity: 90;
}
.backdrop-create-mural.active-loading {
  display: block;
}
.backdrop-create-mural img {
  position: fixed;
  top: 30%;
  right: 50%;
}
.navs-emphasis {
  margin: 0;
}
.navs-emphasis:before,
.navs-emphasis:after {
  content: " ";
  display: table;
}
.navs-emphasis:after {
  clear: both;
}
.navs-emphasis li {
  display: inline-block;
}
.navs-emphasis li a {
  display: block;
  font-family: 'SourceSansPro';
  font-size: 16px;
  color: #444;
  padding: 15px 0;
  margin-right: 20px;
  border-bottom: 5px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.navs-emphasis li a:hover {
  text-decoration: none;
}
.navs-emphasis li.active a {
  border-bottom-color: #1BAFB3;
}
.navs-emphasis li:last-child a {
  margin-right: 0;
}
.tabs-content-add-to-mural {
  margin-top: 40px;
}
.modal-pb-list {
  position: relative;
}
.modal-pb-list .list-pb-recomended {
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  position: relative;
}
.modal-pb-list .list-pb-recomended .mask {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.67);
  display: none;
  z-index: 2;
}
.modal-pb-list .list-pb-recomended .mask .mdi-check {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 38px;
  color: #333;
  margin-left: -30px;
  margin-top: -30px;
}
.modal-pb-list .list-pb-recomended {
  cursor: pointer;
}
.modal-pb-list .list-pb-recomended.selected {
  outline: 2px solid #D4D4D4;
}
.modal-pb-list .list-pb-recomended.selected .mask {
  display: block;
}
.list-pb-recomended .btn-fav {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 20px;
}
.modal-pb-list .gs-alert-none-activiti {
  margin: 0;
  padding: 10px 15px;
}
.Gscolor_1 {
  background-color: #FAEBD7;
  border-color: #FAEBD7;
}
.Gscolor_2 {
  background-color: #0FF;
  border-color: #0FF;
}
.Gscolor_3 {
  background-color: #7FFFD4;
  border-color: #7FFFD4;
}
.Gscolor_4 {
  background-color: #F5F5DC;
  border-color: #F5F5DC;
}
.Gscolor_5 {
  background-color: #FFE4C4;
  border-color: #FFE4C4;
}
.Gscolor_6 {
  background-color: #FFEBCD;
  border-color: #FFEBCD;
}
.Gscolor_7 {
  background-color: #8A2BE2;
  border-color: #8A2BE2;
}
.Gscolor_8 {
  background-color: #A52A2A;
  border-color: #A52A2A;
}
.Gscolor_9 {
  background-color: #DEB887;
  border-color: #DEB887;
}
.Gscolor_10 {
  background-color: #5F9EA0;
  border-color: #5F9EA0;
}
.Gscolor_11 {
  background-color: #7FFF00;
  border-color: #7FFF00;
}
.Gscolor_12 {
  background-color: #D2691E;
  border-color: #D2691E;
}
.Gscolor_13 {
  background-color: #FF7F50;
  border-color: #FF7F50;
}
.Gscolor_14 {
  background-color: #6495ED;
  border-color: #6495ED;
}
.Gscolor_15 {
  background-color: #FFF8DC;
  border-color: #FFF8DC;
}
.Gscolor_16 {
  background-color: #DC143C;
  border-color: #DC143C;
}
.Gscolor_17 {
  background-color: #00008B;
  border-color: #00008B;
}
.Gscolor_18 {
  background-color: #008B8B;
  border-color: #008B8B;
}
.Gscolor_19 {
  background-color: #B8860B;
  border-color: #B8860B;
}
.Gscolor_20 {
  background-color: #006400;
  border-color: #006400;
}
.Gscolor_21 {
  background-color: #BDB76B;
  border-color: #BDB76B;
}
.Gscolor_22 {
  background-color: #00008B;
  border-color: #00008B;
}
.Gscolor_23 {
  background-color: #556B2F;
  border-color: #556B2F;
}
.Gscolor_24 {
  background-color: #FF8C00;
  border-color: #FF8C00;
}
.Gscolor_25 {
  background-color: #9932CC;
  border-color: #9932CC;
}
.Gscolor_26 {
  background-color: #8B0000;
  border-color: #8B0000;
}
.Gscolor_27 {
  background-color: #E9967A;
  border-color: #E9967A;
}
.Gscolor_28 {
  background-color: #8FBC8F;
  border-color: #8FBC8F;
}
.Gscolor_29 {
  background-color: #483D8B;
  border-color: #483D8B;
}
.Gscolor_30 {
  background-color: #2F4F4F;
  border-color: #2F4F4F;
}
.Gscolor_31 {
  background-color: #00CED1;
  border-color: #00CED1;
}
.Gscolor_32 {
  background-color: #9400D3;
  border-color: #9400D3;
}
.Gscolor_33 {
  background-color: #B22222;
  border-color: #B22222;
}
.Gscolor_34 {
  background-color: #FFFAF0;
  border-color: #FFFAF0;
}
.Gscolor_35 {
  background-color: #228B22;
  border-color: #228B22;
}
.Gscolor_36 {
  background-color: #F0F;
  border-color: #F0F;
}
.Gscolor_37 {
  background-color: #FFD700;
  border-color: #FFD700;
}
.Gscolor_38 {
  background-color: #DAA520;
  border-color: #DAA520;
}
.Gscolor_39 {
  background-color: #008000;
  border-color: #008000;
}
.Gscolor_40 {
  background-color: #FF69B4;
  border-color: #FF69B4;
}
.Gscolor_41 {
  background-color: #CD5C5C;
  border-color: #CD5C5C;
}
.Gscolor_42 {
  background-color: #4B0082;
  border-color: #4B0082;
}
.Gscolor_43 {
  background-color: #F0E68C;
  border-color: #F0E68C;
}
.Gscolor_44 {
  background-color: #800000;
  border-color: #800000;
}
.Gscolor_45 {
  background-color: #66CDAA;
  border-color: #66CDAA;
}
.Gscolor_46 {
  background-color: #0000CD;
  border-color: #0000CD;
}
.Gscolor_47 {
  background-color: #BA55D3;
  border-color: #BA55D3;
}
.Gscolor_48 {
  background-color: #9370DB;
  border-color: #9370DB;
}
.Gscolor_49 {
  background-color: #3CB371;
  border-color: #3CB371;
}
.Gscolor_50 {
  background-color: #7B68EE;
  border-color: #7B68EE;
}
.Gscolor_51 {
  background-color: #00FA9A;
  border-color: #00FA9A;
}
.Gscolor_52 {
  background-color: #48D1CC;
  border-color: #48D1CC;
}
.Gscolor_53 {
  background-color: #C71585;
  border-color: #C71585;
}
.Gscolor_54 {
  background-color: #191970;
  border-color: #191970;
}
.Gscolor_55 {
  background-color: #F5FFFA;
  border-color: #F5FFFA;
}
.Gscolor_56 {
  background-color: #FFE4E1;
  border-color: #FFE4E1;
}
.Gscolor_57 {
  background-color: #FFE4B5;
  border-color: #FFE4B5;
}
.Gscolor_58 {
  background-color: #FFDEAD;
  border-color: #FFDEAD;
}
.Gscolor_59 {
  background-color: #000080;
  border-color: #000080;
}
.Gscolor_60 {
  background-color: #FDF5E6;
  border-color: #FDF5E6;
}
.Gscolor_61 {
  background-color: #808000;
  border-color: #808000;
}
.Gscolor_62 {
  background-color: #6B8E23;
  border-color: #6B8E23;
}
.Gscolor_63 {
  background-color: #FFA500;
  border-color: #FFA500;
}
.Gscolor_64 {
  background-color: #FF4500;
  border-color: #FF4500;
}
.Gscolor_65 {
  background-color: #DA70D6;
  border-color: #DA70D6;
}
.Gscolor_66 {
  background-color: #EEE8AA;
  border-color: #EEE8AA;
}
.Gscolor_67 {
  background-color: #98FB98;
  border-color: #98FB98;
}
.Gscolor_68 {
  background-color: #AFEEEE;
  border-color: #AFEEEE;
}
.Gscolor_69 {
  background-color: #DB7093;
  border-color: #DB7093;
}
.Gscolor_70 {
  background-color: #FFEFD5;
  border-color: #FFEFD5;
}
.Gscolor_71 {
  background-color: #FFDAB9;
  border-color: #FFDAB9;
}
.Gscolor_72 {
  background-color: #CD853F;
  border-color: #CD853F;
}
.Gscolor_73 {
  background-color: #FFC0CB;
  border-color: #FFC0CB;
}
.Gscolor_74 {
  background-color: #DDA0DD;
  border-color: #DDA0DD;
}
.Gscolor_75 {
  background-color: #B0E0E6;
  border-color: #B0E0E6;
}
.Gscolor_76 {
  background-color: #800080;
  border-color: #800080;
}
.Gscolor_77 {
  background-color: #F00;
  border-color: #F00;
}
.Gscolor_78 {
  background-color: #BC8F8F;
  border-color: #BC8F8F;
}
.Gscolor_79 {
  background-color: #4169E1;
  border-color: #4169E1;
}
.Gscolor_80 {
  background-color: #8B4513;
  border-color: #8B4513;
}
.Gscolor_81 {
  background-color: #FA8072;
  border-color: #FA8072;
}
.Gscolor_82 {
  background-color: #F4A460;
  border-color: #F4A460;
}
.Gscolor_83 {
  background-color: #2E8B57;
  border-color: #2E8B57;
}
.Gscolor_84 {
  background-color: #FFF5EE;
  border-color: #FFF5EE;
}
.Gscolor_85 {
  background-color: #A0522D;
  border-color: #A0522D;
}
.Gscolor_86 {
  background-color: #87CEEB;
  border-color: #87CEEB;
}
.Gscolor_87 {
  background-color: #6A5ACD;
  border-color: #6A5ACD;
}
.Gscolor_88 {
  background-color: #708090;
  border-color: #708090;
}
.Gscolor_89 {
  background-color: slategrey;
  border-color: slategrey;
}
.Gscolor_90 {
  background-color: #FFFAFA;
  border-color: #FFFAFA;
}
.Gscolor_91 {
  background-color: #00FF7F;
  border-color: #00FF7F;
}
.Gscolor_92 {
  background-color: #4682B4;
  border-color: #4682B4;
}
.Gscolor_93 {
  background-color: #D2B48C;
  border-color: #D2B48C;
}
.Gscolor_94 {
  background-color: #008080;
  border-color: #008080;
}
.Gscolor_95 {
  background-color: #D8BFD8;
  border-color: #D8BFD8;
}
.Gscolor_96 {
  background-color: #FF6347;
  border-color: #FF6347;
}
.Gscolor_97 {
  background-color: #40E0D0;
  border-color: #40E0D0;
}
.Gscolor_98 {
  background-color: #EE82EE;
  border-color: #EE82EE;
}
.Gscolor_99 {
  background-color: #F5DEB3;
  border-color: #F5DEB3;
}
.Gscolor_100 {
  background-color: #FF0;
  border-color: #FF0;
}
.Gscolor_101 {
  background-color: #9ACD32;
  border-color: #9ACD32;
}
.Gscolor_102 {
  background-color: #ADFF2F;
  border-color: #ADFF2F;
}
.gs-user-working .nav > li > a .gs-avatar {
  width: 38px;
}
.gs-user-working .gs-more-user-workin {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: white;
  padding: 10px 12px;
  font-size: 15px;
  float: right;
  display: inline-block;
  color: #000;
  margin-right: -5px;
  z-index: 3;
  position: relative;
  -webkit-box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.1);
}
.header .gs-user-working .nav li a {
  padding: 8px;
  display: block;
}
.header .gs-user-working .nav li a:before,
.header .gs-user-working .nav li a:after {
  content: " ";
  display: table;
}
.header .gs-user-working .nav li a:after {
  clear: both;
}
.header .gs-user-working .nav li a .gs-avatar {
  padding: 0;
  position: relative;
  float: right;
}
.gs-user-working .dropdown-menu {
  min-width: 340px;
}
.header-dropdown-working {
  padding: 10px 12px;
  position: relative;
}
.dropdown-menu .dropdown-working-content {
  padding-top: 10px;
  height: 300px;
  overflow-x: auto;
  position: relative;
}
.header-dropdown-working .efect-scroll-shadow {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -19px;
  z-index: 5;
}
.dropdown-menu .media.row-dropdown-user-working {
  border-bottom: 1px solid rgba(222, 222, 222, 0.14);
  position: relative;
  padding: 10px 70px 10px 12px;
}
.dropdown-menu .media.row-dropdown-user-working:before,
.dropdown-menu .media.row-dropdown-user-working:after {
  content: " ";
  display: table;
}
.dropdown-menu .media.row-dropdown-user-working:after {
  clear: both;
}
.dropdown-menu .media.row-dropdown-user-working .figure {
  float: left;
  margin-right: 10px;
}
.dropdown-menu .media.row-dropdown-user-working .figure .gs-avatar {
  width: 40px;
  padding: 0;
}
.media.row-dropdown-user-working + .media.row-dropdown-user-working {
  margin-top: 0;
}
.media.row-dropdown-user-working .badge-indicate-color {
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -20px;
  border: 0 !important;
}
.modal-tags .btn-emphasis {
  margin-right: 4px;
  margin-bottom: 8px;
}
.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5 {
  font-family: 'robotolight';
  font-size: 28px;
}
.modal.modal-basic .modal-content,
.modal .modal-content {
  background-color: transparent;
}
.modal.modal-basic .modal-header {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  padding: 0;
  background-color: transparent;
  position: relative;
}
.modal.modal-basic .modal-header.bg-1 {
  background-color: #b10730;
}
.modal.modal-basic .modal-header.bg-2 {
  background-color: #bd005a;
}
.modal.modal-basic .modal-header.bg-3 {
  background-color: #9c27b0;
}
.modal.modal-basic .modal-header.bg-4 {
  background-color: #673ab7;
}
.modal.modal-basic .modal-header.bg-5 {
  background-color: #3949ab;
}
.modal.modal-basic .modal-header.bg-6 {
  background-color: #0277bd;
}
.modal .modal-content,
.modal .modal-header,
.modal .modal-header-bg {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.modal .modal-body,
.modal .modal-footer {
  background-color: white;
}
.modal-header,
.modal-body,
.modal-footer {
  padding: 30px;
}
.modal-footer {
  padding-top: 0;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
@media (min-width: 768px) {
  .modal .modal-dialog.modal-lg {
    width: 790px;
    margin: 30px auto;
  }
}
.modal.modal-basic .modal-body {
  padding: 20px;
  position: relative;
}
.modal.modal-basic .modal-footer {
  padding: 20px;
  background-color: white;
  position: relative;
}
.modal-footer .btn-news-content {
  margin: 0 !important;
}
.modal .modal-header .close {
  position: absolute;
  top: 26px;
  right: 20px;
}
.modal .modal-header .close.white-color {
  color: #ffffff;
}
.modal.modal-emphasis .modal-header {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.modal.modal-emphasis .img-parallax {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  width: 548px;
  height: 307px;
}
.modal.modal-emphasis .media-header {
  padding-top: 8px;
}
.modal.modal-emphasis .gs-avatar {
  width: 80px;
  height: 80px;
}
.modal.modal-emphasis .media-content {
  overflow: hidden;
  zoom: 1;
}
.modal.modal-emphasis .media-title {
  font-size: 23px;
}
.modal.modal-emphasis .modal-body {
  padding-top: 25px;
  background-color: white;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
.bModal-user-description .btn-fav {
  position: absolute;
  top: 60px;
  right: 30px;
}
.bModal-user-description .btn-fav .mdi-heart-outline {
  font-size: 32px;
}
.action-in-modal-member {
  position: absolute;
  bottom: -20px;
  right: 20px;
  z-index: 2;
}
.action-in-modal-member .btn-news {
  background-color: white;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.21);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.21);
  padding: 10px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.modal.modal-emphasis .media-title {
  color: white;
}
.modal.modal-emphasis .img-circle {
  border: 3px solid white;
}
.modal.modal-emphasis .media.gs-media-user .media-header {
  margin-top: 0;
}
.modal.modal-emphasis .media.gs-media-user .gs-avatar {
  font-size: 85px;
}
.modal.modal-emphasis .media.gs-media-user .media-title {
  font-size: 22px;
}
.modal.modal-select-bg .modal-header {
  padding: 32px 20px;
  background-color: white;
  position: relative;
}
.modal.modal-select-bg .modal-body {
  padding-top: 0;
}
.modal.modal-select-bg .navs-emphasis {
  margin-top: 20px;
}
.modal.modal-select-bg .header-gs-actividad {
  margin-top: 0;
  margin-bottom: 15px;
}
.modal.modal-select-bg .gs-alert-none-activiti-content {
  width: 100% !important;
}
.gs-modal-backdrop {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
}
.gs-modal-backdrop.active {
  display: block;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -khtml-opacity: 60;
  z-index: 2040;
}
.gs-modal {
  position: fixed;
  z-index: -1;
  top: 50%;
  right: 50%;
  margin-top: -150px;
  margin-right: -230px;
  width: 450px;
  border: 1px solid #404040;
  background-color: white;
  -webkit-box-shadow: 11px 14px 62px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 11px 14px 62px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 11px 14px 62px 0px rgba(0, 0, 0, 0.18);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
}
.gs-modal.active {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  -khtml-opacity: 100;
  z-index: 2050;
}
.gs-modal .gs-modal-header,
.gs-modal .gs-modal-body,
.gs-modal .gs-modal-footer {
  padding: 20px;
}
.gs-modal .gs-modal-header:before,
.gs-modal .gs-modal-body:before,
.gs-modal .gs-modal-footer:before,
.gs-modal .gs-modal-header:after,
.gs-modal .gs-modal-body:after,
.gs-modal .gs-modal-footer:after {
  content: " ";
  display: table;
}
.gs-modal .gs-modal-header:after,
.gs-modal .gs-modal-body:after,
.gs-modal .gs-modal-footer:after {
  clear: both;
}
.gs-modal .gs-modal-footer {
  padding-top: 0;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.gs-modal .gs-modal-footer {
  text-align: right;
}
.gs-modal-body {
  position: relative;
}
.gs-modal-body .controls .text-2 {
  margin-right: 10px;
  display: inline-block;
  font-family: 'SourceSansPro';
  font-size: 15px;
}
.gs-modal-body .close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.gs-recovery .gs-modal {
  top: 30%;
}
.share-box {
  margin-right: -30px;
  margin-left: -30px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.share-box .backdrop-loading img {
  top: 10%;
}
.popover-edited ul {
  padding-left: 17px;
  margin: 0;
  margin-bottom: 10px;
}
.popover-user {
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
}
.popover-portada {
  height: 85px;
  width: 100%;
  background-size: cover;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.popover-user .popover-avatar-content {
  position: relative;
  margin-top: -30px;
  margin-bottom: 10px;
  text-align: center;
}
.popover-user .gs-avatar {
  width: 60px;
}
.popover-user .popover-inf-content {
  text-align: center;
}
.popover-user .popover-inf-content h5 {
  margin-bottom: 5px;
  font-size: 16px;
}
.popover-user .popover-inf-content .pptxt {
  color: #757575;
  display: inline-block;
}
.popover-user .gs-rating {
  text-align: center;
  margin-bottom: 5px;
}
.popover-user .gs-rating span {
  float: none !important;
  margin-right: -2px;
}
.banner-panel.change-panel-bg {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(#430556), to(#7d0202));
  background-image: -webkit-linear-gradient(left, color-stop(#430556 0%), color-stop(#7d0202 100%));
  background-image: -moz-linear-gradient(left, #430556 0%, #7d0202 100%);
  background-image: linear-gradient(to right, #430556 0%, #7d0202 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff430556', endColorstr='#ff7d0202', GradientType=1);
}
.banner-panel.change-panel-bg::before {
  content: "";
  background-image: url("../img/bg-panel-webquest.png");
}
@font-face {
  font-family: 'robotolight';
  src: url('font/roboto/roboto-light-webfont.eot');
  src: url('font/roboto/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('font/roboto/roboto-light-webfont.woff2') format('woff2'), url('font/roboto/roboto-light-webfont.woff') format('woff'), url('font/roboto/roboto-light-webfont.ttf') format('truetype'), url('font/roboto/roboto-light-webfont.svg#robotolight') format('svg');
  font-weight: normal;
  font-style: normal;
}
.main {
  position: relative;
  margin-bottom: 90px;
}
.home-logout-content .content-card-register {
  margin-top: 0;
}
.gs-avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section {
  display: block;
}
.gs-swap-content .btn-news.active {
  color: #A2A2A2;
}
.gs-card .nameUs {
  font-size: 17px;
  font-family: 'SourceSansPro';
  margin-bottom: 2px;
  margin-top: 5px;
}
.gs-card .namePu {
  background-color: #FFEFC5;
  color: #7B5C0A;
}
.gs-card .nameGr {
  background-color: #D2F5FF;
  color: #04495D;
}
.gs-card .namePuLink {
  margin-top: 10px;
  display: block;
}
.gs-card .namePuLink a {
  font-family: 'SourceSansPro';
  font-size: 15px;
}
.namePu,
.nameGr {
  border-radius: 3px;
  margin-top: 7px;
  display: inline-block;
  padding: 7px 12px;
}
.overlay-web {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  opacity: 0.7;
  background: #000 none repeat scroll 0% 0%;
  z-index: 1000;
  display: none;
}
.overlay-web.active {
  display: block;
}
.card-emphasis .gs-bg___ {
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  margin-bottom: 10px;
}
.gs-header {
  margin-bottom: 30px;
}
.gs-header a {
  font-size: 15px;
  font-weight: lighter;
  line-height: 35px;
  display: inline-block;
}
.gs-rating .mdi-radiobox-blank {
  color: #E97800;
  font-weight: bold;
  margin: -2px;
}
.gs-rating {
  margin-top: 3px;
  text-align: center;
}
.gs-rating span {
  display: inline-block;
  float: left;
  margin-right: 1px;
}
.media.text-center .gs-rating {
  float: none !important;
  display: block;
}
.media.text-center .gs-rating span {
  float: none !important;
  display: inline-block !important;
  margin-right: -4px !important;
}
.media.text-center .media-title {
  display: block !important;
}
.pagination {
  margin-top: 30px;
}
.pagination a,
.pagination span {
  color: #555;
}
.gs-banner-user .gs-banner-chart.bg-chart {
  background-color: #869c01;
  text-align: center;
}
@media (max-width: 670px) {
  .gs-banner-user .gs-banner-chart.bg-chart {
    text-align: center;
  }
  .gs-banner-user .gs-banner-chart.bg-chart .easy-pie-chart {
    float: none;
    margin-bottom: 10px;
  }
}
.gs-banner-user .gs-banner-chart.bg-chart {
  position: absolute;
  top: 400px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-top: 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.gs-banner-user .gs-banner-chart.bg-chart.visible {
  top: 0;
}
.gs-banner-chart.bg-chart .gs-inner-chart {
  position: relative;
}
.gs-banner-chart.bg-chart .gs-inner-chart .close {
  position: absolute;
  top: 0;
  right: 0;
  top: -10px;
  right: 20px;
  color: white;
}
.gs-alert {
  padding: 20px;
  background-color: #FFF8E9;
  color: #A06D0C;
}
.gs-alert .gs-alert-b {
  color: #000;
}
.gs-alert .close {
  color: #6F6F6F;
  position: absolute;
  top: 21px;
  right: 20px;
}
.gs-alert .close:hover {
  color: #000;
}
.easy-pie-chart {
  display: block;
  margin-bottom: 10px;
  margin: 0 auto;
}
.chart-graphic-content {
  text-align: center;
}
.easyPieChart {
  position: relative;
  text-align: center;
}
.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percentage,
.percent {
  font-size: 20px;
  font-weight: lighter;
  line-height: 18px;
  font-family: 'SourceSansPro';
}
.percentage {
  vertical-align: top;
  color: #ffffff;
}
.mix-target {
  float: left;
  width: 33.333333%;
  padding: 0 10px;
}
.gs-article-preview {
  margin-bottom: 1px;
}
.gs-media-tags {
  margin-top: 2px;
}
.gs-media-tags span {
  margin-right: 3px;
  font-size: 13px;
}
.gs-b {
  color: #000000;
}
.controls_gs_mark {
  margin: 20px 0;
  line-height: 20px;
}
.card-media-content {
  overflow: hidden;
  zoom: 1;
}
.gs-ce-smoooth {
  position: relative;
  overflow: hidden;
}
.gs-ce-smoooth .card-emphasis-body {
  padding: 20px 70px 20px 70px;
  position: relative;
}
.la-anim-1 {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 4px;
  background-color: #ed4e6e;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  pointer-events: none;
}
.la-anim-1.la-animate {
  z-index: 100;
  opacity: 0;
  -webkit-transition: -webkit-transform 1s ease-in, opacity 1s 1s;
  transition: transform 1s ease-in, opacity 1s 1s;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.la-anim-1.la-animate::after {
  box-shadow: 0 0 3px #ed4e6e, 0 0 1px #ed4e6e;
  opacity: 1;
}
.controls-character {
  margin-bottom: 5px;
}
.controls-character:before,
.controls-character:after {
  content: " ";
  display: table;
}
.controls-character:after {
  clear: both;
}
.controls-character span {
  float: right;
  font-size: 14px;
  font-family: 'SourceSansPro';
  color: #398a00;
}
