.img-galery {
  width: 49%;
  margin: 3px;
}

.icon {
  width: 30px;
  height: 30px;
}

.pagination > li > a {
  border-radius: 50% !important;
  margin: 0 5px;
}

.servicio {
  align-items: center;
  margin-bottom: 1.5rem;
}

.title {
  color: #212121;

  font-family: Poppins;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5rem;
}

.yellow-line {
  justify-content: center;
}

.yellow-line-48:after {
  content: "";
  flex: 1 1;
  border-bottom: 3px solid;
  margin: auto;
  color: #878801;
  margin-left: 10px;
  margin-top: 1rem;
}

.servicio-text {
  font-size: 14px;
  margin-bottom: 0;
}

.room-description {
  text-align: start;
  color: #424242;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h3.events-title {
  font-size: 18px !important;
}

.menu-icon {
  height: 5vh;
}

.title-menu {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  padding-top: 5px;
}

.language-selector {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  cursor: pointer;
}

.destinos {
  background: #2d2d2d;
  padding: 40px 100px;
  border-radius: 0px 0px 10px 10px;
  position: absolute;
  z-index: 999999;
  width: 100%;
}

.destinos p,
.destinos a,
.destinos h3 {
  font-size: 14px !important;
}

.close-navbar-toggler {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}

.close-navbar-toggler.collapsed {
  z-index: -1;
}

.languages {
  background: #2d2d2d;
  border-radius: 0px 0px 10px 10px;
  margin-top: 40px !important;
}

.languages a {
  font-size: 14px !important;
  cursor: pointer;
}

.languages p a:hover {
  color: #878801 !important;
}

.destinos h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #fffffe;
  padding: 0px !important;
  margin: 0px !important;
}

.destinos p,
.languages a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #fffffe;
  padding: 0px !important;
  margin: 0px !important;
}

.destinos p,
.languages a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #fffffe;
  padding: 0px !important;
  margin: 0px !important;
}

#sideMenu {
  background-color: #2d2d2d;
  color: #fff !important;
  z-index: 9999999;
}

#sideMenu a {
  color: #fff !important;
}

#sideMenu ul {
  list-style: none;
}

.logoImage {
  max-width: 7vw;
}

#sideMenu li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  padding: 5px 0;
}

#sideMenu li a.submenu {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.card {
  border: hidden !important;
  display: flex;
  justify-content: space-between;
}

.room-container {
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.details-container {
  background-color: white;
  padding: 3vw;
  background: #ffffff;
  border-radius: 10px;
}

.room-background {
  background-image: url(../../../../assets/images/clubZenit/cabecera-club.png) !important;
}

.service-list {
  list-style-type: none;
}

.groups-text-icon {
  font-family: "Poppins";
  font-style: normal;
  font-weight: bold;
  color: #2d2d2d;
}

.main-title {
    font-family: Arthead-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 1.4;
    color: #fffcf6;
    padding-top: 320px;
}

@media (max-width: 991px) {
  .room-description {
    text-align: start;
    color: #424242;
    font-family: Poppins;
    font-size: 1re1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

@media (max-width: 991px) {
  h3.card-title {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .card-title {
    min-height: auto !important;
  }
}
