header { 
    background-color: #223448;
    height: 120px;
    border-bottom: 1px solid #CF3326;

    font-family: "Mate SC", serif;
    font-weight: 400;
    font-style: normal;
}

body {
    background-color: #a7aeb4 !important;
}



.area-logo {
    background-color: #121E2C;
    height: 120px;
    width: 300px;
    border-bottom: 1px solid #CF3326;
    display: flex
;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    padding-right: 30px;
    box-shadow: 1px -1px 9px 0px #0000008c;
}


.area-menus {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 100%;
}
.area-menus ul {
    display: flex;
}
.area-menus li {
    list-style: none;
    text-transform: uppercase;
    line-height: 15px;
    margin-right: 40px;
}

.area-menus a {
    color: white;
}
.ftw {
    border-radius: 4px;
    box-shadow: 1px 1px 3px 0px #0000005e;
}
.area-menus a:hover {
    color: white;
    background-color: #CF3326;
    text-decoration: none;
}
a.conhecaadvs {
    border: 1px solid #CF3326;
    padding: 10px 33px;
    margin: auto;
    font-family: "Mate SC", serif;
    font-size: 20px;
}
.area-menus a span {
    font-size: 11px;
}
.advogados img {
    width: 270px;
    border-radius: 6px;
}
.area-header {
    display: flex;
    align-content: center;
}

a.reae {
    border: 1px solid #CF3326;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 11px;
    margin-right: 40px;
}
.intro {
    background-color: #19293B;
    height: 440px;
    width: 100%;
    background-image: url(../img/bg-intro.png);
    background-position: -70px -160px;
    background-size: 1360px;
    background-repeat: no-repeat;
}

.area-intro {
    font-family: "Mate SC", serif;
    font-weight: 400;
    font-style: normal;
    width: 60%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.area-intro h1 {
    color:white;
    text-transform: uppercase;
    font-size: 40px;
}

.area-intro p {
    color:white;
    font-size: 20px;
}

.area-bv {
    background-color: #CF3326;
    color:#10171F;
}

.area-bv a {
    color: white;
}

.area-mns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 50px;
}

.area-mns h2 {
    font-family: "Mate SC", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    text-transform: uppercase;
    color: white;
}
.area-mns h2 span {
    font-size: 16px;
}


.ticker-item {
    font-family: "Mate SC", serif;
    font-weight: 400;
    font-style: normal;

    border-left: 1px solid white;
    border-bottom: 1px solid white;
    line-height: 17px;
    margin-left: 40px;
    padding: 21px;
}

.ticker-item:last-child {
    border-bottom: 0px solid white;
    padding-top: 35px;
}

a.bt-hmerc {
    border: 1px solid #19293B;
    padding: 5px 23px;
    color: #19293B;
}

.quem-somos {
    background-color: #19293B;
    color: white;
    text-align: center;
    font-family: "Mate SC", serif;
    font-weight: 400;
    font-style: normal;
    padding: 100px;
}

.quem-somos p {
    width: 63%;
    margin: auto;
    font-size: 17px;
}

footer {
    background-color: #10171F;
    color: white;

    font-family: "Mate SC", serif;
    font-weight: 400;
    font-style: normal;

    font-size: 11px;
}
.aro p {
    font-size: 16px;
}

.footer-pos {
    display: flex;
    padding: 50px 0px;
    align-items: center;
    justify-content: space-between;
}

.footer-adress {
    max-width: 360px;
}

.interna {
    color:#1D2F42;
}
.aro {
    padding: 50px 0px;
}
.interna-bg {
    color: white;
}

.img-quemsomos {
    background-color: #19293B;
    font-family: "Mate SC", serif;
    font-weight: 400;
    font-style: normal;
    padding: 54px 0px;
}


.img-quemsomos h1 {
    font-size: 28px;
    color: white;
    border-bottom: 1px solid #CF3326;
    display: inline-grid;
    padding-right: 31px;
}

.img-header {
    background-image: url(../img/bg-intro.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -770px;
}

.advogados {
    width: 344px;
    margin-bottom: 30px;
}


.aro-adv {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
}

.aro-adv h2 {
    font-family: "Mate SC", serif;
    width: 90%;
}

.panel-heading {
    background-color: #223448 !important;
    background-image: none !important;
    color: white !important;
}

.recuperacao1 {
    text-align: center;
    padding-bottom: 100px;
    display: flex
;
    flex-direction: column;
}

.recuperacao1 h1 {
    font-family: 'Mate SC';
}

.recuperacao1 img {
    border-radius: 10px;
    margin: 9px;
    border: 1px solid #dbdbdb;
}

.rec-in h1 {
    font-family: 'Mate SC';
    border-bottom: 1px solid #d5d1d1;
}

.rec-in h1 img {
    float: right;
    border-radius: 6px;
    border: 1px solid #d5d1d1;
}


@media only screen and (max-width: 767px) {
    /* Adicione aqui os estilos ou classes específicas para celulares */
    .footer-pos {
        display: flex
    ;
        padding: 50px 0px;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .footer-adress {
        max-width: 360px;
        text-align: center;
        font-size: 15px;
        padding: 46px 0px;
    }
    .quem-somos {
        background-color: #19293B;
        color: white;
        text-align: center;
        font-family: "Mate SC", serif;
        font-weight: 400;
        font-style: normal;
        padding: 44px 0px;
    }

    .quem-somos p {
        width: 86%;
        margin: auto;
        font-size: 17px;
    }

    .area-mns {
        display: flex
    ;
        align-items: center;
        justify-content: flex-start;
        padding: 50px;
        flex-direction: column;
    }

    a.bt-hmerc {
        border: none !important;
        padding: 4px 1px;
        color: #19293B;
    }

    .area-intro {
        font-family: "Mate SC", serif;
        font-weight: 400;
        font-style: normal;
        width: 100%;
        height: auto;
        display: flex
    ;
        flex-direction: column;
        justify-content: center;
    }

    .area-menus {
        display: none;
    }
    
    .area-logo {
        background-color: #121E2C;
        height: 120px;
        width: 220px;
        border-bottom: 1px solid #CF3326;
        display: flex;
        justify-content: flex-end;
        align-content: center;
        align-items: center;
        padding-right: 30px;
        box-shadow: 1px -1px 9px 0px #0000008c;
    }

   
  }