/* Base styles */
*, input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background-color: #ffffff;
}

body {
  color: rgba(45, 23, 77, 1);
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 13px;
  font-weight: lighter;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 50px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

img[width], img[height] {
  max-width: none;
}

figure > img {
  display: block;
}

a {
  color: rgba(140, 64, 255, 1);
  font-family: 'Open Sans', Helvetica, sans-serif;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

td, th {
  border-color: #eeeeee;
  border-style: solid;
  padding: 12px;
}

th {
  border-width: 1px 0;
  color: #bebebe;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
}

td {
  border-width: 0 0 1px 0;
}

h1, h2, h3, h4, h5, h6 {
  color: black;
  font-weight: 400;
}

h1 {
  font-size: 20px;
}

input, label {
  display: inline-block;
  vertical-align: middle;
}

label {
  font-size: 12px;
}

input[type="checkbox"] + label {
  margin-left: 5px;
}

input, textarea {
  border: 1px solid #dddddd;
  border-radius: 2px;
  padding: 10px;
}

textarea {
  height: 100px;
  padding: 7px 10px;
  resize: vertical;
}

textarea, input[type=text] {
  width: 100%;
}

input, textarea, select {
  color: #555;
}

input::-ms-clear {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

:-ms-input-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
}

/* Buttons */
button, [role=button], [type=button], [type=submit] {
  border-radius: 4px;
  border: 1px solid #dddddd;
  color: rgba(140, 64, 255, 1);
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

a[role=button]:hover {
  text-decoration: none;
}

input[type=submit] {
  background: #444;
  border-color: transparent;
  color: #FFF;
  padding: 10px 30px;
}

input[type=submit][disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  opacity: 0.4;
}

button img, [role=button] img {
  border-radius: 4px;
  margin: 0 5px 0 0;
  height: 20px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
[dir="rtl"] button img, [dir="rtl"] [role=button] img {
  margin: 0 0 0 5px;
}

/* Forms */
.form {
  max-width: 505px;
}

.form-field + .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label:after {
  content: "*";
  color: red;
  margin-left: 2px;
}

.form-field p {
  color: #bebebe;
  font-size: 11px;
}

.form-field input[type=number], .form-field input.datepicker {
  width: 150px;
}

.form form + form, .searchbox {
  margin-top: 25px;
}

.searchbox-suggestions {
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 10px 20px;
}

.searchbox-suggestions li {
  padding: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("/hc/theming_assets/01HZPPFBRQF8G49YAR5JFCCKY2") 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  border-top: 1px solid #eeeeee;
  margin-top: 40px;
  padding-top: 30px;
  text-align: right;
}

.form footer a {
  color: #cccccc;
  cursor: pointer;
  margin-right: 15px;
}

/* Navigation menus */
.nav li, .nav-bordered li, .nav-spaced li {
  display: inline-block;
  font-weight: bold;
}

.nav li a, .nav-bordered li a, .nav-spaced li a {
  font-weight: normal;
}

.nav-bordered li + li {
  border-color: #eeeeee;
  border-style: solid;
  border-width: 0 0 0 1px;
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
}

[dir="rtl"] .nav-bordered li + li {
  border-width: 0 1px 0 0;
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
}

.nav-spaced li + li {
  margin: 0 0 0 40px;
}

[dir=rtl] .nav-spaced li + li {
  margin: 0 40px 0 0;
}

/* Search box */
.search-box, .sub-nav .search {
  position: relative;
}
#centro-soporte-home .search-box {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.search-box:before, .sub-nav .search:before {
  content: "\1F50D";
  font-family: "entypo";
  font-size: 1.25em;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 2.5em;
  z-index: 1;
}

.search-box input, .sub-nav .search input {
  font-weight: lighter;
  padding: .75em 2.7em;
  width: 100%;
  -webkit-appearance: none;
}

.search-box input[type="submit"], .sub-nav .search input[type="submit"] {
  display: none;
}

/* Breadcrumbs */
.breadcrumbs li {
  color: #bebebe;
  display: inline-block;
  font-size: 12px;
}
.breadcrumbs li + li:before {
  content: ">";
}
.breadcrumbs li a {
  color: rgba(45, 23, 77, 1);
}

/* Labels */
.label, .request-status {
  border-radius: 20px;
  display: inline-block;
  font-size: 10px;
  padding: 1px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Metadata */
.meta, .meta-group {
  color: #cccccc;
  display: inline-block;
  font-size: 11px;
}

.meta-group * + *:before {
  content: "\2022";
  font-size: 8px;
  margin: 0 10px;
}

/* Helper classes */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* Social share links */
.share {
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share a {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  vertical-align: middle;
  width: 30px;
}

.share a:before {
  background: #8c40ff;
  border-radius: 50%;
  color: #FFF;
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share-twitter:before {
  content: "\F309";
}

.share-facebook:before {
  content: "\F30C";
}

.share-linkedin:before {
  content: "\F318";
}

.share-googleplus:before {
  content: "\F30F";
}

/* Pagination */
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border: 1px solid #eeeeee;
  float: left;
  margin-left: -1px;
}
[dir="rtl"] .pagination li {
  float: right;
}

.pagination a, .pagination span {
  color: inherit;
  font-size: 12px;
  padding: 5px 12px;
	color: black;
	font-weight: 600;
}

.pagination-current {
  background-color: #f9f9f9;
  color: #bebebe;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}
[dir="rtl"] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}
[dir="rtl"] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/* Markdown styles */
.markdown {
  word-wrap: break-word;
  line-height: 1.7;
}
.markdown h1, .markdown h2, .markdown h3, .markdown h4, .markdown h5, .markdown h6 {
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: bold;
  line-height: 13px;
  font-size: 13px;
}
.markdown img {
  max-width: 100%;
}
.markdown hr {
  background-color: #eeeeee;
  border: 0;
  height: 1px;
}
.markdown ul, .markdown ol {
  list-style-position: inside;
  padding: 0 15px;
}
.markdown ul {
  list-style-type: disc;
}
.markdown ol {
  list-style-type: decimal;
}
.markdown pre {
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.markdown blockquote {
  border-left: 1px solid #eeeeee;
  color: #bebebe;
  font-style: italic;
  padding: 0 15px;
}

/* Frame */
/*main,*/.header-inner, .footer-inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 90%;
  max-width: 1200px;
}

/* Columns */
.main-column, .side-column {
  display: inline-block;
  vertical-align: top;
}

.main-column {
  width: 68%;
}

.side-column {
  width: 270px;
  margin-left: 45px;
}
[dir=rtl] .side-column {
  margin-left: 0;
  margin-right: 45px;
}

/* Header */
.header {
  background: #F2F2F2;
  border-bottom: none;
}

.header-inner {
  display: table;
  height: 100px;
}

.logo, .user-nav {
  display: table-cell;
  vertical-align: middle;
}

.logo img {
  /*margin-top: -8%;*/
}

.user-nav {
  text-align: right;
}
.user-nav > * {
  display: inline-block;
  margin: 0 0 0 25px;
  vertical-align: middle;
}
[dir=rtl] .user-nav {
  text-align: left;
}
[dir=rtl] .user-nav > * {
  margin: 0 25px 0 0;
}

/* Home page */
.hero-unit {
  display: block;
  font-size: 22px;
  padding: 80px 60px;
}

body.community-enabled .knowledge-base, body.community-enabled .community {
  display: inline-block;
  vertical-align: top;
}
body.community-enabled .knowledge-base {
  width: 620px;
}

.knowledge-base, .community {
  display: inline-block;
  vertical-align: top;
}

.knowledge-base {
  width: 100%;
}

.community {
  background: #f9f9f9;
  border-radius: 5px;
  display: none;
  padding: 25px 20px;
  margin-top: 65px;
  margin-left: 45px;
  width: 270px;
}
[dir=rtl] .community {
  margin-left: 0;
  margin-right: 45px;
}

.community h2, .community h3, .section h3 {
  color: rgba(45, 23, 77, 1);
  font-size: 13px;
  font-weight: lighter;
  margin: 10px 0 15px;
  text-transform: uppercase;
}

.community h4 {
  font-size: 15px;
  margin-top: 0;
}

.community h4 a {
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
}

.community .trending-questions + h4 {
  margin-top: 50px;
}

/* Knowledge base trees */
.article-list li, .community li {
  margin-bottom: 10px;
}

.category h2 {
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
  margin: 25px 0;
  padding-bottom: 18px;
}

.category h2 a, .section h3 a {
  color: inherit;
}

.category-empty, .section {
  display: inline-block;
  padding: 0 50px 30px 0;
  vertical-align: top;
  width: 49.5%;
}
[dir=rtl] .category-empty, [dir=rtl] .section {
  padding: 0 0 30px 50px;
}

.see-all-articles {
  display: inline-block;
  font-size: 12px;
  margin-top: 10px;
  text-decoration: underline;
}

.category-description, .section-description {
  color: #bebebe;
  margin-bottom: 50px;
  margin-top: -15px;
}

.category-list a, .section-list a {
  color: inherit;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
}

.page-header {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px;
}
.page-header > * {
  display: table-cell;
  vertical-align: middle;
}
.page-header > *:first-child {
  width: 100%;
}
.page-header + p {
  color: #bebebe;
  margin: -15px 0 20px 0;
}
.page-header h1 {
  font-size: 20px;
}

/* Sub-nav */
.sub-nav {
  display: table;
  margin-bottom: 25px;
  padding: 25px 0;
  table-layout: fixed;
  width: 100%;
}
.sub-nav > * {
  display: table-cell;
}
.sub-nav .breadcrumbs {
  overflow: hidden;
  white-space: nowrap;
}
.sub-nav .search {
  width: 300px;
}

/* Article */
.article-header {
  margin-bottom: 25px;
}
.article-header h1 {
  font-weight: bold;
  margin: 0 0 10px;
}

.article-info > * {
  display: table-cell;
  vertical-align: middle;
}

.article-avatar {
  min-width: 55px;
}
.article-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}

.article-meta {
  width: 100%;
}

.article-updated {
  display: block;
}

.article-more-questions {
  margin: 15px 0 50px;
}

.article-body table {
  table-layout: fixed;
}

.article-footer {
  border-bottom: 1px solid #eeeeee;
  margin-top: 15px;
  padding: 20px 0;
}
.article-footer .article-vote, .article-footer .share {
  display: table-cell;
}

.article-vote {
  width: 100%;
}

.article-vote > * {
  display: inline-block;
}

.article-vote-controls {
  margin: 0 5px;
}

.article-vote-count {
  color: #999999;
  min-width: 20%;
}

.article-vote-up, .article-vote-down {
  color: inherit;
  font-family: "entypo";
}

.article-vote-up:before {
  content: "\1f44d";
  color: #8c40ff;
}

.article-vote-down:before {
  content: "\1f44e";
  color: #8c40ff;
}

.article-vote-up.article-voted {
  color: #6B9100;
  border-color: #6B9100;
}

.article-vote-down.article-voted {
  color: #999;
  border-color: #999;
}

/* Side column */
.side-column h3 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  margin: 0 0 20px;
}
.side-column ul {
  margin-bottom: 60px;
}
.side-column li {
  margin-bottom: 10px;
}
.side-column li a {
  font-size: 12px;
}

.visibility-internal-icon:before {
  content: "\1F512";
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 13px;
}

.article-promoted span, .visibility-internal {
  cursor: default;
  position: relative;
}
.article-promoted span:before, .article-promoted span:after, .visibility-internal:before, .visibility-internal:after {
  display: none;
  font-size: 13px;
  font-weight: normal;
  position: absolute;
}
.article-promoted span:before, .visibility-internal:before {
  background: #222;
  border-radius: 3px;
  color: #FFF;
  content: attr(data-title);
  font-family: 'Open Sans', Helvetica, sans-serif;
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  text-transform: none;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}
.article-promoted span:after, .visibility-internal:after {
  border-bottom: 5px solid #222;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}
.article-promoted span:hover:before, .article-promoted span:hover:after, .visibility-internal:hover:before, .visibility-internal:hover:after {
  display: block;
}

/* Comments - Article, Request and Post pages */
.comment-list {
  margin-bottom: 25px;
}
.comment-list > * {
  border-bottom: 1px solid #eeeeee;
  padding: 25px 0;
}
.comment-list > *:first-child {
  border-top: 1px solid #eeeeee;
}

.comment-sorter {
  float: right;
}
.comment-sorter a {
  color: #999;
  text-decoration: none;
  padding-left: 20px;
}

.comment-sorter [aria-selected=true] {
  font-weight: bold;
  color: #333;
}

.comment, .comment-form {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.comment > *, .comment-form > * {
  display: table-cell;
  vertical-align: top;
}

.comment-vote, .comment-bookmark {
  text-align: center;
  width: 50px;
}

.comment-bookmark:before {
  color: #77a500;
  content: "\1F516";
  font-family: "entypo";
  font-size: 23px;
  line-height: 1.1;
}

.comment-avatar {
  position: relative;
  width: 85px;
}
.comment-avatar img {
  border-radius: 3px;
  width: 65px;
  height: 65px;
}

.comment-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01HZPPFBZPZ962H6WRT083X70N");
  background-image: url("/hc/theming_assets/01HZPPFC5RY6DGWQ70934F32XW");
  background-repeat: no-repeat;
  background-size: 15px;
  content: " ";
  height: 15px;
  left: 55px;
  position: absolute;
  top: 55px;
  width: 15px;
}
[dir=rtl] .comment-avatar-agent:after {
  left: auto;
  right: 55px;
}

.comment-header {
  margin-bottom: 15px;
}

.comment-published, .comment-pending, .comment-official {
  border: 1px solid transparent;
  float: right;
  font-size: 11px;
  padding: 1px 5px;
}
[dir=rtl] .comment-published, [dir=rtl] .comment-pending, [dir=rtl] .comment-official {
  float: left;
}

.comment-published {
  color: #bebebe;
}
.comment-published:before {
  content: " ";
  display: inline-block;
  width: 5px;
}

.comment-pending, .comment-official {
  border-color: currentcolor;
  border-radius: 2px;
}

.comment-pending {
  color: #eec100;
}

.comment-official {
  color: #77a500;
}

.comment-form textarea {
  border-radius: 2px 2px 0 0;
  border-width: 1px;
}

.comment-attachments {
  border: 1px solid #dddddd;
  margin-top: -1px;
  padding: 10px;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}

.comment-form-controls input[type=submit] {
  margin-left: 15px;
}
[dir=rtl] .comment-form-controls input[type=submit] {
  margin-left: 0;
  margin-right: 15px;
}

.comment-screencasts, .comment-mark-as-solved {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
[dir=rtl] .comment-screencasts, [dir=rtl] .comment-mark-as-solved {
  margin-left: 20px;
}

.comment-actions {
  float: right;
  color: #999999;
}

.comment-actions .dropdown-toggle:before {
  content: "\2699";
  font-size: 11px;
  font-family: "entypo";
}

.attachment-list, .screencast-list {
  font-size: 11px;
  margin-top: 25px;
}
.attachment-list span, .screencast-list span {
  color: #999999;
}
.attachment-list li, .screencast-list li {
  margin-bottom: 10px;
}
.attachment-list li:before, .screencast-list li:before {
  background: #f9f9f9;
  border-radius: 3px;
  color: #bbb;
  font-family: "entypo";
  margin-right: 5px;
  padding: 5px;
}

.attachment-list li:before {
  content: "\1F4CE";
}

.screencast-list li:before {
  content: "\1F4BB";
}

.my-activities-header {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 25px;
  padding: 25px 0;
}
.my-activities-header .breadcrumbs li {
  color: black;
  font-size: 20px;
  font-weight: normal;
}
.my-activities-header .breadcrumbs li:first-child, .my-activities-header .breadcrumbs li:before {
  display: none;
}

.my-activities-nav {
  margin-bottom: 100px;
}

.my-activities-sub-nav {
  margin-bottom: 15px;
}

.request-table-toolbar {
  background: rgba(105, 17, 147, 0.1);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  display: table;
  padding: 8px;
  width: 100%;
}

.request-table-filters {
  display: table-cell;
  text-align: right;
}
[dir="rtl"] .request-table-filters {
  text-align: left;
}
.request-table-filters label:before {
  content: " ";
  width: 25px;
  display: inline-block;
}

.requests-search {
  border-radius: 20px;
  outline: none;
  padding: 6px 15px;
}

.request-id {
  color: #bebebe;
}

.request-details {
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  font-size: 12px;
  margin: 0 0 30px;
  padding: 15px 20px;
}

.request-details dt ~ dt {
  font-weight: bold;
  margin-top: 15px;
}

.request-details dd {
  margin: 2px 0 0;
  word-wrap: break-word;
}

.request-details dd ul {
  margin: 10px 0;
}

.request-details dd li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0 0 3px 0;
}

.request-details .nested-field-tag:before {
  content: " > ";
}
.request-details .nested-field-tag:first-child:before {
  content: "";
}

.request-status {
  color: #FFF;
  border-radius: 3px;
  font-weight: 600;
}

.request-open {
  background: #59BBE0;
}

.request-answered {
  background: #F5CA00;
}

.request-solved {
  background: #828282;
}

/* Community heading */
.community-heading {
  font-size: 18px;
  margin: 0;
  width: 100%;
}

/* Community nav */
.community-nav {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 55px;
  padding: 25px 0;
}

.community-nav li {
  display: inline-block;
  font-weight: bold;
  padding-right: 30px;
}

.community-nav li a {
  font-weight: normal;
}

.community-nav li + li {
  border-left: 1px #eeeeee;
  padding-left: 30px;
}

.community-nav li:last-child {
  border: 0;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: -5px;
}
[dir=rtl] .community-nav li:last-child {
  float: left;
}

.community-nav li:last-child a {
  color: rgba(140, 64, 255, 1);
}

.community-nav li:last-child a:before {
  content: "\270E";
  font-family: "entypo";
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}
[dir=rtl] .community-nav li:last-child a:before {
  margin-right: 0;
  margin-left: 10px;
}

/* Community sub-nav */
.community-sub-nav {
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0;
  position: relative;
  width: 800px;
}

.community-sub-nav li {
  display: inline-block;
  font-weight: bold;
  padding-right: 15px;
}

.community-sub-nav li a {
  font-weight: normal;
}

.community-sub-nav li + li {
  padding-left: 15px;
}

.community-sub-nav .topic-add {
  position: absolute;
  right: 0;
  top: 10px;
}

/* Topics/questions/answers */
.topic {
  display: inline-block;
  width: 49.5%;
  padding: 20px 30px 20px 0;
  vertical-align: top;
}

.topic-header, .question-header {
  border-bottom: 1px solid #eeeeee;
  display: table;
  padding-bottom: 10px;
}

.topic-header > *, .question-header > * {
  display: table-cell;
  vertical-align: middle;
}

.topic-header .topic-meta, .question-header .question-meta {
  padding: 0 15px;
  white-space: nowrap;
}

.topic-heading, .question-heading, .answer-list-heading {
  font-weight: bold;
  font-size: 13px;
  width: 100%;
}

.topic-heading {
  font-size: 18px;
}

.topic-questions {
  margin-top: 45px;
}

.topic-description {
  word-break: break-word;
}

.question, .answer {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
  position: relative;
}

.question-form .nesty-input {
  max-width: none;
}

.question-avatar, .answer-avatar {
  display: table-cell;
  margin-right: 10px;
  min-width: 50px;
  position: relative;
  vertical-align: top;
}

.question-avatar-agent:after, .answer-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01HZPPFBZPZ962H6WRT083X70N");
  background-image: url("/hc/theming_assets/01HZPPFC5RY6DGWQ70934F32XW");
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 30px;
  top: 30px;
  content: " ";
}

.question-avatar img, .answer-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}

.question-body, .answer-body, .answer-official-body {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.question-body .answer-official-body {
  vertical-align: top;
  width: 100%;
}

.question-body p, .answer-body p, .answer-official-body p {
  margin: 0 0 5px;
}

.question-body .question-meta, .answer-body .answer-meta, .answer-official-body .answer-meta {
  float: left;
}

.question .answer {
  border: none;
  padding-bottom: 0;
}

.question-topic-list {
  margin: -20px 0 30px;
}

.question-topic-list li {
  display: inline-block;
  margin: 10px 10px 0 0;
}

.question-topic-list a {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  color: #cccccc;
  display: inline-block;
  font-size: 11px;
  padding: 7px 15px;
}

.question-title, .topic-title {
  margin: -3px 0 5px;
  font-size: 15px;
}

.question-title a, .topic-title a {
  font-weight: lighter;
}

.question-meta, .answer-meta, .topic-meta {
  color: #cccccc;
  font-size: 11px;
}

.topic-meta span + span:before, .question-meta span + span:before, .answer-meta span + span:before {
  content: "\2022";
  font-size: 10px;
  margin: 0 10px;
}

.answer-form {
  margin: 30px 0 0 95px;
}

.answer-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}

.answer-form-controls input[type=submit] {
  margin-left: 15px;
}

.answer-form-controls .pull-left {
  float: left;
}

.answer-official-heading {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
  border-bottom: 0px;
}

.answer-list-heading {
  border-bottom: 1px solid #eeeeee;
  margin-top: 30px;
  padding-bottom: 20px;
}

.pending-moderation-answer-badge {
  clear: both;
  border-style: solid;
  border-width: 1px;
  border-color: #c7aa2b;
  color: #c7aa2b;
  padding: 3px 5px;
  float: left;
  margin-top: 10px;
  font-size: 12px;
}

.question-share, .answer-share {
  position: relative;
}

.related-questions-header {
  border-bottom: 1px solid #eeeeee;
}

.related-questions-heading {
  margin-top: 3px;
}

.related-questions li {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Vote */
.vote {
  display: table-cell;
  margin-left: 15px;
  margin-right: 10px;
  min-width: 95px;
  vertical-align: top;
}

.vote-sum, .vote-controls {
  display: inline-block;
  vertical-align: middle;
}

.vote-sum {
  font-size: 15px;
  font-weight: bold;
  min-width: 60px;
  padding-left: 10px;
  text-align: center;
}

.vote-controls {
  border-radius: 5px;
}

.vote-controls a {
  background: #FFF;
  border-color: #f6f6f6;
  box-shadow: none;
  color: #bebebe;
  display: block;
  font-family: "entypo";
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
}

.vote-up {
  border-radius: 5px 5px 0 0;
}

.vote-down {
  border-radius: 0 0 5px 5px;
  border-top: 0;
}

.vote-up:before {
  content: "\E763";
}

.vote-down:before {
  content: "\E760";
}

.vote-controls:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.vote-controls:hover a {
  background: #FFF;
  border-color: #A6A6A6;
  color: #BBB;
}

.vote-controls a:hover, .vote-controls [aria-selected=true] {
  background: #f6f6f6;
  color: #333;
}

.vote-controls a:active {
  background: #CCC;
  color: #111;
}

/* Accept */
.answer-accept {
  color: #BBB;
  font-size: 15px;
  max-width: 15px;
  overflow: hidden;
  padding-top: 7px;
  position: absolute;
  white-space: nowrap;
}

.answer-accept:hover {
  text-decoration: none;
}

.answer-accept:before {
  content: "\2713";
  font-family: "entypo";
  margin-right: 5px;
}

.answer-accepted .answer-accept, .answer-accepted .vote-sum {
  color: green;
}

/* Admin controls */
.topic-controls, .question-controls, .answer-controls {
  float: right;
  font-size: 11px;
}

.topic-edit:before, .question-delete:before, .question-mark-as-spam:before, .answer-delete:before, .answer-mark-as-spam:before {
  color: #cccccc;
  content: "\2022";
  font-size: 10px;
  margin-left: -16px;
  margin: 0 8px;
  pointer-events: none;
  position: relative;
  display: inline-block;
}

/* Share questions and answers */
.share-label {
  cursor: pointer;
}

.share-label + .share {
  background: #FFF;
  border: 1px solid #dddddd;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  left: 50%;
  line-height: 70px;
  margin: 10px 0 0 -75px;
  position: absolute;
  text-align: center;
  top: 100%;
  white-space: nowrap;
  width: 175px;
  z-index: 1;
}

.share-label + .share:before, .share-label + .share:after {
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
}

.share-label + .share:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-left: 7px solid transparent;
  margin-left: -6px;
}

.share-label + .share:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  border-left: 6px solid transparent;
  margin-left: -5px;
}

.share-label[aria-selected="true"] {
  color: #111;
}

.share-label[aria-selected="true"] + .share {
  display: block;
}

.share-label[aria-selected="false"] + .share {
  display: none;
}

body.community-enabled .search-results-column {
  display: inline-block;
  vertical-align: top;
  width: 450px;
}
body.community-enabled .search-results-column + .search-results-column {
  margin-left: 35px;
}
[dir=rtl] body.community-enabled .search-results-column + .search-results-column {
  margin-left: 0;
  margin-right: 35px;
}

.search-results-subheading {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.search-results-subheading-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.search-results-list {
  margin-bottom: 25px;
}
.search-results-list > * {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
}
.search-results-list > *:first-child {
  border-top: 1px solid #eeeeee;
}

.search-result-link {
  font-size: 16px;
}

.search-result-description, .search-result-meta {
  padding-top: 16px;
}

.search-result-meta-name, .search-result-meta-time, .search-result-meta-count {
  font-size: 12px;
  color: #bebebe;
}

.search-result-meta-time:before, .search-result-meta-count:before {
  display: inline-block;
  padding-right: 5px;
  content: '\2022';
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.search-result-votes {
  background: #A8D119;
  border-radius: 2px;
  color: #FFF;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  padding: 4px 5px;
  position: relative;
  top: -2px;
}
.search-result-votes:before {
  content: "\1F44D";
  font-family: "entypo";
  margin-right: 3px;
}

.chat {
  background: #f6f6f6;
  border: 1px solid #E0E0E0;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-size: 13px;
  line-height: 35px;
  padding: 0 15px;
  position: fixed;
  right: 85px;
  -webkit-transition: bottom .5s ease-in, color .5s ease-in;
  -moz-transition: bottom .5s ease-in, color .5s ease-in;
  -ms-transition: bottom .5s ease-in, color .5s ease-in;
  -o-transition: bottom .5s ease-in, color .5s ease-in;
  transition: bottom .5s ease-in, color .5s ease-in;
}

.chat:before {
  content: "\E720";
  font-family: "entypo";
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.chat:hover {
  text-decoration: none;
}

.chat-available {
  bottom: 0;
}

.chat-unavailable {
  color: gray;
  cursor: default !important;
  bottom: -50px;
}

.error-page {
  margin: 0 auto;
  max-width: 500px;
  padding-top: 5%;
}

.error-page h1 {
  font-size: 52px;
  margin-bottom: 0;
}

.error-page h2 {
  font-size: 16px;
  margin-bottom: 5px;
}

.error-page > a {
  display: block;
  margin-top: 25px;
}

.recent-activity {
  background: #f9f9f9;
  border-radius: 5px;
  padding: 25px 20px;
  width: 270px;
}

.recent-activity-header {
  margin-top: 0;
  font-size: 15px;
}

.recent-activity-item ~ .recent-activity-item {
  margin-top: 15px;
}

.recent-activity-item-parent {
  color: rgba(45, 23, 77, 1);
  font-size: 12px;
  text-decoration: none;
  display: block;
}
.recent-activity-item-parent:hover {
  text-decoration: underline;
}

.recent-activity-item-link {
  display: block;
}

.recent-activity-item-meta {
  font-size: 12px;
  color: #999999;
}

.recent-activity-item-time {
  display: inline-block;
}

.recent-activity-item-comment {
  display: none;
}
.recent-activity-item-comment:before {
  display: inline-block;
  content: "\2022";
}
.recent-activity-item-comment span:before {
  font-family: "entypo";
  content: "\00a0\00a0\e718";
  display: inline-block;
  vertical-align: middle;
  padding-right: 3px;
}

[data-recent-activity-action="article_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="post_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="answer_added"] .recent-activity-item-comment {
  display: inline-block;
}

.recent-activity-controls,
.recent-activity-loader {
  padding-top: 20px;
  font-size: 12px;
}

.recent-activity-loader {
  display: inline-block;
  position: relative;
}
.recent-activity-loader:before {
  display: block;
  position: absolute;
  content: "\0020";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9f9f9 50%, rgba(255, 255, 255, 0) 100%);
  animation: recent-activity-loader 0.5s infinite;
  -webkit-animation: recent-activity-loader 0.5s infinite;
}

@keyframes recent-activity-loader {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}
@-webkit-keyframes recent-activity-loader {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

/*/////CSS CENTRO DE SOPORTE/////*/

/*////////generico////////*/
#body_soporte{
  font-size:15px;
  line-height:23px;
  padding:0;
}
#body_soporte .clear{
  clear:both;
}
#body_soporte h2{
  font-size:30px;
  line-height:30px;
  color:#333;
  font-weight:600;
}
#body_soporte a{
  font-weight:200;
}
#body_soporte li{
  padding:0 0 22px 0;
  color:#8c40ff;
}
.grey_container_soporte{
  background:white;
}
.white_container_soporte{
  background:#ffffff;
}
.container_soporte{
  margin: 0 auto;
  padding: 0 20px;
  width: 90%;
  max-width: 1200px;
}
#body_soporte .pagination{
  margin-bottom:0;
}
#body_soporte .pagination li{
  margin:0;
  padding: 0;
  border:none;
  color:black;
  background:#fff;
}
#body_soporte .pagination li a {
    color: #797979;
}
#body_soporte .pagination li a:hover{
  color:#8c40ff;
}
#body_soporte .pagination .pagination-first a, #body_soporte .pagination .pagination-prev a, #body_soporte .pagination .pagination-next a, #body_soporte .pagination .pagination-last a{
  color:#8c40ff;
}
#body_soporte .pagination .pagination-first a:hover, #body_soporte .pagination .pagination-prev a:hover, #body_soporte .pagination .pagination-next a:hover, #body_soporte .pagination .pagination-last a:hover{
  color:#f00a8b;
}
#nav_soporte{
  margin:0;
  padding:30px 0;
}
#nav_soporte ol{
  display:inline-block;
  vertical-align:middle;
  overflow:inherit;
  white-space:inherit;
}
#nav_soporte li{
  padding:0;
  color:#bebebe;
}
#nav_soporte li:last-child{
  color:#797979;
}
#article_soporte #nav_soporte li:last-child{
  color:#bebebe;
}
#nav_soporte a{
  text-decoration:underline;
  color:#bebebe;
}
#nav_soporte a:hover{
  color:#797979;
}
#nav_soporte form{
  width:100%;
}
#nav_soporte .main-column{
  vertical-align:middle;
}


