.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #042354;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
  background-color: #99B3B3;
  font-weight: bold;
}

.accordion-button:not(.collapsed) {
  color: #042354;
  background-color: #41B9E4;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

html {
  font-family: 'Roboto';
  background-color: #0001;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat';
  color: #042354;
}

p, li {
  font-family: 'Roboto';
}

.competencia {
  margin-top: 1em;
  margin-bottom: 2em;
}

body {
  max-width: 1000px;
  width: 100%;
  margin: 5px auto;
  box-shadow: 8px 8px 5px gray;
}

li a {
  word-break: break-all;
}

.hoja {
  padding: 40px;
  padding: 2.5rem 8%;
  padding-left: 8%;
}

#introduccion {
  display: flex;
  margin: 3rem 0 2rem 0;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.burbuja {
  display: inline-block;
  padding: 1rem;
  margin: 0 1rem 1rem 0;
  background-color: #99b3b3;
  border-radius: 1.5rem;
  min-width: 9rem;
  text-align: center;
  color: #042354;
}

.intro {
  /*flex-basis: 19rem;*/
  max-width: 25rem;
  display: inline-block;
}

.table-responsive.text-center {
  max-width: 38em;
  margin-left: auto;
  margin-right: auto;
  margin: 2rem auto;
}

tfoot {
  font-weight: bold;
}

tbody tr td:first-child {
  /*text-align: left;*/
}

picture {
  display: flex;
  justify-content: center;
}

.competencia {
  margin-bottom: 2rem;
}

footer {
  height: 3em;
  background: #002157;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.25em;
}

.chart {
  width: 100%;
  min-height: 371px;
}

.chart-container {
  width: 100%;
}

#programa {
  margin-bottom: 1.5em;
}

#pruebas {
  margin-bottom: 2em;
}

.ejemplo-item img {
  width: 100%;
}

.ejemplo-item li picture {
  justify-content: start;
  width: 20em;
}

.resultados thead tr {
  background-color: #002157;
  color: #ffffff;
  vertical-align: middle;
}

.evaluacion {
  margin-top: 3rem;
}

#pies {
  margin-top: 3rem;
}

@media print {
  #pies {
    display: none;
  }
}

@media print {
  body {
    box-shadow: none;
  }
}

@media print {
  html {
    background-color: white;
  }
}

