.elementor-kit-5{--e-global-color-primary:#201F25;--e-global-color-secondary:#DDDACD;--e-global-color-text:#DDDACD;--e-global-color-accent:#201F25;--e-global-color-638810e:#A42C1F;--e-global-color-5b1f284:#3D3F46;--e-global-color-74625cf:#454343;--e-global-typography-primary-font-family:"Gotham";--e-global-typography-primary-font-size:clamp(2rem, 1.8rem + 2.5vw, 3.5rem);--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Gotham";--e-global-typography-secondary-font-size:clamp(1.5rem, 1.6rem + 2.2vw, 2.5rem);--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Gotham";--e-global-typography-text-font-size:clamp(0.875rem, 1rem + 1.2vw, 1.25rem);--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Gotham";--e-global-typography-accent-font-size:clamp(0.875rem, 1rem + 1.2vw, 1.25rem);--e-global-typography-accent-font-weight:700;--e-global-typography-7415ea9-font-family:"Gotham";--e-global-typography-7415ea9-font-size:clamp(1.25rem, 1.4rem + 2vw, 2rem);--e-global-typography-8a21d61-font-family:"Gotham";--e-global-typography-8a21d61-font-size:clamp(1.125rem, 1.2rem + 1.8vw, 1.75rem);--e-global-typography-99eb892-font-family:"Gotham";--e-global-typography-99eb892-font-size:clamp(1rem, 1.1rem + 1.5vw, 1.5rem);--e-global-typography-f3c4951-font-family:"Gotham";--e-global-typography-f3c4951-font-size:clamp(0.75rem, 1rem + 1vw, 1.125rem);background-color:var( --e-global-color-primary );color:var( --e-global-color-text );--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:750ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;}.elementor-kit-5 e-page-transition{background-color:#1F1F1F;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"Gotham", Sans-serif;font-size:clamp(0.875rem, 1rem + 1.2vw, 1.25rem);font-weight:300;color:var( --e-global-color-text );border-style:solid;border-width:1px 1px 1px 1px;border-radius:100px 100px 100px 100px;padding:0.5rem 2rem 0.5rem 2rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1920px;}.e-con{--container-max-width:1920px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:2rem;}.elementor-element{--widgets-spacing:2rem 2rem;--widgets-spacing-row:2rem;--widgets-spacing-column:2rem;}{}h1.entry-title{display:var(--page-title-display);}.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:991px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:575px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Texto sublinhado */
.underline-text {
	text-decoration: underline #a2805a;
}

/* Texto em negrito */
.bold-text {
	font-weight: 700;
}

/* Sombra de Texto */
.text-shadow {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Filtro Drop-Shadow */
.drop-shadow {
	filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}

/* Sombra de Caixa */
.box-shadow {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Sombra de Caixa na Parte Inferior */
.box-shadow-bottom {
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}

/* Container fixo */
.container-fixo {
	width: 100% !important;
	padding-right: 15px !important;
	padding-left: 15px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

@media (min-width: 576px) {
	.container-fixo { max-width: 540px !important; }
}

@media (min-width: 768px) {
	.container-fixo { max-width: 720px !important; }
}

@media (min-width: 992px) {
	.container-fixo { max-width: 960px !important; }
}

@media (min-width: 1200px) {
	.container-fixo { max-width: 1140px !important; }
}

@media (min-width: 1400px) {
	.container-fixo { max-width: 1320px !important; }
}

/* Container fluido */
.container-fluid {
	width: 100% !important;
	padding-right: 30px !important;
	padding-left: 30px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

/* Altura para seções herói */
.fullscreen-height {
	min-height: calc(100vh - 90px) !important;
}

.text-with-bottom-border {
    position: relative;
    display: inline-block;
}

.text-with-bottom-border::after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(100% + 20px);
    width: 5rem;
    height: 1.25rem;
    background-color: currentColor;
		margin-left: 5px;
}

/* Animações */
.floating-image {
    animation: floating 3s linear infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(0);
    }
}

.shine-element {
	animation: shine 3s ease-in-out infinite;
}

@keyframes shine {
  0% {
    filter: none;
  }
  50% {
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.3));
  }
  100% {
    filter: none;
  }
}

.glowing-image {
  animation: glow 3s ease-in-out infinite;
}

@keyframes glow {
  0%, 100% {
    filter: drop-shadow(0 0 10px rgba(0, 255, 255, 0));
  }
  50% {
    filter: drop-shadow(0 0 20px rgba(0, 255, 255, 0.3));
  }
}

.neonPulse-element {
	animation: neonPulse 2s infinite alternate;
}

/* Animação pulsante */
@keyframes neonPulse {
    0% {
        box-shadow: 0 0 10px rgba(0, 185, 207, 0.4),
                    0 0 20px rgba(0, 185, 207, 0.3),
                    0 0 40px rgba(0, 185, 207, 0.2);
    }
    50% {
        box-shadow: 0 0 40px rgba(0, 185, 207, 0.5),
                    0 0 80px rgba(0, 185, 207, 0.4),
                    0 0 120px rgba(0, 185, 207, 0.3);
    }
    100% {
        box-shadow: 0 0 30px rgba(0, 185, 207, 0.6),
                    0 0 60px rgba(0, 185, 207, 0.5),
                    0 0 90px rgba(0, 185, 207, 0.4);
    }
}

/* Dark Mode */
.dark-mode {
	--e-global-color-primary: #dfdfdf;
	--e-global-color-secondary: #201F25;
	--e-global-color-text: #201F25;
	--e-global-color-accent: #dfdfdf;
    /*--e-global-color-29b0feb: #A42C1F;*/
    /*--e-global-color-5a05838: #3D3F46;*/
    /*--e-global-color-0192a37: #454343;*/
}

.dark-mode#hero-section {
	background-image: url('https://aretangulo.com/wp-content/uploads/2024/10/fundo-claro.jpg') !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://eventos.aretangulo.com/wp-content/uploads/2026/04/Gotham-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://eventos.aretangulo.com/wp-content/uploads/2026/04/Gotham-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://eventos.aretangulo.com/wp-content/uploads/2026/04/Gotham-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://eventos.aretangulo.com/wp-content/uploads/2026/04/Gotham-Book.ttf') format('truetype');
}
@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://eventos.aretangulo.com/wp-content/uploads/2026/04/Gotham-Light.ttf') format('truetype');
}
/* End Custom Fonts CSS */