/*______________________________---------------------__PORTADA*/

.portada-tablero{
  background-image:url("../img/imgportadatablero.jpg");
  background-size: cover;
}

.texto-portada h1{
  color: #efefef;
  font-weight: 500;
  font-size: 3.5rem;
}

.texto-portada h2{
  font-size: 1.5rem;
  color: #efefef;
  font-weight: 500;
}

.texto-portada h3{
  font-weight: 400;
  font-size: 1rem;
  color: #efefef;
}

.black-overlay {
  background-color: rgba(0,0,0,0.5);
  padding: 15rem 2rem;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
   }

.bajada-texto{
  margin-top: 2rem;
  font-weight:100;
  font-size: 1rem;
  color: lightgray;
}

/* Tablet */
@media (min-width: 461px) and (max-width: 768px) {
  .black-overlay {
    padding: 7rem 2rem;
  }
}
/* Cel */
@media (max-width: 460px) {
  .black-overlay {
    padding: 4rem 2rem;
  }
  .texto-portada h1 {
    font-size: 2rem;
  }
}



/*---------------------------------------------------------------------CUERPO PROYECTO*/

.contenedor-proyecto{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #424242;
  margin-top: -6em;
}

.contenedor-pastilla{
  background-color: #efefef;
  border-radius: 4px;
}

.info-pastilla{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
}

.bloque-pastilla,
.bloque-botones {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  padding: 0 0.5rem;
}

.bloque-pastilla {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bloque-pastilla .material-icons{
  color: #3299bb;
  font-size: 2rem;
  margin-right: 0.5rem;
}
.bloque-pastilla p{
  font-size: 0.8rem;
}

.bloque-botones .partic {
  text-align: right;
}
.bloque-botones .cant-participantes {
  display: inline;
  font-size: .8rem;
  margin-bottom: .8rem;
}

.footer-pastilla{
  border-top: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  color: grey;
}

.estadisticas-pastilla .material-icons{
  color: gray;
}

.estadisticas-pastilla span{
  margin-right: 1rem;
  margin-left: 0.3rem;
  font-weight: 600;
}

.estadisticas-pastilla{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tags-contenedor a{
  margin: 0 0.3rem;
  text-decoration: none;
  color: gray;
  font-weight: 500;
  font-size:0.8rem;
}


/* Tablet */
@media (min-width: 461px) and (max-width: 768px) {
  .contenedor-proyecto {
    margin-top: -3rem;
  }
  .info-pastilla {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bloque-pastilla,
  .bloque-botones {
    width: 50%;
  }
}
/* Cel */
@media (max-width: 460px) {
  .contenedor-proyecto {
    margin-top: -2rem;
  }
  .info-pastilla {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bloque-pastilla,
  .bloque-botones {
    width: 50%;
  }

  #bx-pager {
    display: none;
  }
}



/*------------------------------------CUERPO */

.cuerpo-proyecto{
  margin-top: 3rem;
}

.cuerpo-proyecto section {
  background-color: #efefef;
  border-radius: 4px;
  margin-bottom: 1rem;
  padding: 2rem;
}


.cuerpo-proyecto .material-icons{
  color: #3299bb;
  font-size: 1.5rem;
  margin-right: 0.3rem;
}


.cuerpo-proyecto h2{
  margin-bottom: .5rem;
}

.cuerpo-proyecto p {
  max-width: 50rem;
  line-height: 1.6;
}
.slider-fotos {
  margin-bottom: 2rem;
}

.section-unirme {
  text-align: center;
  margin: 2rem 0 4rem;
}

.section-unirme p {
  margin-bottom: 1rem;
}

.flyer{
  width: 100%;
  border-radius: 4px;
  margin-bottom: 2rem;
}




/*--------------------------------------------------------------------ESTILO RECOMENDADOS-*/


.cont-recomendados{
 background-color: #efefef;
 padding: 1rem;
}

.cont-recomendados h1{
  margin-bottom: 1em;
  color: #424242;
  font-weight: 100;
}

.recomendados{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recomendados .tarjeta {
  background-color: white;
}


/* Cel */
@media (max-width: 460px) {

}
/* Tablet */
@media (min-width: 461px) and (max-width: 768px) {

}


/*--------------------------------------------------------------BOTONES-*/
.unirme-fav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.boton-unirse{
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: inline-block;
  border: 2px solid #ff9d0b;
  border-radius: 4px;
  color: orange;
  font-size: 1.5rem;
  padding: 0rem 1rem;
  margin-right: .2rem;
  text-align: center;
}

.boton-unirse:hover {
  color: white;
  background: #ff9d0b;
}

.boton-interesa{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  border-radius: 4px;
  color: gray;
  padding: .3rem .5rem 0;
}

.boton-interesa:hover {
  color: red;
}