@import "../../../basic_imports";

body {
  background: #F9F9F9 !important;
}

.headerContentBg {
  background-size: cover !important;
}

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

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

.descripcion span {
  display: block;
  margin-bottom: 30px;
  line-height: 19px;
}

.contenido {
  ul {
    margin-top: 20px;
  }
  li {
    list-style: disc;
    margin: 0 0 20px 15px;
    a, a:hover {
      color: #333333;
      text-decoration: underline !important;
    }
  }
}

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

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

.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: $brand-grey-dark;
}

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: $brand-grey-dark;
}

.tlfAyuda {
  color: $brand-grey-dark;
  font-size: 16px;
}

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

.panel-body a {
  color: $brand-secondary;
}

@media (min-width: 320px) and (max-width: 767px) {
  .descripcion span{
    margin-bottom: 5px;
  }
  h2.descripcion {
    margin: 5px auto;
  }
  .headerContent {
    padding-top: 10px;
  }
}