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

/* *************************************** Header ************************************* */
header {
	position: fixed;
	width: 100%;
	z-index: 10;
	background-color: rgba(0,0,0,.8) !important;
	color: var(--white);
	backdrop-filter: blur(20px);
}
header.header-sticky .cont-logo-menu {
	height: 48px;
	transition: all 0.3s;
}
.cont-logo-menu {
	max-width: var(--max-width-container);
	margin: 0 auto;
	padding: 0 !important;
	height: 84px;
	transition: all 0.3s;
}
.cont-logo-menu > .wp-block-group {
	display: flex;
	margin-block-start: auto;
	margin-block-end: auto;
	margin: auto !important;
}
header.header-sticky .wp-block-site-logo img {
	width: 50%;
	transition: all 0.3s;
}
.is-layout-flex .wp-block-site-logo {
	margin-top: 10px;
}
header.header-sticky .is-layout-flex .wp-block-site-logo {
	margin-top: 8px;
}

.wp-block-site-logo img {
	width: 100%;
	transition: all 0.3s;
}
header a {
	color: var(--white);
	text-decoration: none;
}
header .has-base-background-color {
	background-color: transparent !important;
	color: var(--white);
}
.row-hello-bar-header {
	max-width: var(--max-width-container);
	margin: 0 auto;
}
.row-hello-bar-header:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;	
	width: 100%;
	z-index: -1;
	background-color: var(--black);
}
.row-hello-bar-header,
.row-hello-bar-header:before {
	height: 28px;
}
.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;
}
[class*="col-hello-bar-header-"] figure {
	margin: 0;
	margin-right: 4px;
}
[class*="col-hello-bar-header-"] .wp-block-image img {
	vertical-align: middle;
}
.row-hello-bar-header figure, .row-hello-bar-header p {
	padding:0;
}
.row-hello-bar-header p {
	font-size: var(--f-s-xsmall);
	margin: 0;
}
.col-hello-bar-header-1 {
	justify-content: flex-start;
}
.col-hello-bar-header-2 {
	justify-content: center;
}
.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-left: 10px !important;
	padding-right: 10px !important;
	box-sizing: border-box;
}
.wp-block-navigation .btn-header-contactanos .wp-block-navigation-item__content.wp-block-navigation-item__content {
	border: 1px solid var(--gold);
	background-color: var(--white);
	color: var(--black);
	padding: 12px 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/2024/09/icon_menu_gold.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;
}
@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) {
	.row-hello-bar-header {
		display: none !important;
	}
	.wp-block-navigation__responsive-container {
		height: 100vh;
	}
	.menu-nav-mobile {
		order: -1;
	}
}
/* *************************************** END Header ************************************* */