/* =========================================================
   HEADER
========================================================= */

.site-header {
    width: 100%;
    height: 88px;
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
    z-index: 1050;
}

.header-container {
    width: 100%;
    max-width: 1130px;
    height: 100%;
    margin: 0 auto;

    display: flex;
    align-items: center;

    padding-left: 15px;
    padding-right: 15px;
}


/* =========================================================
   LOGÓTIPO
========================================================= */

.site-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
}

.site-logo-icon {
    width: 31px;
    height: auto;
    margin-right: 14px;
}

.site-logo-text {
    width: 250px;
    height: auto;
    display: block;
}

/* =========================================================
   MENU
========================================================= */

#mainMenu {
    margin-left: auto;
    align-items: center;
    justify-content: flex-end;
}

.main-nav {
    display: flex;
    align-items: center;

    list-style: none;

    padding: 0;
    margin: 0;

    gap: 38px;
}

.main-nav li {
    padding: 0;
    margin: 0;
}

.main-nav a,
.header-languages a {
    color: #111111;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 400;

    letter-spacing: 1.5px;

    text-decoration: none;

    white-space: nowrap;
}

.main-nav a:hover,
.main-nav a.active {
    text-decoration: underline;
    text-underline-offset: 7px;
}


/* =========================================================
   IDIOMAS
========================================================= */

.header-languages {
    display: flex;
    align-items: center;

    gap: 14px;

    margin-left: 38px;
}

.header-languages a.active {
    text-decoration: underline;
    text-underline-offset: 7px;
}


/* =========================================================
   MOBILE
========================================================= */

.navbar-toggler {
    margin-left: auto;

    padding: 4px 6px;

    border: 0;
    border-radius: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}


@media (max-width: 991.98px) {

    .site-header {
        height: 76px;
    }

    .header-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .site-logo img {
        width: 230px;
    }

    #mainMenu {
        position: absolute;

        top: 76px;
        left: 0;

        width: 100%;

        background: #ffffff;

        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #dddddd;

        padding: 20px;
    }

    .main-nav {
        display: block;
    }

    .main-nav li {
        padding: 9px 0;
    }

    .header-languages {
        margin-left: 0;
        margin-top: 12px;
        padding-top: 12px;

        border-top: 1px solid #eeeeee;
    }

}

/* =========================================================
   HERO / BANNER
========================================================= */

.hero {
    position: relative;

    width: 100%;
    height: calc(100vh - 88px);
    min-height: 500px;

    background-image: url("/assets/images/banner.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;

    overflow: hidden;
}


/* Camada clara existente no site original */
.hero-overlay {
    position: absolute;
    inset: 0;

    background: rgba(255, 255, 255, 0.42);

    z-index: 1;
}


/* =========================================================
   CONTEÚDO CENTRAL
========================================================= */

.hero-content {
    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -42%);

    width: 100%;

    text-align: center;

    z-index: 2;
}


/* BALANÇA */

.hero-icon {
    display: block;

    width: 38px;
    height: auto;

    margin: 0 auto 42px;
}


/* ORLANDO SÁ PEREIRA */

.hero h1 {
    margin: 0;

    color: #111111;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 700;

    line-height: 1.1;

    letter-spacing: 12px;
}


/* ADVOGADOS */

.hero-subtitle {
    margin-top: 16px;

    color: #111111;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 400;

    line-height: 1;
}


/* =========================================================
   SETA
========================================================= */

.hero-arrow {
    position: absolute;

    left: 50%;
    bottom: 25px;

    width: 32px;
    height: 32px;

    transform: translateX(-50%);

    z-index: 3;
}

.hero-arrow span {
    display: block;

    width: 27px;
    height: 27px;

    border-right: 3px solid #111111;
    border-bottom: 3px solid #111111;

    transform: rotate(45deg);
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 991.98px) {

    .hero {
        height: calc(100vh - 76px);
        min-height: 480px;
    }

    .hero h1 {
        padding: 0 20px;

        font-size: 29px;
        letter-spacing: 7px;
    }

    .hero-subtitle {
        font-size: 23px;
    }

    .hero-icon {
        width: 32px;
        margin-bottom: 30px;
    }

}

/* =========================================================
   SOBRE
========================================================= */

.section-sobre {
    background: #f4f4f3;
    padding: 0;
}

.sobre-container {
    max-width: 1038px;
    padding: 0;
    background: #ffffff;
}


/* =========================================================
   MARCA / TÍTULO
========================================================= */

