/*-------- Header --------*/

.float {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
}

.float .btn {
    width: 200px !important;
    height: auto !important;
    padding: 10px 20px;
    border-radius: 40px !important;
    text-align: center;
    line-height: 1.25em;
    background-color: #34af23 !important;
    font-size: .6em;
    font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
}

.float .btn strong {
    font-size: 1.5em;
    width: 100%;
    float: left;
    font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
}

.head {
    background-image: url(../images/head.webp);
    background-position: center;
    background-size: cover;
    padding: 40px 5%;
    font-family: 'PlayFaird', Tahoma, Geneva, Verdana, sans-serif;
}

.head .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.head .flex-align {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.head img {
    width: 100%;
    height: 70px;
    object-fit: contain;
}

.head .flex figcaption {
    display: block !important;
    color: white;
    font-size: .9em;
    text-align: center;
    padding: 0 !important;
}

.head .flex figcaption strong {
    width: 100%;
    float: left;
    font-size: 2em;
}

.head .imgHead{
    display: none;
}

@media (min-width:993px){
    
    .head .imgHead{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 41%;
    }
    .head .imgHead figure{
        width: 100%;
        margin: 1rem !important;
    }
    .head .imgHead>figure >img{
        height: auto !important;
        object-fit: cover;
    }
    .imgUniq{
        height: auto !important;
        max-width: 440px;
    }
}



@media(min-width: 601px) {
    .head .flex {
        flex-direction: column;
        align-items: center;
    }

}

@media(min-width: 993px) {
    .head .flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .head .flex figcaption {
        text-align: left;
    }
}

.head h1 {
    margin-top: 40px;
    font-size: 2em;
    color: white;
    margin-bottom: 20px;
    font-weight: bold;
}

.head h2 {
    font-size: 1.1rem;
    color: #C7AD78;
    line-height: 0.8em;
    font-weight: bold;
    margin: 0;
    position: relative;
    padding-left: 80px;
}

.head h2::after {
    content: "";
    width: 70px;
    height: 1px;
    background: #C7AD78;
    position: absolute;
    left: 0;
    top: 54%;
}

.head p {
    color: white;
    font-size: .8em;
    font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
}
.head p.mobileSolicitar{
    text-align: center !important;
    font-size: 1.25em;
    font-weight: bold;
    margin: .5em 0 !important;
}
@media (min-width:601px){
    .head p.mobileSolicitar{
     
    }
}
.head .btn-large {
    background-color: #34af23 !important;
    height: auto;
    width: 230px;
    padding: 15px 0;
    border-radius: 50px;
    font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
    text-transform: none;
    line-height: 1.5em;
    font-size: .7em;
    margin-top: 10px;
}

.head .btn-large strong {
    width: 100%;
    float: left;
    font-size: 1.5em;
}

.head figure.col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    text-align: center;
}

.head .col img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    border: 8px solid rgba(187, 147, 96, .7) !important;
    margin-top: 40px;
    margin-bottom: 20px;
}

.head .col figcaption {
    display: block !important;
    font-size: .9em;
    padding-left: 10px;
    color: #fff;
    font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 500px !important;
}

.head .col figcaption strong {
    font-size: 1.25em;
}

.head fieldset {
    max-width: 400px;
}

.head input {
    border: 2px solid rgba(187, 147, 96, .5) !important;
    background-color: #4b11209d !important;
    height: 50px !important;
    padding-left: 1em !important;
    width: calc(100% - 1.30em) !important;
    margin: 5px 0 !important;
    color: #fff;
    box-shadow: none !important;
}

.head textarea {
    border: 2px solid rgba(187, 147, 96, .5) !important;
    background-color: #4b11209d !important;
    height: 100px !important;
    padding: 1em !important;
    width: 100% !important;
    margin: 5px 0 !important;
    resize: none;
    color: #fff;
    outline: none !important;
    font-size: 1.25em;
}

.head .btn {
    background-color: transparent;
    border: 2px solid #bb9360;
    box-shadow: none !important;
    color: #bb9360;
    height: 3em;
    line-height: 2.8em;
    font-weight: bold;
    text-transform: none;
}

.head .btn:hover {
    background-color: #bb9360;
    color: #fff;
    border-color: #bb9360;
}

@media(min-width: 601px) {
    .head .flex {
        justify-content: space-between;
    }
    .head .flex img {
        width: auto;
    }
    .head figure.col {
        flex-wrap: nowrap;
        justify-content: unset;
        text-align: left;
    }
    .head figcaption {
        padding: 0 20px !important;
    }
    .head .col img {
        margin: 0;
    }
    .head .btn-large {
        margin: 0;
    }
}


/*-------- Areas de Atuação --------*/

.areas {
    padding: 5%;
    text-align: center;
    font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
}

.areas .fa-check-double {
    color: #C7AD78;
    font-size: 2em;
}

.areas h2 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0;
}

.areas h3 {
    font-size: 1.25em;
    font-weight: bold;
    margin-top: 0;
}

