@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: 'open_sans';
	font-size:10px;
	color:#363636;
	font-weight:300;
	overflow-y: scroll;
}
strong {
	font-weight:500;
}
.container {
	width:950px;
	margin:auto;
	text-align:center;
	position:relative;
}
a { text-decoration:none; }

img {
	max-width:100%;
}

.tabla { display: table;}
.cell { display: table-cell; vertical-align: middle; }
.col50 {
	display: inline-block; vertical-align: top;
	width: 50%;
}
.col33 {
	 display: inline-block; vertical-align: top;
	 width: 33%;
 }

.left { text-align: left; }
.right { text-align: right; }



/* -------------------- Lightbox ---------------------*/

.row > .column {
	padding: 0 8px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.column {
	float: left;
	width: 25%;
}

.thumbnail {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	max-height: 188px;
}

.thumbnail:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
	cursor: pointer; cursor: hand;
}



/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	align-content: center;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(46,49,51,0.7);
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: rgba(46,49,51,0.7);
	margin: auto;
	align-content: center;
	width: 90%;
	margin: auto;
}

/* The Close Button */
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.hideModal {
	display: none;
}
.fotoModal {
	height: 1080px;
}


/* Next & previous buttons */
.prev,
.next {
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
	background-color: rgba(46,49,51,0.9);
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/*Imagenes en trayectoria*/
.imagetrayect {
        display:block;
        margin-left: auto;
        margin-right: auto;
		height: 100%;
	
    }

.caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
}

img.demo {
	opacity: 0.6;
}

.active,
.demo:hover {
	opacity: 1;
}

img.hover-shadow {
	transition: 0.3s
}

.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .2} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .2} 
  to {opacity: 1}
}


/* -------------------- MENU --------------------- */

nav {
	padding: 0px 40px; box-sizing: border-box;
	background: #2E3133;
	position: fixed;
	z-index: 1000;
	top: 0; left: 0; width: 100%;
}
#menuMobile { display: none; }

nav .logoMenu {
	display: inline-block; vertical-align: middle;
	margin-right: 20px;
	padding: 25px 0;
	cursor: pointer;
}
nav .navegacion { display: inline-block; }
nav .botonMenu {
	display: inline-block; vertical-align: middle;
	font-size : 0.9em;
	line-height: 1.6em;
	letter-spacing : 0.3em;
	text-transform : uppercase;
	color : #5F6464;
	text-align: center;
	padding: 25px 40px;
	font-weight: 400;
	cursor: pointer;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
nav .botonMenu:hover, nav .botonMenu.activo {
	color: #ffffff;
}
nav .division {
	display: inline-block; vertical-align: middle;
	border-right: #818889 1px solid;
	height: 32px;
	opacity: 0.4;
}
nav .redes {
	position: absolute;
	right: 0; top: 0; bottom: 0;
	padding: 20px 30px 20px 0;
}
nav .redes .botonRed {
	display: inline-block; vertical-align: middle;
	border: 1px solid #606567;
	line-height: 30px; width: 30px;
	margin-left: 15px;
	color: #606567;
	text-decoration: none;
	text-align: center;
	font-size: 2em;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
nav .redes .botonRed:hover {
	background: #D1D7D8;
	border-color: #D1D7D8;
	color: #2E3133;
}

/* -------------------- FONDO --------------------- */

#fondo {
	position: fixed;
	top: 0; left: 0; bottom: 0; right: 0;
	background-color:#2E3133;
}
#fondo .fotoFondo {
	background: center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	opacity: 0;
}


/* -------------------- HOME --------------------- */

header {
	position: fixed;
	top: 0; left: 0; bottom: 0; right: 0;

	overflow-y: auto;
}

header .scroll {
	height: 100%;
	position: relative;
}

header .top {
	position: absolute;
	top: 75px; left: 0; width: 100%;
	text-align: center;
	perspective: 2000px;
}
header .logoEZ {
	display: inline-block;
	padding: 70px 80px;
	background: #ffffff;
	transform-origin:top center;
}

