/* PAGE - HOME */


/* BANNERS */

.banners,
.banners .item {
    height: 916px;
}

.banners .container {
    position: relative;
}

.banners .item {
    position: relative;
    display: flex;
    align-items: center;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
}

.banners .item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 368px;
    height: 850px;
    background-image: url(../../assets/img/bansv.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banners .sectitle {
    margin-bottom: 6rem;
    max-width: 690px;
    line-height: 70px;
}


/* BANNERS ! */


/* SEGMENTOS DE ATUAÇÃO */

.segmentos {
    padding: 3rem 0;
}

.segmentos .sectitle {
    font-size: 47px;
    color: #606060;
    margin-bottom: 50px;
}

.segmentos .owl-carousel {
    padding: 0 95px;
}

.segmentos .owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
}

.segmentos .owl-carousel .owl-nav>* {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 190px;
    width: 47px;
    height: 88px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #606060 !important;
}

.segmentos .owl-carousel .owl-nav>*:last-child {
    transform: rotateZ(180deg);
}

.segmentos .owl-carousel .owl-nav>* span {
    display: none;
}

.segmentos .box {
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: 270px;
    height: 270px;
    border-radius: 11px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.segmentos .box .title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 61px;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}

.segmentos .box .title .t {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0;
}

.segmentos .box .title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #A22F13;
    mix-blend-mode: multiply;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}


/* SEGMENTOS DE ATUAÇÃO ! */


/* SOBRE NÓS */

.aboutus {
    background-color: #F2F2F2;
    padding: 4rem 0 8rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
}

.aboutus .sectitle {
    font-size: 47px;
    color: #606060;
    margin-bottom: 30px;
}

.aboutus .text {
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0;
    margin-bottom: 7rem;
}

.aboutus .img {
    position: relative;
    right: -6rem;
    bottom: 2rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.aboutus .img .box {
    background-color: #E4E4E4;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 23px 16px 16px;
    bottom: 88px;
}

.aboutus .img .box img {
    max-width: unset;
}


/* SOBRE NÓS ! */


/* O QUE FAZEMOS */

.wwd {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #A62F14;
    padding: 15rem 0 5rem;
    margin-top: -14.7rem;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
}

.wwd .sectitle {
    font-size: 47px;
    margin-bottom: 50px;
}

.wwd .row>* {
    margin-bottom: 2rem;
}

.wwd .box {
    display: flex;
    align-items: center;
    padding: 15px;
    width: 100%;
    height: 106px;
    background-color: #821F0C;
    transition: .3s ease-in-out;
}

.wwd .box .title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.wwd .box:hover {
    background-color: #F53D0F;
    transition: all .3s ease-in-out;
}

.wwd .box .icon {
    margin-right: 19px;
}

.wwd .box .icon img {
    max-width: 68px;
    max-height: 78px;
}

.wwd .dbtn {
    margin: 2rem auto 0;
}


/* O QUE FAZEMOS ! */


/* PARALLAX */

.parallax {
    display: flex;
    align-items: center;
    min-height: 684px;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax .c2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.parallax .sectitle {
    max-width: 550px;
    text-align: center;
    font-size: 47px;
    font-weight: 300;
    margin: 0 auto 50px auto;
}

.parallax .dbtn {
    padding: 0 54px;
    margin: 0 auto;
    background-color: #F53D0F;
    transition: .3s ease-in-out;
}

.parallax .dbtn:hover {
    background-color: #F2F2F2;
    color: #F53D0F;
    font-weight: 400;
    transition: all .3s ease-in-out;
}


/* PARALLAX ! */


/* DIFERENCIAIS */

.diferenciais {
    padding: 5rem 0;
}

.diferenciais .sectitle {
    font-size: 47px;
    color: #606060;
    margin-bottom: 50px;
}

.diferenciais .options {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.diferenciais .options>* {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: fit-content;
    min-height: 40px;
    padding: 0 22px 0 9px;
    font-size: 22px;
    transition: .3s ease-in-out;
}

.diferenciais .options>* svg {
    width: 0;
    height: auto;
    margin-right: 9px;
    transition: .3s ease-in-out;
}

.diferenciais .options>*.active {
    font-weight: 700;
    background-color: #DBDBDB;
    transition: all .3s ease-in-out;
}

.diferenciais .options>*.active svg {
    width: fit-content;
    transition: all .3s ease-in-out;
}

.diferenciais .c1 img {
    width: 100%;
    max-width: 316px;
}

.diferenciais .c1,
.diferenciais .c2 {
    display: flex;
    align-items: center;
}

.diferenciais .c1 {
    justify-content: center;
}

.diferenciais .text {
    color: #606060;
    font-size: 16px;
    font-weight: 300;
}


/* DIFERENCIAIS ! */


/* CLIENTES */

.clientes {
    padding: 4rem 0;
    background-color: #F9F9F9;
}

.clientes .sectitle {
    font-size: 47px;
    color: #606060;
    margin-bottom: 56px;
}

.clientes .box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 235px;
    height: 165px;
    background-color: #fff;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 16%);
}

.clientes .box img {
    width: unset;
}

.clientes .owl-carousel {
    padding: 0 95px;
}

.clientes .owl-carousel .owl-stage-outer {
    padding: 2rem;
    margin: -2rem;
}

.clientes .owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
}

.clientes .owl-carousel .owl-nav>* {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 157px;
    width: 47px;
    height: 88px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #606060 !important;
}

.clientes .owl-carousel .owl-nav>*:last-child {
    transform: rotateZ(180deg);
}

.clientes .owl-carousel .owl-nav>* span {
    display: none;
}


/* CLIENTES ! */


/* NOTÍCIAS */

.news {
    padding: 4rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F2F2F2;
    background-blend-mode: multiply;
}

.news .sectitle {
    font-size: 47px;
    color: #606060;
    margin-bottom: 40px;
}

.news .owl-carousel {
    margin-bottom: 70px;
}

.news .owl-carousel .owl-stage-outer {
    padding: 2.5rem;
    margin: -2.5rem;
}

.news .box,
.archive-news .box,
.relnews .box {
    width: 100%;
    max-width: 367px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 10%);
}

