@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;

}

.font-bold-montserrat {
    font-weight: 700;
}

.font-semibold-montserrat {
    font-weight: 600;
}

.custom-nav-skew-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transform: skew(-10deg);
    /* border-right: 4px solid #f4bb6e; */
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    /* border: 4px solid #f4bb6e; */
    border-left: none;
    margin-right: 7%;
    margin-left: -1%;
    background: linear-gradient(to bottom, rgb(0 0 0), rgb(10 18 26 / 30%));
    margin-top: 1%;

}

/* neutraliza a inclinação no conteúdo */
.custom-nav {
    transform: skew(10deg);
    /* compensação da inclinação do pai */
    background-color: transparent;
}



.overlay-text {
    top: 33%;
    left: 5%;
}

.overlay-bars {
    top: 33%;
    right: 5%;
}

@media (min-width: 768px) {
    .overlay-text {
        left: 8%;
    }

    .overlay-bars {
        right: 8%;
    }
}

/* sections */

.bg-custom {
    background-color: #121213;
}

.text-gold {
    color: #f0c368;
}

.btn-gold {
    background-color: #f0c368;
    color: white;
    font-size: 1.5rem;
}

.btn-gold:hover {
    filter: brightness(90%);
    color: #f0c368;
    background: #fff;
    border: 1px solid #f0c368;
}

.bg-dark-green {
    background-color: #121213;
}

.text-gold {
    color: #f0c368;
}

.bg-gold {
    background-color: #f0c368;
}

.rounded-bottom-40 {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.rounded-top-40 {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.btn-proposta {
    background-color: #fff !important;
    color: #f0c368 !important;
    border: 1px solid #f0c368 !important;
}

.btn-proposta:hover {
    background-color: #f0c368 !important;
    color: #fff !important;
    border: 1px solid #fff;
}

.btn-gray {
    background-color: #595959 !important;
    color: #fff !important;
    border: 1px solid #595959 !important;
}

.btn-gray:hover {
    background-color: #fff !important;
    color: #595959 !important;
    border: 1px solid #595959 !important;
}

.service-item>img {
    max-height: 200px;
}

.service-item>h2 {
    color: #fff;
}


.service-item>h2>span {
    color: #f0c368;
}

.about-text {
    padding: 5%;
}

.about-text>p {
    font-size: 1.5rem;
    text-align: justify;
}

#partnersCarousel .carousel-item {
    transition: transform 0.8s ease-in-out;
}

.ck-editor__editable {
    min-height: 300px;
    max-height: 600px;
    height: 400px;
}

.section-pro-bono {
    color: #fff;
}

.max-h-200 {
    max-height: 200px;
}

.title-black-gold>p>strong {
    color: #f0c368;
}

.title-black-gold>h3>strong {
    color: #f0c368;
}

.bg-dark-gray {
    background-color: #1d1d1b;
}

.bg-dark-bottom {
    background-color: #313130;
}

.bg-faq {
    background-color: #f4bf68
}

.grayscale {
    filter: grayscale(100%);
}

.text-large>p {
    font-size: 1.5rem;
}

.bg-contact {
    background-color: #f2f2f2;
}

.title_h2_precatory strong {
    color: #f0c368;
}

.title_h2_precatory>p {
    font-size: 2.2rem !important;
}

.title-black-gold>h2>strong {
    color: #f0c368;
}

.title-black-gold>h2 {
    font-size: 3.5rem;
}

.bg-dark-green {
    background-color: #121213;
}

.bg-gold {
    background-color: #f0c368;
}

.bg-gold-botton-line {
    background-color: #f0c368;
    height: 70px;
}

.icon-slide {
    width: 32px;
    height: 40px;
    transform: skewX(-20deg);
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
}

.icon-slide>a {
    transform: skewX(18deg);
}


.icon-slide>a>i:hover {
    color: #333;
}

.title-breadcrumb-page {
    font-size: 3rem !important;
    font-weight: 400 !important;
    font-style: italic;
}

.title-law {
    font-size: 1.7rem;
}

.div-law ul {
    padding-left: 15px;
    font-size: 1.5rem;
    line-height: 3rem;
    text-align: left;
    margin-left: 34%;
}

.div-law ul>li {
    list-style-position: inside;
}


.banner-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 800px;
    position: relative;
    color: white;
}

