@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two);
@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans+Thai:100,700);
@import url(https://fonts.googleapis.com/css?family=Rajdhani:300,500,700);
@import url(https://fonts.googleapis.com/css?family=Tourney:100,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,500,700);

/*-------------------------

    PALLET COLOR BG BLUE
    #031834 (3,24,52)
    #073158 (7,49,88)
    #0D579C (13,87,156)
    #106EC7 (16,110,200)


	PALLET COLOR
	yeloow 	#FABC3F
	orange 	#E85C0D
	red1	#C7253E
	red2	#821131

- - - - - - - - - - - - -
	[ BODY ]
	background-color: #031834;

	[ TÍTULO h1 ]
	font-size: 28px;
	font-family: lato;
	font-weight: bold;
	color: #FABC3F;
	text-transform: uppercase;
	line-height: 1.15;

	[ TÍTULO h2 ]
	font-size: 24px;
	font-family: lato;
	color: #FABC3F;
	text-transform: uppercase;
	line-height: 1.15;

	[ TÍTULO h3 ]
	font-size: 28px;
	font-family: montserrat;
	font-weight: bold;
	color: #FFF;
	padding: 10px;
	text-transform: uppercase;
	line-height: 1.15;

	[ p1 ]
	font-size: 16px;
	font-family: montserrat;
	color: #FFF;
	line-height: 1.15;

	[ p2 ]
	font-size: 14px;
	font-family: montserrat;
	color: #FFF;
	text-transform: uppercase;
	line-height: 1.15;

	[ p3 ]
	font-size: 12px;
	font-family: arial;
	color: #FFF;
	text-transform: uppercase;
	line-height: 1.15;

	[ btn-blue ]
	font-size: 14px;
	font-family: montserrat;
	font-weight: bold;
	color: #FFF;
	backgroud: #106EC7;
	text-transform: uppercase;
	line-height: 1.15;
	border-radius: 10px;

	[ btn-orange ]
	font-size: 14px;
	font-family: montserrat;
	font-weight: bold;
	color: #FFF;
	backgroud: #E85C0D;
	text-transform: uppercase;
	line-height: 1.15;
	border-radius: 10px;




--------------------------*/


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

*{
	margin:0;
	padding:0;
}


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


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

body{
	background:url('../img/bg.png') no-repeat center center #0d0808;
	background-size: cover;
	min-height: 600px;
    padding: 0;
    color: #9A9A9A;
    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: 700;
    color: #9A9A9A;
    letter-spacing: -3.8px;
}
h2{
	margin: 60px auto;
	line-height: 24px;
  	font-size: 40px;
  	letter-spacing: 10px;
  	font-weight: 700;
  	text-transform: uppercase;
}
h2 span{
	font-size: 20px;
	line-height: 30px;
  	letter-spacing: -0.1px;
  	font-weight: 500;
  	text-transform: uppercase;
}

h3{
	margin: 10px auto 20px auto;
	font-size: 18px;
	line-height: 18px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	color: #9A9A9A;
}

a.btn,
.content a.btn{
 	width: 200px;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    display:block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    border: 1px solid #821131;
    color: #821131;
    border-radius: 10px;
    letter-spacing: 1.2px;
    background: #FABC3F;
    text-shadow: 0 0 0 rgba(0,0,0,0);

    -webkit-transition: all ease-in 0.15s;
    -moz-transition: all ease-in 0.15s;
    -ms-transition: all ease-in 0.15s;
    -o-transition: all ease-in 0.15s;
    transition: all ease-in 0.15s;
}

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

section, footer{
	display: block;
}
/*
.logo{
	position: absolute;
	top: 30%;
	left: 50%;
	display: block;
	width: 240px;
	height: 150px;
	margin: 0 0 0 -120px;
	overflow: hidden;
	text-indent: -5000px;
	background:url('../img/logo.png') no-repeat center center;
	background-size:100%; 
	opacity: .7;
}
*/
.logo{
	display: block;
	width: 300px;
	height: 300px;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 100;
	line-height: 40px;
	letter-spacing: 26px;
}
.logo span{
	display: block;
	font-size: 112px;
	font-weight: 700;
	letter-spacing: -2.8px;
	line-height: 86px;
	color: #9A9A9A;

}

/*----------------------------
	Main Section
-----------------------------*/
span.text{
	display: inline-block;
	width: 16px;
	text-align: center;
}
.content{
	position: absolute;
	top: 20%;
	left: 50%;
	width: 340px;
	height: 650px;
	margin: -100px 0 0 -170px;
	text-align: center;
}

.content a{
	line-height: 34px;
	margin: 0 auto;
	padding: 0;
}

.content p,
span.subtitle{
	font-family: 'Rajdhani', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 16px;
	letter-spacing: -0.8px;
	margin: 0 auto;
	padding: 0;
}
span.subtitle{
  letter-spacing: 0.3px;
  margin: 10px 0 0 6px;
  font-weight: 300;
}

.contact{
	padding: 10px 60px;
	margin: 15px auto;
	border-top: 1px solid #A0A0A0;
}
.content .contact a,
.content .contact p{
	position: relative;
	display: block;
    font-size: 18px;
    height: 26px;
    line-height: 24px;
    padding-left: 30px;
    text-align: left;
}
.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-2.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.whatsapp {
	font-size: 14px;
}
.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: 6px;
	display: inline-block;
	color: #FFF;
	font-size: 11px;
	font-weight: 200;
}
footer h6{
	left: 50px;
}
/*
footer h6.copy{
	width: 300px;
	right: 50px;
	left: inherit;
}
*/
footer h6.copy{
	width: 300px;
	left: 50%;
	margin-left:-150px;
	text-align: center;
}
footer a{right: 50px;}



@media screen and (max-width: 1366px){
	.logo {
    	top: 10%;
	}
	.content {
    	margin: -140px 0 0 -170px;
	}
}
@media screen and (max-width: 720px){
	.logo{
		top:18%;
	}
	h1 {
    	line-height: 42px;
	    font-size: 42px;
    	letter-spacing: -3.2px;
	}
	h3 {
	    font-size: 18px;
    	line-height: 20px;
	}
	.content{
		margin: -234px 0 0 -160px;
	}

	footer a,
	footer h6{
		width: 100%;
		text-align: center;
	}
	footer h6{
		left: 0px;
	}
	footer a{
		top: 28px;
		right: 0px;
	}	
}

@media screen and (max-width: 480px){
	.logo {
  		top: 12%;
	}
	.content {
    	margin: -110px 0 0 -170px;
	}
}
