/*  START HELP USER */
li .ico-help,
li .fa-graduation-cap {
  width: 35px;
  height: 35px;
  text-align: center;
  color: #004983;
  font-size: 2em;
  line-height: 35px;
  background-color: transparent;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 100%;
  margin-top: -5px;
  display: inline-block;
  overflow: hidden;
}

li .ico-help:hover,
li .fa-graduation-cap:hover {
  background-color: transparent;
  color: #003f7a;
}

#help {
  color: #5f5f5f;
}

#help .search input {
  background: #fff url('../img/search-icon-white.png') no-repeat 12px center;
  padding: 30px 30px 30px 50px;
  font-size: 1.5em;
}

#help .remove-search {
  margin-top: 30px;
  font-size: 2em;
}

#help .remove-search a {
  border: none !important;
}

#help h1, #help h2, #help h3, #help h4, #help h5, #help h6 {
  color: #004983;
  line-height: 30px !important;
}

#help h1 {
  font-size: 1.8rem;
}

#help a {
  text-decoration: none;
}

#help a:hover {
  border-bottom: 1px solid #004983;
}

#help #mensaje_no_datos p {
  font-size: 1.2em;
}

#help .img-no-datos {
  width: 120px;
}

#help .description p {
  font-size: 1.2em;
  line-height: 30px;
  margin-bottom: 30px !important;
}

#help .description ul, #help .description ol {
  font-size: 1.2em;
  line-height: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#help .description h1  {
  font-size: 1.7em;
  line-height: 45px !important;
}

#help .description h2  {
  font-size: 1.5em;
  line-height: 35px !important;
}

#help .description h3  {
  font-size: 1.3em;
  line-height: 25px !important;
}

#help .description h4  {
  font-size: 1.2em;
  line-height: 15px !important;
}

#help .description h5  {
  font-size: 1.2em;
  line-height: 15px !important;
}

#help img {
  max-width: 100%;
  border: 1px solid #06417237;
}
#help .image {
  text-align: center;
}

#help h4.item {
  margin: 0;
  border-bottom: 1px solid #ccc;
  line-height: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#help h4.item:hover {
  background-color: #fafafa;
}

#help a.item {
  color: #004983 !important;
}

/* END HELP USER */