html, body {
    overflow-x: hidden !important;
}
/*@font-face {
  font-family: "Tw Cen MT Std Extra Bold Cond";
  src: url("../fontes/TwCenMTStd-ExtraBoldCond.otf");
}
@font-face {
  font-family: "Tw Cen MT Std Extra Bold";
  src: url("../fontes/TwCenMTStd-ExtraBold.otf");
}
@font-face {
  font-family: "Tw Cen Classified MT Std";
  src: url("../fontes/TwCenClassMTStd-Regular.otf");
}
@font-face {
  font-family: "Tw Cen MT Std-Bold";
  src: url("../fontes/TwCenMTStd-Bold.otf");
}
@font-face {
  font-family: "Tw Cen MT Std Ultra Bold";
  src: url("../fontes/TwCenMTStd-UltraBoldIt.otf");
}

}*/
@font-face {
    font-family: "Font Awesome 6 Brands";
    src: url("../fontes/fa-brands-400.woff2");
}
.fa-x-twitter:before {
    content: "\e61b";
}
@font-face {
    font-family: "Tw Cen MT Std-Bold";
    src: url("../fontes/TwCenMTStd-Bold.otf");
}
@font-face {
    font-family: "Tw Cen MT Std Medium Cond";
    src: url("../fontes/TwCenMTStd-BoldCond.otf");
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.sem-espaco {
  padding: 0;
  margin: 0;
}
.espaco-mobile {
  display: none;
}

/*LOADING*/


.loading-page{
    display:table;
    width:50%;
    max-width:250px;
    float:none;
    margin:100px auto 0 auto;
}

.loading-page .logo{
    display:block;
    float:left;
    width:100%;
}
    .loading-page .logo img{
        width:100%;
    }

.spin-wave {
    margin: 10px auto;
    width: 200px;
    height: 160px;
    text-align: center;
    font-size: 10px;
}

    .loading-page .spin-wave {
        display: block;
        float: left;
        width: 100%;
        height: 160px;
        margin-top: 20px;
    }

    .spin-wave .spin-rect {
        background-color: var(--primary);
        height: 100%;
        width: 20px;
        display: inline-block;
        -webkit-animation: spin-waveStretchDelay 1.2s infinite ease-in-out;
        animation: spin-waveStretchDelay 1.2s infinite ease-in-out;
    }

    .spin-wave .spin-rect1 {
        -webkit-animation-delay: -1.2s;
        animation-delay: -1.2s;
    }

    .spin-wave .spin-rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spin-wave .spin-rect3 {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .spin-wave .spin-rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spin-wave .spin-rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes spin-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes spin-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}


/*  Pagina Inicial Bem Vindo */

.secao-iniciais {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: -webkit-linear-gradient(right, #f7c934 44%, white 44%);
  background: -o-linear-gradient(right, #f7c934 44%, white 44%);
  background: -moz-linear-gradient(right, #f7c934 44%, white 44%);
  background: linear-gradient(to right, #f7c934 44%, white 44%);
}

.secao-iniciais .container {
  width: 64%;
  box-shadow: 0 0 30px #00000075;
  padding: 0;
}

.secao-iniciais .logo-img {
  display: grid;
  align-items: center;
  height: 80vh;
}

.secao-iniciais .logo-img img {
  width: 260px;
  height: auto;
  margin: auto;
}
.secao-iniciais .entrar {
  display: grid;
  align-items: center;
  height: 80vh;
}

    .secao-iniciais .entrar .destaque {
        font-size: 78px;
        color: #bfbebe;
        letter-spacing: -3px;
        /*font-family: "Tw Cen MT Std Extra Bold Cond";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        margin-left: 12px;
    }

.secao-iniciais .entrar .icon-bem-vindo {
  width: 329px;
  height: 208px;
  margin-left: -8px;
}

    .secao-iniciais .entrar .titulo {
        /*font-family: "Tw Cen MT Std Extra Bold Cond";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 22px;
        text-align: left;
        color: #0a4c8e;
        margin: 20px 0 9px 25px;
    }

.secao-iniciais .botao {
  display: inline-flex;
}

.secao-iniciais .botao button {
  width: 155px;
  height: 105px;
}

    .secao-iniciais .btn-cel,
    .secao-iniciais .btn-email {
        border: 1px solid #555555a6;
        border-radius: 5px;
        margin-left: 20px;
        /*font-family: "Tw Cen MT Std Extra Bold Cond";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        font-size: 23px;
        box-shadow: 0px 0px 4px #3c3c3cbd;
        background: linear-gradient( 180deg, rgba(255, 255, 255, 1) 29%, rgba(217, 217, 217, 1) 100% );
    }

.secao-iniciais .botao button .icon-celular,
.secao-iniciais .botao button .icon-email {
  display: block;
  margin: 0 auto;
}

    .secao-iniciais .btn-criar {
        padding: 6px 0;
        font-size: 21px;
        /*font-family: "Tw Cen MT Std Extra Bold Cond";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        background-color: #66b22e;
        color: #ffffff;
        border: 1px solid #66b22e;
        border-radius: 4px;
        margin-left: 17px;
        margin-top: 45px;
    }

    .secao-iniciais .btn-voltar {
        padding: 3px 71px;
        font-size: 25px;
        /*font-family: "Tw Cen MT Std Extra Bold Cond";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        background-color: transparent;
        color: #156eb5;
        border: none;
        border-radius: 4px;
        margin-left: 27px;
        margin-top: 45px;
        display: block;
        height: 40px;
        padding-left: 39px;
    }

.secao-iniciais .btn-voltar img {
  position: absolute;
  margin: 7px 0 0 -75px;
}

/* final Pagina Inicial Bem Vindo */
/* Pagina Acessar com celular */

.campo-form {
  width: 80%;
}

.acessar-com-celular .rz-textbox {
    width: 100%;
    /*font-size: 33px;
    font-weight: 900;*/
    height: 63px;
    border-radius: 6px;
    border-color: #8b8d8f;
    padding: 0 10px 0 85px;
    margin: 0 0 17px 17px;
    color: #000 !important;
    /* font-family: "Tw Cen MT Std Extra Bold Cond";*/
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 28px;
    border: 1px solid #000;
}

.acessar-com-celular input,
.acessar-com-celular input::placeholder {
  color: #d3d5d3 !important;
}

.acessar-com-celular .icon-celular {
  position: absolute;
  height: 45px;
  margin: 9px 0 0 45px;
}

.acessar-com-celular .icon-senha {
  position: absolute;
  margin: 15px 0 0 27px;
}

.acessar-com-celular .icon-email {
  position: absolute;
  height: 31px;
  margin: 16px 0 0 38px;
}

.btg-entrar-esqueceu-senha {
  width: 290px;
  margin: 0 auto;
  padding-right: 77px;
}

.secao-iniciais .btn-criar {
  margin-left: 15px;
  margin-top: 38px;
  width: 340px;
  margin-bottom: 4px;
}


.secao-iniciais .btn-criar-highlight {
    /*padding: 6px 0;
    font-size: 32px;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    color: #ffffff;
    border: 0;
    border-radius: 25px;
    margin-left: 15px;
    margin-top: 70px;
    width: 340px;
    height: 80px;
    margin-bottom: 4px;
    position:relative;*/
    clear: both;
    width: 340px;
    height: 70px;
    border: none;
    outline: none;
    color: #fff;
    background: #000000;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    margin-left: 15px;
    margin-top: 70px;
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    color: #ffffff;
}

    .secao-iniciais .btn-criar-highlight:before {
        content: '';
        background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
        position: absolute;
        top: -2px;
        left: -2px;
        background-size: 400%;
        z-index: -1;
        filter: blur(5px);
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        animation: glowing 20s linear infinite;
        opacity: 1;
        transition: opacity .3s ease-in-out;
        border-radius: 10px;
    }
    .secao-iniciais .btn-criar-highlight:after {
        z-index: -1;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000000;
        left: 0;
        top: 0;
        border-radius: 10px;
    }
@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}


.btg-entrar-esqueceu-senha .btn-criar {
  width: 100%;
  margin-left: 1px;
  margin-top: 22px;
}

.btg-entrar-esqueceu-senha p {
    /*font-size: 22px;*/
    text-align: center;
    color: #666666;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    /*font-family: "Tw Cen MT Std Medium Cond";*/
    /*font-weight: 100;*/
    margin-bottom: 0;
    margin-top:5px;
    cursor:pointer;
}

/* FIM Pagina Acessar com celular */

.conta-criada {
  background: #f7c934;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.conta-criada .container {
  width: 64%;
  height: 80vh;
  box-shadow: 0 0 30px #00000075;
}

.conta-criada .img img {
  width: 180px;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}

.conta-criada .texto {
  font-size: 33px;
  color: #ffffff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  /*font-family: "Tw Cen MT Std Medium Cond";*/
  line-height: 40px;
  margin-bottom: 30px;
}

.conta-criada .fa-check-double {
  font-size: 25px;
  color: #74bf56;
}

.conta-criada .btn {
  margin: 0 auto;
  display: block;
  margin-bottom: 0;
}

.conta-criada .btn-conta {
  /*font-family: "Tw Cen MT Std Medium Cond";*/
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  margin: 0 auto;
  display: block;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(6, 25, 54, 1) 33%,
    rgba(6, 27, 58, 1) 50%,
    rgba(5, 22, 48, 1) 68%,
    rgba(0, 0, 0, 1) 100%
  );
  padding: 6px 61px;
  font-size: 21px;
}

.conta-criada .fa-arrow-right {
  margin-left: 15px;
}

.conta-criada .box {
  display: grid;
  align-items: center;
  height: 80vh;
}

.secao-iniciais .idade,
.secao-iniciais .termos {
  padding: 0 0 0 15px;
  font-size: 18px;
  /*font-family: "Tw Cen MT Std Medium Cond";*/
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

    .secao-iniciais .idade p{
        margin:0;
    }

    .secao-iniciais .idade input,
    .secao-iniciais .termos input {
        float: left;
        margin: 7px 11px 0 0px;
    }

.acessar-com-celular.verificacao p.text {
  /*font-family: "Tw Cen Classified MT Std";*/
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  color: black;
  margin: 0 21px 18px 25px;
}

.acessar-com-celular.verificacao .campo-form {
  width: 100%;
  clear: both;
  height: 93px;
}

.acessar-com-celular.verificacao .campo-form .campos {
  float: left;
  margin-left: 93px;
}

.acessar-com-celular.verificacao .rz-textbox {
  width: 44px;
  padding: 0;
  border: 1px solid #000;
}

.acessar-com-celular.verificacao .btg-entrar-esqueceu-senha {
  width: 46px;
  padding: 0;
  margin: -12px 0 0 23px;
  float: left;
}

/* sorteio */
header.topo {
    background: #f7c934;
    /*font-family: "Tw Cen MT Std Medium Cond";*/
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    width: 100%;
    height: 110px;
    margin: 0 auto;
}
header.topo .logo img {
  float: left;
  height: 185px;
  margin-top: 5px;
  z-index: 2;
  position: relative;
}
header.topo .menu {
  padding-top: 40px;
  /*font-size: 28px;*/
  font-size:17px;
}
    header.topo .menu.menu-logout {
        font-size: 19px;
        padding-top: 60px;
    }
.header.topo .menu li.entrar{
    margin-left:15px;

}
header.topo .menu a {
    margin-right: 15px;
    color: #1b6bb3;
    text-decoration: none;
}

.header .main-menu-mobile .menu-esquerdo-mobile li a.bt-logout {
    background: #666666;
    color: #FFF;
    wid
}
.header.topo .menu a.highlight {
    padding: 15px;
    background: #292d2f; /*#64bc44;*/
    display: block;
    float: left;
    width: 100%;
    position: relative;
    margin-top: -15px;
    color: #FFF;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 4px;
    z-index: 2;
    height: 60px;
}
.header.topo .menu a.glow {
    background: transparent;
    border: 0px solid #000000;
    border-radius: 4px;
}

    .header.topo .menu a.glow:before {
        content: '';
        background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
        position: absolute;
        top: 0px;
        left: 0px;
        background-size: 400%;
        z-index: -1;
        filter: blur(5px);
        width: calc(100%);
        height: calc(100%);
        animation: glowing 20s linear infinite;
        opacity: 1;
        transition: opacity .3s ease-in-out;
        border-radius: 4px;
    }

    .header.topo .menu a.glow:after {
        z-index: -1;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000000;
        left: 0;
        top: 0;
        border-radius: 4px;
    }
    .header.topo .menu a.highlight:hover,
    .header.topo .menu a.highlight:active,
    .header.topo .menu a.highlight.active {
        background: #66b22e;
        color: #FFF;
    }

    .header.topo .menu a.highlight.entrar {
        background: #1b6bb3;
        margin-right: 15px;
        border: 2px solid transparent;
    }

        .header.topo .menu a.highlight.entrar:hover,
        .header.topo .menu a.highlight.entrar:active,
        .header.topo .menu a.highlight.entrar.active {
            background: #66b22e;
            color: #FFF;
        }


.menu-mobile-entrar-cadastrar {
    display: none;
    /*display: block;*/
    float: right !important;
    margin-top: 25px !important;
    padding: 0 !important;
    list-style: none !important;
}

.header.topo .menu-mobile-entrar-cadastrar li {
    display: block;
    float: left;
    margin-right: 20px;
}
.header.topo .menu-mobile-entrar-cadastrar li:last-child{
    margin-right:0;
}
.header.topo .menu-mobile-entrar-cadastrar a.highlight {
    padding: 10px;
    background: #292d2f; /*#64bc44;*/
    display: block;
    float: left;
    width: 100%;
    position: relative;
    color: #FFF;
    text-align: center;
    border: 2px solid #000;
    border-radius: 5px;
    font-size:15px;
   
}

    .header.topo .menu-mobile-entrar-cadastrar a.highlight:hover,
    .header.topo .menu-mobile-entrar-cadastrar a.highlight:active,
    .header.topo .menu-mobile-entrar-cadastrar a.highlight.active {
        background: #66b22e;
        color: #FFF;
    }

    .header.topo .menu-mobile-entrar-cadastrar a.highlight.entrar {
        background: #1b6bb3;
        margin-right: 0;
        border: 2px solid transparent;
    }

        .header.topo .menu-mobile-entrar-cadastrar a.highlight.entrar:hover,
        .header.topo .menu-mobile-entrar-cadastrar a.highlight.entrar:active,
        .header.topo .menu-mobile-entrar-cadastrar a.highlight.entrar.active {
            background: #66b22e;
            color: #FFF;
        }




    header.topo .jogar {
        /*font-family: "Tw Cen MT Std Medium Cond";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        margin-right: 28px;
        height: 40px;
        margin-top: -5px;
        width: 136px;
        /*font-size: 32px;*/
        font-size: 22px;
        color: #1b6bb3;
        border: 2px solid #1b6bb3;
        border-radius: 5px;
        line-height: 0;
    }

header.topo .cad {
    /*font-family: "Tw Cen MT Std Medium Cond";*/
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    margin-right: 0;
    height: 40px;
    width: 160px;
    font-size: 22px;
    color: #ffffff;
    background: #1b6bb3;
    border: 0px solid #013adf;
    line-height: 0;
    height: 50px;
    margin-top: -5px;
    border-radius:5px;
}

/* header */

.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);

  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  overflow: hidden;
}

.header .logo {
  float: left;
  position:absolute;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

    

/* menu icon */
    .header .main-menu-mobile {
        display: none;
    }

    .header .main-menu-desktop {
        display: block;
    }
  
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 40px 20px;
  position: relative;
  user-select: none;
  z-index: 2;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}
/*
.header .menu-btn:checked ~ .menu {
  max-height: 100vh;
  text-align: center;
  background: white;
  height: 100vh;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  z-index: 1;
}
    */
    
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}


.ajusteAnimais {
    width: 107%;
    left: -1%;
    top: -3%;
}


    /* 48em = 768px */

    @media (min-width: 48em) {
        .header li {
            float: left;
        }

        .header .menu {
            clear: none;
            float: right;
            max-height: none;
        }

        .header .menu-icon {
            display: none;
        }
    }

    .linha-titulo {
        /*font-family: "Tw Cen MT Std Extra Bold";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        display: flex;
        background: #1b6bb3;
        color: #ffffff;
        font-size: 85px;
        text-align: center;
        align-content: center;
        align-items: center;
        justify-content: center;
        height: 50px;
        line-height: 50px;
        font-size: 25px;
        text-transform: uppercase;
        border-radius: 50px;
        margin-top: 15px;
        margin-bottom: 15px;
        width:100%;
    }
        .linha-titulo h1 {
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            color: #ffffff !important;
            height: 50px !important;
            line-height: 50px !important;
            font-size: 23px !important;
            margin: 0 !important;
        }
    .linha-titulo-inicial {
    /* font-family: "Tw Cen MT Std Extra Bold"; */
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    display: flex;
    background: transparent;
    color: #1b6bb3;
    font-size: 85px;
    text-align: center;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 50px;
    line-height: 50px;
    font-size: 45px;
    text-transform: uppercase;
    border-radius: 50px;
    margin-top: 35px;
    margin-bottom: 15px;
}

    .btn-bicho-bolao {
        display: flex;
        margin-top: 30px;
        align-content: center;
        align-items: center;
        justify-content: center;
    }

        .btn-bicho-bolao .jogoBicho img {
            width: 350px;
            /*height: 320px;*/
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 20px;
            margin-right: 20px;
        }

        .btn-bicho-bolao .bolao img {
            width: 350px;
            /*height: 320px;*/
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 20px;
            margin-right: 20px;
        }

    footer {
        background: #292d2f;
        display: block;
        color: #ffffff;       
        padding-top:40px;
        padding-bottom:20px;margin-top:40px;
    }

        footer h3 {
            font-family: "Roboto", sans-serif;
            font-weight: 400;
            font-size:20px;
        }

footer .column-footer:nth-child(1) {
    width: 20%;
}
footer .column-footer:nth-child(2) {
    width: 15%;
}
footer .column-footer:nth-child(3) {
    width: 20%;
    margin-right:35px;
}
footer .column-footer:nth-child(4) {
    width: 40%;
}

footer p {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    padding-right: 50px;
    margin-top: 25px;
}

        footer ul,
        footer li{
            list-style:none;
            margin-bottom:20px;
        }

        footer ul {
            margin: 45px 0 0 0;
            border-left: 2px solid #464646;
            padding-left: 35px;
        }
            footer ul.last {
                border-right: 2px solid #464646;
                padding-right: 35px;
            }
            footer li a {
                color: #FFF;
                font-size: 15px;
            }
                footer li a:hover {
                    color: #f7c934;
                    text-decoration:none;
                }
            .subfooter {
            background: #111111;
            color: #FFF;
            text-align: center;
            font-size: 14px;
            padding: 20px 0;
        }
    .subfooter p{
        margin:0;
    }

footer .social{
    display:table;
    float:none;
    margin:25px auto;
    text-align:center;
}
    footer .social .icons {
        font-size:24px;
    }

        footer .social .icons a{
            color:#FFF;
        }

            footer .social .icons a:hover {
                color: #f7c934;
            }

        footer .social .icons i {
            margin: 20px 5px 5px 0;
        }

footer .aplicativo {
    display: table;
    float: none;
    margin: 0 auto;
    text-align: center;
}
    footer .aplicativo .app-badges img{
        width:170px;
        margin:5px 5px 0 5px;
    }
        footer .aplicativo .app-badges img.dois {
            width:146px;
        }
        /* Fim sorteio */
        /* .apostar-bolao .meio {
  display: flex;
  flex-direction: row;
} */
        .apostar-bolao .click {
            display: flex;
            margin-left: -10px;
            margin-top: 110px;
            flex-direction: column;
        }

    .apostar-bolao input.esp {
        margin-top: 15px;
        font-size: 33px;
        font-weight: 900;
        text-align: center;
        margin-left: 4px;
        margin-right: 3px;
        height: 100px;
        line-height: 100px;
        width: 60px;
        border: 5px solid #1b6bb3;
        background: #ffffff;
        border-radius: 1px;
    }

.apostar-bolao input.esp3 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 33px;
    font-weight: 900;
    text-align: center;
    margin-left: 4px;
    margin-right: 3px;
    height: 100px;
    line-height: 100px;
    width: 90px;
    border: 5px solid #1b6bb3;
    background: #ffffff;
    border-radius: 1px;
}

    .apostar-bolao input.esp4 {
        margin-top: 50px;
        font-size: 33px;
        font-weight: 900;
        text-align: center;
        margin-left: 4px;
        margin-right: 3px;
        height: 100px;
        line-height: 100px;
        width: 110px;
        border: 5px solid #1b6bb3;
        background: #ffffff;
        border-radius: 1px;
    }

.apostar-bolao .btn {
    /* min-height: 50px;*/
    /*padding: 25px 0;*/
    padding: 16px 0;
    width: 100%;
    font-size: 17px;
    color: #1b6bb3;
    font-weight: 200;
    background: #ffffff;
    border: 3px solid #a8acac;
    border-radius: 2px;
    margin-top: 8px;
    /**/line-height: 0;
    /*font-family: "Tw Cen MT Std Medium Cond";*/
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    /*height: 56px;*/
}

.apostar-bolao .btn-apostar {
    margin-right: 0;
    /* height: 56px;
        min-height: 50px;*/
    /*padding: 25px 0;*/
    padding: 17px 0;
    width: 100%;
    line-height: 0;
    /*font-family: "Tw Cen MT Std Medium Cond";*/
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #ffffff;
    /*font-weight: 200;*/
    background: #1b6bb3;
    border: none;
    border-radius: 2px;
    margin-top: 8px;
}

.apostar-bolao .btn-sair {
    margin-right: 37px;
    /* height: 50px;*/
    padding: 17px 0;
    width: 100%;
    line-height: 0;
    /*font-family: "Tw Cen MT Std Medium Cond";*/
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #ffffff;
    /*font-weight: 200;*/
    background: #faba0e;
    border: none;
    border-radius: 2px;
    margin-top: 10px;
}

    .apostar-bolao .acumulou {
        width: 526px;
        height: 200px;
        margin: 0 auto;
        display: flex;
        background: #ffffff;
        flex-direction: column;
        align-content: center;
        align-items: center;
        text-align: center;
        margin-top: 20px;
        background-image: url("../img/blacumulado.png");
        background-position: center;
        background-size: 455px;
        background-repeat: no-repeat;
    }

        .apostar-bolao .acumulou h1 {
            /*margin-top: 26px;
  margin-left: 58px;
  font-size: 37px;*/
            margin-top: 38px;
            margin-left: 55px;
            font-size: 23px;
            color: #1b6bb3;
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            /*font-family: "Tw Cen MT Std Medium Cond";*/
        }

.apostar-bolao .acumulou-segundo label {
    /*margin-top: 38px;
    margin-left: 55px;*/
    font-size: 23px;
    color: #1b6bb3;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
}



.apostar-bolao .btn-acumulou {
    margin-top: 5px;
    margin-right: 2px;
    height: 45px;
    width: 22px;
    background: #000000;
    border-radius: 9px;
}

    .apostar-bolao .btn-acumulou1 {
        margin-top: 5px;
        margin-right: 10px;
        height: 45px;
        width: 22px;
        background: #000000;
        border-radius: 9px;
        margin-left: 40px;
    }

    .apostar-bolao .nome {
        margin-left: 30px;
        margin-top: 40px;
        flex-direction: column;
    }

    .apostar-bolao .bolao img {
        width: 100%;
        margin-bottom: 30px;
    }

    .apostar-bolao .bolao-selo img {
        width: 350px;
        /* height: 320px; */
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 20px;
        margin-right: 20px;
    }

    .apostar-bolao .nome p {
        /*font-family: "Tw Cen MT Std Medium Cond";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        font-size: 25px;
        color: #1b6bb3;
    }

    .apostar-bolao .btn-nome {
        margin-right: 37px;
        height: 50px;
        width: 205px;
        font-size: 40px;
        background: #edefee;
        border: none;
        border-radius: 2px;
    }

    .apostar-bolao .saldo {
        margin-left: -30px;
        margin-top: 40px;
        flex-direction: column;
    }

        .apostar-bolao .saldo p {
            /*font-family: "Tw Cen MT Std Medium Cond";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            font-size: 25px;
            color: #1b6bb3;
        }

    .apostar-bolao .btn-saldo {
        margin-right: 37px;
        height: 50px;
        width: 205px;
        background: #edefee;
        border: none;
        border-radius: 2px;
    }

        .apostar-bolao .btn-saldo p {
            margin-left: 10px;
            font-size: 27px;
            /*font-family: "Tw Cen MT Std";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            color: #1b6bb3;
            text-align: left;
        }

    .apostar-bolao .cinza {
        display: flex;
        flex-direction: row;
    }

    .apostar-bolao .valor-bolao-acumulado {
        display: block;
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        font-size: 36px;
        color: #66b22e;
        float: left;
        width: 50%;
        margin-left: 70px;
    }

    .style-calendario-jogo .valor-bolao-acumulado {
        display: block;
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        font-size: 65px;
        color: #66b22e;
        float: left;
        width: 60%;
        margin-left: 170px;
    }

    .style-calendario-jogo .acumulou h1 {
        font-size: 52px;
        color: #1b6bb3;
        /* font-family: "Tw Cen MT Std Medium Cond"; */
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        margin-top: -80px;
        margin-bottom: 0;
        width: 70%;
        text-align: center;
        margin-left: 170px;
    }

    .apostar-bolao .btn1 {
        margin-right: 10px;
        display: flex;
    }

    .apostar-bolao .btn2 {
        margin-right: 10px;
        display: flex;
    }

    .apostar-bolao .bolao img,
    .apostar-bolao .criarAposta img {
        width: 100%;
    }
        /*.apostar-bolao .bolao img,*/
        .apostar-bolao .criarAposta img.animal-img {
            width: 20%;
        }

    /* .apostar-bolao .check {
  display: flex;
} */

    .apostar-bolao .check1 {
        margin-top: 10px;
        margin-bottom: 10px;
        color: #1b6bb3;
        font-size: 30px;
        /*font-family: "Tw Cen MT Std Medium Cond";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
    }

        .apostar-bolao .check1 p {
            color: #000000;
            font-size: 22px;
            /*font-family: "Tw Cen MT Std Medium Cond";*/
            font-family: "Roboto", sans-serif;
            font-weight: 700;
            margin: 0;
        }

    .apostar-bolao .btn-bilh {
        height: 30px;
        width: 30px;
        border: 6px solid #1b6bb3;
        background: #ffffff;
        margin-right: 8px;
        border-radius: 20px;
        margin-top: 3px;
        position: relative;
    }

        .apostar-bolao .btn-bilh.active:before {
            content: '';
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #1b6bb3;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .apostar-bolao .qt-blh input {
        height: 40px;
        line-height: 40px;
        width: 70px;
        border: 6px solid #1b6bb3;
        border-radius: 5px;
        font-size: 22px;
        font-weight: 900;
        display: block;
        float: left;
        text-align: center;
    }

    .apostar-bolao .qt-blh span {
        display: block;
        float: left;
        font-size: 25px;
        font-weight: 800;
        height: 40px;
        line-height: 40px;
        margin-left: 10px;
    }

    .apostar-bolao .check2 {
        margin-bottom: 10px;
        margin-top: 10px;
        color: #1b6bb3;
        font-size: 25px;
        /*font-family: "Tw Cen MT Std Ultra Bold Cond";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
    }

        .apostar-bolao .check2 p {
            color: #000000;
            font-size: 22px;
            /*font-family: "Tw Cen MT Std Medium Cond";*/
            font-family: "Roboto", sans-serif;
            font-weight: 700;
            margin: 0;
        }

    .apostar-bolao .clicar {
        display: flex;
        /*font-family: "Tw Cen MT Std Medium Cond";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        margin-top: 3px;
    }

    .apostar-bolao .clicar2 {
        display: flex;
        margin-left: 100px;
    }

    .apostar-bolao .ld-direito p1 {
        margin-top: 20px;
        font-size: 30px;
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        /*font-family: "Tw Cen MT Std Medium Cond";*/
    }

    .apostar-bolao .bilhete p {
        margin-top: 20px;
        font-size: 30px;
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        /*font-family: "Tw Cen MT Std Medium Cond";*/
    }

    .apostar-bolao .bilh-num1 {
        margin-right: 0;
        display: flex;
        flex-direction: row;
    }

    .apostar-bolao .bilh-num2 {
        display: flex;
    }

    .apostar-bolao .digitar {
        min-height: 134px;
        width: 190px;
        margin-right: 20px;
        margin-left: -10px;
        /* background-image: url("../img/espaco.png"); */
        /* background-size: 100% 140px; */
        /* background-repeat: no-repeat; */
        align-content: center;
        align-items: center;
        text-align: center;
        border: 4px solid #1b6bb3;
        border-radius: 19px;
        margin-bottom: 8px;
    }

    .apostar-bolao .esp {
        margin-top: 19px;
        margin-left: 5px;
        margin-right: 3px;
        height: 90px;
        width: 60px;
        border: 5px solid #1b6bb3;
        background: #ffffff;
        border-radius: 1px;
    }

    .apostar-bolao .bilhete p2 {
        margin-top: 10px;
        font-size: 35px;
        /*font-family: "Tw Cen MT Std Medium Cond";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        margin-left: 480px;
    }

    .apostar-bolao .azul {
        margin-top: 60px;
        display: flex;
        height: 60px;
        width: 415px;
        align-content: center;
        align-items: center;
        text-align: center;
        border-radius: 14px;
        background-color: #0b4d8f;
    }

        .apostar-bolao .azul p {
            /*font-family: "Tw Cen MT Std Medium Cond";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            font-size: 30px;
            margin-left: 20px;
            color: #ffffff;
            padding: 0;
            margin: 0 0 0 29px;
        }

    .apostar-bolao .btn-valor {
        height: 35px;
        width: 90px;
        margin-left: 10px;
        border: none;
        background: #e3e4e3;
        border-radius: 1px;
    }

    .apostar-bolao .apostar {
        margin-top: 20px;
        height: 70px;
        width: 500px;
        margin-left: 10px;
        border: none;
        background: #62ba46;
        border-radius: 15px;
    }

        .apostar-bolao .apostar p {
            /*font-family: "Tw Cen MT Std Medium Cond";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            font-size: 35px;
            color: #ffffff;
            line-height: 70px;
        }

    .header.topo .nome {
        margin-left: 0;
        margin-top: -46px;
        flex-direction: column;
    }

        .header.topo .nome p {
            /*font-family: "Tw Cen MT Std Medium Cond";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            font-size: 22px;
            color: #1b6bb3;
            margin: 0;
            text-transform: uppercase;
        }

    .header.topo .btn-nome {
        margin-right: 37px;
        height: 50px;
        width: 125px;
        font-size: 40px;
        background: #edefee;
        border: none;
        border-radius: 2px;
    }

    .header.topo .saldo {
        margin-left: -30px;
        margin-top: -46px;
        flex-direction: column;
    }

        .header.topo .saldo p {
            /*font-family: "Tw Cen MT Std Medium Cond";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            font-size: 22px;
            color: #1b6bb3;
            margin: 0;
            text-transform: uppercase;
        }

    .header.topo .btn-saldo {
        margin-right: 37px;
        height: 50px;
        width: 148px;
        background: #edefee;
        border: none;
        border-radius: 2px;
    }

        .header.topo .btn-saldo p {
            font-size: 27px;
            color: #1b6bb3;
            text-align: right;
            margin-right: 10px;
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            /*font-family: "Tw Cen MT Std Medium Cond";*/
            text-align: center;
        }

    /*.apostar-bolao .acumulou-segundo {
        width: 526px;
        height: 142px;
        margin: 0 auto;
        display: flex;
        background: #e3e4e3;
        border: 7px solid #a8acac;
        border-radius: 100px;
        flex-direction: column;
        align-content: center;
        align-items: center;
        text-align: center;
        margin-top: 32px;
    }*/

.bolao-panel-only .acumulou-segundo {
    width:50%;
    margin: 0 auto;
    float:none;
    display:table;
}

.apostar-bolao .acumulou-segundo .panel-proximo-sorteio,
.apostar-bolao .acumulou-segundo .panel-bolao-acumulado,
.acumulou-segundo .panel-bolao-acumulado {
    display: block;
    float: left;
    width: 100%;
    background: #eeeeee;
    border: 5px solid #a8acac;
    border-radius: 100px;
    padding: 25px;
    height: 135px;
    margin-top: 20px;
    position: relative;
}

.panel-proximo-sorteio .text  {
    background:transparent!important;
}
.apostar-bolao .acumulou-segundo .panel-proximo-sorteio label {
    display: block;
    float: left;
    width: 90px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    font-size: 21px;
    font-weight: 800;
    color: #1b6bb3;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0;
}
.pagina-inicial .apostar-bolao .acumulou-segundo .panel-proximo-sorteio .counter {
    display: block;
    float: left;
    width: calc(100% - 100px);
    height: 40px;
    line-height: 40px;
}

        .apostar-bolao .acumulou-segundo .panel-proximo-sorteio .counter{
            display:table;
            float:none;
            margin:0 auto;
        }

        .apostar-bolao .acumulou-segundo .panel-proximo-sorteio .counter .numbers {
            display: block;
            float: left;
            width: 30px;
            height: 40px;
            line-height: 40px;
            background: #000000;
            border-radius: 10px;
            font-size: 15px;
            color: #FFF;
            font-weight: 800;
            text-align: center;
            margin-right: 3px;
        }
        .apostar-bolao .acumulou-segundo .panel-proximo-sorteio .counter .divisors {
            display: block;
            float: left;
            width: 25px;
            height: 40px;
            line-height: 40px;
            border-radius: 10px;
            color: #000000;
            font-size: 15px;
            font-weight: 800;
            text-align: center;
            margin-right: 3px;
        }
    .apostar-bolao .acumulou-segundo .panel-proximo-sorteio .text {
        font-size: 16px;
        font-weight: 900;
        color: #1b6bb3;
        font-family: "Roboto", sans-serif;
        margin-top: 10px;
        display: block;
        float: left;
        width: 100%;
    }
     .acumulou-segundo .panel-bolao-acumulado{
        padding-left:60px;
    }
    .acumulou-segundo .panel-bolao-acumulado:before {
        content: '';
        position: absolute;
        display: block;
        float: left;
        width: 130px;
        height: 130px;
        top: 8px;
        left: -35px;
        background: url("../img/icon-arara.svg") no-repeat center;
        background-size: contain;
    }
    .acumulou-segundo .panel-bolao-acumulado:after {
        content: '';
        position: absolute;
        display: block;
        float: left;
        width:130px;
        height: 130px;
        top: 0;
        right: -35px;
        background: url("../img/icon-notas.svg") no-repeat center;
        background-size: contain;
    }
        .acumulou-segundo .panel-bolao-acumulado label {
            float: none;
            display: table;
            margin: 0 auto;
            font-size: 21px;
            font-weight: 900;
            color: #1b6bb3;
            font-family: "Roboto", sans-serif;
        }
     .acumulou-segundo .panel-bolao-acumulado .value {
        font-family: "Roboto", sans-serif;
        color: #67B32F;
        font-size: 35px;
        font-weight: 900;
        padding-left: 73px;
        text-align:center;
        padding-left:0;
    }


            .apostar-bolao .acumulou-segundo h1 {
                margin: 0;
                font-size: 22px;
                line-height: 20px;
                color: #1b6bb3;
                /*font-family: "Tw Cen MT Std Medium Cond";*/
                font-family: "Roboto", sans-serif;
                font-weight: 900;
                margin-top: 5px;
            }

        .apostar-bolao .acumulou-segundo .btn1 h3 {
            font-size: 40px;
            margin-left: 6px;
        }

        .apostar-bolao .acumulou-segundo h2 {
            font-size: 20px;
            color: #1b6bb3;
            /*font-family: "Tw Cen MT Std Medium Cond";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            line-height: 20px;
        }

    /*********************/

    .apostar-bolao .centena {
        display: flex;
        flex-direction: column;
        font-size: 30px;
        /*font-family: "Tw Cen MT Std Ultra Bold Cond";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
    }

    .apostar-bolao .inicio {
        display: flex;
        align-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .apostar-bolao .centena p {
        font-size: 35px;
        /*font-family: "Tw Cen MT Std Medium Cond";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        color: #1b6bb3;
        line-height: 29px;
        margin: 0;
        margin-left: 6px;
        margin-right: 12px;
    }

    .apostar-bolao .centena p1 {
        font-size: 25px;
        /*font-family: "Tw Cen MT Std Medium Cond";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        float: left;
        display: block;
        margin: 0 15px 0 5px;
        color: #1b6bb3;
    }

    .apostar-bolao p1.grupo {
        font-size: 25px;
        /*font-family: "Tw Cen MT Std Medium Cond";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        float: left;
        display: block;
        margin: 0 15px 0 5px;
        color: #000;
    }

    .apostar-bolao .centena p2 {
        font-size: 22px;
        /*font-family: "Tw Cen MT Std Medium Cond";*/
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .apostar-bolao .bolao p2 {
        font-size: 22px;
        /*font-family: "Tw Cen MT Std Medium Cond";*/
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .apostar-bolao .btn-cen1 {
        height: 30px;
        width: 30px;
        border: 6px solid #1b6bb3;
        background: #ffffff;
        margin-right: 2px;
        border-radius: 20px;
        position: relative;
        display: block;
        float: left;
    }

        .apostar-bolao .btn-cen1.active:before {
            content: '';
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #62ba46;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

    .apostar-bolao .btn-cen2 {
        content: '';
        height: 35px;
        width: 35px;
        border: 6px solid #1b6bb3;
        background: #ffffff;
        margin-right: 2px;
        border-radius: 20px;
        position: relative;
        padding: 0;
        margin: 0 10px 0 0;
        float: left;
        display: block;
    }

        .apostar-bolao .btn-cen2.active:before {
            content: '';
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #62ba46;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

    .apostar-bolao .qntd {
        margin-top: 0px;
        margin-bottom: 15px;
    }

        .apostar-bolao .qntd p1 {
            font-size: 25px;
            line-height: 35px;
            margin-right: 20px;
            margin-top: 0;
            float: left;
            display: block;
            color: #1b6bb3;
            font-size: 25px;
        }

    .apostar-bolao .centena p3 {
        font-size: 30px;
        margin-top: 0px;
        /*font-family: "Tw Cen MT Std Medium Cond";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
    }

    .apostar-bolao .digitar {
        min-height: 140px;
        width: 100%;
        margin-right: 20px;
        margin-left: -10px;
        /* background-image: url("../img/espaco.png"); */
        background-size: 350px 200px;
        background-repeat: no-repeat;
        align-content: center;
        align-items: center;
        text-align: center;
        margin-top:10px;
        display:block;
        float:left;
    }

        .apostar-bolao .digitar .bloco-campos {
            display: block;
            float: left;
            margin-left: 0;
            width:auto;
        }

        .apostar-bolao .digitar .add-bloco-campos {
            background-color: #1b6bb3;
            font-size: 35px;
            color: #FFF;
            font-weight: 900;
            padding: 5px 15px;
            border-radius: 5px;
            text-decoration: none;
        }

        .apostar-bolao .digitar.apostar-centena .bloco-campos,
        .apostar-bolao .digitar.apostar-milhar .bloco-campos {
            display: block;
            float: left;
            margin: 0 7px;
            width: auto;
        }

        .apostar-bolao .digitar.apostar-combinado .bloco-campos,
        .apostar-bolao .digitar.apostar-dezena .bloco-campos {
            display: block;
            float: left;
            margin-left: 0;
            width: 100%;
        }

.apostar-bolao .esp {
    margin-top: 50px;
    margin-left: 5px;
    margin-right: 3px;
    height: 100px;
    width: 60px;
    border: 5px solid #1b6bb3;
    background: #ffffff;
    border-radius: 1px;
}

    .apostar-bolao .centena p4 {
        font-size: 30px;
        margin-bottom: 5px;
        /*font-family: "Tw Cen MT Std Medium Cond";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
    }

    .apostar-bolao .sn p1 {
        font-size: 30px;
        margin-right: 20px;
        display: block;
        float: left;
        margin-top: 0;
        line-height: 35px;
    }

    .apostar-bolao .btn-cen3 {
        height: 35px;
        width: 35px;
        border: 6px solid #1b6bb3;
        background: #ffffff;
        margin-right: 10px;
        border-radius: 25px;
        position: relative;
        display: block;
        float: left;
    }

        .apostar-bolao .btn-cen3.active:before {
            content: '';
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #62ba46;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

.apostar-bolao .azul {
    margin-top: 15px;
    display: flex;
    height: 70px;
    width: 680px;
    align-content: center;
    align-items: center;
    align-self: center;
}

        .apostar-bolao .azul p {
            /*font-family: "Tw Cen MT Std Medium Cond";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            font-size: 25px;
            margin-left: 30px;
            color: #ffffff;
        }

        .apostar-bolao .azul p1 {
            /*font-family: "Tw Cen MT Std Medium Cond";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            font-size: 25px;
            color: #ffffff;
            text-align: center;
            margin: 0;
            margin-left: 21px;
        }

        .apostar-bolao .azul p2 {
            /*font-family: "Tw Cen MT Std Medium Cond";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            font-size: 25px;
            margin-left: 30px;
            color: #ffffff;
        }

    .apostar-bolao .btn-valor {
        height: 40px;
        width: 280px;
        margin-left: 10px;
        border: none;
        background: #FFF;
        border-radius: 1px;
        font-size: 22px;
        font-weight: 900;
        padding: 0 15px;
    }

.apostar-bolao .apostar {
    margin-top: 15px;
    height: 70px;
    width: 500px;
    margin-left: 10px;
    border: none;
    background: #62ba46;
    border-radius: 15px;
    cursor: pointer;
}

        .apostar-bolao .apostar p {
            /*font-family: "Tw Cen MT Std Medium Cond";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            font-size: 35px;
            color: #ffffff;
            line-height: 70px;
        }

    .apostar-bolao .aprAnimal {
        margin-top: 30px;
    }

        .apostar-bolao .aprAnimal .aperte .apr {
            margin: 0 10px;
            padding: 20px;
            border: 2px solid #62ba46;
            border-radius: 5px;
            width: 280px;
        }

            .apostar-bolao .aprAnimal .aperte .apr p {
                font-family: "Roboto", sans-serif;
                font-weight: 800;
                font-size: 21px;
                text-transform: uppercase;
            }

    .linha-titulo-img.style-tabela-container {
        margin-bottom: 50px;
    }

        .linha-titulo-img.style-tabela-container img {
            object-fit: cover;
            margin-top: 20px;
            width: 100%;
            height: 100%;
        }

    .linha-titulo-img {
        margin-top: 40px;
    }

        .linha-titulo-img img {
            object-fit: cover;
            margin-top: 20px;
            width: 100%;
            height: 100%;
        }

    /* ------------------ */

    .style-calendario-jogo .sorteio {
        /*font-family: "Tw Cen MT Std Extra Bold";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        margin-top: 40px;
        height: auto;
        width: 100%;
        font-size: 30px;
        background: #dbdddb;
        color: #000000;
        border-radius: 35px;
        padding: 20px 0;
    }

        .style-calendario-jogo .sorteio p {
            font-size: 35px;
            color: #1b6bb3;
        }

    .style-calendario-jogo .triang h1,
    .style-calendario-jogo .triang2 h1 {
        /*font-family: "Tw Cen MT Std Extra Bold";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        justify-content: center;
        display: flex;
        flex-direction: column;
        font-size: 70px;
        color: #1b6bb3;
        letter-spacing: -3px;
    }

    .style-calendario-jogo .triang p {
        /*font-family: "Tw Cen MT Std Extra Bold";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        align-items: center;
        font-size: 25px;
        color: #292d2f;
        text-align: center;
    }

    .style-calendario-jogo .dias {
        flex-direction: row;
        display: flex;
        margin-top: 20px;
        justify-content: center;
    }

    .style-calendario-jogo .Dsort1 {
        /*font-family: "Tw Cen MT Std Extra Bold";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        display: flex;
        margin-left: 20px;
        margin-right: 25px;
        align-items: center;
        justify-content: center;
        border: none;
        font-size: 20px;
        width: 130px;
        height: 30px;
        border-radius: 35px;
        background: #ffffff;
    }

    .style-calendario-jogo .Dsort {
        /*font-family: "Tw Cen MT Std Extra Bold";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        display: flex;
        margin-left: 20px;
        margin-right: 20px;
        align-items: center;
        justify-content: center;
        border: none;
        font-size: 20px;
        width: 140px;
        height: 30px;
        border-radius: 35px;
        background: transparent;
    }

    .style-calendario-jogo .Dsort4 {
        /*font-family: "Tw Cen MT Std Extra Bold";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        display: flex;
        margin-left: 10px;
        margin-right: 10px;
        align-items: center;
        justify-content: center;
        border: none;
        font-size: 20px;
        width: 160px;
        height: 30px;
        border-radius: 35px;
        background: transparent;
    }

    .style-calendario-jogo .dias h1 {
        font-size: 20px;
        /*font-family: "Tw Cen MT Std Extra Bold";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
    }

    .style-calendario-jogo .dias h2 {
        font-size: 20px;
        /*font-family: "Tw Cen MT Std Extra Bold";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        color: #faba0e;
        margin-right: 15px;
    }

    .style-calendario-jogo .cartilha {
        justify-content: center;
        flex-direction: row;
        display: flex;
        margin-top: 20px;
    }

        .style-calendario-jogo .cartilha img {
            width: 120px;
            height: 100px;
            margin-left: 15px;
            margin-right: 15px;
        }

    .style-calendario-jogo .espa {
        margin-top: 15px;
        width: 110px;
        height: 70px;
        margin-right: 35px;
        margin-left: 35px;
        border-radius: 15px;
        border: 2px solid #013adf;
        background: #ffffff;
        text-align: center;
        font-weight: 800;
    }

    .style-calendario-jogo .resul {
        font-size: 20px;
        color: #343434;
        text-align: initial;
        margin-left: 30px;
    }

    .style-calendario-jogo .legenda {
        /*font-family: "Tw Cen MT Std Extra Bold";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        height: 210px;
        width: 100%;
        font-size: 30px;
        background: #d8d8d8;
        color: #ffffff;
        margin-top: 90px;
        border-radius: 35px;
    }

    .style-calendario-jogo .inicio {
        justify-content: center;
        display: flex;
        flex-direction: row;
    }

    .style-calendario-jogo .traco {
        display: flex;
        height: 8px;
        width: 450px;
        background: #1b6bb3;
        border: none;
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 20px;
    }

    .style-calendario-jogo .text {
        /*font-family: "Tw Cen MT Std Extra Bold";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        font-size: 20px;
        border: none;
        background: #d8d8d8;
        color: #1b6bb3;
        text-align: center;
        margin-top: 10px;
    }

    .style-calendario-jogo .lado-lado {
        display: flex;
        margin-top: -20px;
        align-items: center;
        align-content: center;
        justify-content: center;
    }

.style-calendario-jogo .prim {
    margin-top: 30px;
    width: auto;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding-right: 10px;
}

.style-calendario-jogo .seg {
    margin-top: 30px;
    width: auto;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

    .style-calendario-jogo .dia {
        display: flex;
        height: 35px;
        width: 100%;
        margin-right: 20px;
        margin-top: 5px;
        border-radius: 35px;
        border: none;
        background: #ffffff;
        align-items: center;
        align-content: center;
        justify-content: center;
       
    }

        .style-calendario-jogo .dia h1 {
            margin-left: 10px;
            font-size: 20px;
            /*font-family: "Tw Cen MT Std Extra Bold";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            margin-bottom: 0;
        }

        .style-calendario-jogo .dia h2 {
            font-size: 20px;
            /*font-family: "Tw Cen MT Std Extra Bold";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            color: #faba0e;
            margin-left: 10px;
            margin-bottom: 0;
        }

        .style-calendario-jogo .dia h3 {
            font-size: 20px;
            /*font-family: "Tw Cen MT Std Extra Bold";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            margin-left: auto;
            margin-right: 10px;
             margin-bottom:0;
        }

    .style-calendario-jogo .acumulou {
        width: 100%;
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: url("../img/acumulou.png");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 20px;
    }

        .style-calendario-jogo .acumulou h1 {
            font-size: 52px;
            color: #1b6bb3;
            /*font-family: "Tw Cen MT Std Medium Cond";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            margin-top: -80px;
            margin-bottom: 0;
        }

    .style-calendario-jogo .cinza {
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: center;
    }

    .style-calendario-jogo .btn-acumulou1 {
        margin-top: 10px;
        height: 80px;
        width: 40px;
        background: #000000;
        border-radius: 15px;
        margin-right: 20px;
    }

    .style-calendario-jogo .btn1 {
        margin-right: 25px;
    }

    .style-calendario-jogo .btn-acumulou {
        margin-top: 10px;
        height: 80px;
        width: 40px;
        background: #000000;
        border-radius: 15px;
    }

    .style-calendario-jogo .verde {
        /*font-family: "Tw Cen MT Std Extra Bold";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        display: flex;
        align-items: center;
        align-content: center;
        height: 50px;
        width: 200px;
        font-size: 25px;
        background: #64bc44;
        color: #ffffff;
        justify-content: center;
        border-radius: 25px;
        margin-top: 18px;
    }

    .style-calendario-jogo .sorteio2 {
        /*font-family: "Tw Cen MT Std Extra Bold";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        height: auto;
        width: 100%;
        font-size: 30px;
        background: #dbdddb;
        color: #000000;
        border-radius: 35px;
        padding: 20px 0;
    }

        .style-calendario-jogo .sorteio2 i {
            color: #1b6bb3;
            margin: 25px 20px;
        }

        .style-calendario-jogo .sorteio2 p {
            font-size: 35px;
            font-size: 25px;
            color: #292d2f;
        }

    .style-calendario-jogo .triang2 {
        justify-content: center;
        display: flex;
        flex-direction: row;
        font-size: 40px;
    }

    .style-calendario-jogo .dias2 {
        flex-direction: row;
        display: flex;
        margin-top: 20px;
    }

    .style-calendario-jogo .Dsort2 {
        /*font-family: "Tw Cen MT Std Extra Bold";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        margin-left: 20px;
        margin-right: 20px;
        border: none;
        font-size: 20px;
        width: 110px;
        height: 30px;
        border-radius: 35px;
        background: #ffffff;
    }

    .style-calendario-jogo .dias2 h1 {
        font-size: 19px;
        /*font-family: "Tw Cen MT Std Extra Bold";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
    }

    .style-calendario-jogo .dias2 h2 {
        font-size: 19px;
        /*font-family: "Tw Cen MT Std Extra Bold";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        color: #faba0e;
        margin-right: 5px;
    }

    .style-calendario-jogo .cartilha2 {
        flex-direction: row;
        display: flex;
        margin-top: 20px;
    }

        .style-calendario-jogo .cartilha2 img {
            width: 110px;
            height: 100px;
            margin-left: 25px;
            margin-right: 25px;
        }

    .style-calendario-jogo .espa2 {
        margin-top: 15px;
        width: 110px;
        height: 70px;
        margin-right: 30px;
        border-radius: 15px;
        border: 2px solid #013adf;
        background: #ffffff;
        text-align: center;
        font-weight: 800;
    }

    .style-calendario-jogo .espa3 {
        margin-top: 15px;
        width: 125px;
        height: 70px;
        margin-right: 30px;
        border-radius: 15px;
        border: 2px solid #013adf;
        background: #ffffff;
        text-align: center;
        font-weight: 800;
    }

    .style-calendario-jogo .espa4 {
        margin-top: 15px;
        width: 80px;
        height: 70px;
        margin-right: 30px;
        border-radius: 15px;
        border: 2px solid #013adf;
        background: #ffffff;
        text-align: center;
        font-weight: 800;
    }

    .style-calendario-jogo .resul {
        margin-top: 60px;
        font-size: 20px;
        color: #343434;
        text-align: initial;
        margin-left: 30px;
    }

    .style-calendario-jogo .legenda2 {
        /*font-family: "Tw Cen MT Std Extra Bold";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
       
        width: 100%;
        font-size: 30px;
        padding-bottom:20px;
        background: #d8d8d8;
        color: #ffffff;
        margin-top: 30px;
        border-radius: 35px;
        display:block;
        float:left;
    }

        .style-calendario-jogo .legenda2.bolao {
            height: auto;
            padding-bottom:30px;
        }


.style-calendario-jogo .prim2 {
    margin-top: 30px;
    width: 100%;
    flex-direction: row;
    display: flex;
    text-align: center;
}

    .style-calendario-jogo .seg2 {
        margin-top: 10px;
        width: 100%;
        flex-direction: row;
        display: flex;
        text-align: center;
    }

    .style-calendario-jogo .dia2 {
        display: flex;
        height: 35px;
        width: 600px;
        border-radius: 35px;
        border: none;
        text-align: center;
        align-items: center;
        background: #ffffff;
        margin: 0 20px;
    }

        .style-calendario-jogo .dia2 h1 {
            margin-left: 10px;
            font-size: 20px;
            /*font-family: "Tw Cen MT Std Extra Bold";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
        }

        .style-calendario-jogo .dia2 h2 {
            font-size: 20px;
            /*font-family: "Tw Cen MT Std Extra Bold";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            color: #faba0e;
        }

    .style-calendario-jogo .regras {
        margin-top: 10px;
        display: flex;
        height: 35px;
        width: 200px;
        margin-right: 20px;
        border-radius: 35px;
        border: none;
        font-size: 20px;
        /*font-family: "Tw Cen MT Std Medium Cond";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        text-align: center;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
    }

    .style-calendario-jogo .atencao {
        flex-direction: row;
        display: flex;
        width: 100%;
        height: 200px;
        margin-bottom: -30px;
    }

        .style-calendario-jogo .atencao img {
            width: 317px;
            height: 105px;
            object-fit: contain;
            margin: 50px 0;
        }

.style-calendario-jogo .amarelo {
    text-align: center;
    margin-top: 55px;
    width: 100%;
    height: 100px;
    /*font-family: "Tw Cen Classified MT Std";*/
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #000000;
    background: #faba0e;
    font-size: 22px;
    border: none;
    border-radius: 30px;
}

        .style-calendario-jogo .amarelo p {
            margin-top: 15px;
            width: 100%;
            height: 100px;
        }

    .style-calendario-jogo .sorteio2.scroll-mobile-y .triang2 h1 {
        font-size: 52px;
        color: #1b6bb3;
        margin: 0 50px;
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        justify-content: center;
        display: flex;
        flex-direction: column;
        font-size: 70px;
        color: #1b6bb3;
        letter-spacing: -3px;
    }

    .style-calendario-jogo .sorteio2.scroll-mobile-y .triang2 i {
        color: #1b6bb3;
        margin: 10px 0;
    }

    .style-tabela-container.style-calendario-jogo .dias2 h1,
    .style-tabela-container.style-calendario-jogo .dias2 h2,
    .style-tabela-container.style-calendario-jogo .Dsort2 {
        font-size: 17px;
    }

    .style-tabela-container.style-calendario-jogo .atencao img {
        width: 235px;
        height: 73px;
        object-fit: cover;
        margin: 68px 0;
    }

    .style-tabela-container.style-calendario-jogo .scroll-mobile .lado-lado .prim,
    .style-tabela-container.style-calendario-jogo .scroll-mobile .lado-lado .seg {
        width: calc(48% - 20px);
        margin: 0 10px;
        margin-top: 30px;
    }

    .style-tabela-container.style-calendario-jogo .scroll-mobile .lado-lado .dia {
        width: 100%;
        margin: 7px 0px;
    }

        .style-tabela-container.style-calendario-jogo .scroll-mobile .lado-lado .dia h1,
        .style-tabela-container.style-calendario-jogo .scroll-mobile .lado-lado .dia h2,
        .style-tabela-container.style-calendario-jogo
        .scroll-mobile
        .lado-lado
        .dia
        h3 {
            font-size: 16px;
        }

    .dias-calendario .fa-sack-dollar {
        margin-top: 5px;
        font-size: 155px;
        margin-right: -200px;
        margin-left: 100px;
    }

    .dias-calendario .triang {
        /*font-family: "Tw Cen MT Std Extra Bold";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        justify-content: center;
        display: flex;
        flex-direction: row;
        font-size: 50px;
        margin-top: 50px;
    }

        .dias-calendario .triang h1 {
            margin-bottom: 28px;
            line-height: 35px;
        }

    .dias-calendario .fa-play {
        /* margin-top: 40px; */
        font-size: 50px;
        margin-right: 40px;
        margin-left: 40px;
        color: #1b6bb3;
        line-height: 36px;
    }

    .dias-calendario .table {
        max-width: 1300px;
        margin: 20px auto;
        padding: 30px;
    }

    .dias-calendario .DiaSem {
        display: flex;
        width: 100%;
        justify-content: space-around;
    }

    .dias-calendario .dia {
        /*font-family: "Tw Cen MT Std Extra Bold";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        font-size: 26px;
        border: none;
        background: #ffffff;
        display: inline-block;
        width: 14.2%;
    }

    .dias-calendario .dias {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        background: #ffffff;
        width: 100%;
        flex-wrap: wrap;
    }

    .dias-calendario .escudo {
        display: inline-block;
        border: none;
        height: 130px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #ffffff;
        background-image: url("../img/escudo.png");
        background-position: center;
        background-size: 120px 120px;
        background-repeat: no-repeat;
    }

        .dias-calendario .escudo p {
            /*font-family: "Tw Cen MT Std Extra Bold";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            font-size: 48px;
            margin-top: 33px;
            margin-left: -50px;
            letter-spacing: 0px;
        }

    .btn-prox {
        /*font-family: "Tw Cen MT Std Extra Bold";*/
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        display: flex;
        align-items: center;
        align-content: center;
        height: 89px;
        width: 100%;
        font-size: 40px;
        background: #088a29;
        color: #ffffff;
        justify-content: center;
        border-radius: 35px;
        margin-top: 0;
        margin-bottom: 65px;
    }

    /* ------------- */

.forma-pagamento .linha-titulo {
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    /*height: 75px;*/
    /*font-size: 30px;*/
    text-transform: uppercase;
    border-radius: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
    /*margin-top: 20px;
    margin-bottom: 20px;*/
}

    .forma-pagamento .texto-selecione-recebimento {
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        font-size: 22px;
        text-align: center;
    }

.forma-pagamento .escolha {
    margin-top: 30px;
    width: 100%;
    height: 280px;
    display: flex;
    flex-direction: row;
    align-items: center;
    /*background-color: #e3e4e3;*/
    justify-content: center;
}

.forma-pagamento .escolha.deposito {
    display:table;
    float:none;
    width:100%;
    margin:30px auto;
    height:auto;
    max-width:400px;
}

    .forma-pagamento .escolha.deposito a {
        display: block;
        float: left;
        width: calc(50% - 6px);
        margin: 0 3px;
        cursor: pointer;
    }

        .forma-pagamento .escolha.deposito a:hover img{
            border: 5px solid #979797;
        }

        .forma-pagamento .escolha.deposito a img {
            width: 100%;
            border: 5px solid transparent;
            border-radius: 25px;
            overflow: hidden;
        }


    .forma-pagamento .escolha.saque {
        display: table;
        float: none;
        width: 195px;
        margin: 30px auto;
        height: auto;
        max-width: 400px;
    }

        .forma-pagamento .escolha.saque a {
            display: block;
            float: left;
            width: calc(100% - 6px);
            margin: 0 3px;
            cursor: pointer;
        }
        /*.forma-pagamento .forma1,
.forma-pagamento .forma2,
.forma-pagamento .forma3,
.forma-pagamento .forma4,
.forma-pagamento .forma5,
.forma-pagamento .forma6,
.forma-pagamento .forma7 {
    width: 200px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    border: 5px solid transparent;
    background-color: #e3e4e3;
    border-radius: 15px;
    margin: 0 15px;
}

    .forma-pagamento .forma1:hover,
    .forma-pagamento .forma2:hover,
    .forma-pagamento .forma3:hover,
    .forma-pagamento .forma4:hover,
    .forma-pagamento .forma5:hover,
    .forma-pagamento .forma6:hover,
    .forma-pagamento .forma7:hover {
        border: 5px solid #979797;
    }
    .forma-pagamento .forma1{
        position:relative;
    }
        .forma-pagamento .forma1 span {
            position: absolute;
            bottom: 10px;
            text-align: center;
            display: table;
            width: 100%;
            font-weight: bold;
            font-size: 18px;
            color: #000;
        }

.forma-pagamento .forma1 {
    background-image: url("../img/icon-pix.svg");
    background-size: 60%;
    background-position-y: 25px;
}

    .forma-pagamento .forma2 {
        background-image: url("../img/cartao.png");
    }

    .forma-pagamento .forma3 {
        background-image: url("../img/boleto.png");
    }

    .forma-pagamento .forma4 {
        background-image: url("../img/outro.png");
    }

    .forma-pagamento .forma5 {
        background-image: url("../img/cartao.png");
    }

.forma-pagamento .forma6 {
    background-image: url("../img/transf-2.png");
}

.forma-pagamento .forma7 {
    background-image: url("../img/ico-transferencias.svg");
    background-size: 80%;
}*/

        .forma-pagamento .painel {
    /*margin-top: 30px;
    margin-bottom: 50px;
    display: block;
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 35px;*/
    display: table;
    float: none;
    width: auto;
    margin-top: 0;
    margin-bottom: 35px;
    margin: 10px auto 35px auto;
}

    .forma-pagamento .parte1,
    .forma-pagamento .parte2 {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }

    .forma-pagamento .aposta,
    .forma-pagamento .grupo,
    .forma-pagamento .centena,
    .forma-pagamento .repetir,
    .forma-pagamento .dezena,
    .forma-pagamento .milhar {
        margin-left: 20px;
        /* width: 215px;
  height: 200px;*/
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border: none;
    }

    .forma-pagamento .button-btn-perfil {
        position: relative;
        display: block;
        margin: 10px;
        float: left;
        width: calc(33.33% - 20px);
       
    }

        .forma-pagamento .button-btn-perfil .btn-perfil {
            width: 70%;
            aspect-ratio: 1 / 1;
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            font-size: 25px;
            word-break: break-word;
            color: #FFF;
            text-align: center;
            text-transform: uppercase;
            text-decoration: none;
            background-color: #3a87cf;
            display: block;
            position: relative;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            text-shadow: 0px 1px 0px #000;
            /*filter: dropshadow(color=#000, offx=0px, offy=1px);*/
            -webkit-box-shadow: inset 0 2px 0 #99cfff, 0 10px 0 #003a91;
            -moz-box-shadow: inset 0 2px 0 #99cfff, 0 10px 0 #003a91;
            box-shadow: inset 0 2px 0 #99cfff, 0 10px 0 #003a91;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            outline: 0;
            border: 0;
            display: table;
            float: none;
            margin: 0 auto;
        }

            .forma-pagamento .button-btn-perfil .btn-perfil:active {
                top: 10px;
                background-color: #1b6bb3;
                -webkit-box-shadow: inset 0 2px 0 #99cfff, inset 0 -3px 0 #003a91;
                -moz-box-shadow: inset 0 2px 0 #99cfff, inset 0 -3px 0 #003a91;
                box-shadow: inset 0 2px 0 #99cfff, inset 0 -3px 0 #003a91;
            }

        .forma-pagamento .button-btn-perfil:after {
            content: "";
            width: 74%;
            aspect-ratio: 1 / 1;
            padding: 4px;
            position: absolute;
            bottom: -15px;
            left: 50%;
            z-index: -1;
            background-color: #a8acac;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            transform: translateX(-50%);
        }

    .forma-pagamento .btn-perfil.btn-combinadas {
        font-size: 22px;
    }

    .forma-pagamento .btn-perfil.btn-repetir {
        font-size: 25px;
    }
    /*.forma-pagamento .aposta {
  background-image: url("../img/CriarAposta.png");
}

.forma-pagamento .grupo {
  background-image: url("../img/grupo.png");
}

.forma-pagamento .centena {
  background-image: url("../img/centena.png");
}

.forma-pagamento .repetir {
  background-image: url("../img/repetir.png");
}

.forma-pagamento .dezena {
  background-image: url("../img/dezena.png");
}

.forma-pagamento .milhar {
  background-image: url("../img/milhar.png");
}*/
    .forma-pagamento .jogarbolao {
        width: 500px;
        height: 70px;
        /*background-image: url("../img/18.png");
        background-position: center;
        background-size: 500px 100px;
        background-repeat: no-repeat;*/
        border: none;
        margin: 0 auto;
        display: block;
        margin-top: 30px;
        padding: 6px 0;
        font-size: 25px;
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        background-color: #66b22e;
        color: #ffffff;
        border-radius: 100px;
        text-transform: uppercase;
    }

.forma-pagamento .btn-adicionar-creditos {
    width: 500px;
    height: 70px;
    line-height:70px;
    /*background-image: url("../img/18.png");
        background-position: center;
        background-size: 500px 100px;
        background-repeat: no-repeat;*/
    border: none;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    padding: 0;
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    background-color: #1b6bb3;
    color: #ffffff;
    border-radius: 100px;
    text-transform: uppercase;
    text-align:center;
}
.forma-pagamento .btn-adicionar-creditos:hover {
    text-decoration:none;
}
    .jogarbolao-inicial, .jogarbolao-inicial:hover {
    width: 500px;
    height: 70px;
    line-height: 70px;
    /*background-image: url("../img/18.png");
        background-position: center;
        background-size: 500px 100px;
        background-repeat: no-repeat;*/
    border: none;
    margin: 0 auto;
    display: table;
    margin-top: 30px;
    padding: 0;
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    background-color: #66b22e;
    color: #ffffff;
    border-radius: 100px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 60px;
    text-decoration:none;
}
.linha-titulo-sorteios {
    background: #f7c934;
    padding: 30px 0;
    margin-top: 20px;
}
    .linha-titulo-sorteios .content-title{
        display:table;
        float:none;
        margin:0 auto;
        width:auto;
    }
        .linha-titulo-sorteios .content-title .box-title{
            display:block;
            float:left;
        }
        .linha-titulo-sorteios .content-title .icon-bichos {
            display: block;
            float: left;
            width: 100px;
            height: 100px;
            background: url("../img/ico-white-bicho.png") no-repeat center;
            background-size: contain;
            margin-left:35px;
        }
        .linha-titulo-sorteios .content-title .box-title.linha-titulo-sorteios .content-title .box-title .date {
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            display: flex;
            text-transform: uppercase;
            color: #FFF;
            font-size: 35px;
            text-align: center;
            width: 100%;
        }
        .linha-titulo-sorteios .content-title .box-title .title {
            /* font-family: "Tw Cen MT Std Extra Bold"; */
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            display: flex;
            text-transform: uppercase;
            color: #FFF;
            font-size: 50px;
            line-height:100px;
            text-align: center;
            width:100%;
            /* background: #f7c934 url("../img/ico-white-bicho.png") no-repeat 90% center;
    background-size: contain;*/
            /*text-align: center;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    font-size: 55px;
  
    margin-top: 40px;*/
        }
    .linha-titulo-sorteios.bolao {
        background: #66b22e;
    }
    .linha-titulo-sorteios.bolao .content-title .icon-bichos {
        display: block;
        float: left;
        width: 100px;
        height: 100px;
        background: url("../img/ico-white-bolao.png") no-repeat center;
        background-size: contain;
        margin-left: 35px;
    }


.forma-pagamento .adc {
    /*background-color: #004c92;
        border-radius: 36px;*/
    margin-top: 50px;
}

        .forma-pagamento .adc p {
            /*font-family: "Tw Cen MT Std Extra Bold";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            margin-top: 80px;
            color: #ffffff;
            font-size: 34px;
            text-align: center;
            padding: 30px 0 0 0;
        }

        .forma-pagamento .adc .escolha {
            margin-top: 0;
            width: 100%;
            height: 244px;
            display: flex;
            flex-direction: row;
            align-items: center;
            /*background-color: #004c92;*/
            justify-content: center;
            border-radius: 36px;
        }

    .forma-pagamento .adc .forma1,
    .forma-pagamento .adc .forma2,
    .forma-pagamento .adc .forma3,
    .forma-pagamento .adc .forma4,
    .forma-pagamento .adc .forma5,
    .forma-pagamento .adc .forma7 {
        width: 200px;
        height: 200px;
        background-position: center;
        background-repeat: no-repeat;
        border: none;
        background-color: #e3e4e3 /*0b4d8f*/;
        border: 5px solid transparent;
        background-size: contain;
    }
        .forma-pagamento .adc .forma1 span{
            color:#000;
            font-weight:700;
        }

        .forma-pagamento .adc .forma1:hover,
        .forma-pagamento .adc .forma2:hover,
        .forma-pagamento .adc .forma3:hover,
        .forma-pagamento .adc .forma4:hover,
        .forma-pagamento .adc .forma5:hover,
        .forma-pagamento .adc .forma7:hover {
            border: 5px solid #979797 /*#3a87cf*/;
        }

        .forma-pagamento .adc .forma1 {
            background-size:60%;
            background-position-y:20px;
            background-image: url("../img/icon-pix.svg");
        }

        .forma-pagamento .adc .forma2 {
            background-image: url("../img/icon-cartao.png");
        }

        .forma-pagamento .adc .forma3 {
            background-image: url("../img/icon-boleto.png");
        }

        .forma-pagamento .adc .forma4 {
            background-image: url("../img/icon-outro.png");
        }
        .forma-pagamento .adc .forma5 {
            background-image: url("../img/icon-transf-3.png");
        }
    .forma-pagamento .adc .forma7 {
        background-size: 80%;
        background-image: url("../img/ico-transferencias.svg");
    }

    /********/

    .forma-pagamento.form .campo {
        /*font-family: "Tw Cen MT Std Extra Bold";*/
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        color: black;
        font-size: 20px;
        margin: 10px 0;
        position: relative;
        display: grid;
    }

        .forma-pagamento.form .campo p {
            float: left;
            margin-bottom:0
        }

        .forma-pagamento.form .campo input {
            background: #dedede;
            border: none;
            margin: 0;
            width: 100%;
            float: right;
            padding: 0 15px;
        }

        .forma-pagamento.form .campo select {
            background: #dedede;
            border: none;
            margin: 0;
            width: 100%;
            float: right;
        }

.forma-pagamento.form .salvar {
    width: 500px;
    height: 70px;
    border: none;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    padding: 6px 0;
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    background-color: #66b22e;
    color: #ffffff;
    border-radius: 100px;
    text-transform: uppercase;
}

    /* ;;;;;;;;;;;;;;;;;;;;;;;; */

.style-calendario-jogo .duvidas {
    /*display: flex;
        flex-direction: column;
        margin-top: 10px;*/
    display: block;
    flex-direction: column;
    margin-top: 10px;
    float: left;
    width: 100%;
}

        .style-calendario-jogo .duvidas img {
            width: 100%;
        }

        .style-calendario-jogo .duvidas .perguntas {
            margin-top: 20px;
            display: flex;
            align-items: center;
            align-content: center;
            justify-content: center;
        }

        .style-calendario-jogo .duvidas .como {
            align-items: center;
            display: flex;
            height: 45px;
            width: 100%;
            margin-top: 10px;
            border-radius: 10px;
            border: none;
            font-size: 28px;
            /*font-family: "Tw Cen MT Std Extra Bold";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            margin-right: 20px;
            background: #d8d8d8;
        }

            .style-calendario-jogo .duvidas .como i {
                display: block;
                float: right;
                width: 0px;
                height: 0px;
                border-style: solid;
                border-width: 15px 10px 0 10px;
                border-color: #1b6bb3 transparent transparent transparent;
                transform: rotate(-90deg);
                margin-top: 0;
                margin-left: 10px;
            }

            .style-calendario-jogo .duvidas .como.open i {
                transform: rotate(0deg);
            }

        .style-calendario-jogo .duvidas .resposta {
            display: none;
        }

            .style-calendario-jogo .duvidas .resposta.open {
                display: block;
            }

            .style-calendario-jogo .duvidas .resposta p {
                margin: 15px 0 30px 0;
                color: #212529;
                font-family: "Roboto", sans-serif;
                font-weight: 700;
                font-size: 18px;
                text-align: justify;
            }

        .style-calendario-jogo .duvidas .como p {
            text-align: initial;
            color: #363841;
            margin-left: 10px;
            margin-top: 12px;
            font-size: 17px;
        }

        .style-calendario-jogo .duvidas .esq {
            flex-direction: column;
        }

        .style-calendario-jogo .duvidas .dir {
            flex-direction: column;
        }

        .style-calendario-jogo .duvidas .fa-play {
            font-size: 20px;
            margin-left: auto;
            margin-right: 10px;
            color: #1b6bb3;
        }

        .style-calendario-jogo .duvidas .ainda {
            display: flex;
            font-size: 20px;
            margin-left: auto;
            margin-top: 40px;
            margin-right: 10px;
            align-items: center;
            align-items: center;
            /* font-family: "Tw Cen MT Std Extra Bold";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
        }

            .style-calendario-jogo .duvidas .ainda .verde {
                margin-top: 0;
            }

        .style-calendario-jogo .duvidas .verde {
            width: 270px;
            height: 40px;
            border: none;
            /*font-family: "Tw Cen MT Std Extra Bold";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            font-size: 15px;
            margin-left: 10px;
            margin-right: 10px;
            background: #1d9444;
            color: #ffffff;
        }

        .style-calendario-jogo .duvidas h1 {
            /*font-family: "Tw Cen MT Std Extra Bold";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            margin-top: 30px;
            display: flex;
            height: 120px;
            /* background: #1b6bb3; */
            color: #1b6bb3;
            font-size: 67px;
            text-align: center;
            align-content: center;
            align-items: center;
            justify-content: center;
        }

    .style-calendario-jogo .tabela.valores-novos {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        width: 459px;
    }

        .style-calendario-jogo .tabela.valores-novos .cima {
            display: flex;
        }

        .style-calendario-jogo .tabela.valores-novos .titulo {
            /*font-family: "Tw Cen MT Std Medium Cond";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            font-size: 18px;
            width: 210px;
            height: 55px;
            background: #c8cad5;
            align-content: center;
            align-items: center;
            text-align: center;
            margin-top: 20px;
            margin-left: 10px;
            margin-right: 10px;
            border: 2px solid #000000;
            border-radius: 20px;
        }

        .style-calendario-jogo .tabela.valores-novos .parte {
            display: flex;
        }

        .style-calendario-jogo .tabela.valores-novos .aposta {
            display: flex;
            flex-direction: column;
        }

        .style-calendario-jogo .tabela.valores-novos .ap1 {
            /*font-family: "Tw Cen MT Std Medium Cond";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            font-size: 20px;
            width: 210px;
            height: 80px;
            background: #1b6bb3;
            color: #ffffff;
            align-content: center;
            align-items: center;
            text-align: center;
            margin-top: 10px;
            margin-left: 10px;
            margin-right: 10px;
            border: none;
            border-radius: 20px;
        }

        .style-calendario-jogo .tabela.valores-novos .ap2 {
            /*font-family: "Tw Cen MT Std Medium Cond";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            font-size: 20px;
            width: 210px;
            height: 125px;
            background: #1b6bb3;
            color: #ffffff;
            align-content: center;
            align-items: center;
            text-align: center;
            margin-top: 10px;
            margin-left: 10px;
            margin-right: 10px;
            border: none;
            border-radius: 20px;
        }

        .style-calendario-jogo .tabela.valores-novos .ap3 {
            /*font-family: "Tw Cen MT Std Medium Cond";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            font-size: 20px;
            width: 210px;
            height: 90px;
            background: #1b6bb3;
            color: #ffffff;
            align-content: center;
            align-items: center;
            text-align: center;
            margin-top: 10px;
            margin-left: 10px;
            margin-right: 10px;
            border: none;
            border-radius: 20px;
        }

        .style-calendario-jogo .tabela.valores-novos .pr1 {
            /*font-family: "Tw Cen MT Std Medium Cond";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            font-size: 20px;
            width: 210px;
            height: 80px;
            background: #ffffff;
            align-content: center;
            align-items: center;
            text-align: center;
            margin-top: 10px;
            margin-left: 10px;
            margin-right: 10px;
            border: 2px solid #000000;
            border-radius: 20px;
        }

        .style-calendario-jogo .tabela.valores-novos .pr2 {
            /*font-family: "Tw Cen MT Std Medium Cond";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            font-size: 20px;
            width: 210px;
            height: 125px;
            background: #ffffff;
            align-content: center;
            align-items: center;
            text-align: center;
            margin-top: 10px;
            margin-left: 10px;
            margin-right: 10px;
            border: 2px solid #000000;
            border-radius: 20px;
        }

        .style-calendario-jogo .tabela.valores-novos .pr3 {
            /*font-family: "Tw Cen MT Std Medium Cond";*/
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            font-size: 18px;
            width: 210px;
            height: 90px;
            background: #ffffff;
            align-content: center;
            align-items: center;
            text-align: center;
            margin-top: 10px;
            margin-left: 10px;
            margin-right: 10px;
            border: 2px solid #000000;
            border-radius: 20px;
        }

        .style-calendario-jogo .tabela.valores-novos .premio {
            display: flex;
            flex-direction: column;
        }

        .style-calendario-jogo .tabela.valores-novos img {
            margin-top: 50px;
            width: 700px;
        }

    .fezinha {
        width: 100%;
        margin-top: 57px;
    }

    .base-modal-content {
        overflow-x: hidden !important;
    }

    div.base-modal-background {
        display: block;
        position: fixed;
        z-index: 101; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
        z-index: 4;
    }

    div.base-modal-content {
        width: calc(50% - 120px);
        height: calc(90% - 120px);
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        background: #FFF;
        z-index: 5;
        background-color: #fefefe;
        border: 10px solid #1B6BB3;
        padding: 40px;
        width: 60%;
        overflow: scroll;
        overflow-x: hidden !important;
    }

.modal-money div.base-modal-content {
    width: 35%;
    height: calc(85%);
    /*height: calc(75% - 120px);*/
}

        .modal-money div.base-modal-content h3 {
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            font-size: 23px;
            color: #FFF;
            text-transform: uppercase;
            text-align: center;
            border-radius: 10px;
            background: #1b6bb3;
            height: 50px;
            line-height: 50px;
            margin-bottom: 20px;
        }

        .modal-money div.base-modal-content .campo {
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            font-size: 18px;
            color: #1b6bb3;
            text-transform: uppercase;
        }

            .modal-money div.base-modal-content .campo input {
                /* font-family: "Tw Cen MT Std Extra Bold"; */
                font-family: "Roboto", sans-serif;
                font-weight: 700;
                color: black;
                font-size: 22px;
                margin: 10px 0;
                position: relative;
                width: 100%;
                background: #dedede;
                border: 0;
                padding: 5px 10px;
            }

    .modal-money div.base-modal-content .campo-qr input {
        text-align: center;
        background: #FFF;
        text-transform: uppercase;
        font-size: 18px;
        color: #1B6BB3;
    }

.bt-copy-qr-code,
.bt-checkpayment {
    padding: 0 25px;
    width: auto !important;
    font-size:17px!important;
    min-width:237px;
}



.modal-money div.base-modal-content .campo select {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: black;
    font-size: 18px;
    margin: 10px 0;
    position: relative;
    width: 100%;
    background: #dedede;
    border: 0;
    padding: 5px 10px;
}

        .modal-money div.base-modal-content button {
            margin-top: 0px;
            height: 45px;
            width: 150px;
            display: block;
            float: left;
            margin-right: 10px;
            border: none;
            background: #62ba46;
            border-radius: 15px;
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            font-size: 18px;
            color: #ffffff;
            line-height: 45px;
        }

            .modal-money div.base-modal-content button.cancel {
                background: #dedede;
                color: #666666;
            }

            .apostar-bolao .btn-bicho-bolao .bolao img {
                width: 350px;
                margin-top: 30px;
            }


    .animal-list .content-groups {
        display: flex;
        flex-wrap: wrap;
    }

        .animal-list .content-groups .groups {
            width: calc(20% - 30px);
            height: 100%;
            margin: 10px;
            border: 5px solid #1B6BB3;
            border-radius: 15px;
        }

            .animal-list .content-groups .groups img {
                width: 100%;
                cursor: pointer;
                margin: 3px 0 0 0;
            }

    .content-help {
        display: block;
        float: left;
        width: 100%;
        margin-top: 30px;
    }

    .question-item {
        display: block;
        float: left;
        width: 100%;
        margin: 20px 0;
    }

        .question-item .question {
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            font-size: 20px;
            color: #1b6bb3;
            text-transform: uppercase;
        }

            .question-item .question span {
                position: relative;
                display: inline-block;
            }

                .question-item .question span:after {
                    content: '';
                    display: none;
                    float: right;
                    width: 0px;
                    height: 0px;
                    border-style: solid;
                    border-width: 15px 10px 0 10px;
                    border-color: #1b6bb3 transparent transparent transparent;
                    transform: rotate(0deg);
                    margin-top: 8px;
                    margin-left: 10px;
                }

        .question-item .answer {
            margin-top: 10px;
            padding-left: 0px;
        }

            .question-item .answer img.img-content{
                width:100%;
            }

            .question-item .answer .list-answer {
                padding-left: 20px;
                font-weight: 700;
                font-size: 18px;
                text-align: left;
            }

.content-help p {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    line-height: 25px;
}
.content-help ul,
.content-help ol{
    padding-left: 45px;
   
}
    .content-help ul li,
    .content-help ol li {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 18px;
        text-align: left;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .content-help h5 {
        font-weight: 800;
        color: #1b6bb3;
        font-size: 19px;
    }

    .content-help p strong {
        font-weight: 800;
        color: #1b6bb3;
    }

.content-help .help-tip {
    font-weight: 800;
    text-align: left;
    margin-top: 60px;
}

        .content-help .help-tip span {
            text-align: center;
            text-transform: uppercase;
            display: inline-block;
            width: 100%;
        }

.table-rounded {
    border-spacing: 10px;
    border-collapse: inherit;
    width: 100%;
}

        .table-rounded th,
        .table-rounded td {
            border: 1px solid #000000;
            border-radius: 20px;
            padding: 10px 15px;
            vertical-align: middle;
            text-align: center;
            font-size: 18px;
            font-family: "Roboto", sans-serif;
            font-weight: 700;
        }

        .table-rounded th {
            background: #1b6bb3;
            color: #FFF;
            font-weight: 800;
        }

        .table-rounded thead th {
            background: #DBDBDB;
            color: #000000;
        }
        /*.table-rounded th:first-child,
    .table-rounded td:first-child {
        position: sticky;
        left: 0;
    }*/

        .table-rounded td {
            white-space: break-spaces;
        }

.content-help .apostar {
    margin-top: 20px;
    height: 90px;
    padding: 0 60px;
    display: table;
    float: none;
    margin: 90px auto 60px auto;
    border: none;
    background: #62ba46;
    border-radius: 15px;
    cursor: pointer;
    text-decoration: none;
}
    .content-help .apostar:hover,
    .content-help .apostar:hover p{
        text-decoration: none;
    }

    .content-help .apostar p {
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        font-size: 24px;
        color: #ffffff;
        line-height: 90px;
        margin-bottom: 0;
        text-align: center;
        text-decoration: none;
    }




    /*RECIBO **************************************/
    .ticket {
        width: 450px;
        text-align: center;
        line-height: 28px;
    }



        .ticket hr {
            width: 50%;
            float: none;
            margin: 20px auto;
            border-top: solid 1px #b4b4b4;
        }

        .ticket .ticket-title {
            font-family: 'Tw Cen MT Std Extra Bold', sans-serif;
            font-size: 16px;
            font-weight: 700;
            color: #000;
            margin: 5px 0;
        }

        .ticket .ticket-text {
            font-family: 'Tw Cen MT Std-Bold', sans-serif;
            font-size: 19px;
            color: #000;
            margin: 5px 0;
            color: #5e5e5e;
        }

            .ticket .ticket-text.group {
                height: 25px;
                line-height: 25px;
            }

                .ticket .ticket-text.group .group-letter {
                    text-align: left;
                    color: #000000;
                    font-weight: 700;
                    margin-right: 10px;
                    width: 15px;
                    display: inline-block;
                }

.bt-print {
    display: table;
    float: none;
    width: 150px;
    height: 25px;
    line-height: 25px;
    margin:25px auto;
    background: #1b6bb3;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    border:0;
}

    @media print {

        .bt-print {
            display: none;
        }
    }

    /*RECIBO **************************************/

    .menu-esquerdo-mobile {
    display: none;
}
.side-bar-menu-esquerdo{
    display:block;
}
.modal {
    background: rgba(0,0,0, .8);
}
.modal-header {
    background: #0b4d8f;
    font-family: "Roboto", sans-serif;
    font-weight: 800!important;
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}
    .modal-header h5 {
        font-weight: 800 !important;
    }
.modal-body {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    text-align:center;
}
    .close {
        color: #FFF;
        text-shadow: 0 1px 0 #fff;
        opacity: 1;
    }


.modal .bt-modal-default {
    margin-top: 0px;
    height: 40px;
    width: 100%;
    line-height: 40px;
    border: none;
    background: #62ba46;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    text-transform:uppercase;
}
    .modal .bt-modal-default:hover {
        background: #0b4d8f;
    }
.modal .bt-modal-default-2 {
    margin-top: 15px;
    height: 40px;
    width: 100%;
    line-height: 40px;
    border: none;
    background: #0b4d8f;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
}
.modal .bt-modal-default-2:hover {
    background: #62ba46;
}
.bem-vindo-user {
    display: block;
    float: left;
    margin-left: 20px;
    padding: 15px;
    height: 90px;
    border-radius: 15px;
    margin: 15px 0;
    color: #1b6bb3;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 27px;
    margin-left: 130px;
}
    .bem-vindo-user span {
        font-size: 26px;
        color: #66b22e;
        font-weight: 800;
    }
    .box-saldo {
        display: block;
        float: right;
        margin-left: 20px;
        padding: 15px;
        background: #66b22e;
        height: 90px;
        border-radius: 15px;
        margin: 10px 0;
    }
    .box-saldo .meu-saldo{
        width:150px;
        display:block;
        float:left;
    }
    
    .box-saldo .meu-saldo p {
        color: #FFF;
        font-weight: 600;
        margin-bottom: 5px;
        font-size:15px;
        text-align:center;
    }
        .box-saldo .meu-saldo span {
            display: block;
            float: left;
            height: 30px;
            line-height: 30px;
            background: #FFF;
            width: 100%;
            border-radius: 5px;
            padding: 0 30px 0 10px;
            
        }

        .box-saldo .meu-saldo i {
            display: block;
            float: right;
            width: 16px;
            height: 16px;
            background: url("../img/icon-refresh.png") no-repeat center;
            background-size: contain;
            margin: -24px 8px 0px 0;
            position: relative;
            cursor:pointer;
        }

       

        .box-saldo .acoes {
            width: 100px;
            display: block;
            float: left;
            margin-left:20px;
        }

            .box-saldo .acoes .bt-menu {
                display: block;
                float: left;
                width: 100%;
                height: 25px;
                line-height: 25px;
                margin-bottom: 5px;
                background: #1b6bb3;
                color:#FFF;
                text-align:center;
                font-size:14px;
                text-transform: uppercase;
                font-weight:600;
                border-radius:5px;
            }
                .box-saldo .acoes .bt-menu:hover {
                    background: #f7c934;
                    color: #1b6bb3;
                    text-decoration:none;
                }

.pagina-inicial .banner{
    display:block;
    float:left;
    width:100%;
    margin-top:50px;
    margin-bottom:50px;
}

.pagina-inicial .banner img{
    width:100%;
}

.pagina-inicial .banner .mobile{
    display:none;
}
.pagina-inicial .banner .desktop {
    display: block;
}

.result-data {
    display:block;
    float:left;
    width:100%;
    height:auto;
    background: #e3e4e3;
    margin-top:55px;
    border-radius:15px;
    overflow:hidden;
}
    .result-data .title {
        background: #1b6bb3;
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .result-data .title i{
            cursor:pointer;

        }
        .result-data .title .type {
            color: #FFFFFF;
            padding: 0 15px;
        }
            .result-data .title .type .highlight {
                color: #f7c934;
            }
        .result-data .results {
            display: block;
            float: left;
            width: 100%;
        }
        .result-data .results .item-result {
            display: flex;
            flex-wrap: wrap;
            
        }

        .result-data .results .item-result {
            background: #a8acac;
            border-bottom: 1px solid #FFF;
            line-height:30px;
        }
            .result-data .results .item-result.head {
                background: #f7c934!important;
            }
            .result-data .results .item-result:nth-child(odd){
                background:none;
            }

            .result-data .results .item-result div:not(.list-num) {
                border-left: 1px solid #FFF;
            }
            .result-data .results .item-result .award {
                width: 20%;
                padding: 5px;
                color: #FFF;
                font-size: 17px;
                font-family: "Roboto", sans-serif;
                font-weight: 600;
                color: #ffffff;
                text-transform: uppercase;
                text-align: center;
            }
            .result-data .results .item-result:nth-child(odd) .award {
                color: #1b6bb3;
            }
            .result-data .results .item-result .numbers {
                width: 30%;
                padding: 5px;
                font-family: "Roboto", sans-serif;
                font-weight: 600;
                color: #1b6bb3;
                text-transform: uppercase;
                font-size: 17px;
                text-align: center;
            }
            .result-data .results .item-result .sort {
                color: #212529;
                font-weight: 600;
            }
            .result-data .results .item-result small {
                color: #212529;
                font-weight: 600;
                font-size:15px;
            }

                .result-data .results .item-result .numbers .num {
                    background-color: #fff;
                    border-radius: 10px;
                    float: none;
                    display: table;
                    margin: 0 auto;
                    text-align: center;
                    width: 50%;
                 
                    font-family: "Roboto", sans-serif;
                    font-weight: 600;
                    color: #1b6bb3;
                    text-align: center;
                }

    .result-data .result-f {
        background: #1b6bb3;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
        color: #FFF;
        text-align: center;
        height: 35px;
        line-height: 35px;
        display: block;
        float: left;
        width: 100%;
    }

    .result-data .results .item-result .pule{
        width:20%;
    }
    .result-data .results .item-result .dezenas {
        width: 60%;
    }
    .result-data .results .item-result .acertos {
        width: 20%;
    }


    .result-data .results .item-result .day {
        width: 25%;
    }

    .result-data .results .item-result .hour {
        width: 25%;
    }

    .result-data .results .item-result .dz1 {
        width: 10%;
    }

    .result-data .results .item-result .dz2 {
        width: 10%;
    }

    .result-data .results .item-result .dz3 {
        width: 10%;
    }

    .result-data .results .item-result .dz4 {
        width: 10%;
    }
    .result-data .results .item-result .dz5 {
        width: 10%;
    }

    .result-data .results .item-result .c10 {
        width: 12.5%;
    }

    .result-data .results .item-result .c9 {
        width: 12.5%;
    }

    .result-data .results .item-result .c8 {
        width: 12.5%;
    }

    .result-data .results .item-result .c7 {
        width: 12.5%;
    }

    .result-data .results .item-result .c6 {
        width: 12.5%;
    }

    .result-data .results .item-result .c5 {
        width: 12.5%;
    }

    .result-data .results .item-result .c4 {
        width: 12.5%;
    }
    .result-data .results .item-result .c3 {
        width: 12.5%;
    }

    .result-data .results.bolao .item-result {
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 17px;
        text-align: center;
        color: #FFF;
    }

    .result-data .results.bolao .item-result {
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 17px;
        text-align: center;
        color: #FFF;
    }

        .result-data .results.bolao .item-result:nth-child(odd) {
            color: #1b6bb3;
        }

    .result-data .results.bolao .item-result.head {
        color: #1b6bb3;
        font-size: 17px;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
    }
        .result-data .results.bolao .item-result.res .dezenas {
            display: flex;
            flex-direction: row;
        }
            .result-data .results.bolao .item-result.res .dezenas span {
                border-left: 1px solid #FFF;
                flex-grow: 10;
            }
                .result-data .results.bolao .item-result.res .dezenas span:first-child {
                    border: 0;
                }


                .style-calendario-jogo .box-title-sort {
                    font-family: "Roboto", sans-serif;
                    font-weight: 800;
                    height: auto;
                    width: 100%;
                    font-size: 30px;
                    background: #dbdddb;
                    color: #000000;
                    border-radius: 35px;
                    padding: 0;
                    margin-top: 30px;
                }
    .box-title-sort .triang2 {
        font-size: 30px;
    }
    .box-title-sort .triang2 h1, .box-title-sort .triang2 h1 {
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        justify-content: center;
        display: flex;
        flex-direction: column;
        font-size: 50px;
        color: #1b6bb3;
        letter-spacing: 0;
    }
.result-data{
    margin-top:20px;
}

.pagina-inicial .banner-home {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 50px 50px 0 50px;
    background: #e3e4e3;
    border-radius:40px;
    margin-top:50px;
    overflow:hidden;
}

    .pagina-inicial .banner-home .info {
        display: block;
        float: left;
        width: calc(100% - 250px);
        margin-top: 50px;
    }

    .pagina-inicial .banner-home .info h2 {
        font-family: 'Tw Cen MT Std Medium Cond', sans-serif;
       
        color: #3265af;
        font-size: 55px;
        margin: 0 0 15px 0;
        line-height:65px;
    }


    .pagina-inicial .banner-home .info h2 span{
        font-family: 'Tw Cen MT Std Medium Cond', sans-serif;
        padding:5px 15px;
        background: #3265af;
        color:#FFF;
        position:relative;
    }
    /*.pagina-inicial .banner-home .info h2 span:before {
            content: "\002C";
            font-family: "Open Sans", serif;
            color: #FFF;
            font-size: 55px;
            position: absolute;
            top: -40px;
            left: 40px;
        }*/

        .pagina-inicial .banner-home .info p {
            font-family: "Open Sans", sans-serif;
            color: #292d2f;
            font-size: 20px;
            line-height: 23px;
            font-weight: 600;
            padding-right:100px;
        }

    .pagina-inicial .banner-home .smartphone {
        display: block;
        float: right;
        width: 280px;
        margin-right: -50px;
        margin-top: 50px;
    }
    .pagina-inicial .banner-home .smartphone img{
        width:100%;
    }

    .pagina-inicial .banner-home .info a{
        display:block;
        float:left;
        width:auto;
        height:50px;
        margin-right:15px;
    }
        .pagina-inicial .banner-home .info a img {
            height:100%;
        }

        .pagina-inicial .banner-home .info a:hover {
            opacity:.7;
        }

footer .languages{
    display:block;
    float:left;
    margin:0 0 0 -10px
}
    footer .languages a {
        display: block;
        float: left;
        margin: 0px 10px;
        width: 45px;
        height: 45px;
    }
        footer .languages a.br {
            background: url("../img/flag-br.png") no-repeat center;
            background-size: cover;
        }
        footer .languages a.en {
            background: url("../img/flag-en.png") no-repeat center;
            background-size: cover;
        }
        footer .languages a.es {
            background: url("../img/flag-es.png") no-repeat center;
            background-size: cover;
        }

footer .certificates {
    width:100%;
    height:auto;
    float:none;
    display:table;
    margin:140px auto 0 auto;
    
    
}

footer .badge-antillephone {
    display: block;
    float: left;
    width: calc(100% - 215px);
    margin-right:15px;
}
footer .badge-antillephone img{
    width:85%;
}
footer .badges {
    display: block;
    float: left;
    width: 180px;
    margin-top:55px;
}
footer .badges span {
    display: block;
    float: left;
    width: 180px;
    margin-bottom: 10px;
}
    footer .badges span:nth-child(2) {
        width: 120px;
        float: left;
    }
    footer .badges span:nth-child(3) {
        width: 40px;
        float: right;
    }

    footer .badges img {
        width: 100%;
    }

.card .card-body span {
    display: block !important;
    float: left !important;
    width: 100% !important;
}
.card-body {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
}

    .card-body input.espNovo {
        width: calc(20% - 10px) !important;
        margin: 5px;
    }

.box-confirmar-carrinho {
    background: #e3e4e3;
    display: block;
    float: left;
    width: 100%;
    border-radius: 15px;
    margin:20px 0;
    padding:15px;
}
.box-confirmar-carrinho p{
    font-size:18px!important;
    color:#000000;
    font-weight:600;
    text-align:center;
    line-height:25px;
    margin-top:0!important;
}
.bt-confirmar-carrinho {
    display: block;
    float: left;
    width: calc(50% - 20px);
    
    line-height:25px;
    padding:5px;
    margin: 0 10px 0 10px;
    background: #1b6bb3;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 10px;
    border:0;
    text-align:center;
}
.bt-confirmar-carrinho:hover {
    background: #66b22e;
}

.bt-limpar-carrinho {
    display: block;
    float: left;
    width: calc(50% - 20px);
    line-height: 25px;
    padding: 5px;
    margin: 0 10px 0 10px;
    background: #dc3545;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 10px;
    border: 0;
}

    .bt-limpar-carrinho:hover {
        background: #FFF;
        color: #dc3545;
    }


.bt-select-bank {
    margin-top: 10px;
    height: 45px;
    width: 100%;
    display: block;
    float: left;
    border: none;
    background: #1b6bb3;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    margin-bottom: 15px;
    cursor:pointer;
}
    .bt-select-bank:hover {
        color: #ffffff;
        background: #62ba46;
        text-decoration:none;
    }


    .box-bank {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #FFF;
        top: 0;
        left: 0;
        z-index: 9;
        padding: 15px;
        display: none;
    }

        .box-bank .container-bank {
            display: block;
            float: left;
            width: 100%;
            height: 100%;
            background: #FFF;
        }

    .box-bank .input-group-bank {
        display: block;
        float: left;
        width: calc( 100% - 6px);
        height: 35px;
        border: 2px solid #dadada;
        border-radius: 8px;
        margin-left: 2px;
        margin-bottom: 10px;
        background: url("../img/ico-search-bank.png") no-repeat 8px 8px;
    }

    .box-bank .container-bank h4 {
        color: #1b6bb3;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 10px;
        margin-left:3px;
    }
        .box-bank .input-group-bank input {
            display: block;
            float: left;
            width: 100%;
            height: 31px;
            border: 0;
            border-radius: 8px;
            font-size:14px;
            line-height:31px;
            padding-left: 35px;
            background:transparent;
        }
        .box-bank .bank-list {
            display: block;
            float: left;
            width: 100%;
            background: #FFF;
        }
    .box-bank .bank-list ul {
        display:block;
        float:left;
        width:100%;
        padding: 0;
        list-style: none;
        margin: 0;
    }
        .box-bank .bank-list ul .bank-item {
            display: block;
            float: left;
            width: calc( 33.33% - 8px);
            margin: 4px;
            aspect-ratio: 1/1;
            
        }
            .box-bank .bank-list ul .bank-item a {
                display: block;
                float: left;
                width: 100%;
                height: 100%;
                aspect-ratio: 1/1;
                border: 2px solid #dadada;
                border-radius: 8px;
                cursor:pointer;
            }

                .box-bank .bank-list ul .bank-item a:hover {
                    text-decoration: none;
                    border: 2px solid #1B6BB3;
                }

                .box-bank .bank-list ul .bank-item a .bank-logo {
                    display: table;
                    width: 64px;
                    height: 64px;
                    margin: 25px auto;
                }
                    .box-bank .bank-list ul .bank-item a .bank-logo .img {
                        width: 64px;
                        height: 64px;
                    }

                    .box-bank .bank-list ul .bank-item a .bank-name {
                        text-align: center;
                        font-weight: 700;
                        font-size: 12px;
                        line-height:15px;
                        color: #312e31;
                        text-transform:uppercase;
                            padding: 0 10px;
                    }

                .box-bank .bank-list ul .bank-item a:hover .bank-name {
                    color: #1B6BB3;
                }

        .box-bank #bt-close-select-bank {
            display: block;
            float: right;
            background: #1b6bb3;
            width:auto;
            height:30px;
            line-height:30px;
            padding:0 10px;
            font-size:15px;
            border-radius:5px;
            margin-top:-5px
        }

.bt-decifre-seu-sonho, .bt-decifre-seu-sonhol:hover {
    width: auto;
    border: none;
    display: block;
    height: 40px !important;
    line-height: 40px !important;
    float: left;
    padding: 0 15px;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    background-color: #66b22e;
    color: #ffffff!important;
    border-radius: 15px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 50px 0;
    text-decoration: none!important;
}

.bt-atualizar-dados {
    display: block;
    float: left;
    width: auto;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    color: #1b6bb3;
    margin-top: 5px;
    font-size: 13px;
    line-height: 24px;
    height: 24px;
    cursor:pointer;
}

    .bt-atualizar-dados:hover {
        color: #212529;
        text-decoration: none;
    }

    .bt-atualizar-dados i {
        display: block;
        float: left;
        width: 24px;
        height: 24px;
        margin-right: 5px;
    }
        .bt-atualizar-dados i img {
            display: block;
            float: left;
            width: 24px;
            height: 24px;
        }

div.base-modal-content .atualizar-bilhetes-buttons button {
    margin-top: 0px;
    height: 45px;
    width: 150px;
    display: block;
    float: left;
    margin-right: 10px;
    border: none;
    background: #62ba46;
    border-radius: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #ffffff;
    line-height: 45px;
}
    div.base-modal-content .atualizar-bilhetes-buttons button.cancel {
        background: #dedede;
        color:#666666;
    }
    div.base-modal-content .atualizar-bilhete .cinza {
        margin-top: 15px;
        display: flex;
        height: 70px;
        width: 680px;
        align-content: center;
        align-items: center;
        width: 100%;
        text-align: left;
        border-radius: 14px;
        background: #dedede;
    }
div.base-modal-content .atualizar-bilhete .azul {
    width: 100%;
    text-align:left;
   
}
    div.base-modal-content .atualizar-bilhete .azul p {
        font-size: 15px;
        margin: 0 0 0 20px;
    }

div.base-modal-content .atualizar-bilhete .cinza p {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    margin-left: 20px;
    text-transform: uppercase;
    margin: 0 0 0 20px;
}

        div.base-modal-content .atualizar-bilhete .azul p input {
            width: calc(100% - 125px);
            background: #FFF;
            border-radius: 3px;
            padding: 0 15px;
            color: #212529;
            font-family: "Roboto", sans-serif;
            font-weight: 800;
            border:0;
            margin-left:10px;
            height:30px;
            line-height:30px;
        }

div.base-modal-content .atualizar-bilhete .box-select,
div.base-modal-content .atualizar-bilhete .box-hora{
    display: flex;
}
div.base-modal-content .atualizar-bilhete .bilhete {
    margin-top: 30px;
    overflow-y: scroll;
    overflow-x:hidden;
    height: 410px;
    padding: 0 15px 0 0;
}
div.base-modal-content .atualizar-bilhete select {
    background: #dedede;
    border: none;
    margin: 0;
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    margin-left: 10px;
    font-size:15px
    
}

div.base-modal-content .atualizar-bilhete .box-hora p {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin-left: 20px;
    text-transform: uppercase;
    margin: 8px 20px 0 20px;
    display:flex;
    height:23px;
    line-height:23px;
}
div.base-modal-content .atualizar-bilhete .box-hora  .multiselect-container {
    width: auto!important;
}
div.base-modal-content .atualizar-bilhete .box-hora .dropdown-content {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}
div.base-modal-content .atualizar-bilhete .box-hora .multiselect-dropdown {
    display: block;
    float: left;
    width: auto !important;
    color: #212529;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 15px;
}
    div.base-modal-content .atualizar-bilhete .box-hora .multiselect-dropdown .dropdown-arrow {
        font-size: 11px;
    }
/* width */
:: -webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #dcdcdc;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0b4d8f;
    border-radius: 5px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #0b4d8f;
    }
.main-title {
    background: #66b22e;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    padding: 30px 0;
    font-size: 15px;
    cursor: pointer;
}
.ribbon {
    text-align: center;
    background: #1b6bb3;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    cursor: pointer;
}

.main-title h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
    margin: 0;
    padding: 0 10px;
    line-height:25px;
}

    .ribbon a {
        color: #FFF;
    }
    .ribbon a span {
        color: #f7c934;
    }
    .ribbon a:hover {
        color: #f7c934;
        text-decoration: none;
    }
.bolao-widget-home .col-md-6 {
    float: left;
}
.bolao-widget-home .panel-proximo-sorteio label{
    margin-left:40px;
}

.highlight-message {
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-size: 16px;
    color: #1b6bb3;
    text-transform: uppercase;
    margin-top:20px;
    display:block;
    float:left;
}
    .highlight-message strong {
        color: #1b6bb3;
    }

.btn-classificacao-bolao {
    border: none;
    margin: 0 auto;
    display: block;
    float:left;
    width:100%;
    text-align:center;
    margin-top: 30px;
    padding: 10px 35px;
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    background-color: #66b22e;
    color: #ffffff;
    border-radius: 100px;
    text-transform: uppercase;
}
    .btn-classificacao-bolao:hover {
        color:#FFF;
        text-decoration:none;
        background-color: #1b6bb3;
    }

.mobile-utilities-menu {
    display: none;
    float: none;
    width: 100%; /*calc(100% + 30px);*/
    /*margin-left: -15px;*/
    margin-bottom: 0px;
    margin-top: 15px;
    background: #1b6bb3;
    position: fixed;
    margin-bottom: 0;
    bottom: 0;
    z-index: 999;
}


    .mobile-utilities-menu .menu-cart {
        position: absolute;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: #1b6bb3;
        top: -55px;
        right: 10px;
    }
    .mobile-utilities-menu .menu-cart:hover {
        background: #66b22e;
    }
    .mobile-utilities-menu .menu-cartWA i {
        display: block;
        float: left;
        width: 32px;
        height: 32px;
        margin: 0 auto;
        background-size: contain !important;
        margin: 8px 5px 0px 5px;
    }

    .mobile-utilities-menu .menu-cartWA {
        position: absolute;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: #1b6bb3;
        top: -55px;
        left: 10px;
    }
    .mobile-utilities-menu .menu-cartWA:hover {
        background: #66b22e;
    }
    .mobile-utilities-menu .menu-cart i {
        display: block;
        float: left;
        width: 32px;
        height: 32px;
        margin: 0 auto;
        background-size: contain !important;
        margin: 8px 5px 0px 5px;
    }



    .mobile-utilities-menu ul.menu {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        list-style: none;
    }
    .mobile-utilities-menu ul.menu li{
        flex-grow: 5;
        padding:10px;
        width:20%;
    }
        .mobile-utilities-menu ul.menu li:hover {
            background: #66b22e;
        }
        .mobile-utilities-menu ul.menu li a {
            color: #FFF;
            font-size: 10px;
            font-weight: bold;
            text-align: center;
            display: block;
            float: left;
            width: 100%;
        }
            .mobile-utilities-menu ul.menu li a i {
                display: table;
                float: none;
                width: 32px;
                height: 32px;
                margin: 0 auto;
                background-size: contain !important;
            }
        .mobile-utilities-menu ul.menu li a span{
            display:block;float:left;
            width:100%;
            margin-top:5px;
        }

select.form-control {
    border: #1b6bb3 solid 2px;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 700;
    color: #1b6bb3;
    margin-bottom:15px;
}
.verificacao .codigo p {
    padding: 6px 15px;
    font-size: 21px;
    /* font-family: "Tw Cen MT Std Extra Bold Cond"; */
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    background-color: transparent;
    color: #ffffff;
    border: 0;
    border-radius: 4px;
    border-bottom:2px solid transparent;
    margin-top: 45px;
    display: block;
    float: left;
}
.verificacao .codigo:hover p{
    background-color: #eeeeee;
}
.verificacao .codigo:active p,
.verificacao .codigo:focus p,
.verificacao .codigo:focus-within p {
    background-color: #eeeeee;
    border-bottom: 2px solid #c4c4c4;
}