/*//////// header//////// */
#nav_header_soporte{
  margin: 0;
  padding: 5px;
  background: #eee;
  background: -webkit-linear-gradient(top, #3C3C3C 0%, #222222 100%);
  background: -moz-linear-gradient(top, #3C3C3C 0%, #222222 100%);
  background: -ms-linear-gradient(top, #3C3C3C 0%, #222222 100%);
  background: -o-linear-gradient(top, #3C3C3C 0%, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3C3C3C), color-stop(100%, #222222));
  background: linear-gradient(to bottom, #3C3C3C 0%, #222222 100%);
}
nav#nav_header_soporte a.login {
    color: white;
    background: rgba(255, 255, 255, 0.15);
    font-weight: 400;
}
nav#nav_header_soporte a.login:hover {
    background: rgba(255, 255, 255, 0.3);
}
#userbar_header_soporte{
  list-style:none;
  display:inline-block;
  margin-left:20px;
}
#userbar_header_soporte li{
  display:inline-block;
  margin-right:20px;
  color:white;
  padding:0;
  z-index: 9;
}
#userbar_header_soporte a, #userbar_header_soporte a:hover{
  color:white;
  font-family:'Open Sans', Helvetica, sans-serif;
}
#btn_mas_nav_header_soporte{
  background:inherit;
}
#mas_user_nav_soporte{
  display:none;
  position: absolute;
  width: 200px;
  background:#242424;
  padding:15px 20px;
  font-size:13px;
  line-height:14px;
}
#mas_user_nav_soporte li{
  display: block;
  padding-bottom:10px;
}
#mas_user_nav_soporte li:last-child{
  padding-bottom:0px;
}
#mas_user_nav_soporte a, #mas_user_nav_soporte a:hover{
  color:white;
}
#nav_header_soporte #user{
  float:right;
  font-size:12px;
}
#nav_header_soporte #user .dropdown-toggle{
  background: linear-gradient(to bottom, #FFFFFF 0%, #F4F4F4 50%, #EDEDED 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 -1px #DDDDDD inset;
  padding:0px 5px;
  color:#797979;
}
#nav_header_soporte .user-avatar{
  max-height:14px;
}
#nav_header_soporte #user #user-dropdown{
  margin-top:6px;
  padding:0;
  min-width:auto;
}
#nav_header_soporte #user #user-dropdown a{
    padding:6px 12px;
}
#line_color_header{
  background:#8c40ff;
  height:10px;
  width:100%;
}

