/*-----------------------------------------------------------*\
	HEADER: WPML (IDIOMAS)
\*-----------------------------------------------------------*/

.amh_header_languages .wpml-ls-legacy-dropdown {
	width: auto;
	z-index: 10000;
}

.amh_header_languages a.js-wpml-ls-item-toggle {
	display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 36.5px;
	padding: 4px;
	border: 1px solid #22475E;
}

body .amh_header_languages a.js-wpml-ls-item-toggle::after {
	display: none;
}

.amh_header_languages .wpml-ls-sub-menu {
	margin-top: 15px;
}

.amh_header_languages .wpml-ls-sub-menu li.wpml-ls-item {
	margin-bottom: 2px;
}

.amh_header_languages .wpml-ls-sub-menu li.wpml-ls-item > a {
	display: inline-flex;
    justify-content: center;
    align-items: center;
	width: 40px;
	height: 40px;
	background-color: #ffffff !important;
	padding: 4px;
	border: 1px solid #22475E;
}

body .amh_header_languages a.js-wpml-ls-item-toggle:hover,
body .amh_header_languages a.js-wpml-ls-item-toggle:focus,
body .amh_header_languages a.js-wpml-ls-item-toggle:active,
body .amh_header_languages .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, 
body .amh_header_languages .wpml-ls-legacy-dropdown a:focus, 
body .amh_header_languages .wpml-ls-legacy-dropdown a:hover {
	color: #ffffff !important;
	background-color: #22475E !important;
}






/*-----------------------------------------------------------*\
	HEADER: CLUB DE AMIGOS
\*-----------------------------------------------------------*/

.amh_header_club-amigos .cda_trigger_button {
	max-width: 64px;
    font-size: 12px;
	color: #22475E;
    text-transform: initial;
    line-height: 1em;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.amh_header_club-amigos .cda_trigger_button .cda_trigger_button_icon {
	width: 18px;
    height: 22px;
    background-image: url(https://dev.amarehotels.com/wp-content/uploads/2025/09/flaticon-fuerte-group.png);
	filter: none;
}

.amh_header_club-amigos .cda_trigger_button .cda_trigger_button_text {
	margin-left: 6px;
}


/*----------------------------------------------------------*\
	CLUB DE AMIGOS - MODAL
\*----------------------------------------------------------*/

body .cda_login_container, body .cda_login_container p, body .cda_login_container a, body .cda_login_container button {
	font-family: "Cera", Sans-serif;
	font-weight: 400;
	letter-spacing: 0.12em;
    line-height: 1.2em !important;
    display: block;
}

body .cda_login_container .cda_login p, body .cda_login_container .cda_login a, body .cda_login_container .cda_login input, body .cda_login_container .cda_login input::placeholder, body .cda_login_container .cda_login spam, body .cda_login_container .cda_login button {
	font-size: 15px;
}

body .cda_login_container p, body .cda_login_container a {
	font-size: 12px;
}

body .cda_info_container, body .cda_info_container p, body .cda_info_container a, body .cda_info_container spam, body .cda_login_container input {
	font-family: "Abhaya Libre", Sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.12em;
    line-height: 1.3em !important;
    display: block;
}

body .cda_account, body .cda_account p, body .cda_account a, body .cda_account spam, body .cda_account input, body .cda_account .cda_button {
	font-family: "Abhaya Libre", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.12em;
    line-height: 1.3em !important;
}

body .cda_response_message, body .cda_response_message p, body .cda_response_message a, body .cda_response_message spam, body .cda_response_message input {
	font-family: "Abhaya Libre", Sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.12em;
    line-height: 1.3em !important;
}

body #cda_recovery_form, body .cda_recovery_form p, body #cda_recovery_form a, body #cda_recovery_form input, body #cda_recovery_form spam {
	font-family: "Abhaya Libre", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
    line-height: 1.3em !important;
}

body #cda_recovery_form button {
	font-family: "Cera", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.12em;
    line-height: 1.3em !important;
}

body .cda_recovery_container .cda_recovery_title {
	font-family: "Abhaya Libre", Sans-serif;
	font-size: 16px;
}

body .cda_login_submit button, .cda_recovery_submit button {
	position: relative;
}

body .cda_login_submit button::after, .cda_recovery_submit button::after {
	bottom: 10px;
}



/*-----------------------------------------------------------*\
	BOOKING MASK
\*-----------------------------------------------------------*/












/*-----------------------------------------------------------*\
	RESPONSIVE
\*-----------------------------------------------------------*/

@media screen and (max-width: 1199px) {
	
	/*-----------------------------------------------------------*\
		HEADER: FLIGHT + HOTEL
	\*-----------------------------------------------------------*/
	
	.amh_topbar_flight-hotel-icon span.elementor-icon-list-text {
		display: none;
	}
	
}


@media screen and (max-width: 767px) {
	
	/*-----------------------------------------------------------*\
		HEADER: CLUB DE AMIGOS
	\*-----------------------------------------------------------*/

	.amh_header_club-amigos .cda_trigger_button .cda_trigger_button_icon {
		width: 10px;
		height: 20px;
	}

	.amh_header_club-amigos .cda_trigger_button .cda_trigger_button_text {
		display: none;
	}
	
	
}