@font-face {
  font-family: "Rubik-Bold";
  src: url("../fonts/Rubik-Bold.ttf");
}
@font-face {
  font-family: "Rubik-Medium";
  src: url("../fonts/Rubik-Medium.ttf");
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.ttf");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.ttf");
}
a:link,
a:visited,
a:active {
  text-decoration: none;
}
body {
  font-family: "Poppins-Regular";
  font-size: 1rem;
}
#bg-menu {
  background-color: #1b2735;
}
#items-menu {
  font-family: "Rubik-Bold";
  color: #fff;
}
#items-menu a {
  font-size: 1.2rem;
  color: #fff;
}
.btnActive {
  color: #d2af40 !important;
}
#items-menu a:hover,
.iconoFooter:hover,
.iconInfoSection {
  color: #d2af40;
}
#titleFormContact {
  font-family: "Poppins-SemiBold";
}
.formContact {
  background-color: #ededed;
  border-radius: 5px;
}
form label {
  color: #606060;
}
.iconoFooter {
  color: #606060;
  text-decoration: none;
}
textarea {
  resize: none;
}

.infoSection {
  background-color: #1b2735;
  color: #ffffff;
}
.titleInfoSection {
  font-family: "Poppins-SemiBold";
}
.dividerInfoSection {
  height: 1px;
  width: 50px;
  color: #d2af40 !important;
  background-color: #d2af40;
}
.bgHotels {
  background-color: #ededed;
}
.titleCardHotel {
  height: 70px;
  font-family: "Poppins-SemiBold";
  background-color: #1b2735;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.titleCardHotel .card-title {
  font-size: 0.9rem;
}
.footerCardHotel {
  background-color: #d2af40;
}

.agotada {
    background-color: #C4C0C0;
}
.agotada a {
    font-family: "Poppins-SemiBold";
    color: #1b2735;
}

.gris{
    filter: grayscale(100%);
}
/* .footerCardHotel:hover {
  background-color: #1b2735;
} */
.footerCardHotel a {
  font-family: "Poppins-SemiBold";
  color: #1b2735;
}
.titleSmall {
  color: #606060;
}
.distance {
  font-size: 0.9rem;
}
.stars {
  font-size: 0.8rem;
}
.borderRight {
  border-right: 1px solid #606060;
}
.borderLeft {
  border-left: 1px solid #606060;
}
.nameHotelDetail {
  font-family: "Poppins-SemiBold";
  color: #1b2735;
}
.nav-item button {
  background-color: #606060 !important;
  color: #ffffff !important;
  width: 294px;
}
.nav-item button.active {
  background-color: #1b2735 !important;
}
.nav-item button,
.nav-item button.active {
  border-radius: 0 !important;
}
.formReserve,
.resume {
  color: #606060;
}
.formReserve .titleLabel {
  font-size: 1.1rem;
  font-family: "Poppins-SemiBold";
  color: #1b2735;
}
input[type="checkbox"] {
  /*margin-top: 12px;*/
  transform: scale(1.5);
}
.titleRegular {
  font-size: 1.1rem;
  font-family: "Poppins-Regular";
  color: #606060;
}
.modalReserve {
  background-color: #ededed;
}
.titleModalReserve {
  font-family: "Poppins-SemiBold";
  color: #1b2735;
}

#lenguaje {
    -webkit-appearance: none;
    background: 0 0;
    border: none;
    color: #d2af40;
    font-weight: bold;
    height: 100%;
    padding: 0 25px 0 5px;
}