.bdvd { border: #0f0 1px solid; }
.bdaz { border: #00f 1px solid; }
.bdvm { border: #f00 1px solid; }
.bdam { border: #ff0 1px solid; }
.bdrx { border: #f0f 1px solid; }
.bdlr { border: #f57f00 1px solid; }

html, body {
    height: 100%;
}

body {
	margin: 0;
	padding: 0;
}

body {
	font-family: swiss-thin;
	font-size: 16px;
	/*background-color: #e4e4e4;
	background-image: url(../img/bg-body.jpg);
	background-position: center top;
	background-repeat: no-repeat;*/
}

img {
	border: none;
	max-width: 100%;
}

a {
	text-decoration: none !important;
	outline: none !important;
}


/*************************
* CLASSES
**************************/

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #333;
    /*transition: all .5s,z-index 0ms;*/
    visibility: hidden;
}

#overlay.active {
    opacity: .7;
    visibility: visible;
}

.clear-margin {
  margin: 0 !important;
}

.relative {
	position: relative;
}

.inline-block {
	display: inline-block;
}

.no-padding {
	padding: 0 !important;
}

.fixar {
	position: fixed !important;
}

.clear {
	clear: both;
}

.mtop10 {
	margin-top: 10px;
}

.m0 {
	margin: 0px;
}

.off-outline,
.off-outline:focus,
.off-outline:active { outline: none; }

.open-nav {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 105;
  cursor: pointer;
  display: none;
  height: 24px;
  width: 24px;
  background: url(../img/nav-open.png) no-repeat;
}

.close-nav {
  display: none;
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: 106;
  cursor: pointer;
}

/*************************
* HEADER
**************************/

#header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 102;
	background: rgba(255, 255, 255, .93);
}

	#header .sup {
    	background-color: #1D3557;
    	text-align: right;
	}

		#header .sup p {
		    color: #FFF;
		    font-family: swiss;
		    text-transform: uppercase;
		    text-align: right;
		    padding-right: 15px;
		    background: url(../img/telefone-sup.png) no-repeat left 0;
		    display: inline-block;
		    padding-left: 30px;
		}

		#header .sup p strong {
	    	font-weight: normal;
	    	font-family: swiss-bold;
		}

	#header .logo {
		padding: 15px 15px 15px 30px;
	}

#nav {
	float: right;
	margin-top: 25px
}

	#nav ul {
		padding: 0;
    	margin: 0 15px 0 0;
    	list-style: none;
    	text-align: right;
    	position: relative;
  	}

		#nav ul li {
			display: inline-block;
			padding: 17px 0;
		}

			#nav ul li.subcat {
				display: none;
			}

			#nav ul li a {
				color: #1D3557;
				text-decoration: none;
				cursor: pointer;
				font-family: swiss;
				text-transform: uppercase;
				padding: 0 4px 0 6px;
				border-left: #333132 1px solid;
				display: block;
			}

				#nav ul li:nth-child(1) a {
					border-left: none;
				}

				#nav ul li a.active,
				#nav ul li:hover a {
					font-family: swiss-bold;;
				}

/*
#submenu {
    position: fixed;
    display: none;
	background: #111b08;
    height: 100%;
    top: 0;
   	right: 0;
    z-index: 111;
	min-width: 250px;
}

	#submenu .head {
		text-align: right;
		padding: 25px 50px 0 25px;
		color: #b18e6a;
		font-size: 1.25em;
		font-weight: bold;
		font-family: segoe;
		text-transform: uppercase;
		text-decoration: none;
	}

		#submenu .head a {
			color: #b18e6a;
		}

	#submenu .content {
		height: 90%;
		overflow-y: auto;
		overflow-x: hidden;
		padding: 20px 50px 0 25px;
	}

		#submenu .content a {
			display: block;
			color: #fff;
			font-family: segoe;
			text-align: right;
			text-transform: uppercase;
			text-decoration: none;
			cursor: pointer;
			margin-bottom: 5px;
			font-size: 1.125em;
		}

		#submenu .content a:hover,
		#submenu .content a.active {
			font-weight: bold;
			color: #773c20;
		}

*/

/*************************
* BUSCA
**************************

.busca .page-title-cont {
	margin-bottom: 25px;
}


/*************************
* FOOTER
**************************/

