.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.videos .botones {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 10px;
}
.videos .botones a {
  width: 33.3%;
  text-decoration: none;
}
.videos .botones a .btn-regla {
  height: 50px;
  display: block;
  text-align: center;
  background-color: #002e7d;
  color: white;
  display: flex;
  justify-content: center;
  align-content: center;
  border-bottom: 4px #d8d8d8 solid;
}
.videos .botones a .btn-regla:hover {
  background-color: #3878e6;
}
.videos .botones a .btn-regla p {
  font-family: "Lato", sans-serif !important;
  font-weight: 600;
  align-self: center;
  margin: 0;
  line-height: 17px;
}
.videos .botones a .btn-regla p span {
  color: grey;
  font-size: 14px;
}

.active {
  background-color: #5858f1 !important;
  border-bottom: 4px #fdfdfd solid !important;
}
.active p span{
  color: black !important;
}

.noDiponible {
  color: white;
  font-weight: 800;
}

/* css video */
.cont-video {
  width: 100%;
  margin: 0 auto;
  /* margin-left: -6%; */
  /* margin-top: 11%; */
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border: 1px solid white;
  margin-bottom: 15px;
}

.cont-video .local-video-container {
  width: 100%;
}

@media only screen and (max-width: 500px) {
  .videos .botones a .btn-regla p {
  
    font-size: 14px;
}
.videos .botones a .btn-regla p span {
  color: grey;
  font-size: 10px;
}
  .cont-video {
    width: 100%;
  }

  .cont-video .local-video-container {
    width: 100%;
  }
}
@media screen and (min-device-width: 500px) and (max-device-width: 900px) {
  .cont-video .local-video-container {
    width: 100%;
  }
}
.cont-video .local-video-container .contenedor-iframe {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  border-radius: 0px;
  /* border: 1px solid #666; */
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.cont-video .local-video-container .contenedor-iframe #video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* css video */

/*# sourceMappingURL=reglas-style.css.map */
