.logo {
  width: 150px; }

.titulo {
  font-family: "BenchNine", sans-serif; }

.barras {
  background-color: #F5821F;
  height: 2rem;
  -webkit-box-shadow: 0px 6px 15px #999;
          box-shadow: 0px 6px 15px #999; }

.barras2 {
  background-color: #2E3092;
  height: 2rem;
  -webkit-box-shadow: 0px -6px 15px #999;
          box-shadow: 0px -6px 15px #999; }

.abs-center {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0px;
  cursor: pointer;
  bottom: 0px;
  left: 0px;
  background-color: rgba(46, 48, 146, 0.6);
  opacity: 0; }

div.abs-center {
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out; }

div.abs-center:hover {
  opacity: 1; }

.prj-logo {
  max-height: 100%;
  margin: 0px; }

.prd-img {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(60%);
          filter: grayscale(60%); }

.grid {
  overflow: hidden;
  list-style: none;
  text-align: center; }

.no-padd {
  padding: 0px;
  margin-top: 15px;
  margin-bottom: 15px; }

.buba {
  margin: 15px 0px;
  padding-left: 0px;
  padding-right: 0px; }

.centrarfone {
  text-align: center; }

.titulopie1 {
  font-family: "Oswald", sans-serif;
  font-size: 1.7rem;
  color: #2E3092;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1rem 0rem; }

.titulopie2 {
  font-family: "Oswald", sans-serif;
  font-size: 1.7rem;
  color: #2E3092;
  font-weight: bold;
  text-transform: uppercase; }

.datos p {
  font-family: "Oswald", sans-serif;
  margin-top: 1rem;
  margin-bottom: 0.4rem;
  font-size: 1.3rem;
  color: #77548F;
  font-weight: bold; }

.pie {
  background-color: #2E3092;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem; }

.foot1 {
  text-decoration: none;
  list-style: none; }

.foot1 a li {
  font-family: "BenchNine", sans-serif;
  font-size: 1.3rem;
  line-height: 2rem;
  color: #fff; }

.foot2 p {
  font-family: "Oswald", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 1.2rem; }

/*# sourceMappingURL=estilomio2.css.map */