/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 06 2024 | 18:02:45 */
@import url("/wp-content/uploads/custom-css-js/27.css");

.n2-ss-button-container a,
div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
	background-color: var(--gold) !important;
	color: var(--black) !important;
	cursor: pointer !important;
}
.n2-ss-button-container div {
	cursor: pointer !important;
}
.n2-ss-button-container a:hover,
.row-cont-form-reserva-home  div.wpforms-container-full button[type=submit]:hover {
	background-color: var(--gold-dark) !important;
	color: var(--black) !important;
	text-decoration: none !important;
}

/* Smart Slider */

.row-cont-hero-banner-home h1 {
	line-height: 1 !important;
	font-family: var(--font-family-camionetas) !important;
	font-weight: 500 !important;
	text-align: left !important;
}
.row-cont-hero-banner-home #n2-ss-2item2 {
	line-height: 1 !important;
	text-align: left !important;
}
.row-cont-hero-banner-home .n2-ss-section-main-content {
	max-width: 800px;
}
.row-cont-hero-banner-home div#n2-ss-2 .n-uc-C0teK3jhhtN0-inner {
	justify-content: flex-start;
	margin-top: 150px;
}
.row-cont-hero-banner-home .n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal] {
	text-align: left;
	align-self: flex-start;
	margin-top: 12px;
}
.row-cont-hero-banner-home .n2-ss-button-container a {
	background-color: transparent !important;
	color: var(--gold) !important;
	padding-left: 0 !important;
	font-size: 16px !important;
}
.row-cont-hero-banner-home .n2-ss-button-container a div div:after {
	content: "";
	display: inline-block;
	width: 8px;
	height:16px;
	background: url('/wp-content/uploads/2024/08/icon_arrow_colapsible.svg') 50% 50% no-repeat;
	background-size: 8px auto;
	margin-left: 4px;
	vertical-align: middle;
}

@media all and (min-width: 1400px) {
	/* Smart Slider */

	.row-cont-hero-banner-home h1 {
		font-size: 80px !important;
	}
	.row-cont-hero-banner-home #n2-ss-2item2 {
		font-size: 32px !important;
	}
}
@media all and (max-width: 1399px) {
	/* Smart Slider */

	.row-cont-hero-banner-home h1 {
		font-size: calc(40px + (80 - 40) * ((100vw - 320px) / (1440 - 320))) !important;			
	}
	.row-cont-hero-banner-home #n2-ss-2item2 {
		font-size: calc(24px + (32 - 24) * ((100vw - 320px) / (1440 - 320))) !important;
	}
}
@media all and (min-width: 767px) and (max-width: 979px) {
	
}
@media all and (max-width: 767px) {
	
}