#footer {
	background: url(../img/bg-home-rodape.jpg) 0 85%;

	padding-top: 10px;
	padding-bottom: 10px;
}

	#footer .social a {
	    background: #831100;
	    color: #1f0401;


	    width: 44px;
		font-size: 1.7em;
	    display: inline-block;
	    margin-right: 5px;
	    text-align: center;
	    padding: 3px 0 3px 0;
	    border-radius: 50%;
	}

	#footer .address {
		color: #FFF;
		font-family: swiss;
		text-align: center;
		text-transform: uppercase;
		font-size: .875em;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#footer .address strong {
    	font-family: swiss-bold;
	}

.barra3 {
	padding-top: 5px;
}


/*************************
* BANNER
**************************/

#banner {
	position: relative;
	min-height: 300px;
	margin-top: 160px;
	background: url(../img/loading.gif) 50% 50% no-repeat;
}

	#banner a,
	#banner-xs a {
		display: block;
		width: 100%;
	}

	.ban {
		background-position: center top;
	}

#banner-xs {
	display: none;
}

.banner-cycle-pager {
    position: absolute;
    z-index: 101;
    text-align: center;
    width: 32px;
	top: 20px;
	right: 15px;
}

	.banner-cycle-pager span {
		display: inline-block;
    	width: 32px;
    	height: 32px;
    	background: url(../img/cycle-pager.png) -32px 0 no-repeat;
    	cursor: pointer;
		margin-bottom: 5px;
    }

		.banner-cycle-pager span.cycle-pager-active {
	    	background: url(../img/cycle-pager.png) 0 0 no-repeat;
			cursor: default;
		}

/************************
* HOME
************************/

#home-banner {
	height: 850px;
	background: url(../img/bg-home-banner.jpg) center top no-repeat;
	background-attachment: fixed;
}


#home-servicos  {
    background: #042f50 url(../img/listras.png) center center no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
}

	#home-servicos .serv {
		width: 100%;
		min-height: 300px;
	}

	#home-servicos .title {
		color: #DC001B;
		text-transform: uppercase;
		font-size: 30px;
		margin-bottom: 5px;
		font-family: swiss-bold;
		text-align: right;
	}

	#home-servicos .text {
		font-family: swiss;
		color: #fff;
		font-size: 20px;
		text-align: right;
	}

		#home-servicos .text p {
			margin-bottom: 15px;
		}

		#home-servicos .text a.saiba-mais {
			color: #DC001B;
			text-decoration: none;
			text-transform: uppercase;
			margin-top: 20px;
			display: inline-block;
		}

			#home-servicos .text a.saiba-mais i {
				font-size: 14px;
				position: relative;
    			bottom: 1px;
			}

	#home-servicos #serv-prev,
	#home-servicos #serv-next {
		color: #FFF;
		font-size: 60px;
	}

		#home-servicos #serv-prev {
			text-align: left;
		}

		#home-servicos #serv-next {
			text-align: right;
		}

		#home-servicos #serv-prev i,
		#home-servicos #serv-next i {
			cursor: pointer;
			margin-top: 105px;
		}

		#home-servicos #serv-prev i {
			left: 15px;
		}

		#home-servicos #serv-next i {
			right: 15px;
		}

		#home-servicos #serv-next.disabled {
		    opacity: .2;
		}

		#serv-next.disabled i#serv-next-button {
    		cursor: not-allowed;
		}

	#servicos .title {
    	margin-bottom: 0 !important;
	}

#home-empresa {
	padding-top: 50px;
	padding-bottom: 85px;
}

	#home-empresa .home-empresa-img {
		margin-top: -90px;
	}

	#home-empresa .title {
		color: #ffba66;
		font-family: swiss;
		font-weight: bold;
		font-size: 1.875em;
		text-transform: uppercase;
	}

	#home-empresa .texto {
		color: #ffffff;
		font-family: swiss;
		font-size: 1.25em;
		text-align: justify;
	}

	#home-empresa a.saiba-mais {
		background: url(../img/bg-saiba-mais.png) left center no-repeat;
		color: #ffba66;
		text-transform: uppercase;

		display: block;
		padding: 5px 0 3px 10px;
	}

		#home-empresa a.saiba-mais img {
			margin-left: 3px;
		}

