html {
    scroll-behavior: smooth;  
}

body {
    background: #424242 !important;
    color: #fff !important;
    font-size: 100% !important;
}

/********* MAIN HEADER ************/

.main-header {
    position: fixed;
    z-index: 100;
    width: 100%;
    background: #212121;
    border-bottom: 2px solid #cd9a00;
}

.main-header .row {
    height: 110px;
}

.main-header-menu {
    font-family: "Open Sans", sans-serif;
    font-size: 13pt;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 30px;
    text-align: center;
    letter-spacing: 1px;
}

.navbar {
    background: #212121;
}

.navbar-dark .navbar-toggler {
    color: #cd9a00;
    border: none;
    transition: all 0.5s ease;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28205, 154, 0, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.menu-item {
    display: inline-block;
    list-style: outside none none;
    margin: 0.1em 0.75em;
    padding: 3px;
}

.menu-link {
    color: #cd9a00;
    padding: 0.3em 0;
    position: relative;
    text-decoration: none !important;
    font-weight: 700;
}

.menu-link:hover {
    color: #fff;
    transition: 0.5s;
}

.menu-link:before,
.menu-link:after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    background-color: #cd9a00;
    transition: all 0.5s ease;
}

.menu-link:before {
    top: 0;
    left: 0;
}

.menu-link:after {
    bottom: 0;
    right: 0;
}

.menu-link:hover {
    color: #ffffff;
}

.menu-link:hover:before,
.menu-link:hover:after {
    width: 100%;
}

#nwp-logo {
    width: 250px;
    height: 110px;
    margin-left: 10px;
    padding: 20px 0;
}

/**********************************************************/

/*************** WELCOME SECTION ***************/

.welcome-section {
    height: 80vh;
    padding-top: 110px;
    background-image: linear-gradient(#212121cc, #000000dc),
        url(https://iescamp.com.br/wp-content/uploads/2020/01/https___blogs-images.forbes.com_alejandrocremades_files_2018_12_business-3605367_1920-1200x741-1.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.welcome-section .intro-box {
    color: #fff;
}

.welcome-section .intro-box h2,
h3 {
    user-select: none;
}

.welcome-section .intro-box h2 {
    font-size: 48px;
    font-weight: 600;
    text-shadow: 2px 3px#000;
}

.welcome-section .intro-box h3 {
    font-size: 32px;
    text-shadow: 3px 3px#000;
}

.txt-typer__wrapper {
    color: #cd9a00;
    font-weight: 700;
}

/***********************************************/

/*************** SECTION MAIN HEADERS ***************/

.section-main-header {
    text-align: center;
}

.section-main-header .firstTitle , .section-main-header .title, .section-main-header .ajTitle{
    font-size: 4em;
    font-weight: 900;
}

.section-main-header .firstTitle:before {
    content: "";
    display: block;
    height: 120px;
}

.section-main-header .firstTitle:after, .section-main-header .title::after {
    content: "";
    display: block;
    height: 2px;
    width: 140px;
    background: #fff;
    margin: 20px auto;
}

.about-us-section {
    margin-top: -80px;
}

/***********************************************/

/*************** DESCRIPTIONS ***************/

.subtitle {
    font-size: 3.7rem;
    font-weight: 500;
}

.description {
    font-size: 1.8rem;
    font-weight: 300;
    padding: 10px 20px;
}

.description-img {
    max-width: 100%;
    width: 600px;
    height: 450px;
}

.hidden {
    display: none;
}

/***********************************************/

/*************** CONTACT US ***************/
.center-block {
    display: table !important; /* Instead of display:block */
    margin-left: auto;
    margin-right: auto;
}

.input-group {
    background: #fff;
    border-radius: 5px;
    display: flex !important;
    margin-bottom: 0.5rem;
}


.input-group-text {
    display: inline-block !important;
    padding-left: 1rem !important;
    margin-left: 5px;
    background-color: #fff !important;
    border: none !important;
}

.with-icon {
    padding: 2px;
    border-color: black;
}

.input-group-addon {
    margin-left: 10px;
    margin-right: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #6c757d;
}

.name {
    border: none !important;
    float: right !important;
    height: 100% !important;
    padding-left: 5px !important;
}

.name:focus {
    border-color: none;
    box-shadow: none;
}
.has-error .name:focus {
    box-shadow: none;
}

.subject {
    border: none !important;
    float: right !important;
    height: 100% !important;
    padding-left: 5px !important;
}

.subject:focus {
    border-color: none;
    box-shadow: none;
}

.email {
    border: none !important;
    float: right !important;
    height: 100% !important;
    padding-left: 5px !important;
}

.email:focus {
    border-color: none;
    box-shadow: none;
}

.message {
    border: none;
}

.message:focus {
    border-color: none;
    box-shadow: none;
}

.col-lg-6{
    float: none !important;
    padding: 0px !important;
}

#contact-us-btn {
    padding: 6px !important;
    width: 100%;
}

.form-control {
    border: none !important;
    font-size: 1.9em !important;
    border-radius: 4px !important;
}

.input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0px !important;
}

