/* ----------------------------------------------------------
    Theme Name: André Luiz Perdiz Advogado Theme
    Theme URI: https://marcasite.com.br
    Author: Henrique Quintino
    Author URI: https://henrique-quintino.web.app
    Description: Tema oficial do André Luiz Perdiz Advogado 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=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

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

:root {
    --cor-branco: #ffffff;
    --cor-amarelo: #daa52b;
    --cor-azul-escuro: #272c3e;
    --cor-cinza: #818181;

    --font-Playfair: "Playfair Display", serif;
    --font-Roboto: "Roboto", 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;
}

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

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

h2 {
    color: var(--cor-azul-escuro);
    font-size: 32px;
    font-weight: var(--font-bold);
}

h3 {
    color: var(--cor-azul-escuro);
    font-size: 20px;
    font-weight: var(--font-bold);
}

span {
    color: var(--cor-amarelo);
}

p {
    font-size: 17px;
    color: var(--cor-cinza);
    font-family: var(--font-Roboto);
}

p span {
    color: var(--cor-cinza);
    font-weight: var(--font-bold);
    font-family: var(--font-Roboto);
}

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

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

header ul {
    display: flex;
    justify-content: end;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

header ul .nav-item {
    height: 44px;
    display: flex;
    align-items: center;
}

header ul .nav-item .nav-link {
    color: var(--cor-branco);
    font-size: 18px;
    font-weight: var(--font-bold);
    line-height: 20px;
}

header ul .nav-item .nav-link.btn-whatsapp {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: var(--font-medium);
    background-image: -moz-linear-gradient(90deg, rgb(39, 180, 62) 0%, rgb(90, 210, 102) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(39, 180, 62) 0%, rgb(90, 210, 102) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(39, 180, 62) 0%, rgb(90, 210, 102) 100%);
    width: 225px;
    height: 44px;
    font-family: var(--font-Playfair);
}

/* header ul .nav-item .nav-link.btn-whatsapp img {
    position: absolute;
    right: 15px;
    width: 23px;
    height: 23px;
} */

.btn-amarelo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--cor-amarelo);
    width: 269px;
    height: 50px;
    color: var(--cor-branco);
    font-weight: var(--font-semibold);
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    font-family: var(--font-Playfair);
}

.btn-amarelo:hover {
    background-color: #c89725;
}

.linha-amarelo {
    width: 69px;
    height: 4px;
    background-color: var(--cor-amarelo);
    opacity: 1;
    margin: 12px 0;
    border: none;
}

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

section.banner-principal {
    padding-top: 260px;
    background-image: url(img/banner-principal.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 742px;
}

.banner-principal h2 {
    color: var(--cor-branco);
    font-size: 36px;
    font-weight: var(--font-bold);
    max-width: 380px;
    line-height: 40px;
}

.banner-principal .linha-amarelo {
    width: 120px;
}

.banner-principal p {
    color: var(--cor-branco);
    font-size: 20px;
    font-weight: var(--font-light);
    line-height: 25px;
    margin-bottom: 25px;
    max-width: 430px;
}

.banner-principal p>span {
color: var(--cor-branco);
}

.card-form p {
    margin-bottom: 0 !important;
}

.banner-principal .btn-amarelo {
    width: 300px;
}

.card-form {
    position: relative;
    background-color: var(--cor-branco);
    padding: 35px 20px 0;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.11);
}

.banner-principal h3 {
    margin-bottom: 15px;
}

form input {
    border-radius: 0px !important;
    background-color: rgba(241, 241, 241, 0.395);
    width: 100%;
    height: 46px;
    margin-bottom: 15px;
    padding: 15px;
    font-family: var(--font-Roboto);
}

form input::placeholder {
    opacity: 0.8;
}

form .btn-amarelo {
    width: 100% !important;
    height: 55px;
    left: 0;
    position: absolute;
    background-color: var(--cor-amarelo) !important;
    opacity: 1 !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 20px;
    font-family: var(--font-Playfair);
}

form .btn-amarelo:hover {
    background-color: #c89725 !important;
}

form label {
    color: var(--cor-azul-escuro);
}

/***************************************************************************
       Experiência
***************************************************************************/

section.experiencia {
    padding: 120px 0;
}

.experiencia h2 {
    max-width: 600px;
}

.experiencia .linha-amarelo {
    height: 4px;
    width: 89px;
}