#header_soporte{
  padding: 20px 0;
  background-color: white;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    position: relative;
}
#header_soporte .header-inner{
  height:auto;
      width: 90%;
    max-width: 1200px;
}
#phone_soporte{
	font-size:30px;
  /*height:50px;
  width:258px;*/ 
}



/*//////// home ////////*/
.two_parts_container_soporte{
  width:50%;
  float:left;
}
#title_soporte {
    font-size: 60px;
    color: white;
    font-weight: 600;
    text-align: center;
    margin: 20px 0;
    line-height: 40px;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}
#search_soporte{
  padding:45px 60px 10px;
}

/* Para activar bloque de incidencias, meter la linea display:none; dentro de este comentario o comentar    */

#happening_faq_soporte{
	display:none;
  padding:35px 0;
  
}

/* Este es el de preguntas frequentes que no hay que activar nunca */
#happening_soporte{
  display:none;
  padding-left:30px;
  border-left:1px solid #bfbfbf;
}
#faq_soporte{
  padding-right:30px;
      text-align: center;
    font-size: 15px;
    line-height: 22px;
    /*border: 1px solid #8c40ff;*/
    padding: 20px 10px;
    /*background-color: rgba(105, 17, 147, 0.05);*/
    border: 1px solid #FC6E21;
    background-color: rgba(252, 110, 33, 0.1);
}
#happening_faq_soporte h2{
  border-bottom:none;
  padding:0;
  margin:0 0 30px;
}
#happening_faq_soporte ul{
  list-style:initial;
  padding-left:30px;
}
#happening_faq_soporte li{
  padding:0;
  margin:0 0 15px;
}
#happening_faq_soporte li:last-child{
  margin-bottom:0;
}
#answer_soporte{
  padding:20px 20px;
  text-align:center;
}
#answer_soporte h2{
  text-align:center;
}
#answer_soporte .section_answer_soporte{
  margin:0 30px 30px 0;
  padding:105px 23px 30px;
  width:290px;
  height:430px;
  overflow:hidden;
  border:1px solid #bfbfbf;
  display:inline-block;
  position:relative;
  vertical-align:top;
  text-align:left;
}
#answer_soporte .section_answer_soporte:nth-child(3n+1){
  margin-right:0;
}
#answer_soporte h3{
  text-align:center;
  color:#797979;
  font-weight:100;
  border-bottom:1px solid #bfbfbf;
  margin:0 0 20px;
  padding:0 0 20px;
  font-size:20px;
  line-height:25px;
}
#answer_soporte li{
  padding:0 0 15px;
}
#answer_soporte .view_all_answer_soporte{
  position:absolute;
  bottom:30px;
  width:228px;
  text-align:center;
  text-decoration:underline;
  color:#f00a8b;
  font-size:12px;
}
#funcionamiento_answer_soporte{
  background:url('//p1.zdassets.com/hc/theme_assets/596032/200055026/icons_funcionamiento.png') no-repeat center 30px #fff;
}
#recuperacion_answer_soporte{
  background:url('//p1.zdassets.com/hc/theme_assets/596032/200055026/icons_recuperacion.png') no-repeat center 30px #fff;
}
#pasos_answer_soporte{
  background:url('//p1.zdassets.com/hc/theme_assets/596032/200055026/icons_pasos.png') no-repeat center 30px #fff;
}
#plataforma_answer_soporte{
  background:url('//p1.zdassets.com/hc/theme_assets/596032/200055026/icons_plataforma.png') no-repeat center 30px #fff;
}
#evaluacion_answer_soporte{
  background:url('//p1.zdassets.com/hc/theme_assets/596032/200055026/icons_evaluacion.png') no-repeat center 30px #fff;
}
#participacion_answer_soporte{
  background:url('//p1.zdassets.com/hc/theme_assets/596032/200055026/icons_participar.png') no-repeat center 30px #fff;
}
#calificacion_answer_soporte{
  background:url('//p1.zdassets.com/hc/theme_assets/596032/200055026/icons_expediente.png') no-repeat center 30px #fff;
}
#titulaciones_answer_soporte{
  background:url('//p1.zdassets.com/hc/theme_assets/596032/200055026/icons_titulaciones.png') no-repeat center 30px #fff;
}
#alumni_answer_soporte{
  background:url('//p1.zdassets.com/hc/theme_assets/596032/200055026/icons_alumni.png') no-repeat center 30px #fff;
}
#guia_intro_soporte{
  padding:25px 0;
}
#guia_intro_soporte h2{
  margin:0;
}
#text_guia_intro_soporte{
  padding-right:30px;
}
#video_guia_intro_soporte{
  width:100%;
}



