/* ----------------------------------------------------------
    Theme Name: Vasconcelos Neto Advogados
    Theme URI: https://marcasite.com.br
    Author: Henrique Quintino
    Author URI: https://www.linkedin.com/in/henrique-quintino/
    Description: Tema oficial da Vasconcelos Neto Advogados
    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=Montserrat:ital,wght@0,100..900;1,100..900&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: #ffffff;
    --cor-azul: #003357;
    --cor-marrom: #eab06d;
    --cor-cinza: #6d6d6d;

    --font-Montserrat: "Montserrat", serif;
    --font-Poppins: "Poppins", 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-Poppins);
}

a {
    text-decoration: none;
    color: var(--cor-branco);
}

a:hover {
    text-decoration: none;
    color: var(--cor-branco);
}

h2,
h2>span {
    font-weight: var(--font-semibold);
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 5px;
    font-family: var(--font-Montserrat);
}

h2 {
    color: var(--cor-azul);
    text-shadow: 0.5px 0.5px 0.5px var(--cor-azul);
}

h2>span {
    color: var(--cor-marrom);
}

p,
p>span {
    font-size: 20px;
    line-height: 24px;
    color: var(--cor-cinza);
}

p {
    font-weight: var(--font-extralight);
    margin-bottom: 0px;
}

p>span {
    font-weight: var(--font-medium);
}

img {
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.btn-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    border-radius: 10px;
    background-image: -moz-linear-gradient(-90deg, rgb(82, 141, 60) 0%, rgb(11, 114, 182) 0%, rgb(230, 230, 230) 0%, rgb(54, 231, 0) 0%, rgb(0, 145, 24) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(82, 141, 60) 0%, rgb(11, 114, 182) 0%, rgb(230, 230, 230) 0%, rgb(54, 231, 0) 0%, rgb(0, 145, 24) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(82, 141, 60) 0%, rgb(11, 114, 182) 0%, rgb(230, 230, 230) 0%, rgb(54, 231, 0) 0%, rgb(0, 145, 24) 100%);
    width: fit-content;
    height: 65px;
    padding: 0 22px;
    font-weight: var(--font-medium);
    font-size: 18px;
    font-family: var(--font-Montserrat);
}

.btn-whatsapp img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

section {
    padding: 80px 0;
}

/***************************************************************************
        Header
***************************************************************************/

header {
    width: 100%;
    position: absolute;
    padding-top: 90px;
}

header .logo,
footer .logo {
    max-width: 180px;
}

/***************************************************************************
        Banner Principal
***************************************************************************/

