.section-nuevo-video {
    background-image: url(https://static.ptocdn.net/especiales/vms012_adios-capitanes-2025/img/fondo-bottom.jpg);
    background-size: cover;
    background-position: bottom center;
}
.section-nuevo-video .video {
    width: 100%;
    height: 315px;
}
@media screen and (min-width: 1024px) {
    .section-nuevo-video .video {
        height: 560px;
    }
}



.title-faqs{
    text-align: center;
    color: #f8f9fa;
}

.faq-accordion {
  margin: 2rem 0;
}

.faq-card {
  border: none;
  margin-bottom: .5rem;
}

.faq-header {
  background: #008ad3; /* gris claro por defecto */
  border: 1px solid #008ad3;
}

.faq-btn {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  width: 100% !important;
  text-align: left;
  max-width: 100%;
  height: auto !important;
}

@media screen and (min-width: 1024px) {
    .faq-btn {
        height: 53px !important;
    }
}

.faq-btn:hover {
  text-decoration: none;
  color: #013159;
  text-decoration: none;
}
.faq-btn:active,
.faq-btn:focus{
      text-decoration: none;
}

.faq-body {
  border: 1px solid #dee2e6;
  border-top: none;
}

.faq-body .card-body {
  font-size: 0.95rem;
  color: #555;
}
