/* -- Importação da Sans -- */
@font-face {
    font-family: "Sicoob sans";
    src: url('../SicoobSansVariable.woff2') format('woff2-variations');
    font-display: swap;
    font-weight: 100 1000;
    font-stretch: 75% 150%;
    font-style: normal;
}
/* -- Importação da Script -- */
@font-face {
    font-family: "Sicoob script";
    src: url('../SicoobScriptVariable.woff2') format('woff2-variations');
    font-display: swap;
    font-weight: 100 1000;
    font-stretch: 75% 150%;
    font-style: normal;
}
 
/* -- Exemplos de chamada - Chamada da Sans -- */
* {
    font-family: "Sicoob sans", sans-serif!important;
}
/* -- Exemplos de chamada - Chamada da Script -- */
.font-script, .font-cursive {
    font-family: "Sicoob script", sans-serif !important;
}

html { 
  background: url("../img/bg.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
html, body { height:100%; overflow: auto;}

body {font-family: 'Asap', sans-serif;}
.img-topo {width: 100%; margin: 50px auto;}
.img-topo img {width: 100%;}
.texto {max-width: 530px;  text-align: center; margin: 0 auto; padding: 100px 0;}
.texto p, .texto strong {display:block; font-size: 12pt; color: #fff; line-height: 1.5;}
.texto strong {font-weight: 600; margin: 20px 0 40px 0;}
.texto .logo {margin-top: -47px; margin-bottom: 20px;}    
    
 .geral {
    min-height:100%;
    position:relative;
    width:100%;
}

.footer {
    position:absolute;
    bottom:0;
    width:96%;
}

.goodbye-letter-container {
    width: 100%; 
    position: relative; 
    top: -270px; 
    left: -80px;
    background-image: url('../img/paper-bg.png'); 
    background-size:contain;
    background-position:center 0%; 
    background-repeat: no-repeat; 
    padding:80px;

    
}
.goodbye-letter-container p {
    color: #003641;
    font-family: cursive;
    font-size: 18pt;
    margin-block: 15px;
    max-width: 480px;
    margin-inline: auto;
}
.text-left, .text-left * {
    text-align: left!important;
}
.text-center, .text-center * {
    text-align: center!important;
}
.text-right, .text-right * {
    text-align: right!important;
}


.content {overflow:hidden;}  
.letreiro {position: relative; left: 160px;}
.letreiro .caixa {position: absolute;}
.letreiro .letras { position: absolute; left: 13px; bottom: 499px;}
.radio { width: 100%; margin-top: 90px; filter: saturate(0); opacity: .9;}
   
.texto .caixa-busca {position: relative;}
.texto .campo-consulta  {padding: 10px 5px;width: 70%; text-align: center; border: 1px solid #00a091; border-radius: 5px; font-size: 10pt;}
.texto .buscar {width: 38px; position: absolute; top: -9px; right: -2px;}
.texto .buscar:hover {cursor: pointer;}
.texto .buscar img {width: 38px;}

.promocao-mobile {display: none;}
.texto .logo {display: none;}

.resultado {line-height: 16pt; margin-top: 30px;}
.resultado strong {margin: 0;}

.rodape {text-align: center; padding: 30px 10px;} 
.rodape p {color:#fff; font-size: 10pt; line-height: 1.5;}


.font-10 {font-size: 10pt!important;}
.numero-sorte {margin-top: 28px !important; font-size: 25pt!important;} 
.cicle-ganhador  { height: 700px; width: 700px; margin: 100px 100px auto; opacity: 0.9; float: right;}
   

.preloader {
    background-color: #ffffff;
    bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.preloader span {
    background: #e1e1e1;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    margin: auto;
    -webkit-animation: mymove 1.5s infinite linear;
    animation: mymove 1.5s infinite linear;
}

.preloader span img {margin-top: 15px; }



@media (max-width: 600px){
    .texto {
    max-width: 400px;}
    .letreiro .letras {bottom: 375px;}
    .letreiro {left: 92px;}

}

@media (max-width: 400px){
.texto {
    max-width: 300px;
}
.radio {
    margin-top: 70px;
}
.letreiro .letras {
    bottom: 295px;
    width: 130px;
}
.letreiro .letras {
    left: 10px;
}
.letreiro {
    left: 80px;
}
.letreiro .caixa {
    width: 150px;
}
}
@media (max-width: 300px){
    .texto {
    max-width: 220px;
}
.letreiro .caixa {
    width: 120px;
}
.letreiro .letras {
    bottom: 232px;
    width: 106px;
}
.letreiro .letras {
    left: 7px;
}
.letreiro {
    left: 55px;
}
}

