/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

 /* Global Styles */

 html,
 body {
    height: 100%;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

a{
    letter-spacing: -1px;
}

p{
    letter-spacing: -1px;
}
/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}


/*SLIDER*/
.slider{
    padding: 0!important;
    display: block;
    position: relative;
    height: 400px;
    max-width: 100%;
    width:100%;
}

.slide-01{
    padding: 0!important;
    display: block;
    position: relative;
    height: 400px;
    max-width: 100%;
    width:100%;

    background-image:url(../images/slide-01.jpg);
    background-position: center center;
    background-size: cover;
}

.slide-02{
    padding: 0!important;
    display: block;
    position: relative;
    height: 400px;
    max-width: 100%;
    width:100%;

    background-image:url(../images/slide-02.jpg);
    background-position: center center;
    background-size: cover;
}

.slide-03{
    padding: 0!important;
    display: block;
    position: relative;
    height: 400px;
    max-width: 100%;
    width:100%;

    background-image:url(../images/slide-03.jpg);
    background-position: center center;
    background-size: cover;
}

.slide-04{
    padding: 0!important;
    display: block;
    position: relative;
    height: 400px;
    max-width: 100%;
    width:100%;

    background-image:url(../images/slide-04.jpg);
    background-position: center center;
    background-size: cover;
}

.bx-wrapper{
    margin: 0!important;

}
.bx-wrapper .bx-viewport{
    -webkit-box-shadow: 0 0 0 transparent!important;
    box-shadow: 0 0 0 transparent!important;
    border: 0!important;
    left: 0!important;
    background: transparent!important; 
}
.bx-wrapper .bx-pager {
    padding: 0 55px 70px 1px!important;
    text-align: right!important;
}
.bx-wrapper .bx-controls-direction a{
    z-index: 0!important;
}

/* Footer Styles */

footer {
    margin-top: 30px;
}
footer p{
    margin-bottom:40px;
}
/* Responsive Styles */
@media(max-width:1150px) {
    .bxslider li{
        height: 250px;
    }
}

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
    .logo {
        background: url(../images/logo-responsivo.png) no-repeat center top!important;
        width: 152px!important;
        height: 64px!important;
        margin-top: -25px!important;
        position: absolute;
        border-radius: 0 0 10px 10px;
        z-index: 9;
    }
    .navbar a{
        font-size: 13px!important;
    }
    .campos-form-1{
        padding-right: 15px!important;
    }

    .campos-form-2{
        padding-left: 15px!important;
    }

}

@media(max-width:835px) {
    .bxslider li{
        height: 200px;
    }
    .bx-pager{
        display: none;
    }
}