.news .box .img,
.archive-news .box .img,
.relnews .box .img {
    position: relative;
    width: 100%;
    height: 246px;
    display: flex;
}

.news .box .img img,
.archive-news .box .img img,
.relnews .box .img img {
    object-fit: cover;
    width: 100%;
}

.news .box .img .date,
.archive-news .box .date,
.relnews .box .date {
    position: absolute;
    top: 24px;
    left: 24px;
}

.news .box .img .date .day,
.archive-news .box .date .day,
.relnews .box .date .day {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 29px;
    padding: 0 15px;
    background-color: #A62F14;
    color: #fff;
}

.news .box .img .date .month,
.archive-news .box .date .month,
.relnews .box .date .month {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 18px;
    background-color: #DBDBDB;
    color: #A62F14;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 10px;
    font-weight: 300;
}

.news .box .img .cat,
.archive-news .box .img .cat,
.relnews .box .img .cat {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 24px;
    bottom: -15px;
    padding: 0 10px;
    width: fit-content;
    min-height: 30px;
    color: #fff;
    background-color: #274259;
    font-size: 11px;
    font-weight: 200;
    letter-spacing: .5px;
}

.news .box .content,
.archive-news .box .content,
.relnews .box .content {
    padding: 36px 24px 22px;
    background-color: #fff;
}

.news .box .content .text,
.archive-news .box .content .text,
.relnews .box .content .text {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 18px;
}

.news .box .content .lm,
.archive-news .box .content .lm,
.relnews .box .content .lm {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 28px;
    padding: 0 10px;
    border-radius: 4px;
    background-color: #F53D0F;
    color: #fff;
    font-size: 9.5px;
    font-weight: 300;
}

.news .dbtn {
    margin: 0 auto;
    height: 54px;
    padding: 0 26px;
    font-size: 15px;
    font-weight: 600;
}


/* NOTÍCIAS ! */


/* CONTATO */

.contact {
    padding: 3rem 0 0;
}

.contact .c1 {
    margin-bottom: 4rem;
}

.contact .sectitle {
    font-size: 30px;
    color: #606060;
    margin-bottom: 29px;
}

.contact .text {
    color: #999999;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .5px;
    margin-bottom: 33px;
}

.contact .contatos {
    position: relative;
}

