.elementor-1116 .elementor-element.elementor-element-a96047a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1116 .elementor-element.elementor-element-b5080d8{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-b5080d8 *//* ===================================================
   FOOTER HIPARTS PREMIUM
=================================================== */

.hpf{
    background:#232323;
    padding:55px 0 18px;
    font-family:'Montserrat',sans-serif;
    color:#fff;
    position:relative;
    overflow:hidden;
}

/* CONTAINER */
.hpf-inner{
    max-width:1200px;
    margin:0 auto;
    padding:0 22px;
}

/* ===================================================
   GRID
=================================================== */

.hpf-top{
    display:grid;
    grid-template-columns:1.5fr 1fr 1fr 1.2fr;
    gap:55px;
    padding-bottom:35px;
    border-bottom:1px solid rgba(255,255,255,.08);
    margin-bottom:18px;
}

/* ===================================================
   LOGO
=================================================== */

.hpf-logo img{
    height:54px;
    width:auto;
    margin-bottom:22px;
}

/* ===================================================
   TAGLINE
=================================================== */

.hpf-tagline{
    font-size:14px;
    line-height:1.9;
    color:rgba(255,255,255,.82);
    margin-bottom:28px;
    max-width:320px;
}

/* ===================================================
   REDES SOCIAIS
=================================================== */

.hpf-socials{
    display:flex;
    align-items:center;
    gap:14px;
}

.hpf-social{
    width:56px;
    height:56px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:all .35s ease;
}

.hpf-social svg{
    width:22px;
    height:22px;
    color:#fff;
    fill:currentColor;
    transition:.3s ease;
}

.hpf-social:hover{
    background:#E11115;
    transform:translateY(-4px);
}

.hpf-social:hover svg{
    transform:scale(1.08);
}

/* ===================================================
   TITULOS
=================================================== */

.hpf-col-title{
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:30px;
}

/* ===================================================
   LINKS
=================================================== */

.hpf-links{
    list-style:none;
    padding:0;
    margin:0;
}

.hpf-links li{
    margin-bottom:20px;
}

.hpf-links a{
    color:rgba(255,255,255,.9);
    text-decoration:none;
    font-size:15px;
    transition:.3s ease;
}

.hpf-links a:hover{
    color:#fff;
    opacity:.75;
}

/* ===================================================
   ADDRESS
=================================================== */

.hpf-address{
    font-size:15px;
}

.hpf-info-line{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:22px;
    color:rgba(255,255,255,.88);
}

/* ICONES */
.hpf-info-icon{
    width:18px;
    min-width:18px;
    height:18px;
    color:#E11115;
    fill:currentColor;
}

/* ===================================================
   TELEFONE
=================================================== */

.hpf-wa-link{
    display:flex;
    align-items:center;
    gap:14px;
    color:#fff;
    text-decoration:none;
    transition:.3s ease;
}

.hpf-phone-icon{
    width:20px;
    min-width:20px;
    height:20px;
    color:#25D366;
    fill:currentColor;
    transition:.3s ease;
}

.hpf-wa-link:hover{
    color:#25D366;
}

.hpf-wa-link:hover .hpf-phone-icon{
    transform:scale(1.08);
}

/* ===================================================
   BOTTOM
=================================================== */

.hpf-bottom{
    display:flex;
    flex-direction:column;
    gap:12px;
    padding-top:2px;
}

.hpf-bottom-top{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
}

/* COPYRIGHT */
.hpf-copy{
    font-size:12px;
    color:rgba(255,255,255,.65);
    line-height:1.6;
}

/* LINKS LEGAIS */
.hpf-legal{
    display:flex;
    gap:24px;
}

.hpf-legal a{
    color:rgba(255,255,255,.65);
    text-decoration:none;
    font-size:12px;
    transition:.3s ease;
}

.hpf-legal a:hover{
    color:#fff;
}

/* ===================================================
   DESENVOLVEDORA
=================================================== */

.hpf-dev{
    width:100%;
    text-align:center;
    font-size:11px;
    opacity:.55;
    line-height:1.4;
    transition:.3s ease;
    padding-top:2px;
    letter-spacing:.3px;
}

.hpf-dev a{
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.3s ease;
}

.hpf-dev:hover{
    opacity:1;
}

.hpf-dev a:hover{
    color:#E11115;
}

/* ===================================================
   RESPONSIVO
=================================================== */

@media(max-width:991px){

    .hpf-top{
        grid-template-columns:1fr 1fr;
        gap:45px 30px;
    }

}

@media(max-width:767px){

    .hpf{
        padding:45px 0 16px;
    }

    .hpf-top{
        grid-template-columns:1fr;
        gap:38px;
    }

    .hpf-bottom-top{
        flex-direction:column;
        align-items:flex-start;
        gap:14px;
    }

    .hpf-legal{
        flex-direction:column;
        gap:8px;
    }

    .hpf-dev{
        text-align:left;
    }

    .hpf-social{
        width:48px;
        height:48px;
    }

}/* End custom CSS */