/* Estilo adicional para o header */

:root {
    --primary: #000;
    --secondary: #E6E6E6;
    --tertiary: #A17E30;
    --shadow: 3px -3px 7px #0000003d;
    --font-normal: Noto Sans, sans-serif;
    --font-serif: Literata, serif;
    --logo-size: 88px;
    --global-texture: url(img/textura-marmore-original.png);
}

body {
    /* background-color: #333333; */
    /* background-color: #edf2fa; */
    /* background-color: #fff; */
    background-color: #f9f9f9;
    /* color: #c5a560; */
    color: inherit;
    padding: 0;
    margin: 0;
}

.background-kwhite {
    background-color: #fff;
}

.logo img {
    max-width: 80%;
    height: auto;
}


/* Estilos para o menu quando está no topo */

#navbar {
    transition: all 0.3s ease;
    padding: 20px 0;
}

#navbar.scrolled {
    padding: 5px 0;
    background-color: rgba(0, 0, 0, 0.9);
    /* Cor de fundo mais escura ao rolar */
}

#navbar .navbar-brand {
    font-size: 24px;
    transition: font-size 0.3s ease;
}

#navbar.scrolled .navbar-brand {
    font-size: 18px;
}

#navbar .navbar-nav .nav-link {
    transition: padding 0.3s ease;
}

#navbar.scrolled .navbar-nav .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-nav .nav-link {
    color: #c5a560;
    text-transform: uppercase;
}

.navbar-nav .nav-link:hover,
.navbar-nav .dropdown-item:hover {
    color: #fff;
}

.logo {
    /* width: 250px; */
    width: auto;
    height: 80px;
}

.logo-scrolled {
    /* width: 100px; */
    width: 220px;
    height: 40px;
}

.dropdown-menu {
    min-width: 200px;
}

.header {
    text-align: center;
    max-width: 380px;
    margin: 0 auto 20px
}


/* .texture {
    box-shadow: 0 0 10px rgba(0, 0, 0, .37);
    color: var(--secondary);
    z-index: 99 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.texture:before {
    content: "";
    background-image: var(--global-texture, url(img/textura-marmore-original.png));
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    opacity: .6;
} */

.header h2 {
    text-transform: uppercase;
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: var(--tertiary);
    font-family: var(--font-normal)!important;
    margin-bottom: 3px
}

.header h3 {
    font-size: 1.95rem;
    font-weight: 550;
    line-height: 1.2;
    margin: 0
}

.header p {
    max-width: 360px;
    margin: 0 auto;
    font-weight: lighter;
    font-size: .86rem;
    margin-top: 5px
}


/* box-wellcome */

.box-wellcome {
    position: relative;
    /* background-image: url('img/predio.png'); */
    background-image: url('img/juizado.jpg');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 500px;
    margin-top: 9%;
}

.box-wellcome::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(2, 2, 2, 0.5); */
    background-color: rgb(197 165 96 / 50%);
    /* Máscara vermelha com 50% de opacidade */
    z-index: 1;
}

.box-hello {
    position: relative;
    z-index: 2;
    /* Coloca o texto acima da máscara */
}

.wellcome-text {
    padding-top: 0;
}

.wellcome-text h2 {
    text-transform: uppercase;
    display: block;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #c5a560;
    font-family: var(--font-normal) !important;
    -webkit-text-stroke: 1px black;
}

.wellcome-text h1 {
    font-size: 4.5rem;
    font-weight: 400;
    max-width: 900px;
    line-height: 1.2;
    margin: 5px 0;
    white-space: break-spaces;
    -webkit-text-stroke: 1px black;
    font-family: var(--font-serif) !important;
}

.wellcome-text p {
    font-size: 18px;
}

.wellcome-text {
    padding: 0 0 0 10%;
}

.box-hello {
    padding: 10% 0 3% 0;
    color: #c5a560;
    width: 100%;
    height: 350px;
    border: none;
    margin: inherit;
    text-align: left;
    max-width: 100%;
}


/* box-wellcome */

.content-title {
    text-transform: uppercase;
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: var(--tertiary);
    font-family: var(--font-normal) !important;
    margin-bottom: 3px;
}

.content-subtitle {
    font-size: 2.95rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    font-family: var(--font-serif) !important;
}

.box {
    /* width: 236.19px; */
    /* max-width: 270px; */
    width: auto;
    height: 338px;
    margin: 15px;
    padding: 6% 3%;
    text-align: center;
    border: 1px solid #dbdbdb;
    color: var(--primary);
    border-radius: 3%;
}

.box img[data-civil] {
    display: block;
    margin: 0 auto;
    width: 90px;
    margin-bottom: 10px;
    filter: var(--filter);
}

.box h3 {
    /* font-size: 18px; */
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.box p {
    /* font-size: 12px; */
    font-size: 16px;
    text-align: justify;
}

.padding0 {
    padding: 0;
}

.padding11 {
    padding: 0 11%;
}

.padding4 {
    padding: 0 4%;
}

.padding-all2 {
    padding: 2%;
}

.padding-top6 {
    padding-top: 6%;
}

.padding-bottom4 {
    padding-bottom: 4%;
}

.esconde-box {
    display: none;
}

.description-buttom {
    text-align: center;
}


/**/

.box-equipe {}

.back-equipe {
    position: relative;
    background-image: url('img/predio.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-top: 9%;
}

.back-equipe:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(197 165 96 / 50%);
    z-index: 1;
}

.equipe-title {
    position: relative;
    z-index: 1;
}

.box-lawyer {
    /* height: 400px; */
    height: auto;
    z-index: 1;
}

.box-lawyer-title2 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 12px;
    z-index: 2;
}

