ul{padding:0;}
/*+--------------------------------+*/
/*| PARALLAX                       |*/
/*+--------------------------------+*/
.parallax{
	min-height:200px;
	background: rgba(0,0,0,0);
	position: relative;
}
.parallax::before {
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,.6);
}
.parallax>div{
	display: table; height: 200px; overflow: hidden;
}
.parallax>div>div{
	display: table-cell; vertical-align: middle;
}
.parallax .ttl-pg{
	font-family: 'GillSansMTPro-Bold';
	text-transform:uppercase;
	font-size: 20px;
	
	color:white;

	text-align:center;	
}


/*+--------------------------------+*/
/*| INDICADOR DA PÁGINA            |*/
/*+--------------------------------+*/
.breadcrumb{
	padding:0;
	padding-top: 10px;
	padding-bottom:10px;
	
    margin-bottom: 0px;
    list-style: none;
	
    background-color: transparent;
	border-radius: 0px;
}
.breadcrumb>li,.breadcrumb>li>a{ 
	text-transform:uppercase;
	color:#58585B;
	font-size:10px;
}
.breadcrumb>li+li:before { padding: 0 8px; }

/*+--------------------------------+*/
/*| BARRA SEPARADORA               |*/
/*+--------------------------------+*/
.br-sp{
	height:20px;
	background:#F3F3F4;
}


/*+--------------------------------+*/
/*| CONTAINER PRINCIPAL            |*/
/*+--------------------------------+*/
.ctr-prcpl{ margin-top:40px; }
.ctr-prcpl .sub-col{
	margin-bottom:40px;
	margin-right:30px;
}
.ctr-prcpl .ttl-hd{
	font-family: 'GillSansMTPro-Bold';
	text-transform:uppercase;
	font-size: 20px;
	color:black;
	padding-bottom: 3px;
	border-bottom: 4px solid #ecbb3a;
	display:inline-block;
	margin-bottom:20px;
	
	opacity:1;
	-webkit-transition: opacity ease-in-out 0.3s;
    -moz-transition: opacity ease-in-out 0.3s;
    -ms-transition: opacity ease-in-out 0.3s;
    -o-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
}
.ctr-prcpl a>.ttl-hd:hover{
	opacity:0.7;
	
	-webkit-transition: opacity ease-in-out 0.3s;
    -moz-transition: opacity ease-in-out 0.3s;
    -ms-transition: opacity ease-in-out 0.3s;
    -o-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
}

/*.ctr-prcpl*/ .bt-ltrl {
	max-width: 350px;
	background: #E6E7E8;
	
	font-family: 'GillSansMTPro-Bold';
	text-transform:uppercase;
	font-size: 14px;
	color:#58585B;
	
	padding: 12px; 
	margin-top:8px;
	margin-bottom:8px;
	
	opacity:1;
	-webkit-transition: opacity ease-in-out 0.3s;
    -moz-transition: opacity ease-in-out 0.3s;
    -ms-transition: opacity ease-in-out 0.3s;
    -o-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
	
}
/*.ctr-prcpl*/ .bt-ltrl:hover{
	opacity:0.7;
	
	-webkit-transition: opacity ease-in-out 0.3s;
    -moz-transition: opacity ease-in-out 0.3s;
    -ms-transition: opacity ease-in-out 0.3s;
    -o-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
}
/*.ctr-prcpl*/ .bt-ltrl img {
	float:right;
	width:16px;
	padding-top:1px;
}
/*.ctr-prcpl*/ .bt-ltrl.selected {
	background: #ecbb3a;
	color:white;
}
.ctr-prcpl.dwn-2pt-ctnr{
	max-width:350px;
	margin: 50px auto;
	text-align:center;
}
.ctr-prcpl.dwn-2pt-ctnr>.sub-col{
	margin-right:0;
}
.ctr-prcpl.dwn-2pt-ctnr .bt-ltrl {
	text-align:left;
}

.ctr-prcpl .lst-ctt{
	list-style:none;
	padding-left:0px;
	margin-top:8px;
	margin-bottom:8px;
}
.ctr-prcpl .lst-ctt li{
	display:block;
	margin-bottom:16px;
}
.ctr-prcpl .lst-ctt li:first-of-type>i{
	vertical-align:top;
	margin-top:4px;
}
.ctr-prcpl .lst-ctt li>i{
	display:inline-block;
	font-size:20px;
	width:19px;
	height:19px;
	vertical-align:middle;
	color:#ecbb3a;
	
}
.ctr-prcpl .lst-ctt li>p{
	display:inline-block;
	margin-left:15px;
	color:#58585B;
}

