@media only screen and (max-width: 1200px) {
	
	
	
	.SODESKTOP{
		display: none;
	}
	
	.SOMOBILE{
		display: block;
	}
	
	
	#THEMENU{
		display: none;	
	}

	#THEMENUMOB{
		display: block;	
	}
	
	#OPTS_MENUMOB .LOGIMAGE{
		height: 50px !important;
	}
	

	.MYPROD {
		width: calc(100% - 0px - 50px);
		height: auto;
		margin-left: 50px;
		margin-top: 0px;
		margin-bottom: 30px;
	}
	
	.HI{
		width: 400px;
		position: fixed;
		height: 100vh;
		top: 0px;
		right: 0px;
	}
	
	.MYPROD {
		width: calc(100% - 400px - 50px);
		height: auto;
		margin-left: 50px;
		margin-top: 0px;
		margin-bottom: 30px;
	}
	
	.SURF {
		width: calc((100% / 4) + 1px);
		height: auto;
		float: left;
		border: 1px dotted rgba(0, 0, 0, 0.3);
		margin-top: -1px;
		margin-left: -1px;
		position: relative;
		cursor: pointer !important;
	}
	
	.SKEW{
		width: 100%;
		height: 100vh;
		background: #222 url(/MULTIQUALITA/CAT/WEB/images/FUNDO_MULTIQUALITA_MARCAS.svg?x=43) no-repeat center top;
		background-size: 100%;
		overflow: hidden;
		position: absolute;
		top: 0px;
		left: 0px;
		clip-path: polygon(
			0 0, 100% 0, 100% 300px, 0 100px
			/*0 0, 100% 0, 100% 60%, 0 150px*/
		);
	}
	
	
	.THI{
		position: absolute;
		left: 330px;
		top: 0px;
		height: 500px;
	}

	.THI_SHADOW{
		position: absolute;
		left: 330px;
		top: 0px;
		height: 500px;
		mix-blend-mode: darken;
	}
	
	#PRODUTO_ESPECIFICO {
		width: calc(100% - 450px);
		height: auto;
		float: left;
		position: absolute;
		z-index: 9999999;
	}
	
	.MYGO_1{
		width: 100%;
		height: auto;
		float: left;
		position: relative;
		top: 0px
	}
	
	.MONST_1{
		width: calc(100% - 0px);
		height: auto;
		min-height: 450px;
		min-height: 300px;
		position: relative;
		margin-left: 0px;
		float: left;
	}
	
	
	
	
	
	.LINE_1 {
		left: 200px !important;
	}

	
	
	
	
	
	.NAI_1{
		position: relative;
		width: calc(100% - 450px);
		height: auto;
		left: 0px;
		top: 0px;
	}

	.NAI_2{
		width: calc(100% - 40px);
		position: relative;
		float: left;
	}

	.NAI_3{
		width: 100%;
		max-width: 480px;
		border-bottom: 1px solid #999;
		padding-bottom: 10px;
		margin-top: 180px;
		margin-left: 50px;
		position: relative;
	}
	
	.NAI_4{
		font-size: 32px;
		line-height: 32px;
		color: #fff;
	}
	
	.NAI_6{
		width: 100%;
		position: relative;
		color: #999;
		font-weight: 400;
		margin-left: 50px;
		margin-top: 20px;
		height: 20px;
		font-size: 18px;
	}

	
	
	.NAI_7{
		display: none;
	}
	
	
	
	
	
	.KONAIMAGE{
		width: 200px;
		height: 100px;
		background: #fff;
		min-height: 200px;
		float: left;
		position: relative;
		mix-blend-mode: multiply;
	}

	.KONAIMAGE_INSIDE{
		width: 180px;
		height: 180px;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
		position: relative;
		left: 0px;
		top: 0px;
	}


	.MOS_1{
		width: calc(100% - 200px);
		position: relative;
		float: left;
	}
	
	
	.CLONE_APLICACOES{
		border-top: none !important;
		margin-top: 0px !important;
	}
	
	

	.SETAS{
		position: absolute;
		bottom: 0px;
		zoom: 2;
		width: 100%;
		text-align: center;
	}

	.SETA_1{
		float: inherit;
		display: inline-block;
		margin-left: 5px;
		margin-right: 5px;
		background-color: #e1e1e1;
		border-radius: 50%;
		background-size: 70%;
	}

	.SETA_2{
		float: inherit;
		display: inline-block;
		margin-left: 5px;
		margin-right: 5px;
		background-color: #e1e1e1;
		border-radius: 50%;
		background-size: 70%;
	}


	
	
}