.areas .owl-carousel {
    margin-top: 80px;
    padding: 0 20px !important;
}

.areas .item {
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .3);
    padding: 40px;
    position: relative;
}

.areas .item svg {
    width: 70px !important;
    height: 70px;
    background-color: #5A2C2C;
    color: #fff;
    border-radius: 50%;
    padding: 20px;
}

.areas h4 {
    font-size: 1.5em;
    font-weight: bold;
    color: #C7AD78;
}

.areas p {
    font-size: .9em;
    line-height: 1.25em;
    height: 200px;
    overflow: auto;
    padding: 0 10px;
}

.areas hr {
    position: absolute;
    bottom: 0;
    height: 20px;
    width: 200px;
    margin: 0 auto;
    left: calc(50% - 100px);
    border: none;
    background-color: #5A2C2C;
}

.areas .col {
    margin-top: 2em;
}

.areas .col:nth-of-type(odd) .item {
    background-color: #5A2C2C;
}

.areas .col:nth-of-type(odd) svg,
.areas .col:nth-of-type(odd) hr {
    background-color: #C7AD78;
}

.areas .col:nth-of-type(odd) p {
    color: white;
}

.areas p::-webkit-scrollbar-track {
    background-color: #5A2C2C;
}

.areas p::-webkit-scrollbar {
    width: 6px;
    background: #5A2C2C;
}

.areas p::-webkit-scrollbar-thumb {
    background: #C7AD78;
}

.areas .owl-dots {
    display: none;
}

.areas .owl-nav button {
    border: none;
    background-color: #5A2C2C;
    width: 30px;
    height: 30px;
    color: white;
    font-size: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: absolute;
    top: calc(50% - 15px);
}

.areas .owl-next {
    right: -15px;
}

.areas .owl-prev {
    left: -15px;
}


/*-------- Vantagens --------*/

.vantagens {
    padding: 40px 10%;
    padding-bottom: 0;
    font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
}

.vantagens h2 {
    font-size: 1.5em;
    font-weight: bold;
    color: #C7AD78;
    margin-bottom: 0;
}

.vantagens h3 {
    font-size: 2em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
}

.vantagens hr {
    float: left;
    width: 150px;
    height: 10px;
    background-color: #5A2C2C;
    border: none;
}

.vantagens ul {
    width: 100%;
    float: left;
}

.vantagens li {
    line-height: 2em;
}

.vantagens svg {
    color: #C7AD78;
    margin-right: 10px;
}

.vantagens img {
    width: 100%;
    height: auto;
}


/*-------- Diferencial --------*/

.diferente {
    padding: 5%;
    text-align: center;
    font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.diferente hgroup {
    width: 100%;
    float: left;
}

.diferente .fa-check-double {
    color: #C7AD78;
    font-size: 2em;
}

.diferente h2 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0;
}

.diferente h3 {
    font-size: 1.25em;
    font-weight: bold;
    margin-top: 0;
}

.diferente .owl-carousel {
    margin-top: 80px;
    padding: 0 20px !important;
}

.diferente .item {
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .3);
    padding: 40px;
    position: relative;
}

.diferente .item svg {
    width: 70px !important;
    height: 70px;
    background-color: #5A2C2C;
    color: #fff;
    border-radius: 50%;
    padding: 20px;
}

.diferente h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #C7AD78;
    min-height: 50px;
}

.diferente p {
    font-size: .9em;
    line-height: 1.25em;
    height: 60px;
    overflow: auto;
    padding: 0 10px;
}

.diferente hr {
    position: absolute;
    bottom: 0;
    height: 20px;
    width: 200px;
    margin: 0 auto;
    left: calc(50% - 100px);
    border: none;
    background-color: #5A2C2C;
}

.diferente .col {
    margin: 0 !important;
    margin-top: 2em !important;
}

.diferente .col:nth-of-type(odd) .item {
    background-color: #5A2C2C;
}

.diferente .col:nth-of-type(odd) svg,
.diferente .col:nth-of-type(odd) hr {
    background-color: #C7AD78;
}

.diferente .col:nth-of-type(odd) p {
    color: white;
}

.diferente p::-webkit-scrollbar-track {
    background-color: #5A2C2C;
}

.diferente p::-webkit-scrollbar {
    width: 6px;
    background: #5A2C2C;
}

.diferente p::-webkit-scrollbar-thumb {
    background: #C7AD78;
}

.diferente .owl-dots {
    display: none;
}

.diferente .owl-nav button {
    border: none;
    background-color: #5A2C2C;
    width: 30px;
    height: 30px;
    color: white;
    font-size: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: absolute;
    top: calc(50% - 15px);
}

.diferente .owl-next {
    right: -15px;
}

.diferente .owl-prev {
    left: -15px;
}


/*-------- Sobre nós --------*/

.sobre {
    padding: 40px 5%;
    padding-top: 0;
    font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
}

