.container {
  width: 80%;
  max-width: none;
}

.card-action {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}
.card-action a {
  margin: 5px 0px;
}

svg, img {
  width: 100%;
}

nav {
  height: auto;
}
nav .nav-wrapper {
  background-image: url("src/img/pleca-GB-xal.png");
  background-repeat: no-repeat;
  height: 10vh;
  width: 100%;
}
nav .brand-logo svg {
  height: 7vh;
}
nav ul#nav-mobile {
  margin: 0px;
}
nav ul#nav-mobile li {
  float: none;
}
nav ul.tabs.tabs-transparent {
  background-color: #ff3f2e;
}
nav ul.tabs.tabs-transparent .tab {
  border: 1px solid #fff;
}
nav ul.tabs.tabs-transparent .tab a {
  color: #ffffff;
  font-weight: bold;
}

.collection {
  border: none;
}
.collection .collection-item {
  background: none;
  border: none;
}

footer.page-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  background: none;
  color: #000;
}
footer.page-footer .footer-texto {
  text-align: left;
}
footer.page-footer .footer-texto ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
footer.page-footer .footer-texto ul a {
  color: #000;
  border-bottom: solid 1px #000;
}
footer.page-footer img {
  width: auto;
  height: 14vh;
}

.row.descripcion {
  display: flex;
  align-items: center;
  /*margin-bottom: 6vh;*/
}
.row.descripcion h1 {
  color: #2e3f90;
  font-weight: bold;
}

.card-title {
  color: #ff3f2e;
  font-weight: bold !important;
}

.card-action a {
  color: #000000 !important;
}

.min-card {
  min-height:  25vh !important;
}

.card .card-content {
    padding: 12px !important;
}

.erizo-max-h{
  min-height:  15vh !important;
}
