body {
    font-family: "proxima-nova", sans-serif;
    background: #030303;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "whitman";
    font-weight: 400;
}

h1 {
    font-size: 33px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 23px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-family: "proxima-nova", sans-serif;
    font-size: 13px;
    font-weight: 400;
}

p {
    color: #FFFFFF;
    line-height: 1.7;
    font-size: 16px;
    font-weight: 400;
}

.title {
    color: #464749;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 36px;
}

.title::after {
    content: '';
    width: 85px;
    height: 3px;
    background: #F1BE78;
    display: none;
    position: absolute;
    top: 40px;
    left: -90px;
}

.btn.btn-primary,
.btn.btn-submit,
.btn.btn-info {
    background: #c0c0c0;
    color: #030303;
    font-size: 15px;
    text-transform: inherit;
    padding: 1rem 2.5rem;
    border-radius: 0;
    box-shadow: none;
    font-weight: 500;
    transition: 0.7s all ease;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:active:hover,
.btn.btn-submit:hover,
.btn.btn-submit:active,
.btn.btn-submit:focus,
.btn.btn-submit:active:hover,
.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info:focus,
.btn.btn-info:active:hover {
    background: #B5B5B5;
    color: #030303;
    box-shadow: none;
}

.btn.btn-link {
    text-transform: initial;
    text-decoration: underline;
    color: #c0c0c0;
    font-size: 18px;
    font-weight: 400;
}

.btn.btn-link:hover {
    color: #c0c0c0;
    text-decoration: underline !important;
}

.btn.btn-submit {
    font-size: 16px;
    padding: 1.0rem 0.5rem;
}

.btn.btn-info {
    font-size: 14px;
    padding: 0.3rem 0.5rem;
}

.text-primary {
    color: #c0c0c0 !important;
}

/* TOPO */
.infoTop {
    padding-top: 10px;
    padding-bottom: 10px;
}

.infoTop .logo-top {
    max-height: 151px;
    /* max-height: 121px; */
    max-width: 100%;
}

.infoTop a:hover {
    text-decoration: none;
}

.infoTop p {
    font-size: 14px;
}

.infoTop .fa-lg,
#dados-contato .fa-lg {
    color: #c0c0c0;
    font-size: 17px;
    transition: 0.7s all ease;
}

.infoTop .fa-lg:hover,
#dados-contato .fa-lg:hover {
    color: #fff;
}

.infoTop .fa-stack-1x,
#dados-contato .fa-stack-1x {
    font-size: 15px;
    line-height: 35px;
    color: #030303;
}

.navbar {
    padding: 0.925rem 0;
}

.navbar .navbar-brand {
    max-height: 125px;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    transition: 0.7s all ease;
    padding: 0.95rem 0rem;
    border-radius: 0;
    text-decoration: none;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #EFC300;
    /* background: #464749; */
}

.dropdown-menu {
    background: #ffffff;
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.dropdown .dropdown-toggle {
    text-transform: inherit !important;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active {
    background: #efc300;
    color: #030303;
}

@media (max-width: 900px) {

    .navbar .dropdown.show .dropdown-menu,
    .navbar .dropdown .dropdown-menu {
        position: initial !important;
        overflow: initial !important;
        margin-bottom: 0;
        height: auto;
    }

    .navbar-collapse .navbar-nav {
        margin-top: 50px;
    }
}

.navbar.navbar-transparent .navbar-toggler .navbar-toggler-icon {
    background-color: #e7ca33;
}

.nav-open .navbar-translate {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.navbar .navbar-toggler {
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
}

.nav-open .navbar-toggler {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

hr {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* HOME */
.index-page .page-header {
    height: 450px;
    background-position: 40% 50%;
}

.slide h1 {
    font-size: 30px;
}

.content-margin,
#main-sobre .content-margin {
    margin-top: 40px;
    margin-bottom: 40px;
}

.content-atuacao p,
.content-advogados p {
    font-size: 18px;
    color: #B5B5B5;
}

.box-atuacao {
    border: 2px solid rgba(255, 255, 255, 0.1);
    min-height: 256px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.7s all ease;
}

.box-atuacao:hover {
    background: rgba(239, 195, 0, 0.2);
}

.box-atuacao h2 {
    text-transform: uppercase;
    color: #e0e0e0;
    font-size: 19px;
}

.box-atuacao i {
    font-size: 45px;
    color: #c0c0c0;
}

.col-6.col-lg-3.px-1.text-center.mb-2 {
    height: 410px;
}

.box-atuacao a:hover {
    text-decoration: none;
}

.box-legislacao {
    border: 2px solid rgba(255, 255, 255, 0.1);
    padding: 10px;
}

.box-legislacao h3 {
    font-size: 20px;
}

.box-legislacao .btn.btn-link {
    font-size: 13px;
}

.box-legislacao .btn.btn-link img {
    width: 10px;
}

.subscribe-line.subscribe-line-image:after {
    background-color: transparent;
}

.banner-home {
    padding-top: 65px;
    padding-bottom: 65px;
}

.content-advogados .box-advogados h4 {
    font-family: "proxima-nova";
    font-size: 14px;
}

.content-advogados .box-advogados p {
    color: #B5B5B5;
    font-size: 15px;
}

.parallax {
    height: 100%;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-blog-wrap {
    position: relative;
}

.bg-blog-wrap:after,
.blog-desktop::after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.66);
}

.content-blog a:hover {
    text-decoration: none;
}

.content-blog a h2,
.content-blog a h3 {
    transition: 0.7s all ease;
}

.content-blog a:hover h2,
.content-blog a:hover h3 {
    color: #EFC300 !important;
}

.bg-blog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    position: relative;
    z-index: 2;
}

.blog-desktop {
    background-position: calc(50% - 340px) calc(0%);
    background-repeat: no-repeat;
    position: relative;
}

.box-blog h3 {
    font-size: 18px;
}

/* PAGINAS INTERNAS */
#main-sobre {
    background: url(../img/svg/grade2.svg) 110% 50% no-repeat;
    display: inline-block;
    width: 100%;
}

#main-sobre .content-margin {
    margin-top: 30px;
    margin-bottom: 30px;
}

