header {
    background-color: #FFF;
    padding: 10px;
}

html,
body {
    height: 100%;
    font-family: 'Baloo Chettan 2', cursive;
}

body {
    margin: 0;
    background-color: #fff;
    color: #4B4B4B !important;
}


/*header #menu {
    text-align: right;
}*/

header #menu button {
    border-radius: 10px;
    border: 2px solid #0B7634;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    background-color: #0B7634;
    font-weight: 700;
}

header .form-content {
    background-color: #099d3b;
    left: 0;
    right: 0;
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
}

header .form-content h3 {
    color: #FFF;
    text-align: center;
}

header .form-content .input-content {
    text-align: center;
    margin-bottom: 15px;
}

header .form-content .input-content input {
    background-color: transparent;
    border: 2px solid #FFF;
    padding: .5rem;
    outline: none;
    border-radius: 20px;
    color: #FFF;
    width: 270px;
    margin-left: 45px;
}

header .form-content .input-content input::placeholder {
    color: #FFF;
}

header .form-content .input-content img {
    width: 20px;
    margin-left: 15px;
    cursor: pointer;
}

section#page {
    /*background-image: url("https://www.dev.clube25f.app/tmpwl/clubecaminhoneiros/bg_full.png");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 100%;
}

.bg-home {
    background-image: url("https://www.dev.clube25f.app/tmpwl/alphaville/BANNER_PRINCIPAL_v2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 360px
}

.bg-como {
    background-image: url("https://www.dev.clube25f.app/tmpwl/alphaville/BANNER_COMO_FUNCIONA_v2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 360px
}

.bg-como-beneficios {
    background-image: url("https://www.dev.clube25f.app/tmpwl/alphaville/como-beneficios.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    height: 211px
}

.bg-como-cadastro {
    background-image: url("https://www.dev.clube25f.app/tmpwl/alphaville/como-cadastro.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    height: 241px
}

#texto-banner {
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    padding-top: 10px;
}

footer {
    background-color: #878787;
    /*bottom: 0;*/
    position: absolute;
    width: 100%;
    height: 110px;
    padding-top: 20px;
}

.text-glow-verde {
    -webkit-text-stroke: 1px rgb(14, 120, 61);
    -webkit-text-fill-color: transparent;
}

.text-cinza {
    color: #575756 !important;
}

.linha-verde {
    border: 4px solid #0B7634;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    padding: 30px;
}

strong {
    font-weight: 700;
    color: #0B7634;
}

.btn-verde {
    color: #FFF !important;
    background-color: #3AA836 !important;
    border-color: #3AA836 !important;
}

.btn-nao {
    background-color: #0B7634 !important;
    border-color: #0B7634 !important;
    color: #fff !important;
    font-weight: 700 !important;
    margin-bottom: 15px;
    margin-top: 20px;
}

.chamada-beneficios {
    font-size: 40px;
    color: #878787;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 30px;
}

#CPFInput1,
#CPFInput2 {
    height: 37px;
    width: 70%;
    margin: 0;
    border-radius: 5px;
    border: transparent;
    padding-left: 10px;
}

#combo-cadastro {
    padding-top: 5em;
}

#combo-cadastro-como {
    padding-top: 3em;
}

section#page div.d-flex {
    /*padding-top: 150px;*/
}

section#page div.d-flex>div {
    text-align: center;
    width: 100%;
}

section#page img {
    max-width: 100%;
    max-height: 600px;
    width: 502px;
    padding-bottom: 2em;
}

section#page #info {
    margin-top: 50px;
    font-size: 22px;
}

#logo {
    padding-bottom: 100px;
}

#bottom-bar {
    padding: 0;
    /*background-image: url("https://www.dev.clube25f.app/tmpwl/clubecaminhoneiros/barra-bottom.png");*/
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
}

footer {
    text-align: center;
}

footer img {
    padding: 5px;
}

.text-clube {
    font-weight: bold;
    width: 100%;
    text-align: left;
    font-size: 24px;
    color: #fff;
}

.align-texto {
    padding-top: 7em;
    margin-left: 7em;
}

.part-2 {
    padding-top: 10px;
    padding-bottom: 20px;
}

@media screen and (max-width: 960px) {
    /*section#page {
        background-position: bottom right -200px;
    }*/
}

@media screen and (max-width: 660px) {
    section#mobile {
        background-image: url("https://www.dev.clube25f.app/tmpwl/clubecaminhoneiros/bg_mob.png");
        background-position: top center;
        background-size: cover;
        height: 100%;
    }
    section#page {
        display: none !important;
    }
    header #menu {
        text-align: center;
        padding-top: 15px;
    }
    #CPFInput1,
    #CPFInput2 {
        width: 60%;
    }
    .part-2 {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .center-text {
        text-align: center !important;
    }
    .img-p {
        padding: 10px;
    }
}

@media screen and (max-width: 576px) {
    section#page {
        /*background-image: url("https://www.dev.clube25f.app/tmpwl/clubecaminhoneiros/fundo-mobile.jpg");*/
        background-position: top center;
        background-size: cover;
        display: none !important;
    }
    header #menu {
        text-align: center;
        padding-top: 15px;
    }
    section#page #info {
        margin-top: 20px;
        font-size: 18px;
    }
    footer {
        display: none;
    }
    .align-texto {
        padding-top: 5em;
        margin-left: 0;
    }
    section#mobile {
        background-image: url("https://www.dev.clube25f.app/tmpwl/clubecaminhoneiros/bg_mob.png");
        background-position: top center;
        background-size: cover;
        height: 100%;
    }
    #CPFInput1,
    #CPFInput2 {
        width: 60%;
    }
    .img-cor {
        width: 100%;
    }
    .part-2 {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .center-text {
        text-align: center !important;
    }
    .img-p {
        padding: 10px;
    }
}

@media screen and (max-width: 465px) {
    header #menu {
        text-align: center;
        padding-top: 15px;
    }
    header #menu button {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 5px;
    }
    header .form-content .input-content input {
        width: 180px;
    }
    section#page #info {
        margin-top: 20px;
        font-size: 16px;
    }
    .align-texto {
        padding-top: 5em;
        margin-left: 0;
    }
    section#mobile {
        background-image: url("https://www.dev.clube25f.app/tmpwl/clubecaminhoneiros/bg_mob.png");
        background-position: top center;
        background-size: cover;
        height: 100%;
    }
    section#page {
        display: none !important;
    }
    #CPFInput1,
    #CPFInput2 {
        width: 60%;
    }
    .part-2 {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .center-text {
        text-align: center !important;
    }
    .img-p {
        padding: 10px;
    }
}

.full-alert-content {
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.65);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 999;
}

.screen__box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #FFF;
    padding: 2rem 4rem;
    width: 37rem;
    height: 18rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border-radius: 20px;
    box-shadow: 0 0 15px 2px rgba(100, 100, 100, 0.1);
}

.screen__icon {
    height: 5rem;
}

.screen__title {
    color: #D4145A;
    font-size: 1.1rem;
    font-weight: bold;
}

.screen__text {
    word-wrap: break-word;
    font-size: 1.1rem;
    color: #00000A;
    position: relative;
    bottom: .5rem;
}

.screen__btn {
    color: #6DBBCE;
    font-size: 1.1rem;
    box-shadow: 0 5px 35px 2px rgba(50, 50, 50, 0.2);
    padding: .5rem 2rem;
    border-radius: 20px;
    font-weight: bold;
}

.screen__box button {
    background-color: transparent;
    cursor: pointer;
    outline: none !important;
}