.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#0085BA;--e-global-color-text:#3A3A3A;--e-global-color-accent:#464646;--e-global-color-191955d:#FFFFFF;--e-global-color-9e49c06:#494949;--e-global-color-d70a5ea:#00ABF1;--e-global-color-708234e:#AC9665;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;--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: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 */body, html {
    overflow-x: hidden !important;
    max-width: 100vw !important;
}

body {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.elementor-kit-5 svg{
height:unset;
}

body::-webkit-scrollbar{
width: 10px;
}

body::-webkit-scrollbar-track{
background: #3b3b3b;
}

body::-webkit-scrollbar-thumb{
background: #4582e8;
border-radius: 20px;
border: 3px solid #3b3b3b;
}

.destaque{
    background: linear-gradient(45deg, #54ceff, #1cbeff, #00abf1, #008ec6, #0078a8, #00668e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: bold;
}



/* Início do Botão de Whatsapp CSS */
 * {
            box-sizing: border-box;
        }

        /* Container principal */
        .whatsapp-widget {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 9999!important;
            font-family: 'Nunito Sans', sans-serif;
        }

        /* Botão circular do WhatsApp */
        .whatsapp-trigger {
            width: 60px;
            height: 60px;
            background: #25d366;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            border: none;
            outline: none;
            position: relative;
        }

        .whatsapp-trigger:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
        }

        /* Ícone do WhatsApp */
        .whatsapp-trigger-icon {
            width: 30px;
            height: 30px;
            transition: all 0.3s ease;
        }

        /* Ícone X para fechar */
        .close-icon {
            color: #fff;
            font-size: 24px;
            font-weight: bold;
            line-height: 1;
            opacity: 0;
            transform: rotate(180deg);
            transition: all 0.3s ease;
            position: absolute;
        }

        /* Estados do botão */
        .whatsapp-trigger.active .whatsapp-trigger-icon {
            opacity: 0;
            transform: rotate(-180deg);
        }

        .whatsapp-trigger.active .close-icon {
            opacity: 1;
            transform: rotate(0deg);
        }

        /* Pop-up do chat */
        .whatsapp-popup {
            position: absolute;
            bottom: 80px;
            right: 0;
            width: 320px;
            background: #ffffff;
            border-radius: 16px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
            opacity: 0;
            transform: translateY(20px) scale(0.95);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            border: 1px solid #e5e7eb;
            pointer-events: none;
        }

        .whatsapp-popup.show {
            opacity: 1;
            transform: translateY(0) scale(1);
            pointer-events: all;
        }

        .whatsapp-popup-header {
            background: linear-gradient(135deg, #25d366, #128c7e);
            color: white;
            padding: 16px 20px;
            border-radius: 16px 16px 0 0;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .whatsapp-popup-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            overflow: hidden;
            border: 2px solid rgba(255, 255, 255, 0.3);
        }

        .whatsapp-popup-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .whatsapp-popup-info h4 {
            margin: 0;
            font-size: 16px;
            font-weight: 600;
        }

        .whatsapp-popup-info span {
            font-size: 12px;
            opacity: 0.9;
        }

        .whatsapp-popup-body {
            padding: 20px;
        }

        .whatsapp-message {
            background: #f1f5f9;
            padding: 14px 16px;
            border-radius: 12px 12px 12px 4px;
            margin-bottom: 16px;
            font-size: 14px;
            line-height: 1.5;
            color: #374151;
        }

        .whatsapp-popup-button {
            width: 100%;
            background: #25d366;
            color: #ffffff!important;
            border: none;
            padding: 14px 20px;
            border-radius: 12px;
            font-family: 'Nunito Sans', sans-serif;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

        .whatsapp-popup-button:hover {
            background: #22c55e;
            transform: translateY(-1px);
            color: #ffffff!important;
        }

        .whatsapp-icon {
            width: 20px;
            height: 20px;
        }

        /* Animação de entrada */
        @keyframes slideInUp {
            from {
                opacity: 0;
                transform: translateY(20px) scale(0.95);
            }
            to {
                opacity: 1;
                transform: translateY(0) scale(1);
            }
        }

        .whatsapp-popup.animate-in {
            animation: slideInUp 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        /* Animação de pulso para chamar atenção */
        @keyframes pulse {
            0% {
                box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
            }
            50% {
                box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4), 0 0 0 10px rgba(37, 211, 102, 0.1);
            }
            100% {
                box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
            }
        }

        .whatsapp-trigger.pulse{
            animation: pulse 2s infinite;
             background: #1eb555;
        }
        
        .elementor-kit-5 .active{
            background: #1eb555;
        }
        
        #whatsappTrigger:hover{
            background: #25d366;
        }
        
       #whatsappTrigger:hover{
            background: #1eb555;
        }
        
        .whatsappTrigger{
            background: #25d366;
        }
        
        /* Fim do Botão de Whatsapp CSS *//* End custom CSS */