:root{
	--corporative-color: #ff1a4b
}
 [data-mirai-component="finder"]{
	display: grid;
	justify-content: center;
	background-color:#FFB4C399;
	padding-top: 16px;
	padding-bottom: 16px;
  }
 [data-mirai-component="finder"] ui-finder ui-button{
  background-color:#FF1A4B !important; 
   border-radius:0;
 }
 header.header-fixed [data-mirai-component="finder"]{
	position: fixed;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
 }
 
 header:not(.header-fixed) [data-mirai-component="finder"]{
	position: fixed;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
 }
 
 [data-mirai-component="finder"] ui-finder {
   border-radius:0 !important;
 }
 
 @media(max-width:767px){
 [data-mirai-component="finder"]{ 
	background-color:white; 
  }
 }
 
 /* ocultar motor antiguo */
 #motorReserva, .booking-form-mobile{
 display: none !important;
 } 