

.portfolio-header .mdl-layout__header-row {
  padding: 0;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mdl-layout__title {
  font-size: 14px;
  text-align: center;
  font-weight: 300;
}

.is-compact .mdl-layout__title span {
  display: none;
}



.is-compact .portfolio-logo-row {
  min-height: auto;
}





.portfolio-navigation-row {
  background-color: rgba(0, 0, 0, 0.08);
  text-transform: uppercase;
  height: 45px;
}

.portfolio-navigation-row  .mdl-navigation {
  text-align: center;
  max-width: 900px;
  width: 100%;
}

.portfolio-navigation-row .mdl-navigation__link {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 42px;
}

.portfolio-header .mdl-layout__drawer-button {
    background-color: rgba(197, 197, 197, 0.44);
}

.portfolio-navigation-row .is-active {
  position: relative;
  font-weight: bold;
}



.portfolio-card .mdl-card__title {
  padding-bottom: 0;
}


.portfolio-blog-card-compact .mdl-card__title {
  padding-bottom: 0;
}

.portfolio-blog-card-bg > .mdl-card__actions {
  height: 52px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.2);
}

img.article-image {
  width: 100%;
  height: auto;
}

.portfolio-max-width {
  max-width: 900px;
  margin: auto;
}

.portfolio-copy {
  max-width: 700px;
}

.no-padding {
  padding: 0;
}

.no-left-padding{
  padding-left: 0;
}

.no-bottom-padding {
  padding-bottom: 0;
}

.padding-top {
  padding: 10px 0 0;
}

.portfolio-share-btn {
  position: relative;
  float: right;
  top: -4px;
}

.demo-card-event > .mdl-card__actions {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.portfolio-contact form {
  max-width: 550px;
  margin: auto;
}

footerb {
  background-image: url(../images/footer-background.png);
  background-size: cover;
}

/*
-------------------------------------------------------
--------------------julio
-------------------------------------------------------
*/
.encabezado{
  background: url(../images/barraMenu.jpg) no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
  margin: 0px;
  height: 213px;
}

.mdl-layout .mdl-layout__drawer-button{
  color: white;
}

.boton {
  background-color:black;
  color: lightgray;
  border-radius: 52px 52px 52px 52px;-moz-border-radius: 52px 52px 52px 52px;-webkit-border-radius: 52px 52px 52px 52px;
}

.mdl-button {
  text-transform: none; //minusculas
  line-height: 0px; //make text middle vertically
}

.mdl-card__supporting-text{
  padding-bottom: 0;
  padding-top: 0;
}

.errorCampo {
  background-color: #F8F7E9;
  border-width: 1px;
  border-style: solid;
  border-color: #990000;
  color: #990000;
  background-image: url(../images/warning.gif);
  background-repeat: no-repeat;
  background-position: left center;
}
