/* ==========================================================================
   Fonts
   ========================================================================== */
   
@font-face {
	font-family: 'eideFont';
	src:url('../fonts/eideFont.eot?wft63k');
	src:url('../fonts/eideFont.eot?wft63k#iefix') format('embedded-opentype'),
		url('../fonts/eideFont.ttf?wft63k') format('truetype'),
		url('../fonts/eideFont.woff?wft63k') format('woff'),
		url('../fonts/eideFont.svg?wft63k#eideFont') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'eideFont';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class^="icon-"] span, [class*=" icon-"] span { display: none; }

.icon-PortfolioNight:before {
	content: "\e900";
}
.icon-PuertasAbiertas:before {
	content: "\e901";
}

@font-face {
  font-family: 'EIDE-Body-Bold';
  src:	url('../fonts/EIDE-Body-Bold.eot');
  src:	url('../fonts/EIDE-Body-Bold.eot?#iefix') format('embedded-opentype'),
  		url('../fonts/EIDE-Body-Bold.otf')  format('opentype'),
	    url('../fonts/EIDE-Body-Bold.woff') format('woff'),
	    url('../fonts/EIDE-Body-Bold.ttf')  format('truetype'),
	    url('../fonts/EIDE-Body-Bold.svg#EIDE-Body-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'EIDE-Body-Roman';
  src:	url('../fonts/EIDE-Body-Roman.eot');
  src:	url('../fonts/EIDE-Body-Roman.eot?#iefix') format('embedded-opentype'),
  		url('../fonts/EIDE-Body-Roman.otf')  format('opentype'),
  		url('../fonts/EIDE-Body-Roman.woff') format('woff'),
  		url('../fonts/EIDE-Body-Roman.ttf')  format('truetype'),
  		url('../fonts/EIDE-Body-Roman.svg#EIDE-Body-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'EIDE-Body-Heavy';
  src:	url('../fonts/EIDE-Body-Heavy.eot');
  src:	url('../fonts/EIDE-Body-Heavy.eot?#iefix') format('embedded-opentype'),
  		url('../fonts/EIDE-Body-Heavy.otf')  format('opentype'),
	    url('../fonts/EIDE-Body-Heavy.woff') format('woff'),
	    url('../fonts/EIDE-Body-Heavy.ttf')  format('truetype'),
	    url('../fonts/EIDE-Body-Heavy.svg#EIDE-Body-Heavy') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ==========================================================================
   Genérico
   ========================================================================== */
   
body{
	font-family: 'EIDE-Body-Roman', 'Open Sans', Arial, sans-serif;
	background: #fff;
	line-height: 1.4em;
}
article{ padding-bottom: 0; }
strong{ font-family: 'EIDE-Body-Heavy', 'Open Sans', Arial, sans-serif; font-weight: normal; }

.nota{
	display: none;
	font-size: 11px;
	color: #999;
}

button, .btn{
	background: #db0949;
	font-size: 15px;
	font-size: 1.07143rem;
	font-family: 'EIDE-Body-Bold', 'Open Sans', Arial, sans-serif;
	line-height: 15px;
	padding: 13px 50px;
}
button:hover, .btn:hover{
	background: #db0949;
	color: #fff;
}

.red{ color: #db0949; }

.only900, .only932{ display: none; }

/* ==========================================================================
   Header
   ========================================================================== */

.logo{
	width: 1160px;
	height: 265px;
	background-image: url('../img/eide_design_day.jpg');
}
.logo-img{
	width: 1160px;
	max-width: 100%;
	height: auto;
}

header{ margin-top: 90px; }
	header .wrapper-content{ padding-top: 0; }
	header .date{
	    font-family: 'EIDE-Body-Heavy', 'Open Sans', Arial, sans-serif;
	    width: 100%;
	    text-align: center;
	    left: 0;
	    top: 5%;
	    font-size: 2em;
	    margin-bottom: -40px;
	    position: relative;
	}
		header .date span{
			background: #000;
		    color: #fff;
		    display: inline-block;
		    padding: 14px 15px 11px;
		}

/* ==========================================================================
   Contenido: Puertas Abiertas
   ========================================================================== */

/* #contenido .wrapper-content{ padding: 0; } */
 
#puertas-abiertas{
	max-width: 1160px;
	margin: 0 auto;
	position: relative;
}
	#puertas-abiertas .bg-puertas-abiertas{
		display: inline-block;
		width: 1160px;
		height: auto;
		max-width: 100%;
	}
	#puertas-abiertas .icon-PuertasAbiertas{
		font-size: 27em;
		color: #fff;
		position: absolute;
		top: -105px;
		left: 80px;
	}
	#puertas-abiertas .texto{
		position: absolute;
		top: 32%;
		width: 100%;
	}
		#puertas-abiertas .texto p{
			position: relative;
			text-align: center;
			font-size: 1.1em;
			
			color: #fff;
			width: 650px;
			max-width: 80%;
			margin: 0 auto 25px;
		}
		
