html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
table{border-collapse:collapse;border-spacing:0}
* {
	outline: none;
}
a{
	text-decoration: none;
}
/*
	XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
	SEMANTICA
	XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
*/
body{
    overflow-x: hidden;
}
html,
body {
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always;
	font-family: 'Oxygen', sans-serif;

}
.proemma{
    width: 100%;
    display: flex;
    min-height: 100vh;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.proemma:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 50vw;
	height: 100vh;
    background: url(/_sws/bg_new.jpg);
    background-size: cover;
    background-position: right center;
    z-index: 0;
}

.cont{
	display: block;
	width: 100%;
	position: relative;
}

.info{
	margin-left: 50vw;
	width: 50vw;
}

.in{
	max-width: 500px;
	margin: 0px auto;
}

.in img{
	max-width: 400px;
}

h1{
	color: #fff;
}

p{
	line-height: 30px;
	font-size: 20px;
	position: relative;
}

/*p.morada:before{
	content: "";
	position: absolute;
	width: 15px;
	height: 1px;
	background: black;
	left: -25px;
	top: 18px;
}*/

.espaco{
	height: 80px;
}

a{
	color: #000;
}
b{
	font-weight:600;
}

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

	.in img{
		max-width: 300px;
	}

	.in{
		max-width: 350px;
	}
}

@media only screen and (max-width:768px){
	.in{
	}

	.info{
		margin: 0;
		width: auto;
		padding: 100px 40px;
	}

	.proemma{
		height: auto;
		display: block;
	}

	.proemma:before{
		position: relative;
		display: block;
		width: 100%;
		height: 50vw;
	}
}

@media only screen and (max-width:760px){
	.in{
	}

	.info{
		margin: 0;
		width: auto;
		padding: 60px 40px;
	}

	.proemma{
		height: auto;
		display: block;
	}

	.proemma:before{
		position: relative;
		display: block;
		width: 100%;
		height: 50vw;
	}

	.espaco{
		height: 40px;
	}

	p{
		font-size: 16px;
		line-height: 25px;
	}
	.in img{
		max-width: 250px;
	}
}