#home-clientes {
	background: url(../img/bg-home-clientes.jpg) center bottom no-repeat;
	padding-top: 50px;
	padding-bottom: 50px;
}

	#home-clientes .title {
		color: #ffba66;
		font-family: swiss;
		font-weight: bold;
		font-size: 1.875em;
		text-transform: uppercase;

		text-align: center;
		margin-bottom: 20px;
	}

	#home-clientes .cliente-item {
		background: #fff;
		margin: 0 10px;
		padding: 15px;
		text-align: center !important;
	}

		#home-clientes .cliente-item img {
			-webkit-transition: all .5s;
    		transition: all .5s;
    		-webkit-filter: grayscale(100%) opacity(50%);
    		filter: grayscale(100%) opacity(50%) alpha(opacity=50);
		}

		#home-clientes .cliente-item img:hover {
			-webkit-filter: grayscale(0%) opacity(100%);
    		filter: grayscale(0%) opacity(100%) alpha(opacity=100);
		}

	#home-clientes .jcarousel-control-prev,
	#home-clientes .jcarousel-control-next {
	    font-size: 3.75em;
		color: #fff;
		margin-top: -30px;
	}

	#home-clientes .jcarousel-control-prev {
	    left: 65px;
	}

	#home-clientes .jcarousel-control-next {
	    right: 65px;
	}

#home-contato {
	background: #FFF;
}

	#home-contato #mapa {
		height: 343px;
	}

	#home-contato #home-empresa {
    	padding: 0;
	}

		#home-contato #mapa #map,
		#home-contato #mapa iframe {
			width: 100%;
			height: 611px;
		}

		#home-contato .home-form .form {
			padding-top: 50px;
			padding-bottom: 50px;
		}

		#home-contato .home-form.col-lg-6 .form {
		    width: 584px;
			padding: 35px 15px 50px 50px;
		}

			#home-contato .home-form .form .title {
				color: #ffba66;
				font-family: swiss;
				font-weight: bold;
				font-size: 1.875em;
				text-transform: uppercase;

				margin-bottom: 20px;
			}

			#home-contato .home-form .form input,
			#home-contato .home-form .form textarea {
				font-family: swiss-thin;

				width: 100%;
				padding: 10px 10px 8px 10px;
				margin-bottom: 10px;
				outline: none;
				border: none;
			}

			#home-contato .home-form .form textarea {
				resize: none;
				height: 140px;
			}

			#home-contato .home-form .form button {
				color: #d1482a;
				padding:0;
				background: none;
				border:none;
				outline: none;
				cursor: pointer;
				font-family: swiss-thin;
				font-size: 1.45em;
				text-transform: uppercase;
			}

				#home-contato .home-form .form button i {
					color: #ffba66;
					font-size: .7em;
				}

			#home-contato .home-form .form label.error {
				color: #d1482a;
				font-size: .875em;
				font-style: italic;

				display: block;
				margin-bottom: 10px
			}

			#home-contato .home-form .form input.error,
			#home-contato .home-form .form textarea.error {
				margin-bottom: 0;
			}


/*************************
* EMPRESA
**************************/

#empresa {
	background: #130602 url(../img/bg-empresa.jpg) center top no-repeat;
	/*background-attachment: fixed;*/
}

	#empresa .banner {
		height: 700px;
	}

	#empresa .content {
		background: rgba(19, 5, 0, .9);
		padding-top: 60px;
		padding-bottom: 120px;
	}

		#empresa .topico {
			/*text-align: center;*/
			margin-bottom: 75px;
		}

			#empresa .topico .topico-titulo {
				color: #ffba66;
				font-family: swiss;
				font-weight: bold;
				font-size: 1.75em;
				text-transform: uppercase;
				text-align: center;
			}

				#empresa .topico .topico-titulo img {
					margin-bottom: 35px;
				}

			#empresa .topico .topico-texto {
				color: #ffffff;
				font-family: swiss-thin;
				font-size: 1.25em;
			}

/*************************
* SERVIÇOS
**************************/

.servicos {
    padding: 30px 5%;
}

