/*GERAIS*/
@media (min-width:1300px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }
}

body {
    background-image: url(img/background_body.jpg);
    background-repeat: repeat;
}

a {
    color: #a20e1c;
}

    a:hover {
        color: #a20e1c;
    }

img {
    max-width: 100%;
    height: auto;
}

    img.embed-responsive-item {
        object-fit: cover;
        height: 100%;
        width: 100%;
        object-position: center;
    }

/*TOP*/
.navbar-brand img {
    height: 80px;
    padding-top: 10px;
}
/*MENU*/
.navbar-light .navbar-nav .nav-item {
    margin: 10px;
}

.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    color: #404041;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    padding: 8px 20px;
    text-align: center;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #FFF;
    background: #a20e1c;
    border-radius: 5px;
}

a.btn-rede-social {
    font-size: 30px;
    line-height: 35px;
    color: #404041;
}
/*SLIDE*/
/*BANNER*/
.main_slider, .main_slider_area, .main_slider_in {
    position: relative;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.main_slide {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .main_slide img {
        height: 100%;
        width: 100%;
        position: relative;
        overflow: hidden;
        object-fit: cover;
        object-position: center;
    }

.owl-stage, .owl-stage-outer, .owl-item {
    height: 100%;
    z-index: 2;
}

.content-banner {
    bottom: 50px;
}

.bg-content-banner {
    background: rgba(64,64,65,0.5);
    padding: 20px;
    text-align: center;
    color: #FFF;
}

    .bg-content-banner::before {
        content: '';
        border-bottom: 2px solid;
        height: 7px;
        border-top: 2px solid;
        width: 100px;
        display: inline-block;
        margin-bottom: 1.5rem;
    }

    .bg-content-banner button {
        background: none;
        color: #FFF;
        font-size: 14px;
        font-weight: bold;
    }

        .bg-content-banner button a {
            color: #FFF;
        }

        .bg-content-banner button:hover, .bg-content-banner button:hover a {
            background: #a20e1c;
            border-color: #a20e1c;
            color: #FFF;
            text-decoration: none;
        }

/*MODULOS HOME*/
.titulo-modulo {
    text-align: center;
}

    .titulo-modulo h2 {
        font-size: 40px;
        line-height: 44px;
        font-weight: bold;
    }

    .titulo-modulo .subtitulo, .titulo-modulo .subtitulo h4 {
        font-size: 16px;
        line-height: 20px;
        font-weight: normal;
        font-style: italic;
        color: #58585b;
        margin-bottom: 2rem;
    }

    .titulo-modulo:after {
        content: '';
        border-bottom: 2px solid #a72d3c;
        height: 7px;
        border-top: 2px solid #a72d3c;
        width: 70px;
        display: inline-block;
        margin-bottom: 1.5rem;
    }

.owl-parceiros .owl-nav {
    position: absolute;
    top: calc(50% - 20px);
    width: 120%;
    right: -10%;
    font-size: 40px;
    color: #808284;
    z-index: 1;
}

.owl-parceiros .owl-prev {
    float: left;
}

.owl-parceiros .owl-next {
    float: right;
}
/*FOOTER*/
footer {
    background-image: url(img/background_footer.svg);
    background-color: #1a1a1a;
    background-size: cover;
    color: #fcfcfc;
    padding: 2rem 0;
    margin: 0;
}

.copyright {
    font-size: 14px;
    line-height: 16px;
}

footer a {
    color: #fcfcfc;
}

/*LISTA SERVI�OS*/
.servico h2.titulo-linha {
    text-transform: uppercase;
    margin-top: 1rem;
}

h2.titulo-linha {
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
}

.servico a, .servico a:hover {
    color: #231f20;
    text-decoration: none;
    transition: all .5s;
}

.saber-mais {
    color: #6d6e70;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.servico a:hover .saber-mais {
    color: #a72d3c;
}

.servico img {
    transition: all .5s;
}

.servico a:hover img {
    transform: scale(1.1)
}

/*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;
    }

.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;
        }
/*REDUZIR ENERGIA*/
.item-resposta {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(35,31,32,0.35);
    box-shadow: 0px 0px 15px 0px rgba(35,31,32,0.35);
    /*margin: 7px;*/
    background: #FFF;
    padding: 30px;
    cursor: pointer;
}

    .item-resposta img {
        max-height: 80px;
        margin-bottom: 15px;
    }

    .item-resposta h2.titulo-linha::after {
        margin-bottom: 0;
    }

    .item-resposta p:last-child {
        margin-bottom: 0;
    }
/*FORMULARIO*/

.form-group label {
    text-transform: uppercase;
    font-weight: 600;
}

.form-control {
    border: 1px solid #717880;
}

.form-group label span {
    color: #a72d3c;
}

.height-textarea {
    height: 100px !important
}

.form-control-file {
    border: 1px solid #717880;
    padding: 5px;
    border-radius: 0.25rem;
}

.enviar {
    background: #a72d3c;
    color: #FFF;
    border: 0;
    padding: 15px 25px;
    line-height: 16px;
    font-size: 16px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.embed-responsive-map::before {
    padding-top: 25%;
}

.embed-responsive-map iframe {
    height: calc(100% + 60px) !important;
    margin-top: -60px;
}

.embed-responsive-map iframe {
    pointer-events: none;
}

@media (max-width:363px) {
    span.border-top-bottom {
        display: block;
    }
}

@media (max-width:471px) {
    .bg-content-banner button {
        font-size: 10px;
    }
}

@media (max-width:370px) {
    .bg-content-banner button {
        font-size: 8px;
    }
}

@media (max-width:471px) {
    .bg-content-banner .title-40 {
        font-size: 30px;
        line-height: 35px;
    }
}

@media (max-width:370px) {
    .bg-content-banner .title-40 {
        font-size: 20px;
        line-height: 25px;
    }
}

@media (max-width:320px) {
    .bg-content-banner .title-40 {
        font-size: 18px;
        line-height: 23px;
    }
}
