

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .jc-welcome-img-principal{
        width: 100% ;
    }

      /* 

    .card-jc-arquivos{
        padding: 20px;
        text-align: justify;
        margin-bottom: 5px;
    }

*/

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

 
    .jc-welcome-img-principal{
        width: 100% ;
    }

      /* 

    .card-jc-arquivos{
        padding: 20px;
        text-align: justify;
        margin-bottom: 5px;
    }
    */

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

  
    .jc-welcome-img-principal{
        width: 60% ;
    }

      /* 

    .card-jc-arquivos{
        padding: 20px;
        text-align: justify;
        margin-bottom: 5px;
    }
    */

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

 
    .jc-welcome-img-principal{
        width: 60% ;
    }


    /* 
    .card-jc-arquivos{
        padding: 20px;
        text-align: justify;
        margin-left: 5px;
        margin-right: 5px;
        width: 32%;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    */
   

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    .jc-welcome-img-principal{
        width: 60% ;
    }

        
    .jc-logo-cadastro{
        width: 30%;
    }

    .jc-titulo-form{
        width: 15%;
    }


    /* .card-jc-arquivos{
        padding: 20px;
        text-align: justify;
        margin-left: 5px;
        margin-right: 5px;
        width: 32%;
        margin-top: 5px;
        margin-bottom: 5px;
    }
   */


}