.sobre-brand {
    padding: 30px 20px 95px;
    text-align: center;
}

.sobre-brand h2 {
    margin: 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 29px;
    font-weight: 700;

    letter-spacing: 8px;
    line-height: 1.2;

    color: #222222;
}

.sobre-brand span {
    display: block;

    margin-top: 1px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;

    color: #222222;
}


/* =========================================================
   TEXTO
========================================================= */

.sobre-texto {
    padding: 68px 52px 48px;
}

.sobre-texto h3 {
    margin: 0 0 34px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;

    letter-spacing: 2px;

    color: #333333;
}

.sobre-texto p {
    margin: 0 0 25px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 300;

    line-height: 1.62;
    letter-spacing: .5px;

    color: #999999;
}


/* =========================================================
   ASSINATURA
========================================================= */

.sobre-assinatura {
    margin-top: 44px;
    text-align: right;
}

.sobre-assinatura img {
    display: block;

    width: 210px;
    max-width: 100%;

    margin-left: auto;
}

.sobre-assinatura span {
    display: block;

    margin-top: 1px;
    margin-right: 2px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;

    color: #444444;
}


/* =========================================================
   IMAGEM
========================================================= */

.sobre-imagem {
    overflow: hidden;
}

.sobre-imagem img {
    display: block;

    width: 100%;
    height: 100%;

    min-height: 520px;

    object-fit: cover;
    object-position: center;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991.98px) {

    .sobre-brand {
        padding: 45px 20px 55px;
    }

    .sobre-brand h2 {
        font-size: 23px;
        letter-spacing: 5px;
    }

    .sobre-texto {
        padding: 45px 30px;
    }

    .sobre-imagem img {
        min-height: 380px;
    }

}


@media (max-width: 575.98px) {

    .sobre-brand h2 {
        font-size: 19px;
        letter-spacing: 3px;
    }

    .sobre-texto {
        padding: 40px 22px;
    }

    .sobre-texto p {
        font-size: 14px;
    }

}

/* =========================================================
   BANNER / CTA EQUIPA
========================================================= */