#servicos {
	background: url(../img/bg-servicos.jpeg) center top;
    background-size: cover;
}

	#servicos .video-servicos {
    	float: left;
    	width: 100%;
	}

	#servicos .open-nav {
		background: url(../img/nav-open.png) no-repeat;
	}

	#servicos .banner {
		/*height: 700px;*/
		background-attachment: fixed;
	}

	#servicos .content {
		background: rgba(29, 53, 87, 0.9);
		padding-top: 50px;
		padding-bottom: 120px;
		min-height: 900px;
	}

	#servicos #home-servicos {
		background: none;
		padding-bottom: 0px;
	}

		#servicos #home-servicos .thumb .img {
			margin-top: 0px;
		}

	.servicos img {
	    margin-right: 15px;
	    float: left;
	    max-width: 50%;
	}

	#servicos .name {
	    font-family: swiss-bold;
	    text-transform: uppercase;
	    color: #DC001B;
	}

	#servicos .desc {
	    color: #FFF;
	}

	.servicos p {
	    margin-bottom: 0;
	    margin-top: 0;
	}

	.servicos .thumb {
	    text-align: justify;
	}

	.servicos .more {
	    font-family: swiss;
	    text-transform: uppercase;
	    color: #DC001B;
	    padding-top: 3%;
	    float: left;
	}

	.servicos .more i {
	    position: relative;
	    bottom: 1px;
	}

/*************************
* PRODUTOS
**************************/

#produtos {
	background: #939496 url(../img/bg-produtos.jpg) center top no-repeat;
    background-size: cover;
}

.banner-prod,
.banner-serv {
    margin-top: 160px;
    width: 100%;
}

	#produtos .title,
	#servicos .title {
	    font-family: swiss-bold;
	    font-size: 3rem;
	    text-transform: uppercase;
	    color: #DC001B;
	    margin-bottom: 5%;
	}

	#produtos .name {
	    color: #dc001b;
	    font-family: swiss-bold;
	    font-size: 1.8rem;
	    text-transform: uppercase;
	    margin-top: 10%;
	    text-align: center;
	}

	#produtos .desc {
	    color: #FFF;
	    text-align: center;
	}

		#produtos .desc .leia-mais {
		    display: none;
		}

	#produtos .open-nav {
		background: url(../img/nav-open.png) no-repeat;
	}

	#produtos .banner {
		/*height: 700px;*/
		background-attachment: fixed;
	}

	#produtos .content {
		background: rgba(29, 53, 87, 0.9);
		padding-top: 70px;
		padding-bottom: 120px;
	}

	#produtos #home-produtos {
		background: none;
		padding-bottom: 0px;
	}

	#produtos #home-produtos .thumb {
		margin-bottom: 50px;
	}

		#produtos #home-produtos .thumb .img {
			margin-top: 0px;
		}

/*************************
* PRODUTO DETALHE
*************************/

#produtos-detalhe {
	background: url(../img/bg-produtos-detalhe.jpg) center top no-repeat !important;
	background-size: cover;
}

	#produtos-detalhe .banner {
	    /*height: 700px;*/
	    background-attachment: fixed;
	}

	#produtos-detalhe .content {
	    background: rgba(29, 53, 87, 0.9);
	    padding-top: 60px;
	    padding-bottom: 120px;
	}

	.detalhe .info .cat {
		margin-bottom: 30px;
    	border-bottom: #7a5d3f 2px solid;
		display: inline-block;
	}

		.detalhe .info .cat a {
			color: #7a5d3f;
			font-family: segoe;
			font-size: 1.7em;
			text-transform: uppercase;
			text-decoration: none;
		}

	.detalhe .info .name {
		color: #DC001B;
	    font-size: 1.5em;
	    font-family: swiss-bold;
	    text-transform: uppercase;
	}

	.detalhe .info .cod {
		color: #828282;
		margin-bottom: 5px;
	}

	.detalhe .info .brand {
		color: #828282;
	}

	.detalhe .info .price {
		color: #7a5d3f;
		font-size: 2.25em;
		margin-top: 10px;
	}

		.detalhe .info .price span {
			font-size: .45em;
		}

	.detalhe .info .text-title {
		color: #FFF;
		font-family: swiss-bold;
		text-transform: uppercase;
		margin-top: 25px;
		margin-bottom: 5px;
	}

	.detalhe .info .text {
		color: #FFF;
		text-align: justify;
		font-size: 1.7rem;
		line-height: 1.6em;
	}

	#outros {
	    background: rgba(29, 53, 87, 0.9);
	    padding-top: 60px;
	    padding-bottom: 120px;
	}

		#outros .title {
			color: #DC001B;
		    font-size: 1.5em;
		    font-family: swiss-bold;
		    text-transform: uppercase;
		    text-align: center;
		    margin-bottom: 20px;
		}

		#outros .dados {
	    	margin-top: 20px;
		}

		#outros .nome {
		    color: #DC001B;
		    font-size: 1.2em;
		    font-family: swiss-bold;
		    text-transform: uppercase;
		    text-align: center;
		}

