html {
  scroll-behavior: smooth;
}

*{
    font-family: "Inter", sans-serif;
}

section {
   overflow: hidden;
   overscroll-behavior: none;
   
}

input:focus, button:focus, select:focus, textarea:focus {
    outline: none;
}

*::-webkit-scrollbar{
        background: #fff;
    width: 5px;
}
*::-webkit-scrollbar-thumb{
    background: #F88F1C;
}


.meio {
	margin: auto;
    position: relative;
    z-index: 1;
}

.wppvoa {
    display: flex;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    position: fixed;
    z-index: 999999999;
    bottom: 30px;
    left: 20px;
    animation: 1.5s ease 0s infinite normal none running pisca;
}

.wppvoa:hover {
    text-decoration: none;
    color: #fff;
}

.wppvoa:hover i {
    transform: rotate(360deg);
}

.wppvoa i {
    font-size: 25px;
    margin: 0 5px;
    transition: .5s;
}

@keyframes pisca{
    0% {
        -webkit-transform:scale(0.9);
        -ms-transform:scale(0.9);
        transform:scale(0.9);
        }
    70% {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1);
        box-shadow:0 0 0 25px #ffff0000;
        }
    100%{
        -webkit-transform:scale(0.9);
        -ms-transform:scale(0.9);
        transform:scale(0.9);
        box-shadow:0 0 0 0 #ffff0000;
    }
}

.header {
    padding: 1rem 0;
    color: #fff;
    position: absolute;
    z-index: 9999 !important;
    border-top: 4px solid #ECA500;
}

.header .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6rem;
}

.header nav {
    display: flex;
    gap: 4rem;
}

.header nav a {
    color: #fff;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.header nav a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(90deg, #C98513, #ECA500, #FABA00, #C98513, #FFD035);
    border-radius: 2px;
    scale: 0 1;
    transform-origin: left;
    transition: scale 0.25s;
}

.header nav a:hover:before {
    scale: 1;
}

.header .logo img {
    max-width: 220px;
    width: 100%;
}

.dropdown {
    position: relative;
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #111;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    flex-direction: column;
    gap: 1rem;
    z-index: 10000;
    min-width: 200px;
}

