/* AFORO */
.cont-fecha-aforo {
      position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 50px;
    margin-top: -12px;
    margin-left: -125px;
    text-align: center;
}
.txtFechaAforo {
  font-size: 12px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  line-height: 12px;
}
.cont-valor-aforo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 50px;
  margin-top: 40px;
  margin-left: -188px;
  text-align: center;
}
.txtAforo {
  font-size: 26px;
  color: #ffde00;
  font-weight: bolder;
  margin: 0;
  padding: 0;
  line-height: 12px;
}

.cont-valor-ocupacion {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 50px;
  margin-top: 40px;
  margin-left: -14px;
  text-align: center;
}
.txtOcupacion {
  font-size: 26px;
  color: #ffde00;
  font-weight: bolder;
  margin: 0;
  padding: 0;
  line-height: 12px;
}

.border-medidas-covid {
  border-color: #2b69d4;
  border-style: solid;
}
.sec-footer.border-medidas-covid {
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  /* border-top: 0px; */
  border-width: 5px;
}
.bg-color-medidas-covid {
  background-color: #2b69d4;
}


.margen-menu-principal{
  max-width: 100%;
}
.m-principal
{
  display: flex;
  justify-content: center;
}
#m-principal > div[id^="btn-menu-"]{
  margin: 0 !important;
}

/*FOOTER*/
.item-links
{
  width: calc(100%/5);
}

@media (max-width: 1600px) {
  .cont-valor-aforo {
     position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 50px;
    margin-top: 30px;
    margin-left: -188px;
    text-align: center;
  }
  .txtAforo {
    font-size: 22px;
    color: #ffde00;
    font-weight: bolder;
    margin: 0;
    padding: 0;
    line-height: 12px;
}

 .cont-valor-ocupacion {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 50px;
  margin-top: 30px;
  margin-left: -38px;
  text-align: center;
}
.txtOcupacion{
  font-size: 22px;
    color: #ffde00;
    font-weight: bolder;
    margin: 0;
    padding: 0;
    line-height: 12px;
}
}
