/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 07 2025 | 22:41:16 */
@import url("/wp-content/uploads/custom-css-js/27.css");

/* *************************************** Header ************************************* */
header {
	position: fixed;
	width: 100%;
	z-index: 10;
	background: var(--white);;
	color: var(--black);
	backdrop-filter: blur(20px);
	box-shadow: var(--box-shadow);
}
header.header-sticky {
	top: 0;
}
header.header-sticky .cont-logo-menu {
	transition: all 0.3s;
}
header .txt-mini {
	font-size: var(--f-s-xsmall);
	white-space: nowrap;
}
.cont-logo-menu {
	margin: 0 auto;
	padding: 0 !important;
	transition: all 0.3s;
}
.cont-logo-menu > .wp-block-group {
	display: flex;
	padding: 0 20px;
	margin-block-start: auto;
	margin-block-end: auto;
	margin: auto !important;
	justify-content: flex-start;
	max-width: calc(var(--max-width-container) - 216px) !important;
}
header.header-sticky .wp-block-site-logo img {
	width: 64px;
	transition: all 0.3s;
}
.is-layout-flex .wp-block-site-logo {
	width: 100%;
	margin-top: -5px;
	padding-left: 36px;
}
header.header-sticky .is-layout-flex .wp-block-site-logo {
	margin-top: 0px;
}
.wp-block-site-logo img {
	width: 122px;
	transition: all 0.3s;
}
header a {
	color: var(--blue-2C);
	text-decoration: none;
}
header .has-base-background-color {
	background-color: var(--white);
	color: var(--black);
}
.cont_nav_sections {
	max-width: var(--max-width-container) !important;
	margin: 0 auto;
}
.row-hello-bar-header {
	max-width: calc(var(--max-width-container) - 256px);
	column-gap: 0;
	margin: 0 auto;
}
.row-hello-bar-header:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;	
	width: 100%;
	z-index: -1;
}
.row-hello-bar-header,
.row-hello-bar-heade p {
	font-size: var(--f-s-p-small);
}
.row-hello-bar-header, [class*="col-hello-bar-header-"] {
	display: flex;
	align-items: center !important;
	justify-content: space-around;
}
.row-hello-bar-header {
	align-items: start!important;
}
.col-hello-bar-header-1,
.col-hello-bar-header-2 {
	margin-top: 16px !important;
}
.col-hello-bar-header-1 {
	column-gap: 16px;
}
.col-hello-bar-header-2 {
	column-gap: 10px;
}
.col-hello-bar-header-2 .wp-block-group._phone_numbers p {
	color: var(--gold);
}
.col-hello-bar-header-2 .wp-block-group._phone_numbers p strong {
	color: var(--blue-2C);
}
[class*="col-hello-bar-header-"] figure {
	margin: 0;
	margin-right: 4px;
}
[class*="col-hello-bar-header-"] .wp-block-image img {
	vertical-align: middle;
	width: auto !important;
	height: auto !important;
	min-width: fit-content;
}
.row-hello-bar-header figure, .row-hello-bar-header p {
	padding:0;
}
.row-hello-bar-header p {
	font-size: var(--f-s-xsmall);
	color: var(--blue-2C);
	line-height: normal;
	font-weight: 500;
	margin: 0;
}
.col-hello-bar-header-1 {
	justify-content: flex-start;
	padding-left: 97px;
	padding-right: 19px;
	max-width: 300px;
}
.col-hello-bar-header-2 {
	justify-content: normal;
	align-items: flex-start !important;
}
.col-hello-bar-header-3 {
	justify-content: flex-end;
}
.row-hello-bar-header .col-hello-bar-header-3 figure, .row-hello-bar-header .col-hello-bar-header-3 p {
	margin: auto 10px;
}
.row-hello-bar-header, .cont-logo-menu {
	padding: 7px 10px !important;
	box-sizing: border-box;
}
.wp-block-group.menu-nav-mobile,
.wp-block-group nav.wp-block-navigation {
	width: 100%;
}
.wp-block-group nav.wp-block-navigation {
	height: 48px;
}
.wp-block-social-links {
	padding: 3px 0;
	column-gap: 8px;
}
.wp-block-social-links .wp-social-link svg {
	width: 24px;
	height: 24px;
}
.wp-social-link-facebook .wp-block-social-link-anchor svg {
	fill: var(--soft-gray-txt) !important;
}
.wp-social-link.wp-social-link-instagram {
	display: flex !important;
	background: var(--soft-gray-txt);
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
}
.wp-social-link.wp-social-link-instagram .wp-block-social-link-anchor svg {
	width: 15px;
	height: 15px;
}
.wp-block-navigation__container {
	column-gap: 0;
}
.wp-block-navigation .wp-block-navigation-item.btn-header-contactanos {
	margin-left: auto;
	height:43px;
}
ul.wp-block-navigation__container .wp-block-navigation-item:first-child {
	padding-left: 0;
}
.wp-block-navigation-item:not(.btn-header-contactanos){
	font-size: 20px;
	padding: 0 32px;
	border-right: 1px solid var(--black);
}
.wp-block-navigation-item.btn-header-galeria {
	border-right: none !important;
}
.wp-block-navigation .btn-header-contactanos .wp-block-navigation-item__content.wp-block-navigation-item__content {
	border: 1px solid var(--blue);
	background-color: var(--blue);
	border-radius: 22px;
	color: var(--white);
	padding: 9px 36px;
	text-decoration: none;
}
header.header-sticky .wp-block-navigation .btn-header-contactanos .wp-block-navigation-item__content.wp-block-navigation-item__content {
	padding: 4px 36px;
}
.wp-block-navigation .btn-header-contactanos .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
	background-color: var(--gold);
	text-decoration: none !important;
}
.menu-nav-mobile button svg {
	display: none;
}
.menu-nav-mobile button:before {
	content: '';
	display: inline-block;
	height: 28px;
	width: 28px;
	background: no-repeat 50% 0;
	background-image: url('/wp-content/uploads/2025/07/menu.svg');
	background-size: 100% auto;	
}
header button.wp-block-navigation__responsive-container-close {
    position: fixed;
    left: 10px;
    right: auto;
    top: 20px;
}
header button.wp-block-navigation__responsive-container-close:before {
	content: '';
	display: inline-block;
	height: 28px;
	width: 28px;
	background: no-repeat 50% 0;
	background-image: url('/wp-content/uploads/2024/09/icon_close_menu_black.svg');
	background-size: 100% auto;
}
/* .phone-nav-mobile figure:before {
	content: '';
	display: inline-block;
	height: 28px;
	width: 28px;
	background: no-repeat 50% 0;
	background-image: url('/wp-content/uploads/2025/07/icon_phone_cg.svg');
	background-size: 100% auto;	
} */
._phone_numbers  {
	gap: 0;
	margin-top: 0;
}
.wp-block-navigation__responsive-container.is-menu-open ul.wp-block-navigation__container.is-responsive {
	width: 100%;
	align-items: flex-start;
}
.wp-block-navigation__responsive-container.is-menu-open ul.wp-block-navigation__container.is-responsive li {
	border: none;
	padding-left: 0;
}
.wp-block-navigation__responsive-container.is-menu-open ul.wp-block-navigation__container.is-responsive li.btn-header-contactanos {
	margin: 0;
}
.wp-block-navigation__responsive-container-content {
	padding: 0;
}
.row-payments-social-media {
	max-width: calc(var(--max-width-container) - 256px);
	margin: 0 auto;
	border-bottom: 1px solid var(--gray-D9);
}
.row-payments-social-media > div {
	display: flex;
	align-items: center;
	justify-content: end;
	padding-right: 64px;
}
.row-payments-social-media > div figure {
	margin-top: 0;
}
.row-payments-social-media > div figure img {
	vertical-align: middle;
}
@media all and (min-width: 768px) {
	body .is-layout-flex.phone-nav-mobile {
		display: none;
	}
}