.contact .contatos::before {
    content: '';
    position: absolute;
    z-index: -1;
    right: 23vw;
    height: 100%;
    width: 21.8vw;
    background-image: url(../../assets/img/icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #4E0802;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

.contact .contatos>* {
    display: flex;
    align-items: start;
    margin-bottom: 42px;
}

.contact .contatos>*:last-child {
    margin-bottom: 0;
}

.contact .contatos>* .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 52px;
    max-width: 52px;
    height: 52px;
    background-color: #4E0802;
    margin-right: 34px;
}

.contact .contatos>* .t {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}

.contact .contatos>* .telp,
.contact .contatos>* .mailp,
.contact .contatos>* .local,
.contact .contatos>* .hour {
    color: #999999;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .5px;
}

.contact .form {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 637px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 30px 30px rgba(163, 177, 204, 30%);
    padding: 33px;
    margin-top: 3rem;
}

.contact .form .lb {
    font-weight: 300;
    margin-bottom: 5px;
    letter-spacing: .5px;
}

.contact .form .ipts,
.contato .form .ipts {
    width: 100%;
    height: 44px;
    padding: 0 15px;
    border: 1px solid #6B7B99;
    border-radius: 5px;
    margin-bottom: 27px;
    color: #000;
    font-weight: 300;
    letter-spacing: .7px;
}

.contact .form .txta,
.contato .form .txta {
    width: 100%;
    height: 121px;
    padding: 15px;
    border: 1px solid #6B7B99;
    border-radius: 5px;
    margin-bottom: 19px;
    color: #000;
    font-weight: 300;
    letter-spacing: .7px;
    resize: none;
}

.contact .form .ipts::placeholder,
.contact .form .txta::placeholder,
.contato .form .ipts::placeholder,
.contato .form .txta::placeholder {
    color: #999999;
}

.contact .form .ipts:focus-visible,
.contact .form .txta:focus-visible,
.contato .form .ipts:focus-visible,
.contato .form .txta:focus-visible {
    outline: none;
}

.contact .form .terms,
.contato .form .terms {
    display: flex;
    margin-bottom: 19px;
}

.contact .form .terms .tlb,
.contato .form .terms .tlb {
    margin-left: 15px;
    color: #999999;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: .5px;
}

.contact .form .terms .wpcf7-list-item,
.contato .form .terms .wpcf7-list-item {
    margin: 0;
}

.contact .form .terms .wpcf7-list-item-label,
.contato .form .terms .wpcf7-list-item-label {
    display: none;
}

.contact .form input[type="submit"],
.contato .form input[type="submit"] {
    width: 100%;
    border: none;
    border-radius: 5px;
    height: 46px;
    background-color: #A62F14;
    font-size: 16px;
    font-weight: 500;
    transition: .3s ease-in-out;
}

.contato .form input[type="submit"]:hover {
    background-color: #1B3449;
    transition: all .3s ease-in-out;
}

.contact .map {
    margin-top: -2rem;
}

.contact .map .mapouter {
    position: relative;
    text-align: right;
    height: 440px;
    width: 100%;
}

.contact .map .gmap_canvas {
    overflow: hidden;
    background: none!important;
    height: 440px;
    width: 100%;
}


/* CONTATO ! */


/* PAGE - HOME ! */


/* PAGE - SOBRE NÓS */


/* BANNER */

.ban {
    display: flex;
    align-items: center;
    width: 100%;
    height: 338px;
    background-position: 46.6vw, center;
    background-repeat: no-repeat;
    background-size: auto, cover;
}

.ban .pagetitle {
    font-size: 47px;
    margin-bottom: 31px;
    text-align: start;
}

.ban .path,
.ban .path>* {
    color: #fff;
    font-size: 16px;
    font-weight: 200;
}


/* BANNER ! */


/* SOBRE A EMPRESA */

.sobre {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 3rem 0;
}

.sobre .title {
    font-size: 27px;
    color: #A62F14;
    font-weight: 500;
}

.sobre .text {
    font-size: 17px;
}

.sobre .img {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
}

.sobre .img::before {
    content: '';
    position: absolute;
    right: -9px;
    bottom: -13px;
    width: 88%;
    height: 100%;
    background-color: #A62F14;
}

.sobre .img img {
    position: relative;
    width: 100%;
    max-width: 580px;
}


/* SOBRE A EMPRESA ! */


/* MISSÃO, VISÃO E VALORES */

.mvv {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 12rem;
}

.mvv .row>* {
    position: relative;
}

.mvv .icon {
    position: absolute;
    z-index: 2;
    left: -118px;
    top: 36px;
}

.mvv .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 397px;
    min-height: 314px;
    padding: 0 58px;
}

.mvv .box .title,
.mvv .box .text {
    position: relative;
    z-index: 9;
}

.mvv .box .title {
    color: #606060;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
}

.mvv .box .text {
    font-size: 15px;
    text-align: center;
}

.mvv .box svg {
    position: absolute;
    height: 100%;
}

.mvv .box .svg1 {
    z-index: 3;
}