.box-lawyer-title {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding: 2% 0;
}

.box-lawyer-oab {
    font-size: 16px;
    text-align: center;
    padding: 2% 0;
}

.box-lawyer-image {
    max-width: 100%;
    height: 350px;
    width: 360px;
}


/**/

footer {
    background-color: #343a40;
}

footer h5 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

footer a {
    color: #f8f9fa;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer address {
    line-height: 1.7;
}

footer .img-fluid {
    display: block;
    margin: 0 auto;
}


/* input,
select,
textarea {
    border: none;
    outline: none;
    background: hsla(0, 0%, 78.8%, .38823529411764707);
    color: rgba(90, 91, 91, .9803921568627451);
    border-radius: 3px;
    padding: 10px;
    margin: 10px;
    width: 100%;
}

.contact .redes {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px;
}

.contact form p {
    text-align: center;
    margin: 30px 0 0;
}

.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #6182ba;
}

.contact .info .email p {
    padding-top: 5px;
}

.contact .info .social-links {
    padding-left: 60px;
}

.contact .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
}

.contact .info .social-links a:hover {
    background: #c52026;
    color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #c52026;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    border-top: 3px solid #c52026;
    border-bottom: 3px solid #c52026;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #00d455;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
    background: #00d455;
    border: 0;
    padding: 12px 34px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #209dd8;
} */


/*
--primary: #000;
    --secondary: #E6E6E6;
    --tertiary: #A17E30;
    #0d6efd
    */

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c5a560;
    --bs-btn-hover-border-color: #c5a560;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #363636;
    --bs-btn-active-border-color: #363636;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #000;
    --bs-btn-disabled-border-color: #000;
}


/* Estilos adicionais para personalizar o modal */

.modal-header {
    background-color: #000;
    color: #A17E30;
}

.modal-footer {
    justify-content: center;
}

.modal-lg {
    max-width: 90%;
    /* Maior largura do modal para telas grandes */
}

@media (max-width: 768px) {
    .modal-lg {
        max-width: 100%;
        /* Ajusta o modal para ocupar quase toda a tela em dispositivos móveis */
    }
}

.modal-content-show {
    display: block;
}

.modal-content-hide {
    display: none;
}

.whats {
    animation: .7s infinite alternate whats;
    display: table;
    -webkit-animation-name: whats;
    position: fixed;
    top: 90%;
    left: 1%;
    z-index: 100000
}

.whats2 {
    position: unset;
}

.whats img {
    z-index: 1000;
    width: 80%
}

.whats2 img {
    z-index: 1000;
    width: 5%
}

@-webkit-keyframes whats {
    0% {
        -webkit-transform: scale(1);
        -webkit-filter: brightness(100%)
    }
    100% {
        -webkit-transform: scale(1.1);
        -webkit-filter: brightness(200%)
    }
}

@keyframes whats {
    0% {
        transform: scale(1);
        filter: brightness(100%)
    }
    100% {
        transform: scale(1.1);
        filter: brightness(200%)
    }
}

@-webkit-keyframes whats2 {
    0% {
        -webkit-transform: scale(1);
        -webkit-filter: brightness(100%)
    }
    100% {
        -webkit-transform: scale(1.1);
        -webkit-filter: brightness(200%)
    }
}

@keyframes whats2 {
    0% {
        transform: scale(1);
        filter: brightness(100%)
    }
    100% {
        transform: scale(1.1);
        filter: brightness(200%)
    }
}

@media (min-width: 320px) and (max-width: 374px) {
    .box-wellcome {
        margin-top: 50%;
    }
    .wellcome-text h2 {
        font-size: 24px;
    }
    .wellcome-text h1 {
        font-size: 3.5rem;
    }
    .logo {
        width: 300px;
        height: 80px;
    }
}

@media (min-width: 375px) and (max-width: 424px) {
    .box-wellcome {
        margin-top: 34%;
    }
    .wellcome-text h2 {
        font-size: 24px;
    }
    .wellcome-text h1 {
        font-size: 3.5rem;
    }
}

@media (min-width: 425px) and (max-width: 767px) {
    .box-wellcome {
        margin-top: 30%;
    }
    .wellcome-text h2 {
        font-size: 24px;
    }
    .wellcome-text h1 {
        font-size: 3.5rem;
    }
}


/**
  * NOGWEB
  */

.nogweb {
    /* margin-bottom: 5%; */
    margin-bottom: 0;
    text-align: center;
}

.nogweb p,
.nogweb p a {
    font-size: 12px;
    color: #CCC;
    padding: 0;
}

.nogweb p a {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 !important;
}

.nogweb a:hover {
    text-decoration: underline;
}

.center {
    justify-content: center;
    text-align: center;
}

.alert {
    padding: 15px;
    border-radius: 8px;
    font-size: 1.1rem;
    animation: fadeIn 0.4s ease;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.address_phone {
    color: #c5a560;
}

.address_phone img {
    width: 18px;
    margin-top: -5px;
}

.pre-navbar {
    margin-left: 8%;
    font-size: 21px;
}

.pre-navbar a,
.address_phone a {
    text-decoration: none;
}

.address_phone:hover {
    color: #fff;
}