.submenu a {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.dropdown:hover .submenu {
    display: flex;
}

.infobanner {
    background-image: url("../img/infobanner.webp");
    background-color: #172354;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 4rem 0;
    min-height: 95vh;
    display: flex;
    align-items: center;
    text-align: center;
}

.infobanner h1 b{
    color: #ECA500;
    display: block;
}

a.botwpp {
    background: #3FC700;
    color: #fff;
    padding: 10px 30px;
    border-radius: 3px;
    text-decoration: none;
    display: block;
    width: fit-content;
    margin: 20px auto;
    transition: .2s;
}

a.botwpp:hover {
    transform: scale(1.05);
    color: #fff;
    text-decoration: none;
}

.ajudar {
    padding: 4rem 0;
    background: #172354;
    color: #fff;
}

.ajudar h2 {
    text-align: center;
    font-weight: 800;
    margin-bottom: 4rem;
}

.ajudar h5 {
    text-align: center;
}

.ajudar .caixa img {
    width: 100%;
    max-width: 80px;
    display: block;
    margin: 0 auto 10px;
}

.ajudar .caixa {
        background-image: url('../img/card.svg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    min-height: 345px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0 0 20px;
}

.ajudar .caixa h6 {
    font-weight: 700;
}

.ajudar .caixa a {
    text-decoration: none;
    color: #ECA500;
}

.degrade {
        display: block;
    width: 100px;
    height: 6px;
    background-image: linear-gradient(90deg, #C98513, #ECA500, #FABA00, #C98513, #FFD035);
    margin: 0 auto 1.5rem;
    border-radius: 0px;
}

.advogado {
    padding: 8rem 0;
    color: #172354;
    background-image: url("../img/fundo-advogados.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.advogado img{
    width: 100%;
}

.advogado .col-md-6 {
    align-self: center;
}

.advogado h4 {
    margin: 0;
    font-weight: 700;
}

.advogado h2 {
    font-weight: 700;
}

.advogado .degrade {
    margin: 0 0 10px;
    height: 5px;
}

.advogado a {
    display: block;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 5px;
    background: #172354;
    color: #fff;
    text-decoration: none;
    transition: .2s;
}

.advogado a:hover {
    transform: scale(1.05);
    text-decoration: none;
    color: #fff;
}

.advogado a i {
    color: #ECA500;
}

.diferenciais {
    margin: -4rem 0 0;
    padding: 8rem 0 4rem;
    background-image: url("../img/banner-diferenciais.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    color: #fff;
}

.diferenciais .cada {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0 0 10px;
}

.diferenciais .degrade {
    margin: 0 0 10px;
}

.diferenciais h2 {
    font-weight: 700;
    font-size: 38px;
    margin: 0 0 30px;
}

.chamada {
    color: #fff;
    display: flex;
    padding: 0px !important;
}

.chamada .direita{
    width: 50%;
    display: flex;
    align-items: center;
    padding: 4rem;
    background-image: linear-gradient(90deg, #C98513, #ECA500, #FABA00, #C98513, #FFD035);
    justify-content: flex-end;
}

.chamada .direita h2 {
    color: #172354;
    font-weight: 700;
    font-size: 42px;
}

.chamada .esquerda{
    width: 50%;
    display: flex;
    align-items: center;
    padding: 4rem;
    background: #172354;
    justify-content: flex-start;
}

.chamada .esquerda .caixa{
    width: 350px;
}

.chamada .esquerda .caixa a {
    margin: 10px 0;
}

.chamada form input, .chamada form textarea {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background: #4a5789;
    border: none;
    margin: 0 0 20px;
    color: #fff;
}

.chamada form select {
    display: block;
    width: 100%;
    padding: 12px 10px;
    border-radius: 5px;
    background: #4a5789;
    border: none;
    margin: 0 0 20px;
    color: #fff;
}

.chamada form label {
    margin: 0px;
}

.chamada form button {
    display: block;
    width: fit-content;
    padding: 10px 30px;
    color: #172354;
    background-image: linear-gradient(90deg, #C98513, #ECA500, #FABA00, #C98513, #FFD035);
    font-weight: 700;
    border-radius: 5px;
    text-decoration: none;
    margin: 30px 0 ;
    border: none;
    transition: .2s;
}

.chamada form button:hover {
    transform: scale(1.05);
}

.rodape {
    padding: 4rem 0;
    background: #172354;
}

.rodape .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6rem;
}

.rodape nav {
    display: flex;
    gap: 4rem;
}

.rodape nav a {
    color: #fff;
    text-decoration: none;
}

.rodape .logo img {
    max-width: 220px;
    width: 100%;
}

.wecan {
    background: #2E3965;
    color: #FFF;
}

.wecan .col-md-12 {
    align-self: center;
}

.wecan p {
    padding: 10px 0;
    margin: 0;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
}

.wecan a {
    font-family: 'Libre Franklin';
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: 1s;
}

.wecan a:hover {
    box-shadow: inset 70px 0 0 black;
    color: #fff;
    text-decoration: none;
}

.wecan a span {
    font-family: 'Poppins';
    color: gold;
    font-size: 20px;
    line-height: 0px;
}

.capa {
    padding: 6rem 1rem 2rem;
    min-height: 70vh;
    display: flex;
    align-items: center;
    background-color: #172354;
    color: #fff;
    background-image: url("../img/banner-especialidades.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
}

.capa h1 {
    font-weight: 700;
}

.capa.sobre {
    background-image: url("../img/banner-sobre.webp") !important;
}
.capa.ated {
    background-image: url("../img/banner-atendimento.webp") !important;
}

.capa.contat {
    background-image: url("../img/banner-contato.webp") !important;
}

.especialidades{
    padding: 4rem 0;
}

.especialidades p {
    text-align: center;
    color: #172354;
}

.especialidades .caixa {
    background: #172354;
    padding: 2rem;
    border-radius: 10px;
    color: #fff;
    margin: 5rem 0 0;
}

.especialidades .caixa img.central {
        display: block;
    margin: -60px auto 20px;
    max-width: 110px;
}

.especialidades .caixa .texto {
        display: flex;
    gap: 10px;
    align-items: center;
}

.especialidades .caixa .texto h3 {
    font-size: 42px;
    font-weight: 700;
    margin: 0px;
}

.especialidades .caixa ul li {
    font-size: 14px;
}

.balanca {
    padding: 4rem 0;
    background: #172354;
    color: #fff;
    position: relative;
}

.balanca img {
    width: 100%;
    max-width: 485px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.balanca h2 {
    font-weight: 700;
    font-size: 40px;
    padding: 0 0 0 2rem;
    border-left: 4px solid #ECA500;
}

.balanca p {
    margin: 0px;
}

.balanca .col-md-3 {
    align-self: center;
}

.infra {
        padding: 8rem 0;
    color: #172354;
    background-image: url("../img/fundo-advogados.png");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.infra h2 {
    font-weight: 700;
    font-size: 40px;
}

.atendimento {
    padding: 8rem 0;
}

.atendimento img {
    width: 100%;
}

.atendimento h6 {
    text-align: center;
    margin-bottom: 4rem;
}

.atendimento h2 {
    font-weight: 700;
}

.atendimento .degrade {
    margin: 0 0 10px;
}

.contato {
    padding: 8rem 0;
}

.contato .botoes {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2rem;
}

.contato .botoes a.botwpp {
    margin: 0;
}

.contato .botoes a.normal {
    display: block;
    width: fit-content;
    padding: 10px 30px;
    color: #172354;
    border: #172354 1px solid;
    border-radius: 5px;
    text-decoration: none;
    transition: .2s;
}

.contato .botoes a.normal:hover {
    transform: scale(1.05);
}

.contato img {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto 20px;
}

.contato form input, textarea {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background: #D9D9D9;
    border: none;
    margin: 0 0 20px;
}

.contato form label {
    margin: 0px;
}

.contato form button {
    display: block;
    width: fit-content;
    padding: 10px 30px;
    color: #fff;
    background: #172354;
    border-radius: 5px;
    text-decoration: none;
    margin: 30px 0 0;
    transition: .2s;
}

.contato form button:hover {
    transform: scale(1.05);
}

.entenda {
    padding: 4rem 0;
    background: #172354;
    color: #fff;
}

.entenda h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4rem;
}

.entenda h2 b {
    font-weight: 700;
    color: #ECA500;
}

.entenda .grade {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.entenda .caixa {
        background-image: url('../img/card.svg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    min-height: 420px;
    max-width: 28%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0 0 20px;
}

.entenda .caixa img {
    width: 65px;
    display: block;
    margin: 0 auto 20px;

}

.entenda .caixa h5 {
    font-weight: 700;
}


.entenda a {
    background-image: linear-gradient(90deg, #C98513, #ECA500, #FABA00, #C98513, #FFD035);
    color: #172354;
    padding: 10px 30px;
    border-radius: 3px;
    text-decoration: none;
    display: block;
    width: fit-content;
    margin: 20px auto;
    transition: .2s;
}

.entenda a:hover {
    text-decoration: none;
    color: #172354;
    transform: scale(1.08);
}

.difere {
    margin: -4rem 0 0;
    padding: 10rem 0 6rem;
    background-image: url("../img/banner-diferenciais.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    color: #fff;
}

.difere .cada {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0 0 10px;
}

.difere .cada img {
    width: 35px;
}

.difere .degrade {
    margin: 0 0 10px;
}

.difere h2 {
    font-weight: 700;
    font-size: 38px;
    margin: 0 0 30px;
}

.depoimentos {
    padding: 4rem 0;
    background-color: #172354;
    color: #fff;
}

.depoimentos h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 4rem;
}

.depoimentos h2 b {
    font-weight: 700;
    color: #ECA500;
}

.depoimentos .owl-carousel {
        display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.depoimentos .owl-carousel .caixa {
    background: #fff;
    color: #172354;
    padding: 20px;
    min-height: 400px;
    border-radius: 10px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0 0 20px;
}

.depoimentos .owl-carousel img {
    margin: 0 auto 15px;
    width: fit-content !important;
}

.depoimentos .owl-carousel .caixa h6 {
    color: #172354;
    font-weight: 600;
    margin: 0;
}