@media only screen and (max-width: 400px) {
    :root {
    }
  }
  @media only screen and (min-width: 401px) and (max-width: 700px) {
    :root {
    }
  }
  @media only screen and (min-width: 701px) and (max-width: 1200px) {
    :root {
    }
  }
  @media only screen and (min-width: 1201px) {
    :root {
    }
  }

.contenedorIntegrante{
    background-color: rgba(53, 12, 0, 0.5);
    border-color: rgb(151, 48, 0);
    border-radius: 10px;
    border-style: solid;
    padding: 3%;
}
.seccionIntegrante{
    background-color: rgba(0, 0, 0, 0.8);
    border-color: rgb(255, 200, 131, 1);
    border-radius: 10px;
    border-style: solid;
    padding: 3%;
}
.tituloIntegrante{
  margin-bottom:35px;
  text-align: center;
}
.tituloSeccionIntegrante{
  color: rgb(211, 83, 23);
}