﻿@import url('http://fonts.googleapis.com/css?family=Montserrat'); /* MENU */
	/* font-family: 'Montserrat', sans-serif; */
@import url('http://fonts.googleapis.com/css?family=Raleway'); /* TEXTO */
	/* font-family: 'Raleway', sans-serif; */
@import url('http://fonts.googleapis.com/css?family=Lato'); /* H2, H3 */
	/* font-family: 'Lato', sans-serif; */
@import url('http://fonts.googleapis.com/css?family=Titillium+Web'); /*  */
	/* font-family: 'Titillium Web', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+Mono'); /* DOTS */
	/* font-family: 'Noto Sans Mono', sans-serif; */

@font-face {
	font-family: 'gotham_medium';
	src: url('fonts/gotham_medium.eot');
	src: 
		url('fonts/gotham_medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/gotham_medium.woff') format('woff'),
		url('fonts/gotham_medium.ttf') format('truetype'),
		url('fonts/gotham_medium.svg#gotham_medium') format('svg');
}
@font-face {
	font-family: 'gotham_rounded_book';
	src: url('fonts/gotham_rounded_book.eot');
	src: 
		url('fonts/gotham_rounded_book.eot?#iefix') format('embedded-opentype'),
		url('fonts/gotham_rounded_book.woff') format('woff'),
		url('fonts/gotham_rounded_book.ttf') format('truetype'),
		url('fonts/gotham_rounded_book.svg#gotham_rounded_book') format('svg');
}
@font-face {
	font-family: 'gotham_rounded_medium';
	src: url('fonts/gotham_rounded_medium.eot');
	src: 
		url('fonts/gotham_rounded_medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/gotham_rounded_medium.woff') format('woff'),
		url('fonts/gotham_rounded_medium.ttf') format('truetype'),
		url('fonts/gotham_rounded_medium.svg#gotham_rounded_medium') format('svg');
}

/* RESET */
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	width: 100%;
}

a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
   cursor: pointer;
}

/* LINKS */
a, a:link, a:hover, a:visited, a:active {
  text-decoration: none;
  color: black;
}
a img {
  border: none;
}

body {
	background-color: #FFFFFF;
	font: 14px/20px 'Raleway', sans-serif;
	/*font: 14px/20px 'gotham_rounded_book', sans-serif;*/
}
.lato {
	font-family: 'Lato', sans-serif;
}


/* COOKIES */
#cookies {	
	width: 100%;
	height: 43px;
	margin: 0 auto;
	padding-left: 1%;
	padding-top: 5px;
	font-size: 1.2em;
	clear: both;
	font-weight: bold;
	color: #333;
	bottom: 0px;
	position: fixed;
	left: 0px;
	background-color: #FFF;
	opacity: 0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	transition: bottom 1s;
	-webkit-transition:bottom 1s; /* Safari */
	-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
	-moz-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
	box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
	z-index: 999999999;
}
#cookies:hover {
	bottom: 0px;
}
#cookies a {
	color: #008AAC;
	font-weight: bold;
}
#cookies button {
	margin: 0 5px;
	padding: 2px 10px;

	border: 2px solid #008AAC;
	background-color: #FFFFFF;
	color: #008AAC;
	
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
#cookies button:hover,
#cookies button:focus {
	background-color: #008AAC;
	color: #FFFFFF;
}

#cookies p {
	display: inline;
}

/* HOME */
#home {
	width: 100%;
	height: 100%;
	position: relative;

	background-color: #008AAC;
	background-image: -webkit-gradient(
		linear,
		left top,
		right bottom,
		color-stop(0, #008AAC),
		color-stop(1, #92D600)
	);
	background-image: -o-linear-gradient(right bottom, #008AAC 0%, #92D600 170%);
	background-image: -moz-linear-gradient(right bottom, #008AAC 0%, #92D600 170%);
	background-image: -webkit-linear-gradient(right bottom, #008AAC 0%, #92D600 170%);
	background-image: -ms-linear-gradient(right bottom, #008AAC 0%, #92D600 170%);
	background-image: linear-gradient(to right bottom, #008AAC 0%, #92D600 170%);
}
#home #home_center {
	height: 100%;
	display: table;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 90%;
	margin: 0 5% 0 5%;
}
#home #home_center #home_center_align {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#home #home_center #home_center_align h1 {
	display: none;
}
#home #home_center #home_center_align #down_arrow {
	width: 90%;
	margin: 0 5% 0 5%;
}
#home #home_center #home_center_align #down_arrow a {
	
}
#home #home_center #home_center_align #down_arrow img {
	width: 64px;
	height: 64px;
	padding: 8px 5px 2px 5px;

	border: 2px solid #FFFFFF;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	behavior: url("css3Pie/PIE.htc");
}

/* HEADER */
header {
	width: 100%;
	height: 60px;
	position: relative;
	z-index: 1000;
	
	padding: 15px 0 0 0;
	text-align: center;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3) !important;
}
header #nav {
	max-width: 950px;
	height: 60px;
	margin: 0 auto;
}
header #nav #headerLeft {
	float: left;
	width: 15%;
}
header #nav #headerLeft img {
	
}
header #nav #headerRight {
	float: left;
	width: 85%;
}
header #nav #headerRight nav {
	float: right;
}
header #nav #headerRight nav ul {
	width: 100%;
	height: 50px;
	position: relative;
	display: block;

	list-style: none outside none;

	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
