/*
* Globals
*/

/* Links */
a,
a:focus,
a:hover {
    color: #fff;
}



/*
* Base structure
*/

html,
body {
    background: #090909;
    min-height: 100vh;
}

body {
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-family: 'Montserrat', sans-serif;

}
.no-desktop{
    display: none;
}
h1{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 43px;
    letter-spacing: 0.5px;
}
h3{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #00923A;
}
p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160.9%;
    color: #F2F1F1;
}

/*
* Coluna esquerda
*/
.coluna-esquerda{

}

.logo{
    max-width: 250px;
}
.numero-contador{
    font-size: 50px;
}
.descricao-contador{
    font-size: 14px;
    text-align: center;
    display: block;
}
.elemento-contador{
    display: grid;
    align-content: center;
    width: 90px;
}
.consent p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #F2F1F1;
}

input,
select{
    width: 100%;
    height: 56px;
    background: #EDEDED;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 20px 20px;
    margin-bottom: 20px;
}
select{
    padding: 15px 20px;
}
input::placeholder,
select::placeholder{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}
.opt-in-label{
    margin-right: 20px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #F2F1F1;
}
.opt-in-label input{
    width: 12px;
    height: 15px;
    margin-right: 10px;
    margin-bottom: 8px;
}
.cta{
    min-width: 190px;
    height: 51px;
    background: #00923A;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: 0px;
    padding: 0px 20px;
}
.cta span{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: white;
}
.powered{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
}

.coluna-direita img{
    width: 100%;
}

#main-content .form-input.form-error {
    margin-bottom: 5px;
}
#main-content .form-wrap .error{
    color: #f90606;
    margin-bottom: 10px;
}

.success{
    min-height: 100vh;
}

.modal h2,
.modal p{
    color: #000;
}

@media only screen and (max-width: 600px) {
    h1{
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 27px;
        text-align: center;
    }
    h3{
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        color: #00923A;
    }
    p{
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        text-align: center;
    }
    .logo{
        margin: 0 auto;
        display: block;
    }
    .consent p{
        text-align: left;
    }
    .coluna-direita{
        position: relative;
    }
    .no-desktop{
        display: block;
    }
    .no-mobile{
        display: none;
    }
    .numero-contador{
        font-size: 40px;
    }
    .contador{
        margin: 0 auto;
        display: inline-flex;
    }
    .elemento-contador{
        width: 70px;
    }
}
@media only screen
and (min-device-width : 610px)
and (max-device-width : 1024px){
    .coluna-direita{
        position: relative;
        padding-top:50px;
    }
}
