body {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/bg.jpeg);
    background-position-y: -120px;
    margin: 0px 0px 0px 0px;
}


/* TEXTOS */

#text {
    font-size: 45px;
    color: #00913D;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-top: 60px;
}

#textdois {
    font-size: 17px;
    color: #fff;
    text-align: center;
    display: block;
    font-weight: 100;
    line-height: 35px;
}

#texttres {
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: block;
    font-weight: 700;
    line-height: 19px;
}


/* MENU */

.card {
    width: 450px;
    margin: 30px auto 0px auto;
    height: 480px;
    border-radius: 60px;
}

.condopro {
    text-align: center;
    margin-top: 15px;
}

.condopro img {
    width: 130px;
}

li,
ul {
    list-style-type: none !important;
}

.exclusivo {
    text-align: center;
    margin-top: 15px;
}

.navbar li {
    margin: 0px auto;
}

.exclusivo p {
    color: rgb(117, 117, 117)!important;
    font-size: 20px;
    margin-bottom: 0;
    /* margin-left: -105px; */
}

.formLogin {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 30px;
    border: 1px solid #a1a1a1;
    width: 350px;
    height: 50px;
    padding-left: 25px;
    font-size: 18px;
}

.envia-form {
    width: 350px;
    height: 50px;
    border-radius: 30px;
    border: 1px solid #ff000000;
    background-color: #00913D;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 10px;
    cursor: pointer;
}

.envia-form:hover {
    width: 349px;
    height: 49px;
    border: 1px solid rgba(255, 0, 0, 0);
    background-color: rgb(102, 255, 166);
    color: #00913D;
    transition: ease 0.3s;
}

.links-acesso-rapido {
    margin-top: 20px;
    color: rgb(117, 117, 117);
    font-weight: 500;
}

.links-acesso-rapido a {
    text-decoration: none;
    color: #00913D;
    float: right;
    font-weight: 500;
}

.links-acesso-rapido a:hover {
    text-decoration: none;
    color: rgb(39, 77, 54);
    float: right;
    transition: ease .3s;
}

.links-acesso-rapido input {
    display: none;
}

.links-acesso-rapido label::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #a1a1a1;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: -30px;
    top: 3.5px;
}

.links-acesso-rapido label::after {
    margin-right: 5px;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 4px;
    border: 1px solid #a1a1a18e;
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    left: -28px;
    top: 5.5px;
}

label {
    position: relative;
    margin-left: 30px;
}

input:checked+label:after {
    background-color: #a1a1a1;
}


/* RODAPE */

.footer {
    font-size: 20px;
    font-weight: 100;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    line-height: 0px;
    margin-bottom: 30px;
}

.barra {
    height: 1px;
    margin-bottom: 30px;
    width: 100%;
    background-color: #fff;
}

#icone {
    vertical-align: bottom;
}

#icone p {
    display: inline;
    font-size: 14px;
}

#icone-dois p {
    display: inline;
    font-size: 14px;
    vertical-align: middle;
}

#icone img {
    margin-right: 20px;
    display: inline;
}

#icone-dois img {
    margin: 0px 20px 0px 100px;
    display: inline;
    vertical-align: middle;
}

#cep {
    display: block;
    margin-left: 45px;
}


/* MEDIAS */


/* 576 ~ 767px (sm, small) */