.ctr-prcpl .txt-sec{ 
	margin-top:40px; 
	margin-bottom:75px;
}
.ctr-prcpl .txt-sec>p{color:#8A8989;}
.ctr-prcpl .bs-sldr-txt>p{
	display:none;
}
@media (max-width: 1199px) {
	.bt-ltrl {
		font-size: 13px;
	}
	.bt-ltrl i{
		font-size: 15px;
	}
	
	.ctr-prcpl .lst-ctt li>p{
		margin-left:7px;
		font-size:13px;
	}
}
@media (max-width: 991px) {
	.bs-sldr-txt{
		text-align:center;
	}
	.bs-sldr-txt>p{
		display:inline-block;
	}
	
}


/*+--------------------------------+*/
/*| SLIDER                         |*/
/*+--------------------------------+*/
/* BLOCO PRINCIPAL */
.bs-slider{
    overflow: hidden;
    max-height: 450px;
    position: relative;
    background: #fff;
}
.bs-slider:hover {
   /* cursor: -moz-grab;
    cursor: -webkit-grab;*/
}
.bs-slider:active {
    /*cursor: -moz-grabbing;
    cursor: -webkit-grabbing;*/
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/* INIDICADORES DE PÁGINA */
.indicators-line > .carousel-indicators{
   /*right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 25px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;*/
	
	
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 25px;
    font-size: 0;
    overflow-x: auto;
    text-align: center;
    overflow-y: hidden;
    padding-left: 0; 
    margin-left: 0;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(255, 255, 255);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
  
    background: rgb(255, 255, 255);
    -webkit-border-radius: 0%;
    border-radius: 0%;
    margin-right: 5px;
    z-index: 10;
    cursor:pointer;
}
.indicators-line> .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    background: rgb(158, 158, 158);
    position: relative;
	border: 0px;
}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: rgb(158, 158, 158);
    content:"";
    position: absolute;
	width:15px;
    height:15px;
    left:0px;
    top:0px;
	border: 0px;
}

/* FADE */
.fader {
    opacity: 1;
}
.fader .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fader .item:first-child {
    top: auto;
    position: relative;
}
.fader .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}




/* LISTA QUALIDADES PRODUTOS */
.list-pd-sec{
	margin-bottom:30px;	
}
.list-pd-sec .list-pd-txt{
	padding-left:40px;
}
.list-pd-sec .list-pd-txt .ttl{
	font-family: 'GillSansMTPro-Bold';
	text-transform:uppercase;
	font-size: 15px;
	color:black;
	margin-bottom:7px;
}
.list-pd-sec .list-pd-txt .desc{
	color:#8A8989;
	font-size:14px;
}
.list-pd-sec .list-pd-img img{
	width:50px;
	padding-top:10px;
}
@media (max-width: 991px) {

	.list-pd-sec .list-pd-txt{
		padding-left:15px;
	}
	.list-pd-sec .list-pd-img img{
		padding-bottom: 25px;
	}
	
}



/* DETALHES DO PRODUTO */
.dt-pd{
	margin-top:75px;
	margin-bottom:100px;
}
.dt-pd .ttl-hd{
	font-family: 'GillSansMTPro-Bold';
	text-transform:uppercase;
	font-size: 20px;
	color:black;
	padding-bottom: 3px;
	border-bottom: 4px solid #ecbb3a;
	display:inline-block;
	margin-bottom:40px;
}
.dt-pd .panel {
	margin-bottom: 10px;
    background-color: #fff; 
    border: 0; 
    border-radius: 0px; 
    -webkit-box-shadow: none; 
    box-shadow: none;
}
.dt-pd .panel-heading {
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	padding: 0px;
	background-color: #E6E7E8;
}
.dt-pd .panel-title{
	font-family: 'GillSansMTPro-Bold';
	text-transform:uppercase;
	font-size: 15px;
	color:#58585B;
}
.dt-pd .panel-title a{
	padding:15px;
	width: 100%;
    display: inline-block;
}
.dt-pd .panel-title a[aria-expanded="true"]{
	background-color:#E8B629;
	color:white;
}
.dt-pd .panel-body {
    border-top:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:30px;
}
.dt-pd .panel-group {
    margin-bottom: 10px;
}
.dt-pd .equal {
  display: flex;
  flex-wrap: wrap;
}
.dt-pd .tab-main-content{
	margin-top:50px;
}
@media (max-width: 991px) {
	.dt-pd{
			margin-top:40px;
	}
	.dt-pd>.row>.col-md-12{
		text-align:center;
	}
	.dt-pd .equal {
		display: block;
		flex-wrap: nowrap;
	}
	.dt-pd .tab-main-content{
		margin-top:25px;
	}
}


