.elementor-kit-5{--e-global-color-primary:#35A7B5;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#1D192B;--e-global-color-accent:#7156A2;--e-global-typography-primary-font-family:"Sugo Pro Display";--e-global-typography-primary-font-size:clamp(2rem, 4vw, 4rem);--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Sugo Pro Display";--e-global-typography-secondary-font-size:clamp(1.75rem, 3vw, 3.5rem);--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Darker Grotesque";--e-global-typography-text-font-size:clamp(1.125rem, 1.6vw, 1.5rem);--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Darker Grotesque";--e-global-typography-accent-font-size:clamp(1.25rem, 2vw, 2rem);--e-global-typography-accent-font-weight:400;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:transparent;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 );background-image:linear-gradient(90deg, #FF6231 0%, #FFA20C 100%);}.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:transparent;background-image:linear-gradient(-90deg, #FF6231 0%, #FFA20C 100%);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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){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);}.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(100dvh - 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));
  }
}

 /* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Sugo Pro Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://sauvisaude.com/wp-content/uploads/2025/06/Sugo-Pro-Display-Regular-trial.ttf') format('truetype');
}
@font-face {
	font-family: 'Sugo Pro Display';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://sauvisaude.com/wp-content/uploads/2025/06/Sugo-Pro-Classic-Bold-trial.ttf') format('truetype');
}
/* End Custom Fonts CSS */