.blink {
  animation: blinker 0.5s step-start infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.img-hotel{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 9999;
}

.textoFormulario {font-size: 14px;}
.enlacePolitica {font-size: 14px;}
.tituloRegimen {font-size: 20px;}
.tituloHabitacion {max-width:320px;}
.botonSeleccionarTarifa {font-size:14px;}

.TATipoViaje {
    height: 100%;
    align-content: center;
}

.barRatingBox
{
    float:left;
    width:100px;
    margin-bottom:1px;    
}

.barRatingBox div
{
    background-color:#249d56;
}



.vermashoteles {font-size: small;}

.irs { margin-top:-20px;}
.irs--round .irs-bar { background-color: color-mix(in srgb, var(--Color1) 15%, white) !important;}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: var(--Color1);
}
.irs--round .irs-handle {
  top: 28px;
  width: 18px;
  height: 18px;
  border: 4px solid var(--Color1);
  background-color: var(--Color1);
  border-radius: 24px;
  box-shadow: 0 1px 3px var(--Color1);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {background-color: var(--Color1)};

.title-precio{ font-size: small;}
.input-precio{ font-size: small;width:50px; text-align:right; border-radius:5px; padding: 2px 4px 2px 4px !important;}

.w-30 {width: 30% !important;}
.w-40 {width: 40% !important;}
.minh72 { min-height: 72px !important;}

@media (max-width: 992px){

.xminh72 { height: 64px !important; }

}


.AutoComplete_List
{
    padding: 5px 10px !important; 
    width: 400px;
	font-size:14px;
	margin: 0px!important; 
	border: 1px solid #d8d8da;
	cursor: hand; cursor: pointer; text-align: left; 
	list-style-type: none; 
	max-height:425px; 
	min-width:364px;
	max-width:450px;
	background-color:#ffffff;
	overflow-y:auto;
}
.AutoComplete_ListItem{}
.AutoComplete_ListItemHighlight{color: #FFF;background-color:var(--Color1);}
.aceHeader{padding: 5px 10px 5px 10px; font-weight: 600; margin:2px;}
.aceItem{}
.aceFooter{font-style:italic;margin-bottom:10px;}
.aceFin{margin-bottom:10px;}
.noclick{pointer-events: none;}
.myPanelWait{position: absolute; width: auto; height: auto; text-align: center;}
.myPanelRetornoWait{width: auto; height: auto; text-align: center;}


/*Modal Popup*/
.myBackground {
       background-color:Gray;
       filter:opacity(0.8);
      -moz-opacity:0.80; 
       opacity:0.8;
      -khtml-opacity: 0.80; 
}
.myBackgroundRetorno {
       background-color:#f8f9fa;
       filter:opacity(0.8);
      -moz-opacity:0.80; 
       opacity:0.8;
      -khtml-opacity: 0.80; 
}


.form-range::-webkit-slider-thumb {
  background-color: var(--Color1) !important;
  width: 18px !important;
  height: 18px  !important;
}

.form-range::-webkit-slider-thumb:active {
  background-color: rgb(132, 136, 212) !important;
}


/*
 * Always set the map height explicitly to define the size of the div element
 * that contains the map.
 */
#map {
  height: 100%;
  width: 100%;
}



/*
 * Property styles in unhighlighted state.
 */
.property {
  color: #ffffff;
  background: var(--Color1);
  border-radius: 8px;
  filter: drop-shadow(rgba(0, 0, 0, 0.04) 0px 4px 8px) drop-shadow(rgba(0, 0, 0, 0.06) 0px 0px 2px) drop-shadow(rgba(0, 0, 0, 0.04) 0px 0px 1px);
  font-weight: 600;
  font-size: 14px;
  padding: 8px;
  position: relative;
}

.property:hover{
  color: var(--Color1);
  background: color-mix(in srgb, var(--Color1) 15%, white);
}

.property:hover::after{
  border-top: 8px solid color-mix(in srgb, var(--Color1) 15%, white);
}





.property::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
    border-top: 8px solid var(--Color1);
}

.property .details {
  display: none;
  flex: 1;
  max-width: 300px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 8px;
}

.property .info {
  width: 60%;
}

.property .price {
  margin-top: 5px;
  text-align: right;
}
.price del {
  font-size: 0.8rem;
  color: rgba(33, 37, 41, 0.5);
}
.price span {
  font-size: calc(1.275rem + .3vw);
}

.property .estrellas {
  margin-top: 3px;
}

.property .name {
  color:  #212529;
  font-size: 1rem;
  font-weight: 600;
}

.property .address {
  color: #9E9E9E;
  font-size: 0.64rem;
  margin-top: 5px;
  margin-bottom: 3px;
}

.property .details .picture{
  width: 30%;
  margin-right: 20px;
}


.property .details .picture img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}




/*
 * Property styles in highlighted state.
 */
.property.highlight {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
  padding: 8px 15px;
  height: auto;
  width: auto;
}

.property.highlight::after {
  border-top: 9px solid #FFFFFF;
}

.property.highlight .details {
  display: flex;
}
.property.highlight .icon {
  display: none;
}

.property.highlight:hover {
  background-color: #FFFFFF;
}
.property.highlight:hover::after {
  border-top: 9px solid #FFFFFF;
}

@media (max-width: 767px){
.cabeceramapa {
    width: 97% !important;
    top: 3% !important;
    padding-right:12px !important;
}
}

@media (min-width: 768px){
    .cabeceramapa {
        padding-right:12px !important;
        width: 99% !important;
        top: 3% !important;
    }
}

.camas {
  font-size: 0.8rem;
  color: rgba(33, 37, 41, 0.7);
}