/* - portas de serviço - */
/* BOTÕES LATERAIS + INFO */ 
.dt-pd .bt-lat-info{}
.dt-pd .bt-lat{}
.dt-pd .bt-lat .bt-ltrl {
	max-width: 350px;
	background: #E6E7E8;
	
	font-family: 'GillSansMTPro-Bold';
	text-transform:uppercase;
	font-size: 14px;
	color:#58585B;
	
	padding: 12px; 
	margin-top:8px;
	margin-bottom:8px;
	
	opacity:1;
	-webkit-transition: opacity ease-in-out 0.3s;
    -moz-transition: opacity ease-in-out 0.3s;
    -ms-transition: opacity ease-in-out 0.3s;
    -o-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
	
}
.dt-pd .bt-lat .bt-ltrl:hover{
	opacity:0.7;
	
	-webkit-transition: opacity ease-in-out 0.3s;
    -moz-transition: opacity ease-in-out 0.3s;
    -ms-transition: opacity ease-in-out 0.3s;
    -o-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
}
.dt-pd .bt-lat .bt-ltrl i {
	float:right;
	font-size:19px;
	padding-top:2px;
}
.dt-pd .bt-lat .bt-ltrl.selected {
	background: #ecbb3a;
	color:white;
}
@media (max-width: 991px) {
	.dt-pd .bt-lat .bt-ltrl {
		max-width:326px;
		margin-left:auto;
		margin-right:auto;
	}
	
}


.dt-pd .info-lat{
	position: absolute;
    bottom: 0;
}
.dt-pd .info-lat p:first-of-type{
	font-family: 'GillSansMTPro-Bold';
	text-transform:uppercase;
	font-size: 14px;
	color:black;
}
.dt-pd .info-lat p:nth-of-type(2){
	color: #8A8989;
    font-size: 14px;
}
.dt-pd .info-lat p:nth-of-type(2) span{
	font-family: 'GillSansMTPro-Bold';
}
.dt-pd .br{display:block;}
@media (max-width: 991px) {
	.dt-pd .br{display:none;}
	/*1º pt. INFO */
	.dt-pd .bt-lat-info .info-lat{
		display:none;
	}
	/*2º pt. INFO */
	.dt-pd .info-lat{
		position: relative;
		bottom: 0;
		margin-top:25px;
		
		max-width:450px;
		margin-left:auto;
		margin-right:auto;
	}
}



/* IMAGEM CENTRAL */
.dt-pd .ctr-img{
	text-align:center;
}
.dt-pd .ctr-img>img{
	max-width:360px;
	width:100%;
}



/* DETALHES */
.dt-pd .desc-lat{}
.dt-pd .desc-lat .sec-desc{}
.dt-pd .desc-lat .sec-desc>.ttl{
	border-top:2px solid #E6E7E8;
	border-bottom:2px solid #E6E7E8;
	padding-top:8px;
	padding-bottom:8px;
}
.dt-pd .desc-lat >.sec-desc>.ttl>.ttl-col-ico{
	display:inline-block;
	width:40px;
}
.dt-pd .desc-lat >.sec-desc>.ttl>.ttl-col-ico>img{
	width:24px;
}
.dt-pd .desc-lat >.sec-desc>.ttl>.ttl-col-txt{
	display:inline-block;
}
.dt-pd .desc-lat >.sec-desc>.ttl>.ttl-col-txt>p{
	font-family: 'GillSansMTPro-Bold';
	text-transform:uppercase;
	font-size: 14px;
	color:#8A8A8A;
	margin-top:2px;
}

.dt-pd .desc-lat .sec-desc>.desc{
	padding-top:5px;
	padding-bottom:12px;
}
.dt-pd .desc-lat >.sec-desc>.desc>.ttl-col-txt{
	display:inline-block;
	margin-left:45px;
}
.dt-pd .desc-lat >.sec-desc>.desc>.ttl-col-txt>p{
	font-size: 14px;
	color:black;
	display:inline;
}

