@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300);
@import url(https://fonts.googleapis.com/css?family=Gruppo);

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
   background-color:#fff;
    -webkit-font-smoothing: antialiased;
	font: 100%;
}

.topo{
	position:relative;	
	padding:0.6em;
	width:100%;
	margin:0px auto;
	height:auto;
	z-index:9;
	display:inline-block;
}
.logo{
	position: relative;
	max-width:290px;
	
	min-width:190px;
	left:0.5em;
	float:left;
}
.logo img{
	width:100%;
	height:auto;
}
.logo-m{
	position: relative;
	width:100%;
	margin:0 auto;
}
.logo-m img{
	width:90%;
	height:auto;
}
.contatos{
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	color:#9a9a9a;
	font-size:1em;
	width:auto;
	float:left;
	left:3em;
}
.contatos li{
	list-style:none;
}
.contatos a{	
	text-decoration:none;
	color:#9a9a9a;
}
.contatos a:hover{	
	color:#888888;
}

.idioma{
	position:absolute;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	font-size:0.7em;
	right:0.2em;
	bottom:0.2em;
}
.idioma a{	
	text-decoration:none;
	color:#9a9a9a;
}
.idioma a:hover{	
	color:#bbb;
}
.idiomabox{
	background-color:#e7e7e7;
}

.content{
	position:relative;	
	width:100%;
	margin:0px auto;
	display:block;
}

.barra1{
	position:relative;	
	width:100%;
	margin:0.8em;
}
.box1{
	width:24.6%;		
	float:left;
	padding:0.8em;
}
.box1m{
	width:99%;		
	float:left;
	padding:0.8em;
}
.box1 img{
	width:100%;
	height:auto;
}
.box1m img{
	width:100%;
	height:auto;
}
.box-int{
	text-align:center;	
	background-color:#f3f3f3;
}
.barra1 a{
	font-family: 'Gruppo', cursive;
	color:#9a9a9a;
	font-size:1.1em;
	text-decoration:none;
}
.barra1 a:hover{
	opacity:0.8;
}



.bg-tit{
	position:relative;
	width:100%;
	height:100%;
	
}

.galeria{
	
	position:relative;
	text-align:center;
	width:100%;
	z-index:1;
vertical-align:middle;

}
.galeria2{
	
	position:absolute;
	text-align:center;
	width:100%;
	max-height:100%;
	z-index:1;
vertical-align:middle;

  	top: 50%;
  	transform: translateY(-50%);
}
.galeria ul{
	
}
.galeria-txt{	
	color:#9a9a9a;	
	font-family: 'Gruppo', cursive;
	position:absolute;
	top:0px;
	width:100%;
	z-index:9999;
	text-align:left;
	left:2em;	
	font-size:1.1em;
}
.galeria-creditos{
	background-color:#fff;	
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	color:#9a9a9a;
	position:absolute;
	bottom:0px;
	width:100%;
	z-index:9999;
	text-align:center;
	font-size:0.8em;
	overflow:auto;
}
.tit-galeria{	
	font-family: 'Gruppo', cursive;
	color:#9a9a9a;
	font-size:1.1em;
	position:relative;
	width:100%;
	padding:0.4em;
	padding-left:0.9em;
	text-align:left;
	z-index:9;
}
.back{
	position:absolute;
	right:1em;
	top:0.8em;
	z-index:99;
}
.back a{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	color:#9a9a9a;
	font-size:1.5em;
	text-decoration:none;
}

.foto-ver{
	width:auto;
	height:70%;
}
.foto-ver2{
	width:auto;
	height:70%;
}
.foto-ver3{
	width:auto;
	height:70%;
}
.foto-hor {				
	width:100%;
	height:auto;
}
.foto-hor2 {				
	width:100%;
	height:auto;
}
.foto-hor3 {				
	width:100%;
	height:auto;
}

.foto-ver img{
	width:30%;
	height:auto;
}
.foto-ver2 img{
	width:40%;
	height:auto;
}
.foto-ver3 img{
	width:25%;
	height:auto;
}
.foto-hor img{			
	width:70%;
	height:auto;
}
.foto-hor2 img{			
	width:60%;
	height:auto;
}
.foto-hor3 img{			
	width:50%;
	height:auto;
}


.esq{
	position:absolute;
	vertical-align:middle;

  	top: 50%;
  	transform: translateY(-50%);
	left:0;
	z-index:99;
	background: rgba(255, 255, 255, .9);
	
}
.dir{
	position:absolute;
	vertical-align:middle;

  	top: 50%;
  	transform: translateY(-50%);
	right:0;
	z-index:99;
	background: rgba(255, 255, 255, .6);
}
.esq a:hover{
	background: rgba(255, 255, 255, .6);
}
.dir a:hover{
	background: rgba(255, 255, 255, .6);
}

.about{	
	position:relative;
	left:1em;
	display:inline-block;
	max-width: 1000px;
	
}
.abouttxt{
	position:relative;
	float:left;	
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	font-size:1.3em;
	color:#7b7b7b;
	padding-top:0.7em;	
	width:100%;
	max-width:1000px;
}
.abouttxt a{	
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	color:#7b7b7b;
}

.aboutphoto{
	width:100%;
	max-width:1000px;
	position:relative;
	float:left;
}
.aboutphoto img{
	width:100%;
	height:auto;
}

@media screen and (max-width: 1500px) {
  
}
@media screen and (max-width: 1000px) {
	

}
@media screen and (max-width: 880px) {
	
	body {
		font-size: 95%;
	}
	.box1{
		width:32.4%;
	}
	
}
@media screen and (max-width: 660px) {

	.esq{
		top:40%;		
	}
	.dir{
		top:40%;
	}
	body {
		font-size: 85%;
	}
	.box1{
		width:48.2%;
	}
}
@media screen and (max-width: 580px) {

	.foto-ver img{
		width:80%;
		height:auto;
	}
	body {
		font-size: 80%;
	}
	.contatos{
		left:1em;
	}
}
@media screen and (max-width: 420px) {

	.box1{
		width:99%;
	}
	
	.abouttxt{
		width:90%;
		padding:0px;
		padding-top:1em;
	}	
	.aboutphoto{
		width:100%;
	}
	
}
@media screen and (max-width: 350px) {

}




