

* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: 'Open Sans',sans-serif, arial, helvetica;
}

body{
  background-color: #d9d6d6;
}

ul{
  list-style: none;
}

.centrado{
  text-align: center;
}


@media (max-width: 460px) {
  .ocultar-mobile { display: none; }
}
@media (min-width: 461px) {
  .mostrar-mobile { display: none; }
}

/* columnas  --------------------------------------------------*/
.contenedor-gral {
  max-width: 960px;
  padding: 0 1rem;
  margin: 0 auto;
}

/* clearfix para que los float no se salgan */
.contenedor-gral:before,
.contenedor-gral:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.contenedor-gral:after {
    clear: both;
}

/* Cel */
@media (max-width: 460px) {
  .contenedor-gral {
    max-width: none;
  }
}
/* Tablet */
@media (min-width: 461px) and (max-width: 768px) {
  .contenedor-gral {
    max-width: 600px;
  }
}


/* botones y links  --------------------------------------------------*/
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #3ebee8;
}

.boton-principal {
  font-weight: 400;
  background-color: #ff9d0b;
  color: white;
  border-radius: 4px;
  padding: 0.3rem;
  font-size: inherit;
}
.boton-principal:hover {
  background-color: #e68a00;
  color: white;
}

.boton-secundario{
  display: inline-block;
  font-size: inherit;
  text-decoration: none;
  border: 1px solid #3ebee8;
  border-radius: 4px;
  color: #3299bb;
  padding: .3rem 1rem;
}
.boton-secundario:hover{
  color: white;
  background-color: #3ebee8;
}



/* topbar --------------------------------------------------------------------*/
header{
  padding: 1em;
  background-color: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cont-logo{
  height: 30px;
  display: inline-block;
  border-right: 1px solid lightgray;
  padding-right: 1rem;
  margin-right: 1rem;
}
.logo{
  height: 100%;
}

header nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
header nav a {
  display: inline-block;
  margin-right: 1rem;
  color: #424242;
  text-decoration: none;
  font-weight: 600;
}
.nav-secundaria {
  text-align: right;
}

/* Tablet */
@media (min-width: 461px) and (max-width: 768px) {
    header nav a {
      font-size: .9rem;
    }
}
/* Cel */
@media (max-width: 460px) {
  header {
    padding: .6rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .cont-logo {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    width: 100%;
  }
  header nav {
    width: 100%;
    margin-top: .5rem;
  }
  header nav a {
    font-size: .9rem;
  }
  .nav-secundaria {
    text-align: center;
  }
}


/*-----------------------------------------------------------buscador*/
.buscador{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  border-radius: 4px;
  background-color: white;
  height: 2.5rem;
  padding: 0 1rem;
}

.buscador .boton-busca{
  font-size: 2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: orange;
}

.buscador input {
  font-size: 0.8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  border: none;
  outline: none;
  background: transparent;
}


/*-----------------------------------------------------------desplegable*/
.desplegable {
  position: relative;
  display: inline-block;
}
.desplegable > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #efefef;
  box-shadow: 0 3px 10px rgba(0,0,0,.3);
  padding: 0.5rem 0;
}
.desplegable:hover > ul {
  display: block;
}

.desplegable  i {
  vertical-align: top;
}

.desplegable li {
  font-size: 0.9rem;
}
.desplegable li a {
  display: block;
  white-space: nowrap;
  padding: 0.5rem 2rem 0.5rem 1rem;
}

.desplegable.derecha > ul {
  left: auto;
  right: 0;
}
.desplegable.derecha li {
  text-align: right;
}
.desplegable.derecha li a {
  padding: 0.5rem 1rem 0.5rem 2rem;
}


/* -------------------------------------------TARJETAS */
.contenedor-tarjetas{
  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;;
  /*margin-right: -1rem;*/
}

.tarjeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 32%;
  /*margin: 0 1rem 1rem 0;*/
  margin-bottom: 1rem;
  border-radius: 4px;
  background-color: #efefef;
  color: #424242;
}


.img-tarjeta {
  display: block;
  height: 10rem;
  width: 100%;
  border-radius: 4px 4px 0 0;
  background-size: cover;
  background-color: #efefef;
}

.norman { background-image: url(../img/tableronorman1.jpg); }
.grabado { background-image:url(../img/editorial.png); }
.adonis{ background-image: url(../img/adonis.png); }
.agua { background-image:url(../img/agua.jpg); }
.banco{ background-image:url(../img/banco.jpg); }
.idis{ background-image: url(../img/idis.jpg); }
.predio{ background-image: url(../img/predio.jpg); }
.ave{ background-image: url(../img/ave.jpg); }

.data-tarjeta {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0.5rem;
}

.titulo-proy{
  font-size: 1.1rem;
}

