@import url('https://fonts.googleapis.com/css?family=Oswald:200,400');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');

/*-------------------------
	Simple reset
--------------------------*/

*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/


html{
	position:relative;
	width: 100%;
	height: 100%;
}

body{
	background:url('../img/bg.jpg') no-repeat center center #FFF;
	background-size: cover;
	min-height: 100vh;
    padding: 0;
    color: #444;
    font-family: 'Oswald', sans-serif;
    font-weight: 200; 
	font-size: 18px;
}
h1,h2{
    line-height: 60px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 58px;
    font-weight: 500;
    color: #777;
    letter-spacing: -3.8px;
    text-align: center;
}
h2{
	line-height: 24px;
	font-size: 26px;
	letter-spacing: -1px;
	padding: 20px 0;
	border:	1px solid rgba(0,0,0,.2);
	border-radius: 50px;
}
h3{
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
}
a, a:visited {
	text-decoration:none;
	outline:none;
	color: #444;
}
.content a:hover h2 {
	background: #EEE;
	color: #0B6ED4;
	border:	1px solid #0B6ED4;
}

a:hover{
	text-decoration:none;
	opacity: 0.7;
}

section, footer{
	display: block;
}

.logo,
.logo span,
.logo:after,
.logo:before{
	position: absolute;
	left: 50%;
	display: block;
}
.logo{
	top:30%;
	width: 340px;
	height: 150px;
	margin: -75px 0 0 -170px;
}
.logo:after{
	top: 0;
	width: 280px;
	height: 150px;
	margin: 0 0 0 -140px;
	content: '';
	background:url('../img/logo.png') no-repeat center center;
	background-size:100%; 
}
.logo span{
	display: none;
	opacity: 0;
	visibility: hidden;
}



/*----------------------------
	Main Section
-----------------------------*/
span.text{
	display: inline-block;
	width: 16px;
	text-align: center;
}
.content{
	position: absolute;
	top: 52%;
	left: 50%;
	width: 340px;
	height: 200px;
	margin: -100px 0 0 -170px;
}
.content p,
.content a{
	line-height: 34px;
	margin: 0 auto;
	padding: 0;
}

.contact{
	padding: 10px 35px;
	margin: 15px auto;
}
.content .contact a,
.content .contact p{
	position: relative;
	display: block;
    font-size: 18px;
    height: 26px;
    line-height: 24px;
    padding-left: 30px;
}
.content .contact p{

}
.content .contact a i{
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
}
.content .contact a.email i{
	background: url('../img/icon-email.png') center no-repeat;
	background-size: 100%;
}
.content .contact a.whatsapp i{
	background: url('../img/icon-whatsapp.png') center no-repeat;
	background-size: 100%;
}
.content .contact a.instagram i{
	background: url('../img/icon-instagram.png') center no-repeat;
	background-size: 100%;
}
/*----------------------------
	The Footer
-----------------------------*/


footer{
	background-color: #222;
	bottom: 0;
	box-shadow: 0 -1px 2px #111111;
	height: 30px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100000;
}

.content-footer{
	position: relative;
	width: 100%;
}

footer a,
footer h6{
	position: absolute;
	top: 8px;
	width: 50%;
	display: inline-block;
	color: #FFF;
	font-size: 12px;
	font-weight: 200;
}
footer h6{
	left: 50px;
}
footer h6.copy{
	right: 50px;
	left: inherit;
	text-align: right;
}
footer a{right: 50px;}


/************************************

    RESPONSIVE 

/************************************/

/* 1366px X 768px */
@media screen and (max-width: 1366px){
	.content { top: 60%; }
}

/* 1280px X 800px | 1280px X 720px */
@media screen and (max-width: 1280px){}

/* 1136px X 640px */
@media screen and (max-width: 1136px){}

/* 1080px X 1920px */
@media screen and (max-width: 1080px){
	.logo { top: 35%; }
	.content { top: 60%; }
}

/* 1024x X 800px */
@media screen and (max-width: 1024px){
	.logo { top: 25%; }
	.content { top: 55%; }
}

/* 960px X 540px */
@media screen and (max-width: 960px){
	.logo { top: 20%; }
	.content { top: 60%; }
}

/* 800px X 480px | 800px X 1280px */
@media screen and (max-width: 800px){}

/* 720px X 720px | 720px X 1280px */
@media screen and (max-width: 720px){}

/* 640px X 1024px | 640px X 1136px */
@media  screen and (max-width: 640px){

}

/* 480px X 720px | 480px X 800px  */
@media  screen and (max-width: 480px){
	.logo {
	 	width: 300px;
		margin: -75px 0 0 -150px;
	}
	.logo::after {
		width: 220px;
  		margin: 0 0 0 -110px;
	}
	.content {
		width: 300px;
		margin: -100px 0 0 -150px;
	}
	.contact {
  		padding: 10px 15px;
	}

}

/* 360px X 480px |  */
@media  screen and (max-width: 360px){

}