.elementor-56 .elementor-element.elementor-element-362244f7{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-56 .elementor-element.elementor-element-6530010e{--display:flex;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-56 .elementor-element.elementor-element-3b4a3{--display:flex;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-56 .elementor-element.elementor-element-38e7c226 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-56 .elementor-element.elementor-element-38e7c226 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-56 .elementor-element.elementor-element-38e7c226{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-56 .elementor-element.elementor-element-38e7c226 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-56 .elementor-element.elementor-element-38e7c226 .elementor-icon-list-item > a{font-family:"Inter", Sans-serif;font-size:12px;font-weight:normal;line-height:35px;}.elementor-56 .elementor-element.elementor-element-38e7c226 .elementor-icon-list-text{color:#AFAFAF;transition:color 0.3s;}.elementor-56 .elementor-element.elementor-element-38e7c226 .elementor-icon-list-item:hover .elementor-icon-list-text{color:var( --e-global-color-primary );}.elementor-56 .elementor-element.elementor-element-7e4e1b52{--display:flex;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-56 .elementor-element.elementor-element-22901cbc .elementor-icon-list-icon i{color:var( --e-global-color-accent );transition:color 0.3s;}.elementor-56 .elementor-element.elementor-element-22901cbc .elementor-icon-list-icon svg{fill:var( --e-global-color-accent );transition:fill 0.3s;}.elementor-56 .elementor-element.elementor-element-22901cbc{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-56 .elementor-element.elementor-element-22901cbc .elementor-icon-list-item > .elementor-icon-list-text, .elementor-56 .elementor-element.elementor-element-22901cbc .elementor-icon-list-item > a{font-family:"Inter", Sans-serif;font-size:12px;font-weight:normal;line-height:35px;}.elementor-56 .elementor-element.elementor-element-22901cbc .elementor-icon-list-text{color:#AFAFAF;transition:color 0.3s;}.elementor-56 .elementor-element.elementor-element-22901cbc .elementor-icon-list-item:hover .elementor-icon-list-text{color:var( --e-global-color-accent );}.elementor-56 .elementor-element.elementor-element-432cb6d5{--display:flex;--min-height:50px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-56 .elementor-element.elementor-element-362244f7{--justify-content:space-between;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;}}@media(min-width:768px){.elementor-56 .elementor-element.elementor-element-6530010e{--width:65%;}.elementor-56 .elementor-element.elementor-element-3b4a3{--width:30%;}.elementor-56 .elementor-element.elementor-element-7e4e1b52{--width:40%;}.elementor-56 .elementor-element.elementor-element-432cb6d5{--content-width:1280px;}}@media(max-width:1024px) and (min-width:768px){.elementor-56 .elementor-element.elementor-element-6530010e{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-16647ab7 *//* BOTÃO FLUTUANTE */

.whatsapp-float{
    position: fixed;
    right: 32px;
    bottom: 32px;
    z-index: 9999;

    display: flex;
    align-items: center;
    gap: 14px;

    text-decoration: none;

    transition: transform .30s ease;
}

/* ETIQUETA */

.whatsapp-label{
    order: -1;

    background: rgba(255,255,255,.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    border: 1px solid rgba(27,68,91,.10);
    border-radius: 999px;

    padding: 14px 22px;

    color: #1B445B;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;

    box-shadow:
        0 12px 32px rgba(5,22,32,.08);

    opacity: 0;
    transform: translateX(12px);

    animation:
        labelOpen .7s ease 2s forwards,
        labelClose .7s ease 6s forwards;

    transition:
        opacity .35s ease,
        transform .35s ease;
}

/* BOTÃO */

.whatsapp-float svg{
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.whatsapp-float::after{

    content:"";

    position:absolute;
    right:0;
    bottom:0;

    width:64px;
    height:64px;

    border-radius:50%;

    background:
        linear-gradient(
            180deg,
            #1B445B 0%,
            #123247 45%,
            #051620 100%
        );

    border:1px solid rgba(255,255,255,.08);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.08),
        0 18px 40px rgba(5,22,32,.28);

    animation:
        whatsappPulse 3s infinite;

    z-index:-1;
}

/* ÍCONE */

.whatsapp-float svg{
    width:64px;
    height:64px;

    padding:17px;
    box-sizing:border-box;

    color:#FFFFFF;
}

/* HOVER */

.whatsapp-float:hover{
    transform:translateY(-4px);
}

.whatsapp-float:hover::after{

    background:
        linear-gradient(
            180deg,
            #245775 0%,
            #1B445B 45%,
            #082432 100%
        );

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.12),
        0 24px 50px rgba(5,22,32,.38);

}

.whatsapp-float:hover .whatsapp-label{
    opacity:1;
    transform:translateX(0);
    animation:none;
}

/* ANIMAÇÕES */

@keyframes labelOpen{
    to{
        opacity:1;
        transform:translateX(0);
    }
}

@keyframes labelClose{
    to{
        opacity:0;
        transform:translateX(12px);
    }
}

@keyframes whatsappPulse{

    0%{

        box-shadow:
            inset 0 1px 0 rgba(255,255,255,.08),
            0 0 0 0 rgba(27,68,91,.28),
            0 18px 40px rgba(5,22,32,.28);

    }

    70%{

        box-shadow:
            inset 0 1px 0 rgba(255,255,255,.08),
            0 0 0 18px rgba(27,68,91,0),
            0 18px 40px rgba(5,22,32,.28);

    }

    100%{

        box-shadow:
            inset 0 1px 0 rgba(255,255,255,.08),
            0 0 0 0 rgba(27,68,91,0),
            0 18px 40px rgba(5,22,32,.28);

    }

}

/* TABLET */

@media (max-width:1024px){

    .whatsapp-float{
        right:24px;
        bottom:24px;
    }

    .whatsapp-label{
        padding:13px 20px;
        font-size:13px;
    }

}

/* MOBILE */

@media (max-width:767px){

    .whatsapp-float{
        right:20px;
        bottom:20px;
    }

    .whatsapp-float::after{
        width:56px;
        height:56px;
    }

    .whatsapp-float svg{
        width:56px;
        height:56px;
        padding:14px;
    }

    .whatsapp-label{
        padding:12px 18px;
        font-size:13px;
    }

}/* End custom CSS */