/*//////// paginas principales (categoria y articulo) ////////*/
#category_soporte, #section_soporte{
  padding:0 0 60px;
}
#category_soporte h1{
  padding:0;
  margin:0 0 20px;
  font-size:30px;
  line-height:30px;
  font-weight:600;
  color:#333;
}
#category_soporte p{
  margin: 0 0 40px;
  color: #bebebe;
}
#content_category_soporte .section{
  padding: 0 20px 60px 0;
}
#content_category_soporte .section:nth-child(2n){
  padding: 0 0 60px 20px;
}
#content_category_soporte h3 {
    text-transform: none;
    font-size: 20px;
    line-height: 25px;
    color: #333;
    margin: 0 0 20px;
    padding: 0 0 5px;
    border-bottom: 1px solid #bebebe;
}
#content_category_soporte h3 a {
    font-weight: 500;
}

#content_category_soporte h3 a:hover{
  text-decoration:none;
}
#content_category_soporte ul, #content_section_soporte ul, #article_soporte .article-body ul{
  list-style: initial;
  padding-left:30px;
}
#content_category_soporte li, #content_section_soporte li, #article_soporte .article-body li{
  padding:0;
  margin:0 0 15px;
}
#content_category_soporte .see-all-articles{
  text-decoration: underline;
  color: #f00a8b;
  padding-left:30px;
}
#section_soporte h1 {
    text-transform: none;
    font-size: 20px;
    line-height: 25px;
    color: #333;
    margin: 0 0 20px;
    padding: 0 0 5px;
    border-bottom: 1px solid #bebebe;
}
#article_soporte{
  font-size:"Helvetica Neue",Arial,Helvetica,sans-serif;
}
#article_soporte .container_soporte{
  padding-bottom:60px;
}
#article_soporte h1{
  font-weight:600;
  color:#333;
  font-size:30px;
  margin:0 0 20px;
  line-height:35px;
}
#content_article_soporte .article-body{
  line-height:24px;
}
#content_article_soporte .article-body p{
  margin-top:0;
}
#content_article_soporte .article-body p:last-child{
  margin-bottom:0;
}
#content_article_soporte .article-body ol{
  padding-left:30px;
}
#content_article_soporte .article-body li{
  color:#333;
}
#content_article_soporte .article-body table{
  margin: 0 0 30px;
  border: 1px solid #eee;
  width: 100% !important;
    overflow-x: scroll;
    display: block;
}
#content_article_soporte .article-body img{
  border:1px solid #eee;
  width: 100%;
  height:auto;
  margin:20px 0;
}
#content_article_soporte footer {
    margin: 80px 0 20px;
    padding: 20px;
    font-size: 12px;
    background: rgba(105, 17, 147, 0.1);
    border-left: 4px solid #8c40ff;
    border-bottom: 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}
