/* Fondo de info de proyecto */
.fondo-info-proyecto {
	border: 1px solid black; 
	background: rgba(0, 0, 0, 0.5);
	padding: 5px;
	
}

/* Fondo barra buscador */
.buscador {
	background-color: rgb(255, 255, 255);
 	border: 1px solid #CCCCCC; 
	padding: 10px;
	text-align: center;
}

/* Boton barra buscador */
.buscador-btn {
	background-color:#2A63CB;
	border-color:#2659B6;
	color:#FFFFFF;
	
}
.buscador-btn:hover {
	background-color:#2659B6;
	border-color:#2659B6;
	color:#FFFFFF;
	
}
.banner{
/* 	height: 85%; */
	width: 100%;
/*     background-image: url(../img/proyecto-portada/background.jpg); */
    background-image: url(../img/proyecto-portada/slide-00-1920x640.jpg);
    background-repeat: no-repeat;
    background-size: cover
}




/* Botones de descarga App */
.info-btns ul li{
	display:inline-block;
}
.info-btns ul li:first-child{
	margin-right:5px;
}
.info-btns ul li:first-child a{
	width: 180px;
	height: 53px;
	display: block;
	background: url(../images/img-sprit.png) no-repeat #F2F4F5 -172px -879px;
}
.info-btns ul li:nth-child(2) a{
	width: 180px;
	height: 53px;
	display: block;
	background: url(../images/img-sprit.png) no-repeat #F2F4F5 -172px -826px;
}
.info-btns{
	margin-top: 1.3em;
}
/* Fin Botones de descarga App */




/*  styles swiper */
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/*  fin styles swiper */