#pager-box #pager img {
    width: 18.4%;
    margin: 2% 1%;
}

#pager-box #pager a:first-child > img {
    margin-left: 0;
}

#pager-box #pager a:last-child > img {
    margin-right: 0;
}

/*************************
* SERVIÇO DETALHE
**************************/

#servicos-detalhe {
	background: #130602 url(../img/bg-servicos-detalhe.jpg) center top no-repeat;
}

	#servicos-detalhe .banner {
		height: 700px;
	}

	#servicos-detalhe .content {
		background: rgba(19,5,0,.9);
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#servicos-detalhe #galeria {
		margin-top: -175px;
	}

		#servicos-detalhe #galeria a:active {
			outline: none;
		}

	#servicos-detalhe #pager {
		margin-top: 15px;
		margin-left: -1px;
		margin-right: -1px;
	}

		#servicos-detalhe #pager div {
			padding: 1px;
			cursor: pointer;
		}


	#servicos-detalhe .text {
		font-family: swiss-thin;
		font-size: 1.125em;
		color: #fff;
	}

		#servicos-detalhe .text .title {
			font-family: swiss;
			color: #ffba66;
			font-weight: bold;
			text-transform: uppercase;
		}


/*************************
* CLIENTES
**************************/

#clientes {
	background: #130602 url(../img/bg-clientes.jpg) center top no-repeat;
	/*background-attachment: fixed;*/
}

	#clientes .banner {
		height: 700px;
	}

	#clientes .content {
		background: rgba(19,5,0,.9);
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#clientes .thumb {
		margin-bottom: 30px;
	}

		#clientes .thumb .img {
			background: #fff;
			text-align: center;
			padding-top: 15px;
			padding-bottom: 15px;
			-webkit-transition: all .5s;
    		transition: all .5s;
    		-webkit-filter: grayscale(100%) opacity(50%);
    		filter: grayscale(100%) opacity(50%) alpha(opacity=50);
		}

		#clientes .thumb .img:hover {
			-webkit-filter: grayscale(0%) opacity(100%);
    		filter: grayscale(0%) opacity(100%) alpha(opacity=100);
		}


/*************************
* NOTÍCIA
**************************/

#noticia {
	background: #130602 url(../img/bg-noticias.jpg) center top no-repeat;
}

	#noticia .banner {
		height: 700px;
	}

	#noticia .content {
		background: rgba(19, 5, 0, .9);
		padding-top: 60px;
		padding-bottom: 120px;
	}

  #noticia .sidebar {
      border-right: #5c4b48 1px solid;
      font-family: swiss;
  }

    #noticia .sidebar ul {
      margin:0;
      padding: 0;
      list-style: none;
    }

      #noticia .sidebar ul li {
		margin-bottom: 20px;
      }

        #noticia .sidebar ul li a {
			color: #fff;
			font-size: .85em;
			text-align: justify;
			display: block;
			padding: 3px 10px;
			font-family: Arial, Helvetica, sans-serif;
        }

          #noticia .sidebar ul li a .date {
			color: #efaf1e;
			font-size: 1em;
			border-bottom: #5c4b48 1px solid;
			padding-bottom: 3px;
			margin-bottom: 5px;
          }

        #noticia .sidebar ul li a.active {
			color: #efaf1e;
        }

  #noticia .texto {
    padding-left: 50px;
    font-family: Arial, Helvetica, sans-serif;
  }

  #noticia .texto .topo {
      border-bottom: #5c4b48 1px solid;
      padding-bottom: 10px;
      margin: 0;
  }

    #noticia .texto .date {
    	display: inline-block;
    	float: left;
		background: #938f8e;
		color: #fff;
		text-align: center;
		font-size: 1.15em;
		font-weight: bold;
		line-height: .8em;
		padding: 7px 10px 4px 9px;
		text-transform: lowercase;
		border-radius: 5px;
    }

      #noticia .texto .date span {
        display: block;
        font-size: .7em;
        font-weight: lighter;
      }

    #noticia .texto .title {
    	/*float: left;*/
      	color: #efaf1e;
      	font-weight: bold;
      	font-size: 1.125em;
      	padding-left: 50px;
    }

    #noticia .texto .text {
      text-align: justify;
      color: #ffffff;
    }

      #noticia .texto .text img {
        max-width: 450px;
        margin: 0 15px 10px 0;
        float: left;
      }

