* {
    font-family: "Mont";
}

body
{
    background-color: hsl(215, 52%, 17%);
}

h1 {
    font-size: 60px !important;
    font-weight: bold !important;
    color: white;
}

div#mlkeyboard {
    zoom: 1.5;
}

h2 {
    font-size: 50px !important;
    font-weight: bold !important;
    color: white;
}

h3 {
    font-size: 40px !important;
    font-weight: bold !important;
    color: white;
}

h4 {
    font-size: 30px !important;
    color: white;
}

h5 {
    font-size: 20px !important;
    color: white;
}

video {
    height: 100vh !important;
    display: flex;
}

.homeHeader {
    position: absolute;
    width: 100vw !important;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 80px;
    z-index: 400;
    align-items: center;
    justify-content: space-between;
}

.brasaoHome {
    height: 170px;
}

.conhecaAgoraButton {
    height: 120px;
}

.logoTop {
    height: 80px;
}

.bgOque
{
    background-image: url("../img/bgOque.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 100vw;
    height: 100vh;
}

.bgGradient
{
    background-image: url("../img/bgGradient.png");
    background-repeat: repeat-y;
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

.bgBlack
{
    background-color: #111517;
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

.contentOQueImg
{
    position: absolute;
    top: 50%;
    left: 65%;
    translate: -50% -50%;
}

.contentParaQuem
{
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

input{
    padding: 20px !important;
    font-size: 20px !important;
    border-radius: 29px !important;
    border: 6px solid #0770a3;
    background-color: transparent;
    color: white;
}

input:defined
{
    color: white;
}

input:focus
{
    color: white;
}

input[type="checkbox"] {
    padding: 0px !important;
    font-size: 20px !important;
    border: 1px solid white !important;
    background-color: transparent !important;
    width: 70px;
    height: 70px;
    border-radius: 0 !important;
    appearance: none;
}

input[type=checkbox]:checked
{
    appearance: auto;
}

.cadastro p
{
    font-size: 40px;
    line-height: 44px;
    color: white;
}

button
{
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent;
}