#content_article_soporte footer a.article-vote-up, #content_article_soporte footer a.article-vote-down {
    background: #fff;
    border-radius: 50px;
    padding: 3px 10px;
}
#content_article_soporte footer .share li{
  padding:0;
  padding-left: 2px;
}
#solution_article_soporte{
  font-size:12px;
  font-weight:500;
  font-style:italic;
}
#sidebar_article_soporte{
  width: 27%;
  margin-left: 4%;
}
#sidebar_article_soporte section{
  margin:0;
  padding:0px;
  border:1px solid #ddd;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}
#sidebar_article_soporte section h3{
  color:white;
  margin: 0;
      background: #8c40ff;
    padding: 20px 30px;
    text-align: center;
}
#sidebar_article_soporte section ul{
  list-style:disc;
  margin:0 0 0 16px;
  padding: 30px;
}
#sidebar_article_soporte section li{
  margin: 0;
  padding: 0 0 15px;
  line-height: 16px;
}
#sidebar_article_soporte section li:last-child{
  padding-bottom:0;
}
#related_article_sidebar_article_soporte h3{
  background:url(//p1.zdassets.com/hc/theme_assets/596032/200055026/articulo_relacionado.png) no-repeat 0 3px;
  padding:5px 0 12px 35px;
}



/*//////// paginas secundarias (estaticas) ////////*/
#static_soporte .container_soporte{
  padding-bottom:60px;
}
#static_soporte h1{
    /*font-weight: 200;
    color: #797979;
    font-size: 30px;
    margin: 0 0 20px;
    line-height: 35px;*/
    font-weight: 600;
    color: #333;
    font-size: 30px;
    margin: 0 0 20px;
    line-height: 35px;
}
#nav_mis_actividades{
  margin:0 0 60px;
}
#nav_mis_actividades ul{
  border-top:1px solid #eee;
  border-bottom: 1px solid #eee;
}
#nav_mis_actividades li{
  padding: 10px 20px;
  margin: 0;
  border:none;
  color: #f00a8b;
  font-weight: 500;
}
#nav_mis_actividades li a{
  color: #797979;
}
#nav_mis_actividades li a:hover{
  color:#8c40ff;
}
#subnav_mis_actividades{
  margin: 0 30px 0 0;
  width: 200px;
  display: inline-block;
  vertical-align: top;
}
#subnav_mis_actividades ul{
  border: 1px solid #ccc;
  background:#eee;
}
#subnav_mis_actividades li{
  display:block;
  margin:0;
  border-left:none;
  border-bottom: 1px solid #ccc;
  padding: 15px 30px;
  color: #f00a8b;
  font-weight: 500;
}
#subnav_mis_actividades li:hover{
  background:#ddd;
}
#subnav_mis_actividades li:last-child{
  border-bottom:none;
}
#subnav_mis_actividades li a{
  display:block;
  color:#797979;
}
#subnav_mis_actividades li a:hover{
  text-decoration:none;
}
.nav_solicitudes{
  margin-bottom:0 !important;
}
#contribuciones_table_mis_actividades{
  width: 700px;
}
#siguiendo_table_mis_actividades, #solicitudes_table_mis_actividades{
  width: 100%;
}
#solicitudes_table_mis_actividades{
  margin-top:60px;
}
.table_mis_actividades{
  display: inline-block;
  vertical-align: top;
  font-size:12px;
}
.table_mis_actividades th{
  background: #eee;
  border-color:#ccc;
  border-width: 1px;
  color:#797979;
  text-align:center;
}
.table_mis_actividades tr td, #solicitudes_table_mis_actividades th:first-child, #solicitudes_table_mis_actividades tr td:first-child{
  text-align:center;
}
.table_mis_actividades th:first-child, .table_mis_actividades tr td:first-child, #solicitudes_table_mis_actividades th:nth-child(2), #solicitudes_table_mis_actividades tr td:nth-child(2){
  text-align:left;
}

/*//////// pagina solicitud ////////*/
#solicitud_soporte li:first-child{
  border-top:none;
}
#solicitud_soporte li{
  margin-bottom:0;
  padding-top:20px;
}
#solicitud_soporte .comment-attachments{
  border:none;
}
#solicitud_soporte #upload-dropzone{
  height: 45px;
  padding: 10px 0;
}
#solicitud_soporte #send_solicitud_soporte{
  text-align:center;
}
#solicitud_soporte #send_solicitud_soporte a{
  background:#37adf9;
  color:#fff;
  font-size:12px;
  padding:5px 20px;
}
#solicitud_soporte #send_solicitud_soporte a:hover{
  background:#006FF7;
}

