/*GERAIS*/
@media (min-width:1300px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }
}

.border-color {
    border-color: #ffb069 !important;
}

.w-40 {
    width: 40% !important;
}

.w-20 {
    width: 20% !important;
}

.px-10 {
    padding-left: 6rem;
    padding-right: 6rem;
}

.navbar {
    z-index: 999;
}

.navbar-collapse.collapse {
    background: transparent;
}
/* {
    font-family: 'Mulish', sans-serif;
}*/
.bg-content {
    background-image: url(img/background_body.svg);
    background-repeat: repeat;
    overflow: hidden;
}

a {
    color: #ffb069;
}

    a:hover {
        color: #ffb069;
    }

img {
    max-width: 100%;
    height: auto;
}

    img.embed-responsive-item {
        object-fit: cover;
        height: 100%;
        width: 100%;
        object-position: center;
    }

/*TOP*/
.top {
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 999;
    border-bottom: 1px solid #FFF;
}

.navbar-brand img {
    height: 80px;
    padding: 0 25px;
}
/*MENU*/
.navbar-brand {
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
}

.navbar-nav .nav-item {
    border-right: 1px solid #FFF;
}

    .navbar-nav .nav-item.active {
        background: rgba(0,0,0,0.3);
    }

    .navbar-nav .nav-item:last-child {
        border-right: 0px solid #FFF;
    }

.logoResponsive {
    position: absolute;
    right: 0.5rem;
    top: .5rem;
    z-index: 100;
    width: 36px;
    height: 36px;
}
/*SLIDE*/
/*BANNER*/
.main_slider, .main_slider_area, .main_slider_in {
    position: relative;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    /* font-family: 'Arvo', serif; */
}

.main_slide {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 100px 0 0;
}

    .main_slide img {
        height: 100%;
        width: 100%;
        position: relative;
        overflow: hidden;
        object-fit: cover;
        object-position: center;
        top: 0;
    }

.owl-stage, .owl-stage-outer, .owl-item {
    height: 100%;
    z-index: 2;
}

.content-banner {
    /* bottom: 50px; */
}

.titulo-banner::after {
    content: '';
    height: 1px;
    background: #ffb069;
    min-width: 520px;
    display: block;
    position: absolute;
    left: 0;
}

.titulo-banner {
    padding: 5px 0;
    font-family: 'IBM Plex Sans', sans-serif;
    overflow: auto;
}

    .titulo-banner h3 {
        font-size: 20px;
        line-height: 22px;
        padding: 15px 0 10px;
        text-transform: uppercase;
        font-weight: 400;
    }

.content-md-absolute {
    position: absolute;
}

.content-banner {
    font-size: 60px;
    line-height: 62px;
    color: #FFF;
    font-family: 'Arvo', serif;
    z-index: 10;
    position: relative;
}

.container-banner {
    top: 50%;
    transform: translateY(-50%);
}

.btn-slide {
    background: transparent;
    border: 1px solid #FFFFFF;
    padding: .7rem 2rem;
    border-radius: 0;
    color: #FFFFFF;
    text-transform: none;
    font-weight: lighter;
    transition: .2s ease;
    font-weight: 100;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
}

    .btn-slide:hover {
        border-width: 2px;
        color: #ffffff;
        font-weight: 300;
    }
/*CONTEUDO*/
.titulo-conteudo h1 {
    font-size: 20px;
    line-height: 22px;
    font-family: 'IBM Plex Sans', sans-serif;
    margin: 1.5rem 0 2rem;
    font-weight: 500;
}

.titulo-portofolio h1 {
}

.titulo-subpagina h2, .titulo-portofolio h1, .tit-conteudo h1 {
    text-align: center;
    font-size: 7.5rem;
    line-height: 8rem;
    color: #FFF;
    font-family: 'Arvo', serif;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 0;
}
.titulo-subpagina h2 {
    margin-bottom: -75px;
}
.titulo-portfolio-item {
    font-family: 'Arvo', serif;
    font-size: 20px;
    text-transform: uppercase;
}

.tit-conteudo h1 {
    font-size: 70px;
    font-weight: 300;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 3rem;
}

.titulo-portofolio h1 {
    color: #cccccc;
}

/* PARCEIROS */
.parceiro img {
    filter: grayscale(1);
    transition: all .3s;
}
.parceiro:hover img {
    filter: grayscale(0);
}
/* END PARCEIROS */

/* SERVIÇOS */
.imagens-servicos img + img {
    margin-top: 20px;
}

/* END SERVIÇOS */

/*FOOTER*/
footer {
    background-image: url(img/background_footer.svg);
    background-color: #474747;
    background-size: cover;
    color: #FFF;
    padding: 1rem 0;
    margin: 0;
}
.content .titulo-border {
    padding: 0 90px 20px 0;
}
.copyright {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}
.copyright ul {
    list-style: none;
}

