body.noscroll {
    overflow: hidden;
}
.cols-produtos-normal .image img {
    width: 100%;
}
.box-categoria {
    text-align: center;
    padding: 0 18px;
}
.box-categoria .image {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 auto 25px;
}
.box-categoria:hover .image, .box-categoria.active .image  {
    background: rgba(72, 129, 140, 1.0);
}
.box-categoria:hover .subTitulo, .box-categoria.active .subTitulo {
    color: rgba(72, 129, 140, 1.0);
}
.box-categoria .image img {
    margin: 0 auto;
}
.cate-produtos {
    text-align: center;
    margin-bottom: 130px;
}
#cols-produtos-normal > .col-inline {
    box-sizing: content-box;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#cols-produtos-normal > .col-inline .descricao p {
    color: rgba(255, 255, 255, 0.8);
}
#cols-produtos-normal > .col-inline .btn-model-1 {
    border: 2px solid #3a91a2;
    color: rgba(255, 255, 255, 0.8);
} 
#cols-produtos-normal > .col-inline .btn-model-1:hover {
    background: #3a91a2;
}
#cols-produtos-normal > .col-inline .linha-vertical {
   background: rgba(255, 255, 255, 0.1);
}
#cols-produtos-normal > .col-inline .image img {
    width: 100%;
}
.mais-produtos {
    width: 87px;
    height: 87px;
    display: block;
    margin: 0 auto;
    border: 3px solid #b2c801;
    text-align: center;
    padding-top: 24px;
    font-size: 36px;
    color: #fff;
    border-radius: 100%;
}
.mais-produtos:hover {
    background: #b2c801;
}
.txt-mais {
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    margin-bottom: 50px;
    margin-top: 40px;
    font-size: 32px;
    font-family: 'alleyn-light';
}
.lightbox_default {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    padding: 30px 0;
    overflow-y: scroll;
}
.content-lightbox-prod {
    width: 1010px;
    margin: 0 auto;
    background: #fff;
    z-index: 20;
    display: block !important;
    position: relative;
    padding: 35px 55px;
    margin-bottom: 30px;
    border-radius: 40px;
}
.content-lightbox-prod .image {
    width: 320px;
    margin-right: 27px;
}
.content-lightbox-prod .image img {
    width: 100%;
}
.fundo-lightbox-prod {
    z-index: 10;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
}
.lightbox_produtos .descricao ul {
    width: 100%;
    padding-top: 45px;
}
.lightbox_produtos .descricao ul li {
    width: 50%;
    padding: 0 30px 20px 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-family: 'alleyn-regular';
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    float: left;
}
.fechar-lightbox-prod {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 100%;
    background: #40515d;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    font-size: 30px;
    font-family: 'alleyn-regular';
}