.sobre h2 {
    font-size: 2em;
    font-weight: bold;
    max-width: 300px;
    margin: 0 auto;
}

.sobre .col {
    margin-top: 2em;
}

.sobre img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-top: 2em;
}

.sobre blockquote {
    border-left: 8px solid #C7AD78;
    padding: 20px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: -25px;
}

.sobre small {
    color: #C7AD78;
    font-size: 2em;
    text-transform: uppercase;
    margin-left: 28px;
    font-weight: bold;
}

.sobre p {
    line-height: 1.5em;
    font-size: 1.25em;
    margin: 0;
}

.sobre span {
    text-transform: uppercase;
}

.sobre p strong {
    text-transform: uppercase;
}

.sobre article:nth-of-type(3) p strong {
    color: #C7AD78;
    font-size: 1.5em;
    text-transform: none;
}

.sobre h3 {
    font-size: 1.5em;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.sobre h3 strong {
    color: #C7AD78;
}

@media(min-width: 601px) {
    .sobre article {
        min-height: 310px !important;
        display: flex;
        align-items: center;
    }
}

@media(min-width: 993px) {
    .sobre article {
        min-height: 1px !important;
        display: block;
    }
    .sobre figure:nth-of-type(3) img {
        position: relative;
        margin-bottom: -150px;
        margin-top: -150px;
        margin-left: -60px;
    }
    .sobre h3 {
        margin-top: 150px;
    }
    .sobre article:nth-of-type(2) p {
        padding-right: 40px;
    }
}


/*-------- Consultoria --------*/

.consultoria {
    background-image: url(../images/fundo.webp);
    background-position: center;
    background-size: cover;
    padding: 60px 10%;
    font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.consultoria h2 {
    font-size: 2em;
    font-weight: bold;
    color: #C7AD78;
    margin: 0;
}

.consultoria p {
    font-size: 1em;
    color: white;
}

.consultoria .btn {
    background-color: transparent !important;
    border: 2px solid #C7AD78;
    color: #C7AD78;
    text-transform: none;
    font-size: 1.25em;
    line-height: 2.3em;
    height: 2.5em;
    box-shadow: none !important;
}

@media(min-width: 601px) {
    .consultoria .col:nth-of-type(2) {
        text-align: center;
    }
    .consultoria p {
        font-size: 1.25em;
    }
}


/*-------- Clientes --------*/

.clientes .col {
    font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
    padding: 60px 40px !important;
}

.clientes li {
    margin: 20px 0;
    padding-left: 1em;
    position: relative;
}

.clientes li:before {
    content: '\2022';
    position: absolute;
    margin-right: 10px;
    font-size: 80px;
    top: -55px;
    left: -10px;
    color: #C7AD78;
}

.clientes li strong {
    text-transform: uppercase;
    color: #C7AD78;
}

.clientes .col:nth-of-type(2) {
    background-color: #5A2C2C;
    padding-bottom: 90px !important;
}

.clientes h2 {
    font-size: 2em;
    font-weight: bold;
    color: #C7AD78;
    margin: 0;
}

.clientes p {
    color: white;
}

.clientes hr {
    margin-top: 80px;
    width: 250px;
    float: left;
    border: none;
    background-color: #C7AD78;
    height: 10px;
    margin-left: -40px;
}


/*-------- Footer --------*/

.footer {
    font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #373435;
    padding: 40px;
    padding-bottom: 20px;
}

.footer h2 {
    margin: 0;
    font-weight: bold;
    color: #bb9360;
    text-transform: uppercase;
    font-size: 2em;
}

.footer img {
    width: auto;
    height: 90px;
    object-fit: contain;
}

.footer p {
    color: white;
    font-size: .9em;
}

.footer ul {
    display: flex;
}

.footer svg {
    color: #C7AD78;
    margin: 0 5px;
    font-size: 1.5em;
}

.footer .center {
    margin-top: 40px;
}

.footer a {
    color: white;
}


/*-------- TIPOGRAFIA --------*/

@font-face {
    font-family: 'Montserrat Bold';
    src: url(../fonts/montserrat-black.ttf);
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/montserrat-regular.ttf);
}

@font-face {
    font-family: 'PlayFaird';
    src: url(../fonts/playfairdisplay.ttf);
}

button {
    cursor: pointer !important;
}

.row {
    margin-bottom: 0 !important;
    width: 100%;
    float: left;
}

nav {
    color: #000 !important;
    background-color: transparent !important;
    width: initial !important;
    height: initial !important;
    line-height: initial !important;
    box-shadow: none !important;
}

address {
    font-style: normal;
}

cite {
    font-style: normal;
}

strong {
    font-weight: bold !important;
}

figcaption {
    display: none !important;
}

figure {
    margin: 0 !important;
}

fieldset {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}


@media(max-width: 990px) {
    nav .link_whatsTopo.two {
        top: -40px !important;
    }
}

.plcht_btns_channels header>div{
    bottom: 75px !important;
}