@media(max-width:767px) {
    .home-responsivo{
        padding-top: 40px!important;
    }
    .white-footer{
        margin-bottom: 55px;
    }
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
    ul.nav{
        z-index: 4;
        display: table;
        width: 100%;
        position: relative;
        padding: 0!important;
        margin-top: 0;
        background: rgba(93,93,94,1);
        background: -moz-linear-gradient(top, rgba(93,93,94,1) 0%, rgba(60,60,61,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(93,93,94,1)), color-stop(100%, rgba(60,60,61,1)));
        background: -webkit-linear-gradient(top, rgba(93,93,94,1) 0%, rgba(60,60,61,1) 100%);
        background: -o-linear-gradient(top, rgba(93,93,94,1) 0%, rgba(60,60,61,1) 100%);
        background: -ms-linear-gradient(top, rgba(93,93,94,1) 0%, rgba(60,60,61,1) 100%);
        background: linear-gradient(to bottom, rgba(93,93,94,1) 0%, rgba(60,60,61,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5e', endColorstr='#3c3c3d', GradientType=0 );
        border-radius: 0;
        border: inherit;
    }

    li.contact-header-2{
        display: table!important;
    }
    li.contact-header{
        display: none!important;
    }
    .fill {
        background: url(../images/slide-responsivo.jpg)!important;
        width: 100%;
        height: 162px!important;
        background-position: center;
        background-repeat: no-repeat;
    }
}
@media(max-width:670px) {
    .bxslider li{
        height: 150px;
    }
    .bx-pager{
        display: none;
    }
}

@media(max-width:500px) {
    .bxslider li{
        height: 100px;
    }
    .bx-pager{
        display: none;
    }
}
@media(max-width:460px) {
}

@media(max-width:350px) {
    .email span{
        font-size: 15px!important;
    }

    .logo{
        margin-left: -60px!important;
    }
}

@media(max-width:330px) {
}

@media(max-width:280px) {
    .email span{
        font-size: 11px!important;
    }
}
h1{
    font-weight: 700;
    font-size: 34px;
    color: #404041;
    font-family: 'Arial', Serif;
}

.navbar{
    margin-bottom: 0!important;
    height: 66px;
    background: rgba(93,93,94,1);
    background: -moz-linear-gradient(top, rgba(93,93,94,1) 0%, rgba(60,60,61,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(93,93,94,1)), color-stop(100%, rgba(60,60,61,1)));
    background: -webkit-linear-gradient(top, rgba(93,93,94,1) 0%, rgba(60,60,61,1) 100%);
    background: -o-linear-gradient(top, rgba(93,93,94,1) 0%, rgba(60,60,61,1) 100%);
    background: -ms-linear-gradient(top, rgba(93,93,94,1) 0%, rgba(60,60,61,1) 100%);
    background: linear-gradient(to bottom, rgba(93,93,94,1) 0%, rgba(60,60,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5e', endColorstr='#3c3c3d', GradientType=0 );
    border-radius: 0;
    border: inherit;
}

.navbar a{
    font-size: 18px;
    color: #fff!important;
    font-family: 'Verdana',arial;
    margin-top: 10px;
}
.navbar a:hover{
    color: #F36D37!important;
}


/*LOGO*/
.logo{
    background: url(../images/logo.png) no-repeat center top;
    width: 283px;
    height: 197px;
    margin-top: -58px;
    margin-left: 1px!important;
    position: absolute;
    z-index: 9;
}

/*SLIDE*/
.fill{
    background: url(../images/slide-01.jpg);
    width: 100%;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
}

/*JOVITEC*/
#jovitec{
    background: #f0f0f0;
    max-height: auto;
}

.paragrafo-jovitec{
    font-size: 21px;
    color: #404041;
    line-height: 24px;
    text-align: justify;
    font-family: 'Arial',Verdana;

}
.paragrafo-jovitec span{
    color: #F36D37;
    font-weight: 600;
}

/*INDUSTRIAIS*/
#industrias{
    background-color: #c8c8c8;
}

#industrias h2{
    margin-top: 60px;
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    color: #404041;
}

.images-industrias-01{
    background: url(../images/image-01.jpg) no-repeat;
    width: 100%;
    height: 166px;
    background-size: cover;
    display: table;
}

.images-industrias-02{
    background: url(../images/image-02.jpg) no-repeat;
    width: 100%;
    height: 166px;
    background-size: cover;
    display: table;
}

.images-industrias-03{
    background: url(../images/image-03.jpg) no-repeat;
    width: 100%;
    height: 166px;
    background-size: cover;
    display: table;
}

.images-industrias-04{
    background: url(../images/image-04.jpg) no-repeat;
    width: 100%;
    height: 166px;
    background-size: cover;
    display: table;
}

.images-industrias-05{
    background: url(../images/image-05.jpg) no-repeat;
    width: 100%;
    height: 166px;
    background-size: cover;
    display: table;
}

.images-industrias-06{
    background: url(../images/image-06.jpg) no-repeat;
    width: 100%;
    height: 166px;
    background-size: cover;
    display: table;
}

div.box-white1{
    background: #fff;
    background: rgba(000, 000, 000, 0.6);
    width: 100%;
    position: relative;
    display: table;
    bottom: 55px;
    height: 55px;
}
.box-white1 span{
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    line-height: 1;
    padding: 0 20px 15px;
    width: 100%;
    color: #fff;
    letter-spacing: -1px;
}

div.box-white2{
    background: #fff;
    background: rgba(000, 000, 000, 0.6);
    width: 100%;
    position: relative;
    display: table;
    bottom: 55px;
    height: 55px;
}
.box-white2 span{
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    line-height: 1;
    padding: 0 20px 15px;
    width: 100%;
    color: #fff;
    letter-spacing: -1px;
}

div.box-white3{
    background: #fff;
    background: rgba(000, 000, 000, 0.6);
    width: 100%;
    position: relative;
    display: table;
    bottom: 55px;
    height: 55px;
}
.box-white3 span{
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    line-height: 1;
    padding: 0 20px 15px;
    width: 100%;
    color: #fff;
    letter-spacing: -1px;
}

div.box-white4{
    background: #fff;
    background: rgba(000, 000, 000, 0.6);
    width: 100%;
    position: relative;
    display: table;
    bottom: 55px;
    height: 55px;
}
.box-white4 span{
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    line-height: 1;
    padding: 0 20px 15px;
    width: 100%;
    color: #fff;
    letter-spacing: -1px;
}

div.box-white5{
    background: #fff;
    background: rgba(000, 000, 000, 0.6);
    width: 100%;
    position: relative;
    display: table;
    bottom: 55px;
    height: 55px;
}
.box-white5 span{
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    line-height: 1;
    padding: 0 20px 15px;
    width: 100%;
    color: #fff;
    letter-spacing: -1px;
}

div.box-white6{
    background: #fff;
    background: rgba(000, 000, 000, 0.6);
    width: 100%;
    position: relative;
    display: table;
    bottom: 55px;
    height: 55px;
}
.box-white6 span{
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    line-height: 1;
    padding: 0 20px 15px;
    width: 100%;
    color: #fff;
    letter-spacing: -1px;
}
/*REVENDAS*/
.images-revenda{
    background: url(../images/ferramentas.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 118px;
    display: table;
    margin-bottom: 60px;
}
#revenda{
    background: #f0f0f0;
    max-height: auto;
}
#revenda p{
    font-size: 21px;
    font-family: 'Arial',Verdana;
    line-height: 24px;
    text-align: justify;
    color: #404041;
}
#revenda h2 {
    border-bottom: inherit;
    font-size: 34px;
    font-weight: 600;
    color: #404041;
    font-family: 'Arial', Verdana;
    margin:60px 0 30px 0; 
}

