body {
  background: #F6F6F6 !important;
}

@media (max-width: 991px) {
  .headerContentBg {
    width: 100%;
    height: 335px;
    position: absolute;
    left: 0;
  }
  .headerContentBg:before {
    content: '';
    width: 100%;
    height: 335px;
    position: absolute;
    z-index: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  .headerContent {
    min-height: 335px;
    padding-top: 20px;
    position: relative;
    margin-bottom: 20px;
  }
  .headerTitle {
    color: #FFFFFF;
    margin: 10px 0;
  }
}

h2.descripcion {
  font-size: 14px;
  text-align: center;
  color: #FFF;
  max-width: 642px;
  margin: 15px auto;
}

#accordion .panel {
  border: 0 !important;
}

.panel {
  border: 1px solid #dfdfdf;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-group a, .panel-group a:hover {
  text-decoration: none !important;
}

h4 {
  padding: 20px 14px;
  margin: 0 !important;
  background: #F9F9F9;
  line-height: 25px;
}

h4:hover {
  background: #F5F5F5;
}

h4:hover > svg[class*="icon-anyfill-ui-chevron"] {
  fill: #808080;
}

a h4, a:hover h4, a:visited h4, a:active h4 {
  font-size: 16px;
  color: #222222;
}

h4 .titulo {
  display: inline-block;
  max-width: 80%;
}

h4 svg[class*="icon-anyfill-ui-chevron"] {
  width: 18px;
  height: 18px;
  float: right;
  fill: #CCC;
  padding-top: 5px;
}

h4.seleccionado > svg[class*="icon-anyfill-ui-chevron"] {
  fill: #808080;
}

.panel-body {
  font-size: 14px;
  line-height: 25px;
  color: #777;
  margin-top: -15px;
}

.item {
  border-bottom: 1px solid #d8d8d8;
}

.ayuda {
  margin-top: 40px;
}

.ayuda span {
  display: block;
  text-align: center;
  margin-bottom: 11px;
}

.tituloAyuda {
  font-size: 16px;
  color: #222222;
}

.tlfAyuda {
  color: #222222;
  font-size: 16px;
}

.txtAyuda a {
  text-decoration: underline;
  color: #333;
}

.panel-body a {
  color: #3171c9;
}

/*# sourceMappingURL=paga_mas_tarde.css.map */