
.btn-header-link:focus, #green, #red {
    box-shadow: none;
}


#faq .card {
  margin-bottom: 15px;
  border: 0;
}

#faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #fff;
  padding: 30px;
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  color: #170F49;
  border: 2px solid #770000;
  border-bottom: 0px;
  border-radius: 0px;
  font-weight: 300;
  white-space: wrap;
}

#faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
  color: #fff;
  font-size: 18px;
  border-radius: 100%;
  background: #770000;
  padding-top: 5px;
  padding-left: 11px;
  padding-right: 11px;
  padding-bottom: 2px;
}

#faq .card .card-header .btn-header-link.collapsed {
  background: #fafafa;
  color: #333;
  border: 1px solid #E8E6E6;
}


#faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f105";
  color: #770000;
  background: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding-left: 13px;
  padding-right: 13px;
  padding-bottom: 3px;
  margin-top: -15px;

}

#faq .card .collapsing {
  background: #fafafa;
  line-height: 30px;
}

#faq .card .collapse {
  border: 0;
}

#faq .card .collapse.show {
  background: #fff;
  line-height: 30px;
  color: #333;
  border: 2px solid #770000;
  border-top: 0px;
}

#page-title-faqs .container-catalogo-5b { 
    background-image: url(../assets/images/bg-faq.jpg);
    padding: 30px;
    align-items: end;
    height: 355px;
    max-height: 355px;
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    text-align: center;
    overflow: hidden; /* Para recortar la imagen superpuesta */
    padding-left: 350px;;
    padding-right: 350px;
}


.container-catalogo-5b-xs { 
  background-image: url(../assets/images/bg-faq-xs.jpg);
  padding: 30px;
  align-items: end;
  height: 125px;
  max-height: 355px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  text-align: center;
  overflow: hidden; /* Para recortar la imagen superpuesta */
  
}



#green, #red {
  background: none;
  padding: 0;
}

.green{
  color: green;
}

.red{
  color: red;
}

.titulo-catalogo { 
  color: #770000; 
  font-size: 32px;
  font-weight: 600;
}

#page-title-faqs .subtitle {

    font-size: 16px;
}

.searchinput {
  width: 60%;
  margin: 0 auto;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
}

.btn-link {
  background-color: white;
  border: 1px solid #ced4da;
  border-left: 0;
}

.btn-link:hover {
   background-color: white;
   border: 1px solid #ced4da;
  border-left: 0;
}


@media (max-width: 767.98px) {
    #page-title-faqs {
       margin-top: 0px;
    }
}