/*
Theme Name: Rehub theme Child
Theme URI: https://themeforest.net/item/rehub-directory-multi-vendor-shop-coupon-affiliate-theme/7646339
Template: rehub-theme
Author: Wpsoul
Author URI: https://wpsoul.com/
Description: A Hybrid magazine/shop/review/news Wordpress Theme
Tags: two-columns,fluid-layout,custom-background,threaded-comments,translation-ready,custom-menu
Version: 19.0.3.1764411830
Updated: 2025-11-29 07:23:50

*/

.hnt-reserva-btn {
	color: white;
	display: block;
	background-color: #03798A;
	padding: 14px 20px 14px 20px;
	text-align: center;
	border-radius: 8px;
	border: 1.5px solid #03798A;
	font-weight: 400;
	margin-top: 10px;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 1px;
	transition: all .3s ease;
}

.hnt-reserva-btn:hover {
	background-color: #03798AAD;
	color: white;
	border: 1.5px solid #03798AAD;
}

.hnt-reserva-btn:active {
	background-color: white;
	color: #000;
	border: 1.5px solid #000;
}