.dt-pd .desc-lat .sec-desc .sec-cors-ral{
	margin-top:5px;	
	display:inline-block;
	margin-left:40px;
}
.dt-pd .desc-lat .sec-desc .sec-cors-ral .pd-cors-ral{	
	list-style:none;
}
.dt-pd .desc-lat .sec-desc .sec-cors-ral .pd-cors-ral li {
	display:inline-block;
	width:50px;
	height:35px;
	
	-webkit-transition: opacity ease-in-out 0.3s;
    -moz-transition: opacity ease-in-out 0.3s;
    -ms-transition: opacity ease-in-out 0.3s;
    -o-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
}
.dt-pd .desc-lat .sec-desc .sec-cors-ral .pd-cors-ral li img{
	width:100%;
	height:100%;
	display:block;
}
.dt-pd .desc-lat .sec-desc .sec-cors-ral .pd-cors-ral li:hover{
	opacity:0.5;
	cursor:pointer;
	
	-webkit-transition: opacity ease-in-out 0.3s;
    -moz-transition: opacity ease-in-out 0.3s;
    -ms-transition: opacity ease-in-out 0.3s;
    -o-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
}
.dt-pd .desc-lat .sec-desc .sec-cors-ral .pd-cors-ral li.selected{
	width:50px;
	height:35px;
	border: 2px solid #ecbb3a;
}

