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;
    display: none;
}
#cols-produtos-normal > .col-inline {
    box-sizing: content-box;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#cols-produtos-normal > .col-inline .descricao p {
    color: #525252;
    font-family: "Montserrat";
    font-size: 14px;
    padding-top: 19px;
}



#cols-produtos-normal > .col-inline .descricao .titulo:nth-of-type(1):after{
    content: "";
    display: block;
    width: 400px;
    height: 4px;
    background-color: #5C2899;
    /* margin: 0 auto; */
    margin-top: 16px;
    border-radius: 50px;
    margin-left: -130px;
}

#cols-produtos-normal > .col-inline .descricao.esq .titulo:after{
   margin-left:0;
   float:right;
   margin-right:-130px;
}
#cols-produtos-normal > .box-estrutura:nth-of-type(even) .descricao .titulo:after{
    margin-left: 50px;
    margin-right: -141px;
    width: 470px;
}
#cols-produtos-normal > .col-inline .descricao.esq {
    text-align:right;
}
#cols-produtos-normal > .col-inline .descricao .titulo {
    color: #6C6C6C;
    font-size: 21px;
    font-family: Montserrat;
    font-weight: 500;
    display: block;
}
#cols-produtos-normal > .col-inline .btn-model-1 {
    border: 2px solid #3992a2;
    color: rgba(0, 0, 0, 0.9);
    font: 14.18px 'alleyn-regular';
    padding: 9px 20px; 
} 
#cols-produtos-normal > .col-inline .btn-model-1:hover {
    background: #3a91a2;
}
#cols-produtos-normal > .col-inline .image{
    overflow: hidden;
    height: 356px;
    float: left;
    display: block;
    max-width: 547px;
}
.owlCarousel-estrutura .owl-dots{
    margin-top: -44px;
    z-index: 100;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
}
.owlCarousel-estrutura .owl-dots .owl-dot{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #ffff;
    border: 2px solid #5C2899;
    border-radius: 50%;
    margin: 0 3px
}
.owlCarousel-estrutura .owl-dots .owl-dot:hover,
.owlCarousel-estrutura .owl-dots .owl-dot.active{
    background-color: #5C2899;
}
.box-estrutura:nth-of-type(even) .image{
    float: right !important;
}
#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 #6d7e90;
    text-align: center;
    padding-top: 24px;
    font-size: 36px;
    color: #6d7e90;
    border-radius: 100%;
    margin-top: 40px;
}
.mais-produtos:hover {
    background: #6d7e90;
    color: #fff;
}
.txt-mais {
    color: #6d7e90;
    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: table !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';
}
.banner-estrutura .central{
    background: rgba(0, 0, 0, 0.5);
}
.banner-estrutura{
    height: 480px;
    background: url(../../../images/fewe.png) no-repeat center;
    text-align: center;
}
.banner-estrutura .descricao{
    color: #fff;
    width: 400px;
}  
/* .banner-estrutura .titulo:after{
    content: "";
    display: block;
    width: 55px;
    height: 4px;
    background-color: #5C2899;
    margin-top: 20px;
    border-radius: 50px;
} */
.banner-estrutura .titulo{
    font: 31px 'Montserrat';
    color: #fff;
    line-height: 23px;
    float: right;
    margin-bottom: 20px;
    font-weight: bold;
}
.banner-estrutura .titulo span{
    display: block;
    font: 55px 'ralewayextrabold';
}
.banner-estrutura .titulo-sessao{
    display: table;
    margin: 0 auto;
    margin-right: 200px;
}

.box-estrutura .descricao{
    padding-left: 90px;
    height: 356px;
    float: right;
    position: relative;
    z-index: 10;
}
.box-estrutura:nth-of-type(even) .descricao{
    float: left;
    padding-left: 0;
    padding-right: 90px;
}
.box-estrutura .descricao.esq{
    padding-left: 0;
    padding-right: 90px;
}
.banner-estrutura.banner-servicos {
    background: url(../../../images/fewe.png) no-repeat top center;
}