/* The Modal (background) */
.modal {
  overflow: hidden;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9911; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  /* overflow: auto; */
   /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.93); /* Black w/ opacity */

}

/* Modal Content/Box */
.modal-content {
  /* background-color: #212121ed; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* margin: 15% auto;
  padding: 20px;
  position: relative; */
  /* border: 1px solid #888; */
  width: 1200px; /* Could be more or less, depending on screen size */
  margin-left: auto;
  margin-right: auto;
  background: transparent !important;
  border: unset !important;
}
.modal #menu-menu a:focus {
    color: #fff !important;
    text-decoration: unset !important;
}
.modal-content.modalidades h3{
  color:#fff;
  font-weight: 700;
}
/* The Close Button */
.close {
  color: #d1d1d1;
  float: right;
  font-size: 55px;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