.equipa-banner {
    position: relative;

    width: 100%;
    height: 420px;

    background-image: url("/assets/images/banner-equipa.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    overflow: hidden;
}


/* camada clara / azulada semelhante ao original */

.equipa-banner-overlay {
    position: absolute;
    inset: 0;

    background: rgba(220, 228, 230, 0.55);

    z-index: 1;
}


/* =========================================================
   CONTEÚDO
========================================================= */

.equipa-banner-content {
    position: absolute;

    top: 50%;
    left: 50%;

    width: 100%;

    transform: translate(-50%, -50%);

    text-align: center;

    color: #ffffff;

    z-index: 2;
}


.equipa-banner-content h2 {
    margin: 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 29px;
    font-weight: 700;

    line-height: 1.2;
    letter-spacing: 8px;
}


.equipa-banner-subtitle {
    margin-top: 2px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 400;
}


.equipa-banner-text {
    margin-top: 48px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;

    letter-spacing: 3px;
}


/* =========================================================
   SETA
========================================================= */

.equipa-banner-arrow {
    position: absolute;

    left: 50%;
    bottom: 25px;

    width: 30px;
    height: 30px;

    transform: translateX(-50%);

    z-index: 3;
}


.equipa-banner-arrow span {
    display: block;

    width: 24px;
    height: 24px;

    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;

    transform: rotate(45deg);
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .equipa-banner {
        height: 360px;
    }

    .equipa-banner-content h2 {
        padding: 0 20px;

        font-size: 21px;
        letter-spacing: 5px;
    }

    .equipa-banner-subtitle {
        font-size: 17px;
    }

    .equipa-banner-text {
        margin-top: 38px;

        padding: 0 20px;

        font-size: 10px;
        letter-spacing: 2px;
    }

}
/* =========================================================
   ADVOGADOS
========================================================= */

.section-advogados {
    background: #ffffff;
    padding: 58px 0 70px;
}

.advogados-container {
    max-width: 1038px;
}


/* =========================================================
   TÍTULO DA SECÇÃO
========================================================= */

.section-title {
    text-align: center;
    margin-bottom: 58px;
}

.section-title h2 {
    margin: 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 400;

    letter-spacing: .5px;

    color: #222222;
}

.section-title p {
    margin: 3px 0 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 300;

    letter-spacing: 2px;

    color: #999999;
}


/* =========================================================
   COLUNAS
========================================================= */

.advogados-row {
    align-items: flex-start;
}

.advogado {
    width: 100%;
}


/* =========================================================
   FOTOGRAFIA
========================================================= */

.advogado-foto {
    display: block;

    width: 100%;
    height: 255px;

    object-fit: cover;
    object-position: center top;
}


/* =========================================================
   NOME
========================================================= */

.advogado h3 {
    margin: 20px 0 3px;

    text-align: center;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-weight: 400;

    letter-spacing: 1.5px;

    color: #111111;
}


/* =========================================================
   CÉDULA
========================================================= */

.advogado-cedula {
    min-height: 40px;

    text-align: center;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 11px;
    font-weight: 400;

    line-height: 1.2;

    color: #111111;
}


/* =========================================================
   BIOGRAFIA
========================================================= */

.advogado-texto {
    padding: 17px 6px 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 300;

    line-height: 1.2;

    color: #555555;
}

.advogado-texto p {
    margin: 0 0 12px;
}

.advogado-texto strong {
    font-weight: 700;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .advogado {
        margin-bottom: 50px;
    }

    .advogado-foto {
        height: 340px;
    }

    .advogado-texto {
        font-size: 12px;
        line-height: 1.3;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .section-advogados {
        padding-left: 18px;
        padding-right: 18px;
    }

    .advogado-foto {
        height: auto;
        max-height: 480px;

        object-fit: contain;
    }

    .advogado h3 {
        font-size: 16px;
    }

    .advogado-texto {
        padding-left: 4px;
        padding-right: 4px;

        font-size: 13px;
    }

}

/* =========================================================
   CONSULTORES
========================================================= */

.section-consultores {
    background: #ffffff;
    padding: 45px 0 90px;
}

.consultores-container {
    max-width: 1038px;
    padding-left: 0;
    padding-right: 0;
}


/* =========================================================
   TÍTULO
========================================================= */

.consultores-title {
    margin-bottom: 48px;
}

.consultores-title h2 {
    margin: 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 400;

    letter-spacing: .5px;

    color: #222222;
}

.consultores-title p {
    margin: 3px 0 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 300;

    letter-spacing: 2px;

    color: #999999;
}


/* =========================================================
   LINHA DO CONSULTOR
========================================================= */

.consultor-row {
    width: 100%;
    max-width: 900px;

    margin: 0 auto;

    align-items: flex-start;
}


/* =========================================================
   FOTOGRAFIA
========================================================= */

.consultor-foto {
    padding-right: 38px;
}

.consultor-foto img {
    display: block;

    width: 100%;
    max-width: 285px;
    height: auto;

    margin: 0;
}


/* =========================================================
   CONTEÚDO
========================================================= */

.consultor-conteudo {
    padding: 0 0 0 12px;
}


/* NOME */

.consultor-conteudo h3 {
    margin: 0 0 4px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-weight: 400;

    line-height: 1.2;
    letter-spacing: 1.5px;

    color: #222222;
}


/* PROFESSOR UNIVERSITÁRIO */

.consultor-funcao {
    margin: 0 0 24px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 400;

    line-height: 1.3;
    letter-spacing: .3px;

    color: #777777;
}


/* =========================================================
   BIOGRAFIA
========================================================= */

.consultor-texto {
    max-width: 540px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 300;

    line-height: 1.55;

    text-align: left;

    color: #777777;
}

.consultor-texto p {
    margin: 0 0 16px;
}

.consultor-texto p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .consultor-row {
        max-width: 820px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .consultor-foto {
        padding-right: 25px;
    }

    .consultor-conteudo {
        padding-left: 10px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .section-consultores {
        padding: 45px 20px 65px;
    }

    .consultores-title {
        margin-bottom: 35px;
    }

    .consultor-row {
        padding: 0;
    }

    .consultor-foto {
        padding: 0;
        margin-bottom: 28px;
    }

    .consultor-foto img {
        width: 100%;
        max-width: 320px;

        margin: 0 auto;
    }

    .consultor-conteudo {
        padding: 0;
    }

    .consultor-conteudo h3 {
        text-align: center;
        font-size: 15px;
    }

    .consultor-funcao {
        text-align: center;
        margin-bottom: 25px;
    }

    .consultor-texto {
        max-width: none;

        font-size: 12px;
        line-height: 1.55;
    }

}

/* =========================================================
   ÁREAS DE EXERCÍCIO
========================================================= */

.section-areas {
    padding: 70px 0 90px;
    background: #f3f3f2;
}

.areas-container {
    max-width: 1038px;
}

.areas-title {
    margin-bottom: 55px;
}


/* =========================================================
   GRELHA
========================================================= */

.areas-grid {
    align-items: stretch;
}

.areas-grid > div {
    display: flex;
}


/* =========================================================
   CARD
========================================================= */

.area-card {
    width: 100%;

    background: #ffffff;

    display: flex;
    flex-direction: column;
}


/* =========================================================
   IMAGEM
========================================================= */

.area-imagem {
    display: block;

    width: 100%;
    height: 190px;

    object-fit: cover;
    object-position: center;
}


/* =========================================================
   CONTEÚDO
========================================================= */

.area-conteudo {
    flex: 1;

    min-height: 195px;

    padding: 28px 24px 30px;

    text-align: center;
}

.area-conteudo h3 {
    min-height: 35px;

    margin: 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600;

    line-height: 1.45;
    letter-spacing: 1.5px;

    color: #333333;
}


/* pequeno traço do original */

.area-separador {
    display: block;

    width: 34px;
    height: 1px;

    margin: 17px auto 18px;

    background: #b8b8b8;
}


/* TEXTO */

.area-conteudo p {
    margin: 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 300;

    line-height: 1.65;

    color: #888888;
}


/* =========================================================
   LINKS ÚTEIS
========================================================= */

.area-links {
    min-height: 385px;

    justify-content: center;
}

.area-links .area-conteudo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .section-areas {
        padding-left: 20px;
        padding-right: 20px;
    }

    .area-imagem {
        height: 220px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .section-areas {
        padding-top: 55px;
        padding-bottom: 65px;
    }

    .areas-title {
        margin-bottom: 40px;
    }

    .area-imagem {
        height: auto;
        max-height: 300px;
    }

    .area-conteudo {
        min-height: 0;
        padding: 28px 22px 32px;
    }

    .area-conteudo h3 {
        min-height: 0;
    }

    .area-links {
        min-height: 300px;
    }

}

/* =========================================================
   BANNER CONTACTOS
========================================================= */

.contactos-banner {
    position: relative;

    width: 100%;
    height: 430px;

    background-image: url("/assets/images/contactos-bgk.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    overflow: hidden;
}


/* efeito claro / esbatido do original */

.contactos-banner-overlay {
    position: absolute;
    inset: 0;

    background: rgba(235, 238, 238, 0.25);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991.98px) {

    .contactos-banner {
        height: 350px;
    }

}


@media (max-width: 575.98px) {

    .contactos-banner {
        height: 280px;
    }

}

/* =========================================================
   CONTACTOS
========================================================= */

.section-contactos {
    background: #f3f3f2;
    padding: 20px 0 0;
}

.contactos-container {
    max-width: 880px;
    padding: 0;
}


/* TÍTULO */

.contactos-title {
    margin-bottom: 42px;
}

.contactos-title h2 {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #333333;
}

.contactos-title p {
    margin-top: 3px;

    font-size: 11px;
    letter-spacing: 2px;

    color: #999999;
}


/* =========================================================
   MAPA
========================================================= */

.contactos-mapa {
    width: 100%;
    height: 255px;

    background: #dddddd;
}

.contactos-mapa iframe {
    display: block;

    width: 100%;
    height: 100%;

    border: 0;
}


/* =========================================================
   ÁREA BRANCA DO FORMULÁRIO
========================================================= */

.contactos-form-wrapper {
    background: #ffffff;

    padding: 45px 0 60px;
}


/* FORMULÁRIO */

.contactos-form {
    width: 490px;
    max-width: calc(100% - 40px);

    margin: 0 auto;

    padding: 22px 28px 28px;

    background: #ffffff;

    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}


.contactos-form label,
.form-label-principal {
    display: block;

    margin-bottom: 6px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 600;

    color: #333333;
}

.contactos-form label span,
.form-label-principal span {
    color: #d00000;
}


.contactos-form .form-control {
    min-height: 18px;

    padding: 3px 6px;

    border: 1px solid #cccccc;
    border-radius: 0;

    font-size: 12px;
}


.contactos-form textarea.form-control {
    min-height: 110px;
}


.contactos-form small {
    display: block;

    margin-top: 4px;

    font-size: 8px;

    color: #999999;
}


.contactos-form .form-group {
    margin-top: 14px;
}


.btn-enviar {
    margin-top: 18px;

    padding: 7px 22px;

    border: 0;

    background: #222222;
    color: #ffffff;

    font-size: 11px;

    cursor: pointer;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .section-contactos {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contactos-mapa {
        height: 300px;
    }

    .contactos-form-wrapper {
        padding: 35px 0 45px;
    }

}

/* =========================================================
   DADOS DE CONTACTO
   Ajustado ao layout original
========================================================= */

.contactos-dados {
    width: 100%;
    max-width: 865px;

    margin: 0 auto;

    padding: 0 85px 55px;

    background: #ffffff;
}


/* =========================================================
   LINHA AZUL
========================================================= */

.contactos-linha {
    width: 100%;
    height: 4px;

    margin: 0 0 30px;

    background: #172263;
}


/* =========================================================
   COLUNAS
========================================================= */

.contactos-info {
    margin: 0;

    align-items: flex-start;
}


/* TEL / FAX */

.contacto-telefones {
    padding: 0 15px 0 0;
}


/* EMAILS */

.contacto-emails {
    padding: 0 15px;
}


/* MORADA */

.contacto-morada {
    padding: 0 0 0 15px;
}


/* =========================================================
   TEXTO
========================================================= */

.contacto-col {
    font-family: Arial, Helvetica, sans-serif;

    font-size: 10px;
    font-weight: 300;

    line-height: 1.25;

    color: #777777;
}


/* =========================================================
   CADA ITEM
========================================================= */

.contacto-item {
    display: flex;
    align-items: flex-start;

    margin: 0 0 28px;
}


/* ÍCONE */

.contacto-icon {
    flex: 0 0 25px;

    width: 25px;

    margin-right: 4px;

    font-size: 16px;
    line-height: 1;

    color: #777777;
}


/* =========================================================
   TELEFONE / FAX
========================================================= */

.contacto-telefones strong {
    font-weight: 400;
    color: #555555;
}

.contacto-telefones a {
    color: #222222;
}


/* =========================================================
   EMAIL
========================================================= */

.contacto-emails a {
    display: block;

    margin: 0 0 13px;

    color: #222222;

    text-decoration: none;

    white-space: nowrap;
}


/* =========================================================
   MORADA
========================================================= */

.contacto-morada {
    color: #888888;
}

.contacto-morada .estacionamento {
    margin-top: 4px;
}


/* =========================================================
   LINKS
========================================================= */

.contacto-item a {
    text-decoration: none;
}

.contacto-item a:hover {
    text-decoration: underline;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .contactos-dados {
        padding-left: 45px;
        padding-right: 45px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .contactos-dados {
        padding: 0 25px 35px;
    }

    .contactos-linha {
        margin-bottom: 30px;
    }

    .contacto-telefones,
    .contacto-emails,
    .contacto-morada {
        padding: 0;
    }

    .contacto-col {
        margin-bottom: 15px;

        font-size: 11px;
    }

    .contacto-item {
        margin-bottom: 22px;
    }

    .contacto-emails a {
        white-space: normal;
        overflow-wrap: anywhere;
    }

}

.contactos-corpo {
    width: 100%;
    background: #ffffff;
}

/* =========================================================
   FOOTER
========================================================= */

.site-footer {
    width: 100%;

    background: #f3f3f2;

    padding: 23px 20px 32px;

    text-align: center;
}


/* =========================================================
   MARCA
========================================================= */

.footer-brand-name {
    font-family: Arial, Helvetica, sans-serif;

    font-size: 15px;
    font-weight: 700;

    line-height: 1.2;

    letter-spacing: 6px;

    color: #111111;
}


.footer-brand-subtitle {
    margin-top: 5px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 11px;
    font-weight: 400;

    letter-spacing: 1px;

    color: #999999;
}


/* =========================================================
   TRAÇO
========================================================= */

.footer-line {
    width: 68px;
    height: 1px;

    margin: 17px auto 17px;

    background: #333333;
}


/* =========================================================
   REDES SOCIAIS
========================================================= */

.footer-social {
    display: flex;

    justify-content: center;
    align-items: center;

    gap: 22px;
}


.footer-social a {
    display: inline-block;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 13px;
    font-weight: 700;

    line-height: 1;

    color: #111111;

    text-decoration: none;
}


.footer-social a:hover {
    opacity: .6;
}


/* =========================================================
   COPYRIGHT
========================================================= */

.footer-copyright {
    margin-top: 35px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 6px;
    font-weight: 400;

    line-height: 1.4;

    letter-spacing: 1.5px;

    color: #555555;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .site-footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer-brand-name {
        font-size: 13px;
        letter-spacing: 4px;
    }

    .footer-copyright {
        margin-top: 30px;

        font-size: 6px;
        letter-spacing: 1px;
    }

}