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

@font-face{
	font-family: "opensans1";
	src: url("fuentes/opensans/OpenSans-Regular.ttf");	
}

@font-face{
	font-family: "opensans2";
	src: url("fuentes/opensans/OpenSans-Light.ttf");	
}



/*2 INICIO PAGINA IDEAS (móvil)*/
#contenedor_ideas{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:30px;
}

.bloque { 
	float: left;
	cursor: pointer;
	margin-top: 40px;
	margin-right: 15%;
	margin-left:15%;
	position: relative;
	width:70%;
	height: 280px;
} 
 
.f1, .f2, .f3, .f4, .f5 {
	background-repeat: no-repeat;
 	background-size:cover;
}

.f1, .f2, .f5 {
	background-position:center;
}

.f3, .f4 {
	background-position:bottom center;
}

.f1{
 	background-image: url(../images/id1.jpg);
}
 
.f2{
 	background-image: url(../images/id2.jpg);
}
 
 .f3{
 	background-image: url(../images/id3.jpg);
}
 
 .f4{
 	background-image: url(../images/id4.jpg);
}
 
 .f5{
 	background-image: url(../images/id5.jpg);
}
 
.informacion { 
	text-align: center;
	display: none;
	width:100%;
	height: 100%;
	background-image: url(../images/bg_ideas.png); 
	margin-top:0px;
	position:relative;
}

.descripcion_ideas{
	width:100%;
	height:auto;
	box-sizing:border-box;
	margin:0 auto;
	text-align:center;
	position: absolute;
	left:0%;
    top: 50%; 
	transform: translateY(-50%);  
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);	
}

 /*CAMBIO NEW*/
.titulo_ideas, .titulo_ideas2{
	color: #ffffff;
	padding: 10px;
}
 /*CAMBIO NEW*/
.titulo_ideas{
	
	font: 400 24px 'opensans1', sans-serif;
}

 /*CAMBIO NEW*/
.titulo_ideas2{

	font: 400 24px 'opensans1', sans-serif;

}
 /*CAMBIO NEW*/
.texto_ideas{
	color: #f5f5f5;
	font: 300 15px 'opensans2', sans-serif;
	padding: 10px;
}

.mas_ideas{
	width: 28px;
	height: 28px;
	text-align:center;
}
/*2 FIN PAGINA IDEAS (móvil)*/

/* INICIO ESTILOS PARA EL NUEVO SLIDE (móvil)*/

html {
	  margin: 0 auto;
	  height:100%; 
}
	
body {
	height:auto;
	background: #FFF;
	color:#000;
	margin: 0 auto;
}
 
#contenedor-slide{
	width:100%;
	margin:0 auto;
}

.swiper-container{
	width: 100%;              
	height:auto;
	float:left;
	margin-left: 0px;
	margin-top: 0px !important;     
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: "opensans1", sans-serif;
	color:#000;
}

.swiper-pagination{
	color:#d4d4d4 !important;	
}

.swiper-pagination-bullet{
	margin:0 0px !important;	
}

.swiper-slide img {
		width: 84%;              
	margin:0 auto;
	text-align:center;
}

.ideastitulo{
	width:100%;
	float:left;
	margin-top:30px;
		font-size:35px;
	font-weight:600;
	text-align:center;
	color: #5d5d5d;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: "opensans1", sans-serif;

}
	
.ideassubtitulo{
	width:100%;
	float:left;
		padding:0 8%;
		box-sizing:border-box;
		margin-bottom:10px;
		font-size:0.8em;
	font-weight:200;
	color: #5d5d5d;
	text-align:center;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: "opensans1", sans-serif;
	text-transform:uppercase;
}

.ideastexto{
	width:100%;
	float:left;
		margin:10px 0px;
		/*font:200 0.8em 'Source Sans Pro', sans-serif;*/
		font:200 0.8em 'opensans1', sans-serif;
		padding:0 8%;
		text-align:justify;
	color: #5d5d5d;
	box-sizing:border-box;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
}