@media (min-width: 768px) and (max-width: 991px) {
    /* TEXTOS */
    #text {
        font-size: 50px;
        margin-top: 10px;
    }
    #textdois {
        font-size: 20px;
    }
    #texttres {
        font-size: 19px;
    }
    /* MENU */
    .card {
        width: 380px;
        margin: 15px auto 10px auto;
        height: 340px;
        border-radius: 60px;
    }
    .condopro {
        margin-top: 20px;
    }
    .condopro img {
        width: 180px;
    }
    .exclusivo {
        text-align: center;
        margin-top: 10px
    }
    .exclusivo p {
        color: rgb(117, 117, 117)!important;
        font-size: 17px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .formLogin {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 330px;
        height: 40px;
        padding-left: 25px;
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
    }
    .envia-form {
        width: 330px;
        height: 40px;
        margin-top: 10px;
    }
    .envia-form:hover {
        width: 349px;
        height: 49px;
    }
    .links-acesso-rapido {
        margin-top: 20px;
    }
    .links-acesso-rapido a {
        text-decoration: none;
        color: #00913D;
        float: right;
        font-weight: 500;
    }
    .links-acesso-rapido input {
        display: none;
    }
    .links-acesso-rapido label::before {
        content: "";
        width: 18px;
        height: 18px;
        border-radius: 4px;
        border: 1px solid #a1a1a1;
        box-sizing: border-box;
        display: inline-block;
        margin-right: 10px;
        position: absolute;
        left: -30px;
        top: 3.5px;
    }
    .links-acesso-rapido label::after {
        margin-right: 5px;
        content: "";
        width: 14px;
        height: 14px;
        border-radius: 4px;
        border: 1px solid #a1a1a18e;
        box-sizing: border-box;
        display: inline-block;
        position: absolute;
        left: -28px;
        top: 5.5px;
    }
    label {
        position: relative;
        margin-left: 30px;
    }
    input:checked+label:after {
        background-color: #a1a1a1;
    }
    /* RODAPE */
    .footer {
        font-size: 18px;
        margin-top: 2px;
        height: 60px;
    }
    .barra {
        margin-bottom: 8px;
    }
    #cep {
        font-size: 18px;
        margin-left: 60px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #text {
        margin-top: 0;
    }
    .card {
        width: 380px;
        margin: 15px auto 0px auto;
        height: 360px;
        border-radius: 40px;
    }
    .condopro {
        text-align: center;
        margin-top: 20px;
    }
    .condopro img {
        width: 70px;
    }
    .exclusivo {
        text-align: center;
        margin-top: 10px;
    }
    .exclusivo p {
        font-size: 15px;
        text-align: left;
        text-indent: 5%;
    }
    .barra {
        height: 1px;
        margin-bottom: 10px;
        width: 100%;
        background-color: #fff;
    }
    .envia-form {
        width: 350px;
        height: 40px;
        margin-top: 10px;
    }
    .envia-form:hover {
        width: 320px;
        height: 40px;
        border: 1px solid rgba(255, 0, 0, 0);
        background-color: rgb(102, 255, 166);
        color: #00913D;
        transition: ease 0.3s;
    }
    .formLogin {
        margin-top: 10px;
        margin-bottom: 15px;
        border-radius: 30px;
        width: 100%;
        height: 40px;
    }
    .links-acesso-rapido {
        margin-top: 5px;
        color: rgb(117, 117, 117);
        font-weight: 500;
    }
    .footer {
        font-size: 20px;
        font-weight: 100;
        color: #fff;
        text-align: center;
        line-height: 0px;
        margin-top: 7px;
        height: 70px;
        margin-bottom: 0;
    }
}


/* >=1200px (xl, extra-large) */

@media (min-width: 1201px) and (max-width: 1366px) {
    #text {
        margin-top: 10px;
    }
    #textdois {
        font-size: 16px;
    }
    #texttres {
        font-size: 15px;
    }
    .condopro {
        text-align: center;
        margin-top: 15px;
    }
    .card {
        width: 450px;
        margin: 20px auto 0px auto;
        height: 480px;
        border-radius: 60px;
        transform: scale(0.8);
        top: -50px;
    }
    .footer {
        font-size: 20px;
        line-height: 0px;
        margin-bottom: 20px;
    }
    .formLogin {
        font-size: 16px;
    }
    .barra {
        height: 1px;
        margin-bottom: 18px;
        width: 100%;
        background-color: #fff;
    }
    .footer {
        font-size: 18px;
    }
    #cep {
        font-size: 17px;
    }
    #icone {
        display: inline;
    }
}

