/**************************************************/
/**************************************************/
/* CONFIGURACIÓN SLIDE
/**************************************************/
/**************************************************/

.cycle-prev { position:absolute; right:10px; top:10px; z-index:1000;}
.cycle-next { position:absolute; right:30px; top:10px; z-index:1000;} 

.cycle-slideshow { position:relative; z-index:1;}

.portada { width: 100%; z-index:1;  background-size: cover; padding:0px; margin:0px; position:relative;}
.portada {  height:90vmin; padding:0px; min-height:700px; }

.portada .aviso { position:absolute; right:10px; top:150px; width:350px; height:auto; z-index:3000;}

.buscador { position:absolute; bottom:20px; padding:35px 30px; box-sizing:border-box;
left: calc( 50% - 554px ); 
left: -moz-calc( 50% - 554px ); 
left: -webkit-calc( 50% - 554px ); 
background-color:#1b2b8a; max-width:1200px; height:112px; z-index:1000;}

.buscador .form-titulo { float:left;}
.buscador .form-input { margin-left:30px; float:left;}

.reservar { background-color:#fb8b00!important; color:#fff!important; border:#fb8b00!important; }

.uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="number"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="color"] {
	background-color:#fff!important;
	color:#323b47!important;
}

.uk-form { color:#323b47!important;}

.uk-form-icon > [class*="uk-icon-"] {
    color: rgba(0, 0, 0, 0.5)!important;
}
.buscador .uk-text-small { color: #fff;}

figure.slide {  width:100%!important; height:100%!important; position:relative; z-index:-1;}
.slide-portada0 { background-image:url(../../images/slides/slide00.jpg); background-repeat:no-repeat; background-size:cover; background-position: top center;}
.slide-portada1 { background-image:url(../../images/slides/slide01.jpg); background-repeat:no-repeat; background-size:cover; background-position: top center;}
.slide-portada2 { background-image:url(../../images/slides/slide02.jpg); background-repeat:no-repeat; background-size:cover; background-position: top center;}
.slide-portada3 { background-image:url(../../images/slides/slide03.jpg); background-repeat:no-repeat; background-size:cover; background-position: top center;}
.slide-portada4 { background-image:url(../../images/slides/slide4.jpg); background-repeat:no-repeat; background-size:cover; background-position: top center;}


@media (min-width: 1301px) {

.cycle-slideshow figure {  height:70vmin; padding:0px; }
}
	
	
@media (max-width: 1300px) {

.buscador { position:absolute; bottom:20px; padding:30px 10px; box-sizing:border-box;
left:0px; 
background-color:#1b2b8a; width:100%; max-width:100%; height:112px; z-index:1000;}

.buscador .form-titulo {
	display:none;
}

}
	
		
	
	
	
	
	
	
	