.tituloresultado{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.logolotto{
    width: 500px;
    margin-left: 11px;
}
.fecha-texto {
    color: white;
    display: flex;
    width: 330px;
    font-family: system-ui;
    font-weight: 600;
    text-transform: uppercase;
    gap: 14px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.lottery-container-results{
    background: #00c9dc;
    margin: 30px;
    border: 4px solid;
    border-style: double;
    padding: 16px 110px 16px 74px;
    border-radius: 17px;

}
.fecha-fecha{
    color: #00c9dc;
    border-radius: 9px;
    padding: 4px;
    border: 2px solid #ff9595;
    font-weight: 600;
    background: white;
}
nav{
    height: 100%;
    opacity: 1;
}

nav > ul{
    height: 100%;
    width: 57px;
    display: flex;
    flex-direction: row-reverse;
    margin-right: -110px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Source Sans 3', sans-serif;
    text-decoration: none;

}
nav ul li{
    height: 100%;
    list-style: none;
    position: relative;
}

nav > ul > li:first-child > a{
    background-image: url(/images/home.png);
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px 40px 20px 22px;
    height: 4px;
    width: 4px;
    border-radius: 0.4rem;
    background-attachment: fixed;

}

nav > ul > li:first-child:hover > a{
    background-image: url(/images/home.png);
    background-size: 34px;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;

}

nav > ul > li > a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 14px;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 300ms ease;

}

nav > ul > li > a:hover{
    transform: scale(1.1);
    background: #ff4000;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);

}

#selected{
    transform: scale(1.1);
    background-color: #00c9dc;
    border: 2px solid #ff7e7e;
    padding: 20px 22px;
    margin-top: 11px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);

}


/*SUBMENU*/

nav ul li ul{
    width: 200px;
    display: flex;
    flex-direction: column;
    background: rgb(0, 0, 0);
    position:absolute;
    top: 90px;
    left: -5px;
    padding: 14px 0px;
    visibility: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    z-index: 10;
    transition: all 300ms ease;
    border-radius: 0.4rem;

}

nav ul li:hover ul{
    visibility: visible;
    top: 60px;

}

nav ul li ul:before{
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid rgb(0, 0, 0);
    position: absolute;
    top: -12px;
    left: 20px;
}

nav ul li ul li a{
    display: block;
    color: #0099E9;
    padding: 6px;
    padding-left: 14px;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 300ms ease;
}

nav ul li ul li a:hover{
    background: #c70000;
    color: #fff;
    transform: scale(1.1);
    padding-left: 30px;
    font-size: 14px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.texto-fecha{
    font-size: 112%;
}
@media (max-width: 750px) {

.logolotto{
        width: 77vw;
}
.fecha-texto {
    color: white;
    display: flex;
    width: 200px;
    font-family: system-ui;
    font-weight: 600;
    text-transform: uppercase;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.lottery-container-results {
    background: #00c9dc;
    margin: 30px;
    border: 4px solid;
    border-style: double;
    padding: 11px 26px 16px 26px;
    border-radius: 17px;
}
}
/* Scroll Mod*/
html::-webkit-scrollbar {
    -webkit-appearance: none;
  }

  html::-webkit-scrollbar:vertical {
    width:7px;
  }

  html::-webkit-scrollbar-button:increment,html::-webkit-scrollbar-button {
    display: none;
  }

  html::-webkit-scrollbar:horizontal {
    height: 10px;
  }

  html::-webkit-scrollbar-thumb {
    background-color: #a3a2a2;
    border-radius: 20px;
    border: 1px solid rgb(122, 217, 255);
  }

  html::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  html{
        background: rgb(255, 255, 255);
  }





      @media (max-width: 768px) {

          .nav {
      
              padding: 8px 21px 0 21px;
              border-radius: 7px;
              display: flex;
              margin-top: 1rem;
              justify-content: space-between;
              align-items: center;
              flex-wrap: nowrap;
              flex-direction: row;
          }
          .dropdown-menu.show {
              margin-top: -1px;
              display: flex;
              margin-left: -74px;
              border: 1px solid red;
              flex-direction: column;
              flex-wrap: nowrap;
              align-items: flex-end;
          }
          .btn:hover {
              cursor: pointer;
              color: var(--bs-btn-hover-color);
              background-color: #00c9dc;
              border-color: #1e206a;
          }
          .px-4 {
              padding-right: 1.5rem !important;
              display: flex;
              padding-left: 1.5rem !important;
              flex-direction: column;
              align-items: center;
              border-radius: 10px;
              justify-content: center;
          }
      
        .nav-link {
          color: #000;
          padding: 3px 25px 3px 25px;
          font-weight: bold;
        }
        .row {
          --bs-gutter-x: 1.5rem;
          --bs-gutter-y: 0;
          display: flex;
          margin-top: calc(-1 * var(--bs-gutter-y));
          justify-content: flex-start;
          align-items: center;
          flex-direction: column;
      }
      
        .social-footer{
          display: flex;
        }
      
        .bg-primary {
          padding: 0 0.9rem;
        }
        .card-img, .card-img-top, .card-img-bottom {
          width: 45%;
        }
      
        label {
          display: inline-block;
          font-size: 0.9rem;
        }
      
        .card{
          margin-top:2%;
        }
      }
.sorteos{
  width: 90%;
}

@media (min-width: 1600px){
  .rafflez {
      position: relative;
      left: 12px;
  }
}
@media (max-width: 768px){
  .rafflez {
      position: relative;
      left: 17px;
  }
}
@media (max-width: 425px){
  .rafflez {
      left: 9px;
  }   
}
@media (max-width: 375px){
  .rafflez {
      left: 5px;
  }
}
@media (max-width: 320px){
  .rafflez {
      left: 3px;
  }
}