header .bottom {
	position: absolute;
	bottom: 40px; left: 0; width: 100%;
	text-align: center;
	perspective: 2000px;
}
header .bottom .botonComoParticipar {
	display: inline-block;
	background: #ffffff;
	padding: 20px 50px 40px;
	cursor: pointer;
	font-size : 1.4em;
	letter-spacing : 3.5px;
	text-transform : uppercase;
	color : #2E3133;
	font-weight: 400;
	transform-origin: center bottom;
}
header .bottom .botonComoParticipar span {
	display: block;
	margin-top: 5px;
}
header .bottom .botonComoParticipar:hover {
	padding-bottom: 60px;
}

header .titulosContainer {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	display: table;
	width: 100%; height: 100%;
	padding-top: 115px; box-sizing: border-box;
}
header .titulosContainer .cell {
	text-align: center;
	perspective: 1000px;
}
header .tituloHome {
	display: none;
	font-weight: 300;
	font-size : 2em;
	letter-spacing : 5px;
	line-height: 1.6em;
	text-transform : uppercase;
	color : #FFFFFF;
	padding: 50px 70px;
	margin: 0 60px;
	background: #2E3133;
	transform-origin: center center -400px;
}

header .flecha {
	position: absolute;
	top: 0; height: 100%;
	display: table;
	cursor: pointer;
	z-index: 10;
	padding-top: 115px; box-sizing: border-box;
}
header .flechaIzq {
	left: 0;
	transform-origin: center left;
}
header .flechaDer {
	right: 0;
	transform-origin: center right;
}
header .flecha .boton {
	background-color:#2E3133;
	display: inline-block; vertical-align: middle;
	padding: 35px 25px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

header .flecha:hover .boton {
	background-color: #505659;
	padding: 35px 35px;
}



/* -------------------- POPUPS --------------------- */

.popup {
	display: table;
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	padding-top: 75px; padding-bottom: 40px;
	box-sizing: border-box;
}

.popup .cell {
	text-align: center;
}

.popup .contenido {
	display: inline-block;
	width: 1000px;
	background-color: #ffffff;
	box-sizing: border-box;
	position: relative;
}

.popup .contenido .botonCerrar {
	position: absolute;
	top: 25px; right: 18px;
	width: 30px; height: 30px;
	border: 1px solid #ADADAD;
	background-image: url(images/botonCerrar.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
.popup .contenido .botonCerrar:hover {
	background-color: #2E3133;
	border-color: #2E3133;
}

.popup .contenido h1 {
	font-size : 2em;
	font-weight: 300;
	letter-spacing : 5px;
	text-transform : uppercase;
	color : #332E2E;
	text-align: center;
	margin-bottom: 40px;
}
.popup .contenido p {
	font-weight: 400;
	font-size : 1.09em;
	line-height: 3em;
	letter-spacing : 0.1em;
	color : #707070;
	text-align: justify;
}
.popup .contenido p strong { color: #2E3133;  }

.popup .contenido.marcaDeAgua {
	background-image: url(images/popupMarcaDeAgua.png);
	background-position: 45px 35px;
	background-repeat: no-repeat;
}

/* -------------------- FINANCIACION --------------------- */

#financiacion .contenido {
	padding: 120px 223px;
}


/* -------------------- PROPUESTA --------------------- */

#propuesta .contenido {
	padding: 45px;
}

#propuesta .solapas {
	text-align: left;
}
#propuesta .solapa {
	display: inline-block; vertical-align: top;
	margin-right: 7px;
	font-size : 1.7em;
	letter-spacing : 0.2em;
	color : #999797;
	padding: 15px 35px;
	border: 1px solid #D6D6D6;
	border-bottom: none;
	background-color: #ffffff;
	padding-bottom: 5px;
	font-weight: 300;
	cursor: pointer;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently */
}
#propuesta .solapa.activa {
	padding-bottom: 15px;
	color : #332E2E;
}

#propuesta .solapas .botonParticipar {
	float: right;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 0.05em;
	padding: 10px 15px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
#propuesta .solapas .botonParticipar:hover {
	background-color: #2E3133;
	border-color: #2E3133;
	color: #ffffff;
}
#propuesta .solapas .botonParticipar img {
	margin-left: 6px;
}
#propuesta .contenidoSolapa {
	border: 1px solid #D6D6D6;
	margin-top: -1px;
	padding: 25px 25px;
	text-align: left;
	overflow: hidden;
	clear: both;
}

