/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}

@font-face {
    font-family: coolvetica;
    src: url(fonts/coolvetica.otf) format("opentype");
    font-weight: normal;
}

@font-face {
    font-family: criticized;
    src: url(fonts/criticized.ttf) format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: resamitz;
    src: url(fonts/Resamitz.otf) format("opentype");
    font-weight: normal;
}

@font-face {
    font-family: swissck;
    src: url(fonts/swissck.ttf) format("truetype");
    font-weight: normal;
}

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

body {
	background-color: black;
}

#container {
	width: 1280px;
	margin: 0 auto;
}

#intro {
	position: relative;
	width:100%;
	height:720px;
}

#introcontainer {
	position: absolute;
	top: 18px;
	left: 64px;
	width:1152px;
	height:648px;
	z-index:2;
}

#introheader {
	position: relative;
	width: 100%;
	height:101px;
	background-color:black;
	/*z-index: 10;*/
}

#logo {
	float: left;
	padding-top: 15px;
	padding-left: 15px;
	width: 410px;
	height: 86px;
}

#logo p {
	padding-top: 5px;
	text-align: right;
	font-family: criticized;
	font-size: 11px;
	color: rgb(131,131,131);
	
}

.bluecorner {
	background-image: url('../media/esqazulintro.png');
	float: right;
	width: 100px;
	height: 100px;
}

#headerinfo {
	float: right;
	padding-top: 25px;
	padding-right: 7px;
	font-family: swissck;
	font-size: 16px;
	line-height: 130%;
	color: rgb(131,131,131);
	text-align: right; 
}

#introgradient {
	position: relative;
	height: 547px;
	width: 1152px;
	background-image: url('../media/gradientbackdrop.png');
}

.footer {
	position: absolute;
	bottom: 0;
	right:0;
	padding-bottom: 9px;	
}

.footer a {
	position: relative;
	display: inline-block;
	bottom: 0px;
	height: 30px;
	line-height: 30px;
	margin-left: 4px;
	padding-left:30px;
	padding-right: 10px;
	font-family: resamitz;
	text-decoration: none;
	color: white;
	background-image: url('../media/nav.png');
	background-repeat:no-repeat;
	background-position:left bottom	;
	background-color: black;
	
}

.footer a.active {
	bottom: 30px;	
}

#imgcaption {
	position: absolute;
	width: 1009px;
	height: 184px;
	left: 116px;
	bottom: 117px;
	padding-left: 20px;
	padding-right: 20px;
	background: none;
	z-index: 2;
	
}

#imgcaption li span {
	font-family: coolvetica;
	font-size: 94px;
	line-height:93.71 px;
	color: rgb(68,221,221);	
}

#imgcaption li p {
	font-family: swissck;
	font-size: 45px;
	line-height:56.23px;
	color: black;	
}

#portafolio {
	position: relative;
	width:100%;
	height:2855px;
	background-image: url('../media/portfoliobackground.jpg');
	
}

.header {
	position: absolute;
	top:36px;
	right:64px;
	z-index: 10;
}

#portafoliocontainer{
	position: relative;
	margin: 0 auto;
	padding-top: 78px;
	padding-left: 74px;
	padding-right: 190px;
	padding-bottom:204px;
	/*
	
	EN CASO DE QUERER POSTS CENTRADOS AL VIEWPORT
	
	padding-left: 132px;
	padding-right: 132px;
	
	*/
	
}

.portfoliopost {
	position: relative;
	height: 490px;
	width: 490px;
	margin-bottom: 28px;
	background: white;
}


/*
.portfoliopost.left{
	float: left;
}

.portfoliopost.right {
	float: right;
}

*/

.left {
	float: left;
}

.right {
	float: right;
}

.textoverlay {
	position: absolute;
	width:419px;
	height: 278px;
	top: 0;
	background-color: black;
	opacity: 0;
	padding-top: 50px;
	padding-left: 38px;
	padding-right: 33px;
	font-family: arial;
	font-size: 24px;
	line-height: 120%;
	color: white;
	-webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.textoverlay:hover {
	zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

#portafolio .footer {
	right: 64px;
	bottom: 64px;
}

#servicios {
	position: relative;
	width: 100%;
	height: 720px;
	background-image: url('../media/serviciosbackground.jpg');
}

#servicioscontainer {
	position: relative;
	width: 1166px;
	height: 388px;
	padding-top: 84px;
	padding-right: 64px;
	padding-left: 50px;
}

#servicios .footer {
	right: 64px;
	bottom: 64px;
}

#servicios h2 {
	font-family: coolvetica;
	font-size: 75px;
	line-height: 60.42px;
	color: rgb(59,59,59);
}

#servicios h1 {
	font-family: coolvetica;
	font-size: 94.62px;
	line-height: 93.71px;
	color: rgb(68,221,238);
}

#servicios .column {
	width:48%;
	margin-top: 40px;
}

#servicios #leftcolumn {
	float: left;
}

#servicios #rightcolumn {
	float: right;
	
}

#servicios .column p {
	font-family: resamitz;
	font-size: 15px;
	line-height: 100%;
	color: black;
}

#servicios .column p em {
	font-weight: bold;
}

#pdfs {
	position: absolute;
	right: 60px;
	bottom: 130px;
}

#pdfs ul li {
	display: inline-block;
	padding: 20px;
	color: white;
	text-align: center;
	font-family: resamitz;
	font-size: 15px;
	line-height: 100%;
}