.mvv .box .svg2 {
    z-index: 2;
    right: -66px;
}

.mvv .box .svg3 {
    filter: opacity(50%);
}

.mvv .box .svg4 {
    filter: opacity(70%);
}

.mvv .c1 .box .svg3,
.mvv .c3 .box .svg3 {
    z-index: 1;
    top: 5px;
    left: -14px;
}

.mvv .c1 .box .svg4,
.mvv .c3 .box .svg4 {
    z-index: 0;
    left: -40px;
    top: 14px;
}

.mvv .c2 {
    margin-top: 18rem;
    /* left: -4rem; */
}

.mvv .c2 .box .svg3 {
    top: -5px;
    left: 5px;
}

.mvv .c2 .box .svg4 {
    left: -24px;
}


/* MISSÃO, VISÃO E VALORES ! */


/* NOSSOS SERVIÇOS */

.wwd.page-aboutus {
    background-color: #274259;
    background-position: 85vw 12vw;
    background-size: 30vw;
}

.wwd.page-aboutus .box {
    background-color: #1B3449;
}

.wwd.page-aboutus .box:hover {
    background-color: #F53D0F;
}

.wwd.page-aboutus .dbtn {
    background-color: #0A2033;
}

.wwd.page-aboutus .dbtn:hover {
    background-color: #F53D0F;
}


/* NOSSOS SERVIÇOS ! */


/* PAGE - SOBRE NÓS ! */


/* PAGE - ARCHIVE-SERVIÇOS */

.archive-servicos {
    padding: 3rem 0;
}

.archive-servicos .row>* {
    margin-bottom: 47px;
}

.archive-servicos .container>.title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 23px;
}

.archive-servicos .box,
.relservs .box {
    width: 100%;
    max-width: 365px;
    background-color: #fff;
}

.archive-servicos .box .img,
.relservs .box .img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 215px;
    overflow: hidden;
}

.archive-servicos .box .img::before,
.archive-servicos .box .img::after,
.relservs .box .img::before,
.relservs .box .img::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    transition: .3s ease-in-out;
}

.archive-servicos .box .img::before,
.relservs .box .img::before {
    width: 50%;
    height: 47px;
    background-color: #A64029;
}

.archive-servicos .box .img::after,
.relservs .box .img:after {
    width: 40%;
    height: 40px;
    background-color: #A62F14;
}

.archive-servicos .box:hover .img::before,
.archive-servicos .box:hover .img::after,
.relservs .box:hover .img::before,
.relservs .box:hover .img:after {
    bottom: -47px;
    transition: all .3s ease-in-out;
}

.archive-servicos .box .img img,
.relservs .box .img img {
    object-fit: cover;
    object-position: 0;
    transition: .3s ease-in-out;
}

.archive-servicos .box:hover .img img,
.relservs .box:hover .img img {
    max-width: 115%;
    transition: all .3s ease-in-out;
}

.archive-servicos .box .content,
.relservs .box .content {
    padding: 31px 22px 21px;
    border: 1px solid #707070;
}

.archive-servicos .box .title,
.relservs .box .title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 18px;
}

.archive-servicos .box .text,
.relservs .box .text {
    font-size: 17px;
    letter-spacing: 0;
    margin-bottom: 18px;
}

.archive-servicos .box .vm,
.relservs .box .vm {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 71px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    border: 1px solid #000;
    border-radius: 5px;
    transition: .3s ease-in-out;
}

.archive-servicos .box:hover .vm,
.relservs .box:hover .vm {
    color: #fff;
}

.archive-servicos .box .vm::before,
.relservs .box .vm::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 105%;
    height: 100%;
    transform-origin: top left;
    background-color: #A62F14;
    transform: rotateZ(90deg);
    transition: .3s ease-in-out;
}

.archive-servicos .box:hover .vm::before,
.relservs .box:hover .vm::before {
    transform: rotateZ(0);
    transition: all .3s ease-in-out;
}


/* PAGE - ARCHIVE-SERVIÇOS ! */


/* PAGE - SINGLE-SERVICOS */

section.single-servico {
    padding: 3rem 0;
}

.single-servico .r1 {
    margin-bottom: 40px;
}

.single-servico .r2 {
    margin-bottom: 35px;
}

.single-servico .backbtn {
    margin-bottom: 3rem;
}

section.single-servico .sectitle {
    color: #606060;
    font-size: 40px;
    letter-spacing: 0;
    margin-bottom: 40px;
}

.single-servico .text {
    font-size: 17px;
    letter-spacing: 0;
}

