@charset "UTF-8";

@media only screen and (max-width: 500px) {

body{
    width: 100%;
}

/* NAVBAR */
.navbar{
    width: 100%;
    padding: 0;
}

.navbar a{
    margin-right: 10%;
}

.row{
    width: 100% !important; 
    margin: 0;
    padding: 0;
}

/* HEADER */
header{
    background: url('imgs/mockupmobile1.jpg');
    width: 100%;
    height: 600px;
    position: relative;
    z-index: -3;
    background-position: -50px 80px;
}

.header-circle{
    background-color: #398ccb;
        width:520px;
        height:500px;
        border-radius: 50%;
        position: absolute;
        z-index: -2;
        top: -200px;
        margin: 0;
        left: -150px;
    }

.main-title h1{
    margin-top: 80px;
    margin-left: 0px;
    font-size: 25pt;
}

.main-title p{
    display: none;
} 

.header-img{
    border-radius: 300px 0px 0px 0px;
    width: 700px;
    margin-top: 50px;
    display: none;
}

.about-RF p{
    margin-left: 0px;
    margin-right: 0px;
}

/* RECEBA FÁCIL STEPS */
.demonstrartion-rf{
    height: 700px; 
}

/* Video */
video{
    display: none;
}

.btn-steps{
    display: block;
    margin-top: 40px;
}

.onboard{
    height: 350px; 
    display: block;
    overflow: hidden;
}

/* Benefits */
.benefits{
    margin-top: 70px;
}

/* FORM */
.register {
    background: #fff;
    margin-top: 150px;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.tryit h4{
    font-size: 15pt;
    margin-top: 5%;
}

.tryit p{
    display: none;
}

.tryit hr{
    display: none;  
}

.tryit{
    border-radius: 5px 5px 0 0;
}

.tryit-form{
    border-radius: 0 0 5px 5px;
    border: solid #192834;
    border-width: 0px 1px 1px 1px;
}

/* FOOTER */
footer{
    margin-top: 8%;
}

.footer-brand{
    margin-left: 65px;
}

.media-icons{
    margin-top: 50px;
    margin-left: 65px;
}

.footer-links{
    display: none;
}

}