.content-ft{
    display: flex;
    flex-direction: row;
}
.leftContent-ft{
    width: 50%;
    padding: 4vw 6vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180.01deg, #5DEA72 0.01%, #47BAD5 75.26%);
}
.title-ft{
    font-size: 5.2vw;
    font-weight: 700;
    color: #fff;
}
.title-fc{
    font-size: 4.9vw;
    font-weight: 700;
    color: #fff;
}
.form-ft{
    width: 100%;
    margin: 2vw 0 0;
}
input::placeholder{
    color: #fff;
}
.boxForm{
    width: 100%;
    height: 4.7vw;
    margin: 1vw 0;
    font-size: 1.3vw;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 15px;
    padding: 0 5%;
    color: #fff;
}
textarea::placeholder{
    color: #fff;
}
.boxMsg{
    padding: 1vw 2vw 9vw;
    overflow-y: hidden;
    font-family: flexo;
    font-weight: 500;
}
.btn-ft{
    width: 100%;
    height: 5.5vw;
    margin: 3vw 0;
    background: #fff;
    border: none;
    border-radius: 20px;
    font-family: flexo;
    font-size: 1.6vw;
    font-weight: 600;
    color: #47BAD5;
    cursor: pointer;
}
.btn-fc{
    margin: 1vw 0;
}
.rightContent-ft{
    width: 50%;
    display: contents;
}
.img-ft{
    display: flex;
    width: 50%;
}
.imgRight-ft{
    width: 100%;
}
.bottom-ft{
    background-color: #313741;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 3vw 6vw 2vw;
    align-items: center;
}
.logo-ft{
    height: 7.5vw;
}
.info-ft{
    color: #fff;
    font-size: 1vw;
    font-weight: 400;
    text-align: center;
}
.spanInfo-ft{
    color: #5DEA72;
}
.midiaContent-ft{
    display: flex;
    flex-direction: row; 
}
.midiaImg-ft{
    display: flex;
    height: 5.6vw;
}
.icon-social-midia{
    height: 6vw;
}
.termos-ft{
    color: #fff;
    font-size: 1.1vw;
    font-weight: 600;
    text-align: center; 
    margin-top: 0.5vw;
}
.direitos-ft{
    background-color: #313741;
    color: #fff;
    font-size: 0.9vw;
    font-weight: 100;
    text-align: center;
    padding: 0 22vw 1vw 14vw;
}

@media screen and (max-width: 800px) {
    .content-ft{
        flex-direction: column;
    }
    .leftContent-ft {
        width: auto;
        align-items: baseline;
        padding: 6vw 8vw 4vw;
        align-items: center;
    }
    .title-ft{
        font-size: 11vw;
    }
    .boxForm {
        height: 8.7vw;
        margin: 2vw 0;
        font-size: 2.7vw;
        border: 3px solid #fff;
        border-radius: 15px;
    }
    .form-ft {
        margin: 3vw 0 0;
    }
    .btn-ft {
        width: 100%;
        height: 11vw;
        margin: 5vw 0;
        background: #fff;
        border: none;
        border-radius: 12px;
        font-size: 3.6vw;
        font-weight: 600;
        color: #47BAD5;
    }
    .rightContent-ft{
        width: auto;
    }
    .imgRight-ft{
        display: none;
    }
    .bottom-ft {
        flex-direction: column;
        padding: 7vw 28vw;
    }
    .logo-ft {
        height: 13.5vw;
    }
    .info-ft{
        font-size: 2.4vw;
        text-align: center;
        margin: 7vw 0;
    }
    .termos-ft {
        font-size: 3vw;
        margin-top: 6vw;
        padding: 0 2vw;
    }
    .icon-social-midia {
        height: 11vw;
    }
    .title-fc{
        font-size: 10vw;
    }
    .boxMsg {
        padding: 1vw 4vw 20vw;
    }
    .imgMobile-ft{
        width: 100%;
    }
    .direitos-ft{
        font-size: 2vw;
        font-weight: 100;
        padding: 0 10vw 1vw;
    }
}

@media screen and (max-width: 550px) {
    .boxForm{
        border-radius: 9px;
        border: 2px solid #fff;
    }
    .btn-ft{
        border-radius: 9px;
    }
}
@media screen and (max-width: 400px) {
    .boxForm{
        border-radius: 7px;
    }
    .btn-ft{
        border-radius: 7px;
    }
}
@media screen and (max-width: 350px) {
    .boxForm{
        border-radius: 6px;
        border: 1px solid #fff;
    }
    .btn-ft{
        border-radius: 6px;
    }
}