/* Minification failed. Returning unminified contents.
(29,18): run-time error CSS1039: Token not allowed after unary operator: '-spacing-3'
(29,35): run-time error CSS1039: Token not allowed after unary operator: '-spacing-20'
(39,22): run-time error CSS1039: Token not allowed after unary operator: '-spacing-5'
(53,22): run-time error CSS1039: Token not allowed after unary operator: '-spacing-5'
(62,22): run-time error CSS1039: Token not allowed after unary operator: '-spacing-3'
(79,22): run-time error CSS1039: Token not allowed after unary operator: '-spacing-3'
(79,39): run-time error CSS1039: Token not allowed after unary operator: '-spacing-2'
(94,22): run-time error CSS1039: Token not allowed after unary operator: '-spacing-3'
 */
.section-hero {
    text-align: center;
    max-width: 100% !important;
}
.section-hero h1 {
    display: inline-block;
}
.section-hero .flag {
    display: inline-block;
    height: 19px;
    width: 30px;
    vertical-align: baseline;
    margin-left:10px;
}

.section-address {
    background: url("https://magnipublicresourceseun.blob.core.windows.net/site/images/contatos/magni-mapa-large.jpg");
    background-position: right center;
    background-size: cover;
    max-width: 1905px;
}
.section-address .contact {
    background: #FEFEFE;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    display: inline-block;
    margin: var(--spacing-3) var(--spacing-20);
}
.section-address .contact .title {
    font-size: 28px;
    line-height: 34px;
    color: #000000;
}
.section-address .contact .tel {
    font-size: 17px;
    line-height: 30px;
    margin-top: var(--spacing-5);
}

    .section-address .contact .tel span {
        font-size: 12px;
        color: #555555;
    }
.section-address .contact .email,
.section-address .contact .address {
    font-size: 18px;
    line-height: 22px;
    color: #555555;
}
.section-address .contact .address {
    margin-top: var(--spacing-5);
}
.section-address .contact .contact-information {
    padding-left: 32px;
}
.section-address .contact .button-wrapper {
    text-align: center;
}
.section-address .contact .button-wrapper button {
    margin-top: var(--spacing-3);
    margin-bottom: 0;
}

.section-address.mobile {
    display: none;
}
@media only screen and (max-width: 1500px) {
    .section-address {
        background: url("https://magnipublicresourceseun.blob.core.windows.net/site/images/contatos/magni-mapa.jpg");
        background-position: right center;
        background-size: cover;
    }
}

@media only screen and (max-width: 960px) {
    .section-address .contact {
        margin: var(--spacing-3) var(--spacing-2);
    }
    section,
    .max-width {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 650px) {
    .section-address:not(.mobile){
        background: none;
    }
    .section-address .contact {
        width: 100%;
        margin: var(--spacing-3) 0;
        border: none;
        box-shadow: none;
    }
    .section-address.mobile {
        display: block;
        height: 300px;
        margin: 0 !important;
    }
}