.form-control:focus {
    border-color: none;
    box-shadow: none;
}

.has-error .form-control:focus {
    box-shadow: none;
}

.btn {
    background-color: #cd9a00 !important;
    border-color: #cd9a00 !important;
}

.btn:hover {
    background-color: #b38600;
    border-color: #b38600;
    color: #fff;
}

#btnSubmit{
    display: block !important; 
    background-color: #cd9a00 !important;
}
.btn-submit{
    font-size: 1.9em !important;
}
.address-form {
    font-size: 1.5em;
}

.address-title {
    font-size: 18px;
}

.map-address {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-address iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/***********FOOTER/***********/

.footer {
    font-size: 12px;
}
/***********************************************/

/*************** EXPERTISE ***************/

.expertiseTexto{
    text-align: center;
    background-color: #272727 !important;
    border-radius: 10px;
}
.expertiseTexto > h2{
    padding: 1rem;
    margin-top: 10px !important;
    color: #cd9a00;
}
/***********************************************/

/*********** SERVIÇOS TABLE ***********/
.tituloServ {
    font-size: 2.8rem;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.tab-content {
    color: #cd9a00;
    font-size: 23px;
}
.tabela {
    background-color: #212121cc;
    height: auto;
}
.row {
    --bs-gutter-x: 0;
}
.list-group-item {
    font-size: 25px;
    color: #fff;
    background-color: #4d4d4d;
}
.list-group-item.active {
    color: #cd9a00;
    background-color: #212121cc;
    border-color: #212121cc;
}
.ulServ {
    margin-left: 20px;
    font-size: 1.8rem;
}

.ulServ >li{
    padding: 8px;
}

/**/

.accordion-button {
    display: block !important;
    text-align: center !important;
    color: #fff !important;
    background-color: #4d4d4d !important;
    font-size: 35px !important;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #212121cc !important;
}

.accordion-collapse {
    background-color: #fff;
    color: #212121cc;
}
.flex-row {
    margin-top: 50px;
}

/***********************************************/

/*********** Avaliações Judiciais Page ***********/

.aj-section {
    padding-top: 110px;
    background-color: #fff;
    color: #6c757d;
}

.aj-section .intro-box {
    color: #fff;
}

.aj-section .intro-box h2,
h3 {
    user-select: none;
}

.aj-section .intro-box h2 {
    font-size: 48px;
    font-weight: 600;
    text-shadow: 2px 3px#000;
}

.aj-section .intro-box h3 {
    font-size: 32px;
    text-shadow: 3px 3px#000;
}

.pdfContainer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 20px;
}

.pdfContainer a {
    padding: 0 20px;
}

.pdfBox {
    display: inline-block;
    
    width: 150px;
    height: 200px;
    margin: 10px;
    cursor: pointer;
    padding: 0px;
}
  
.section-main-header .ajTitle::after {
    content: "";
    display: block;
    height: 2px;
    width: 140px;
    background: #6c757d;
    margin: 20px auto;
}

.pdfText {
    color: #6c757d;
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
}

/* ***************** extras ********** */

.servicesPanel .panel {
    border: none;
}

.servicesPanel .panel-heading {
    text-align: center;
    background-color: #272727 !important;
}

.servicesPanel .panel-heading .panel-title {
    font-size: 3rem !important;
    color: #fff;
}

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

.servicesPanel a:focus {
    text-decoration: none;
}

.servicesPanel .panel-body {
    color: rgb(77, 77, 77);
}

.panel-group{
    margin-bottom: 30px !important;
}
