/* ----------------------------------------------------------
    Theme Name: Marques e Alencar Advogados Theme
    Theme URI: https://marcasite.com.br
    Author: Henrique Quintino
    Author URI: https: //www.linkedin.com/in/henrique-quintino/
    Description: Tema oficial da Marques e Alencar Advogados criada pela Marcasite
    Requires at least: 6.4
    Tested up to: 6.4
    Requires PHP: 7.0
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    ----------------------------------------------------------

/***************************************************************************
       Fonts
***************************************************************************/

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/***************************************************************************
       Variáveis
***************************************************************************/

:root {
    --cor-branco: white;
    --cor-preto: #252525;
    --cor-cinza-escuro: #2a2a2a;
    --cor-marrom: #ad8c67;

    --font-DMSerif: "DM Serif Display",
        serif;
    --font-Poppins: "Poppins",
        sans-serif;

    --font-extralight: 200;
    --font-light: 300;
    --font-regular: 400;
    --font-medium: 500;
    --font-semibold: 600;
    --font-bold: 700;
}

/***************************************************************************
        All
***************************************************************************/

.transition_on *,
.transition_on {
    transition: ease .5s all !important;
}

html,
body {
    margin: 0;
    overflow-x: clip;
}

body {
    background-color: #121212;
}

* {
    margin: 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    font-family: var(--font-Poppins);
}

h3,
p,
p>span,
a,
a:hover {
    color: var(--cor-branco);
}

a,
a:hover {
    text-decoration: none;
}

h2,
h3 {
    font-family: var(--font-DMSerif);
}

