/* PATRONATO  */
.patron {
  padding: 15px 0;
  border-bottom: solid 1px #DADADA;
}
.patron_foto img {
  /*box-shadow: 0 0 20px 0px rgba(0,0,0,0.5);*/
  margin-bottom: 10px;
}
.patron_biografia p {
  text-align: justify;
}
p.patron_nombre {
  font-size: 1.5em;
}
span.patron_cargo {
  font-size: 0.8em;
  font-style: italic;
}



/* PROGRAMAS */
.programa-fundacion {
  margin-bottom: 20px;
}
.programa-fundacion h2 {
  font-weight: 400;
}


/* SALA DE PRENSA */
.sala-de-prensa h2 {
  font-weight: 400;
}
.documento-fundacion {
  background: #007AC3;
  padding: 15px;
}
a.documento-fundacion {
  margin-top: 20px;
  color: white;
  transition: all 0.3s ease-in-out;
}
a.documento-fundacion:hover {
  background: #005B92;
  text-decoration: none;
}
a.documento-fundacion:focus {
  text-decoration: none;
}
.glyphicon-cloud-download {
  font-size: 1.4em;
}


/* CONTACTO */
.contacto-fundacion {
  margin-bottom: 20px;
}



@media all and (max-width: 600px) {
  .etiqueta {
    display: none;
  }
  #wrapper-slider-fundacion .unslider {
    display: none !important;
  }

}