.noticia-fotos {
  margin-top: 25px;
  padding-top: 25px;
  border-top: #5c4b48 1px solid;
}

  .noticia-fotos .thumb {
    padding: 0 3px;
    margin-bottom: 6px;
  }

#noticia .video {
  margin-top: 30px;
}

  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
  }

  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

#noticia .fonte,
#noticia .fonte a {
  font-size: 12px;
  font-style: italic;
  color: #ccc;
  margin-top: 20px;
}



/*************************
* CONTATO
**************************/

#contato {
	background: #3f3d3e url(../img/banner-contato.png) center top no-repeat;
	background-size: 100%;
}

	#contato .banner {
		height: 700px;
	}

	#contato .content {
		background: rgba(29, 53, 87, 0.9);
		padding-top: 60px;
		padding-bottom: 150px;
	}

#contato .form {
	padding-right: 50px;
}

#contato .form label {
	display: block;
	color: #fff;
	font-family: swiss;
	text-transform: uppercase;
	font-weight: normal;
}

#contato .form input,
#contato .form textarea {
	outline: none;
	width: 100%;
	border: none;
	background: rgba(255, 255, 255, 0.8);
	font-size: 1em;
	color: #8c8c8c;
	padding: 10px;
}

#contato .form input {
	margin-bottom: 35px;
}

#contato .form textarea {
	height: 150px;
	resize: none;
}

#contato .form button {
	color: #FFF;
	text-transform: uppercase;
	font-size: 3rem;
	background: url(../img/bg-button.png) right center no-repeat;
    padding-right: 20px;
	cursor: pointer;
	border: none;
	outline: none;
	float: right;
	font-family: swiss-bold;
}

#contato .form textarea.error {
	margin-bottom: 32px;
}

#contato .form label.error {
	color: #c00;
	display: block;
	margin-top: -35px;
	margin-bottom: 35px;
	font-size: .875em;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
}

#contato .others .local {
	margin-bottom: 30px;
	font-family: swiss;
}

	#contato .others .local .title {
		color: #DC001B;
	    font-size: 1.57em;
	    text-transform: uppercase;
	    font-family: swiss-bold;
	}

	#contato .others .local .cep {
		white-space: nowrap;
	}

	#contato .others .local .address,
	#contato .others .local .cnpj {
		color: #FFF;
		font-size: 1.125em;
		line-height: 1.7em;
	}

	#contato .others .local .cnpj {
    	font-family: swiss-italic;
	}


	#contato .others .local .fone {
		color: #fff;
		font-size: 1.5em;
	}

	#contato .others .local a.map {
		color: #DC001B;
	    text-decoration: none;
	    margin-top: 5px;
	    display: inline-block;
	    font-size: 1em;
	    font-family: swiss-bold;
	}

		#contato .others .local a.map img {
			margin-right: 5px;
		}

#contato .others .redes {

}

	#contato .others .redes a {
	    font-size: 2em;
	    display: inline-block;
	    background: #fff;
	    color: #130500;
	    margin-right: 10px;
	    margin-bottom: 10px;
	    width: 51px;
	    text-align: center;
	    padding: 3px 0 3px 0;
	    border-radius: 50%;
	}

#home .cycle-pager {
    display: none;
}

@media only screen and (min-width: 1501px) and (max-width: 1900px) {
	#home-contato #mapa {
    	height: 480px;
	}

	#home-contato #mapa #map,
	#home-contato #mapa iframe {
		height: 100%;
	}
}


@media only screen and (min-width: 1500px) {
	#banner {
    	margin-top: 160px;
	}

	#contato {
		background-size: cover !important;
	}


}

@media only screen and (min-width : 1200px) and (max-width: 1500px) {
	#nav {
		margin-top: 15px;
	}

	#home-contato #mapa #map,
	#home-contato #mapa iframe {
		height: 100%;
	}

	#home-contato #mapa {
		height: 350px;
	}
}


/* Large Devices, Wide Screens - LG */
@media only screen and (min-width : 1200px) {
	.banner-prod,
	.banner-serv {
    	margin-top: 130px;
	}

	#banner {
		margin-top: 165px;
	}

	#contato {
		background-size: cover !important;
	}
}