.banner-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-content {
    position: relative;
    z-index: 2;
    padding-top: 280px;
    padding-bottom: 100px;
    text-align: center;
}


.precatory_description {
    font-size: 1.6rem;
}

.form-control {
    font-size: 1.2rem;
}

.accordion-header>.accordion-button {
    background: #212529;
    color: #fff;
}


.accordion-header>.accordion-button:not(.collapsed) {
    color: #f4bf68;
}

.slide-home {
    height: 700px;
    overflow: hidden
}


.slide-home .title-black-gold>h2 {
    font-size: 3.2rem;
}

.slide-home .title-black-gold>h2>strong {
    font-weight: 400;
}

.step-order-negotiation {
    width: 100px;
    height: 100px;
    font-size: 32px;
}

.div-law {}

.law-section {
    text-align: center;
    /* max-width: 800px; */
    margin: 0 auto;
}

.banner-law-title {
    margin-bottom: 10% !important;
}

/*-----------------
* [Botão WhatsApp]
*
* Version  : 1.0
* Author   : Adriano "slivadrip" Silva
* Support  : slivadrip@gmail.com
*
------------------*/
.whatsapp {
    clear: both;
    border-radius: 4px
}

.whatsapp:focus {
    border: 0;
    outline: none !important
}

.whatsapp span {
    border-radius: 4px;
    background: #25d366;
    color: #fff;
    font-size: 13px;
    padding: 6px 8px;
    display: inline-block;
    outline: none
}

.whatsapp a:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

.whatsapp-icon {
    position: relative;
    background-size: auto;
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    width: 18px;
    top: -1px;
    vertical-align: middle
}

.whatsapp i.icon-whatsapp {
    font-size: 21px;
    line-height: 21px;
    padding-right: 7px
}

.whatsapp.left {
    text-align: left;
    left: 0;
    float: left
}

.whatsapp.center {
    text-align: center;
    left: 48%
}

.whatsapp.right {
    text-align: right;
    right: 0;
    float: right
}

.whatsapp.bottom-left {
    left: 0
}

.whatsapp.bottom-right {
    right: 0
}

.whatsapp-hookDisplayFooter {
    clear: none
}

.whatsapp-hookDisplayNav {
    clear: none;
    float: left;
    margin-left: 15px;
    padding: 0
}

.whatsapp-hookDisplayNav span {
    float: left;
    padding: 5px 0 10px;
    line-height: 18px;
    background: 0 0
}

.whatsapp-hookDisplayNav .whatsapp-icon {
    top: 0;
    vertical-align: baseline
}

.whatsapp-hookDisplayNav i.icon-whatsapp {
    vertical-align: 0
}

.whatsapp-badge {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    margin: 10px;
    width: auto !important
}

.whatsapp-top {
    position: fixed;
    top: 0;
    z-index: 999999;
    margin: 10px;
    width: auto !important
}

.whatsapp-bottom {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    margin: 10px;
    width: auto !important
}

.whatsapp-topWidth {
    padding: 0;
    text-align: center;
    border-radius: 0 !important;
    z-index: 999999;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.whatsapp-topWidthS {
    position: fixed;
    top: 0;
    z-index: 999999;
    margin: 0;
    padding: 0;
    width: 100% !important;
    border-radius: 0 !important;
    left: 0 !important
}

.whatsapp-bottomWidth {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    margin: 0;
    padding: 0;
    width: 100% !important;
    border-radius: 0 !important;
    left: 0 !important
}

.shortcode {
    width: auto;
    display: inline-block
}

.shortcode.center {
    width: auto;
    display: block !important
}

.label-container {
    position: fixed;
    bottom: 30px;
    right: 85px;
    display: table;
    visibility: hidden
}

.label-container-left {
    position: fixed;
    bottom: 30px;
    left: 90px;
    display: table;
    visibility: hidden
}

.label-container-center {
    position: fixed;
    bottom: 30px;
    left: 51.5%;
    display: table;
    visibility: hidden
}

.label-text {
    color: #fff;
    background: rgba(51, 51, 51, .5);
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    border-radius: 3px
}

.label-arrow {
    display: table-cell;
    vertical-align: middle;
    color: #333;
    opacity: .5
}

.float-center {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    left: 48%;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999
}

.float-left {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    left: 25px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999
}

.float-right {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999
}

.float-floatingButton {
    z-index: 9999999
}

.float-floatingButtonCenter {
    top: 90%;
    z-index: 9999999
}

.float-floatingButtonTop {
    top: 3%;
    z-index: 9999999
}

.my-float {
    font-size: 24px;
    margin-top: 18px
}

a.float+div.label-container {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .5s ease
}

a.float:hover+div.label-container {
    visibility: visible;
    opacity: 1
}

.float .fa-whatsapp:before {
    font-size: xx-large;
    top: 14px;
    left: 1px;
    position: relative
}

.text-right {
    text-align: right;
}

.line-white-law {
    width: 60px;
    height: 5px;
    margin-bottom: 5% !important;
}

.banner-google {
    background-size: cover;
    height: 600px;
    /* border-top: 10px solid #f0c368; */
}

.div-google-img {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

.div-google-img>img {
    width: 51%;
}

.star-rating i {
    cursor: pointer;
    transition: color 0.2s;
}

.img-item-reason {
    padding-top: 50px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 40px;
    margin-top: -8%;
}

.div-item-reason {
    display: flex;
    align-items: row;
}

.item-reason {
    /* transform: skew(-13deg); */
    margin-left: -5%;
}

.item-reason>h4 {
    font-size: 1.3rem;
}

#about_section {
    background-color: #121213;
}

.pt-page-10 {
    padding-top: 10%;
}

.title_contact {
    font-size: 1.7rem;
}

/* .title_contact p::first-line {
    font-size: 1.2rem;
} */

/* .title_contact>p>strong {
    font-weight: 500;
} */

#form_precatory {
    padding-top: 10%;
}