.single-servico .text h1,
.single-servico .text h2,
.single-servico .text h3,
.single-servico .text h4,
.single-servico .text h5,
.single-servico .text h6 {
    font-size: 17px;
    font-weight: 700;
    margin: 0;
}

.single-servico .text ul {
    padding: 0;
    margin: 0;
    list-style-position: inside;
}

.single-servico .dimg {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 655px;
    height: 370px;
    overflow: hidden;
}

.single-servico .dimg img {
    object-fit: cover;
}

.single-servico .r3 .text {
    margin-bottom: 22px;
}

.single-servico .eimg {
    display: flex;
    width: 100%;
    max-width: 558px;
    height: 558px;
    overflow: hidden;
}

.single-servico .eimg img {
    object-fit: cover;
}

.single-servico .interest .tit {
    width: fit-content;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    padding-bottom: 22px;
    margin: 0 auto 20px;
    border-bottom: 1px solid #A62F14;
}

.single-servico .interest .tx {
    max-width: 360px;
    font-size: 19px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 auto 12px;
}

.single-servico .interest .dbtn {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 317px;
    height: 71px;
    background-color: #A62F14;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
}

.single-servico .interest .dbtn::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 105%;
    height: 100%;
    transform-origin: top left;
    background-color: #F53D0F;
    transform: rotateZ(90deg);
    transition: .3s ease-in-out;
}

.single-servico .interest .dbtn:hover::before {
    transform: rotateZ(0);
    transition: all .3s ease-in-out;
}

.relservs {
    padding-bottom: 2rem;
}

.relservs .container>.title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.relservs .container>.title::before,
.relservs .container>.title:after {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 414px;
    height: 2px;
    background-color: #F53D0F;
}

.relservs .container>.title::before {
    left: 0;
}

.relservs .container>.title::after {
    right: 0;
}


/* PAGE - SINGLE-SERVICOS ! */


/* PAGE - ARCHIVE OBRAS */

.ban.archo {
    background-position: 61.6vw, center;
}

section.archive-obras {
    padding: 3rem 0;
}

.archive-obras .text {
    max-width: 810px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 39px;
}

.archive-obras .col-lg-8 .box {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 755px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.archive-obras .col-lg-4 .box {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 368px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.archive-obras .box .tit {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 104px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

.archive-obras .col-lg-4 .box .tit {
    height: 58px;
}

.archive-obras .box .tit .fx {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #A62F14;
    mix-blend-mode: multiply;
}

.archive-obras .box .tit .t {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 30px;
    letter-spacing: 0;
    font-weight: 300;
}

.archive-obras .col-lg-4 .box .tit .t {
    font-size: 20px;
}


/* PAGE - ARCHIVE OBRAS ! */


/* PAGE - SINGLE OBRA */

section.single-obra {
    padding: 4rem 0 35rem;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: -35rem;
}

section.single-obra .col-lg-2 {
    display: flex;
    align-items: flex-end;
}

section.single-obra .sectitle {
    position: relative;
    color: #606060;
    font-size: 48px;
    letter-spacing: 0;
}

section.single-obra .sectitle::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 135px;
    height: 8px;
    background-color: #274259;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.single-obra .desc,
.single-obra .infs>* .text {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 27px;
}

.single-obra .infs {
    width: 88%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 65px;
}

.single-obra .infs>* {
    margin-bottom: auto;
}

.single-obra .infs>* .tit {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    min-width: 194px;
    height: 43px;
    padding: 0 24px 0 10px;
    margin-bottom: 19px;
    font-size: 28px;
    font-weight: 700;
    color: #606060;
    background-color: #641D03;
}

.single-obra .infs>* .tit::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    background-color: #E6E9EF;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}

.single-obra .infs>* .text {
    max-width: 194px;
    white-space: nowrap;
}

.gallery {
    position: relative;
    z-index: 2;
    padding: 0 0 3rem;
}

.gallery::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100.1%;
    background-image: url(../../assets/img/fx.svg);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    background-color: #274259;
    clip-path: polygon(0 55%, 100% 36%, 100% 100%, 0 100%);
}

.gallery .bigimg {
    display: flex;
    width: 100%;
    max-width: 950px;
    height: 682px;
    overflow: hidden;
    margin: 0 auto 33px;
}

.gallery .bigimg img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

.gallery .owl-carousel {
    max-width: 950px;
    margin: 0 auto;
}

.gallery .owl-carousel img {
    cursor: pointer;
    width: 100%;
    max-width: 273px;
    height: 273px;
    object-fit: cover;
    border-radius: 0;
}

.gallery .owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: -6rem;
    bottom: 0;
    width: 121%;
    height: 0;
}

.gallery .owl-carousel .owl-nav>* {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 170px;
    width: 47px;
    height: 88px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #A62F14 !important;
}

.gallery .owl-carousel .owl-nav>*:last-child {
    transform: rotateZ(180deg);
}

.gallery .owl-carousel .owl-nav>* span {
    display: none;
}


/* PAGE - SINGLE OBRA ! */


/* PAGE - ARCHIVE NOTÍCIAS */

.ban.bnews {
    background-position: 56.6vw, center;
}

.ban.bnews .sectitle {
    color: #fff;
}

.archive-news {
    padding: 3rem 0;
}

.archive-news .txt {
    max-width: 700px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 41px;
}


/* PAGE - ARCHIVE NOTÍCIAS ! */


/* PAGE - SINGLE NOTÍCIAS */

.ban.bnews .cat {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 34px;
    padding: 0 10px;
    color: #fff;
    font-weight: 200;
    letter-spacing: 0;
    margin-top: 16px;
    background-color: #274259;
    border-radius: 4px;
}

.single-news {
    padding: 3rem 0;
}

.single-news .sectitle {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0;
}

.single-news .text {
    color: #999999;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 300;
}

.single-news .text h1,
.single-news .text h2,
.single-news .text h3,
.single-news .text h4,
.single-news .text h5,
.single-news .text h6 {
    color: #000;
    margin: 0;
    font-weight: 700;
    font-size: 24px;
}

.single-news .img {
    width: 100%;
    height: auto;
    margin: 30px 0 36px;
}

.relnews {
    padding-bottom: 3rem;
}

.relnews .owl-carousel .owl-stage-outer {
    padding: 2rem;
    margin: -2rem;
}

.relnews .title {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 685px;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 46px;
}

.relnews .title::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #A62F14;
    left: -35px;
}

