.elementor-32 .elementor-element.elementor-element-a84857a{--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;}.elementor-32 .elementor-element.elementor-element-d24554e{width:var( --container-widget-width, 99.757% );max-width:99.757%;--container-widget-width:99.757%;--container-widget-flex-grow:0;}.elementor-32 .elementor-element.elementor-element-d24554e.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for container, class: .elementor-element-a84857a */.site-header {
    background: #ffffff;
    border-bottom: 3px solid #0a4da3;
    padding: 15px 20px;
}

.header-container {
    max-width: 1100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logo-area img {
    max-width: 190px;
}

.header-right {
    text-align: right;
}

.header-right .region {
    display: block;
    font-size: 14px;
    color: #0a4da3;
    font-weight: 600;
}

.header-right .phone {
    display: block;
    font-size: 22px;
    font-weight: bold;
    margin: 6px 0 12px;
}

.header-buttons a {
    display: inline-block;
    padding: 12px 20px;
    margin-left: 8px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.btn-call {
    background: #0a8f3c;
}

.btn-whats {
    background: #25d366;
}

/* Responsivo */
@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        text-align: center;
    }
    .header-right {
        text-align: center;
        margin-top: 15px;
    }
    .header-buttons a {
        margin: 6px;
    }
}/* End custom CSS */