.swiper-pagination-bullet {
	width: auto !important;
	height: 20px !important;
	text-align: center !important;
	line-height: 20px !important;
	font-size: 12px !important;
	color: rgba(212,212,212,1.00) !important;
	opacity: 1 !important;
	background-color:transparent !important;
}

.swiper-pagination-bullet-active {
	color:#000 !important;
	background:transparent !important;
}

.swiper-pagination {
	top:0px !important; 
}

.swiper-button-next{
	width:10px !important;
	height:35px !important;
	background-size:17px 35px !important;
	right:0px !important;
}

.swiper-button-prev{
	width:10px !important;
	height:35px !important;
	background-size:17px 35px !important;
	left:0px !important;
}	

.swiper-button-white{
	background-color: rgba(0,0,0,0.20) !important;
	padding:5px !important;
}

.menu_ideas{
	margin: 40px auto 0 auto;
	width:100%;
	height:20px;
	position:relative;	
	overflow:hidden;
	text-align:center;
}
/* FIN ESTILOS PARA EL NUEVO SLIDE (móvil)*/


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-device-width: 481px) {


/*2 INICIO PAGINA IDEAS (tablet)*/
#contenedor_ideas{
	width:90%;
}

.bloque { 
	float: left;
	cursor: pointer;
	margin-top: 40px;
	margin-right: 2.5%;
	margin-left:2.5%;
	position: relative;
	width:45%;
	height: 300px;
} 
/*2 FIN PAGINA IDEAS (tablet)*/
/* INICIO ESTILOS PARA EL NUEVO SLIDE (tablet)*/





/* FIN ESTILOS PARA EL NUEVO SLIDE (tablet)*/
}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-device-width: 768px) {

/*2 INICIO PAGINA IDEAS (monitor)*/
#contenedor-slide{
	max-width:1200px;
}

#contenedor_ideas{
	width:80%;
	max-width:1200px;
}

.bloque { 
	float: left;
	cursor: pointer;
	margin-top: 38px;
	margin-right: 3%;
	margin-left:3%;
	position: relative;
	width:44%;
	height: 264px;
} 







/*2 FIN PAGINA IDEAS (monitor)*/
/* INICIO ESTILOS PARA EL NUEVO SLIDE (monitor)*/

.swiper-slide img {
	width: 70%;              
	margin:0 auto;
	text-align:center;
}

.ideastitulo{
	width:100%;
	float:left;
	margin-top:30px;
	font-size:45px;
	font-weight:600;
	text-align:center;
	color: #5d5d5d;
/*	font-family: 'Source Sans Pro', sans-serif;
*/	font-family: "opensans1", sans-serif;
}
	
.ideassubtitulo{
	width:100%;
	float:left;
	margin-bottom:20px;
	font-size:0.9em;
	font-weight:200;
	color: #5d5d5d;
	text-align:center;
/*	font-family: 'Source Sans Pro', sans-serif;*/	
font-family: "opensans1", sans-serif;
text-transform:uppercase;
}

.ideastexto{
	width:100%;
	float:left;
	margin:20px 0px;
/*	font:200 1em 'Source Sans Pro', sans-serif;
*/	font:200 1em 'opensans1', sans-serif;
	padding:0 15%;
	color: #5d5d5d;
	box-sizing:border-box;
}

.swiper-button-next{
	width:27px !important;
	height:44px !important;
	background-size:27px 44px !important;
	right:10px !important;
}

.swiper-button-prev{
	width:27px !important;
	height:44px !important;
	background-size:27px 44px !important;
	left:10px !important;
}	
.swiper-button-white{
	background-color: rgba(0,0,0,0.20) !important;
	padding:8px !important;
}

.swiper-button-white:hover{
	background-color: rgba(0,0,0,0.40) !important;
}


/* FIN ESTILOS PARA EL NUEVO SLIDE (monitor)*/
 


}

@media only screen and (min-device-width: 1025px) {
.bloque { 
	margin-top: 38px;
	margin-right: 2%;
	margin-left:2%;
	width:16%;
	height: 300px;
} 
.titulo_ideas{
	font-size:17px;	
}



	
}
