*,
*:hover {
    transition: 0.3s;
    text-decoration: none;
}
body {
    padding: 0; 
    margin: 0;
    font-family: "Google Sans", sans-serif;
    color: #535060;
    background-color: #e9f7fb;
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-position: top center;
}
a {
    color: #535060;
}
p {
    font-size: 0.9rem;
}
ul {
    padding-left: 0;
    list-style: none;
}
.title {
    /* font-size: 1.75rem; */
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -0.5px;
    color: #262d8c;
    margin-bottom: 20px;
}

/* HEADER */
#header {
    padding-top: 20px;
    background-color: #fff;
}
.logo img {
    width: 162px;
}
.menu-desktop {
    background-color:#262d8c;
    padding: 20px 0;
    margin-top: 20px;
}
.menu-desktop ul {
    margin-bottom: 0;
    padding: 0;
}
.menu-desktop li {
    display: inline-block;
}
.menu-desktop li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 0 1.25rem;
}
.menu-desktop li a:hover {
    color: #dee8ff;
    text-decoration: none;
}


/* BANNERS */
#banners {
    padding: 40px 0 0 0;
}
#banners .owl-carousel img {
    border-radius: 1rem;
}
#banners .owl-carousel img:hover {
    filter: brightness(110%);
}
#banners .owl-carousel.banner-desktop {
    height: 190px;
}
#banners .owl-carousel.banner-mobile {
    height: 110px;
}


/* BOLÕES */
#boloes {
    padding: 40px 0 70px 0;
}
#boloes .boloes-list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 2rem;
}
#boloes .boloes-list .boloes-list-item {
    grid-template-columns: 1fr;
    padding: 1.6rem;
    background: #ffffff;
    border-radius: 0 1rem 1rem 1rem;
    display: grid;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
    position: relative;
}
#boloes .boloes-list .boloes-list-item span {
    position: absolute;
    top: 22px;
    left: -9px;
    width: 25px;
    height: 25px;
    display: none;
}
#boloes .boloes-list .boloes-list-item h2 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    color: #fff;
}
    .megasena {
        background-color: #258760 !important;
    }
    .megasena a {
        color: #258760 !important;
    }
    .lotofacil {
        background-color: #991490 !important;
    }
    .lotofacil a {
        color: #991490 !important;
    }
    .quina {
        background-color: #3a188f !important;
    }
    .quina a {
        color: #3a188f !important;
    }
    .duplasena {
        background-color: #bf194e !important;
    }
    .duplasena a {
        color: #bf194e !important;
    }
    .diadesorte {
        background-color: #d3b315 !important;
    }
    .diadesorte a {
        color: #d3b315 !important;
    }
    .timemania {
        background-color: #0fbd0f !important;
    }
    .timemania a {
        color: #0fbd0f !important;
    }
    .lotomania {
        background-color: #ff9038 !important;
    }
    .lotomania a {
        color: #ff9038 !important;
    }
    .maismilionaria {
        background-color: #2742a2 !important;
    }
    .maismilionaria a {
        color: #2742a2 !important;
    }
    .loteca {
        background-color: #fb3f2b !important;
    }
    .loteca a {
        color: #fb3f2b !important;
    }



#boloes .boloes-list .boloes-list-item ul {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    /* min-height: 114px; */
}
#boloes .boloes-list .boloes-list-item ul li {
    font-size: 13px;
    display: block;
    color: #fff;
}
#boloes .boloes-list .boloes-list-item ul li {
    margin-right: 20px;
    margin-bottom: 10px;
}
#boloes .boloes-list .boloes-list-item ul li b {
    font-weight: 600;
}
#boloes .boloes-list .boloes-list-item a {
    padding: 0.5rem 1.4rem;
    background-color: #fff;
    color: #2bc591;
    outline: none;
    border-radius: 4rem;
    text-decoration: none;
    cursor: pointer;
    width: fit-content;
    height: max-content;
}
#boloes .boloes-list .boloes-list-item a i {
    margin-left: 4px;
}
#boloes .boloes-list .boloes-list-item a:hover {
    opacity: 0.9;
}




