.elementor-kit-5{--e-global-color-primary:#45C1C6;--e-global-color-secondary:#09344C;--e-global-color-text:#025A7C;--e-global-color-accent:#475569;--e-global-color-82daa46:#CBD5E1;--e-global-color-11a85f3:#F8FAFC;--e-global-color-3999278:#0C0C0C;--e-global-color-3fc9c9b:#009966;--e-global-color-7ef0913:#E15B72;--e-global-color-3bd7c52:#DC3545;--e-global-color-718a3a0:#28A745;--e-global-color-6953fa4:#0D6EFD;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-size:clamp(1.75rem, 4vw + 0.5rem, 3rem);--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-size:clamp(1.5rem, 3vw + 0.5rem, 2.5rem);--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:clamp(1rem, 0.5vw + 0.9rem, 1.25rem);--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-size:clamp(1.25rem, 2vw + 0.5rem, 1.75rem);--e-global-typography-accent-font-weight:400;--e-global-typography-6a4799c-font-family:"Open Sans";--e-global-typography-6a4799c-font-size:clamp(1.125rem, 1.5vw + 0.5rem, 1.5rem);--e-global-typography-6d3bed7-font-family:"Open Sans";--e-global-typography-6d3bed7-font-size:clamp(0.875rem, 0.25vw + 0.8rem, 1rem);background-color:var( --e-global-color-11a85f3 );color:var( --e-global-color-secondary );overscroll-behavior:contain;--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:1000ms;--e-preloader-animation:bounce;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-width:50%;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:#FFFFFF;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:var( --e-global-color-text );color:#FFFFFF;}.elementor-kit-5 e-page-transition{background-color:var( --e-global-color-secondary );}.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:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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:1400px){.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:992px){.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:576px){.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}@media(min-width:2400px){.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS */html, body{
	overflow-x: hidden !important;
}

/* 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: 15px !important;
	padding-left: 15px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

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

.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));
  }
}/* End custom CSS */