#propuesta .contenidoSolapa h2 {
	font-size : 1.2em;
	letter-spacing : 0.2em;
	text-transform : uppercase;
	color : #332E2E;
	font-weight: 400;
	margin-bottom: 15px;
	padding: 0 10px;
}

#propuesta .contenidoSolapa .columnas {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 22px; /* Chrome, Safari, Opera */
    -moz-column-gap: 22px; /* Firefox */
    column-gap: 22px;
	margin-bottom: 20px;
	padding: 0 10px;
}
#propuesta .contenidoSolapa .columnas p {
	font-weight: 400;
	margin: 0;
	line-height: 2.2em;
	letter-spacing: 0em;
}

#propuesta .contenidoSolapa .tablaContainer {
	padding: 10px;
}
#propuesta .contenidoSolapa table {
	border: 1px solid #E0E1E3;
	width: 100%;
	border-collapse: collapse;
}

#propuesta .contenidoSolapa table td {
	vertical-align: middle;
	padding: 10px 20px;
	font-size : 1.1em;
	letter-spacing : 0.1em;
	color : #332E2E;
	width: 50%;
	text-align: left;
	font-weight: 400;
}
#propuesta .contenidoSolapa table tr:first-of-type td {
	padding-top: 20px;
}
#propuesta .contenidoSolapa table tr:last-of-type td {
	padding-bottom: 20px;
}

#propuesta .contenidoSolapa table .label {
	background: #E0E1E3;
	text-align: right;
	text-transform: uppercase;
	font-size : 1em;
	color: #2E3133;
	letter-spacing: 0.07em;
	font-weight: 500;
	vertical-align: top;
}
#propuesta .contenidoSolapa table td.grande {
	font-size: 1.9em;
	font-weight: 600;
	text-align: center;
	padding: 25px 10px !important;
}
#propuesta .contenidoSolapa table .label.grande {
	font-size: 1.1em;
	font-weight: 500;
	vertical-align: middle;
}


#propuesta .cuadro {
	margin: 10px;
	padding: 25px; box-sizing: border-box;
	background: #2E3133;
	text-align: center;
}
#propuesta .cuadro .titulo {
	font-size : 1.1em;
	letter-spacing : 0.05em;
	text-transform : uppercase;
	color : #FFFFFF;
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #585A5C;
	font-weight: 400;
}

#propuesta .cuadro .texto {
	font-size : 2.7em;
	letter-spacing : 0.5px;
	color : #FFFFFF;	
}


#propuesta .calltoaction {
	text-align: right;
	margin-top: 10px;
	padding: 0 10px;
}
#propuesta .calltoaction span {
	display: inline-block; vertical-align: middle;
	font-size : 1.2em;
	letter-spacing : 0.05em;
	color : #332E2E;
	font-weight: 400;
	margin: 15px 20px 15px 0;
	width: 100px;
}
#propuesta .calltoaction .botonParticipar {
	display: inline-block; vertical-align: middle;
	font-size : 1.1em;
	letter-spacing : 0.05em;
	text-transform : uppercase;
	color : #2E3133;
	padding: 20px 15px 20px 20px;
	border: 1px solid #818889;
	font-weight: 400;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
#propuesta .calltoaction .botonParticipar img {
	
	margin-left: 10px;
}

#propuesta .calltoaction .botonParticipar:hover {
	background-color: #2E3133;
	border-color: #2E3133;
	color: #ffffff;
}

#propuesta section {
	display: none;
}

/* -------------------- trayectoria --------------------- */

#trayectoria .portfolio-item {
	margin-bottom: 10px;
	padding-right: 4px;
	padding-left: 4px;
}


#trayectoria .contenido {
	padding: 45px;
}

#trayectoria .solapas {
	text-align: left;
}
#trayectoria .solapa {
	display: inline-block; vertical-align: top;
	margin-right: 7px;
	font-size : 1.7em;
	letter-spacing : 0.2em;
	color : #999797;
	padding: 15px 35px;
	border: 1px solid #D6D6D6;
	border-bottom: none;
	background-color: #ffffff;
	padding-bottom: 5px;
	font-weight: 300;
	cursor: pointer;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently */
}
#trayectoria .solapa.activa {
	padding-bottom: 15px;
	color : #332E2E;
}