.relnews .title::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: #A62F14;
    right: -7%;
}


/* PAGE - SINGLE NOTÍCIAS ! */


/* PAGE - CONTATO */

.contato {
    padding: 3rem 0;
    position: relative;
}

.contato .row>*:last-child {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.contato .row>*:last-child img {
    position: absolute;
    right: 4rem;
    bottom: 0;
    max-width: 43vw;
}

.contato .text,
.contato .conts .t {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 21px;
}

.contato .form {
    margin-bottom: 36px;
}

.contato .conts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.contato .conts>* {
    display: flex;
    align-items: center;
}

.contato .conts>* .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    background-color: #4E0802;
    border-radius: 50%;
    margin-right: 25px;
}

.contato .conts .t {
    margin-bottom: 5px;
}

.contato .conts>* .telp,
.contato .conts>* .mailp {
    color: #999999;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 300;
}

.contato .conts:last-of-type {
    justify-content: start;
}

.contato .conts:last-of-type .logo {
    margin-right: 40px;
}

.contato .conts:last-of-type .local {
    color: #666666;
    font-size: 20px;
    letter-spacing: 0;
    margin-top: 1.4rem;
}


/* PAGE - CONTATO ! */


/* PAGES - OBRIGADO E 404 */

.thanks .c1 {
    margin-top: 4rem;
}

.thanks .sectitle {
    color: #606060;
    font-size: 45px;
    line-height: 48px;
    margin-bottom: 19px;
}

.thanks .text {
    font-size: 17px;
    letter-spacing: 0;
    margin-bottom: 29px;
}


/* PAGES - OBRIGADO E 404 ! */


/* MEDIA QUERIES */

@media(max-width: 1660px) {
    .contact .contatos::before {
        right: 26vw;
        width: 17.8vw;
        background-size: 13vw;
    }
}

@media(max-width: 1470px) {
    .contact .contatos::before {
        right: 29vw;
        width: 13.8vw;
        background-size: 9vw;
    }
}

@media(max-width: 1470px) {
    .contact .contatos::before {
        display: none;
    }
}

@media(max-width: 1350px) {
    .aboutus .img {
        right: 0;
    }
    .aboutus .img .box {
        max-width: 230px;
    }
    .aboutus .img .box img {
        max-width: 100%;
    }
}