/* ==========================================================================
   Contenido: Empresas participantes
   ========================================================================== */

#empresas-participantes{
	margin-bottom: 60px;
	text-align: center;
}
.empresas-title{ font-size: 1.5em; }
.icon-mapa{ height: 50px; width: auto; }
.enlace-icon-mapa + p{ margin-top: 5px; }
.participantes dl{ min-height: 140px; }
	.participantes dl dt{
		font-family: 'EIDE-Body-Heavy', 'Open Sans', Arial, sans-serif;
		font-weight: normal;
		text-transform: uppercase;
	}
	.participantes dl dd{
		margin-left: 0;	
	}
	.participantes ul{
		list-style: none;
		padding: 0;
	}
	
/* ==========================================================================
   Contenido: Portfolio Night
   ========================================================================== */

/* #portfolio-night .wrapper-content{ padding: 0; } */
   
#portfolio-night-content{
	max-width: 1160px;
	margin: 0 auto;
	position: relative;
}
	#portfolio-night-content .bg-portfolio-night{
		display: inline-block;
		width: 1160px;
		height: auto;
		max-width: 100%;
		margin-bottom: 20px;
	}
	#portfolio-night-content .texto{
		position: absolute;
		top: 32%;
		width: 100%;
	}
		#portfolio-night-content .texto p{
			position: relative;
			text-align: center;
			font-size: 1.1em;
			
			width: 650px;
			max-width: 75%;
			margin: 0 auto 25px;
		}
	#portfolio-night-content .outside{
		max-width: 80%;
		margin: 0 auto;
	}
	#portfolio-night-content .outside p{
		text-align: center;
		font-size: 1.1em;
		
	}
#disenador-participante{
	margin: 50px 0 100px;
	text-align: center;
}

/* ==========================================================================
   Bloque formulario
   ========================================================================== */

/*
.form{
	float: left;
	max-width: 50%;
}
.address{ float: right; }
*/
.form .left, .form .right{
	width: 45%;
	float: left;
}
.form .right{ float: right;}

section#contacto{ margin-bottom: 0; }

	#contacto .wrapper-content > h1, #contacto .wrapper-content > p{ text-align: center; }
	#contacto .wrapper-content > p{ font-size: 1.1em;  }

input[type="radio"] + label, input[type="checkbox"] + label{ display: inline-block; }

.address-form{ margin-top: 50px; }
	.address-form .left hr{ margin: 30px 0; }

.address{
	margin: 60px 0 0;
	text-align: center;
}
	.address address{ display: inline-block; }
	.address > .address-p{
		display: inline-block;
		margin-left: 30px;
	}
	.address .colaboradores{
		float: left;
/* 		margin-left: 30px; */
		margin-top: 10px;
		text-align: left;
	}
	.address .colaboradores.first{ margin-left: 0; margin-right: 20px; }

.logo-presentacion{
	color: #777;
	font-family: 'EIDE-Body-Bold', 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	font-size: .75rem;
}
.logos{ padding-left: 15px; }
	.logos li{
		list-style: none;
		text-align: right;
		max-width: 130px;
		float: left;
		margin-left: 30px;
	}
	.logos li#am-libros{ max-width: 80px; }
	.logos li#vidrala{ max-width: 70px; }
	.logos li:first-child{ margin-left: 0; }
		.logos li img{
			width: 100%;
			height: auto;
		}
		.logos li:first-child img{ margin-top: 0; }
