@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@media screen and (max-width: 1020px){
    form{
        width: 250px;
    }

    .formulario h2{
        font-size: 20px;
    }

    div .qr img{
        width: 75px;
    }

    div .qr h3{
        font-size: 15px;
    }

    footer{
        padding: 5px 4%;
    }

    footer .logo-footer img{
        width: 30px;
    }

    footer .borda{
        display: inline-block;
    }

    footer .line-footer p ion-icon{
        display: none;
    }

    footer .C-icon .ion-icon{
        font-size: 2px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1300px){
    
}