[type=button], [type=submit], button {
    color: var(--e-global-color-primary);
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: var(--e-global-color-primary);
}

body {
    font-family: 'Loew';
}

a {
    color: var(--e-global-color-primary);
}

p {
	margin-bottom: 0;
}

.p-fixed p,
.p-fixed ul {
    margin-bottom: 0.9rem;
}

.block-video-eventos {
    display: flex !important;
    justify-content: center !important;
    margin-top: 24px !important;
}

@media(min-width: 768px) {
    .block-video-eventos-rspv {
        display: none;
    }
}

@media(max-width: 767px) {
    .block-video-eventos {
        display: none !important;
    }
}

.elementor-tab-content a {
	color: var(--e-global-color-primary);
}

.remove-padding-ul ul {
	padding-left: 16px;
}

.remove-padding-ul ul li {
	margin-bottom: 8px;
}

.remove-padding-ul ul li:last-child {
	margin-bottom: 0;
}

.list-block-new ul {
	padding-left: 0;
}

.list-block-new ul li {
	margin-bottom: 8px;
}

.list-block-new ul li:last-child {
	margin-bottom: 0px;
}

.list-minimal-space ul {
	padding-left: 24px;
}

.list-minimal-space li {
	margin-bottom: 8px;
}

.elementor-widget-toggle .elementor-toggle-icon svg {
    fill: none;
}

@media(max-width: 768px) {
	.remove-padding-ul ul {
		padding-left: 16px;
	}
	
	.list-block-new ul {
		padding-left: 16px;
	}

    .ehf-header #masthead {
        z-index: 9999999;
    }
}

/* Header */
#masthead .hfe-nav-menu__layout-horizontal .sub-menu .menu-item.current-menu-item a.hfe-sub-menu-item.hfe-sub-menu-item-active {
	font-weight: 700;
}

ul.sub-menu-open {
    padding: 8px 12px 8px 12px;
}

#masthead ul.sub-menu li:last-child {
    border: 0 solid transparent;
}

@media(min-width: 768px) {
	#masthead .hfe-nav-menu__layout-horizontal ul.sub-menu {
	    padding: 24px 12px;
	}

	#masthead .hfe-nav-menu__layout-horizontal .sub-menu li.menu-item:last-child {
	    border-bottom-style: solid;
	    border-bottom-color: var( --e-global-color-accent );
	    border-bottom-width: 0;
	}

	span.hfe-menu-toggle.sub-arrow svg path {
		fill: #000000 !important;
	}
}

@media(max-width: 768px) {
	.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal {
		top: 71px;
		width: 100vw !important;
		left: 0;
	}
	
	ul.sub-menu-open {
		padding: 0px;
	}
	
	nav.hfe-dropdown .menu-item a.hfe-sub-menu-item {
		background-color: #fff !important;
		color: #000 !important;
		border-bottom: 1px solid #000 !important;
	}
}



/* Footer */

ul#menu-menu-footer-copyright {
  display: flex;
  justify-content: center;
  gap: 16px;
  list-style: none;
  margin: 12px 0 16px 0;
}

ul#menu-menu-footer-copyright li a {
  font-size: 10px;
  font-weight: 500;
  color: #666666;
}

ul#menu-menu-footer-1, ul#menu-menu-footer-2 {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

ul#menu-menu-footer-1 li a, ul#menu-menu-footer-2 li a {
  color: #666666;
  font-weight: 500;
}

@media(max-width: 1280px) {
    ul#menu-menu-footer-copyright {
        padding-left: 0;
    }
}

@media(max-width: 1264px) {
    ul#menu-menu-footer-copyright {
        gap: 4px;
    }
}

@media(max-width: 768px) {
	ul#menu-menu-footer-copyright {
		flex-direction: column;
	}
}

/* Home */

.home .elementor-14 .elementor-element.elementor-element-e50b2a1.header-sticky:not(.elementor-motion-effects-element-type-background), .home .elementor-14 .elementor-element.elementor-element-e50b2a1.header-sticky > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    position: fixed;
}

@media(min-width: 768px) {
	.home .elementor-14 .elementor-element.elementor-element-e50b2a1.header-sticky-white:not(.elementor-motion-effects-element-type-background), 
	.home .elementor-14 .elementor-element.elementor-element-e50b2a1.header-sticky-white > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background: linear-gradient(180deg, rgba(16, 76, 151, 0.60) 30%, rgba(0, 0, 0, 0.00) 100%);
	}

	.home .header-sticky-white .elementor-widget-navigation-menu .menu-item > a.hfe-menu-item, 
	.home .header-sticky-white .elementor-widget-navigation-menu .menu-item > .hfe-has-submenu-container > a.hfe-menu-item {
	    color: #ffffff;
	}

	.home .header-sticky-white .elementor-widget-navigation-menu .menu-item a.hfe-menu-item span.hfe-menu-toggle.sub-arrow svg path {
		fill: #ffffff !important;
	}
}

.elementor-widget-video .elementor-wrapper iframe, 
.elementor-widget-video .elementor-wrapper video {
    height: 96% !important;
    width: 96% !important;
    display: flex;
    border: none;
    background-color: #000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.page-content .rank-math-breadcrumb a {
	text-decoration: none;
}

.rank-math-breadcrumb a {
    color: #000000;
    font-family: Loew;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: lowercase;
}

.rank-math-breadcrumb p {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.rank-math-breadcrumb .last {
    color: var(--Dark-Blue, var(--e-global-color-primary));
    font-family: Loew;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: lowercase;
}

.menu-p p {
    margin-bottom: .9rem;
}

.menu-p p:last-child {
    margin-bottom: 0;
}

/**
 * change style in page menu breadcrumbs
 */

body.page-child .rank-math-breadcrumb a {
    color: #666666;
    font-family: "Loew";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: initial;
}

body.page-child .rank-math-breadcrumb p {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

body.page-child .rank-math-breadcrumb .separator svg {
    vertical-align: middle;
}

body.page-child .rank-math-breadcrumb .last {
    color: #C4C4C4;
    font-family: "Loew";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: initial;
}