/* 
    Document   : style
    Created on : 27/07/2013, 01:34:46 PM
    Author     : Gabriel Memmel <gabimem@gmail.com>
    Description:
        Purpose of the stylesheet follows.
*/
html {
	height: 100%;
}
body {
	height: 100%;
	font-size: 10px;
	/*overflow: hidden;*/
}
h1 {
	font-family: "Conv_SansationLight";
	font-size: 2em;
	line-height: 1.2em;
	color: #898989;
	font-weight: normal;
}
h1 img {
	vertical-align: middle;
}
h2 {
	font-family: "Conv_SansationLight";
	font-size: 3.8em;
	color: #fff;
	font-weight: normal;
	background: url("../img/bg_titulos_hexagono.png") 0 0 no-repeat;
	height: 57px;
	/*margin: 0 0 0 -80px;*/
	margin: 25px 0 0 -80px;
	padding: 50px 0 91px 85px;
}
@media (max-height: 600px) {
	h2 {
		/*margin-top: -25px;*/
		margin-top: 0;
	}
}
h3 {
	font-family: "Conv_SansationLight";
	font-size: 1.6em;
	color: #fff;
	font-weight: normal;
	text-align: center;
}
.pagina {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;

	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-ms-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.wrapper {
	width: 960px;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
}
.sep-5 {
	height: 5%;
}
.sep-10 {
	height: 10%;
}
.sep-20 {
	height: 20%;
}
.menu {
	text-align: center;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	height: 50px;
	background: rgba(0, 0, 0, .2);
	border-radius: 0 0 20px 20px;
}
.menu ul li {
	list-style: none;
	margin: 0 20px;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	height: 50px;
	line-height: 50px;
}
.menu ul li img {
	vertical-align: middle;
}
.menu ul li a {
	font-family: "Conv_SansationLight";
	color: #fff;
	text-decoration: none;
	font-size: 1.6em;
}
.menu ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
#menu-internas {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

/* HOME PAGE */
#home {
	background: url("../img/bg_home.jpg") center center no-repeat #e2e2e2;
	text-align: center;
}
#home h1 {
	margin: 0;
	height: 10%;
}
#home h3 {
	color: #898989;
}
#home #logo-home {
	width: 100%;
	height: 60%;
	max-height: 451px;
}
#home #logo-home img {
	height: 100%;
	max-height: 451px;
}
#home .menu {
	width: 100%;
	height: 50px;
	background: #c03164;
	position: absolute;
	bottom: 0;
	left: 0;
}
#home .menu ul {
	background: none;
	border-radius: 0;
}
img.desaturate{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); -o-filter: grayscale(100%);
    filter: url(desaturate.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}

/* PROCESO */
#proceso {
	background: url("../img/bg_proceso.jpg") center center no-repeat #cf465a;
}
#proceso #slider {
	width: 720px;
	height: 330px;
	max-height: 39%;
	margin: -110px auto 0;
	/*background: rgba(0, 0, 0, .2);*/
	overflow: hidden;
}
#proceso #slider #slider-scroll {
	width: 4320px;
	height: 100%;
}
#proceso #slider .item {
	width: 720px;
	height: 100%;
	float: left;
	text-align: right;
}
#proceso #slider .item .siguiente,
#proceso #slider .item .anterior {
	display: inline-block;
	margin: 0;
	background: url("../img/slider_flecha_right.png") left bottom no-repeat;
	width: 30px;
	height: 60px;
	vertical-align: middle;
}
#proceso #slider .item .anterior {
	background: url("../img/slider_flecha_left.png") right bottom no-repeat;
}
#proceso #slider .item .siguiente a,
#proceso #slider .item .anterior a {
	color: #fff;
	font-size: 2em;
	width: 15px;
	height: 30px;
	padding: 0 0 30px 15px;
	text-decoration: none;
}
#proceso #slider .item .anterior a {
	padding: 0 15px 30px 0;
}
#proceso #slider .item .texto {
	display: inline-block;
	margin: 0;
	width: 250px;
	padding: 0 20px 0 0;
	font-family: "Conv_SansationLight";
	color: #fff;
	font-size: 1.4em;
	vertical-align: middle;
	text-align: left;
}
#proceso #slider .item img {
	display: inline-block;
	margin: 0;
	max-height: 100%;
	max-width: 50%;
	vertical-align: middle;
}
/*#proceso #slider .item .imagen img {
	max-height: 100%;
}*/
#proceso #slider .item .numero {
	display: inline-block;
	margin: 0;
	font-size: 10em;
	font-family: "Conv_SansationLight";
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
}
#proceso #small-items {
	text-align: center;
	height: 120px;
}
#proceso #small-items a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
}
.pagina h3.direccion {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0 0 10px;
	width: 100%;
}



