.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-8fa488e:#245A5E;--e-global-color-a22f298:#084C50;--e-global-color-2bb7897:#7D1F41;--e-global-typography-primary-font-family:"Matte";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Matte";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Matte";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Matte";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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);}.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:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body{
    overflow-x: hidden !important;
    width: 100%;
}


.btn2 .elementor-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    white-space: nowrap;
}

/*cor do botão*/
.btn2 .elementor-button {
background: radial-gradient(50.09% 100% at 50.09% 0%, #ABEBBE 0%, #229C24 100%);
    overflow: hidden;
    transform: translate(0%,0%);
    flex-grow: 1 !important;
    align-self: stretch !important;
    transition: .5s all;
}

/*cor do botão no Hover*/
.btn2:hover .elementor-button {
background: radial-gradient(50.09% 100% at 50.09% 0%, #ABEBBE 0%, #229C24 100%);
    transition: .5s all;
    transform: scale(1.05);
}

/*Efeito de brilho*/
.btn2 .elementor-button::before {
    content: '';
    background: linear-gradient(10deg, #D1D2EA 12.81%, rgba(209, 210, 234, 0.00) 66.66%);
    width: 90px;
    height: 160%;
    position: absolute;
    transform: translateX(-50%) skew(-25deg);
    bottom: 0%;
    user-select: none;
    pointer-events: none;
    animation: shinery 3s infinite ease-in-out;
    filter: blur(4px);
}

@keyframes shinery {
    0%,100% {
        left: -10%;
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    48% {
        left: 110%;
        opacity: 1;
    }

    51% {
        opacity: 0;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Matte';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://semanaherbal.com/wp-content/uploads/2025/06/Matte-Medium.woff2') format('woff2'),
		url('https://semanaherbal.com/wp-content/uploads/2025/06/Matte-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Matte';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://semanaherbal.com/wp-content/uploads/2025/06/Matte-Bold.woff2') format('woff2'),
		url('https://semanaherbal.com/wp-content/uploads/2025/06/Matte-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Matte';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://semanaherbal.com/wp-content/uploads/2025/06/Matte-ExtraBold.woff2') format('woff2'),
		url('https://semanaherbal.com/wp-content/uploads/2025/06/Matte-ExtraBold.woff') format('woff');
}
/* End Custom Fonts CSS */