/*//////// pagina nueva solicitud ////////*/
#new_solicitud_soporte h1{
  min-height:inherit;
  /*padding-bottom:5px;*/
  margin-bottom:20px;
  margin-top:30px;
  text-align:center;
}
#new_solicitud_soporte .form{
  max-width:none;
}
#new_solicitud_soporte .form label{
  font-weight:500;
  font-size:14px;
}
.upload-item {
    background: whitesmoke;
    border-radius: 50px;
    padding: 5px 10px !important;
}
#new_solicitud_soporte .form textarea, #new_solicitud_soporte .form input{
  color:#797979;
  font-weight:200;
  font-size:12px;
}
.upload-dropzone span {
  padding: 0;
}
#new_solicitud_soporte #upload-dropzone input {
    width: 100%;
}
#new_solicitud_soporte #upload-dropzone{
  height: 45px;
  padding: 10px 0;
}
#new_solicitud_soporte .form footer{
  border:none;
  text-align:center;
  padding:0;
}
#new_solicitud_soporte .form footer input{
  color:#fff;
  font-weight:bold;
  padding:10px 50px;
  background: #8c40ff;
  border-radius: 50px;
}
#new_solicitud_soporte .form footer input:hover {
    background: #530677;
}

/*//////// pagina busqueda ////////*/
#search_page_soporte #nav_soporte{
  padding:30px 0;
}
#search_page_soporte h2{
  color:#797979;
  font-weight:100;
  font-size:20px;
  line-height:25px;
  margin:5px 0 20px;
  border-bottom:1px solid #ccc;
}
#search_page_soporte .search-results-column{
  width:100%;
}
#search_page_soporte .search-results-column:last-child{
  
}
#search_page_soporte li{
  border-top:none;
  padding: 0 0 20px;
  margin-bottom:20px;
}
#search_page_soporte li .search-result-link{
  font-size:14px;
}
#search_page_soporte li .search-result-meta, #search_page_soporte li .search-result-meta-name, #search_page_soporte li .search-result-meta-time, #search_page_soporte li .search-result-meta-count{
  font-size:11px;
  color:#bebebe;
  font-style:italic;
  line-height:14px;
}
#search_page_soporte li .search-result-meta{
  padding: 0;
}
#search_page_soporte li .search-result-meta a{
  color:#aaa;
  text-decoration:underline;
}
#search_page_soporte li .search-result-description{
  font-size:12px;
  color:#797979;
  padding: 10px 0 0;
}
#search_page_soporte li .search-result-description p{
  margin:0;
}
#search_page_soporte #solution_article_soporte{
  margin-top: 30px;
  background-color:#EEE;
  padding: 15px 20px;
  border: 1px solid #ddd;
}

/*//////// pagina error ////////*/
#error_page_soporte{
  max-width:none;
}
#error_page_soporte h1{
  font-size:30px;
  line-height:30px;
  color:#797979;
  font-weight:200;
  margin:0;
}
#error_page_soporte h2{
  color:#797979;
  font-weight:100;
  font-size:20px;
  line-height:25px;
  margin:5px 0 30px;
}
#left_error_page_soporte, #right_error_page_soporte{
  display:inline-block;
  vertical-align:top;
}
#left_error_page_soporte{
  margin-right:15px;
  width: 620px;
}
#error_page_soporte p{
  margin:0 0 10px;
}
#volver_home_error_page_soporte a{
  text-transform: lowercase;
  color:#f00a8b;
}
#search_error_page_soporte{
  width:550px;
  padding:0;
  margin:20px 0 0;
}
#right_error_page_soporte{
  margin-left:15px;
  width: 285px;
}


