html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/*.hero-section {
  position: relative;
  height: 100vh;
  background-image: url("../images/faqs/faqs.jpg");
  background-size: cover;
  background-position: center;
}*/

.hero-content {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  /*opacity: 0.4;
background: var(--Dark-Slate, #364C67);  */
}

/*.menu-flotante,
.texto-cabecera {
  position: relative;
  z-index: 1;
} */
/*
    .menu-flotante {
      margin-top: 40px;
      background: white;
      border-radius: 25px;
      padding: 10px 30px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
      width: 90%;
      height: 100px;
      font-size: 1.4rem;
      position: fixed;
    }

    .logo {
      height: 40px;
    }

    .nav-link {
      color: #1c2c4c;
      font-weight: 600;
    }

    .divider {
      border-left: 1px solid #ccc;
      height: 24px;
      margin: 0 20px;
    }

    .btn-contacto {
      background-color: #0000aa;
      color: white;
      border: none;
      padding: 6px 16px;
      font-weight: bold;
      border-radius: 6px;
    }

    .btn-mapa {
      background-color: #4caf50;
      color: white;
      border: none;
      padding: 6px 16px;
      font-weight: bold;
      border-radius: 6px;
    }
*/

.seccion {
  padding: 100px 20px;
}
.faqs-facturacion {
  background-color: #f1f4f9;
}
/*.titulo-faqs{
      display: none;
    }*/

.accordion-facturacion {
  background-color: #f1f4f9;
}

.accordion-facturacion .accordion-item,
.accordion-facturacion .accordion-button,
.accordion-facturacion .accordion-collapse,
.accordion-facturacion .accordion-body {
  background-color: inherit;
}
.accordion-facturacion .accordion-button:not(.collapsed) {
  background-color: #f1f4f9 !important;
  box-shadow: none;
}

.texto-cabecera {
  color: white;
  /*max-width: 600px;*/
}
.texto-cabecera h1 {
  font-weight: 200;
  font-size: 37px;
}
.intro-cabecera {
  font-size: 20px;
  font-weight: 200;
}
.fqs{
    font-weight: 500!important;
}