
.is_mobile{ display: none; }
.is_desktop{ display: block; }

@media only screen and (max-width: 991px){

	.image-fix{ 
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		z-index: 0;

		background-color: #0d0e7b;
		background-image: url('../images/fundo-mobile.png');
		background-image: url('../images/KV-Lojacorr-01-mobile.jpg');
		background-position: top left;
		background-size: cover;
		background-repeat: no-repeat;	
	}	

	.is_mobile{ display: block !important; }
	.is_desktop{ display: none !important; }


	h1, h2, h3, h4, h5, h6{ }

	h1 { font-size: 1.25rem !important; }
	h2 { font-size: 1.20rem !important; }
	h3 { font-size: 0.90rem !important; }


	/* MAIN */
		main{
			height: auto !important;  
			padding: 10px 0 !important;  
		}

		.content-wrapper {
		    margin-top: 10vh !important;
		    min-height: 50vh !important;
		}		


	/* CARDS */
		.card.card-login{ 
			width: 100% !important;  
		}
		.card.card-contagem{ 
			width: 100% !important;  
		}

		.cardLang {
			min-height: 270px;
			min-width: 200px !important;
			max-width: 100% !important;
		}
		.cardLang .card-body {
			padding: 0.25rem !important;
		}
		.itemLang {
			min-width: 48% !important;
		}

	/* BUTTONS */
		.btn-primary {
			padding: .5rem 1.5rem !important;
			font-size: .85rem !important;
		}
		.btn-cadastro {
			font-size: 0.90rem !important;
		}


	/* INSCRICAO */
		.card.card-contagem .card-body {
			padding: 25px 10px !important;
			color: black;
		}
		.flex-is-associado{
			flex-direction: column !important;
		}
		.flex-form {
			padding: 0px 0 !important;
			width: 100%;
			padding-bottom: 20px !important;
		}

}

@media only screen and (min-width: 1920px){

}