/* ETAPAS */
.passo-a-passo {
    background: url(../img/bg-etapas.png) center bottom/contain no-repeat #a3e7f3;

    padding: 80px 0;
}
.passo-a-passo .passos-list h3 {
    font-weight: 900;
    letter-spacing: -0.5px;
    color: #262d8c;
}
.passo-a-passo .passos-list .passos-list-item {
    display: grid;
    align-items: flex-start;
    margin-bottom: 10px;
    grid-template-columns: 42px auto;
}
.passo-a-passo .passos-list .passos-list-item .passos-list-item-number {
    font-size: 42px;
    color: #2bc591;
}
.passo-a-passo .passos-list .passos-list-item .passos-list-item-body h5 {
    font-weight: 600;
    font-size: 1rem;
    color: #262d8c;
}
.passo-a-passo .passos-list .passos-list-item .passos-list-item-body p {
    line-height: 18px;
    margin-top: 6px;
    font-size: 0.9rem;
}
.passo-a-passo .passos-list .passos-list-item .passos-list-item-body p a {
    color: #535060;
}


/* DÚVIDAS */
.faq-section {
    padding: 70px 0px;
    padding-bottom: 0;
}
.faq-section .container {
    max-width: 800px;
}
.faq-section h3 {
    text-align: center;
}
.faq-section h3 {
    letter-spacing: -0.5px;
    color: #262d8c;
}
.faq-section .title p {
    margin-top: 20px;
    margin-bottom: 25px;
}
.faq-section .title p a {
    color: #535060;
}

.faq-section .accordion {
    cursor: pointer;
    width: 100%;
    border: none;
    outline: none;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    background-color: #3d30a2;
    border-radius: 0 0.75rem 0.75rem 0.75rem;
    position: relative;
    cursor: pointer;
    padding: 1rem;
  }
    .faq-section .accordion img {
        margin-right: 0.5rem;
        width: 24px; 
    }
  .faq-section .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    align-items: center;
    margin-left: 0.5rem;
    border-radius: 0.5rem;
    padding: 0.1rem 0.5rem;
    background-color: #2bc591;
    text-decoration: none;
    outline: none;
    color: #ffffff;
    display: inline-flex;
    cursor: pointer;
  }
  .faq-section .accordion.active:after {
    content: "\2212";
  }
  .faq-section .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    margin-top: -10px;
    margin-bottom: 20px;
    border-radius: 1rem;
    border: 1px solid #d7d7e5;
    overflow: hidden;
    font-size: 0.9rem;
  }
  .faq-section .panel p {
    padding: 1.5rem 1rem 0.5rem 1rem;
  }


/* FOOTER */
footer {
    background: #ffffff;
    padding: 2rem 0 30px;
    margin-top: 70px;
    border-top: 1px solid #d7d7e5;
}
footer .container {
    display: grid;
    justify-content: space-between;
    /* grid-template-columns: repeat(3,1fr); */
    grid-template-columns: 1fr 1fr 520px;
    gap: 1rem;
}

/* links */
footer ul.footer-list {
    padding: 0;
    margin: 0;
}
footer ul.footer-list li {
    margin-bottom: 10px;
}
footer ul.footer-list li.footer-links-title,
footer .container .safe-bet .footer-links-title {
    color: #262d8c;
    font-weight: 600;
}

