.block-rules ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.block-rules ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.block-rules ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.block-rules li ol > li {
  margin: 0;
}
.block-rules li ol > li:before {
  content: counters(item, ".") " ";
}
.block-rules table {
  margin: 20px auto;
  text-align: center;
}
.block-rules table td {
  padding: 5px;
}
.block-rules #anexo1-table {
  width: 85%;
}
.block-rules .rules-text {
  padding-bottom: 25px;
  max-height: 1000px;
  overflow-y: scroll;
  text-align: left;
}
.block-rules .rules-title {
  margin-bottom: 15px;
  padding: 0 30px;
  text-align: center;
}
@media (max-width: 991px) {
  .block-rules .rules-title {
    font-size: 23px;
  }
}
.block-rules .flex-container {
  padding-top: 20px;
}

.titleRegulament {
  text-transform: uppercase;
  font-weight: bold;
  color: #898989;
  padding: 20px;
}

.choose-regulation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
}
.choose-regulation .btn {
  white-space: inherit !important;
}
.choose-regulation > div {
  display: contents;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 769px) {
  .choose-regulation > div {
    display: flex;
  }
}
.choose-regulation > div .btn {
  padding: 20px;
  margin: 10px 28px 10px 28px;
  border-radius: 10px !important;
}
@media (max-width: 991px) {
  .choose-regulation > div:first-child .btn {
    margin: 5px 15px;
  }
}
.choose-regulation img {
  margin: 30px 50px 40px;
  max-width: 100%;
  width: 250px;
}

#regulation-text-content {
  padding: 20px 0;
  max-width: 100%;
}

.regulation-text li {
  margin: 10px 0 10px 0;
  list-style-type: none;
}

.div-rules {
  padding: 1px 0 50px;
  margin: 0px 15% 50px 15%;
  border-radius: 25px;
}
@media (max-width: 991px) {
  .div-rules {
    margin: 50px 10px;
  }
}

.relation-text-align {
  padding: 0 30px 5px 30px;
}

@media (max-width: 480px) {
  .head-container h3 {
    font-size: 36px;
  }
}
@media (max-width: 480px) and (max-width: 992px) {
  .head-container h3 {
    text-align: center;
  }
}
@media (min-width: 600px) {
  .img-regulation {
    max-width: 350px !important;
    width: 350px !important;
  }
}
.box-regulation {
  text-align: center;
}
.box-regulation iframe {
  margin: 0 auto;
  width: 816px;
  min-height: 800px;
  border-radius: 25px;
}
@media (max-width: 823px) {
  .box-regulation iframe {
    width: 100%;
  }
}

.container-banner-regulation {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}
.container-banner-regulation .banner-regulation {
  width: 70%;
}
@media (max-width: 900px) {
  .container-banner-regulation .banner-regulation {
    display: none;
  }
}
.container-banner-regulation .banner-regulation-mobile {
  display: none;
}
@media (max-width: 900px) {
  .container-banner-regulation .banner-regulation-mobile {
    display: block;
    width: 100%;
  }
}