/* TRABAJOS */
#trabajos {
	background: url("../img/bg_trabajos.jpg") center center no-repeat #1f1f1f;
	background-size: cover;
}
#trabajos .clasificacion {
	list-style: none;
	display: block;
	width: 820px;
	max-width: 100%;
	text-align: right;
	margin: -123px auto 0;
	padding: 0;
	font-family: 'Conv_SansationLight';
	font-size: 15px;
}
#trabajos .clasificacion li {
	margin: 0 15px;
	padding: 0;
	display: inline;
}
#trabajos .clasificacion li a {
	color: #fff;
	text-decoration: none;
}
#trabajos .clasificacion li a:hover {
	color: #fff;
	text-decoration: underline;
}
#trabajos .clasificacion li.current a,
#trabajos .clasificacion li.current a:hover {
	color: #f28108;
	text-decoration: none;
}
#trabajos #proyectos-wrapper {
	width: 790px;
	height: auto;
	margin: 60px auto 0;
	font-family: "Conv_SansationLight";
	position: relative;
	overflow: visible;
	font-size: 0;
}
#trabajos #proyectos-wrapper #proyectos-slider {
	position: relative;
	overflow: hidden;
	padding-top: 27px;
}
#trabajos #proyectos-wrapper #proyectos {
	margin: 0;
	left: 0;
	top: 0;
	position: relative;
	white-space: nowrap;
	display: inline-block;
	min-height: 247px;
	min-width: 816px;
}
.height-760 #trabajos #proyectos-wrapper #proyectos {
	min-height: 509px;
}
.height-1000 #trabajos #proyectos-wrapper #proyectos {
	min-height: 757px;
}
#trabajos #proyectos-wrapper .proyecto {
	font-size: 10px;
	width: 245px;
	height: 220px;
	display: inline-block;
	margin: 0 27px 27px 0;
	vertical-align: top;
}
#trabajos #proyectos-wrapper .proyecto.fila-2 {
	margin: 262px 27px 27px -272px;
}
#trabajos #proyectos-wrapper .proyecto.fila-3 {
	margin: 510px 27px 27px -272px;
}
#trabajos #proyectos-wrapper .proyecto h3 {
	color: #ff8604;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
	text-align: left;
}
#trabajos #proyectos-wrapper .proyecto p {
	font-size: 1.2em;
	color: #fff;
	margin: 0;
	text-align: left;
}
#trabajos #proyectos-wrapper .flechas {
	position: absolute;
	top: 50%;
	margin-top: -61px;
	width: 34px;
	height: 123px;
	background: url("../img/flecha-trabajos.png") 0 0 no-repeat;
}
#trabajos #proyectos-wrapper .flechas.left {
	background-position: 0 0;
	left: 0;
	margin-left: -55px;
}
#trabajos #proyectos-wrapper .flechas.right {
	background-position: -34px 0;
	right: 0;
	margin-right: -55px;
}

/* SERVICIOS */
#servicios {
	background: url("../img/bg_servicios.jpg") center center no-repeat #e4853a;
}
#servicios-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	margin: 180px 0 0;
	width: 100%;
	height: 300px;
	padding: 50px 0 0;
	font-size: 0;
	text-align: center; 
}
#servicios-wrapper #servicios-linea-left {
	width: 49%;
	display: inline-block;
	height: 100%;
	border-top: 1px solid #fff;
}
#servicios-wrapper #servicios-linea-right {
	width: 49%;
	display: inline-block;
	height: 100%;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
#servicios-wrapper #servicios-slider {
	position: absolute !important;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-size: 10px;
	overflow: visible !important;
}
#servicios-wrapper #servicios-slider ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100% !important;
}
#servicios-wrapper #servicios-slider ul li {
	margin: 0;
	padding: 0;
	height: 100% !important;
}
#servicios-wrapper #servicios-slider ul li div.servicio {
	width: 960px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
#servicios-wrapper #servicios-slider ul li div.servicio h3 {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 2em;
	line-height: 1.2em;
	margin: 21px 0 0 63px;
	text-align: left;
}
#servicios-wrapper #servicios-slider ul li div.servicio h3 strong {
	font-weight: bold;
	font-size: 2.24em;
}
#servicios-wrapper #servicios-slider ul li div.servicio img.grande {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 485px 0 0;
	max-height: 100%;
	max-width: 40%;
}
#servicios-wrapper #servicios-slider ul li div.servicio div.contenido {
	text-align: left;
	font-size: 1.4em;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 0 0 490px;
	display: inline-block;
	color: #fff;
}
#servicios-wrapper #servicios-slider ul li div.servicio div.contenido p {
	margin: 10px 0;
}
#servicios-controls {
	margin-top: 5%;
}
#servicios-controls a {
	display: inline-block;
	height: 80px;
	width: 80px;
	margin: 0 20px;
}
#servicios-controls a img {
	max-height: 135%;
	max-width: 100%;
}

