.faq-section {
    background-color: #000000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
#contenedor-productos {
    background-image: url('../images/FONDO_NEGRO.jpg');
    background-size: cover;
    background-position: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-body {
    padding: 10px;
    color: #fff;
  }
  
  
.faq-overlay {
    padding: 20px 0;
}
.highlighted-title {
    display: inline-block;
    font-size: 1.5rem;
    background-color: #ffed00;
    padding: 10px; /* vertical: 2px, horizontal: 12px */
    border-radius: 60px;
    color: #000;
    line-height: 1.2;
}

.transition {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.card-img-top {
    height: 200px;
    object-fit: cover;
}
.page-item.active .page-link {
    background-color: black;
}
.page-item .page-link {
    background-color: #ffed00;
    color: black;
}

.page-item .page-link:hover {
    background-color: black;
    color: white;
}