.elementor-kit-18{--e-global-color-primary:#B58A3F;--e-global-color-secondary:#ED79A3;--e-global-color-text:#000000;--e-global-color-accent:#97E288;--e-global-color-391b045:#EBDDD6;--e-global-color-f13687f:#F2ECE9;--e-global-color-7f8cad6:#FEF9F6;--e-global-color-b19e5c7:#FFFFFF;--e-global-color-32696bf:#A8ED9A;--e-global-color-05a48b0:#DEB459;--e-global-typography-primary-font-family:"Albra Sans TRIAL- Medium";--e-global-typography-primary-font-size:clamp(1.50rem, 1.17rem + 1.11vw, 2.00rem);--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:clamp(1.69rem, 1.36rem + 1.11vw, 2.19rem);--e-global-typography-secondary-font-family:"La Roux Free";--e-global-typography-secondary-font-size:clamp(2.06rem, 1.86rem + 0.69vw, 2.38rem);--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:clamp(2.25rem, 2.29rem + -0.14vw, 2.19rem);--e-global-typography-text-font-family:"Acrom-Regular";--e-global-typography-text-font-size:clamp(0.91rem, 0.84rem + 0.21vw, 1.00rem);--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-text-line-height:clamp(1.09rem, 1.03rem + 0.21vw, 1.19rem);--e-global-typography-accent-font-family:"Acrom-Medium";--e-global-typography-accent-font-size:clamp(0.88rem, 0.83rem + 0.14vw, 0.94rem);--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-line-height:clamp(1.06rem, 1.02rem + 0.14vw, 1.13rem);--e-global-typography-41bd246-font-family:"Albra Sans TRIAL- Medium";--e-global-typography-41bd246-font-size:clamp(1.75rem, 1.09rem + 2.22vw, 2.75rem);--e-global-typography-41bd246-font-weight:500;--e-global-typography-41bd246-text-transform:none;--e-global-typography-41bd246-font-style:normal;--e-global-typography-41bd246-text-decoration:none;--e-global-typography-41bd246-line-height:clamp(1.88rem, 1.21rem + 2.22vw, 2.88rem);--e-global-typography-78c8a55-font-family:"Albra Sans TRIAL- Medium";--e-global-typography-78c8a55-font-size:clamp(1.00rem, 0.75rem + 0.83vw, 1.38rem);--e-global-typography-78c8a55-font-weight:500;--e-global-typography-78c8a55-text-transform:none;--e-global-typography-78c8a55-font-style:normal;--e-global-typography-78c8a55-text-decoration:none;--e-global-typography-78c8a55-line-height:clamp(1.06rem, 0.73rem + 1.11vw, 1.56rem);--e-global-typography-d3bc2cd-font-family:"Acrom-Regular";--e-global-typography-d3bc2cd-font-size:clamp(0.88rem, 0.88rem + 0.00vw, 0.88rem);--e-global-typography-d3bc2cd-font-weight:400;--e-global-typography-d3bc2cd-text-transform:none;--e-global-typography-d3bc2cd-font-style:normal;--e-global-typography-d3bc2cd-text-decoration:none;--e-global-typography-d3bc2cd-line-height:clamp(1.06rem, 1.06rem + 0.00vw, 1.06rem);}.elementor-kit-18 e-page-transition{background-color:#FFBC7D;}.elementor-kit-18 a{color:var( --e-global-color-b19e5c7 );}.elementor-kit-18 a:hover{color:var( --e-global-color-32696bf );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:10px;--container-default-padding-right:0px;--container-default-padding-bottom:10px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:5px;}.elementor-element{--widgets-spacing:5px 5px;--widgets-spacing-row:5px;--widgets-spacing-column:5px;}{}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:90%;}.e-con{--container-max-width:90%;}}/* Start custom CSS */.textoanimado{
    display: inline-block;
    animation: carrossel 40s linear infinite;
}
@keyframes carrossel{
    0%{
        transform: translatex(0);
    }
    100%{
        transform: translatex(-900px);
    }
}

.textoanimado2{
    white-space: nowrap;
}







@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 10px -20px #A8ED9A;
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 30px transparent;
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 transparent;
    }
}

.elementor-kit-18 .elementor-button1 {
    margin-top: 5px;
    animation: pulse 1.5s infinite;
    border-radius: 30px;
    background-color: #97E288;
    color: #000000; /* Texto preto */
    transition: transform 0.3s ease-in-out;
}

.elementor-kit-18 .elementor-button:hover {
    animation: none;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Albra Sans TRIAL- Medium';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://prinutrinfantil.com.br/wp-content/uploads/2025/04/AlbraSansTRIAL-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'La Roux Free';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://prinutrinfantil.com.br/wp-content/uploads/2025/04/La-Roux-Free.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Acrom-Regular';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://prinutrinfantil.com.br/wp-content/uploads/2025/04/Acrom-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Acrom-Medium';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://prinutrinfantil.com.br/wp-content/uploads/2025/04/Acrom-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */