.viewdesk{
	display: block !important;
}
.viewmobile{
	display: none !important;
}

@media screen and (max-width:800px) {
	.viewdesk{
	    display: none !important;
	}
	.viewmobile{
	    display: block !important;
	}
	.conter70{
		width: 100%;
	}
	.conter60{
		width: 100%;
	}
	.conter50{
		width: 100%;
	}
	.conter40{
		width: 100%;
	}
	.conter33{
		width: 100%;
	}
	.conter30{
		width: 100%;
	}
	.stake1{
		background: #fff !important;
	}
	.conterdestacado1{
		width: 100%;
	}
	.img90a{
		width: 100%;
	}
	.conterflex{
		display: block;
	}
	.conter90left{
		float: none;
		margin: 0 auto;
	}
	.conter90right{
		float: none;
		margin: 0 auto;
	}
	.cocastake{
		position: relative;
		margin: 0 auto;
		display: block;
		left: 0;
		bottom: 0;
	}
	.padbottom100apx{
		padding-bottom: 30px;
	}
	tr{
		width: 100vw;
		display: block;
	}
	td{
		width: 100vw;
		display: block;
	}
}






















































