/*----------------------*/
/*Pablo Solórzano - 2017*/
/*----------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:200,300');

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fafafa;
	z-index: 9999;
}

#cloader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 120px;
	height: 120px;
	margin: -75px 0 0 -75px;
	border: 4px solid #00698C;
	border-radius: 50%;
	border-top: 4px solid #00BCD4;
	width: 90px;
	height: 90px;
	-webkit-animation: spin 900ms linear infinite;
	animation: spin 900ms linear infinite;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

body{
	font: 300 16px/26px 'Raleway', sans-serif;
	color: #00698C;
	-webkit-font-smoothing: antialiased;
	position: relative;
}

a {
	color: inherit;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

.hideme {
	opacity:0;
}

.bg-intro{
	position: relative;
	min-height: auto;
	height: 100vh;
	background-color: #00698C;
	background: url("../img/bg_2.jpg") center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;
	background-attachment: fixed;
}

.intro-container{
	display: inline-block;
	margin-top:8em;
}

.intro-logo{
	max-width: 100%;
}

.intro-liner{
	border-bottom:1px solid #9db5cb;
	margin-top: 2em;
}

.slogan{
	margin-top: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	font-size: 40px;
	line-height: 1.167;
	color: #ffffff;
	text-transform: uppercase;
}

/*************/
.intro-text{
	margin-top: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	font-size: 140px;
	line-height: 1.167;
	color: #ffffff;
	/*text-transform: uppercase;*/
}
/*************/