/* Medium Devices, Desktops - MD */
@media only screen and (max-width : 1199px) {

	#banner { min-height: 200px; }

	#home-contato .home-form.col-lg-6 .form {
		width: auto;
	}

	#nav {
		margin-top: 15px;
	}

	#servicos-detalhe .banner,
	#contato .banner { height: 450px; }

	#home .cycle-pager {
    	display: none;
	}

	.banner-prod,
	.banner-serv {
    	margin-top: 135px;
    	object-fit: cover;
    	height: 400px;
	}

	#banner {
		margin-top: 135px;
	}

	#contato {
		background-size: cover !important;
	}

	#home-contato #mapa #map,
	#home-contato #mapa iframe {
		height: 100%;
	}

	#home-contato #mapa {
		height: 313px;
	}

}

/* Small Devices, Tablets - SM */
@media only screen and (max-width : 991px) {

	.ban {
		background-size: cover;
		height: 500px;
	}

	#footer { text-align: center !important; }

	#home-banner { height: 600px; }

	#home-empresa {	padding-top: 120px; }
		#home-empresa .img img { margin-top: 0px; }

	/*#banner {
		padding-top: 55px;
	}*/

	#home-servicos {
    	padding: 5% 2%;
    	background: #042f50 url(../img/listras.png) center center repeat;
	}

		#home-servicos .title {
	    	text-align: right;
		    margin-top: 0;
		    font-size: 25px;
		}

		#home-servicos .text {
			text-align: right;
			font-size: 17px;
		}

	.servicos .col-sm-6 {
	    margin-bottom: 3%;
	}

	#home .cycle-pager {
    	display: none;
	}

	.header.initial { display: block !important; }

	#servicos-detalhe .banner,
	#contato .banner { height: 450px; }

}

/* Extra Small Devices, Phones - XS */
@media only screen and (max-width : 767px) {

	.open-nav { display: block; }
	.close-nav { display: block; }

	#nav { position: fixed; z-index: 122; background-color: rgba(29, 53, 87, 0.98); top: 0px; right: 0px; height: 100%; margin-top: 0; display: none; }
		#nav ul { height: 100%; overflow-y: auto; overflow-x: hidden; padding-top: 30px; margin-left: -17px; }
			#nav ul li { display:block; float: none; border: none; text-align: right; padding: 0px 0px 0px 150px; font-size: 1.5em; }
			#nav ul li.active, #nav ul li:hover { background: none; }
			#nav ul li.subcat { display: block; font-size: 1em;	}
				#nav ul li a { color: #fff; display: block; width: 100%; padding: 0 20px 7px 0; background: none; border: none;	transition: .5s ease; }
				#nav ul li.active a, #nav ul li:hover a { color: #DC001B; }

	#header .logo {
	    padding: 10px 0;
    	width: 100%;
    	text-align: center;
	}

	#header .sup {
	    text-align: left;
	}


	#home-servicos .title {
		text-align: center;
    	margin-top: 2%;
	}

	#home-servicos .text {
		text-align: center;
	}

		#home-servicos .text a.saiba-mais {
	    	margin-top: 0;
    	}

	#produtos #home-produtos .thumb .img {
		text-align: center;
	}

	.servicos .thumb {
	    margin-top: 5%;
	}

	#banner {
		display: none;
	}

	.cycle-pager-xs {
	    position: absolute;
	    z-index: 101;
	    text-align: center;
	    width: 22px;
		top: 20px;
		right: 15px;
	}

		.cycle-pager-xs span {
			display: inline-block;
		    width: 22px;
		    height: 22px;
		    background: url(../img/cycle-pager.png) -22px 0 no-repeat;
		    cursor: pointer;
		    margin-bottom: 5px;
		    background-size: auto 22px;
	    }

			.cycle-pager-xs span.cycle-pager-active {
		    	background: url(../img/cycle-pager.png) 0 0 no-repeat;
		    	background-size: auto 22px;
				cursor: default;
			}

	#banner-xs {
		display: block;
		margin-top: 160px;
	}

	.ban {
		background-size: cover;
		height: 400px;
	}

	#home-empresa { background-size: auto 100%; }
		#home-empresa .title { text-align: center; }

	#home-contato .home-form.col-lg-6 .form { padding-left: 15px; }
	#home-contato .home-form .form .title { text-align: center; }

	#home-clientes .jcarousel-wrapper { padding: 0 65px; }
	#home-clientes .jcarousel-control-prev { left: 10px; }
	#home-clientes .jcarousel-control-next { right: 30px; }

	#servicos .content { padding-top: 0px; }
	#servicos .thumb { margin-bottom: 20px; }

	#servicos-detalhe #galeria { margin-top: 0px; }
	#servicos-detalhe #pager { margin-bottom: 30px; }

	#noticia .texto { padding-left: 15px; }
		#noticia .texto .text img { max-width: 100%; margin: 15px 0 10px 0; float: none; }
	.noticia-fotos { padding: 0 15px; }

	#contato .content { padding-bottom: 50px; }
	#contato .form { padding-right: 15px; margin-bottom: 35px; }

	#home .cycle-pager {
    	color: #FFF;
    	text-align: center;
    	display: block;
    	margin-top: 15px;
	}

	#home .cycle-pager-active {
    	color: #DC001B;
	}

}