#main-sobre h2,
#main-sobre h3 {
    color: #fff;
}

#main-sobre p,
#main-sobre ul li {
    color: #B5B5B5;
    line-height: 1.7;
    font-size: 14px;
}

#blog .bg-blog-wrap {
    min-height: 330px;
}

.card .card-header.card-header-image {
    min-height: 270px;
    border-radius: 0;
    box-shadow: none;
    background: none;
}

.card .card-header.card-header-image img {
    border-radius: 0;
    box-shadow: none;
}

.colored-shadow {
    display: none;
}

.galeria-box img {
    max-height: 500px;
}

/* RODAPE */
.footer {
    display: inline-block;
    width: 100%;
}

.rodape {
    margin-bottom: 40px;
}

.footer h4 {
    margin-bottom: 25px;
}

.footer p {
    color: #fff;
    font-size: 15px;
}

.footer .tel {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer .fa-lg,
#dados-contato .fa-lg {
    color: #c0c0c0;
    font-size: 17px;
    transition: 0.7s all ease;
}

.footer .fa-lg:hover,
#dados-contato .fa-lg:hover {
    color: #fff;
}

.footer .fa-stack-1x,
#dados-contato .fa-stack-1x {
    font-size: 15px;
    line-height: 35px;
    color: #030303;
}

.footer a:hover {
    text-decoration: none;
}

.form-content p {
    font-weight: bold;
    line-height: 0.8;
}

.form-control {
    /* border: 1px solid #C6C6C6; */
    padding: 1.2rem 1.1rem;
    /* background: #fff; */
    color: #fff;
}

.form-control:focus {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.footer .copyright {
    color: #464B4E;
    font-size: 9px;
}

#link-orcamento {
    color: #fff;
    position: fixed;
    bottom: 35px;
    right: 20px;
    border-radius: 5px;
}

#link-orcamento img {
    max-width: 50px;
}

@media (min-width: 992px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: wrap;
    }

    .navbar>.container,
    .navbar>.container-fluid {
        flex-direction: column;
    }
}

@media (min-width: 1200px) {
    .box-atuacao h2 {
        padding: 0 4rem;
    }

    .col-6:nth-of-type(6) .box-atuacao h2 {
        padding: 0 0.5rem;
    }
}

@media (min-width: 900px) {
    h1 {
        font-size: 49px;
    }

    h2 {
        font-size: 36px;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        color: #fff;
        text-transform: uppercase;
        padding: 0.95rem 1.1rem;
    }

    .navbar-nav .dropdown-menu {
        min-width: 190px;
    }

    .dropdown .dropdown-toggle {
        text-transform: uppercase !important;
    }

    .index-page .page-header {
        height: 475px;
        background-position: center center;
    }

    .slide h1 {
        font-size: 49px;
    }

    .content-margin,
    #main-sobre .content-margin {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .padding-margin {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .box-atuacao h2 {
        font-size: 22px;
    }

    .title::after {
        display: block;
    }

    .content-about .bg-home::before {
        display: block;
    }

    .banner-home {
        padding-top: 105px;
        padding-bottom: 105px;
    }

    .rodape {
        margin-bottom: 80px;
    }

    #link-orcamento {
        right: 50px;
    }

    #link-orcamento img {
        max-width: 100%;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 0.9375rem 0.4rem;
        font-size: 13px;
    }
}

.overflow-privacidade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(0 1 0 / 0.6);
    z-index: 9998;
}

.content-privacidade {
    position: absolute;
    bottom: 1rem;
    z-index: 9999;
    width: 100%;
    background: #fff;
}

.content-privacidade .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.content-privacidade .btn {
    font-size: 1.3em;
    padding: 1em 2em;
    background-color: #000;
    color: #fff;
    line-height: 18px;
    margin: 10px 0;
    text-indent: 0;
    transition: 0.5s linear;
    float: right;
}

.content-privacidade p {
    font-size: 13px;
}