#trayectoria .solapas .botonParticipar {
	float: right;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 0.05em;
	padding: 10px 15px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
#trayectoria .solapas .botonParticipar:hover {
	background-color: #2E3133;
	border-color: #2E3133;
	color: #ffffff;
}
#trayectoria .solapas .botonParticipar img {
	margin-left: 6px;
}
#trayectoria .contenidoSolapa {
	border: 1px solid #D6D6D6;
	margin-top: -1px;
	padding: 25px 25px;
	text-align: left;
	overflow: hidden;
	clear: both;
}

#trayectoria .contenidoSolapa h2 {
	font-size : 1.2em;
	letter-spacing : 0.2em;
	text-transform : uppercase;
	color : #332E2E;
	font-weight: 400;
	margin-bottom: 15px;
	padding: 0 10px;
}

#trayectoria .contenidoSolapa .columnas {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 22px; /* Chrome, Safari, Opera */
    -moz-column-gap: 22px; /* Firefox */
    column-gap: 22px;
	margin-bottom: 20px;
	padding: 0 10px;
}
#trayectoria .contenidoSolapa .columnas p {
	font-weight: 400;
	margin: 0;
	line-height: 2.2em;
	letter-spacing: 0em;
}

#trayectoria .contenidoSolapa .tablaContainer {
	padding: 10px;
}
#trayectoria .contenidoSolapa table {
	border: 1px solid #E0E1E3;
	width: 100%;
	border-collapse: collapse;
}

#trayectoria .contenidoSolapa table td {
	vertical-align: middle;
	padding: 10px 20px;
	font-size : 1.1em;
	letter-spacing : 0.1em;
	color : #332E2E;
	width: 50%;
	text-align: left;
	font-weight: 400;
}
#trayectoria .contenidoSolapa table tr:first-of-type td {
	padding-top: 20px;
}
#trayectoria .contenidoSolapa table tr:last-of-type td {
	padding-bottom: 20px;
}

#trayectoria .contenidoSolapa table .label {
	background: #E0E1E3;
	text-align: right;
	text-transform: uppercase;
	font-size : 1em;
	color: #2E3133;
	letter-spacing: 0.07em;
	font-weight: 500;
	vertical-align: top;
}
#trayectoria .contenidoSolapa table td.grande {
	font-size: 1.9em;
	font-weight: 600;
	text-align: center;
	padding: 25px 10px !important;
}
#trayectoria .contenidoSolapa table .label.grande {
	font-size: 1.1em;
	font-weight: 500;
	vertical-align: middle;
}


#trayectoria .cuadro {
	margin: 10px;
	padding: 25px; box-sizing: border-box;
	background: #2E3133;
	text-align: center;
}
#trayectoria .cuadro .titulo {
	font-size : 1.1em;
	letter-spacing : 0.05em;
	text-transform : uppercase;
	color : #FFFFFF;
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #585A5C;
	font-weight: 400;
}

#trayectoria .cuadro .texto {
	font-size : 2.7em;
	letter-spacing : 0.5px;
	color : #FFFFFF;	
}


#trayectoria .calltoaction {
	text-align: right;
	margin-top: 10px;
	padding: 0 10px;
}
#trayectoria .calltoaction span {
	display: inline-block; vertical-align: middle;
	font-size : 1.2em;
	letter-spacing : 0.05em;
	color : #332E2E;
	font-weight: 400;
	margin: 15px 20px 15px 0;
	width: 100px;
}
#trayectoria .calltoaction .botonParticipar {
	display: inline-block; vertical-align: middle;
	font-size : 1.1em;
	letter-spacing : 0.05em;
	text-transform : uppercase;
	color : #2E3133;
	padding: 20px 15px 20px 20px;
	border: 1px solid #818889;
	font-weight: 400;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
#trayectoria .calltoaction .botonParticipar img {
	
	margin-left: 10px;
}

#trayectoria .calltoaction .botonParticipar:hover {
	background-color: #2E3133;
	border-color: #2E3133;
	color: #ffffff;
}

#trayectoria section {
	display: none;
}

