*{
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: ttsb;
    src: url(../font/TTSquares_Bold.woff);
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: ttsr;
    src: url(../font/TTSquares_Regular.woff);
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: ttsl;
    src: url(../font/TTSquares_Light.woff);
    font-style: normal;
    font-weight: normal;
}



body, html{
    font-family: ttsr;
    color:#fff;
}


.box p{
    line-height: 1.4em;
    color:rgb(144, 144, 144);
    margin-bottom: 2px;
}

.box p strong{
    font-size: 1.5em;
    color:#fff;
}

strong{
    font-family: ttsb;
    font-style: normal;
    font-weight: normal;

}

.BannerTopo{
    background:url(../img/BannerTopo3.jpg) no-repeat;
    background-position: 50% 50%;
    background-size:cover;
    max-height: 836px;
}
.bg{
    background: #161616;
   padding:0 ;
}

.bgMenu{
    background:url(../img/fundo-faixa-menu.jpg) no-repeat;
    background-position: 50% 50%;
    background-size:cover;
    padding-top: 25px;
    padding-bottom: 25px;
    

}
.navTopo figure{
   max-width: 668px;
   margin: 0 auto;
   padding:0 20px;
}

#produtos{
    padding-top: 100px;
    background: url(../img/fundo-produtos.jpg) no-repeat top center #0c0c0e;
    background-attachment: fixed;
}

.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: 18px;
    border: 1px solid #ffffff;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    background-color: rgba(67, 179, 47, 0);
    padding: 10px 15px;
    margin: 5px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    background-color: rgba(179, 47, 135,1);

}
.btn-default:active .filter-button:active
{
    background-color: #5c047d;
    color: white;
}


.filter-button2
{
    font-size: 18px;
    border: 1px solid #ffffff;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    background-color: rgba(67, 179, 47, 0);
    padding: 10px 30px;
    margin: 5px 5px 35px 5px;

}
.filter-button2:hover
{
    font-size: 18px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    background-color: rgb(158, 0, 0);

}
.btn-default:active .filter-button2:active
{
    background-color: #5c047d;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 60px;
    
}
.gallery_product .box{
    border: 1px solid #a10d0d;
    text-align: center;
    color: #fff;


    background: -moz-linear-gradient(0deg, #0000009f 72%, #A10D0D 70%, #0000009f 80%);/* FF3.6+ */
    background: -webkit-gradient(linear, 0deg, color-stop(72%, 0000009f), color-stop(70%, A10D0D), color-stop(80%, 0000009f));/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(0deg, #0000009f 72%, #A10D0D 70%, #0000009f 80%);/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(0deg, #0000009f 72%, #A10D0D 70%, #0000009f 80%);/* Opera 11.10+ */
    background: -ms-linear-gradient(0deg, #0000009f 72%, #A10D0D 70%, #0000009f 80%);/* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
    background: linear-gradient(0deg, #0000009f 72%, #A10D0D 70%, #0000009f 80%);/* W3C */

}
.gallery_product .box img{
    max-width: 100%;
    padding: 0 8px;
}


.footer{
    background: #161616;
    padding: 60px 0;
}

.menu{
    padding: 30px 0;
}


ul.menu li a{
    color: #fff;

    font-size: 1.2em;
    text-decoration:  none;
}
ul.menu li a:hover{
    color:#940d0d;
    font-weight:normal;
}

.ass{
    background:#000;
    padding:3px;
    color: #2e2e2e
}


@media (max-width: 420px){
    .BannerTopo{
        height: 200px;
    }
}
@media (min-width: 421px) and (max-width: 580px){
    .BannerTopo{
        height: 300px;
    }
}

@media (min-width: 581px) and (max-width: 992px){
    .BannerTopo{
        height: 450px;
    }
}

@media (min-width: 993px) and (max-width: 1024px){
    .BannerTopo{
        height: 520px;
    }
}

@media (min-width: 1025px) and (max-width: 1320px){
    .BannerTopo{
        height: 600px;
    }
}

@media (min-width: 1321px){
    .BannerTopo{
        height: 800px;
    }
}