@media (max-height: 700px) {
	#servicios-wrapper {
		height: 40%;
	}
	#servicios-controls {
		margin-top: 5px;
	}
}
@media (max-height: 600px) {
	#servicios-wrapper {
		margin: 155px 0 0;
		height: 35%;
	}
	#servicios-wrapper #servicios-slider ul li div.servicio h3 {
		margin: 23px 0 0 63px;
	}
	#servicios-wrapper #servicios-slider ul li div.servicio img.grande {
		/*max-height: 70%;*/
	}
	#servicios-wrapper #servicios-slider {
		font-size: 9px;
	}
}


/* AGENCIA */
#agencia {
	background: url("../img/bg_agencia.jpg") center center no-repeat #50d1bd;
}
#agencia .textos {
	text-align: center;
	height: 35%;
	margin-bottom: 10px;
}
#agencia .texto {
	font-family: "Conv_HelveticaNeue";
	width: 380px;
	text-align: center;
	color: #575756;
	font-size: 1.563em;
	display: inline-block;
	line-height: 1.2em;
	height: 100%;
	vertical-align: middle;
}
#agencia .texto strong {
	font-size: 1.125em;
}
#agencia .texto strong.big {
	font-size: 1.4375em;
}
#agencia .texto img {
	vertical-align: top;
	max-height: 100%;
}
#agencia .texto img:first-child {
	margin: 20px 20px 0 0;
	max-height: 60%;
}
#agencia .fotos {
	height: 20%;
	text-align: center;
}
#agencia .fotos img {
	margin: 0 50px;
	max-height: 100%;
}
@media (max-height: 700px) {
	#agencia .texto {
		font-size: 1.2em;
	}
}



/* CONTACTO */
#contacto {
	background: url("../img/bg_contacto.jpg") center center no-repeat #af287c;
}
#contacto .wrapper {
	text-align: center;
}
#contacto h2 {
	text-align: left;
}
#contacto .half {
	width: 410px;
	margin: -50px 10px 20px;
	display: inline-block;
	text-align: left;
	color: #fff;
	font-family: "Conv_SansationLight";
	vertical-align: top;
	font-size: 0;
	position: relative;
}
#contacto .half .loading {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .0);
	display: none;
}
#contacto .half h3 {
	text-align: left;
	font-size: 25px;
	height: 54px;
	line-height: 54px;
}
#contacto .half h3 img {
	vertical-align: sub;
	margin-right: -14px;
}
#contacto .half form p {
	display: block;
	width: 410px;
	font-size: 14px;
	margin: 0 0 10px;
}
#contacto .half form p img {
	vertical-align: middle;
	margin: 0 5px;
}
#contacto .half form p label {
}
#contacto .half form p input,
#contacto .half form p textarea {
	width: 400px;
	padding: 5px;
	background: #fff;
	border: 0 none;
	font-family: inherit;
	font-size: inherit;
	height: 15px;
}
#contacto .half form p textarea {
	height: 66px;
	resize: none;
}
#contacto .half form p input.obli,
#contacto .half form p textarea.obli {
	background: rgba(255, 255, 0, 0.5);
	/*	border: 1px solid #fff;
		padding: 4px;*/
	/*color: #fff;*/
}
#contacto .half form p.half {
	display: inline-block;
	width: 195px;
	margin-left: 20px;
}
#contacto .half form p.tres {
	width: 250px;
	display: inline-block;
	vertical-align: top;
}
#contacto .half form p.uno {
	width: 150px;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
#contacto .half form p.half:first-child {
	margin-left: 0;
}
#contacto .half form p.half input {
	width: 185px;
}
#contacto .half form p #captcha_code {
	width: auto;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#contacto .half form p button {
	background: rgba(0, 0, 0, .2);
	color: #fff;
	border: 0 none;
	font-family: "Conv_SansationLight";
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	float: right;
	padding: 5px;
	height: 26px;
	line-height: 16px;
	cursor: pointer;
}
#contacto .half form p button img {
	vertical-align: bottom;
}
#contacto .half #mapa,
#contacto .half #mapa iframe {
	width: 410px;
	height: 271px;
	background: #fff;
}
#social a {
	display: inline-block;
	margin: 0 40px;
}
#social a img {
	vertical-align: baseline;
}
@media (min-height: 750px){
	#contacto .half form p textarea {
		height: 206px;
	}
	#contacto .half #mapa,
	#contacto .half #mapa iframe {
		height: 411px;
	}
}
@media (min-height: 900px){
	#contacto .half {
		margin-top: -20px;
	}
}