/* -------------------- PARTICIPAR --------------------- */

#participar .contenido {
	padding: 100px 100px 80px;
}

#formContacto .col50 {
	padding: 15px;
	box-sizing: border-box;
}
#formContacto .col100 {
	padding: 15px;
	box-sizing: border-box;
	width: 100%;
	display: block;
}

#formContacto .campo {
	font-family: 'open_sans';
	font-size: 1.2em;
	color : #818889;
	letter-spacing: 0.3em;
	padding: 0 10px 13px 0;
	box-sizing: border-box;
	border: none;
	border-right: 1px solid #D1D7D8;
	border-bottom: 1px solid #D1D7D8;
	width: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-align: left;
	position: relative;
	font-weight: 400;
}
#formContacto .campo:focus, #formContacto .campo:hover {
	color: #2E3133;
	border-right-color: #2E3133;
	border-bottom-color: #2E3133;
}


#formContacto .campo.select span {
	display: block;
	background-image: url(images/selectFlecha.png);
	background-position: right center;
	background-repeat: no-repeat;
	margin-right: 10px;
}

#formContacto .campo select {
	position: absolute; left: 0; top: 0; width: 100%; height: 100%;
	opacity: 0;
	color : #373B3D;
	border: 1px solid #818889;
	cursor: pointer;
}


#formContacto .label {
	font-size : 1.2em;
	letter-spacing : 0.3em;
	text-transform : uppercase;
	color : #818889;
	text-align: left;
	margin-bottom: 10px;
}
#formContacto .label2 {
	font-size : 1.1em;
	letter-spacing : 0.3em;
	color : #818889;
	font-weight: 400;
}

#formContacto textarea.campo {
	border: 1px solid #D1D7D8;
	padding: 13px 10px;
}

#formContacto textarea.campo:focus, #formContacto textarea.campo:hover {
	border-color: #2E3133;
}

#formContacto .checkbox {
	width: 20px; height: 20px;
	display: inline-block; vertical-align: middle;
	margin-right: 10px;
	border: 1px solid #D1D7D8;
	position: relative;
}
#formContacto .checkbox .tilde {
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	background-image: url(images/checkBox.png);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
}
#formContacto .checkbox input[type=checkbox] {
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	display: block;
	opacity: 0;
	cursor: pointer;
}

#formContacto .botonEnviar {
	display: inline-block; vertical-align: middle;
	border: 1px solid #D1D7D8;
	padding: 15px 25px;
	font-size : 1.4em;
	letter-spacing : 0.3em;
	text-transform : uppercase;
	color : #818889;
	font-weight: 400;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#formContacto .botonEnviar:hover {
	background: #2E3133;
	border-color: #818889;
}


/* -------------------- CONCEPTO --------------------- */

#concepto .contenido {
	padding: 120px 223px;
}



/* -------------------- EL ESTUDIO --------------------- */
#estudio .contenido {
	padding: 35px 50px 70px;
}
#estudio .contenido .col50 {
	padding: 20px; box-sizing: border-box;
}
#estudio .contenido p {
	letter-spacing: 0em;
	line-height: 2.5em;
	margin-top: 0;
}
#estudio .contenido img {
	display: block;
	width: 100%;
	margin: 7px 0 20px;
}

#estudio .trayectoria {
	padding: 0 20px;	
}

#estudio .trayectoria h2 {
	font-size : 1.4em;
	letter-spacing : 0.35em;
	text-transform : uppercase;
	color : #332E2E;
	border-bottom: 1px solid #C2C0C0;
	padding-bottom: 10px;
	font-weight: 300;
}

#estudio .trayectoria .sliderFotos {
	display: block;
	width: 100%;
	
}
#estudio .trayectoria .sliderFotos .flecha {
	display: inline-block; vertical-align: middle;
	width: 5%;
	height: 88px;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: 0.3;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#estudio .trayectoria .sliderFotos .trayectoriaFlechaIzq {
	background-image: url(images/trayectoriaFlechaIzq.png);
	background-position: left center;
}
#estudio .trayectoria .sliderFotos .trayectoriaFlechaDer {
	background-image: url(images/trayectoriaFlechaDer.png);
	background-position: right center;
}
#estudio .trayectoria .sliderFotos .flecha:hover {
	opacity: 1;
}