#taller {
	position: relative;
	width: 100%;
	height: 720px;
	background-image: url('../media/tallerbackground.jpg');
}

#taller #overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../media/talleroverlay.png');
}

#tallercontainer {
	position: relative;
	top: 79px;
	left: 130px;
	width: 1150px;
}

#taller .footer {
	right: 64px;
	bottom: 48px;
	padding-bottom: 0;
}

#taller h2 {
	font-family: coolvetica;
	font-size: 75px;
	line-height: 60.42px;
	color: white;
	margin-bottom: 25px;
}

#taller p {
	font-family: resamitz;
	font-size: 15px;
	line-height: 100%;
	color: white;
}

#taller h1 {
	position: absolute;
	top: 502px;
	left: 53px;
	font-family: coolvetica;
	font-size: 94.62px;
	line-height: 93.71px;
	color: rgb(68,221,238);
}

#contacto {
	position: relative;
	width: 100%;
	height: 720px;
	background-image: url('../media/contactobackground.jpg');
}

#contactocontainer {
	position: relative;
	top: 96px;
	/*right: 153px;*/
	width: 1127px;
	text-align: right;
}

#contacto .footer {
	right: 64px;
	bottom: 167px;
	padding-bottom: 0;
}

#contacto h1 {
	font-family: coolvetica;
	font-size: 75px;
	line-height: 60.42px;
	color: rgb(68,221,238);
	margin-bottom: 42px;
}

#contacto h2 {
	font-family: resamitz;
	font-size: 36.46px;
	line-height: 100%;
	color: white;
	margin-bottom: 32px;
}

#contacto p {
	font-family: resamitz;
	font-size: 25px;
	line-height: 100%;
	color: white;
	margin-bottom: 37px;
}

/** CONTACT FORM CSS **/

#contact-form {
	position: absolute;
	top: 0;
}

#contact-form p {
	width: 560px;
	text-align: left;
	margin-left: 15px;
	font-size: 18px;
	margin-bottom: 0px;
	color: rgb(68,221,238);
}

label {
    display: block;
    padding: 1px 7px 0;
    position: absolute;
    font-family: resamitz;
    font-size: 12px;
    top: 0;
    z-index: 11;
}

input[type="text"], textarea {
    display: block;
    background: white;
    font-family: resamitz;
    padding: 0 7px;
    position: relative;
    z-index: 10;
	overflow: auto; /* removes scrollbar from textarea in IE - trick from HTML5 boilerplate*/
}

label, input[type="text"], #singleParagraphInputs div{
	/* these two values must be the same */
	line-height: 1.5em;
	height: 1.5em;
}

#singleParagraphInputs div, #commentTxt, #recaptcha_widget_div{
	margin-bottom: 15px;
}

#recaptcha_widget_div {
	background-color: whitesmoke;
}

input, textarea, #recaptcha_table{
	border: 1px solid #ccc;
}

.formError {
    border: 1px solid rgb(68,221,238);
}

#contactForm, #recaptcha_table{
	width: 577px;
	margin: 0 10px;
	margin-top: 15px;
}

#singleParagraphInputs div, #commentTxt {
    position: relative;
}

#singleParagraphInputs input {
    width: 560px; /* 16px less than form width */
}

#commentTxt textarea {
    min-height: 5em;
	min-width: 560px; /* 16px less than form width */
	/* if you aim ie7 users specify font to use in textarea since it won't inherit it*/
	/*
	font: 14px/1.5em sans-seif;
	*/
}

#screenReader, #checking {
    float: left;
	display: none;
}

#recaptcha_response_field {
    width: 286px !important; /* just a stylistic detail to make the input field equal width as the box with words to copy */
}

input[type="submit"]{
	/* some styles for the button */
}

/** END CONTACT FORM CSS **/

#contacto footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 82px;
	padding-top:50px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 20px;
}

#contacto footer p {
	font-size: 18.75px;
}

.hidden {
    display: none;
}

#team {
	position: relative;
	width: 100%;
	height: 3036px;
	background-image: url('../media/teambackground.jpg');
}

#teamcontainer {
	padding-top: 135px;
	padding-left: 135px;
	padding-right: 135px;
}

#teamcontainer h1 {
	font-family: coolvetica;
	font-size: 94.62px;
	line-height: 93.71px;
	color: rgb(68,221,238);	
}

#teamcontainer p {
	font-family: swissck;
	font-size: 50px;
	line-height:62.5px;
	color: white;	
}

#teamcontainer p span {
	color: #2B2B2B;
}

#teamcontainer h2 {
	font-family: coolvetica;
	font-size: 75px;
	line-height: 100%;
	color: #2B2B2B;	
}

#teamphotos {
	margin-top:75px;
	margin-left: 165px;
	margin-right: 165px;
}

.teamprofile {
	display: block;
	height: 446px;
	width: 446px;
	margin-bottom: 38px;
}

.avatartext {
	padding-top:15px;
}

.avatartext h3, .avatartext h4 {
	font-family: resamitz;
	font-size: 25px;
	line-height: 100%;
	color: black;
		
}

.avatartext h4 {
	font-size: 14.58px;
}

.avatar {
	position: relative;
	height: 386px;
}

img.grayscale{ 
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
}

img.grayscale:hover { 
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}

#team .footer {
	right: 64px;
	bottom: 92px;
	padding-bottom: 0;
}

#team footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 82px;
	padding-top:50px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 20px;
}

#team footer p {
	font-size: 18.75px;
}