@font-face {
	font-family: "GT Eesti";
	font-weight: Light;
	src: url("../fonts/GTEestiProDisplay-Light.ttf");
}

@font-face {
	font-family: "Founders";
	font-weight: bold;
	src: url("../fonts/FoundersGrotesk-Bold.eot");
	src: local("☺"),
		url("../fonts/FoundersGrotesk-Bold.woff") format("woff"),
		url("../fonts/FoundersGrotesk-Bold.svg") format("svg");
}

body{
	font-family: "Founders";
	font-weight: bold;
}

::selection{
	background: #000;
	color: #fff;
}

.row{
	max-width: 90rem;
}

a{
	text-decoration: none;
}


#puntonorte{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-image: url('../img/puntonortebn.jpeg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.image{
    display: none;
}

.image.logo1{
    display: block;
    width: 100%;
}

.logos{
	position: relative;
	height: 45%;
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
}

.hovers{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.hovers > div{
	display: block;
	width: 3.33%;
	height: 100%;
	float: left;
}

.address{
	display: -webkit-flex;
	height: 45%;
	align-items: flex-end;
}

.address h2{
	font-family: "Founders", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.25rem;
	margin-bottom: 0;
}

.address h2 span{
	font-size: 0.5rem;
	vertical-align: top;
}

.address h2:last-child{
	margin-left: 5rem;
	margin-top: 0;
	margin-bottom: 3rem;
}

.address h2:last-child span:last-child{
	margin-left: -5rem;
	font-size: 1.25rem;
	vertical-align: baseline;
}

.address img{
	width: 35%;
	margin-bottom: 3rem;
	margin-left: 3rem;
}

.address .columns:last-child{
	z-index: 5;
}

.mail{
	text-align: center;
	z-index: 5;
}

.mail a{
	font-family: "GT Eesti", serif;
	display: block;
	margin: 0 auto 3rem auto;
	font-size: 1.5rem;
	text-align: center;
	color: #fbfafa;
}

.mail a:hover{
	font-family: "Founders", sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 1rem;
}

.image-mobile{
	display: none;
}

.links, .social, .maps, .social2{
	z-index: 999;
}

.links {
    display: -webkit-flex;
    height: 10%;
    align-items: center;
}

.links .columns.social:first-child{
	text-align: left;
}

.social2{
	text-align: center;
}

.social a{
	font-family: "GT Eesti", serif;
	font-size: 1rem;
	color: #ffffff;
	margin-left: 3rem;
}

.social2 a{
	font-family: "GT Eesti", serif;
	font-size: 1rem;
	color: #fff;
}

.maps a {
    font-family: "Founders", sans-serif;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    float: right;
    margin-right: 3rem;
}

.social a:hover, .social2 a:hover{
	font-family: "Founders", sans-serif;
	text-transform: uppercase;
}

.maps a:hover{
	font-family: "GT Eesti", serif;
	font-size: 1rem;
}

/*/// iPad ///*/

@media screen and (min-width: 40em) and (max-width: 64.063em){

	.hovers{
		display: none;
	}

	.image-holder{
		display: none;
	}

	.image-mobile{
		display: block;
	}

	.links{
		align-items: center;
	}

	.logos{
		height: 40%;
	}

	.address {
	    height: 50%;
	}

	.social a{
		color: #fff;
	}

	.mail a, .address h2{
		color: #ffffff;
	}

}

@media screen and (min-width: 40em) and (max-width: 64.063em) and (orientation: landscape){
}

/* // iPhone //*/

@media screen and (max-width: 39.9375em){

	.logos{
		height: 35%;
    	align-items: center;
	}

	.hovers, .image-holder, .address > div:first-child{
		display: none;
	}

	.image-mobile, .address, .links{
		display: block;
	}

	.links{
		height: auto;
		padding-top: 2rem;
	}

	.address h2, .social a, .maps a{
		text-align: center;
	}

	.social a{
		margin-left: 0;
		display: block;
		margin: 0 auto;
		color: #fff;
	}

	.maps a{
		float: none;
		margin-right: 0;
		display: block;
		margin: 0 auto;
		color: #ffffff;
	}

	.address h2{
		color: #ffffff;
		line-height: 1.15;
	}

	.address a{
		margin-top: 0;
		margin-bottom: 1rem;
		color: #ffffff;
	}

	.social a, .social2 a, .maps a{
		font-family: "Helvetica";
		font-size: 1rem;
		color: #fff;
		line-height: 1.15;
	}
}

@media screen and (max-width: 39.9375em) and (orientation: landscape){
	#puntonorte{
		overflow: visible;
		height: auto;
	}

	.logos{
		padding-top: 3rem;
		height: 100%;
	}
}