/*//////// footer ////////*/
#iebs_footer_footer{
  font-family:'Open Sans', Helvetica, sans-serif;
  clear: both;
  margin: 0 auto;
  top: 0;
  background: none repeat scroll 0 0 #FFFFFF;
}
#iebs_footer_footer_sup{
  background: black;
  padding:10px 0;
  border-top:0;
  border-bottom:0;
}
#iebs_footer_logo_footer{
  margin-top:4px;
  float:left;
  outline:none;
}
#iebs_footer_social_footer{
  float:right;
}
#iebs_footer_social_footer a{
  width:32px;
  height:32px;
  float:left;
  margin-left:10px;
  /*background:url(http://accounts.iebschool.com/img/social_footer.png);*/
  position:relative;
}
#iebs_footer_social_footer #iebs_footer_fb_footer{
  background-position:0 0;
}
#iebs_footer_social_footer #iebs_footer_tw_footer{
  background-position:0 -32px;
}
#iebs_footer_social_footer #iebs_footer_gplus_footer{
  background-position:0 -128px;
}
#iebs_footer_social_footer #iebs_footer_in_footer{
  background-position:0 -160px;
}
#iebs_footer_social_footer #iebs_footer_ytb_footer{
  background-position:0 -192px;
}
#iebs_footer_social_footer #iebs_footer_mail_footer{
  background-position:0 -64px;
}
#iebs_footer_social_footer #iebs_footer_rss_footer{
  background-position:0 -96px;
}
#iebs_footer_social_footer #iebs_footer_fb_footer .iebs_footer_trans_media_footer:hover, #iebs_footer_social_footer #iebs_footer_tw_footer .iebs_footer_trans_media_footer:hover, #iebs_footer_social_footer #iebs_footer_in_footer .iebs_footer_trans_media_footer:hover, #iebs_footer_social_footer #iebs_footer_gplus_footer .iebs_footer_trans_media_footer:hover, #iebs_footer_social_footer #iebs_footer_mail_footer .iebs_footer_trans_media_footer:hover,
#iebs_footer_social_footer #iebs_footer_ytb_footer .iebs_footer_trans_media_footer:hover,#iebs_footer_social_footer #iebs_footer_rss_footer .iebs_footer_trans_media_footer:hover{
  opacity:0;
}
.iebs_footer_trans_media_footer{
  position:absolute;
  background: #fff;
  opacity:0.7;
  width:32px;
  height:32px;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  top:0;
  left:0;
}
#iebs_footer_footer_inf{
  background-color:black;
  padding: 20px 0;
}
#iebs_footer_table_footer td{
  padding:0 20px 0 0;
  /*background:url(http://accounts.iebschool.com/img/bg_table_footer.png) repeat-y;*/
  border: none;
}
.tit_table_footer{
  color:#b9b9b9;
  font-size:20px;
  margin:0 0 20px;
  font-weight:normal;
  line-height: 18px;
  padding: 0 0 10px 0;
}
#iebs_footer_table_footer h3{
  color:white;
  font-size:20px;
  margin:0 0 20px;
  font-weight:normal;
  line-height: 17px;
}
#iebs_footer_table_footer ul{
  margin:0px;
  padding:0;
  list-style:none;
}
#iebs_footer_table_footer ul li{
  margin-bottom:10px;
  font-size:12px;
  line-height: 17px;
  padding-bottom:0;
}
#iebs_footer_table_footer ul li a{
  color:#FFF;
  text-decoration:none;
  line-height: 17px;
  font-family:'Open Sans', Helvetica, sans-serif;
}
#iebs_footer_table_footer ul li a:hover{
  text-decoration:underline;
}
#iebs_footer_partners_img_table td, #iebs_footer_member_img_table td{
  background-image:none;
  padding:0;
}
.iebs_footer_partner_img, .iebs_footer_member_img{
  width:150px;
  height:50px;
  position:relative;
  margin-bottom:20px;
}
.iebs_footer_aeen {
    background-image: url(https://theme.zdassets.com/theme_assets/456543/823a98d4d7057824a142401b4a2999c74fd70f18.png);
    opacity: 0.5;
}
.iebs_footer_aeen:hover{
  background:url(https://theme.zdassets.com/theme_assets/456543/86be01b441f83ad95b5593dc57f16b5e108430f9.png);
  opacity: 1;
}
.iebs_footer_adigital{
  background:url(https://theme.zdassets.com/theme_assets/456543/61dfea1ecd8e4f0383a1d7071f252815ba873a83.png) no-repeat;
      background-size: contain;
    opacity: 0.6;
}
.iebs_footer_adigital:hover{
  background:url(https://theme.zdassets.com/theme_assets/456543/6c696781653df17d58005b7ee216547bd6b5fd4c.png) no-repeat;
      background-size: contain;
  opacity: 1;
  
}
.iebs_footer_madridemprende{
  background:url(https://theme.zdassets.com/theme_assets/456543/e343dc641cbcc6a355a97f7483426275e6d21a17.png) no-repeat;
      background-size: contain;
    opacity: 0.5;
}
.iebs_footer_madridemprende:hover{
  background:url(https://theme.zdassets.com/theme_assets/456543/129390181a01abc39721f6be76c90ad2538b6074.png) no-repeat;
      background-size: contain;
    opacity: 1;
}
.iebs_footer_aje{
  background:url(https://theme.zdassets.com/theme_assets/456543/bcb7d006bf4a1fefd85b7c00460f5676b0839d2f.png) no-repeat;
      background-size: contain;
    opacity: 0.5;
}
.iebs_footer_aje:hover{
  background:url(https://theme.zdassets.com/theme_assets/456543/ae2f6e27d3b3bd2806cf781f05795e2fb9905029.png) no-repeat;
      background-size: contain;
    opacity: 1;
}
.iebs_footer_seedrocket{
  background:url(https://theme.zdassets.com/theme_assets/456543/c31d2376e8226665631d9c3bfee1b01b7add3b70.png) no-repeat;
      background-size: contain;
    opacity: 0.5;
}
.iebs_footer_seedrocket:hover{
  background:url(https://theme.zdassets.com/theme_assets/456543/a2fe5d3450ec2429df995c688cf7559b98a70f76.png) no-repeat;
      background-size: contain;
    opacity: 1;
}
.iebs_footer_aefol{
  background:url(https://theme.zdassets.com/theme_assets/456543/856374e559c19cbcef1888b9115bd1cfa8b51722.png) no-repeat;
      background-size: contain;
    opacity: 0.5;
}
.iebs_footer_aefol:hover{
  background:url(https://theme.zdassets.com/theme_assets/456543/57dab833463e6e17d2154873ea7823199d5fc387.png) no-repeat;
      background-size: contain;
    opacity: 1;
}
.iebs_footer_inboundcycle{
  background:url(https://theme.zdassets.com/theme_assets/456543/f4505a5d6ea93e7c4784fc2f17c1f25e7cfdcfa3.png) no-repeat;
      background-size: contain;
    opacity: 0.6;
}
.iebs_footer_inboundcycle:hover{
  background:url(https://theme.zdassets.com/theme_assets/456543/75bb20ea8f32c4c9ad1555f2ed17a1f8d831b775.png) no-repeat;
      background-size: contain;
    opacity: 1;
}
.iebs_footer_rhm{
  background:url(https://theme.zdassets.com/theme_assets/456543/ae4b913a63c4bad902efcc4b8b9ecb859a7177d1.png) no-repeat;
      background-size: contain;
    opacity: 0.5;
}
.iebs_footer_rhm:hover{
  background:url(https://theme.zdassets.com/theme_assets/456543/90c3a2710b7520d26ce21320baf5fe5d40ffad3e.png) no-repeat;
      background-size: contain;
    opacity: 1;
}
.iebs_footer_telf_footer{
  font-size:21px;
  color:#FFF;
  font-weight:normal;
  margin-bottom:10px;
  display:block;
  line-height: 25px;
}
.iebs_footer_text_normal_footer{
  color:#FFF;
  font-size:14px;
  display:inline-block;
  margin-bottom:20px;
  position: relative;
  line-height: 14px;
}
.iebs_footer_text_normal_footer a{
  color:#FFF;
  text-decoration:underline;
}
.iebs_footer_text_normal_footer a:hover{
  color:#000;
}
.iebs_footer_content_darks{
  position:relative;
}
#logos_acreditaciones{
  position:relative;
  margin-top: 10px;
}
#iebs_footer_creativecommons_real{
  width:88px;
  height:31px;
  margin-right:20px;
  background:url(http://accounts.iebschool.com/img/cc.png);
  display:inline-block;
}
#iebs_footer_creativecommons_real:hover{
  background:url(http://accounts.iebschool.com/img/cc_real.png);
}
#iebs_footer_hidden_div_cc{
  background: #fff;
  bottom: 46px;
  color: #797979;
  font-size: 10px;
  line-height:14px;
  position: absolute;
  width: 345px;
  display:none;
  border-radius:5px;
  padding:10px;
}
#arrow_iebs_footer_hidden_div_cc{
  background: url(http://accounts.iebschool.com/img/arrow_down.png) no-repeat;
  bottom:-10px;
  height:11px;
  width:24px;
  position:absolute;
  left:35px;
}
#iebs_footer_confianzaonline_real{
  width:93px;
  height:31px;
  background:url(http://accounts.iebschool.com/img/confianzaonline.png);
  display:inline-block;
}
#iebs_footer_confianzaonline_real:hover{
  background:url(http://accounts.iebschool.com/img/confianzaonline_real.png);
}
#iebs_footer_hidden_div_co{
    background: #fff;
    bottom: 5px;
    color: #797979;
    font-size: 10px;
    line-height:14px;
    left: 212px;
    position: absolute;
    display:none;
    border-radius:5px;
    padding:10px;
}
#arrow_iebs_footer_hidden_div_co{
  background: url(http://accounts.iebschool.com/img/arrow_left.png) no-repeat;
  bottom:10px;
  height:15px;
  width:7px;
  position:absolute;
  left:-7px;
}
.iebs_footer_wrapper_footer tr.alt {
  background: none repeat scroll 0 0 #444444;
}
#iebs_footer_table_footer td {
  vertical-align: top;
}
.iebs_footer_wrapper_footer table {
  background-color:black;
}
.iebs_footer_grade-report-grader td input, #iebs_footer_mailcaptation_footer td input {
  border: 0px;
  margin-right: 0;
  margin-left: 0;
}
#iebs_footer_footer #iebs_footer_bottom_table_footer td {
  padding: 0px;
}
#iebs_footer_bottom_table_footer{
  position: relative;
  margin-top: 30px;
  color: white;
  font-size: 14px;
}

/*Estilos personalizados */

/*///// RESPONSIVE //////*/
@media (max-width: 960px) {
  .header-inner, .footer-inner {
    width: 100%;
  }
  #body_soporte h2{
    font-size:26px;
    line-height:26px;
  }
  #userbar_header_soporte ul{
    margin-left:5px;   
  }
  #userbar_header_soporte li{
    margin-right:10px;
    font-size:12px;
  }
  #nav_header_soporte #user{
    font-size:10px;
  }
  #search_soporte{
    padding-left:0;
    padding-right:0;
  }
  .container_soporte{
    width:100%;
  }
  #happening_faq_soporte{
   
    padding:60px 20px;
  }
  #answer_soporte .section_answer_soporte{
    width:31.1%;
    margin:0 20px 20px 0;
  }
  #answer_soporte h3{
    line-height:20px;
  }
  #answer_soporte .section_answer_soporte ul{
    height: 155px;
    overflow: hidden;
  }
  #answer_soporte .view_all_answer_soporte{
    width:80%;
  }
  #iebs_footer_footer_sup{
      width: auto;
  }
  .iebs_footer_wrapper_footer{
      width: auto;
  }
  #iebs_footer_footer_inf{
      padding: 40px 20px;
  }
  .float_footer_mini{
      float: left;
      margin-right: 40px;
  }
  .info_nosotros_footer{
      margin-bottom: 30px;
  }
  #iebs_footer_table_footer td:last-child{
    display:none;
  }
  #nav_soporte .main-column{
    width:80%;
  }
  #content_article_soporte{
    width:60%;
  }
  #sidebar_article_soporte{
    width:35%;
  }
  #sidebar_article_soporte section{
    padding:0px;
  }
  #subnav_mis_actividades{
    width:20%;
    margin: 0 20px 0 0;
  }
  #subnav_mis_actividades li{
    padding: 15px 20px;
  }
  #contribuciones_table_mis_actividades{
    width:76%;
  }
  #solicitud_soporte .main-column{
    width: 60%;
  }
  #solicitud_soporte .side-column{
    width: 35%;
    margin-left: 20px;
  }
  #left_error_page_soporte{
    margin-right:15px;
    width: 60%;
  }
  #search_error_page_soporte{
    width:100%;
  }
  #right_error_page_soporte{
    margin-left:15px;
    width: 35%;
  }
}
@media (max-width: 767px) {
  #body_soporte h2{
    font-size:20px;
    line-height:20px;
  }
  #nav_soporte{
    padding-bottom:40px;
  }
  #nav_soporte .main-column{
    width:100%;
    display:block;
  }
  #nav_soporte .side-column{
    width:100%;
    display:block;
    margin:15px 0 0;
  }
  /*#header_soporte{
    padding:30px 0 30px;
  }*/
  #title_soporte{
    font-size:40px;
  }
  #header_soporte #search_soporte{
    padding:35px 0px 40px;
  }
  #happening_faq_soporte{
    padding:40px 20px;
  }
  #happening_faq_soporte h2{
    margin:0 0 20px;
  }
  #happening_faq_soporte ul{
    padding-left:20px;
  }
  #faq_soporte{
    padding-right:20px;
  }
  #happening_soporte{
    padding-left:20px;
  }
  #answer_soporte{
    padding:40px 20px;
  }
  #answer_soporte h2{
    margin-top:0;
  }
  #answer_soporte .section_answer_soporte{
    width:100%;
    margin:0 0px 20px 0;
    padding:90px 20px 15px;
    height:auto;
    background-position:center 15px;
  }
  #answer_soporte .section_answer_soporte ul{
    height: auto;
    overflow: auto;
    margin-bottom: 25px;
  }
  #answer_soporte .section_answer_soporte li:last-child{
    padding-bottom:0;
  }
  #answer_soporte .view_all_answer_soporte{
    bottom:15px;
  }
  #category_soporte h1{
    margin:0 0 10px;
  }
  #content_category_soporte .section, #content_category_soporte .section:nth-child(2n){
    padding: 0 0px 30px 0;
    width: 100%;
  }
  #content_category_soporte h3{
    font-size:18px;
    line-height:20px;
  }
  #content_category_soporte li, #content_section_soporte li, #article_soporte .article-body li{
    margin:0 0 10px;
  }
  #content_article_soporte{
    width:100%;
  }
  #sidebar_article_soporte{
    display:none;
  }
  #nav_mis_actividades{
    margin:0 0 40px;
  }
  #subnav_mis_actividades{
    width:100%;
    margin: 0;
  }
  #subnav_mis_actividades li{
    padding: 10px 15px;
    display: inline-block;
    border: none;
  }
  #contribuciones_table_mis_actividades{
    width:100%;
  }
  .table_mis_actividades th{
    padding:5px;
    white-space: normal;
    line-height: 13px;
  }
  #error_page_soporte{
    margin-top:40px;
  }
  #left_error_page_soporte{
    margin-right:0px;
    width: 100%;
  }
  #right_error_page_soporte{
    display:none;
  }
  #search_page_soporte li{
    padding:0;
    margin-bottom:0;
  }
  #solicitud_soporte .main-column{
    width:100%;
  }
  #solicitud_soporte .side-column{
    width: 100%;
    margin-left: 0px;
  }
  #iebs_footer_logo_footer{
      margin-left: 10px;
  }
  .iebs_footer_wrapper_footer{
      width: auto;
  }
  #iebs_footer_social_footer{
      margin-right: 10px;
  }
  #iebs_footer_social_footer a{
      height: 28px;
      width: 28px;
      background-size: 28px auto;
      margin-left: 5px;
  }
  .iebs_footer_trans_media_footer{
      height: 28px;
      width: 28px;
  }
  #iebs_footer_tw_footer{
      background-position: 0 -28px !important;
  }
  #iebs_footer_gplus_footer{
      background-position: 0 -112px !important;
  }
  #iebs_footer_in_footer{
      background-position: 0 -140px !important;
  }
  #iebs_footer_ytb_footer{
      background-position: 0 -168px !important;
  }
  #iebs_footer_rss_footer{
      background-position: 0 -84px !important;
  }
  .addthis_32x32_style .dummy .at300bs, .addthis_32x32_style .at300bs, .addthis_32x32_style .at15t{
      height: 28px;
      width: 28px;
      background-size: 28px auto;
  }
  .addthis_32x32_style .at15t_email{
      background-position: 0 -140px;
  }
  .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m{
      padding: 0px;
  }
  #iebs_footer_footer_inf{
      padding: 20px 10px 60px;
  }
  #iebs_footer_table_footer h3{
      margin-bottom: 10px;
  }
  #iebs_footer_table_footer ul li{
      margin-bottom: 5px;
  }
  .info_nosotros_footer{
      margin-bottom: 40px;
  }
  .iebs_footer_text_normal_footer{
      margin-bottom: 20px;
      font-size: 11px;
      line-height: 12px;
  }
  .iebs_footer_text_normal_footer a{
      display: inline-block;
  }
  .float_footer_mini{
      float: left;
      width: 50%;
  }
  #static_soporte h1{
    font-size:25px;
    line-height:30px;
  }
  .two_parts_container_soporte{
  width:100%;
  float:none;
	}
}
@media (max-width: 460px) {
  #header_soporte{
    text-align:center;
  }
  #phone_soporte{
    display:none;
  }
  .iebs_footer_wrapper_footer table{
    display:none;
  }
  #iebs_footer_bottom_table_footer{
    margin-top:0;
  }
  #solicitud_soporte #upload-dropzone{
    height:60px;
  }
  .two_parts_container_soporte{
  width:100%;
  float:none;
	}
}