/*MARCAS*/
#marcas{
    background-color: #c8c8c8;

    padding-bottom: 21px;
}
#marcas h2{
    margin: 50px 0 10px 0;
    font-size: 34px;
    font-weight: 600;
    color: #404041;
    font-family: 'Arial', Verdana;
}

#marcas .box{
    width: 100%;
    height:150px;

    border-radius: 16px;
    margin: 15px 0;


    background-position: center center;
    background-repeat: no-repeat!important;
    background-color: #fff;
}

.images-marcas-01{
    background-image: url(../images/marca-01.png)!important;
}

.images-marcas-02{
    background-image: url(../images/marca-02.png)!important;
    background-color: #000!important;
}

.images-marcas-03{
    background-image: url(../images/marca-03.png)!important;

}

.ekko-lightbox-item img{
    max-width: 100%;
}

.ekko-lightbox-nav-overlay span{
    color:#000;
}

.images-marcas-04{
    background-image: url(../images/marca-04.png)!important;

}

.images-marcas-05{
    background-image: url(../images/marca-05.png)!important;

}

.images-marcas-06{
    background-image: url(../images/marca-06.png)!important;
}

.images-marcas-07{
    background-image: url(../images/marca-07.png)!important;
}

/*CONTATO*/
#contato{
    background-color: #5b5b5c;
    margin: 0;
}
#contato h2{
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    font-family: 'Arial', Verdana;
    margin: 50px 0 40px 0;
}

.white-footer{
    background: #fff;
    border-radius: 8px;
    width: 100%;
    display: table;
    padding: 5px;
}

.white-footer h3{
    font-size: 24px;
    font-family: 'Arial', Verdana;
    color: #404041;
    padding-left: 20px;
    font-weight: 600;
}

.tel{
    background: url(../images/tel.png) no-repeat;
    padding-left: 20px;
    margin: 20px 0 15px 15px;
}

.tel span{
    font-size: 18px;
    font-family: 'Arial', Verdana;
    color: #404041;
    padding-left: 20px;
    font-weight: 600;
}

.cel{
    background: url(../images/cell.png) no-repeat;
    margin: 20px 0 15px 15px;
    padding-left: 20px;
}

.cel span{
    font-size: 18px;
    font-family: 'Arial', Verdana;
    color: #404041;
    padding-left: 20px;
    font-weight: 600;
}

