/*-------- CSS -------------*/
/* ------------------Reset--------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}

/*----------------- global ------------------------*/


div {
	box-sizing: border-box;
	
}

body {
	background: black;
	font-family: arial;
	
}

.container {
	display: block;
	background: url(../img/bg.jpg) center no-repeat;
	background-size: 100% 100%;
	width: 50%;
	height: 1000px;
	margin: auto;
	
}

.slogo {
	display: none;
	
	
}

.content {
	display: block;
	position: absolute;
	bottom: 10px;
	padding: 10px;
	width: 50%;
	margin: auto;
}


.logosos {
	width: 50%;
	padding: 30px;
	
	
}

.logosos img {
	display: inline-block;
	width: 100%;
	-webkit-filter: drop-shadow(10px 10px 10px #FFD700);
  filter: drop-shadow(10px 10px 10px #FFD700);
	
	
}


.descsos {
	width: 50%;
	padding: 30px;
	
}



.descsos img {
	display: inline-block;
	width: 100%;
-webkit-filter: drop-shadow(10px 10px 10px #FFD700);
  filter: drop-shadow(10px 10px 10px #FFD700);

}




@media only screen and (max-device-width: 1000px) {
	
	body {
	
	margin: auto;
	
	
}
	
	
	.container {
	background: url(../img/bg.jpg) center no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	margin: auto;
	
}
	
	.content {
	
	width: 100%;
	
}
	
	
	.slogo {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 45%;
	height: 30%;
	background: url(../img/shop-logo.png) center no-repeat;
	background-size: 100% 100%;
	
}
	
	
	
	
	
	
	
	
	
}