.parallax-slider {
  background: url("../imagenes/noticias/parallax-slider.jpg") no-repeat top center;
  height: 172px;
  margin-top: 85px;
}
.parallax-slider {
  width: 100%;
  background-size: cover;
  margin-bottom: -188px;
  background-attachment: inherit;
  position: relative;
}
.parallax-slider h1 {
  position: absolute;
  z-index: 1;
  color: #000;
  font-weight: bold;
  font-size: 1rem;
  padding: 10px;
  text-align: center;
}
.parallax-slider::before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0px;
  left: 0px;
  background: rgba(249,239,116,0.7);
}
@media (min-width: 768px) {
  .parallax-slider {
    height: 335px;
  }
  .parallax-slider::before {
    height: 335px;
  }
  .parallax-slider h1 {
    top: 106px;
  }
  .parallax-slider {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .parallax-slider h1 {
    width: 100%;
    font-size: 2.3rem;
  }
}
.titulo {
  margin-top: 187px;
  background: #fff;
  padding: 8px;
  border-bottom: 2px solid #f9ef74;
}
.titulo h3 {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}
.titulo button {
  border: none;
  outline: none;
  padding: 0.5rem 2rem;
}
@media (min-width: 768px) {
  .titulo {
    padding: 20px;
    border-bottom: 3px solid #23a49c;
  }
  .titulo h3 {
    font-size: 2rem;
  }
}
.container__main {
  margin-top: 1% !important;
}
.btn-primary {
  background: #23a49c !important;
}
.btn-danger {
  background: #eaf84f !important;
  border: none;
  outline: none;
  color: #000;
}
.btn-danger:hover {
  color: #000;
}
.btn-danger:focus {
  box-shadow: 0 0 0 0 rgba(225,83,97,0);
}
