.elementor-kit-38{--e-global-color-primary:#4C007D;--e-global-color-text:#4C007D;--e-global-color-accent:#F8B912;--e-global-color-secondary:#54595F;--e-global-color-a64c108:#F5E5FF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;background-color:transparent;font-family:"Arimo", Sans-serif;background-image:linear-gradient(0deg, #D1B2EB 25%, #FFFFFF 97%);}.elementor-kit-38 button,.elementor-kit-38 input[type="button"],.elementor-kit-38 input[type="submit"],.elementor-kit-38 .elementor-button{background-color:var( --e-global-color-primary );color:#F8B912;}.elementor-kit-38 e-page-transition{background-color:#FFBC7D;}.elementor-kit-38 a{font-family:"Poppins", Sans-serif;}.elementor-kit-38 h1{font-family:"Poppins", Sans-serif;}.elementor-kit-38 h2{font-family:"Poppins", Sans-serif;}.elementor-kit-38 h3{font-family:"Poppins", Sans-serif;}.elementor-kit-38 h4{font-family:"Poppins", Sans-serif;}.elementor-kit-38 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-38 h6{font-family:"Poppins", Sans-serif;}.elementor-kit-38 button:hover,.elementor-kit-38 button:focus,.elementor-kit-38 input[type="button"]:hover,.elementor-kit-38 input[type="button"]:focus,.elementor-kit-38 input[type="submit"]:hover,.elementor-kit-38 input[type="submit"]:focus,.elementor-kit-38 .elementor-button:hover,.elementor-kit-38 .elementor-button:focus{color:#000000;}.elementor-kit-38 img{border-radius:1px 1px 1px 1px;}.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;}{}h1.entry-title{display:var(--page-title-display);}@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 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            min-height: 100vh;
            font-family: Arial, Helvetica, sans-serif;
            background: #f5f0fa;
            color: #111;
            display: flex;
            flex-direction: column;
        }

        
        header {
            height: 115px;
            background: #500080;
            display: flex;
            align-items: center;
            padding: 0 30px;
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 15px;
            min-width: 340px;
        }

        .logo-animal {
            font-size: 64px;
            line-height: 1;
        }

        .logo-text {
            font-family: "Brush Script MT", "Segoe Script", cursive;
            font-size: 52px;
            color: #ffd000;
            transform: rotate(-4deg);
        }

        nav {
            flex: 1;
            display: flex;
            justify-content: center;
            gap: 32px;
        }

        nav a {
            color: white;
            text-decoration: none;
            font-size: 22px;
            transition: 0.2s;
        }

        nav a:hover {
            color: #ffd000;
        }

        nav a.active {
            color: #ffd000;
            text-decoration: underline;
            text-decoration-thickness: 2px;
            text-underline-offset: 4px;
        }

        
        main {
            flex: 1;
            text-align: center;
            padding: 14px 20px 0;
        }

        h1 {
            font-family: Georgia, "Times New Roman", serif;
            font-size: 45px;
            font-weight: 900;
            margin-bottom: 15px;
        }

        .decoracao {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            margin-bottom: 18px;
        }

        .linha {
            width: 223px;
            height: 2px;
            background: #812db1;
        }

        .coracao {
            color: #ffbd00;
            font-size: 31px;
        }

        .subtitulo {
            font-size: 24px;
            margin-bottom: 8px;
        }

        .destaque {
            color: #812db1;
            font-size: 24px;
            font-weight: bold;
        }

        
        .cards {
            max-width: 1058px;
            margin: 38px auto 0;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 92px;
        }

        .card {
            min-height: 238px;
            background: rgba(216, 199, 232, 0.78);
            border-radius: 6px;
            padding: 27px 15px 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
        }

        .icone {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 44px;
            margin-bottom: 8px;
        }

        .email-icone {
            color: #403c3f;
            border: 5px solid #403c3f;
        }

        .telefone-icone {
            color: #000;
            border: 4px solid #000;
        }

        .whatsapp-icone {
            color: #4b7134;
            font-size: 64px;
        }

        .card h2 {
            font-size: 25px;
            font-weight: 400;
            margin-bottom: 12px;
            position: relative;
        }

        .card h2::after {
            content: "";
            display: block;
            width: 54px;
            height: 5px;
            background: #f5b900;
            margin: 4px auto 0;
        }

        .card p {
            font-size: 17px;
            line-height: 1.45;
        }

        footer {
            height: 52px;
            background: #500080;
            color: white;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            margin-top: 35px;
        }

        
        .capivara {
            position: fixed;
            right: 20px;
            bottom: 48px;
            font-size: 130px;
            line-height: 1;
            z-index: 2;
            transform: rotate(-3deg);
        }

        
        @media (max-width: 1000px) {
            header {
                height: auto;
                min-height: 100px;
                flex-direction: column;
                padding: 15px;
                gap: 12px;
            }

            .logo {
                min-width: 0;
            }

            nav {
                flex-wrap: wrap;
                gap: 18px;
            }

            nav a {
                font-size: 18px;
            }

            .cards {
                grid-template-columns: 1fr;
                max-width: 500px;
                gap: 20px;
            }

            .capivara {
                display: none;
            }
        }

        @media (max-width: 600px) {
            h1 {
                font-size: 32px;
            }

            .subtitulo,
            .destaque {
                font-size: 20px;
            }

            .linha {
                width: 80px;
            }

            .logo-text {
                font-size: 40px;
            }

            .logo-animal {
                font-size: 48px;
            }
        }/* End custom CSS */