.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-074d0bb:#4B71F1;--e-global-color-2ac82bd:#3C64FF;--e-global-color-20073f6:#FFFFFF;--e-global-color-40a5836:#1D47B3;--e-global-color-eda5bfe:#1F58BD;--e-global-color-cd2ce57:#000000;--e-global-color-fc1da81:#3B82F6;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Inter", Sans-serif;}.elementor-kit-6 a:hover{color:var( --e-global-color-2ac82bd );}.elementor-kit-6 h1{font-family:"Inter", Sans-serif;}.elementor-kit-6 h2{font-family:"Inter", Sans-serif;}.elementor-kit-6 h3{font-family:"Inter", Sans-serif;}.elementor-kit-6 h4{font-family:"Inter", Sans-serif;}.elementor-kit-6 h5{font-family:"Inter", Sans-serif;}.elementor-kit-6 h6{font-family:"Inter", Sans-serif;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{border-style:solid;border-width:1px 1px 1px 1px;border-radius:10px 10px 10px 10px;padding:10px 10px 10px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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 *//* ==== CONTÊINER DO WHATSAPP ==== */
.whatsapp-container {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
}

.icon-whatsapp {
    width: 34px;
    fill: white;
}

/* ==== BOTÃO WHATSAPP ==== */
.btn-whatsapp {
    background: #25d366;
    color: #fff!important;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px!important;
    height: 48px!important;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0.3rem 0.6rem rgba(2, 2, 3, 0.2);
}

/* ==== MENSAGEM WHATSAPP ==== */
.btn-whatsapp-msg {
    margin-right: 15px;
    background: #ffffff;
    color: #000;
    font-size: 12px;
    padding: 10px 15px 10px 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
    animation: slideIn 1.5s forwards;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Rabinho do balão centralizado */
.btn-whatsapp-msg::after {
    content: '';
    position:absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #ffffff;
}

.close-btn {
    position: absolute;
    top: 2px;
    right: 4px;
    background-color: #6c757d;
    color: #ffffff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 11px;
    line-height: 10px;
}/* End custom CSS */