@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed&display=swap');

body {
  margin: 0;
  padding: 0;
  background: #e5e5e5;
  font-family: 'Fira Sans Condensed', sans-serif;
}
header {
  width: 100%;
  background: #292929;
}
.vendido {
  color: #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  right: 6px;
}
.disponible {
  color: #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  right: 6px;
}
.logo {
  margin: 0 20%;
  float: center;
  width: 60%;
}
.video a {
  text-decoration: none;
  cursor: pointer;
  margin: 8px 0;
  width:100%;
  border: none;
}
.video a:hover {
  opacity: .6;
}
h2 {
  padding: 0;
  font-size: 20px;
  font-style: italic;
  color: #555;
  margin: 0 0 12px;
  text-align: center;
  width: 100%;
}
@media (min-width: 980px) {
  header {
    z-index: 9999;
    display: block;
  }
}
header .name {
  text-align: center;
  color: #f1f1f1;
  font-family: 'Fira Sans Condensed', sans-serif;
}
header .name h1 {
  margin: 0;
  padding: 0;
}
h1 {
  color: #777;
  margin: 0;
  text-align: center;
}
header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
header nav ul li {
  padding: 0.5em 0.5em 0.5em 0;
  display: inline-block;
}
@media (max-width: 767px) {
  header nav ul li {
    display: block;
    padding: 0.5em 0;
  }
}
header nav ul li:last-child {
  padding-right: 0;
}
header nav ul li button {
  display: block;
  font-family: 'Fira Sans Condensed', sans-serif;
  padding: 1em;
  border: none;
  outline: none;
  color: #e4e4e4;
  background: #474747;
  cusor: pointer;
}
@media (max-width: 767px) {
  header nav ul li button {
    display: block;
    width: 100%;
  }
}
header nav ul li button:hover,
header nav ul li button:active,
header nav ul li button:focus {
  color: #474747;
  background: #fff;
}
.container {
  display: block;
  margin: 10px 5%;
  width: 90%;
  max-width: 1200px;
  float: center;
}
@media (min-width: 980px) {
  .container {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.container .item {
  /* Large desktop */
  /* Portrait tablet to landscape and desktop */
  /* Landscape phone to portrait tablet */
  /* Landscape phone to portrait tablet */
  /* Landscape phones and down */
  margin: 0.5%;
  float: left;
  background: #ffffff;
  display: block;
}
@media (min-width: 980px) {
  .container .item {
    width: 32.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .container .item {
    width: 32.33333333%;
  }
}
@media (max-width: 767px) {
  .container .item {
    width: 49% !important;
  }
}
@media (max-width: 767px) {
  .container .item {
    width: 49%;
  }
}
@media (max-width: 480px) {
  .container .item {
    width: 98%;
  }
}
.container .item.featured {
  background: #292929 !important;
}
.container .item.featured h2 {
  color: #ffffff;
}
.container .item.featured h2 small {
  color: #000;
  background: #90bb20 !important;
}
.container .item.featured p {
  color: #ffffff;
  text-align: center;
  width: 90%;
  margin: 0 5%;
}
.container .item h2 {
  margin: 0.3em;
  padding: 0.3em;
  display: block;
  border-bottom: dashed 1px #292929;
  font-style: normal;
}
.container .item h2 small {
  padding: 0.3em 0.5em;
  font-size: 12px;
  padding: 0.3em;
  background: white;
}
.container .item img {
  display: block;
  margin: 0 2.5%;
  padding: 0 2.5%;
  text-align: center;
  width: 90%;
  height: auto;
  background: transparent;
  border-radius: 6px;
}
.container .item p {
  padding: 0.5em;
}
footer {
    font-size: 14px;
    text-align: center;
    padding: 0.3em 0;
    width: 100%;
    background: #000;
    color: #fff;
}
@media (min-width: 768px) {
  footer {
    position: fixed;
    z-index: 99999;
    bottom: 0;
  }
}
footer a {
  color: #e44a27;
}
