@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');

/*
Zinza escuro:   #191919
Dourado:        #977537
*/
element {
    --per-font-color: #191919;
    --per-color-gold: #977537;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    outline: none;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    text-decoration: none;
}

html {
    width: 100vw;
    height: 100vh;
    font-size: 52%;
    font-family: 'Roboto', sans-serif;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

h3 {
    font-size: 3rem;
    margin-top: 5rem;
    margin-bottom: 2rem;
    text-align: center;
}



/* ------------------------------------------ MENU */
.navbar-content {
    width: 100%;
    font-family: 'Roboto', sans-serif;
}


.head-strip {
    width: 100%;
    height: 30px;
    /*display: flex;*/ /* para os itens aqui dentro ficarem um do lado do outro */
    background-color: #977537;
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    position: fixed;
    padding: 0.6rem 0;
    color: #ffffff;
    z-index: 99;
}

.strip {
    max-width: 1196px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

.strip a {
    margin-bottom: 0.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-decoration: none;
    margin-left: 3rem;
    color: #ffffff;
}

.head-content {
    width: 100%;
    margin-top: 30px;
    position: fixed;
    display: flex; /* para os itens aqui dentro ficarem um do lado do outro */
    background-color: #ffffff;
    justify-content: space-around;
    position: fixed;
    padding: 0.6rem 0;
    text-align: right;
    z-index: 99;
    box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.4);
}

.content {
    width: 1196px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 30%;
    height: auto;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
}


.logo img {
    /* teste */
    max-width: 40%;
    justify-content: flex-start;
    transition: transform 400ms ease-in-out;
}

.logo img:hover {
    transform: scale(1.1);
}

.content .list-menu {
    width: 80%;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: flex-end;
    gap: 10;
}

.menu{
    cursor: pointer;
    display: none;
}

.menu .bar{
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 3px;
    background: #191919;
    margin: 5px auto;
    transition: all 0.3s;
}

.content .list-menu li a{
    display: inline-block;
    padding-top: 3rem;
    padding-bottom: 2rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    color: var(--per-font-color);
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 200ms ease-in;
    font-size: 2.2rem;
}

.content .list-menu li a:hover{
    background-color: #191919;
    border-bottom: 4px solid #977537;
    color: #ffffff;
}








/* ------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------ Primeira Seção */
.first-section{
    height: 700px;
    /*width: 100vw;*/
    background-image: linear-gradient(rgba(29, 29, 29, 0.8), rgba(29, 29, 29, 0.8)), url(../images/rebelo-advocacia.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 50px;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.conteudo-principal {
    /*max-width: 1024px;*/
    width: 1196px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.first-section h1{
    margin-bottom: 8rem;
    font-size: 7rem;
    color: #977537;
    /* text-transform: uppercase; */
    font-family: 'Roboto', sans-serif;
}

.first-section .conteudo-h2 {
    width: 95%;
    margin-bottom: 8rem;
    font-size: 3.5rem;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: right;
}

.btn {
    display: flex;
    /* justify-content: space-between; */
}

.btn .btn-whatsapp {
    width: auto;
    height: 6rem;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #977537; /* cor whatsapp #25D366 */
    border-radius: 10px;
    color: #ffffff;
    font-weight: 500;
    transition: all 400ms ease-in;
    padding: 1rem 2rem;
}

.btn .btn-whatsapp p {
    display: inline-block;
    margin-left: 1rem;
    font-size: 3.5rem;
}
.btn i {
    margin-right: 3rem;
}

.btn .btn-whatsapp:hover {
    background-color: #f2bc59;
    color: #191919;
}

/* -------------------  Título das sessões */
.sec-title {
    text-align: center;
    font-size: 2.1rem;
    font-style: italic;
    color: #363b48;
}



/* ------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------ Sessão Escritório */
.sec-escritorio {
    width: 100%;
    height: auto;
}

.escritorio {
    width: 1196px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.escritorio h4 {
    text-align: left;
    margin: 3rem 50px;
    font-size: 2.1rem;
    font-style: italic;
    color: #363b48;
}

.escritorio-secs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.escritorio-secs h4 {
    width: 20%;
    align-items: flex-start;
    text-align: left;
    margin-left: 0;
    padding-left: 0;
    border-bottom: 3px solid #977537;
}

.escritorio-blocks img {
    width: 200px;
    margin-bottom: 5rem;
    margin-left: 2rem;
    box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.4);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.escritorio-blocks {
    display: flex;
}

.box-text {
    background-color: #efefef;
    height: 200px;
    padding: 2rem;
    margin-right: 2rem;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.4);
}


/* ------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------ Sessão Nossa Equipe */
.sec-nossa-equipe {
    width: 100%;
    background-image: linear-gradient(rgba(29, 29, 29, 0.8), rgba(29, 29, 29, 0.8)), url(../images/advogados-em-anapolis.webp);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #c1c1c1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.nossa-equipe {
    /*width: 1024px;*/
    /*height: 500px;*/
    width: 1196px;
    margin: 0 auto;
    /*padding-bottom: 5rem;*/
    overflow: hidden;
}

.nossa-equipe h3 {
    color: #fff;
    flex-direction: row;
}

.nossa-equipe h4 {
    color: #fff;
    text-align: center;
    margin: 3rem 50px;
    margin-bottom: 2rem;
    font-size: 2.1rem;
    font-style: italic;
    text-align: justify;
}

.nossa-equipe-cards {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

/* ------------------------------------------ */
.card {
    width: 280px;
    height: 440px;
    margin: 8px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    transition: 0.3s;
    margin-bottom: 8rem;
}

.card-header {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.card-img {
    min-width: 100%;
    width: auto;
    height: 100%;
}

.card-body {
    height: 170px;
    padding: 10px;
    text-align: center;
    background-color: #1f1e1f;
    color: #fff;
}

.card-name {
    font-size: 2.6rem;
    margin: 10px 0;
}

.card-status {
    font-size: 1.8rem;
    margin: 15px 0;
}

/* Animação Hover */
.card:hover {
    cursor: pointer;
    transform: scale3d(1.1, 1.1, 1);
}



/* ------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------ Sessão Área de atuação */
.sec-areas-de-atuacao {
    width: 100%;
}

.areas-de-atuacao {
    width: 1196px;
    margin: 0 auto;
}

.areas-de-atuacao h3 {
    font-size: 3rem;
    margin-top: 5rem;
    margin-bottom: 2rem;
    text-align: center;
    color: #191919;
    flex-direction: row;
}

.areas-de-atuacao h4 {
    color: #191919;
    text-align: center;
    margin: 3rem 50px;
    margin-bottom: 2rem;
    font-size: 2.1rem;
    font-style: italic;
    text-align: justify;
}

/* ------------------------------------------ */
.areas-de-atuacao-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
}

.card-at {
    position: relative;
    padding: 20px;
    width: 300px;
    margin: 30px;
    border: 0px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    transition: 0.3s;
    box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.4);
    text-align: center;
}

.card-at img {
    max-width: 9rem;
    transition: 0.5s;
}

.card-at h1 {
    margin: 1.5rem 0;
    font-size: 2rem;
}

.card-content {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.card-content p {
    color: #977537;
    transition: 0.5s;
    text-align: center;
    /* Voltar aqui */
}

.card-at:hover {
    cursor: pointer;
    transform: scale3d(1.1, 1.1, 1);
}




/* ------------------------------------------ Sessão Contatos */
.sec-contatos {
    background-image: linear-gradient(rgba(29, 29, 29, 0.8), rgba(29, 29, 29, 0.8)), url(../images/escritorio-advogados-anapolis.webp);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
}

.contatos {
    width: 1196px;
    margin: 0 auto;
    /*border: 1px solid #ff0000;*/
}

.contatos h3 {
    padding-top: 5rem;
    font-size: 3rem;
    margin-top: 5rem;
    margin-bottom: 3rem;
    text-align: center;
    color: #fff;
}


.contatos-opcoes {
    margin-top: 2rem;
    align-items: center;
    color: #fff;
}

.contatos-opcoes a {
    display: block;
    color: #fff;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.2rem;
}

.contatos-opcoes i {
    text-decoration: none;
}

.map {
    margin: 3rem;
    padding-bottom: 3rem;
}





/* ------------------------------------------ Sessão Footer */
.sec-footer {
    width: 100%;
    background-color: #191919;
}

.footer {
    width: 1196px;
    margin: 0 auto;
    padding-top: 5rem;
    color: #ffffff;
    display: flex;
    /*border: 1px solid #ff0000;*/
}

.footer h3 {
    margin-bottom: 2rem;
}

.sec-footer h5 {
    margin: 0 auto;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    padding-bottom: 7rem;
    margin-top: 5rem;
}

.footer-menu {
    margin-bottom: 7rem;
}

.footer-texts {
    margin: 0 5rem;
}

.footer-texts h4 {
    font-size: 2.5rem;
    margin-top: 7rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #977537;
}

.footer-menu a {
    margin-bottom: 5rem;
}

.footer-menu li {
    margin-bottom: 1.3rem;
}

.footer-menu li a {
    text-decoration: none;
    color: #ffffff;
}

.footer-logo {
    width: 50%;
}

.footer-logo img {
    max-width: 140px;
    margin-top: 7rem;
}

.footer-contatos {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    margin: 2rem 0;
    text-decoration: none;
}

.footer-contatos a {
    text-decoration: none;
    color: #fff;
    margin: 0.7rem 0;
}



/* ------------------------------------------------------------------------------------------------------------------------------- */
/* ---- Cookies */
.CookieMessage {
    width: 70%;
    margin: 0 auto;
    background-color: #ffffff;
    position: fixed;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
    box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.4);
    display: none;
}
  
.CookieMessage-content {
    display: flex;
    align-items: center;
    text-align: justify;
    padding: 20px;
}

.CookieMessage-content p{
    margin: 0 0 20px 0;
}

 .CookieMessage button {
    margin-left: 30px;
    background-color: #977537;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 40px;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.2s;
 }

.CookieMessage button:hover{
    transform: scale(0.9);
}

/* ------------------------------------------------------------------------------------------------------------------------------- */
/* ---- WhatsApp ícone do rodapé */
.whatsapp-ico{
    fill: white;
    width: 50px;
    height: 50px;
    padding: 3px;
    background-color: #4dc247;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    /* box-shadow: 2px 2px 11px rgba(0,0,0,0.7); */
    position: fixed;
    bottom: 20px;
    right : 20px;
    z-index: 10;
  }
  
  .whatsapp-ico:hover{
    box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
  }

/* ------------------------------------------------------------------------------------------------------------------------------- */
/* Efeito do ScrollReveal - , .conteudo-principal, .escritorio-blocks, .card, .card-at */
.rabelo-advocacia, .conteudo-h2, .btn {
    visibility: hidden;
}


.error {
    padding-top: 200px;
    text-align: center;
    margin: 5rem 0 5rem 0;
}
.error p {
    margin-bottom: 2rem;
}

.error a {
    text-decoration: none;
    color: #f6a402;
    font-weight: bold;
}

.error a:hover {
    opacity: 0.7;
}

/* ------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------- Home PV */
.sec-homepv {
    width: 100%;
    background-color: #c1c1c1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.homepv {
    padding: 5rem;
}


/* ------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------- Responsividade */
@media (max-width: 999px) {
    .strip {
        max-width: 999px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }
    .strip a {
        font-size: 12px;
        margin: 0.4rem 1rem;
    }
    .content {
        justify-content: space-between;
        padding: 0px 40px;
    }
    .logo img {
        width: 60%;
        justify-content: flex-start;
        float: left;
    }
    .list-menu {
        position: fixed;
        right: -200%;
    }

    /* INÍCIO MENU */
    .menu {
        display: block;
    }
    .menu.ativo .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }
    .menu.ativo .bar:nth-child(2) {
        opacity: 0;
    }
    .menu.ativo .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);

    }
    .list-menu.ativo {
        position: fixed;
        display: block;
        top: 120px;
        width: 100%;
        height: 100%;
        flex-direction: column;
        gap: -10;
        transition: 0.3s;
        background-color: #1f1e1f;
        color: #fff;
        right: 0;
        text-align: center;
        padding-top: 40px;
        font-size: 40px;
    }
    /* FIM MENU */

    .conteudo-principal {
        width: 100%;
        align-items: center;
        align-content: center;
        text-align: center;
    }
    .first-section h1 {
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .first-section .conteudo-h2 {
        margin: 0 auto;
        align-items: center;
        align-content: center;
        text-align: center;
        font-size: 3rem;
        margin-bottom: 30px;
    }

    .btn .btn-whatsapp {
        width: 100%;
    }
    .btn .btn-whatsapp p {
        font-size: 3rem;
    }
    .btn .btn-whatsapp .icone {
        width: 30px;
    }
    .sec-escritorio {
        background-image: linear-gradient(rgba(248, 248, 248, 0.8), rgba(29, 29, 29, 1)), url(../images/justica-fundo.webp);
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }
    .escritorio {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

    }
    .escritorio h4 {
        width: 100%;
        text-align: justify;
        margin: 2rem 15px;
    }

    .escritorio-blocks {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-bottom: 5rem;
        border-radius: 10px;
        text-align: justify;
    }
    .escritorio-blocks img {
        display: none;
    }
    .box-text {
        width: 100%;
        height: 100%;
    }

    .nossa-equipe {
        width: 100%;
    }
    .nossa-equipe h4 {
        margin: 15px;
    }
    /* ------------------------ */
    .areas-de-atuacao {
        width: 100%;
    }
    .areas-de-atuacao h4 {
        margin: 15px;
    }
    .contatos {
        width: 100%;
    }
    .contatos h3 {
        width: 90%;
        margin: 0 auto;
    }
    .contatos-opcoes {
        margin-top: 5rem;
    }
    .contatos .map {
        width: 100%;
        margin: 0;
    }
    /* ------------------------ */
    .logo {
        width: 100%;
    }
    .footer {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }
    .footer-logo {
        max-width: 100%;
    }
    .footer-logo img {
        margin: 0 auto;
        max-width: 100%;
        align-items: center;
        align-self: center;
        align-content: center;
    }
    .footer-contatos {
        width: 100%;
    }
    .footer-contatos a {
        width: 100%;
    }
    .footer-texts {
        margin-left: 0;
        width: 90%;
        
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }
    .footer-texts h4 {
        width: 100%;
    }


    .CookieMessage {
        width: 90%;
        display: block;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .CookieMessage-content {
        display: block;
        justify-content: center;
        padding: 10;
    }
    .CookieMessage-content p {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .CookieMessage button {
        margin: 0;
        width: 100%;
        align-self: center;
        justify-content: center;
        margin: 0 auto;
        display: block;
        font-size: 15px;
    }
}

/* ----------------------------------------------------------------------------------------------- */
@media (max-width: 799px) {
    .strip {
        max-width: 799px;
    }
    
}

/* ----------------------------------------------------------------------------------------------- */
@media (max-width: 599px) {
    .strip {
        max-width: 599px;
    }
    
}