@media (max-width: 575.98px) {

    .about-text>p {
        font-size: 1.1rem;
        text-align: justify;
    }

    .slide-home {
        height: 900px;
    }

    .title-black-gold>h2 {
        font-size: 2.2rem;
    }



    .title_contact {
        font-size: 1.2rem;
    }

    /* .title_contact p::first-line {
        font-size: 1rem;
    } */


    .slide-home .title-black-gold>h2 {
        font-size: 2rem;
    }

    .slide-home .title-black-gold>h2>strong {
        font-weight: 400;
    }

    .step-order-negotiation {
        margin-top: 5%;
    }

    footer {
        text-align: center;
    }

    .background-image-page {
        height: 400px;
        max-width: 100%;
        max-height: 400px;
        object-fit: cover;
        object-position: 37% 100%;
        display: block;
        width: 100%;
    }

    .text-large>p {
        font-size: 1rem;
    }

    .title-breadcrumb-page {
        font-size: 2rem !important;
        padding-top: 2rem;
    }

    .div-law ul {
        padding-left: 25px;
        font-size: 1.2rem;
        margin-left: 0%;
    }

    .precatory_description {
        font-size: 1.2rem;
    }

    .custom-nav-skew-wrapper {
        margin-left: -10%;
        padding-left: 10%;
    }

    .div-google-img {
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .banner-google {
        background-position: center;
    }

    .div-google-img>img {
        width: 35%;
        padding: 25px;
    }

    .div-reasons {
        margin-left: -15%;
    }

    .service-item>img {
        max-height: 70px;
        padding: 0;
        margin: 0;
        margin-top: 30px;
    }

    .service-div {
        padding: 10px !important;
    }

    .service-item>h2 {
        color: #fff;
        font-size: 1rem;
    }

    .service-div-link {
        margin: 0 !important;
    }

    .service-div-link>a {
        /* font-size: 1.2rem; */
    }

    .img-item-reason {
        margin-top: -8%;
        padding-top: 60px;
        padding-right: 15px;
        padding-bottom: 60px;
        padding-left: 40px;
    }

    .div-item-reason {
        margin-top: -8%;
    }

    .item-reason {
        transform: skew(0deg);
        margin-left: -4%;

    }

    #title_reasons {
        padding-bottom: 10% !important;
    }

    .title-law {
        font-size: 1.5rem;
    }

    .banner-law-title {
        padding-top: 0rem !important;
    }

    .btn-proposta {
        font-size: 1rem;
        margin-top: 1rem;
    }

    #section_precatory_description {
        text-align: justify;
        padding: 25px;
        margin-top: 25% !important;
        margin-bottom: -30% !important;
    }

    .pt-page-10 {
        padding-top: 20%;
    }

    #form_precatory {
        padding-top: 20%;
    }


}

@media screen and (min-width: 1920px) {
    .slide-home {
        height: 900px;
    }
}
