section {
  background: linear-gradient(180deg, #f8fafc 0%, #f3f6f9 100%);
  padding: 5em 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
a {
  font-size: 1rem;
}
h1 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
}
@media (max-width: 992px) {
  h1 {
    font-size: 2rem;
  }
}
h3 {
  font-size: 2rem;
  font-weight: bold;
}
h4 {
  font-size: 1.75rem;
  font-style: normal;
  font-weight: bold;
}
h5 {
  font-size: 1.6rem;
  font-weight: bold;
}
ul, li {
  list-style: none !important;
}
section ul, section li {
  list-style: square !important;
}
ul {
  padding-left: 3rem;
}
.info-inicial {
  font-size: 1rem;
}
.btn-warning {
  color: #feb41c;
}
.beneficiarios h4 {
  color: #feb41c;
}
.table-segments thead th, .table-segments td, .table-segments th{
  border-bottom: 1px solid #feb41c;
}
.table-segments th{
  font-weight: bold;
  color: #feb41c;
  text-align: center;
}
/* SOLUCIONES */
.soluciones .txt-solucion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 112px;
}
.soluciones .txt-solucion .hasta {
  font-weight: bold;
  color: #feb41c;
}
/* NUMEROS */
.numeros .tarjeta-numero {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.numeros .tarjeta-numero .txt{
  display: flex;
  align-items: center;
  min-height:96px;
  font-size: 0.8rem;
}
/* PLAZOS */
.plazos .texto-tarjeta-plazos {
  display: flex;
  align-items: center;
  min-height: 190px;
}
.btn-boe:hover img {
  transition: 0.5s;
  filter: grayscale(100%) invert(100%) contrast(150%);
}
/* FAQ */
.faq .pregunta {
  text-decoration: none;
  font-weight: bold;
  color: #feb41c;
}
.faq hr {
  color: #feb41c;
}
/* FORM */
form .form-check-input[type=checkbox] {
  width: 20px;
  height: 20px;
}

@media (max-width: 767px) {
  .table-segments {
    max-width: 90%;
  }
  .table-segments thead {
    display: none;
  }
  .table-segments tr td,
  .table-segments tr th
  {
    display: block;
    box-sizing: content-box;
  }
  .table-segments th {
    margin-top: 2em;
  }
  .table-segments td::before {
    color: #ec7124;
  }
  .table-segments td:nth-child(3n-1)::before {
    content: "Segmento III (0-2 empleados): ";
  }
  .table-segments td:nth-child(3n)::before {
    content: "Segmento II (3-9 empleados): ";
  }
  .table-segments td:nth-child(3n+1)::before {
    content: "Segmento I (10-49 empleados): ";
  }
}