@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);

* { padding: 0; margin: 0; }

#institucional
{
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Droid Sans", arial, verdana, sans-serif;
  font-weight: 700;
  color: #ff6;
  background-color: #000;
  overflow: hidden;
}
.conteiner-flex{
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.contenedor-info{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.card-info{
  width: 320px;
  height: 350px;
  border-radius: 10px;
  border: 2px rgb(151, 146, 146, 0.1) solid;
  box-shadow:1em 1em rgba(160, 156, 156, 0.5);
  text-align: center;
  margin:15px 15px 15px 15px;
}
.imagen-card{
  width:300px;
  height: 250px;
}
.imagen-card img {
  margin-top: 10px;
  margin-left: 10px;
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}
.fake-button{
  width: 250px;
  height: 5em;
  background-color: rgb(11, 126, 59);
  color: rgb(255, 255, 255);
  font-size: 22px;
  border-radius: 10px;
  border: 2px rgb(151, 146, 146, 0.1) solid;

}