[ral="9010"]{background:#FFFFFF; border: 1px solid #E6E7E8; }
[ral="1015"]{background:#E6D690;}
[ral="9006"]{background:#A5A5A5;}
[ral="9007"]{background:#8F8F8F;}

[ral="7011"]{background:#434B4D;}
[ral="7016"]{background:#293133;}
[ral="6005"]{background:#2F4538;}
[ral="6009"]{background:#31372B;}

[ral="8014"]{background:#382C1E;}
[ral="8017"]{background:#45322E;}
[ral="5010"]{background:#0E294B;}
[ral="3000"]{background:#AF2B1E;}
[ral="9005"]{background:#0A0A0A;}


@media (max-width: 991px) {
	.dt-pd .desc-lat{
		margin-top:50px;
		max-width:450px;
		margin-left:auto;
		margin-right:auto;
	}
}



/* BARRA NAVEGADORA */
.row-tab-nav{
	background:#e6e7e9;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    height: 150px;
}
.row-tab-nav>ul{
	width:1520px;
	list-style:none;
	padding:0;
	height: 150px;
    /*display: flex;
    overflow:auto;*/
}
.row-tab-nav>ul>li{
	/*display: inline-flex;*/
	opacity:1;
	margin:25px;
	margin-right:0px;
	text-align:center;
	float: left;
	
	-webkit-transition: opacity ease-in-out 0.3s;
    -moz-transition: opacity ease-in-out 0.3s;
    -ms-transition: opacity ease-in-out 0.3s;
    -o-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
}

.row-tab-nav>ul>li:hover{
	opacity:0.7;
	
	-webkit-transition: opacity ease-in-out 0.3s;
    -moz-transition: opacity ease-in-out 0.3s;
    -ms-transition: opacity ease-in-out 0.3s;
    -o-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
}
.row-tab-nav>ul>li.active>a>img{
	border: 2px solid #ecbb3a;
}
.row-tab-nav>ul>li>a{
	margin-right: 0px;
	border-radius: 0;
	border: 0;

	/*position: relative; */
	display: block; 
	width:100%;
	height:100%;
	
}
.row-tab-nav>ul>li.active>a{
	background-color: transparent;
    border: 0;
}
.row-tab-nav>ul>li.active>a:hover, .row-tab-nav>ul>li.active>a:focus{
	border:0;
	background-color: transparent;
}
.row-tab-nav>ul>li>a>img{
	width:100px;
	height:70px;
}
.row-tab-nav>ul>li>a>p{
	margin-top:10px;
	color: #8A8989;
	text-transform:uppercase;
}
.row-tab-nav>ul>li.active>a>p{
	color: #58585B;
}





/* AUTOMATISMOS */
.dt-pd .aut-lat-info img:first-of-type{
	width: 137px;
	display:block;
}
.dt-pd .aut-lat-info img:nth-of-type(2){
	height:46px;
	display:block;
	margin-top:50px;
}
.dt-pd #aut-stac_stawc .aut-lat-info img:nth-of-type(2){height:102px;}
.dt-pd #aut-sta_staw .aut-lat-info img:nth-of-type(2){height:102px;}
.dt-pd #aut-f850t_f890t .aut-lat-info img:nth-of-type(2){height:102px;}
.dt-pd #aut-f850bx_f890bx_f850e .aut-lat-info img:nth-of-type(2){height:158px;}
.dt-pd #aut-smm100_230 .aut-lat-info img:nth-of-type(2){height:102px;}

.dt-pd .aut-lat-info p{
	font-family: 'GillSansMTPro-Bold';
	text-transform:uppercase;
	color: #8A8989;
	margin-top:15px;
}
.dt-pd .aut-lat-info .auto-ico{
	list-style:none;
	margin-top: 50px;
    margin-bottom: 50px;
	display:inline-block;
}
.dt-pd .aut-lat-info .auto-ico li{
	display:inline-block;
	margin-right:10px;
}
.dt-pd .aut-lat-info .auto-ico li img{
	width:40px;
}
@media (max-width: 991px) {
	.dt-pd .aut-lat-info{text-align:center;}
	.dt-pd .aut-lat-info img:first-of-type{
		width: 144px;
		display:block;
		margin-right:auto;
		margin-left:auto;
	}
	.dt-pd .aut-lat-info img:nth-of-type(2){
		width: 216px;
		display:block;
		margin-right:auto;
		margin-left:auto;
	}
	.dt-pd .aut-lat-info p{
		margin-top:20px;
	}
	.dt-pd .aut-lat-info .auto-ico{
		margin-top: 50px;
	}
	.dt-pd #autom .bt-1{display:none;}
	.dt-pd #autom .bt-2{display:block;}
}

.dt-pd .aut-img-selec{ 
	list-style:none;
	margin-top:20px;
}
.dt-pd .aut-img-selec li{
	display:inline-block;
	
	width: 70px;
	height: 70px;
	margin-right:10px;
	
	-webkit-transition: opacity ease-in-out 0.3s;
    -moz-transition: opacity ease-in-out 0.3s;
    -ms-transition: opacity ease-in-out 0.3s;
    -o-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
}
.dt-pd .aut-img-selec li:last-of-type{
	margin-right:0;
}
.dt-pd .aut-img-selec li>img{
	width: 100%;
}
.dt-pd .aut-img-selec li:hover{
	opacity:0.5;
	cursor:pointer;
	
	-webkit-transition: opacity ease-in-out 0.3s;
    -moz-transition: opacity ease-in-out 0.3s;
    -ms-transition: opacity ease-in-out 0.3s;
    -o-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
}
.dt-pd .aut-img-selec li.selected{
	border: 2px solid #ecbb3a;
}

@media (max-width: 1200px) {
	.dt-pd .aut-img-selec li{
		margin-right:0px;
	}
}
@media (max-width: 991px) {
	.dt-pd .aut-img-selec{ 
		width:338px;
		margin-left:auto;
		margin-right:auto;
	}
}
@media (max-width: 459px) {
	.dt-pd .aut-img-selec{
		width: auto;	
	}
}

.dt-pd .aut-detalh{
	margin-top:50px;
	width:100%;
}
.dt-pd .aut-detalh>.line-detalh{
	margin-bottom:10px;
}
.dt-pd .aut-detalh>.line-detalh>.ico-col-detalh{
	display:inline-block;
	width:5%;
	float:left;
	padding-top: 3px;
}
.dt-pd .aut-detalh>.line-detalh>.ico-col-detalh>i{
	font-size: 14px;
    color: #58585B;
    display: inline-block;
    vertical-align: top;
}
.dt-pd .aut-detalh>.line-detalh>.txt-col-detalh{
	display:inline-block;
	width:95%;
	color: #8A8989;
}
.dt-pd .bt-2{display:none;}
@media (max-width: 991px) {
	.dt-pd .aut-detalh{
		margin-top:50px;
		max-width:450px;
		margin-left:auto;
		margin-right:auto;
	
	}
	.dt-pd .bt-2{
		display:block;
		margin-top:50px;
	}
	.dt-pd .bt-1{display:none;}
}
@media (max-width: 459px) {
	.dt-pd .aut-img-selec{
		width: auto;	
	}
	.dt-pd .aut-detalh>.line-detalh>.ico-col-detalh{
		width:8%;
	}
	.dt-pd .aut-detalh>.line-detalh>.txt-col-detalh{
		width:92%;
	}
}