.titulo-proy a{
  text-decoration: none;
  color: #424242;
}

.autor-proy{
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0.1rem 0 0.5rem 0;
}

.des-proy{
  font-size: 0.8rem;
  color:darkgray;
}


.barra-tarjeta {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
}

.partic {
  font-size: 0.8rem;
  margin-bottom: .5rem;
}
.cant-participantes{
  display: block;
  font-size: 1.5em;
  line-height: 1;
}

.bar-gris {
  display: inline-block;
  background-color: #b8b8b8;
  height: 0.5rem;
  width: 100%;
  max-width: 13rem;
  border-radius: 4px;
  margin-bottom: 0.5rem;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}

.bar-naranja {
  background-color: #ff9d0b;
  height: 0.5rem;
  border-radius: 4px;
}
.ninguno{ width: 0%; }
.un-cuarto{ width: 25%; }
.un-medio{ width: 50%; }
.tres-cuartos{ width: 75%; }


.footer-tarjetas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: solid 1px #bfbebe;
  padding: 0.5rem;
  color: gray;
  font-size: 0.7rem;
}

.tags-tarjetas {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tag {
  text-decoration: none;
  color: gray;
  margin-right: 0.3rem;
}

.statics-icon{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: .5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.statics-icon i {
  margin-right: .3rem;
}


/* Tablet */
@media (min-width: 461px) and (max-width: 768px) {
  .tarjeta {
    width: 49%;
  }
  .barra-tarjeta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cant-participantes {
    display: inline;
    font-size: 1rem;
  }
}
/* Cel */
@media (max-width: 460px) {
  .tarjeta {
    width: 100%;
  }
}



/*---------------------------------------------------------------CATEGORIAS*/

.fondo-categorias {
  padding: 2rem 0;
  margin-top: 1rem;
  background-color: #efefef;
}

.titulo-categorias {
  color: #424242;
  font-weight: 500;
  margin-left: 1rem;
}


.cont-categorias {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
}

.categoria {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 20%;
  padding: 1rem 0;
  font-weight: 500;
  text-decoration: none;
  color: #efefef;
  background-image:url(../img/fotoarq.jpg);
  background-size:cover;
  border-radius: 4px;
  text-align: center;
  margin: 1rem 1rem;
}

.categoria i {
  font-size: 4rem;
}

.ac{ background-image:url(../img/fotoacademic.jpg); }
.gra{ background-image: url("../img/fotodgrafic.jpg"); }
.son{ background-image: url("../img/fotoimagyson.jpg"); }
.otr{ background-image: url("../img/fototros.jpg"); }
.ind{ background-image: url("../img/fotoindument.jpg"); }
.inds{ background-image: url("../img/fotoindustrial.jpg"); }
.pai{ background-image: url("../img/fotopaisaj.jpg"); }

.categoria span{
  display: block;
}

/* Tablet */
@media (min-width: 461px) and (max-width: 768px) {
  .categoria {
    width: 40%;
  }
}
/* Cel */
@media (max-width: 460px) {
  .categoria {
    width: 40%;
  }
}



/*--------------------------------------------------------------FOOTER*/



footer{
  padding: 4rem 1rem;
  background-color: #424242;
  color: #efefef;
}

footer a{
  text-decoration: none;
  color: #efefef;
  font-weight: 200;
}

footer h2{
  font-size: 1rem;
  font-weight: 600;
}

.contenedor-footer{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}


.columna{
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-right: 1rem;

}

.grande{
  -webkit-box-flex: 2;
      -ms-flex: 2 0 auto;
          flex: 2 0 auto;
}

.contenido-footer h2{
  margin-bottom: 0.2rem;

}

.contenido-footer{
  margin-bottom: 5rem;
}

.aclaracion{
  text-align: center;
  font-size: 0.8rem;
  padding-top: 1rem;
  font-style: italic;
  border-top: 1px solid #efefef;
}

.icon-redes{
  text-align: center;
}


.icon-redes a img{
  margin-top: 2rem;
  max-width: 20%;
  margin-right: 3rem;
}

.input-boton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

.input-boton input {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  border-radius: 4px 0 0 4px;
}
.input-boton a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 0 4px 4px 0;
}

footer .input-boton {
  max-width: 20rem;
}

footer input {
  padding: 0.5rem;
  border: none;
}

.seguinos h2{
  border-bottom: 1px solid #efefef;
}

/* Tablet */
@media (min-width: 461px) and (max-width: 768px) {
  footer{
    padding: 2rem 1rem;
  }
  .contenido-footer {
    margin-bottom: 2rem;
  }
}
/* Cel */
@media (max-width: 460px) {
  footer{
    padding: 2rem 1rem;
  }
  .contenido-footer {
    margin-bottom: 2rem;
  }
}