:root{
    --cor-principal: #00913D;
    --cor-principal-dark: #00692c;
}
html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}
*{
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    
}

.site-wrapper{
    width: 100vw;
    min-height: 100vh;
    background: url(../img/bg3.png) center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 30px;
    
    flex-direction: column;
}

.chamada{
    color: #fff;
    font-size: 20px;
    line-height: 22px;
}

.chamada .destaque{
    font-size: 30px;
    color: white;
    font-weight: bold;
}

.chamada + p{
    color: #fff;
    line-height: 20px;
}

.chamada + p br{
    display: none;
}

.form-wrapper{
    background: #fff;
    border-radius: 30px;
    padding: 30px 20px;
    max-width: 310px;
    margin: auto;
}
.img-1366{
    width:220px;
    margin-top:5px;
}
.img-icons{
    width: 90%;
}
.img-position{
    position:absolute;
    left:0;
}
.form-wrapper .logo{
    width: 200px;
}

.form-wrapper form .links{
    color: #757575;
}

.form-wrapper form .links a{
    color: #6F4AE6;
    font-weight: 600;
}

.form-wrapper form .links a:hover{
    color: #6F4AE6;
}

.form-wrapper form input{
    width: 100%;
    border-radius: 30px;
    border: 1px solid #a1a1a1;
    padding: 8px 12px;
    outline: none !important;
}

.form-wrapper form .btn-enviar{
    background: #6F4AE6;
    border: 1px solid #6F4AE6;
    transition: all .1s ease-in-out;
    cursor:pointer;
}

.form-wrapper form .btn-enviar:hover{
    background: #6F4AE6 !important;
    border: 1px solid #6F4AE6;
    color:black;
}

footer{
    border-top: 1px solid #fff;
    margin-top: 9%;
    padding: 20px 0;
}

footer .info-wrapper div{
    vertical-align: middle;
}
footer .info-wrapper img{
    height: 25px;
    margin-right: 10px;
}
footer .info-wrapper p{
    color: #fff;
}

footer .width-fix .right{
    width: calc(100% - 32px);
}

@media screen and (min-width: 992px){
    .chamada {
        font-size: 24px;
        line-height: 26px;
    }

    .chamada .destaque{
        font-size: 35px;
        line-height: 37px;
    }

    .chamada + p{
        font-size: 18px;
        line-height: 20px;
    }

    .chamada + p br{
        display: block;
    }

    .form-wrapper{
        padding: 30px;
        max-width: 330px;
        border-radius: 40px;
    }

    footer .info-wrapper p{
        font-size: 20px;
    }
}

@media screen and (min-width: 1500px){
    .site-wrapper{
        position: relative;
        display: flex;
        align-items: center;
    }

    .site-wrapper > .container{
        /* Offset footer height(with margin in Y axis) */
        margin-top: -138px;
    }

    .chamada {
        font-size: 28px;
        line-height: 30px;
    }

    .chamada .destaque {
        font-size: 45px;
        line-height: 47px;
    }

    .chamada + p {
        font-size: 20px;
        line-height: 22px;
    }

    .form-wrapper{
        margin-top: 70px;
    }

    footer{
        margin-top: 10%;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 30px 0;;
    }
}

@media(max-width:767px){
    .full-img{
        display: none;
    }
}