footer a {
    color: #fcfcfc;
}


/*PROJECTOS*/
.gallery-title {
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

    .gallery-title:after {
        content: "";
        position: absolute;
        width: 7.5%;
        left: 46.5%;
        height: 45px;
        border-bottom: 1px solid #5e5e5e;
    }
.gallery_product {
	text-align: center;
	margin-top: 20px;
}

	.gallery_product ul {
		display: inline-block;
	}
.gallery_product .text:before {
	content: '';
	border-bottom: 2px solid #fff;
	height: 7px;
	border-top: 2px solid #fff;
	width: 70px;
	display: block;
	margin-bottom: 1.5rem;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1rem;
}
.filter-button {
    font-size: 16px;
    line-height: 18px;
    border-radius: 0px;
    text-align: center;
    padding: 0;
    border: 0;
    text-transform: uppercase;
}

.btn.filter-button.focus, .btn.filter-button:focus {
    outline: 0;
    box-shadow: none;
}

.filter-button > span {
    height: 100%;
    display: inline-block;
}

    .filter-button > span::before {
        content: '';
        border-bottom: 2px solid #939597;
        height: 7px;
        border-top: 2px solid #939597;
        width: 100%;
        display: inline-block;
        margin-right: auto;
        margin-left: auto;
    }

.filter-button:hover > span::before, .filter-button.active > span::before {
    border-bottom: 2px solid #a72d3c;
    border-top: 2px solid #a72d3c;
}

.filter-button > span > span {
    padding: 5px 10px;
    width: 100%;
    display: inline-block;
}

.filter-button:hover {
}

.btn-default:active .filter-button:active {
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
}

    .gallery_product .image {
        opacity: 1;
        transition: .5s ease;
        backface-visibility: hidden;
    }

    .gallery_product .middle {
        transition: .5s ease;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
        background: rgba(35,31,32,0.65);
        width: 100%;
        height: 100%;
    }

    .gallery_product:hover .image {
        opacity: 0.3;
    }

    .gallery_product:hover .middle {
        opacity: 1;
    }

    .gallery_product .text {
        color: white;
        font-size: 25px;
        line-height: 30px;
        font-weight: bold;
        text-transform: uppercase;
    }

.bread h1 {
    text-transform: uppercase;
    font-weight: bold;
}

.bread {
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 100%;
    color: #FFF;
}

    .bread h1 {
        text-transform: uppercase;
        font-weight: bold;
    }

        .bread h1:after {
            content: '';
            border-bottom: 2px solid #FFF;
            height: 7px;
            border-top: 2px solid #FFF;
            width: 70px;
            display: block;
            margin-top: 1rem;
            margin-bottom: 1.5rem;
            margin-left: auto;
            margin-right: auto;
        }

/*FORMULARIO*/

.form-group label {
    font-weight: 400;
    font-family: 'Arvo', serif;
    font-size: 18px;
}

.inform-text {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Arvo';
}

.form-control {
    border: 1px solid #ffb069;
    border-radius: 0;
}

.form-group label span {
    color: #ffb069;
}

.enviar {
    background: #FFF;
    border: 1px solid #474747;
    padding: 10px 25px;
    line-height: 17px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: #474747;
    font-family: 'IBM Plex Sans', sans-serif;
}

    .enviar:hover {
        background: #474747;
        color: #FFF;
    }

.titulo-contactos {
    position: relative;
}

.form-group h3 {
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
}

.titulo-contactos::after {
    content: '';
    height: 1px;
    background: #ffb069;
    width: 180%;
    display: block;
    position: absolute;
    left: -100%;
    bottom: 0;
}

.embed-responsive-map::before {
    padding-top: 100%;
}

.embed-responsive.embed-responsive-map {
    width: 60%;
    margin-top: -120px;
}

.embed-responsive-map iframe {
    height: calc(100% + 60px) !important;
    margin-top: -60px;
}

.embed-responsive-map iframe {
    pointer-events: none;
}

/* Portofolio */
ul.cartegoryList {
    padding: 1rem 6%;
    display: inline-block;
    list-style: none;
    margin: 0 0 3rem;
    border-bottom: 1px solid #ffb069;
}

    ul.cartegoryList li.categoryItem {
        display: inline-block;
        text-transform: uppercase;
        font-size: 1.2rem;
        padding: 1rem 1.5rem;
        cursor: pointer;
        font-weight: 400;
    }

        ul.cartegoryList li.categoryItem.selectedItem {
            color: #ff8205;
        }


.equipamento {
    margin-bottom: 40px;
    margin-top: 40px;
}

    .equipamento img {
        margin-bottom: 15px;
    }

    .equipamento span {
        font-family: 'Arvo';
        font-size: 20px;
        font-weight: bold;
        display: grid;
        text-align: center;
    }

.owl-nav {
    position: absolute;
    top: 50%;
    /* height: 100%; */
    width: 100%;
    z-index: 2;
    transform: translateY(-50%);
}

    .owl-nav button {
        position: absolute;
        left: -10px;
        width: 40px;
        height: 40px;
        z-index: 2;
        transform: translateY(-50%);
        background: url(/css/img/left_arrow.svg) no-repeat center center !important;
    }

        .owl-nav button + button {
            left: auto;
            right: -50px;
            background: url(/css/img/right_arrow.svg) no-repeat center center !important;
        }

        @media (max-width: 1140px){
            .owl-nav button + button {                
                right: -30px;                
            }
        }

@media (max-width: 520px) {
    .owl-nav button + button {
        right: -10px;
    }
}

.fa-caret-left {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 25px solid #555;
    border-bottom: 15px solid transparent;
}

.fa-caret-right {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 25px solid #555;
    border-bottom: 15px solid transparent;
}

.fa-caret-left:before {
    float: left;
}

.fa-caret-right:before {
    float: right;
}

.fa-caret-left:before, .fa-caret-right:before {
    line-height: 0;
}

@media (max-width: 1140px) {
    .embed-responsive.embed-responsive-map {
        width: 50%;
        margin-top: -60px;
        margin-left: 20%;
    }
}

@media (max-width: 900px) {
    .titulo-subpagina h2, .titulo-portofolio h1, .tit-conteudo h1 {
        font-size: 6.5rem;
        line-height: 7rem;
    }

    .title-60, .content-banner {
        font-size: 50px !important;
        line-height: 54px !important;
    }

    .embed-responsive.embed-responsive-map {
        width: 50%;
        margin-top: -30px;
        margin-left: 40%;
    }
}

@media (max-width: 800px) {
    .titulo-subpagina h2, .titulo-portofolio h1, .tit-conteudo h1 {
        font-size: 5.5rem;
        line-height: 6rem;
    }

    .title-60, .content-banner {
        font-size: 45px !important;
        line-height: 49px !important;
    }
}

@media (max-width: 768px) {
    .content-md-absolute {
        position: relative;
    }

    .container-banner {
        top: 0;
        transform: translateY(0%);
        padding: 60px 0 60px;
    }

    .titulo-banner img, .titulo-conteudo img {
        width: 28px !important;
    }

    .titulo-banner h3 {
        font-size: 16px;
        line-height: 20px;
        padding: 15px 0 10px;
        text-transform: uppercase;
    }

    .title-26 {
        font-size: 20px;
        line-height: 24px;
    }

    .navbar-collapse.collapse {
        background: #8c8c8c;
    }

    .px-10 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .navbar-nav .nav-item {
        border-right: 0px solid #FFF;
        border-bottom: 1px solid rgba(255,255,255,.5);
    }

    .w-40 {
        width: 100% !important;
    }

    ul.cartegoryList {
        padding: 1rem 3%;
    }

        ul.cartegoryList li.categoryItem {
            font-size: 1rem;
            padding: 1rem 0.5rem;
        }

    .embed-responsive.embed-responsive-map {
        width: 50%;
        margin-top: 60px;
        margin-left: 25%;
    }

    .main_slide {
        padding: 30px 0 0;
    }
    .titulo-subpagina h2 {
        margin-bottom: -25px;
    }
}

@media (max-width: 700px) {
    .titulo-subpagina h2, .titulo-portofolio h1, .tit-conteudo h1 {
        font-size: 4.5rem;
        line-height: 5rem;
    }

    .title-60, .content-banner {
        font-size: 40px !important;
        line-height: 44px !important;
    }
}

@media (max-width: 600px) {
    .titulo-subpagina h2, .titulo-portofolio h1, .tit-conteudo h1 {
        font-size: 3.5rem;
        line-height: 4rem;
    }

    .title-60, .content-banner {
        font-size: 35px !important;
        line-height: 39px !important;
    }

    .titulo-subpagina h2, .titulo-portofolio h1, .tit-conteudo h1 {
        margin-top: 20px;
    }

    ul.cartegoryList {
        margin: 0 0 0;
    }
}

@media (max-width: 500px) {
    .titulo-subpagina h2, .titulo-portofolio h1, .tit-conteudo h1 {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    .title-60, .content-banner {
        font-size: 30px;
        line-height: 34px;
    }

    ul.cartegoryList {
        padding: 1rem 1rem;
    }

        ul.cartegoryList li.categoryItem {
            font-size: .8rem;
            padding: 1rem 0.5rem;
        }
}

@media (max-width: 400px) {
    .titulo-subpagina h2, .titulo-portofolio h1, .tit-conteudo h1 {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .title-60, .content-banner {
        font-size: 26px;
        line-height: 30px;
    }
}
h1.titulo-subpagina-servico {
    font-size: 70px;
    line-height: 75px;
}