@media(max-width: 1200px) {
    .segmentos .owl-carousel .item {
        display: flex;
        justify-content: center;
    }
    .ban {
        background-position: right center, center;
    }
    .sobre .c2 {
        display: flex;
        align-items: center;
    }
    .mvv .row>* {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        margin-bottom: 5rem;
    }
    .mvv .icon {
        left: unset;
        right: 55vw;
    }
    .relservs .container>.title::before,
    .relservs .container>.title:after {
        width: 32vw;
    }
    .gallery .owl-carousel .owl-nav {
        left: -4rem;
        width: 114%;
    }
    .contato .row>*:last-child {
        align-items: center;
    }
    .contato .row>*:last-child img {
        bottom: unset;
    }
}

@media(max-width: 992px) {
    .aboutus {
        padding: 4rem 0;
        background-position: left bottom;
    }
    .aboutus .row>*:first-child {
        margin-bottom: 3rem;
    }
    .aboutus .text {
        margin-bottom: 2rem;
    }
    .aboutus .img {
        justify-content: start;
    }
    .wwd {
        padding: 8rem 0 5rem;
        margin-top: -7.7rem;
        clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 100%);
    }
    .parallax {
        padding: 3rem 0;
    }
    .parallax .c1 {
        display: flex;
        justify-content: center;
        order: 2;
    }
    .parallax .c2 {
        order: 1;
        margin-bottom: 3rem;
    }
    .diferenciais .options {
        flex-direction: column;
    }
    .diferenciais .c1 {
        order: 2;
        justify-content: start;
    }
    .diferenciais .c2,
    .clientes .sectitle,
    .thanks .c1 {
        margin-bottom: 2rem;
    }
    .clientes .item,
    .news .owl-carousel .item,
    .relservs .owl-carousel .item,
    .gallery .owl-carousel .item,
    .archive-news .row>*,
    .relnews .owl-carousel .item {
        display: flex;
        justify-content: center;
    }
    .news .owl-carousel .owl-stage-outer,
    .relnews .owl-carousel .owl-stage-outer {
        padding: 1.5rem;
        margin: -1.5rem;
    }
    .news .box {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 10%);
    }
    .contact .c1,
    .sobre .c1,
    section.single-servico .r1>*:first-child,
    section.single-servico .r2>*,
    section.single-servico .r3 .c1 {
        margin-bottom: 2rem;
    }
    .contact .form {
        margin-top: 0;
        margin-bottom: 2rem;
    }
    .contact .map {
        margin-top: 0;
    }
    .wwd.page-aboutus {
        background-image: none !important;
    }
    .mvv .icon {
        left: 15px;
        right: unset;
    }
    .mvv .box .svg2 {
        right: -10%;
    }
    .relservs .container>.title::before,
    .relservs .container>.title:after {
        width: 27vw;
    }
    .single-obra .infs {
        width: 100%;
        flex-direction: column;
        justify-content: center;
    }
    .single-obra .infs>* {
        width: 100%;
    }
    .single-obra .infs>* .tit {
        min-width: unset;
        width: 100%;
    }
    .single-obra .infs>* .tit::before {
        clip-path: polygon(0 0, 97% 0, 100% 50%, 97% 100%, 0 100%);
    }
    .gallery .owl-carousel .owl-nav {
        left: -3.3rem;
        width: 116.3%;
    }
    .archive-news .txt {
        text-align: center;
        margin: 0 auto 2rem;
    }
    .relnews .title::after {
        width: 39vw;
    }
    .contato .row>*:last-child img {
        position: initial;
        max-width: 100%;
    }
}