/* selos */
footer .container .newsletter,
footer .container .safe-bet {
    grid-column: span 1;
}
footer .container .safe-bet .selo-comprovantes,
footer .container .safe-bet .selo-lets-encrypt,
footer .container .safe-bet .selo-google-safe{
    margin-left: 15px;
}
footer .container .safe-bet .selo-lets-encrypt {
    height: 45px;
}
footer .container .safe-bet .selo-comprovantes {
    width: 97px;
}
footer ul.ln_seguranca {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
footer ul.ln_seguranca {
    background: var(--white);
    border-radius: 8px;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
}


/* formas pagamento */
footer .footer-pagamento {
    margin-top: 30px;
    display: flex;
}
footer .footer-pagamento .container {
    display: grid;
    justify-content: space-between;
    gap: 2rem;
    grid-template-columns: 4fr;
}
footer .footer-pagamento ul {
    display: flex;
    gap: 30px;
    justify-content: center;
}
footer .footer-pagamento ul li {
    list-style: none;
    display: grid;
    align-content: center;
}
footer .footer-pagamento ul li {
    list-style: none;
    display: grid;
    align-content: center;
    color: #262d8c;
    font-weight: 600;
}
footer .footer-pagamento ul li a {
    cursor: auto;
}
footer .footer-pagamento ul li img {
    width: 100%;
}
footer .footer-pagamento ul li img.footer-pagamento-pix {
    width: 80%;
}

/* assinatura */
footer #assinatura {
    width: 100%;
    border-top: 1px solid #d7d7e5;
    padding-top: 1rem;
    margin-top: 2rem;
}
footer #assinatura .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    /* border-top: rgba(0,0,0,0.1); */
}
footer #assinatura .container img {
    height: 50px;
    width: auto;
    object-fit: contain;
}
footer #assinatura .container .copy p {
    margin-left: 0;
    align-items: center;
    font-weight: 500;
    flex-wrap: wrap;
    color: rgba(0,0,0,0.5);
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 0;
}
footer #assinatura .container .copy p a {
    color: inherit;
    font-weight: bold;
}
footer #assinatura .container ul.ln_redes_socais {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer #assinatura .container ul.ln_redes_socais li {
    position: relative;
}
footer #assinatura .container ul.ln_redes_socais li+li {
    margin-left: 10px;
}
footer #assinatura .container ul.ln_redes_socais li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 0 8px 8px 8px;
    text-decoration: none;
    transition: 0.7s;
    background-color: #2bc591;
}
footer #assinatura .container ul.ln_redes_socais li a:after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 36px;
    height: 11px;
    background: url(../img/sombra-menor.png) no-repeat center top;
    opacity: 0.6;
}
footer #assinatura .container ul.ln_redes_socais li a i {
    font-size: 20px;
    color: var(--white);
}



/* DESKTOP */
@media screen and (min-width: 993px) {
    .container {
        margin: 0 auto;
        max-width: 1320px;
    }
}
@media(min-width:769px){
    .menu-desktop {
        display: block;
    }
    .menu-mobile {
        display: none;
    }
    #banners .banner-desktop {
        display: block !important;
    }
    #banners .banner-mobile {
        display: none !important;
    }
    .passo-a-passo {
        background-size: auto 95%;
        background-position: left bottom;
    }
    .passo-a-passo .passos-list {
        max-width: 65%;
        margin-left: auto;
    }
}


/* MOBILE */
@media(max-width:768px){
    #header {
        padding-bottom: 20px;
        border-bottom: 2px solid #d7d7e5;
    }
    .menu-desktop {
        display: none;
    }
    .menu-mobile-link {
        position: absolute;
        top: 32px;
        right: 15px;
        border-radius: 4px;
        text-decoration: none;
        color: #262d8c !important;
        cursor: pointer;
        border: 1px solid;
        padding: 0.5rem 1.2rem;
        border-radius: 1.5rem;
    }
    .menu-mobile nav {
        display: none;
    }
    .menu-mobile nav ul {
        margin-top: 20px;
        padding-bottom: 0;
        padding-top: 20px;
        border-top: 1px solid #d7d7e5;
        padding-left: 0;
        margin: 20px 0 0 0;
        text-align: center;
    }
    .menu-mobile nav ul a {
        color: #262d8c;
        display: block;
        padding: 5px 0;
    }
    #banners {
        padding: 30px 0 0 0px;
    }
    #banners .banner-desktop {
        display: none !important;
    }
    #banners .banner-mobile {
        display: block !important;
    }
    #boloes .boloes-list {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .passo-a-passo {
        padding-top: 30px;
        padding-bottom: 340px;
    }
    .faq-section {
        padding: 40px 0 0 0;
    }
    footer {
        margin-top: 50px;
    }
    footer .container {
        grid-template-columns: 1fr 1fr;
        grid-template-columns: 4fr;
    }
    footer .container .safe-bet {
        grid-area: 2 / 1 / 3 / 3;
    }
    footer ul.ln_seguranca {
        gap: 10px;
    }
    footer .footer-pagamento .footer-links-title {
        width: 100px;
        font-size: 12px;
        margin-right: -10px;
        -ms-flex-line-pack: baseline;
        align-content: baseline;
    }
    footer .footer-pagamento ul {
        gap: 10px;
        padding-left: 0;
    }
    footer #assinatura .container {
        flex-direction: column !important;
    }








}