#estudio .trayectoria .sliderFotos .fotosContainer {
	display: inline-block; vertical-align: top;
	position: relative;
	width: 90%;
	height: 88px;
	overflow: hidden;
}

#estudio .trayectoria .sliderFotos .fotosContainer .scroll {
	position: absolute;
	top:0; left:0;
	height: 100%;
	
}

#estudio .trayectoria .swiper-container {
}
#estudio .trayectoria .sliderFotos .fotosContainer .scroll .foto {
	height: 88px; width: 120px;
	margin: 0 5px;
	position: relative;
	display: inline-block; vertical-align: middle;
	border: 0px solid #2E3133; box-sizing: border-box;
	-webkit-transition: all 0.15s;
	transition: all 0.15s;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#estudio .trayectoria .sliderFotos .fotosContainer .scroll .foto:hover {
	border-bottom-width: 6px;
}


#estudio .trayectoria .sliderFotos .fotosContainer .scroll .foto .loading {
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	background-image: url(images/trayectoriaFotosLoading.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #C2C0C0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}



/* -------------------- TRAYECTORIA FOTOS --------------------- */

#popupFotosTrayectoria {
	display: none;
	position: fixed; z-index: 1000;
	top: 0; left: 0; width: 100%; height: 100%;
	background-color: rgba(46,49,51,0.9);
	text-align: center;
}
#popupFotosTrayectoria .fotos { height: 100%; }
#popupFotosTrayectoria img {
	height: 100%;
	width: auto;
	max-width: none;
	margin: auto;
	display: block;
}
#popupFotosTrayectoria .flecha {
	position: absolute;
	top: 0; height: 100%;
	display: table;
	cursor: pointer;
	padding-top: 75px; box-sizing: border-box;
}
#popupFotosTrayectoria .flechaIzq {
	left: 0;
}
#popupFotosTrayectoria .flechaDer {
	right: 0;
}
#popupFotosTrayectoria .flecha .boton {
	background-color:#2E3133;
	display: inline-block; vertical-align: middle;
	padding: 35px 25px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#popupFotosTrayectoria .flecha .boton:hover {
	background-color: #505659;
	padding: 35px 35px;
}
#popupFotosTrayectoria .botonCerrar {
	position: absolute;
	top: 0; right: 0;
	width: 100px; height: 100px;
	cursor: pointer;
	background-color:#2E3133;
	background-image: url(images/botonCerrarGrande.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#popupFotosTrayectoria .botonCerrar:hover {
	background-color: #505659;
}

#loading {
	position: fixed;
	top: 0; left: 0; width: 100%; height: 100%;
	background-color: rgba(46,49,51,1);
	display: table;
	z-index: 1000;
}
#loading .cell {
	text-align: center;
}

#menuMobile .botonMobile {
	border: 1px solid #606567;
	line-height: 40px; width: 40px;
	color: #606567;
	text-decoration: none;
	text-align: center;
	font-size: 2.1em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
#menuMobile .botonMobile:hover {
	background: #D1D7D8;
	border-color: #D1D7D8;
	color: #2E3133;
}
#menuMobile .left, #menuMobile .right {
	display: inline-block; vertical-align: middle;
	width: 50%;
}
#menuMobile .left { text-align: left; }
#menuMobile .right { text-align: right; }
	
#menuMobileSlide {
	background: #2e3133;
	position: fixed;
	top: 0; left: 0; width: 100%;
	max-height: 100%;
	overflow-y: auto;
	z-index: 999;
}
#menuMobileSlide .tabla { width: 100%; height: 100%; }
#menuMobileSlide .cell { vertical-align: top; }
#menuMobileSlide .contenido {
	padding: 80px 40px;
	text-align: center;
}
#menuMobileSlide .botonMenu {
	font-size : 2em;
	text-transform : uppercase;
	color : #818889;
	letter-spacing: 0.1em;
	display: block;
	padding: 20px 0;
}
#menuMobileSlide .botonMenu:hover, #menuMobileSlide .botonMenu.activo {
	color: #ffffff;
}
#menuMobileSlide .division {
	border-bottom: 1px solid #818889;
	display: block;
}