@media(max-width: 768px) {
    .banners,
    .banners .item {
        height: 75vw;
    }
    .banners .sectitle {
        margin-bottom: 3rem;
    }
    .banners .dbtn,
    .single-servico .backbtn {
        margin: 0 auto;
    }
    .segmentos .sectitle {
        line-height: 60px;
    }
    .aboutus {
        background-position: left bottom;
    }
    .aboutus .img,
    .contact .contatos>* {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .aboutus .img .box {
        bottom: 0;
        margin-bottom: 2rem;
    }
    .aboutus .text,
    .diferenciais .text,
    .contact .text,
    .contact .contatos>* .t,
    .contact .contatos>* .telp,
    .contact .contatos>* .mailp,
    .contact .contatos>* .local,
    .contact .contatos>* .hour,
    .sobre .title,
    .sobre .text,
    .single-servico .text,
    .single-obra .desc,
    .single-obra .infs>* .text,
    .single-news .text,
    .relnews .title,
    .contato .text,
    .contato .conts .t,
    .contato .conts .telp,
    .contato .conts .mailp,
    .contato .conts:last-of-type .local,
    .thanks .text {
        text-align: center;
    }
    .aboutus .dbtn,
    .single-servico .dimg,
    section.single-servico .r2>* img,
    .single-servico .eimg {
        margin: 0 auto;
    }
    .diferenciais {
        padding: 2rem 0;
    }
    .diferenciais .options {
        align-items: center;
    }
    .diferenciais .options>* {
        flex-direction: column;
        text-align: center;
        padding: 9px;
    }
    .diferenciais .options>*.active svg {
        margin-right: 0;
        margin-bottom: .3rem;
    }
    .diferenciais .c1,
    .contact .contatos>*,
    .sobre .c2,
    .single-obra .infs>* .tit {
        justify-content: center;
    }
    .clientes .owl-carousel .owl-stage-outer,
    .news .owl-carousel .owl-stage-outer,
    .relnews .owl-carousel .owl-stage-outer {
        padding: 2rem 0;
        margin: -2rem 0;
    }
    .contact .contatos>* .icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .ban {
        background-position: 0, center;
    }
    .ban.arc-serv,
    .ban.archo,
    .ban.bnews {
        background-position: 100vw, center;
    }
    .sobre {
        background-image: none !important;
    }
    .single-servico .backbtn {
        margin-bottom: 2rem;
    }
    .single-servico .dimg {
        align-items: initial;
    }
    section.single-obra {
        padding: 4rem 0 31rem;
    }
    section.single-obra .sectitle::before {
        right: 0;
        margin: 0 auto;
        border-radius: 8px;
    }
    .single-obra .infs>* .text {
        max-width: unset;
        white-space: normal;
    }
    .gallery .owl-carousel {
        padding-bottom: 5rem;
    }
    .gallery .owl-carousel .owl-nav {
        left: 0;
        width: 100%;
    }
    .gallery .owl-carousel .owl-nav>* {
        bottom: 3.5rem;
    }
    .gallery .bigimg {
        height: 100vw;
    }
    .single-news .backbtn,
    .thanks .backbtn {
        margin: 0 auto;
    }
    .relnews .title::after {
        display: none;
    }
    .relnews .title {
        max-width: unset;
        width: fit-content;
    }
    .contato .conts {
        flex-direction: column;
        justify-content: center;
    }
    .contato .conts>* {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 1.5rem;
    }
    .contato .conts>*:last-child {
        margin-bottom: 0;
    }
    .contato .conts>* .icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

@media(max-width: 575px) {
    .banners,
    .relservs .container>.title::before,
    .relservs .container>.title:after {
        display: none;
    }
    .segmentos .owl-carousel,
    .clientes .owl-carousel {
        padding: 0 10vw;
    }
    .wwd {
        padding: 4rem 0 5rem;
        margin-top: -2.7rem;
        clip-path: polygon(0 7vw, 100% 0, 100% 100%, 0 100%);
    }
    .wwd .box {
        height: fit-content;
        flex-direction: column;
    }
    .wwd .box .icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .wwd .box .title {
        text-align: center;
    }
    .mvv .row>* {
        margin-top: 15rem;
    }
    .mvv .icon {
        top: -15rem;
        left: unset;
    }
    .mvv .box .svg2 {
        right: -8px;
    }
}

@media(max-width: 425px) {
    .segmentos,
    .clientes {
        padding: 3rem 0 7rem;
    }
    .segmentos .owl-carousel,
    .clientes .owl-carousel {
        padding: 0;
        margin-bottom: 22px;
    }
    .segmentos .owl-carousel .owl-nav,
    .clientes .owl-carousel .owl-nav {
        justify-content: center;
    }
    .segmentos .owl-carousel .owl-nav>* {
        bottom: -20px;
    }
    .clientes .owl-carousel .owl-nav>* {
        bottom: 5px;
    }
    .segmentos .owl-carousel .owl-nav>*:first-child,
    .clientes .owl-carousel .owl-nav>*:first-child {
        margin-right: 1rem;
    }
    .mvv {
        padding-bottom: 4rem;
    }
    .mvv .row>* {
        margin-bottom: 2rem;
    }
    .mvv .box {
        padding: 0;
        min-height: unset;
    }
    .mvv .box svg {
        display: none;
    }
    .thanks .sectitle {
        font-size: 43px;
    }
}

@media(max-width: 375px) {
    .ban {
        height: fit-content;
        padding: 2rem 0;
    }
    .ban .pagetitle,
    .ban .path {
        text-align: center;
    }
    .ban.bnews .cat {
        margin: 16px auto 0;
    }
}


/* MEDIA QUERIES ! */