/* los mensajes en Mis solicitudes aparecen sino con todo el cuerpo de texto azul */
.comment-body , .comment-author {
  color:black;
}



/* Home multiidioma */
.knowledge-base .category-tree .category {
  width: 31%;
  float: left;
  margin-right: 1%;
  margin-left: 1%;
  border: 1px solid #bfbfbf;
  margin-bottom: 5%;
  padding-bottom: 3%;
      height: 520px;
  overflow:hidden;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.knowledge-base .category-tree .category a {
    color: #333;
}
.knowledge-base .category-tree .category h2 {
  padding-bottom: 20px;
  border-bottom: 1px dashed #bfbfbf;
  text-align: center;
  color: #797979;
  font-weight: 100;
  margin-bottom: 0;
  font-size: 20px !important;
   line-height: 1.2em !important;
}
.knowledge-base .category-tree .category h2 a{
  color: white;
  font-weight: 600 !important;
}
.knowledge-base .category-tree .category .section {
    width: 100%;
    padding: 1% 7%;
}
.knowledge-base .category-tree .category .section h3 {
  display:none;
}
a {
  color: #8c40ff;
}
@media (max-width: 800px) {
  .knowledge-base .category-tree .category {
    float:none;
    width: 95%; 
    display: block;
    margin:0 auto;
    margin-bottom: 5%;
    height: auto;
  }
  #answer_soporte h2 {
    min-height: auto !important;
  }
}
body.community-enabled .knowledge-base {
    width: 100%;
}
#answer_soporte h2 {
    text-align: center;
    padding: 20px 15px 20px 15px;
    margin-bottom: 20px;
  min-height: 90px;
  margin-top:0;
  background: #8c40ff;
  display: flex;
    justify-content: center;
    align-items: center;
}
#answer_soporte li {
    padding: 0 0 5px;
}
.widthauto {
  width: auto !important;
}
.td-iebs {
  background-color: #8c40ff;
  color:white;
  font-weight:bold;
}

section#centro-soporte-home {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(4, 0, 6, 0.4)), url(https://theme.zdassets.com/theme_assets/456543/c220ded685aee9608a040fc2072a4cb350d6c932.jpg) no-repeat;
    padding: 50px 0 70px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  section#centro-soporte-home {
    background-attachment: inherit;
  }
}

a#iebs_footer_fb_footer:before {
    background: #014db0;
}
a#iebs_footer_tw_footer:before {
    background: #02c4f8;
}
a#iebs_footer_in_footer:before {
    background: #0177c3;
}
a#iebs_footer_insta_footer:before {
    content: '';
    background: url(https://theme.zdassets.com/theme_assets/456543/f208c9cb4cb332407cbd485a47949ac87f20f44b.png);
    width: 32px;
    height: 32px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
a#iebs_footer_ytb_footer:before {
    content: '';
    background: url(https://theme.zdassets.com/theme_assets/456543/7809a4b90e9c79d3787bc65c64c8d9c99f3a796d.png);
    width: 32px;
    height: 32px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
div#user .btn.with-image.dropdown-toggle {
    background: #f7f7f7;
    border-radius: 50px;
    padding: 5px 20px;
}
.section-tree .section, div#content_section_soporte {
    padding: 15px 30px !important;
    background: rgba(105, 17, 147, 0.08);
    border-left: 4px solid #8c40ff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}
.logo a {
    width: 150px;
    overflow: hidden;
    display: block;
}

div#iebs_footer_bottom_table_footer .footer-float-right {
    float: right;
    width: 48%;
    text-align: right;
}
div#iebs_footer_bottom_table_footer .footer-float-left {
    float: left;
    width: 48%;
}
.footer-float-left.footer-float-left-4 {
    width: 25% !important;
  	padding: 0 10%;
}
@media (max-width: 991px) {
  .footer-float-left.footer-float-left-4 {
    width: 100% !important;
    text-align: center !important;
    margin: 10px auto;
	}
}
div#iebs_footer_bottom_table_footer .footer-float-left p {
    font-size: 1.3em;
    font-weight: 700;
  	margin: 0 0 10px 0;
}
div#iebs_footer_bottom_table_footer ul li {
    padding-bottom: 5px;
}
div#iebs_footer_bottom_table_footer a.link_amarillo {
    color: #f1c40f !important;
    font-weight: 600 !important;
}
.powered-by-zendesk {
    top: 0 !important;
}
.footer-legal {
    margin-top: 40px;
    text-align: center;
}
a#cta-footer {
    padding: 8px 15px!important;
    display: inline-block;
    border: 2px solid white;
    background: transparent;
    border-radius: 50px;
    font-size: 14px;
}

footer a{
  color: white;
  white-space: nowrap;
}


.my-activities-table.table_mis_actividades table {
    border: 1px solid #ddd;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}
.my-activities-table.table_mis_actividades th {
    background: #8c40ff !important;
    color: white;
    font-weight: 600;
    font-size: 12px;
}

@media (max-width: 991px) {
  div#phone_soporte {
    font-size: 20px;
    margin-bottom: 10px;
	}
  .dropdown.language-selector {
    margin-bottom: 10px;
	}
  div#user {
    display: block;
	}
}

@media (max-width: 776px) {
  div#user {
    display: inline-block;
	}
  nav.user-nav {
    display: block;
    width: 100%;
    text-align: center;
	}
  .logo{
    display: block;
  }
  .logo a {
    margin: 0 auto 15px;
	}
  div#iebs_footer_bottom_table_footer .footer-float-left, div#iebs_footer_bottom_table_footer .footer-float-right {
    float: none;
    width: 100%;
    text-align: left;
	}
}


/* Ajustes blocker 12/12/19 */

.user-nav #user , .user-nav .login{
	display:none;
}