:root {
  --red: #ab0000;
  --red-secondary: #c32a3e;
  --green: #142213;
  --strong-green: #0a110a;
  --yellow: #eeb83f; }

.bg-red {
  background-color: var(--red-secondary); }

.yellow {
  color: var(--yellow); }
  .yellow:active, .yellow:visited, .yellow:focus {
    color: var(--yellow); }
  .yellow:hover {
    color: var(--red); }

.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal; }

html,
body {
  overflow-x: hidden; }

section {
  overflow-x: hidden; }
  section:nth-of-type(1) {
    border-bottom: 4px solid var(--yellow); }
  section:nth-of-type(2) {
    background-color: var(--red);
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0.5px; }
    section:nth-of-type(2) h3 {
      color: var(--yellow);
      font-family: "Bebas Neue", sans-serif; }
    section:nth-of-type(2) p {
      font-weight: 300;
      line-height: 30px; }
  section:nth-of-type(3) {
    background-image: url("../img/fondobanner.jpg");
    background-position: center; }
    @media (min-width: 768px) {
      section:nth-of-type(3) {
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover; } }
    section:nth-of-type(3) .line-yellow {
      border-bottom: 4px solid var(--yellow);
      opacity: 1; }
  section:nth-of-type(4) {
    background-image: url("../img/fondo-footer.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  section:nth-of-type(5) {
    background-color: var(--green); }
    section:nth-of-type(5) div {
      background-color: transparent !important; }
    section:nth-of-type(5) .accordion-button:not(.collapsed) {
      color: #fff; }
  section:nth-of-type(6) {
    background-color: var(--strong-green); }
    section:nth-of-type(6) #terminos .content {
      display: none; }
    section:nth-of-type(6) #terminos:target .content {
      display: block; }
    section:nth-of-type(6) #terminos:target #linkmore {
      display: none; }

.accordion-header span {
  font-weight: 700; }

.accordion-body {
  color: #cccccc; }

.accordion-button::after {
  background-image: none !important;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white; }

.accordion-button:not(.collapsed)::after {
  border-bottom: 0; }

.winners {
  background-image: url("../img/fondo-ranking.webp");
  background-position: center;
  background-size: cover; }
  .winners h3 {
    color: var(--yellow);
    font-family: "Bebas Neue", sans-serif;
    font-size: 60px !important;
    margin: 0px;
    text-shadow: 6px 2px 9px #000000;
    transform: uppercase; }
    .winners h3 span {
      font-size: 50px !important; }
  .winners .panel {
    background-color: #341211;
    border: 4px solid #ebbb22;
    border-radius: 20px;
    box-shadow: 13px 13px 18px 1px #0000008c; }
    .winners .panel .panel-sub {
      max-height: 400px;
      overflow-y: auto; }
      .winners .panel .panel-sub::-webkit-scrollbar {
        width: 8px; }
      .winners .panel .panel-sub::-webkit-scrollbar-track {
        background: rgba(255, 215, 0, 0.1); }
      .winners .panel .panel-sub::-webkit-scrollbar-thumb {
        background: #ffd700;
        border-radius: 10px; }
        .winners .panel .panel-sub::-webkit-scrollbar-thumb:hover {
          background: #ccac00; }
  .winners #ganadoresTable {
    border-bottom: 1px solid #aa2324;
    font-family: "Bebas Neue", sans-serif;
    font-size: 22px;
    letter-spacing: 0.5px;
    width: 100%; }
    .winners #ganadoresTable thead tr th {
      background-color: #5c0802;
      color: var(--yellow);
      font-size: 18px;
      text-transform: uppercase;
      position: sticky;
      top: 0; }
  .winners .winner-card:nth-child(even) {
    background-color: #7e0f05;
    color: #eedcb5; }
  .winners .winner-card:nth-child(odd) {
    background-color: #8f1204;
    color: #eedcb5; }

/*# sourceMappingURL=styles.css.map */
