
@import url(//db.onlinewebfonts.com/c/7a6f2630cebd5e0ea712848621f9502e?family=SF+Pro+Display);

*{
    font-family: "SF Pro Display"; src: url("//db.onlinewebfonts.com/t/7a6f2630cebd5e0ea712848621f9502e.eot"); src: url("//db.onlinewebfonts.com/t/7a6f2630cebd5e0ea712848621f9502e.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/7a6f2630cebd5e0ea712848621f9502e.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/7a6f2630cebd5e0ea712848621f9502e.woff") format("woff"), url("//db.onlinewebfonts.com/t/7a6f2630cebd5e0ea712848621f9502e.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/7a6f2630cebd5e0ea712848621f9502e.svg#SF Pro Display") format("svg"); }

body{
  background:linear-gradient(0deg, #915a40 9%,#20993c 60%, #4ea551 68% , #4ec3cf, #56b7c7 78% ,#00b8ff 82%, white);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;

}
.numero{
      font-size: 16px !important;
      font-family: sans-serif !important;
}
.card-title{
    font-family: system-ui  !important;
    color: black !important;
    -webkit-text-fill-color: #000000 !important;
    -webkit-text-stroke: #ffd700 0.5px !important;
    font-size: 20px !important;
    font-weight: 900 !important;
}
 .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:center;
}

.hojas2{
    left: 81%;
    top: -86px;
    width: 349px;
    position: fixed;
    rotate: 25deg;
}

@media (min-width:751px){

    .Tresultado2{
        display: none;
    }
    .hora{
        display: none;
    }
    
    
}

@media (max-width:750px){
    .logozoo{
        width:250px !important;
        margin-top:-50px !important;
        margin-bottom: 25px;
    }
    .logozoologico{
        margin-top: 64px !important;
    width: 313px !important;
    margin-bottom: -24px;
    }
    .Tresultado{
        display:none !important;
    }
    .resultado{
    width: 250px !important;
    
    }
    
    .hora{
        display: center;
     }
     
     .camello{
         margin-top:35px;
     }
}

.logozoo{
   width: 500px;
   margin-top: -104px;
}

.resultado{
    width: 200px;
}

.horario{
    color: #ed2a2e;
}

.resultados{
    margin-top: 40px;
    
}
.Tituloresultado{
    margin-top: -60px;
    
}




.header{
    width: 100%;
    position: scroll;
    top: 0;
    left: 0;
    background: rgb(5, 5, 5);
}

/*HEADER SUPERIOR*/

.header__superior{
    max-width: 1562px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1px;
   
}

.ruleta {
  width: 10px;
  height: 200px;
  
}

.titulo-superior {
 padding-left: 600px;
 color: white;
 font-size: 50px;
 float: center;
 font-style:inherit;

}
.JOGO-DO-BICHO img{
    width: 160px;
  padding-left: 200px;
}

.jackpot{
  padding-left: 150px;
  max-width: 1000px;
  margin-left: 70px;
  border-radius: 0.7rem;
  padding-top: 20px;

}

/*BARRA MENU*/

.container__menu{
    width: 90%;
    height: 40px;
    background-color: #009c3c00;
    padding: 0px 20px;
    border-top: 1px solid #ffdd0000;
}

.menu{
    max-width: 1300px;

    height: 100%;
}

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(../img/atras.png);
    background-size: 37px;
    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(../img/atras.png);
    background-size: 24px;
    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: #277e4c00;
    border:2px solid red;
    padding:18px 18px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);


   
}


/*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);

}



.navbar {
    box-shadow: 2px 2px 5px rgb(246, 246, 246);
    opacity: 0.9;
  }
  
  
  .navbar-brand{
    background-color: #ffffff00;
  }
  .navbar .nav-item .nav-link {
    color: rgb(255, 255, 255);
  }
  
  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: rgb(0, 0, 0);
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  
  
  .form-control, .btn{
    border-radius: 20px;
  }
 
  div.caja{
    position: relative;
    display: inline-block;
  }

  


 

    

   