.email{
    background: url(../images/email.png) no-repeat;
    margin: 20px 0 15px 15px;
    padding-left: 20px;
}
.email span{
    font-size: 18px;
    font-family: 'Arial', Verdana;
    color: #404041;
    padding-left: 20px;
    font-weight: 600;
}
.contato-form{
    background: #3b3b3b;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.btn-rodape{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Arial',Verdana;
    padding: 10px 22px;
    width: 100%;
    background: rgba(244,127,80,1);
    background: -moz-linear-gradient(top, rgba(244,127,80,1) 0%, rgba(243,112,55,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244,127,80,1)), color-stop(100%, rgba(243,112,55,1)));
    background: -webkit-linear-gradient(top, rgba(244,127,80,1) 0%, rgba(243,112,55,1) 100%);
    background: -o-linear-gradient(top, rgba(244,127,80,1) 0%, rgba(243,112,55,1) 100%);
    background: -ms-linear-gradient(top, rgba(244,127,80,1) 0%, rgba(243,112,55,1) 100%);
    background: linear-gradient(to bottom, rgba(244,127,80,1) 0%, rgba(243,112,55,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47f50', endColorstr='#f37037', GradientType=0 );
}

.form-control{
    height: 50px;
}

.padding5px{
    padding:5px!important;
}

.form-group{
    margin-bottom: 0px;
}

footer p{
    color: #fff;
    font-size: 13px;
    float: left;
    font-family: 'Arial', Verdana;
}

li.contact-header{
    background: rgba(226,112,67,1);
    background: -moz-linear-gradient(top, rgba(226,112,67,1) 0%, rgba(222,92,40,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,112,67,1)), color-stop(100%, rgba(222,92,40,1)));
    background: -webkit-linear-gradient(top, rgba(226,112,67,1) 0%, rgba(222,92,40,1) 100%);
    background: -o-linear-gradient(top, rgba(226,112,67,1) 0%, rgba(222,92,40,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,112,67,1) 0%, rgba(222,92,40,1) 100%);
    background: linear-gradient(to bottom, rgba(226,112,67,1) 0%, rgba(222,92,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e27043', endColorstr='#de5c28', GradientType=0 );
    border-radius: 8px 8px 0 0;
    display: table;
    margin-top: 12px;
}

li.contact-header:hover{
    background:#e27247;
}

.contact-header a{
    padding: 4px 23px 19px 23px!important;
    cursor: pointer;
}

.contact-header a:hover{
    color:#fff!important;
}
/*CONTACT-HEADER-2*/
li.contact-header-2{
    background: rgba(226,112,67,1);
    background: -moz-linear-gradient(top, rgba(226,112,67,1) 0%, rgba(222,92,40,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,112,67,1)), color-stop(100%, rgba(222,92,40,1)));
    background: -webkit-linear-gradient(top, rgba(226,112,67,1) 0%, rgba(222,92,40,1) 100%);
    background: -o-linear-gradient(top, rgba(226,112,67,1) 0%, rgba(222,92,40,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,112,67,1) 0%, rgba(222,92,40,1) 100%);
    background: linear-gradient(to bottom, rgba(226,112,67,1) 0%, rgba(222,92,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e27043', endColorstr='#de5c28', GradientType=0 );
    border-radius: 8px;
    display: none;
    margin: 10px 0 3px 3px;
}

li.contact-header-2:hover{
    background:#e27247;
}

.contact-header-2 a{
    padding: 4px 25px 20px 25px!important;
}

.contact-header-2 a:hover{
    color:#fff!important;
}


.budget{
    padding-top: 25px;
    width: 400px;
    background-color: rgba(221, 90, 36, 0.8);
    position: absolute;
    z-index: 2000;
    right: 0;
    top: 54px;
    overflow: hidden;
}
textarea{
    resize:none;
}

.budget .form-control{
    padding: 10px;
}


.btn-header{
    float: right;
    margin-bottom: 20px;
    margin-right: 18px;
    border-radius: 5px;
    padding: 12px 17px;
    background: #000;
    color: #fff;
    font-size: 15px;
    border: 0;
}

.page-scroll{
    display: block;
}

.campos-form-1{
    padding-right: 5px;
}

.campos-form-2{
    padding-left: 5px;
}