/* =========================
   RESPONSIVE CELULAR
========================= */

@media (max-width:768px){

    .container{

        width:100% !important;

        padding-left:15px !important;

        padding-right:15px !important;

    }

    .container-fluid{

        padding-left:15px !important;

        padding-right:15px !important;

    }

    h1,
    h2,
    h3{

        font-size:28px !important;

    }

    .btn{

        margin-bottom:8px;

    }

    .table{

        font-size:14px;

    }

    .card{

        margin-bottom:15px;

    }

    img{

        max-width:100%;

        height:auto;

    }

}
