@charset "UTF-8";

@media screen and (min-width: 481px) and (max-width: 800px) { 
    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: 580px;
        position: relative;
        z-index: -3;
        background-position: -5px 80px;
    }
    
    .header-circle{
        background-color: #398ccb;
            width:600px;
            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{
        margin-top: 50px;
        margin-left: 5%;
    }

    .onboard{
        height: 400px; 
        display: block;
        overflow: hidden;
        margin-left: 20%;
    }
    
    /* Benefits */
    .benefits{
        margin-top: 70px;
    }
    
    .slick-slide {
        margin: 10px 10px;
    }
    
    /* FOOTER */
    .footer-links{
        display: none;
    }

     .footer-brand{
        display: block;
        margin-left: auto;
        margin-right: auto;
    } 
    
    .media-icons{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
    }
    
}

@media screen and (min-width: 801px) and (max-width: 1024px) { 

/* Header */
.header-circle{
    width:145%;
    margin-left: -60px;
}

.main-title h1{
    margin-top: 100px;
    margin-left: 30px;
    font-family: 'Montserrat';
    font-weight: 500;
    position: relative;
    z-index: -1;
}

.main-title p{
    display: none;
}

.header-img{
    border-radius: 300px 0px 0px 0px;
    width: 512px;
}

/* STEPS */
video{
    width: 450px; 
    margin-top: 40%;
}

/* SLICK SLIDER */
.card{
    margin-left: 200px;
    margin-right: 200px;
}
}