header #nav #headerRight nav ul li {
	width: 145px;
	height: 30px;
	display: inline-block;
	
	padding: 15px 5px 5px 0;

	text-align: right;
}
header #nav #headerRight nav ul li a {
	width: 145px;
	height: 30px;

	margin: 15px 0 15px 0;

	color: #000000;
}
header #nav #headerRight nav ul li:nth-child(3) {
	width: 165px;
}
header #nav #headerRight nav ul li:nth-child(3) a {
	width: 165px;
}
header #nav #headerRight nav ul li:nth-child(4) {
	width: 125px;
}
header #nav #headerRight nav ul li:nth-child(4) a {
	width: 125px;
}
header #nav #headerRight nav ul li a.active,
header #nav #headerRight nav ul li a:hover,
header #nav #headerRight nav ul li a:focus {
	color: #008AAC;
}

header #nav #headerRight nav a#pull {
    display: none;
	color: #000000;
}

/* CONTENT */
section {
	color: #000000;
	background-color: #EEEEEE;
}
section .container {
	max-width: 950px;
	height: 1200px;
	margin: 0 auto;
	padding: 120px 0 0 0;
}

/* H2 */
section .container h2 {
	position: relative;
    width: 300px; 
	margin: 0 auto;
	padding: 0 0 10px 0;

	border-bottom: 5px solid #008AAC;

	color: #000000;
	font-family: 'Titillium Web', sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
section .container h2:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0.5em;
    height: 0.45em;
    width: 5px;
    background: #008AAC;
}
section .container h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    height: 0.45em;
    width: 5px;
    background: #008AAC;
}
section .container h2:focus {
    outline: solid transparent;
}

/* IMAGE SEPARATOR */
.img_container {
	width: 100%;
	height: 500px;
    background-color: #EEEEEE;
}
.img_container img {
	width: 100%;
	height: 100%;
}

.img_background {
	height: 500px;
	background-color: #EEEEEE;
}
.background {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-position: 50% 50%9 !important;
}
.fullscreen,
.content-a {
    width: 100%;
    min-height: 100%;
}
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height: 100%;
    overflow: hidden;
}

.content-a {
    display: table;
}
.content-b {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
}

	/* US & SERVICES */
	section#us,
	section#services {
		
	}
	section#us .text,
	section#services .text {
		margin: 50px 5%;

		font-size: 20px;
		text-align: center;
	}
	section#us .text img,
	section#services .text img {
		width: 100%;
		margin: 10px 0 60px 0;
	}
	section#us .text p,
	section#services .text p {
		padding: 5px 0;
		line-height: 26px;
		text-align: justify;
	}
	section#us .text div.center,
	section#services .text div.center {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100px;
	}
	section#us .text div.center p.dots,
	section#services .text div.center p.dots {
		font-family: 'Noto Sans Mono', sans-serif;
		line-height: 60px;
		font-size: 60px;
		text-align: center;
		margin: -40px 0 0 0;
	}

	/* CONTACT */
	section#contact .container {
		height: 350px;
		min-height: 350px;
	}
	section#contact .contact_col {
		float: left;
		width: 30%;
		height: 225px;

		text-align: center;

		color: #000000;
		background-color: #FFFFFF;
		border: 0;
		border-radius: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		behavior: url("css3Pie/PIE.htc");
	}
	section#contact #contactLeft {
		margin: 50px 3% 0 0;
	}
	section#contact #contactMiddle {
		margin: 50px 1.5% 0 1.5%;
	}
	section#contact #contactRight {
		margin: 50px 0 0 3%;
	}
	section#contact #contactLeft img,
	section#contact #contactMiddle img,
	section#contact #contactRight img {
		padding: 15px 0;
	}
	section#contact #contactLeft p,
	section#contact #contactMiddle p,
	section#contact #contactRight p {
		padding: 10px 0;
	}

#map{
	width: 100%;
	height: 500px;

	border: 0;
}

/* FOOTER */
footer {
	position: relative;
	z-index: 100;
	height: 40px;
	padding: 10px 0;

	background-color: #FFFFFF;

	text-align: center;

	-webkit-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.3) !important;
}
footer .container {
	max-width: 950px;
	height: 100%;
	margin: 0 auto;
}