@charset "UTF-8";

.multisite-switcher {
    background-color: #FE8B0C;
}
.multisite-switcher ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
}
.multisite-switcher li {
    display: inline-block;
    font-size: 0;
    margin-right: 2px;
}
.multisite-switcher a {
    display: block;
    padding: 10px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 11px;
    background-color: #D18022;
    text-decoration: none;
}
.multisite-switcher img {
    max-height: 14px;
    width: auto;
    margin-right: 5px;
}

.home .thumbnail-artigo {
    margin-bottom: 15px;
}
.home .artigo h2 {
    font-size: 27px;
}
.home .artigo .col-md-7 {
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .multisite-switcher ul {
        text-align: center;
    }
    .multisite-switcher a {
        padding: 10px 20px;
    }
    .artigo-single {
        padding: 0 15px !important;
    }
    .archive-title {
        padding: 0 15px !important;
    }
    .container {
        background-color: #fff;
        padding: 0;
    }
    #primary {
        padding: 0;
    }
    .h1,
    h1 {
        font-size: 28px !important; /* Era 36px */
    }
    .h2,
    h2 {
        font-size: 24px !important; /* Era 32px */
    }
    .h3,
    h3 {
        font-size: 18px !important; /* Era 24px */
    }
    .h4,
    h4 {
        font-size: 14px !important; /* Era 18px */
    }
    .h5,
    h5 {
        font-size: 10px !important; /* Era 14px */
    }
    .h6,
    h6 {
        font-size: 12px !important; /* Era 12px */
    }
    #header {
        padding: 20px 0 0 !important;
    }
    #main { position: relative; }
    #main::before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        height: 20px;
        background-color: #D6D6D6;
    }
    .artigo h1 {
        margin-top: 20px !important;
    }
}