.social{
	padding: 0;
	margin: 20px 0 0;
	float: right;
}
	.social li{
		display: inline-block;
		width: 63px;
		height: 63px;
		margin-left: 15px;
	}
	.social li:first-child{ margin-left: 0; }
		.social li a{
			display: block;
			width: 100%;
			height: 100%;
		}
		.social li.facebook a{ background: url('../img/facebook.jpg') 0 0 no-repeat; }
		.social li.twitter a{ background: url('../img/twitter.jpg') 0 0 no-repeat; }

/* ==========================================================================
   @Media Query: Versión tablet horizontal
   ========================================================================== */
		
@media only screen and (min-width: 961px) and (max-width: 1023px){
	
	/* ==========================================================================
	   General
	   ========================================================================== */
	
	.columns__3 .col{ width: 50%; }
	
	/* ==========================================================================
	   Contenido: Empresas participantes
	   ========================================================================== */
	   
	.participantes dl{
		width: 50%;
		float: left;
	}
	
}

/* ==========================================================================
   @Media Query: Versión tablet vertical
   ========================================================================== */
		
@media only screen and (min-width: 768px) and (max-width: 960px){
	
	/* ==========================================================================
	   General
	   ========================================================================== */
	
	.columns__3 .col{ width: 50%; }
	
	/* ==========================================================================
	   Contenido: Empresas participantes
	   ========================================================================== */
	   
	.participantes dl{
		width: 50%;
		float: left;
	}
	
	/* ==========================================================================
	   Contenido: Portfolio Night
	   ========================================================================== */
	
	#portfolio-night-content .texto{ top: 25%; }
		#portfolio-night-content .texto p{
			max-width: 60%;
		}
	
	/* ==========================================================================
	   Bloque formulario
	   ========================================================================== */
	
	.address .colaboradores{
			text-align: center;
			float: none;
			margin-left: 0;
		}
		.address .colaboradores.first{ margin-top: 0; }
		
	.logos li{ margin: 0 auto!important; }
	
}

/* ==========================================================================
   @Media Query: Especial EIDE
   ========================================================================== */
		
@media only screen and (max-width: 932px){
	
	/* ==========================================================================
	   General
	   ========================================================================== */
	   
	.hideon932{ display: none; }
	.only932{ display: inline-block; }
	
	/* ==========================================================================
	   Contenido: Puertas Abiertas
	   ========================================================================== */	
	
	#puertas-abiertas .only932{
		max-width: 80%;
		text-align: center;
		display: block;
		margin: 30px auto 0;
	}
	
}

/* ==========================================================================
   @Media Query: Especial EIDE
   ========================================================================== */
		
@media only screen and (max-width: 840px){
	
	#portfolio-night-content .texto{ top: 22%; }
	
}

/* ==========================================================================
   @Media Query: Especial EIDE
   ========================================================================== */
		
@media only screen and (min-width: 1320px){
	
	/* ==========================================================================
		Bloque formulario
		========================================================================== */
	
	.logos li{ max-width: 180px; }
	.logos li#am-libros{ max-width: 110px; }
	.logos li#vidrala{ max-width: 100px; }
	
}

/* ==========================================================================
   @Media Query: Especial EIDE
   ========================================================================== */
		
@media only screen and (max-width: 1023px){

	/* ==========================================================================
	   General
	   ========================================================================== */
	   
	.hideon900{ display: none; }
	.only900{ display: inline-block; }
	
	/* ==========================================================================
	   Contenido: Portfolio Night
	   ========================================================================== */
	
	#portfolio-night-content .only900{
		max-width: 80%;
		display: block;
		margin: 0 auto 40px;
		text-align: center;
	}
		#portfolio-night-content .only900 p{ font-size: 1.1em;  }
		#portfolio-night-content .texto{ top: 25%; }
			#portfolio-night-content .texto p{ max-width: 50%; }
	
	/* ==========================================================================
		Bloque formulario
		========================================================================== */
	
	.colaboradores{ margin-bottom: 30px; }
	.logos li{ float: none; margin-left: 0; max-width: 180px; }
	.logos li#am-libros{ max-width: 110px; }
	.logos li#vidrala{ max-width: 100px; }
		.logos li img{ margin-top: 20px; }
		.logos li:first-child img{ margin-top: 0; }
	.social{
		float: none;
		clear: both;
		text-align: center;
	}
	
}

/* ==========================================================================
   @Media Query: Versión móvil
   ========================================================================== */