h2 {
    font-size: 5.188rem;
    line-height: 5.438rem;
    margin-bottom: -15px;
    background: linear-gradient(to bottom, var(--cor-marrom), #ad8c67c5, #ad8c676b, #ad8c6732, rgba(5, 5, 5, 0.201), transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

h3 {
    font-size: 2rem;
    line-height: 2.25rem;
    margin-bottom: 0;
}

p,
p>span {
    font-size: 1.125rem;
    line-height: 1.375rem;
}

p {
    font-weight: var(--font-extralight);
    margin-bottom: 0;
}

p>span {
    font-weight: var(--font-medium);
}

img {
    transition: all 0.3s ease-in-out;
    width: 100%;
}

section {
    padding-bottom: 110px;
}

section:nth-child(11),
section:nth-child(13),
section.area-footer {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section:nth-child(11) {
    padding-top: 80px;
    background-image: url(https://marquesalencar.adv.br/wp-content/uploads/2025/05/banner-vantagens.png);
    min-height: 768px;
}

section:nth-child(13) {
    padding-top: 120px;
    background-image: url(https://marquesalencar.adv.br/wp-content/uploads/2025/05/banner-processo.png);
    min-height: 800px;
    padding-bottom: 0px;
    margin-bottom: 80px;
}

header {
    position: absolute;
    width: 100%;
    padding-top: 60px;
    z-index: 90;
}

header .logo,
.area-footer .logo {
    max-width: fit-content;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: var(--font-DMSerif);
    font-size: 1.25rem;
    line-height: 1.5rem;
    max-width: fit-content;
    min-width: 290px;
    background-color: var(--cor-marrom) !important;
    color: var(--cor-branco);
    font-weight: var(--font-regular);
    padding: 0 20px;
    height: 59px;
    transition: all 0.3s ease-in-out;
}

.button:hover {
    transform: scale(1.02);
	background-color: var(--cor-branco) !important;
	color: var(--cor-marrom) !important;
}

/***************************************************************************
        Banner Principal
***************************************************************************/

section.banner-principal {
    padding-top: 280px;
    background-image: url(https://marquesalencar.adv.br/wp-content/uploads/2025/05/banner-principal.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 878px;
    position: relative;
    margin-bottom: 80px;
}

.banner-principal .title,
.banner-principal .title span {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.banner-principal .title {
    color: var(--cor-branco);
    max-width: 420px;
    background: unset;
    -webkit-text-fill-color: unset;
    margin-bottom: 0;
}

.banner-principal .title span {
    color: var(--cor-marrom);
    font-family: var(--font-DMSerif);
}

.banner-principal .text,
.banner-principal .text span {
    font-size: 1.375rem;
    line-height: 1.625rem;
}

.banner-principal .text {
    max-width: 410px;
}

.banner-principal .cards,
.banner-principal .cards .card .content,
.especialidades .cards,
.especialidades .cards .card .content,
.vantagens .card .content {
    display: flex;
    flex-direction: column;
}

.banner-principal .cards {
    position: absolute;
    bottom: -210px;
    left: 0;
}

.banner-principal .cards .card,
.especialidades .cards .card,
.vantagens .card {
    width: 100%;
    max-width: 382px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    background-color: #2a2a2ae6;
    border-left: 0.8px solid var(--cor-marrom);
    border-bottom: 0.8px solid var(--cor-marrom);
    border-right: 0.1px solid #ad8c676c;
    border-top: 0.1px solid #ad8c676c;
    border-radius: 0;
    padding: 14px 20px;
    height: 100%;
}

.banner-principal .cards .card:first-child,
.especialidades .cards .card:first-child {
    margin-left: 80px;
    margin-bottom: 10px;
}

.banner-principal .cards .card img,
.especialidades .cards .card img,
.services .card img,
.vantagens .card img {
    max-width: 60px;
    object-fit: cover;
}

.banner-principal .cards .card .content h3,
.especialidades .cards .card .content h3,
.services .card h3 {
    font-size: 1.375rem;
    line-height: 1.625rem;
}

.banner-principal .cards .card .content p,
.especialidades .cards .card .content p {
    font-size: 1.063rem;
    line-height: 1.313rem;
}

.whatsapp img {
    position: fixed;
    z-index: 8;
    bottom: 86px;
    right: 8px;
    width: 90px;
    height: 90px;
    transition: ease .5s all;
}

.whatsapp:hover img {
    opacity: 1;
    filter: drop-shadow(0px 0px 6px white);
}

/***************************************************************************
        Especialidades
***************************************************************************/

.especialidades .cards {
    align-items: center;
}

/***************************************************************************
        Serviços
***************************************************************************/

.services .card {
    display: flex;
    flex-direction: column;
    padding: 32px 20px 40px 20px;
    border-radius: 0;
    border-left: 0.6px solid #ad8c678b;
    border-bottom: 0.2px solid #ad8c6730;
    border-right: 0.6px solid #ad8c678b;
    border-top: 0.4px solid #ad8c6748;
    background-color: var(--cor-cinza-escuro);
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.services .card:hover {
    transform: scale(1.04);
}

.services .card img {
    margin-bottom: 20px;
}

.services .card h3 {
    margin-bottom: 4px;
}

/***************************************************************************
        Sobre
***************************************************************************/

.about p {
    max-width: 490px;
}

.about img {
    max-width: 520px;
}

/***************************************************************************
        Vantagens
***************************************************************************/

.vantagens .card {
    max-width: 100%;
    padding: 32px 25px;
    gap: 25px;
    transition: all 0.3s ease-in-out;
}

.vantagens .card:hover {
    transform: scale(1.04);
}

.vantagens .card .content h3,
.processo .item .content h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
}

/***************************************************************************
        Conheça
***************************************************************************/

.conheca .box-image {
    width: 100%;
    height: 620px;
    overflow: hidden;
    position: relative;
    border: 0.5px solid #ad8c679d;
}

.conheca .box-image img {
    height: 100%;
    object-fit: cover;
}

.conheca .box-image .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: absolute;
    bottom: 5%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    padding: 0 1rem;
}

.conheca .box-image .content h3 {
    font-size: 1.625rem;
    line-height: 1.875rem;
    max-width: 330px;
    margin-bottom: 5px;
}

.conheca .box-image .content p {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: var(--cor-marrom);
}

.conheca .box-image .shadow {
    border-image: fill 0 linear-gradient(transparent, #000);
    color: white;
    transition: .6s all ease;
    opacity: 1;
    margin-left: 0px;
    margin-right: 0;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
    height: 55%;
}

/***************************************************************************
        Processo
***************************************************************************/

.processo .box-hr {
    display: flex;
    justify-content: center;
    position: relative;
    height: 100%;
    ;
}

.processo .box-hr hr {
    width: 1px;
    height: 100%;
    background-color: var(--cor-branco);
    opacity: 0.588;
    margin: 0;
    border: 0;
}

.processo .box-hr .linha {
    width: 7px;
    height: 97px;
    position: absolute;
    top: 50px;
    background-color: var(--cor-marrom);
}

.processo .item {
    display: flex;
    gap: 22px;
}

.processo .item .quadrado {
    font-size: 1.563rem;
    line-height: 1.813rem;
    color: var(--cor-branco);
    font-family: var(--font-DMSerif);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 49px;
    height: 49px;
    background-color: #4b4b4b;
}

.processo .item .content {
    display: flex;
    flex-direction: column;
}

/***************************************************************************
        FAQ
***************************************************************************/

.faq .accordion-item {
    border: 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
    margin-bottom: 15px;
}

.faq .accordion-header {
    margin-bottom: 0;
}

.faq .accordion-button {
    font-size: 20px;
    font-weight: var(--font-medium);
    box-shadow: none;
    background-color: var(--cor-marrom);
    line-height: 22px;
    gap: 10px;
    border-radius: 0 !important;
	font-family: var(--font-DMSerif);
}

.faq .accordion-button.card-check {
    color: var(--cor-branco);
    padding: 15px 15px 15px 35px;
}

.faq .accordion-body {
    padding: 35px 15px 35px 35px;
    border: 0.3px solid #ad8c6767;
    background-color: var(--cor-cinza-escuro);
}

/***************************************************************************
        Footer
***************************************************************************/

section.area-footer {
    display: flex;
    align-items: center;
    background-image: url(https://marquesalencar.adv.br/wp-content/uploads/2025/05/banner-footer.png);
    min-height: 841px;
    padding-top: 210px;
    padding-bottom: 40px;
    margin-top: 140px;
}

.area-footer h3 {
    max-width: 390px;
}

footer {
    padding: 10px 0;
    border-top: 0.4px solid #ad8c6797;
    background-color: var(--cor-cinza-escuro);
}

footer img {
    max-width: 210px;
}

footer a {
    text-decoration: none;
    color: var(--cor-branco);
}

footer a:hover {
    text-decoration: none;
    color: var(--cor-branco);
}

.button-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: fit-content;
    padding: 0 30px;
    height: 61px;
    font-family: var(--font-DMSerif);
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: var(--cor-branco);
    background-image: -moz-linear-gradient(90deg, rgb(230, 230, 230) 0%, rgb(250, 162, 72) 0%, rgb(82, 141, 60) 0%, rgb(4, 152, 0) 0%, rgb(86, 216, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(230, 230, 230) 0%, rgb(250, 162, 72) 0%, rgb(82, 141, 60) 0%, rgb(4, 152, 0) 0%, rgb(86, 216, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(230, 230, 230) 0%, rgb(250, 162, 72) 0%, rgb(82, 141, 60) 0%, rgb(4, 152, 0) 0%, rgb(86, 216, 0) 100%);
}

.button-whatsapp img {
    width: 28px;
    height: 28px;
    object-fit: cover;
}

.area-footer .card-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 0.2px solid #ad8c676a;
    border-radius: 0;
    background-color: var(--cor-cinza-escuro);
    position: relative;
    padding: 45px;
    height: auto;
    margin-top: -250px;
}

.area-footer .card-form h3,
.area-footer .card-form h3>span {
    font-family: var(--font-Poppins);
    font-size: 22px;
    max-width: 420px;
    margin-bottom: 20px;
    text-shadow: none;
    text-align: center;
}

.area-footer .card-form h3 {
    font-weight: var(--font-extralight);
}

.area-footer .card-form h3>span {
    font-weight: var(--font-semibold);
}

.area-footer .card-form form {
    width: 100%;
}

.area-footer .card-form form input,
.area-footer .card-form form textarea {
    width: 100%;
    height: 47px;
    padding: 15px;
    border-radius: 0px;
    background-color: var(--cor-preto);
    color: var(--cor-branco);
}

.area-footer .card-form form input::placeholder,
.area-footer .card-form form textarea::placeholder {
    color: var(--cor-branco);
    font-weight: var(--font-light);
}

.area-footer .card-form form textarea {
    height: 167px;
    resize: none;
}

.area-footer .card-form form .button {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    border-radius: 0;
    max-width: 100%;
    transform: none !important;
}

.area-footer .card-form form .wpcf7-response-output {
    margin-top: -30px;
    margin-bottom: 45px;
    color: var(--cor-branco);
}

.wpcf7-not-valid-tip {
    margin: 8px 0;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-form-control-wrap,
.wpcf7-list-item-label {
    font-family: var(--font-Poppins);
    font-size: 16px !important;
    line-height: normal !important;
    margin-top: 7px;
}

.rodape-form p {
    display: flex;
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
}

.rodape-form p label {
    font-size: 15px;
    margin-left: 15px;
    margin-top: 20px;
    opacity: 1;
}

.rodape-form p label a {
    text-decoration: underline !important;
}

.area-footer hr {
    width: 100%;
    height: 1px;
    background-image: -moz-linear-gradient(-90deg, rgb(230, 230, 230) 0%, rgb(250, 162, 72) 0%, rgb(82, 141, 60) 0%, rgb(166, 147, 108) 0%, rgb(133, 117, 84) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(230, 230, 230) 0%, rgb(250, 162, 72) 0%, rgb(82, 141, 60) 0%, rgb(166, 147, 108) 0%, rgb(133, 117, 84) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(230, 230, 230) 0%, rgb(250, 162, 72) 0%, rgb(82, 141, 60) 0%, rgb(166, 147, 108) 0%, rgb(133, 117, 84) 100%);
    border: 0;
    margin: 0;
}

/***************************************************************************
        Responsivo
***************************************************************************/

.mobile {
    display: none;
}

@media (min-width: 992px) {}

@media (max-width: 991px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none !important;
    }

    header .logo,
    .area-footer .logo {
        max-width: 250px;
    }

    .banner-principal .cards {
		bottom: -165px;
    }

    .banner-principal .cards .card:first-child {
        margin-left: 12px;
    }

    .responsivo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    section:nth-child(13) {
        padding: 80px 0;
    }
	
	section.area-footer {
		margin-top: 100px;
	}
	
	.area-footer .card-form {
		padding: 32px 24px;
	}
}

@media (max-width: 767px) {

    section.banner-principal {
        padding-top: 210px;
        background-image: url(https://marquesalencar.adv.br/wp-content/uploads/2025/05/banner-principal-mobile.png);
        min-height: 1211px;
    }

    .banner-principal .banner-text,
    header .col-12 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .banner-principal .title,
    .banner-principal .title span {
        font-size: 1.938rem;
        line-height: 2.188rem;
    }

    section {
        padding-bottom: 80px;
    }

    h2 {
        font-size: 3.125rem;
        line-height: 3.375rem;
    }

    h3 {
        font-size: 1.75rem;
        line-height: 2rem;
    }

    p,
    p>span {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .vantagens .card .content h3,
    .processo .item .content h3 {
        font-size: 1.375rem;
        line-height: 1.625rem;
    }
}

@media(max-width: 567px) {
    .especialidades .cards .card:first-child {
        margin-left: 60px;
    }

    .especialidades .cards .card .content h3,
    .services .card h3,
    .vantagens .card .content h3,
    .processo .item .content h3 {
        font-size: 1.125rem;
        line-height: 1.375rem;
    }

    .button {
        font-size: 1.125rem;
        line-height: 1.375rem;
    }
}

@media (max-width: 467px) {
	
	header {
		padding-top: 30px;
	}
	
	section.banner-principal {
		padding-top: 160px;
		min-height: 800px;
	}

    .banner-principal .text,
    .banner-principal .text span {
        font-size: 1.125rem;
        line-height: 1.375rem;
    }

    .especialidades .cards .card:first-child {
        margin-left: 0px;
    }
	
	.whatsapp img {
		bottom: 8px;
	}
}

@media (max-width: 400px) {

    .banner-principal .title,
    .banner-principal .title span {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
}

.btn-topo {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20px;
    left: 20px;
    background-color: var(--cor-marrom);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 99;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.btn-topo:hover {
    background-color: var(--cor-cinza-escuro);
}

#btnTopo.show {
    opacity: 1;
}

.btn-topo.disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0;
}

.btn-topo img {
    width: 17px;
    height: 15px;
    transform: rotate(-90deg);
}