@font-face {
	font-family: 'Graphik';
	src: url(../fonts/HKGrotesk/WEB/HKGrotesk-Bold.woff) format("woff");
	font-weight: 500;
	font-style: normal;
	font-stretch: normal
}

@font-face {
	font-family: 'Graphik-SemiBold';
	src: url(../fonts/HKGrotesk/WEB/HKGrotesk-SemiBold.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-stretch: normal
}

@font-face {
	font-family: 'Graphik-Regular';
	src: url(../fonts/HKGrotesk/WEB/HKGrotesk-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-stretch: normal
}

.card-body{
    padding: 0em;
}

#cadastroWizard.card-body{
    margin-left: 0%;
    margin-right: 0%;
}

.sw .toolbar {
    padding: 0rem!important;
    display: none!important;
}

.btn-toolbar.justify-content-between{
    padding: 9%!important;
}

/* 
============================================START MEDIAQUERY 6=============================================
=>EspecificaÃ§Ãµes da regra/condiÃ§Ã£o da Media Query

#DEVICE = Most of the Smartphones Mobiles (Portrait)
#SCREEN = B/w 320px to 479px
==============================================END MEDIAQUERY 6=============================================
*/
@media (min-width: 320px) and (max-width: 480px) {
    
    .card-body{
        padding-left: 1%!important;
        padding-right: 1%!important;
    }

    #smartwizard-validation{
        border: none;
    }

    .form-label-group.in-border#select-form-cadastro, .form-label-group.in-border#label-group-numero, .col-md.mb-3{
        margin-bottom: 0%!important;
    }
   
    #registerCard{
        padding-right: 1%;
        padding-left: 1%;
        height: 100%;
        width: 100vh!important;
        margin-top: 0em!important;
    }

    #registerCard.grosafetyLoginCard{
        border: none;
        box-shadow:none;
        border-radius: none;
    }

    #informacoes-cadastro.tab-pane,#informacoes-endereco.tab-pane,#informacoes-login.tab-pane{
        padding-bottom: .5rem!important;
    }

    #grosafetyCardLogo{
        width: 200px!important;
    }

    #cardSectionLogo.text-center.mb-2{
        margin-bottom: 0%!important;
    }

    #registerCardHeader.card-header{
        padding: .75rem 1.25rem 0rem 1.25rem!important;
    }

    #registerContainer{
        height: 100vh;
    }

    .wizard .tab-content #informacoes-login, .wizard .tab-content #informacoes-endereco.tab-pane, .wizard .tab-content #informacoes-cadastro.tab-pane {
        padding: .75rem 1.25rem 0rem 1.25rem!important;
    }

}