@media only screen and (max-width: 767px){
	
	.form, .address{
		float: none;
		max-width: none;
		text-align: center;
	}
	.address{ margin-top: 20px; }
	.columns__3 .col{
		width: 100%;
		text-align: center;
	}
	
	/* ==========================================================================
	   Header
	   ========================================================================== */
	   
	.logo{ max-width: 100%; background-size: 100%; }
/* 	header .date{ position: static; } */
	
	/* ==========================================================================
	   Contenido: Puertas Abiertas
	   ========================================================================== */
	
	#puertas-abiertas .texto{ top: 26%; }
/* 		#puertas-abiertas .texto p{ font-size: 1em; } */
	#puertas-abiertas .only932 p{
		max-width: 80%;
		margin: 20px auto 0;
		text-align: center;
		font-size: 1.1em;
		
	}
	#puertas-abiertas .only932 .btn{ display: inline-block; }
	
	/* ==========================================================================
	   Contenido: Empresas participantes
	   ========================================================================== */
	   
	.empresas-title{ text-align: center; }
	
	/* ==========================================================================
	   Contenido: Portfolio Night
	   ========================================================================== */
	
	#portfolio-night-content .texto{ top: 20%; }
		#portfolio-night-content .texto p{
			font-size: 1.1em;
			
			max-width: 60%;
		}
		
	/* ==========================================================================
		Bloque formulario
		========================================================================== */
	
	.form .left, .form .right{
		width: auto;
		max-width: none;
		float: none;
	}
	
	.address-form .left hr{ display: block!important; }
	
	.logo-presentacion{ text-align: center; }	
	.logos{ padding: 0; }
		.logos li{ margin: 0 auto!important; }
	.social{
		float: none;
		margin-top: 30px;
	}
	
	.address{ }
		.address address{ display: block; }
		.address > .address-p{
			display: block;
			margin-left: 0;
		}
		.address .colaboradores{
			float: none;
			margin-left: 0;
		}
		.address .colaboradores.first{ margin-top: 0; margin-right: 0; }
	button, .btn{
		width: 100%;
		box-sizing: border-box;
	}
	
}

/* ==========================================================================
   @Media Query: Especial EIDE
   ========================================================================== */

@media only screen and (max-width: 690px){
	
	/* ==========================================================================
	   Contenido: Puertas Abiertas
	   ========================================================================== */
	   
	#puertas-abiertas .texto{ position: static; }
		#puertas-abiertas .texto p{
			margin: 20px auto 0;
			color: #000;
		}
		
	/* ==========================================================================
	   Contenido: Portfolio Night
	   ========================================================================== */
	
	#portfolio-night-content .texto{ top: 20%;  }
		#portfolio-night-content .texto p{ font-size: .93em; }
}

/* ==========================================================================
   @Media Query: Versión móvil reducida
   ========================================================================== */

@media only screen and (max-width: 568px){

	#portfolio-night-content .texto{ top: 23%;  }
	
}

/* ==========================================================================
   @Media Query: Especial EIDE
   ========================================================================== */

@media only screen and (max-width: 483px){
	
	#portfolio-night-content .texto{ top: 23%;  }
	
}

/* ==========================================================================
   @Media Query: Especial EIDE
   ========================================================================== */

@media only screen and (max-width: 430px){
	
	#portfolio-night-content .texto{ position: static;  }
		#portfolio-night-content .texto p{
			font-size: 1.1em;
			line-height: 1.4em
			margin-top: 20px;
			max-width: 80%;
		}
	
}

/* ==========================================================================
   @Media Query: Retina
   ========================================================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){
	
	/* ==========================================================================
	   Header
	   ========================================================================== */
	   
	.logo{
		background-image: url('../img/eide_design_day@2x.jpg');
		background-size: 1160px 265px;
	}
	
	/* ==========================================================================
	   Contenido: Puertas Abiertas
	   ========================================================================== */
	
	#puertas-abiertas .background{
		background-image: url('../img/bg_puertas_abiertas@2x.jpg');
		background-size: 1160px 1280px;
	}
	
	/* ==========================================================================
	   Social
	   ========================================================================== */
	
	.social li.facebook a{
		background-image: url('../img/facebook@2x.jpg');
		background-size: 100%;
	}
	.social li.twitter a{
		background-image: url('../img/twitter@2x.jpg');
		background-size: 100%;
	}
	
}