body {
  margin: 0;
  position: relative;
  /*background-color: black;
  background-image: url("../img/fondo.jpg");
  background-size: cover;
  background-repeat: no-repeat;*/
}
img {
  width: 100%;
  height: auto;
}

.img-responsive {border: .5px solid #A5426F;}

a {
  color: #fff;
  text-decoration: none;
}
#container {
  max-width: 1280px;
  margin: 5px auto;
padding: 1px 20px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 100;
}
#container #header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-direction: column;
}
@media (min-width: 767px) {
  #container #header {
    flex-direction: row;
  }
}
#container #header .logo {
  max-width: 300px;
}
#container #header .goBtn {
  border: .5px solid #e6e6e6;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}
#container #header .goBtn:hover {
  background: #000;
}
#container #gallery .title {
  display: flex;
  text-transform: uppercase;
  font-size: 18px;
  justify-content: space-between;
  padding: 5px;
  align-items: center;
  border-bottom: .5px solid #e6e6e6;
  flex-direction: column;
}
@media (min-width: 767px) {
  #container #gallery .title {
    flex-direction: row;
  }
}
#container #gallery .title .buttons {
  text-align: center;
  margin-bottom: -8px;
}
#container #gallery .title .buttons .btn {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 2px;
  padding: 7px 10px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  display: inline-block;
}
#container #gallery .title .buttons .btn i {
  color: #fff;
}
#container #gallery .title .buttons .btn:hover {
  background: rgba(255, 255, 255, 0.8);
}
#container #gallery #photos {
  columns: 2;
  column-gap: 1rem;
  padding: 1rem 0px;
}
@media (min-width: 767px) {
  #container #gallery #photos {
    columns: 3;
    text-align: left;
  }
}
@media (min-width: 992px) {
  #container #gallery #photos {
    columns: 4;
    text-align: left;
  }
}
#container #gallery #photos a {
  display: block;
  margin-bottom: 1rem;
}
#container #gallery .description {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  font-size: 14px;
}
#container #gallery .download {
  border: .5px solid #e6e6e6;
  padding: 10px 20px;
  margin: 10px auto;
  display: block;
  text-align: center;
  font-size: 24px;
  max-width: 80%;
  border-radius: 5px;
  /*background-color: rgba(0, 0, 0, 0.5);*/
background-color: #A5426F;
}
#container #gallery .download:hover {
  /*background: #000;*/
  background: red;
}
#container #liveGirls {
  margin: 20px auto;
}
#container #liveGirls .title {
  display: flex;
  text-transform: uppercase;
  font-size: 20px;
  justify-content: space-between;
  padding: 5px;
  align-items: center;
  border-bottom: .5px solid #e6e6e6;
}
#container #liveGirls .title .moreBtn {
  border: .5px solid #e6e6e6;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}
#container #liveGirls .title .moreBtn:hover {
  background: #000;
}
#container #benefits {
  margin: 20px auto;
}
#container #benefits .title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
}
#container #benefits .list ul {
  list-style: none;
  padding: 0;
  /* display: flex; */
  /* flex-wrap: wrap; */
  columns: 1;
  /* justify-content: center; */
  /* align-items: center; */
  text-align: center;
}
@media (min-width: 767px) {
  #container #benefits .list ul {
    columns: 3;
    text-align: left;
  }
}
#container #benefits .list ul li {
  display: block;
  margin: 10px auto;
  text-transform: uppercase;
}
#container #benefits .list ul li:before {
  content: '✓';
  margin-right: 10px;
  color: #00669c;
}
#container footer {
  max-width: 300px;
  font-size: 12px;
  color: #989898;
  text-align: center;
  margin: 0 auto;
}
#container footer .logo {
  margin: 20px auto;
}
#container footer p {
  margin: 5px auto;
}
#container footer a {
  color: #989898;
}
#container footer a:hover {
  color: #fff;
}