@media all and (min-width: 767px) and (max-width: 979px) {
	
}
@media all and (max-width: 767px) {
	header .row-payments-social-media {
		display: none;
	}
	header .has-base-background-color {
		background-color: var(--white) !important;
		padding: 0 15 !important;
		color: var(--blue);
	}
	.wp-block-group.menu-nav-mobile, 
	.wp-block-group nav.wp-block-navigation {
		width: auto;
	}
	.cont-logo-menu > .wp-block-group {
		padding: 0;
		justify-content: space-between;
	}
	.wp-block-site-logo img {
		width: 80px;
		transition: all 0.3s;
	}
	
	header .wp-block-group.alignwide.cont-logo-menu {
		height: 45px;
		padding: 0 15px !important;
	}
	header .is-layout-flex .wp-block-site-logo {
		padding: 0;
		margin-top: 0;
	}
	.row-hello-bar-header .col-hello-bar-header-1,
	.row-hello-bar-header .col-hello-bar-header-2,
	.row-hello-bar-header .col-hello-bar-header-3 {
		display: none !important;
	}
	.col-hello-bar-header-1-logo {
		position: absolute;
		left: 50%;
		top: 0;
        transform: translate(-50%, 0);		
        z-index: 1;
	}
	.row-hello-bar-header {
		padding: 0 !important;
	}
	header .has-base-background-color {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	.wp-block-navigation__responsive-container {
		height: 100vh;
	}
	.menu-nav-mobile {
		order: -1;
	}
	.row-cont-form-reserva-home .wpforms-container {
		background-color: transparent !important;
	}
}
/* *************************************** END Header ************************************* */