    .cabecalho {
        position: fixed;
        width: 100%;
        padding: 7.5px;
        background-color: #F2F2F2;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    }

    @media screen and (max-width: 1000px) {
        .cabecalho {
            position: relative;
            width: auto;
        }
    }

    .logo-tabelionato-guedes {
        position: absolute;
        text-align: center;
        margin: 3.5px 0px 0px 25px;
    }

    .logo-tabelionato-guedes img {
        width: 375px;
    }

    @media (max-width: 1000px) {
        .logo-tabelionato-guedes {
            position: relative;
            text-align: center;
            margin: 2.5px 0px 5px 0px;
        }

        .logo-tabelionato-guedes img {
            width: 300px;
        }
    }

    @media (max-width: 500px) {
        .logo-tabelionato-guedes img {
            width: 100%;
        }
    }

    .horario-atendimento {
        text-align: right;
        margin: 5px 225px 10px 10px;
        color: #333;
        font-size: 18px;
        line-height: 27.5px;
        font-family: 'Lato', sans-serif;
    }

    .horario-atendimento img {
        width: 40px;
        margin: 0px 2.5px 0px 0px;
    }

    .e-mail {
        text-align: right;
        margin: 5px 225px 10px 10px;
        color: #333;
        font-size: 18px;
        line-height: 27.5px;
        font-family: 'Lato', sans-serif;
    }

    .e-mail img{
        width: 30px;
        margin: 0px 7.5px 0px 7.5px;
    }

    .telefone {
        position: absolute;
        right: 0;
        margin: -72.5px 60px 10px 10px;
        color: #333;
        font-size: 18px;
        line-height: 27.5px;
        font-family: 'Lato', sans-serif;
    }

    .tel-1 {
        margin: 0px 0px 5px 2.5px;
    }

    .tel-1 img{
        width: 20px;
        margin: 0px 10px 0px 0px;
    }

    .tel-2 {
        margin: 5px 0px 0px 2.5px;
    }

    .tel-2 img{
        width: 20px;
        margin: 0px 10px 0px 0px;
    }

    @media (max-width: 1000px) {
    .cabecalho {
        padding: 12.5px 10px;
    }
    
    .horario-atendimento {
        text-align: center;
        margin: 5px;
    }

    .e-mail {
        text-align: center;
        margin: 5px;
    }

    .telefone {
        position: relative;
        text-align: center;
        margin: 20px 5px 5px 5px;
    }

    .tel-1 {
        margin: 2.5px;
    }

    .tel-2 {
        margin: 2.5px;
    }
    }

    @media (max-width: 500px) {
    .horario-atendimento {
        font-size: 14px;
    }

    .e-mail {
        font-size: 14px;
    }

    .telefone {
        font-size: 14px;
    }
    }

    @media (max-width: 300px) {
        .horario-atendimento {
            font-size: 12px;
        }
    
        .e-mail {
            font-size: 12px;
        }
    
        .telefone {
            font-size: 12px;
        }
        }

    @media (max-width: 279px) {
        .horario-atendimento {
            font-size: 10px;
        }
    
        .e-mail {
            font-size: 10px;
        }
    
        .telefone {
            font-size: 10px;
        }
        }