@media (min-width: 1367px) and (max-width: 1600px) {
    #text {
        margin-top: 20px;
    }
    .footer {
        margin-bottom: 10px;
    }
    .barra {
        margin-bottom: 11px;
    }
    .card {
        width: 420px;
        margin: 30px auto 0px auto;
        height: 440px;
        border-radius: 60px;
    }
    .condopro {
        margin-top: 27px;
    }
    .condopro img {
        width: 230px;
    }
    .exclusivo p {
        font-size: 17px;
        margin-bottom: 0;
        margin-top: 10px;
        margin-right: 15px;
    }
    .formLogin {
        width: 330px;
    }
    .envia-form {
        width: 330px;
    }
    .envia-form:hover {
        width: 330px;
    }
    .barra {
        margin-bottom: 11px;
    }
}

/* @media (min-height: 630px) and (max-height: 767px) {
    #text {
        margin-top: 30px;
        line-height: 68px;
    }
    #textodois {
        font-size: 18px;
    }
    #texttres {
        font-size: 17px;
    }
    .card {
        width: 340px;
        margin: 15px auto 0px auto;
        height: 360px;
        border-radius: 40px;
    }
    .condopro {
        text-align: center;
        margin-top: 20px;
    }
    .exclusivo {
        text-align: center;
        margin-top: 30px;
    }
    .exclusivo p {
        font-size: 15px;
        margin-right: -20px;
    }
    .barra {
        height: 1px;
        margin-bottom: 10px;
        width: 100%;
        background-color: #fff;
    }
    .envia-form {
        width: 270px;
        height: 40px;
        margin-top: 15px;
        font-size: 14px;
    }
    .envia-form:hover {
        width: 270px;
        height: 40px;
        border: 1px solid rgba(255, 0, 0, 0);
        background-color: rgb(102, 255, 166);
        color: #00913D;
        transition: ease 0.3s;
    }
    .formLogin {
        margin-top: 10px;
        margin-bottom: 15px;
        border-radius: 30px;
        width: 270px;
        height: 40px;
    }
    .links-acesso-rapido {
        margin-top: 5px;
        color: rgb(117, 117, 117);
        font-weight: 500;
        font-size: 13px;
    }
    .footer {
        font-size: 17px;
        font-weight: 100;
        color: #fff;
        text-align: center;
        line-height: 0px;
        margin-top: 7px;
        height: 70px;
        margin-bottom: 0;
    }
    #cep {
        font-size: 17px;
        margin-left: 65px;
    }
} */

@media (min-width: 320px) and (max-width: 400px) {
    #text {
        margin-top: 0px;
    }
    #textdois {
        font-size: 17px;
    }
    .footer {
        height: 100px;
    }
    .barra {
        height: 1px;
        margin-bottom: 15px;
    }
    #icone {
        vertical-align: bottom;
        float: left;
    }
    #icone img {
        margin-right: 20px;
        margin-left: 5px;
        display: inline;
        width: 20px;
    }
    #icone p {
        font-size: 16px;
    }
    #icone-dois {
        float: left;
        width: 370px;
        display: block;
        font-size: 16px;
        margin-left: 0px;
    }
    #icone-dois img {
        margin: 8px 20px 0px 0px;
        display: inline;
        vertical-align: -webkit-baseline-middle;
        width: 19px;
    }
    #cep {
        font-size: 15px;
        margin-left: 44px;
        margin-top: 0px;
        float: left;
    }
}

@media (min-width: 401px) and (max-width: 500px) {
    #text {
        margin-top: 20px;
    }
    #textdois {
        font-size: 17px;
    }
    .footer {
        height: 100px;
    }
    .barra {
        height: 1px;
        margin-bottom: 15px;
    }
    #icone {
        vertical-align: bottom;
        float: left;
    }
    #icone img {
        margin-right: 20px;
        margin-left: 30px;
        display: inline;
        width: 20px;
    }
    #icone p {
        font-size: 16px;
    }
    #icone-dois {
        float: left;
        width: 385px;
        display: block;
        font-size: 16px;
        margin-left: 15px;
    }
    #icone-dois img {
        margin: 8px 25px 0px 10px;
        display: inline;
        vertical-align: -webkit-baseline-middle;
        width: 19px;
    }
    #cep {
        font-size: 17px;
        margin-left: 70px;
        margin-top: 0px;
        float: left;
    }
}