.elementor-1017 .elementor-element.elementor-element-c8229d4{--display:flex;--min-height:651px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--justify-content:flex-start;--align-items:center;--background-transition:0.3s;--margin-top:-70px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;}.elementor-1017 .elementor-element.elementor-element-c8229d4:not(.elementor-motion-effects-element-type-background), .elementor-1017 .elementor-element.elementor-element-c8229d4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://lotece.agenciawebsites.com.br/wp-content/uploads/2023/03/fundo-azul.png");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-1017 .elementor-element.elementor-element-c8229d4, .elementor-1017 .elementor-element.elementor-element-c8229d4::before{--border-transition:0.3s;}.elementor-1017 .elementor-element.elementor-element-42463ea{--display:flex;--background-transition:0.3s;}.elementor-1017 .elementor-element.elementor-element-42463ea.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1017 .elementor-element.elementor-element-ceb2608 .elementor-heading-title{color:#FFFFFF;font-family:"Bebas Neue", Sans-serif;font-size:80px;font-weight:600;letter-spacing:1.5px;}.elementor-1017 .elementor-element.elementor-element-d737d47{text-align:left;color:#FFFFFF;font-family:"Roboto", Sans-serif;font-size:35px;font-weight:400;line-height:20px;width:var( --container-widget-width, 110.098% );max-width:110.098%;--container-widget-width:110.098%;--container-widget-flex-grow:0;}.elementor-1017 .elementor-element.elementor-element-d737d47.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1017 .elementor-element.elementor-element-3e9f813{--display:flex;--background-transition:0.3s;}body.elementor-page-1017:not(.elementor-motion-effects-element-type-background), body.elementor-page-1017 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#DDDDDD;}@media(max-width:767px){.elementor-1017 .elementor-element.elementor-element-ceb2608 .elementor-heading-title{font-size:50px;}.elementor-1017 .elementor-element.elementor-element-d737d47{font-size:30px;}}@media(min-width:768px){.elementor-1017 .elementor-element.elementor-element-42463ea{--width:59.384%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1017 .elementor-element.elementor-element-42463ea{--width:66.726%;}}/* Start custom CSS */#container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.resultado {
    max-width: 800px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-self: center;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
}

.dataResultado > ul {
    margin-top: -25px;
    padding: 30px 15px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 550px;
    gap:20px;
    justify-content: center;
    align-items: center;
    background: #203a9e;
    border-radius: 0px 0px 20px 20px
}
.dataResultado > ul > li {
    display: flex;
    flex-direction: column;
    width: 70px;
    height: 70px;
    background-color: white;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
box-shadow: 0px -45px 27px -29px rgba(0,0,0,0.52) inset;
-webkit-box-shadow: 0px -45px 27px -29px rgba(0,0,0,0.52) inset;
-moz-box-shadow: 0px -45px 27px -29px rgba(0,0,0,0.52) inset;
}
.dataResultado > ul > li > .premio {
   font-size: 11px;
   font-weight: 400;
   color: #203a9e
}

.dataResultado > ul > li > .numeros {
    font-size: 20px;
   font-weight: bold;
   color: #203a9e;
   margin-top: -8px
}

.data, .branco {
    margin-top: 50px;
    background: white;
    padding: 12px;
    border-radius: 20px 20px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.data > .texto-extracao {
    font-weight: bold;
    color: #203a9e;
    text-transform: uppercase;
}

.data > .texto-dia {
    color: #203a9e;
    text-transform: uppercase;
    margin-top: -5px
}


.paginacao {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.paginacao > .proximoLink {
    background: #203a9e;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
}

.paginacao > .proximoLink:hover {
    background: #36AAD0;
}

.paginacao > .anteriorLink {
    border: 1px solid #203a9e;
    padding: 5px 10px;
    border-radius: 5px;
    color: #203a9e !important
}

.paginacao > .anteriorLink:hover {
    background-color: #203a9e;
    color:white !important
}

.paginacao > .anteriorLinkDesativado {
        border: 1px solid gray;
    padding: 5px 10px;
    border-radius: 5px;
    color: gray !important
}

.buscar {
    margin-top: 40px;
    
}

.buscar > h2 {
    text-decoration: uppercase;
    font-size: 14px !important;
    text-align: center
}

.buscar > .bgForm {
    margin-top: -20px
}

.buscar > h2 {
    font-size: 18px !important
}

.buscar > .bgForm > form > input {
    background: white;
    color: black;
    text-align: center;
    outline: none;
    border: none;
    border-radius: 6px;
    font-weight: bold
}

.pesquisar-resultados {
    width: 100%;
    margin-top: 5px;
    background-color: #ffd40b;
    border: none;
    color: black;
    font-size: 16px !important
}

.pesquisar-resultados:hover {
    width: 100%;
    margin-top: 5px;
    background-color: #ffd40b;
    border: none;
    color: black;
}


/*responsividade*/

@media (max-width: 767px) {
    .resultado {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        padding: 0px 5px;
        
    }
    
    .dataResultado > ul {
        gap: 10px
    }
    
    
    .dataResultado > ul > li {
        width: 50px;
        height: 50px;
    }
    
    .dataResultado > ul > li > .premio {
   font-size: 9px;
   font-weight: 400;
   color: #203a9e;
   margin-top: 5px;
}

.dataResultado > ul > li > .numeros {
    font-size: 14px;
   font-weight: bold;
   color: #203a9e;
   margin-top: -8px
}

.buscar {
        margin-bottom: -40px;
    }
    
    
}

@media (min-width: 768px) and (max-width: 1023px) {
    .resultado {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        width: 500px;
        
    }
    
    .buscar {
        margin-bottom: -40px;
    }
}/* End custom CSS */