section.banner-principal {
    padding-top: 250px;
    background-image: url(img/banner-principal.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 850px;
    max-height: 930px;
}

.banner-principal h2 {
    max-width: 430px;
    margin-bottom: 12px;
    text-shadow: none;
}

.banner-principal h2,
.banner-principal h2>span {
    font-size: 34px;
    line-height: 38px;
}

.banner-principal h2,
.banner-principal p,
.banner-principal p>span,
.nosso-metodo h2,
.nosso-metodo p {
    color: var(--cor-branco);
}

.banner-principal p {
    max-width: 490px;
}

.banner-principal hr {
    width: 100%;
    max-width: 345px;
    height: 1px;
    background-color: var(--cor-branco);
    opacity: 0.2;
    margin: 15px 0;
    border: 0;
}

.banner-principal .box-btn {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.banner-principal .box-btn .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.banner-principal .box-btn .title p {
    font-size: 18px;
    max-width: 280px;
}

.banner-principal .box-btn .title img {
    max-width: 30px;
}

/***************************************************************************
        Cards
***************************************************************************/

section.cards {
    margin-top: -100px;
    padding-top: 0;
}

.cards .card {
    padding: 40px 25px;
    border: 0;
    transition: all 0.3s ease-in-out;
    cursor: default;
    border-radius: 18px;
    box-shadow: 0px 0px 3.96px 0.04px rgba(0, 0, 0, 0.2);
    background-color: var(--cor-branco);
    height: 100%;
}

.cards .card:hover {
    transform: scale(1.04);
}

.cards .card img {
    width: 47px;
    height: 47px;
    object-fit: contain;
    margin-bottom: 8px;
}

.cards .card h3,
.nosso-metodo .card .content h3 {
    font-size: 21px;
    font-family: var(--font-Montserrat);
    color: var(--cor-azul);
    text-shadow: 0.5px 0.5px 0.5px var(--cor-azul);
    font-weight: var(--font-semibold);
    margin-bottom: 2px;
}

.cards .card p,
.nosso-metodo .card .content p {
    font-weight: var(--font-light);
    font-size: 16px;
}

/***************************************************************************
        Sobre Nós
***************************************************************************/

section.sobre-nos,
section.nosso-metodo {
    margin-bottom: 50px;
}

.sobre-nos h2 {
    max-width: 300px;
}

.sobre-nos p {
    max-width: 530px;
}

.sobre-nos .counters .col-md-5,
.sobre-nos .counters .col-md-7 {
    text-align: left;
}

.sobre-nos .counters .col-xl-4 {
    border-right: 1px solid rgb(109, 109, 109, 0.2);
}

.sobre-nos .counters .col-xl-8 h2,
.sobre-nos .counters .col-xl-8 p {
    padding-left: 15px;
}

.sobre-nos .counters h2,
.sobre-nos .counters h2>span {
    font-size: 40px;
    color: var(--cor-azul);
}

.sobre-nos .counters p {
    font-size: 16px;
    line-height: 20px;
    font-weight: var(--font-light);
    max-width: 270px;
}

.sobre-nos .detail {
    width: 72px;
    height: 72px;
    position: absolute;
    top: -20px;
    right: 10px;
}

.sobre-nos .thumb {
    width: 95%;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0px 0px 3.96px 0.04px rgba(0, 0, 0, 0.2);
    height: 370px;
}

.sobre-nos .btn-whatsapp {
    width: 95%;
}

/***************************************************************************
        Nosso Método
***************************************************************************/

section.nosso-metodo {
    background-image: url(img/banner-nosso-metodo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 757px;
    display: flex;
    align-items: center;
}

.nosso-metodo p {
    max-width: 620px;
}

.nosso-metodo .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: var(--cor-branco);
    box-shadow: 0px 0px 3.96px 0.04px rgba(0, 0, 0, 0.2);
    border-radius: 88px;
    padding: 60px 30px;
    border: 0;
    overflow: hidden;
    height: 100%;
}

.nosso-metodo .card .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-color: var(--cor-marrom);
    border-radius: 50%;
    position: absolute;
    top: -11%;
}

.nosso-metodo .card .circle span {
    font-size: 41px;
    color: var(--cor-branco);
    font-family: var(--font-Montserrat);
    font-weight: var(--font-semibold);
    margin-top: 20px;
    line-height: 30px;
}

.nosso-metodo .card .content {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.nosso-metodo .card .content p {
    color: var(--cor-cinza);
}

/***************************************************************************
        Escritório
***************************************************************************/

.escritorio h2 {
    max-width: 410px;
}

.escritorio p {
    max-width: 440px;
}

/***************************************************************************
        Footer
***************************************************************************/

footer {
    padding-top: 100px;
    padding-bottom: 15px;
    background-image: url(img/banner-footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 457px;
}

footer a,
footer h2,
footer p,
footer li {
    color: var(--cor-branco);
}

footer h2 {
    font-size: 24px;
    line-height: 28px;
}

footer .social-media,
footer .local ul,
footer .contato ul {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

footer .social-media img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

footer .local,
footer .contato {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

footer .local:last-child,
footer .contato:last-child {
    margin-bottom: 0;
}

footer .local ul,
footer .contato ul {
    margin: 0;
    gap: 12px;
    flex-direction: column;
    align-items: unset;
}

footer .local ul li>a,
footer .contato ul li {
    font-size: 18px;
    display: flex;
    gap: 12px;
    font-weight: var(--font-extralight);
    max-width: 350px;
}

footer .local ul li>a img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

footer .contato p {
    max-width: 320px;
}

footer hr {
    background-color: var(--cor-branco);
    opacity: 0.2;
    border: 0;
    width: 100%;
    height: 2px;
    margin: 0;
}

footer .logo-marcasite {
    width: 210px;
    height: 13px;
    object-fit: contain;
}

/***************************************************************************
        Responsivo
***************************************************************************/

@media (max-width: 1399px) {}

@media (max-width: 1300px) {}

@media (min-width: 1200px) and (max-width: 1399px) {}

@media (max-width: 1199px) {

    .sobre-nos .counters .col-xl-8 h2,
    .sobre-nos .counters .col-xl-8 p {
        padding-left: 9px;
    }

    .nosso-metodo .card .circle {
        width: 100px;
        height: 100px;
    }

    .nosso-metodo .card .circle span {
        margin-top: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 992px) {
    .mobile {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none !important;
    }

    .banner-principal h2,
    .banner-principal p,
    .sobre-nos p,
    .escritorio p {
        max-width: 100%;
    }

    .sobre-nos .col-lg-6,
    .escritorio .col-lg-5 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .sobre-nos .thumb,
    .sobre-nos .btn-whatsapp {
        width: 100%;
    }

    .sobre-nos .detail {
        right: -10px;
    }

    .nosso-metodo .card .circle span {
        margin-top: 10px;
    }

    .nosso-metodo .card .content {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {

    h2,
    h2>span {
        font-size: 31px;
        line-height: 35px;
    }
}

@media (max-width: 575px) {
    .sobre-nos .counters .col-12 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        border: 0;
    }

    .sobre-nos .detail {
        right: 10px;
    }
}

@media (max-width: 567px) {}

@media (max-width: 492px) {}

@media (max-width: 467px) {
    p {
        font-size: 18px;
        line-height: 22px;
    }

    section.cards {
        margin-top: -30px;
    }
}

@media (max-width: 400px) {

    h2,
    h2>span {
        font-size: 24px;
        line-height: 28px;
    }

    .btn-whatsapp {
        padding: 0 10px;
    }

    .nosso-metodo .card .circle span {
        margin-top: 35px;
    }
}

.btn-topo {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 70px;
    left: 12px;
    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-azul);
}

#btnTopo.show {
    opacity: 1;
}

.btn-topo.disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0;
}

.btn-topo img {
    width: 17px;
    height: 15px;
    transform: rotate(-90deg);
}

.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);
}