.elementor-455 .elementor-element.elementor-element-26456c8{--display:flex;}.elementor-455 .elementor-element.elementor-element-71fb42b{width:100%;max-width:100%;top:0px;}body:not(.rtl) .elementor-455 .elementor-element.elementor-element-71fb42b{left:1px;}body.rtl .elementor-455 .elementor-element.elementor-element-71fb42b{right:1px;}.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-71fb42b *//* =========================
HEADER
========================= */
.header{
    width:100%;
    background:#000;
    position:relative;
    z-index:999;
}

/* =========================
CONTAINER
========================= */
.header-container{
    max-width:1200px;
    margin:0 auto;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:16px 20px;

    position:relative;
}

/* =========================
LOGO
========================= */
.logo{
    display:flex;
    align-items:center;
    justify-content:center;
}

.logo img{
    height:58px;
    width:auto;
    display:block;
}

/* =========================
IDIOMAS
========================= */
.language-switcher{
    position:absolute;
    right:20px;

    display:flex;
    align-items:center;
    gap:8px;
}

/* =========================
BOTÕES
========================= */
.lang-btn{
    display:flex;
    align-items:center;
    justify-content:center;

    padding:7px 12px;

    border-radius:30px;

    background:rgba(255,255,255,0.08);

    border:1px solid rgba(255,255,255,0.12);

    color:#fff;
    text-decoration:none;

    font-size:13px;
    font-weight:600;

    transition:.3s ease;
}

.lang-btn:hover{
    background:#fff;
    color:#000;
}

/* =========================
MOBILE
========================= */
@media(max-width:768px){

.header-container{
    padding:14px 16px;
}

.logo img{
    height:44px;
}

.language-switcher{
    right:16px;
    gap:5px;
}

.lang-btn{
    padding:6px 9px;
    font-size:11px;
}

}/* End custom CSS */