footer {
	position: fixed;
	bottom: 0; left: 0; width: 100%;
	background: #2e3133;
	padding: 10px;
	text-align: center;
    letter-spacing: 0.3em;
    line-height: 1.6em;
}
footer .info, footer .separacion {
	display: inline-block; vertical-align: middle;
}
footer .info {
	color: #b9c0c1;
	font-size: 1em;
	font-weight: 400;
}
footer .separacion {
	margin-left: 25px; margin-right: 25px;
	border-right: 1px solid #676767;
	height: 25px;
	opacity: 0.5;
}

@media (max-width: 1300px) {
	nav .botonMenu {
		letter-spacing: 0.15em;
		padding: 25px 30px;
	}
	
}
@media (max-width: 1100px) {
	nav .botonMenu {
		letter-spacing: 0.1em;
		padding: 25px 20px;
	}
}

@media (max-width: 1000px) {
	.popup .contenido {
		width: 100%;
		padding: 80px !important;
	}
	#estudio .contenido {
		padding: 80px 40px !important;
	}
	#propuesta .contenidoSolapa .columnas {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
		-webkit-column-gap: 0; /* Chrome, Safari, Opera */
		-moz-column-gap: 0; /* Firefox */
		column-gap: 0;
	}
	.col50 { width: 100%; display: block; }
	.col33 { width: 100%; display: block; }
	
	.popup .contenido.marcaDeAgua {
		background-image: none;
	}
	#propuesta .solapas .botonParticipar { display: none;}
	#propuesta .calltoaction { text-align: left; padding: 10px; }
	#propuesta .calltoaction span { width: auto; }
	
}
@media (max-width: 950px) {
	#menu { display: none; }
	#menuMobile { display: block; }
}
@media (max-width: 800px) {
	#propuesta .solapa { display: block; margin-right: 40px;}
	
	header .flecha .boton { padding: 20px 10px; }
	header .flecha:hover .boton { padding: 20px 20px; }
	#formContacto .checkbox { display: block; margin-bottom: 10px; }
	
	#estudio .trayectoria { padding-left: 0; padding-right: 0; }
	
	#popupFotosTrayectoria .flecha .boton { padding: 20px 15px; }
	#popupFotosTrayectoria .flecha:hover .boton { padding: 20px 20px; }
	#popupFotosTrayectoria .botonCerrar { width: 60px; height: 60px; }
	
}

@media (max-width: 500px) {
	#propuesta .calltoaction {
		text-align: center;
	}
	.popup .contenido {
		padding: 60px 40px !important;
	}
	#estudio .contenido {
		padding: 40px 20px !important;
	}
	#propuesta .contenido { padding:60px 10px !important; }
	#propuesta .calltoaction .botonParticipar { margin-left: 0; }
	
	header .tituloHome { padding: 30px 40px; font-size: 1.7em; }
	header .logoEZ { padding: 40px 50px; }
	header .top img { width: 200px; }
	
	header .tituloHome br, #menuMobileSlide .botonMenu br { display: none; }
	
	#estudio .trayectoria .sliderFotos .flecha { width: 10%; }
	#estudio .trayectoria .sliderFotos .fotosContainer { width: 80%; }
	
}

@media (max-width: 400px) {
	header .flecha { display: none; }
	header .tituloHome { margin: 10px; padding: 30px 30px; }
}

@media (max-height: 800px) {
	header .tituloHome { padding: 30px 40px; }
	header .logoEZ { padding: 50px 60px; }
	header .flecha .boton { padding: 30px 20px; }
	header .flecha:hover .boton { padding: 30px 30px; }
}

@media (max-height: 700px) {
	header .tituloHome { padding: 30px 40px; font-size: 1.7em; }
	header .logoEZ { padding: 40px 50px; }
	header .top img { width: 200px; }
	header .flecha .boton { padding: 20px 10px; }
	header .flecha:hover .boton { padding: 20px 20px; }
	header .tituloHome {
		font-size: 1.4em;
		padding: 20px 30px;
	}
	header .bottom .botonComoParticipar {
		padding: 10px 30px 20px;
		font-size: 1.2em;
	}
}



@media (max-height: 500px) {
	header .scroll {
		height: 500px;
	}
}




