

/* fonte google */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");

/* variaveis */
:root {
  --azul-caixa: #005dad;
  --laranja-caixa: #ff9300;
  --cinza-topo-caixa: #ebebeb;
  --cinza-caixa: #f6f6f6;
  --verde-mega: #229451;
  --roxo-loto: #872560;
  --vinho-dupla: #a2102b;
  --azul-quina: #323369;
  --amarelo-timemania: #ffc400;
  --laranja-lotomania: #f98023;
  --vermelho-loteca: #fc4847;
  --amarelo-diadesorte: #c5972a;
  --azul-loteriafederal:#143496;
  --verde-supersete: #93c724;

  --body-font: "Poppins", sans-serif;

  --azulBgResponsiv: #005cade5;
  --azulBgResponsiv2:rgba(0, 92, 173, 0)5;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font);
  background-color: rgb(245, 245, 245);
  text-align: left;
}

.linha {
  display: flex;
  margin-top: 0;
}
.linha .topo1 {
  width: 33.4%;
  height: 7px;
  background: var(--azul-caixa);
}
.linha .topo2 {
  width: 33.4%;
  height: 7px;
  background: var(--laranja-caixa);
}
.linha .topo3 {
  width: 33.4%;
  height: 7px;
  background: var(--azul-caixa);
}

.nav_container {
  background-color: var(--cinza-topo-caixa);
  justify-content: space-between;
  display: flex;
  width: 100%;
  height: 4.3rem;
}

/* BANNER ROTATIVO */
.carousel-item {
  height: 80vh;
  /* min-height: 40px; */
  /* height: auto; */
  width: 100%;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* div #slide1.carousel-item {
  background-image: url('http://localhost/zerada-crud/assets/img/banner1.jpg');
}

div #slide2.carousel-item {
  background-image: url('http://localhost/zerada-crud/assets/img/banner2.jpg');
}

div #slide3.carousel-item {
  background-image: url('http://localhost/zerada-crud/assets/img/banner3.jpg');
} */

a {
  text-decoration: none;
  color: var(--azul-caixa);
}

a:active {
  color: var(--laranja-caixa);
}

header ul,
header li {
  list-style: none;
  align-items: center;
  display: flex;
  /* height: 100%; */
}

img {
  max-height: 100%;
  width: auto;
}

.logo {
  padding: 5px;
  margin-left: 20px;
  display: flex;
}

.nav_menu {
  display: flex;
}

.nav_container ul,
.nav_menu ul {
  display: flex;
  margin-top: 15px;
}

