.elementor-223 .elementor-element.elementor-element-977eade{--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-223 .elementor-element.elementor-element-0f1c170{--display:flex;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-223 .elementor-element.elementor-element-84c1c9f{--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-223 .elementor-element.elementor-element-e6eccbb .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-223 .elementor-element.elementor-element-e6eccbb .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-223 .elementor-element.elementor-element-e6eccbb{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-223 .elementor-element.elementor-element-e6eccbb .elementor-icon-list-item > .elementor-icon-list-text, .elementor-223 .elementor-element.elementor-element-e6eccbb .elementor-icon-list-item > a{font-family:"Inter", Sans-serif;font-size:12px;font-weight:normal;line-height:35px;}.elementor-223 .elementor-element.elementor-element-e6eccbb .elementor-icon-list-text{color:#AFAFAF;transition:color 0.3s;}.elementor-223 .elementor-element.elementor-element-e6eccbb .elementor-icon-list-item:hover .elementor-icon-list-text{color:var( --e-global-color-primary );}.elementor-223 .elementor-element.elementor-element-6efbbc6{--display:flex;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-223 .elementor-element.elementor-element-90035dc .elementor-icon-list-icon i{color:var( --e-global-color-primary );transition:color 0.3s;}.elementor-223 .elementor-element.elementor-element-90035dc .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );transition:fill 0.3s;}.elementor-223 .elementor-element.elementor-element-90035dc{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-223 .elementor-element.elementor-element-90035dc .elementor-icon-list-item > .elementor-icon-list-text, .elementor-223 .elementor-element.elementor-element-90035dc .elementor-icon-list-item > a{font-family:"Inter", Sans-serif;font-size:12px;font-weight:normal;line-height:35px;}.elementor-223 .elementor-element.elementor-element-90035dc .elementor-icon-list-text{color:#AFAFAF;transition:color 0.3s;}.elementor-223 .elementor-element.elementor-element-90035dc .elementor-icon-list-item:hover .elementor-icon-list-text{color:var( --e-global-color-primary );}.elementor-223 .elementor-element.elementor-element-fb13415{--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(min-width:768px){.elementor-223 .elementor-element.elementor-element-84c1c9f{--width:30%;}.elementor-223 .elementor-element.elementor-element-6efbbc6{--width:40%;}.elementor-223 .elementor-element.elementor-element-fb13415{--content-width:1280px;}}/* Start custom CSS for html, class: .elementor-element-d43b6ce *//* BOTÃO FLUTUANTE */

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

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

    text-decoration: none;
}

/* 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(0,0,0,.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(
            135deg,
            #0F726D,
            #1B445B
        );

    box-shadow:
        0 18px 40px rgba(27,68,91,.22);

    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 .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:
            0 0 0 0 rgba(15,114,109,.30),
            0 18px 40px rgba(27,68,91,.22);
    }

    70%{
        box-shadow:
            0 0 0 18px rgba(15,114,109,0),
            0 18px 40px rgba(27,68,91,.22);
    }

    100%{
        box-shadow:
            0 0 0 0 rgba(15,114,109,0),
            0 18px 40px rgba(27,68,91,.22);
    }
}

/* 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 */