.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#54595F;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FF0000;--e-global-color-181dbe2:#FEC600;--e-global-color-391ea44:#004729;--e-global-color-950b0ee:#FF0000;--e-global-color-7d48385:#0F0F0F;--e-global-typography-primary-font-family:"RZN Fonte";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"RZN Fonte";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-4c3aded-font-family:"SairaStencilOne-Regular";--e-global-typography-4c3aded-font-size:32px;background-color:#000000;}.elementor-kit-6 e-page-transition{background-color:#000000;}.elementor-kit-6 a{color:#FF0101;}.elementor-kit-6 a:hover{color:#D30000;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-header-icons-size:0px;--lightbox-navigation-icons-size:0px;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:390px;}.e-con{--container-max-width:390px;}}/* Start custom CSS */.perfil-dropdown {
  position: relative;
  display: inline-block;
}

.perfil-nome {
  color: #ff0000;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
}

.perfil-nome .perfil-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.perfil-nome .seta {
  font-size: 12px;
  margin-left: 5px;
}

.perfil-menu {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
  min-width: 180px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  z-index: 9999;
  border-radius: 4px;
  margin-top: 8px;
}

.perfil-menu a {
  color: #555;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-weight: 600;
}

.perfil-menu a:hover {
  background-color: #f1f1f1;
}

/* Classe para mostrar o menu via JS */
.perfil-dropdown.open .perfil-menu {
  display: block;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'RZN Fonte';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://rznredzone.com.br/wp-content/uploads/2025/05/SairaStencilOne-Regular.eot');
	src: url('https://rznredzone.com.br/wp-content/uploads/2025/05/SairaStencilOne-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://rznredzone.com.br/wp-content/uploads/2025/05/SairaStencilOne-Regular.woff2') format('woff2'),
		url('https://rznredzone.com.br/wp-content/uploads/2025/05/SairaStencilOne-Regular.woff') format('woff'),
		url('https://rznredzone.com.br/wp-content/uploads/2025/05/SairaStencilOne-Regular.ttf') format('truetype'),
		url('https://rznredzone.com.br/wp-content/uploads/2025/05/SairaStencilOne-Regular.svg#RZNFonte') format('svg');
}
/* End Custom Fonts CSS */