/* Extra Small Devices, Phones - XS */
@media only screen and (max-width : 570px) {

	#clientes .thumb { width: 50%; }

	#header .sup p {
		text-align: left;
	    padding-right: 0;
	    padding-left: 8%;
	    background: url(../img/telefone-sup.png) no-repeat 2% 0;
	}

	.detalhe .info .name {
		text-align: center;
	}
}

@media only screen and (max-width : 500px) {

	#servicos-detalhe #pager div { width: 33.333333%; }

}

@media only screen and (max-width : 460px) {

	#home-servicos .thumb { width: 100%; }

	#home-servicos .thumb.second { display: none; }

	#clientes .thumb { width: 100%; }

	.noticia-fotos .thumb { width: 33.33333333%; }

	#produtos #home-produtos .thumb {
		width: 100%;
	}

		#produtos #home-produtos .thumb .img {
			text-align: center;
		}

	#home .sup p span {
    	display: none;
	}

	#header .logo {
		padding: 2% 10%;
	}

	.ban {
		background-size: auto 300px;
    	height: 300px;
	}

	#banner {
    	min-height: 300px;
	}

	#home-servicos .text {
		margin-bottom: 5%;
	}
}

@media only screen and (max-width : 330px) {

	.noticia-fotos .thumb { width: 50%; }
}


@media only screen and (min-width : 1200px) {
  .text-xs-justify { text-align: justify; }
  .text-xs-center  { text-align: center; }
  .text-xs-right   { text-align: right; }
  .text-xs-left    { text-align: left; }
  .text-sm-justify { text-align: justify; }
  .text-sm-center  { text-align: center; }
  .text-sm-right   { text-align: right; }
  .text-sm-left    { text-align: left; }
  .text-md-justify { text-align: justify; }
  .text-md-center  { text-align: center; }
  .text-md-right   { text-align: right; }
  .text-md-left    { text-align: left; }
  .text-lg-justify { text-align: justify; }
  .text-lg-center  { text-align: center; }
  .text-lg-right   { text-align: right; }
  .text-lg-left    { text-align: left; }
}
@media only screen and (max-width : 1199px) {
  .text-xs-left    { text-align: left; }
  .text-xs-right   { text-align: right; }
  .text-xs-center  { text-align: center; }
  .text-xs-justify { text-align: justify; }
  .text-sm-left    { text-align: left; }
  .text-sm-right   { text-align: right; }
  .text-sm-center  { text-align: center; }
  .text-sm-justify { text-align: justify; }
  .text-md-left    { text-align: left; }
  .text-md-right   { text-align: right; }
  .text-md-center  { text-align: center; }
  .text-md-justify { text-align: justify; }
}
@media only screen and (max-width : 991px) {
  .text-xs-left    { text-align: left; }
  .text-xs-right   { text-align: right; }
  .text-xs-center  { text-align: center; }
  .text-xs-justify { text-align: justify; }
  .text-sm-left    { text-align: left; }
  .text-sm-right   { text-align: right; }
  .text-sm-center  { text-align: center; }
  .text-sm-justify { text-align: justify; }
}
@media only screen and (max-width : 767px) {
  .text-xs-left    { text-align: left; }
  .text-xs-right   { text-align: right; }
  .text-xs-center  { text-align: center; }
  .text-xs-justify { text-align: justify; }
}

@media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}

body { display: none; }
.wow { opacity: 0; }