/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 12 2026 | 13:09:34 */
/* FORMULARIO */

#responsive-form{
	max-width:100%;
	margin:0 auto;
  width:100%;
	display: flex;
  flex-direction: column;
}
.wpcf7-list-item{
	margin:0;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.hidden{
	visibility: hidden;
}

.column-half {
    display: flex
;
    gap: 20px;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

/* HABITACIONES */

.rooms .qodef-qi-banner.qodef-image--hover-zoom img{
	    aspect-ratio: 5 / 7;
    width: 100%;
    object-fit: cover;
}

.sliderrooms img{
		    aspect-ratio: 5 / 4;
    width: 100%;
    object-fit: cover;
}

@media(max-width:767px){
	.qodef-qi-banner.qodef-layout--in-box .qodef-m-content {
			padding: 20px;
	}
}

/* COOKIES */

#cmplz-document{
	max-width: unset;
}

#cmplz-document a{
	color: unset;
}
div.grecaptcha-badge{
	display:none!important;
}