﻿.errorpage {
    margin: 50px 0;
}

    .errorpage h1 {
        font-family: 'Merriweather', serif;
        font-size: 80px;
        line-height: normal;
        font-weight: 700;
        color: #999999;
        margin-top: 40px;
        margin-bottom: 0;
    }

    .errorpage h2 {
        font-family: 'Merriweather', serif;
        font-size: 30px;
        line-height: normal;
        font-weight: 700;
        color: #999999;
        margin-top: 40px;
        margin-bottom: 0;
    }

    .errorpage p {
        font-family: 'Merriweather', serif;
        font-size: 18px;
        line-height: normal;
        font-weight: normal;
        color: #999999;
        margin-top: 40px;
        margin-bottom: 0;
    }

    .errorpage .voltar_btn {
        width: 100%;
        text-align: left;
        margin-top: 40px;
    }

        .errorpage .voltar_btn a {
            font-family: 'PT Sans', sans-serif;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            color: #FFFFFF;
            background-color: #E11E2B;
            padding: 10px 10px;
            width: auto;
            display: inline-block;
        }

.header h1 {
    position: inherit;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
}

.icon-logoSabado{
    font-size: 215px;
    line-height: 35px;
    color: #CC261E;
    width: auto;
    height: 36px;
    display: block;
    overflow: hidden;
}
.icon-logoSabado:before{
    content: "\e912";
}

.manutencao_page{
    margin-top:100px;
    text-align:center;
}
.manutencao_page h1{
    font-family: 'Merriweather', serif;
    font-size: 48px;
    line-height: normal;
    font-weight: 100;
    color: #999999;
    margin-bottom:30px;
}
.manutencao_page .img_container{
    display:inline-block;
    margin-bottom:30px;
}
.manutencao_page h3{
    font-family: 'Merriweather', serif;
    font-size: 30px;
    line-height: normal;
    font-weight: 100;
    color: #999999;
    
}

@media screen and (max-width:767px) {
    .errorpage {
        margin: 30px 0;
        text-align:center;
    }

        .errorpage h1 {
            font-size: 80px;
            margin-top:0;
        }

        .errorpage h2 {
            font-size: 30px;
        }

        .errorpage p {
            font-size: 16px;
        }

        .errorpage .img_container {
            margin-top: 30px;
        }

        .errorpage .voltar_btn {
            text-align: center;
        }

    .manutencao_page {
        margin-top: 30px;
    }
        .manutencao_page h1 {
            font-size: 38px;
            line-height: normal;
        }
        .manutencao_page h3 {
            font-size: 24px;
            line-height: normal;
        }
}