.experiencia p {
    max-width: 470px;
    font-size: 20px;
}

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

section.servicos {
    padding: 60px 0;
    background-color: #fbfbfb;
}

.servicos .linha-amarelo {
    width: 120px;
    height: 4px;
}

.servicos .card {
    padding: 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.11);
    width: 100%;
    min-height: 100%;
    border: none;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    cursor: default;
}

.servicos .card .card-header {
    display: flex;
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
}

.servicos .card .circle {
    background-color: var(--cor-amarelo);
    width: 74px;
    height: 74px;
    margin-top: -85px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.servicos .card .circle .icon {
    width: 43px;
    height: 43px;
    object-fit: contain;
}

.servicos .card .card-title {
    margin-bottom: 0;
}

.servicos .card .card-title h3 {
    font-size: 20px;
    max-width: 190px;
}

.servicos .card .card-content p {
    font-weight: var(--font-light);
    font-size: 18px;
}

/***************************************************************************
        Solução
***************************************************************************/

section.solucao {
    background-image: url(img/banner-solucao.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 523px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 0;
}

.solucao h2 {
    font-size: 28px;
    max-width: 427px;
    color: var(--cor-branco);
}

.solucao .linha-amarelo {
    width: 105px;
    height: 4px;
}

.solucao p {
    font-size: 18px;
    max-width: 960px;
    color: var(--cor-branco);
    font-weight: var(--font-light);
}

.solucao ul,
.solucao ul li {
    color: var(--cor-branco);
}

.solucao ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.solucao ul li {
    max-width: 700px;
    text-align: left;
    font-family: var(--font-Roboto);
    font-weight: var(--font-light);
}

.solucao .btn-amarelo {
    width: 365px;
}

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

section.faq {
    padding: 120px 0;
}

.faq .linha-amarelo {
    width: 110px;
    height: 4px;
}

.accordion-item {
    background: none;
    border: none;
}

.accordion-header {
    margin-bottom: 20px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.11);
    border-radius: 6px;
}

.accordion-button {
    font-size: 18px;
    text-transform: none;
    color: var(--cor-azul-escuro);
}

.accordion-button.card-check {
    padding: 10px 20px;
    min-height: 20px;
    cursor: pointer;
}

.accordion-body {
    padding: 0 5px;
    text-align: justify;
    margin-bottom: 15px;
    font-family: var(--font-Roboto);
}

.accordion-button::after {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    transform: rotate(0deg);
    background-color: var(--cor-amarelo);
    width: 39px;
    height: 39px;
    /* border-radius: 50%; */
    color: var(--cor-branco);
    content: ">";
    font-family: monospace;
    background-image: none;
    padding-bottom: 3px;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: var(--cor-azul-escuro);
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(90deg) !important;
    background-image: none;
}

.faq .sub-title {
    max-width: 640px;
    font-size: 20px;
    line-height: 25px;
}

.faq img {
    height: 760px;
    object-fit: contain;
}

/***************************************************************************
        Laudemio
***************************************************************************/
/* 
#owl-laudemio .owl-nav {
    display: flex;
    justify-content: space-between;
}

#owl-laudemio .owl-prev {
    background: #fff;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: monospace;
    font-size: 44px;
    border-radius: 100%;
    font-weight: var(--font-bold);
    left: 10px;
    position: absolute;
    top: 42%;
}

#owl-laudemio .owl-next {
    background: #ffffff;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: var(--font-bold);
    font-family: monospace;
    font-size: 44px;
    right: 10px;
    border-radius: 100%;
    position: absolute;
    top: 42%;
} */

/***************************************************************************
        Carta Aberta
***************************************************************************/

section.carta-aberta {
    padding-bottom: 80px;
}

.carta-aberta .linha-amarelo {
    width: 200px;
}

/***************************************************************************
        Contato
***************************************************************************/

section.contato {
    background-image: url(img/banner-contato.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 596px;
    padding: 70px 0;
}

.contato .title {
    margin-bottom: 30px;
}

.contato .title .logo {
    width: 200px;
    height: 169px;
    object-fit: contain;
}

.contato h2,
.contato p {
    color: var(--cor-branco);
}

.contato .title h2 {
    max-width: 550px;
}

.contato .title p {
    font-weight: var(--font-light);
    max-width: 650px;
    font-size: 20px;
}

.contato .linha-amarelo {
    width: 100px;
}

.contato h3 {
    margin-bottom: 15px;
}

.contato .social-media {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

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

footer {
    background-color: var(--cor-amarelo);
    padding: 20px 0 15px 0px;
}

footer img {
    width: 253px;
}

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

.mobile {
    display: none;
}

@media (min-width: 1200px) and (max-width: 1399px) {}

@media (max-width: 1199px) {
    .banner-principal h2 {
        font-size: 37px;
    }

    .quem-somos .quem-somos-banner {
        height: 750px;
        margin-top: -190px;
    }

    .servicos .card {
        padding: 20px;
    }

    .servicos .card .card-title h2 {
        font-size: 22px;
    }

    .servicos .card .circle {
        margin-top: -60px;
    }

    .servicos .card .card-content ul li:before {
        left: 17px;
    }

    .servicos .card .card-content ul li {
        font-size: 13px;
    }

    section.banner-principal {
        min-height: 800px;
    }
}

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

@media (min-width: 992px) {
    .servicos .card:hover {
        transform: scale(1.05);
    }
}

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

    header {
        padding-top: 40px;
    }

    header ul {
        align-items: center;
    }

    header ul .nav-item.desktop {
        max-width: 230px;
    }

    header .logo {
        width: 120px;
        height: 105px;
        object-fit: contain;
    }

    header .btn-whatsapp {
        width: 100% !important;
        padding: 0 10px;
        font-size: 16px !important;
    }

    section.banner-principal {
        padding-top: 220px;
        min-height: 1100px;
    }

    .banner-principal h2 {
        margin-bottom: 10px;
    }

    .banner-principal h2,
    .banner-principal p,
    .experiencia h2,
    .experiencia p,
    .solucao p,
    .faq p {
        max-width: 100%;
    }

    .servicos .card .card-content ul li {
        font-size: 15px;
    }

    .servicos .card .card-title {
        margin: 10px 0;
    }

    .contato .title,
    .experiencia .col-lg-6,
    .faq .col-lg-12 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .contato .title .logo {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .banner-principal h2 {
        font-size: 31px;
    }

    .servicos .card {
        padding: 40px;
    }

    .servicos .card .circle {
        margin-top: -85px;
    }

    .servicos .card .card-content ul li:before {
        left: 37px;
    }

    .servicos .card .card-content ul li {
        font-size: 16px;
    }

    .quem-somos p {
        text-align: justify;
        font-size: 16px;
    }

    .desktop {
        display: none !important;
    }
}

@media (max-width: 567px) {
    .missao-valores .card p {
        font-size: 14px;
    }
}

@media (max-width: 492px) {
    section.banner-principal {
        min-height: 1170px;
    }
}

@media (max-width: 467px) {
    .banner-principal p {
        font-size: 18px;
    }

    .servicos .card {
        padding: 20px;
    }

    .servicos .card .circle {
        margin-top: -60px;
    }

    .servicos .card .card-content ul li:before {
        left: 17px;
    }

    .missao-valores .col-lg-3 {
        flex-direction: column !important;
        align-items: center !important;
    }

    section.missao-valores {
        min-height: 1280px;
    }
}

@media (max-width: 400px) {
    .banner-principal h2 {
        font-size: 24px;
    }

    .btn-amarelo {
        width: 100% !important;
    }
}

@media (max-width: 380px) {
    #menu-primeiro {
        flex-direction: column;
        gap: 15px;
    }

    #menu-primeiro .col-lg-8 {
        justify-content: flex-start !important;
    }
}

.btn-topo {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 70px;
    left: 12px;
    background-color: var(--cor-amarelo);
    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: opacity 0.3s ease-in-out;
}

#btnTopo.show {
    opacity: 1;
}

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

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

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

.wpcf7-list-item-label {
    font-size: 13px !important;
    position: relative;
}

.wpcf7-list-item {
    display: flex !important;
    margin: 0 !important;
}

.wpcf7-list-item.first.last {
    position: absolute;
}

.wpcf7-list-item.first.last input {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.rodape-form p {
    display: flex;
    margin: 0;
    width: 100%;
    height: 70px;
    margin-top: -20px;
}

.rodape-form p label {
    font-size: 13px;
    margin-left: 15px;
    margin-bottom: 25px;
    margin-top: 15px;
    line-height: 16px;
    font-family: var(--font-Roboto);
}

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

.rodape-form p label a:hover {
    color: #0d6efd;
}

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

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