*			{ margin:0; outline:0; padding:0; box-sizing:border-box; }
.transition-fade	{ transition:0.4s; opacity:1; }
html.is-animating
.transition-fade	{ opacity:0; transform:translateY(15px); }

a,a:hover,a *,a:hover *	{ transition:all 0.3s ease; text-decoration:none; }
body			{ font:16px / 1.4 'sourcesanspro', sans-serif; width:90%; max-width:900px; margin:50px auto; }
header			{ margin-bottom:30px; text-align:center; }
nav			{ background:#61bab3; border-radius:4px; text-align:center; }
nav a			{ color:white; display:inline-block; padding:10px 20px; }
nav a:hover		{ background:rgba(0,0,0,0.1); }
nav a.lang		{ border:1px white solid; border-radius:3px; font-size:11px; padding:3px 5px; text-transform:uppercase; transform:translate(25px, -1.5px); }
h1			{ color:#61bab3; font-weight:normal; margin:40px 0 36px 0; text-align:center; }
h2			{ color:#61bab3; font-weight:normal; margin:30px 0 24px 0; text-align:center; }
main img		{ border:1px #ddd solid; border-radius:4px; display:block; width:100%; height:auto; }
p,ol,ul			{ margin:0 auto 20px auto; max-width:720px; }
footer			{ margin:50px auto; text-align:center; }
footer a		{ color:#eda648; }
footer a:hover		{ color:#ee0; }

.center			{ text-align:center; }
.columns		{ margin:0 auto 20px auto; max-width:720px; }
.columns ul		{  }
.columns ul ::marker	{ color:#4280c0; }
.cols			{ display:inline-block; font-size:20px; }
.valores .col-1		{ width:55%; }
.valores .col-2		{ width:44%; }
.certificados .col-1	{ width:45%; }
.certificados .col-2	{ width:50%; vertical-align:top; }
.galeria img		{ border:none; border-radius:0 !important; display:block; }
.galeria img + img	{ margin-top:30px; }
.proyecto		{ background:url(/_/pintor.jpg) no-repeat left bottom; background-size:cover; border:1px #ddd solid; border-radius:4px; height:0; margin:50px 0; padding-bottom:38%; position:relative; }
.proy			{ color:#4280c0; width:300px; margin:40px 0 0 40px; }
.rows			{ background:#4280c0; border-radius:4px; color:white; display:inline-block; padding:10px 20px; }
.row1			{ display:inline-block; padding:20px; text-align:right; }
.row2			{ display:inline-block; padding:20px; text-align:left; }
.spacer			{ text-align:center; }
.spacer	> div		{ display:inline-block; height:4px; width:33.3%; }
.sp1			{ background:#61bab3; }
.sp2			{ background:#4280c0; }
.sp3			{ background:#eda648; }


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

	nav a.home		{ display:none; }
	nav a			{ color:white; display:inline-block; padding:10px 5px; }
	nav a:hover		{ background:none; }
	nav a.lang		{ transform:translate(5px, -1.5px); }
	nav a.lang span		{ display:none; }
	.row1			{ padding:20px 20px 0 20px; }
	.row2			{ padding:0 20px 20px 20px; }
	.columns		{ margin:0 auto 35px auto; width:80%; }
	.columns ul		{ margin-bottom:0; }
	.valores .col-1		{ width:100%; }
	.valores .col-2		{ width:100%; }
	.certificados .col-1	{ width:100%; }
	.certificados .col-2	{ width:100%; }
	.proyecto		{ background:url(/_/pintor.jpg) no-repeat right bottom; background-size:cover; border:1px #ddd solid; border-radius:4px; height:0; margin:50px 0; padding-bottom:55%; position:relative; }
	.proy			{ margin:20px; text-align:center; width:auto; }

}

@font-face {
	font-family: 'sourcesanspro';
	src:	url('_/sourcesanspro.woff2') format('woff2'),
		url('_/sourcesanspro.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}