.nav_container li {
  margin: 0 40px;
  background-color: white;
  padding: 4px;
  border-radius: 8px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

li .uil {
  color: var(--laranja-caixa);
}

i.uil-facebook,
i.uil-instagram {
  font-size: 25px;
  padding-right: 10px;
}

.nav_toggle {
  border: none;
  font-size: 25px;
  color: var(--azul-caixa);
  background-color: var(--cinza-topo-caixa);
  display: none;
}

.nav_toggle:focus {
  outline: none;
}

div.rightside {
  display: flex;
  margin-right: 20px;
}

header .rightside li {
  margin: 0 10px;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}

/* BANNER */

.banner-rot img{
  width: 100%;
}

/* CARDS DOS BOLÕES */

.container-title {
  justify-content: center;
  text-align: center;
  align-items: center;
}

.justify-content-center{
  padding-top: 20px;
}

h3.heading {
  font-size: 20px;
}

h2 {
  margin-top: 20px;
  color: #005dad;
  text-align: center;
}

.container-title h1 {
  font-size: 30px;
  justify-content: center;
  align-items: center;
  color: white;
}

.container-title h1 span {
  background-color: var(--laranja-caixa);
  border-radius: 5px;
  padding: 0 8px;
}

.container-title p {
  align-items: center;
  color: rgb(104, 104, 104);
}

div.container.mt-5.mb-3 {
  margin-top: 2px !important;
}

.bolao-meio {
  padding: 2rem 0 2rem 0;
}

.meio {
  padding: 3rem 0 3rem 0;
  margin: 3rem 0 3rem 0;
  background-color: var(--cinza-topo-caixa);
}

.card {
  margin-top:10px;
  border-radius: 10px;
}

.card.mega {
  border-color: var(--verde-mega);
}

.card.loto {
  border-color: var(--roxo-loto);
}

.card.dupla {
  border-color: var(--vinho-dupla);
}

.card.quina {
  border-color: var(--azul-quina);
}

.card.timemania {
  border-color: var(--amarelo-timemania);
}

.card.lotomania {
  border-color: var(--laranja-lotomania);
}

.card.loteca {
  border-color: var(--vermelho-loteca);
}

.card.diadesorte {
  border-color: var(--amarelo-diadesorte);
}

.card.loteriafederal {
  border-color: var(--azul-loteriafederal);
}

.card.supersete {
  border-color: var(--verde-supersete);
}

.c-details span {
  font-weight: 300;
  font-size: 13px;
}

.btn-mega{
  background-color: var(--verde-mega);
  color: white;
  font-style: bold;
  border-radius: 6px;
  margin-top: 5px;
  width: 100%;
}

.btn-loto{
  background-color: var(--roxo-loto);
  color: white;
  font-style: bold;
  border-radius: 6px;
  margin-top: 5px;
  width: 100%;
}

.btn-dupla{
  background-color: var(--vinho-dupla);
  color: white;
  font-style: bold;
  border-radius: 6px;
  margin-top: 5px;
  width: 100%;
}

.btn-quina{
  background-color: var(--azul-quina);
  color: white;
  font-style: bold;
  border-radius: 6px;
  margin-top: 5px;
  width: 100%;
}

.btn-timemania{
  background-color: var(--amarelo-timemania);
  color: white;
  font-style: bold;
  border-radius: 6px;
  margin-top: 5px;
  width: 100%;
}

.btn-lotomania{
  background-color: var(--laranja-lotomania);
  color: white;
  font-style: bold;
  border-radius: 6px;
  margin-top: 5px;
  width: 100%;
}

.btn-loteca{
  background-color: var(--vermelho-loteca);
  color: white;
  font-style: bold;
  border-radius: 6px;
  margin-top: 5px;
  width: 100%;
}

.btn-diadesorte{
  background-color: var(--amarelo-diadesorte);
  color: white;
  font-style: bold;
  border-radius: 6px;
  margin-top: 5px;
  width: 100%;
}

.btn-loteriafederal{
  background-color: var(--azul-loteriafederal);
  color: white;
  font-style: bold;
  border-radius: 6px;
  margin-top: 5px;
  width: 100%;
}

.btn-supersete{
  background-color: var(--verde-supersete);
  color: white;
  font-style: bold;
  border-radius: 6px;
  margin-top: 5px;
  width: 100%;
}

.icon {
  width: 50px !important;
  height: 50px;
  /* background-color: rgb(247, 28, 148); */
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 39px;
}

.icon.mega {
  background-color: var(--verde-mega);
}

.icon.loto {
  background-color: var(--roxo-loto);
}

.icon.dupla {
  background-color: var(--vinho-dupla);
}

.icon.quina {
  background-color: var(--azul-quina);
}

.icon.timemania {
  background-color: var(--amarelo-timemania);
}

.icon.lotomania {
  background-color: var(--laranja-lotomania);
}

.icon.loteca {
  background-color: var(--vermelho-loteca);
}

.icon.diadesorte {
  background-color: var(--amarelo-diadesorte);
}

.icon.loteriafederal {
  background-color: var(--azul-loteriafederal);
}

.icon.supersete {
  background-color: var(--verde-supersete);
}

.badge.mega span {
  background-color: var(--verde-mega);
}

.badge.loto span {
  background-color: var(--roxo-loto);
}

.badge.dupla span {
  background-color: var(--vinho-dupla);
}

.badge.quina span {
  background-color: var(--azul-quina);
}

.badge.timemania span {
  background-color: var(--amarelo-timemania);
}

.badge.lotomania span {
  background-color: var(--laranja-lotomania);
}

.badge.loteca span {
  background-color: var(--vermelho-loteca);
}

.badge.diadesorte span {
  background-color: var(--amarelo-diadesorte);
}

.badge.loteriafederal span {
  background-color: var(--azul-loteriafederal);
}

.badge.supersete span {
  background-color: var(--verde-supersete);
}

.badge span {
  /* background-color: #fffbec; */
  width: 62px;
  height: 25px;
  padding-right: 1px;
  padding-bottom: 3px;
  border-radius: 5px;
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
}

/* BOTOES LOTERIA */
div.buttons-lot {
  padding: 20px;
  cursor: pointer;
  margin: 0 auto;
  max-width: 80%;
}

div.row {
  padding: 20px;
}

.progress {
  height: 10px;
  border-radius: 10px;
}

.progress div {
  background-color: var(--azul-caixa);
}

.text1 {
  font-size: 14px;
  font-weight: 600;
}

.text2 {
  color: #a5aec0;
}


/* footer {
  display: flex;
  position: fixed; esse tá comentado
  background-color: var(--cinza-topo-caixa);
  bottom:0px;
  left:0px;
  width: 100%;
} */

footer { 
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}



footer div.footer2{
  /* position:absolute; */
  display: flex;
  margin-top: 90px;
  /* padding-top: 100px; */
  height: 50px;
  bottom: 0;
  padding: 0;
  /* margin-top: 150px; */
}

div.footer{
  /* position:absolute; */
  display: flex;
  /* width: 100%; */
}

.footer-right {
  display: flex;
  margin-left: 20px;
  margin-right: 20%;
  /* width: 70%; */
  /* justify-content: center; */
}

.footer-right a {
  /* padding-left: 20px; */
  text-decoration: none;
  color: rgb(46, 46, 46);
  font-style: italic;
  justify-content: space-between;
  /* color: var(--cinza-topo-caixa); */
}

.footer-right p {
  padding-right: 50px;
}

.footer-left {
  margin-right: 10px;
  margin-left: 20%;
  display: flex;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

  div.d-flex.justify-content-between {
    display: block !important;
  }
}

@media screen and (max-width: 1300px) {
  .rightside ul {
    display: none;
  }

  .nav_container li {
    margin: 0 20px;
  }

  .footer-left {
    margin-left: 10%;
  }
}

@media screen and (max-width: 970px) {
  div.footer-left {
    margin-left: 1%;
    /* display: none; */
  }
}

@media screen and (max-width: 980px) {
  .nav_container li {
    margin: 0 10px;
  }

}

@media screen and (max-width: 991px) and (min-width: 765px) {
  .badge {
    display: block;
  }
}

@media screen and (max-width: 760px) {
  /* div #slide1.carousel-item {
    background-image: url('http://localhost/zerada-crud/assets/img/banners/banner1-mobile.jpg');
  }

  div #slide2.carousel-item {
    background-image: url('http://localhost/zerada-crud/assets/img/banners/banner2-mobile.jpg');
  }

  div #slide3.carousel-item {
    background-image: url('http://localhost/zerada-crud/assets/img/banners/banner3-mobile.jpg');
  } */
  
  .rightside ul {
    display: show;
  }

  .nav_menu {
    position: fixed;
    top: 0;
    right: -100%;
    margin: 0;
    max-width: 200px;
    height: 100%;
    background-color: var(--azulBgResponsiv);
    z-index: 999;
    transition: 0.5s ease;
  }

  .nav_menu.active{
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    max-width: 200px;
    height: 100%;
    background-color: var(--azulBgResponsiv);
    z-index: 999;
    
  }

  .nav_container .nav_menu ul{
    flex-direction: column;
    display: block;
    padding: 50px 20px;
  }

  .nav_container .nav_menu li{
    margin-bottom: 30px;
    margin-top: 20px;
  }


  .nav_toggle {
    display: block;
    position: relative;
    margin-top: 7px;
    margin-right: 5px;
    background-color: var(--azulBgResponsiv2);
    color: var(--laranja-caixa);
    font-size: 35px;
    z-index: 999;
    transition: 0.5s ease;
  }

  .nav_toggle.active {
    display: block;
    position: fixed;
    margin-top: 7px;
    margin-right: 5px;
    background-color: var(--azulBgResponsiv2);
    color: var(--laranja-caixa);
    font-size: 35px;
    z-index: 999;
  }

  

  div.rightside{
    margin-right: 50px;
  }

}

@media screen and (min-width: 700px) {

  div .footer-right a {
    display: block;
  }
}

@media screen and (max-width: 700px) and (min-width: 500px) {
  .col-sm.lot {
    flex: 1 0 50%;
    padding: 10px;
  }
}

@media screen and (max-width: 590px) {
  .footer-right {
    margin-right: 5%;
    margin-left: 5%;
  }

  .footer-left {
    display: none;
  }
}

@media screen and (max-width: 499px) {
  .col-sm.lot {
    width: 50%;
    margin: 0 auto;
    padding: 10px;
  }

  div.buttons-lot{
    padding: 2px !important;
  }

  div.row{
    padding: 2px !important;
  }
}



