@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


@font-face {
    font-family: 'suvinil'; 
    src: url("../img/fonts/SuvinilSans-Book.otf") format("opentype");
    font-style: normal;
}

*{
    box-sizing: border-box;
    /*font-family: 'Roboto', sans-serif!important;*/
}
html, body{
    min-width: 100%!important;
    min-height:100vh!important;
}
h1{
    font-family: 'suvinil';    
}
h2{
    color: #fff!important; 
    font-family: 'suvinil';    
}
h3{
    font-weight: bold!important;
    font-family: 'suvinil'; 
    
}
.w100{
    width:100%!important;
}
a:hover{
    text-decoration: none!important;
    color:#fff!important;
}

.uk-button{
    background-color:#ce143d!important;
    font-family: 'suvinil'!important;
    color:#fff;
    font-weight: bold;
    /*padding: 10px 10px 10px 10px!important;*/
    min-height: auto!important;
    
}

#top{
    width:100%;
    background:#ce143d;
    padding:10px;
    box-shadow: 1px 2px 50px #000;
    margin-top:-50px;
}
#top img{
    max-width:100px;
}

#top .btTop{
    background:#ce143d!important;
    color:#fff;
}

#top .btTop:hover{
    background:#fff!important;
    color:#ce143d!important;
}

.suvinil{
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    width:100%;
    min-height: 95vh;
    padding:50px 0 0 0;
    

}

.area-botoes-home{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width:100%;
    height:100px;
    margin-top: 0px;

}
.botaoHome{
    background-color: #ce143d;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    height:40px;
    width:250px;
    padding:0 10px 0 10px;
    margin:5px 5px 0 5px;
    font-size:13px;
    border-radius:2px;
    font-family: 'suvinil';
    font-weight: bold;
}
.botaoHome:hover{
    opacity: 0.8;
}

.botaoHome2{
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff1aa;
    height:20px;
    width:auto;
    padding:0 10px 0 10px;
    margin:0px 5px 0 5px;
    font-size:13px;
    border-radius:2px;
    font-family: 'suvinil';
    font-weight: bold;
}

.area-pontuacao{
    background-color: #fff;
    padding: 0 0 50px;
    border-radius: 30px;
    box-shadow: 2px 3px 25px rgb(55, 52, 52);
}

.painel-pontos{
    background-color: #fff;
    color:#cf163e;
    border-radius: 0px;
    margin-top: 30px;
    padding: 30px 0 30px;
    margin:50px 30px 50px 30px;

}

.painel-pontos h1{
    color: #ce143d!important;
}


.pontos-icon{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    width:150px;
    line-height: 50px;
    font-weight: bold;
    font-family: 'suvinil'; 
}

.pontos-icon img{
    width:50px!important;
    
    
}


.botaoPainelPrimeiros{
    background-color: #ce143d;
    color:#fff;
    padding:15px 25px 15px 25px;
    margin:10px 50px 0 50px;
}


.balao-pontos{
    background-color: #ce143d;
    color:#fff1aa;
    border-radius:40px;
    width:auto;
    display: inline-block;
    padding:20px 25px 10px 25px;
    margin:0 auto;
    font-family: 'suvinil'; 
}


.balao-pontos .pts{
    font-weight: bold;
    font-size: 35px;
    margin-bottom:10px;
}


.balao-info{
    background-color: #ce143d;
    color:#fff1aa;
    border-radius:15px;
    width:auto;
    display: inline-block;
    padding:15px 15px 25px 15px;
    margin:50px auto;
    font-family: 'suvinil'; 
    text-align: left;
}

.area-login{
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width:100%;
    max-width:600px;
    padding:05px 25px 35px 25px;
    margin:0 auto;
    border-radius: 5px;
}

label{
    font-family: 'suvinil'!important;
    padding-bottom:7px!important;
    display: block;
}

.area-login label{
    width:100%!important;
    color:#000;
}

.area-login input{
    max-width:300px!important;
    padding: 10px 0 10px 0!important;
    height:auto!important;
    text-align: center!important;
}

.btVoltar{
    position:fixed;
    top:5px;
    right:5px;
    background:#6AB87A;
    color:#fff;
    padding:10px 20px 10px 20px;
    border-radius:5px;
    box-shadow:2px 3px 35px #333;
    font-size: 16px;
}

.titDestino{
    color:#fff!important;
    font-size:40px!important;
}
.img-destino{
    max-width:350px;
    width:95%!important;
    box-shadow:2px 3px 35px #333;
}

.img-destino:hover{
    width:100%!important;
    opacity: 0.8;
}

#chile{
    background-image: url('../img/bg-chile.jpg');
    background-size: 100% auto;
    min-height: 100vh;
    padding:50vh 10% 10vh 10%;
}

#italia{
    background-image: url('../img/bg-italia.jpg');
    background-size: 100% auto;
    min-height: 100vh;
    padding:50vh 10% 10vh 10%;
    
}

.textoDestino{
    margin-top:50vh;
    font-size:22px;
}

.textoDestino p{
    color:#000!important;
}

.btWhatsapp{
    display: block;
    background-color: #169b0c;
    padding:5px 10px 5px 10px;
    border-radius:5px;
    color:#fff!important;
    width: 125px;
    font-size: 12px;
    
}  
.btWhatsapp img{
    width:20px;
    margin-right:15px;
}

.oculta{
    display:none!important;
}

.bottom{
    background: #fff;
    display: block;
    position:fixed;
    bottom:0;
    width:100%;
    padding:5px 0 5px;
    height:50px;
}

.bottom img{
    /*max-height:50px;*/
}

.sou-suvinil{
    
    padding:5px 15px 5px 15px;
    border-radius:5px;
    color:#fff!important;
    width: 130px;
    
}

.sou-suvinil:hover{
    opacity: 0.5;
}


.salvaPerfil{
    position:fixed;
    bottom:50px;
    left:0;
    background-color: rgba(200,200,200,0.9);
    width:100%;
    padding:15px 0 15px;
    text-align: center;
    
}

.aut-inativo{
    font-size:8px;
    background-color: #ccc;
    color:#fff;
    text-align: center;
    width:50px;
    border-radius: 3px;
    padding: 0px 2px;
}

.aut-ativo{
    font-size:8px;
    background-color: #169b0c;
    color:#fff;
    text-align: center;
    width:50px;
    border-radius: 3px;
    padding: 0px 2px;
}