.parallax-slider {
  background: url("../imagenes/directiva/parallax-slider.jpg") no-repeat top center;
  height: 172px;
  margin-top: 84px;
}
.parallax-slider {
  width: 100%;
  background-size: cover;
  margin-bottom: -188px;
  background-attachment: inherit;
  position: relative;
}
.parallax-slider h1 {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  padding: 10px;
  text-align: center;
  margin-top: 1rem;
}
.parallax-slider::before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0px;
  left: 0px;
  background: rgba(129,74,129,0.7);
}
.parallax-slider p {
  position: absolute;
  top: 58px;
  z-index: 1;
  color: #fff;
  display: block;
  font-size: 0.7rem;
  padding: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .parallax-slider {
    height: 501px;
    margin-top: -53px;
  }
  .parallax-slider::before {
    height: 501px;
  }
  .parallax-slider h1 {
    top: 179px;
  }
  .parallax-slider p {
    width: 50%;
    font-size: 1.3rem;
    text-align: center;
    top: 251px;
  }
  .parallax-slider {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .parallax-slider h1 {
    width: 100%;
    font-size: 2.3rem;
  }
}
.container__main {
  margin-top: 13rem !important;
}
.container__main .box-documents {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0 0;
}
.container__main .box-documents a {
  width: 70%;
}
.container__main .box-documents a img {
  width: 100%;
}
.container__main .box-documents .contenido-documents a {
  text-decoration: none;
  font-size: 1rem;
}
