/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
/* FILTROS */
.filtro_buttons {
  text-align: center;
  padding: 2.5% 0;
}

.filtro_buttons button {
  text-transform: uppercase;
}

.filtro_buttons button.selected {
  background-color: #4b514d;
  border: 2px solid transparent;
  color: #fff;
}

a.logo_normal img, a.logo_sticky img {
  width: auto;
}

.motelesAppFontColor {
  color: #CE62FC;
}

em {
  color: #CE62FC;
}

a.box_contents em:before {
  background-color: #CE62FC;
}

a.btn_1.outline, .btn_1.outline {
  color: #CE62FC;
  border-color: #CE62FC;
}

a.btn_1.outline:hover, .btn_1.outline:hover {
  background-color: #CE62FC;
}

a.box_cat_rooms .info small {
  font-size: 1em;
}

.popup_wrapper {
  pointer-events: none;
  display: none;
}

.popup_wrapper .popup_content {
  pointer-events: all;
}

.room_facilities_list ul li i {
  color: #CE62FC;
}

.title small {
  color: #3D1D4B
}

.title h2, .title h3 {
  color: #CE62FC;
}

a.box_cat_rooms .info span {
  font-size: 1.25em;
}

.Customtitle{
  color: #CE62FC;
  text-align: center;
  margin-top: 25px;
  font-size: 7.5vh;
}
@media only screen and (max-width: 1000px) {
  .Customtitle{
    font-size: 5vh;
  }
}

@media only screen and (max-width: 600px) {
  .Customtitle{
    font-size: 2.5vh;
  }
}
