/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07/01/2020, 02:02:11
    Update: 2022-06-21 20:31:31
    Author     : WilliamCosta
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&family=PT+Sans&family=Public+Sans&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
/*
font-family: 'Public Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'PT Sans', sans-serif;
font-family: 'Indie Flower', cursive;
font-family: 'Permanent Marker', cursive;
font-family: 'Kaushan Script', cursive;
*/


body{
    margin-top: 4em;
    font-family: 'PT Sans', sans-serif;
}
label{
    font-family: 'Public Sans', sans-serif;
    display: block;
    margin-top: 0.5em;
}
.title{
    font-weight:900 !important;
    font-family: 'Montserrat', sans-serif;
    color: #6f42c1 !important;
    font-size: 3.5rem;
    line-height: 1.2;
}
.footer{
    background-image: linear-gradient(white, #ccc);
    padding-top: 0.5em;
    margin-top: .5em;
    padding-bottom: 0.5em;
    font-family: 'Public Sans', sans-serif;
/*    color: white !important;*/
}
.link-list{
    font-weight: 400;
}
.link-list::before {
    content: " \f35a\ ";
    font-family: "Font Awesome 5 Free";
}
.img-center{
    display: block;
    margin: auto;
}
.captcha{
    /*font-family: 'Indie Flower', cursive;*/
    /*font-family: 'Permanent Marker', cursive;*/
    font-family: 'Kaushan Script', cursive;
    font-size:30px;
    text-align: center;
    font-weight: 900;
}
.bold{
    font-weight: bold;
}
.pointer{
    cursor: pointer;
}
.g-recaptcha {
    display: inline-block;
}

.cursor-move {
    cursor: move;
  }