/**************
 *    FONT    *
 **************/

@font-face {
    font-family: Aquawax;
    src: url(../fonts/aquawax/bold.ttf) format("truetype");
    font-weight: bold;
}
@font-face {
    font-family: Aquawax;
    src: url(../fonts/aquawax/medium.ttf) format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: Aquawax;
    src: url(../fonts/aquawax/light.ttf) format("truetype");
    font-weight: 100;
}


/***********************
 *    CONFIGURATION    *
 ***********************/

*,
*:before,
*:after {
  box-sizing: border-box;
}

 /* new clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

body {
	margin: 0;
	background-color: rgb(231,231,231);
	font-family: Aquawax, Roboto, Arial, sans-serif;
}

p {
	font-family: Aquawax;
}


.anchor{
   display:block;
   height:80px; /* this is the height of your header */
   margin-top:-80px; /* this is again negative value of the height of your header */
   visibility:hidden;
} 

.clear {
	clear: both;
}

.helper {
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.red {
	color: rgb(255,0,0);
}

.center-vertical {
	vertical-align: middle;
}

.shade {
	display: inline-block;
	background-color: rgba(255,255,255,0.5);
	overflow: auto;
}

.unit-parent {
	text-align: center;
}

.unit {
	width: 960px;
	margin: 0 auto;
	padding-top: 30px;
}


.unit .title {
	font-family: Aquawax;
	font-size: 35px;
	color: rgb(255,0,0);
}

.unit-content {
	margin-top: 50px;
	margin-bottom: 30px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.who .info {
	font-family: Aquawax;
	font-size: 15px;
	width: 50%;
	text-align: left;
	font-weight: normal;
}

.image {
	width: 40%;
}

/****************
 *    HEADER    *
 ****************/

header {
	background-color: black;
	top: 0;
	width: 100%;
	height: 80px;
	text-align: center;
	position: fixed;
}

header .nav {
	min-width: 960px;
}

header .nav ul {
	display: inline;
	padding: 0;
}

header .nav ul li {
	font-family: Aquawax;
	font-weight: bold;
	color: white;
	display: inline;
	padding: 30px;
	height: 80px;
	line-height: 80px;
}

header .nav ul li a {
	color: white;
	text-decoration: none;
}


.content{
	margin-top: 80px;
}

.img-separator, .img-separator-2{
	height: 500px;
	background-size: cover;
	background-position: center;
}

.img-separator {
	background-image: url(../imgs/background/fondo2.png);
	background-position: center center;
}

.img-separator-2 {
	background-image: url(../imgs/background/fondo3.png);
}

/*************
 *    TOP    *
 *************/

.top {
	height: auto;
	background-image: url(../imgs/background/fondo_caba%C3%B1a_1_negro.png);
	background-size: cover;
	background-position: center;
}

.top {
	text-align: center;
}

.top img.logo {
	margin: 35px;
}

/******************
 *    ABOUT US    *
 ******************/

img.us {
	width: 100%;
}


.members {
	width: 700px;
	text-align: center;
	margin: 0 auto;
}

.member {
	font-family: Aquawax;
	font-weight: bold;
	display: inline-block;
	width: 340px;
	margin: 0 auto;
}

.member .name {
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
}

.member .studies, .member .university, .member .experience, .member .construction {
	font-size: 12px;
	font-weight: 100;
}

.member .years {
	font-family: Arial;
	color: rgb(255,0,0);
	font-size: 30px;
	line-height: 40px;
}

.member .experience {
	color: rgb(255,0,0);
}

/******************
 *    SERVICES    *
 ******************/

.service-title {
	font-family: Aquawax;
	font-size: 19px;
	line-height: 35px;
}

.service {
	display: inline-block;
	width: 370px;
	margin: 20px;
}

/********************
 *    EXPERIENCE    *
 ********************/

.companies-title {
	display: inline-block;
	width: 100%;
	text-align: left;
	font-family: Aquawax;
	font-size: 25px;
}

.companies ul {
	padding: 0;
}

.companies ul.companies-list li {
	font-family: Aquawax;
	font-size: 14px;
	text-align: left;
	float: left;
	display: inline-block;
	width: 33.33%;
	padding: 0 5px;
	line-height: 30px;
	box-sizing: border-box;
}

.companies ul.experience-numbers {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.companies ul.experience-numbers li {
	display: inline-block;
	line-height: 23px;
}

.companies ul.experience-numbers li:nth-child(odd) {
	font-family: Arial;
	width: 72px;
	margin-right: 20px;
	color: rgb(255,0,0);
	font-weight: bold;
	text-align: right;
}

.companies ul.experience-numbers li:nth-child(even) {
	font-family: Aquawax;
	width: 398px;
	text-align: left;
}

.number {
	font-family: Arial;
}


/****************
 *    FOOTER    *
 ****************/

footer {
	background-image: url("../imgs/background/footer_aleman.png");
	background-size: cover;
	height: 600px;
}

footer .footer-content {
	width: 960px;
	margin: 0 auto;
	display: table;
}

footer .contact {
	width: 600px;
	margin-top: 30px;
	padding: 30px;
	background-color: rgba(255,255,255,0.8);
	display: inline-block;
	float: left;
}

form {
	margin: 0;
}

.contact form label {
	font-family: Aquawax;
	font-size: 20px;
	display: block;
	font-weight: bold;
	line-height: 30px;
}

.contact form input {
	margin-bottom: 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #bdc3c7;
	font-size: 18px;
	font-family: Roboto;
	color: #404040;
	font-weight: 300;
	padding: 3px 8px;
	width: 100%;
}

.contact form textarea {
	margin: 0px 0px 20px; 
	width: 100%; 
	height: 130px;
	margin-bottom: 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #bdc3c7;
	font-size: 18px;
	font-family: Roboto;
	color: #404040;
	font-weight: 300;
	padding: 3px 8px;
}

.contact form button {
	font-family: Aquawax;
	font-weight: bold;
	display: block;
	padding: 6px 12px;
	margin: 2 auto 0 auto;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: black;
	color: white;
	width: 170px;
}

footer .info {
	width: 320px;
	padding: 30px;
	background-color: rgba(255,255,255,0.8);
	margin-top: 80px;
	float: right;
	text-align: center;
}

footer .info img {
	width: 240px;
}
