/*-----------------------------------------------------------*\
	HEADER
\*-----------------------------------------------------------*/

/*------ 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;
}


/*----------------------------------------------------------*\
                   Modal Club de Amigos
\*----------------------------------------------------------*/

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;
}












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

@media screen and (max-width: 1199px) {
	
/*-----------------------------------------------------------*\
	HEADER
\*-----------------------------------------------------------*/

/*------ header - VUELO + HOTEL -----*/
	
	.amh_topbar_flight-hotel-icon span.elementor-icon-list-text {
		display: none;
	}
	
}


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

/*------ header - CLUB DE AMIGOS ------*/
	
	/*------ 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;
	}
	
}