body:after {
	content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
	display: none
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: .8;
	display: none
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: 400
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}

.lightbox a img {
	border: none
}

.lb-outerContainer {
	position: relative;
	background-color: #fff;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px
}

.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both
}

.lb-container {
	padding: 4px
}

.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat
}

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10
}

.lb-container > .nav {
	left: 0
}

.lb-nav a {
	outline: none;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-prev,
.lb-next {
	height: 100%;
	cursor: pointer;
	display: block
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../images/prev.png) left 48% no-repeat;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../images/next.png) right 48% no-repeat;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}

.lb-nav a.lb-next:hover {
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both
}

.lb-data {
	padding: 0 4px;
	color: #ccc
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: 700;
	line-height: 1em
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: .7;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1
}

@charset 'UTF-8';
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
	font-family: slick;
	-webkit-font-smoothing: antialiased
}

.slick-slider {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-loading .slick-list {
	background: url(./ajax-loader.gif)center center no-repeat #fff
}

@font-face {
	font-family: slick;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/slick.eot);
	src: url(../fonts/slick.eot?#iefix)format('embedded-opentype'), url(../fonts/slick.woff)format('woff'), url(../fonts/slick.ttf)format('truetype'), url(../fonts/slick.svg#slick)format('svg')
}

.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before,
.slick-prev:before {
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: '◄'
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
	content: '►'
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}

[dir=rtl] .slick-next:before {
	content: '►'
}

.slick-slider {}

.slick-dots {
	position: absolute;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: 'â€¢';
	text-align: center;
	opacity: .25;
	color: #000;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

* {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
}


/* PÃGINA DE ERRO 404 - NÃƒO MECHER */

#erro-total {
	width: 700px;
	height: 270px;
	margin: 15px 0;
}

#imagem-centralizada {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

#texto-404 {
	width: 100%;
	font-family: Calibri;
	font-size: 22px;
	text-align: center;
}

#aguarde {
	width: 100%;
	font-family: Calibri;
	font-size: 19px;
	text-align: center;
	margin: 5px 0;
}


/* #####################FINAL###################### */


/* all pages */

a {
	text-decoration: none;
}

.esquerda,
.esquerdo,
.left,
.float-left {
	float: left;
	display: table;
	margin: 0px 10px 10px 0px;
}

.direita,
.direito,
.right,
.float-right {
	float: right;
	display: table;
	margin: 0px 0px 10px 10px;
}

.meio,
.center {
	display: table;
	margin: 20px auto;
}

.borda {
	padding: 2px;
	background: #fff;
	box-shadow: 0px 0px 2px 0px #666;
}

.global {
	margin: 0 auto;
}

.conteudo-pages {
    min-height: 500px;
    width: 998px;
    margin: 0 auto;
}

.texto-pages {
    font: 15px/25px "Calibri";
    color: #000;
    text-align: justify;
    margin-top: 130px;
}

.texto-pages .texto {
    font: 17px/25px "Eurostile LT Std";
    color: #666666;
    text-align: justify;
    margin-bottom: 25px;
}

.box-03-images {
    width: 998px;
    text-align: center;
}

.texto-pages h1 {
	font: 25px "Calibri";
	padding-left: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #000;
}

.texto-pages h2 {
	font: 20px "Calibri";
	padding-left: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #000;
}

.slick-track {
	max-width: none;
}

.slider .slick-prev {
	left: 45px !important;
}

.slider .slick-next {
	right: 45px !important;
}

.slider img {
	max-width: 100%;
}

.slider2 .slick-active {
	opacity: 0.6 !important;
}

.slider2 .slick-center {
	opacity: 1 !important;
}

.slider2 .slick-slide {
	display: flex !important;
	justify-content: center;
	flex-direction: column;
	height: 160px;
	opacity: 0.0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-os-transition: all 0.3s;
}

.slider2 .slick-prev {
	right: 50px;
	left: initial;
	top: 0px;
}

.slider2 .slick-next {
	top: 0px;
	right: 0px;
}

.menu-resp {
	display: none;
}


/* FELIPE */

.topo-total {
	height: 61px;
	box-sizing: border-box;
	padding: 0px 0px;
	text-align: center;
	z-index: 99999999999999;
	position: relative;
	box-shadow: 0px 0px 2px 0px #000;
	background: #fff;
}

.topo div {
	display: inline-block;
	vertical-align: top;
}

.logo {
	margin-right: 40px;
}

.menu li {
	list-style: none;
	display: inline-block;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
}

li {
	display: list-item;
	text-align: -webkit-match-parent;
}

.menu li a {
	font: 18px "arial";
	color: #fff;
	padding: 20px 22px;
	display: block;
	border-right: 5px solid #C3C3C3;
	background: #f37336;
}

.menu li a:hover {
	font: 18px "arial";
	color: #f9ff00;
	padding: 20px 22px;
	display: block;
	border-right: 5px solid #C3C3C3;
	text-decoration: underline;
}

.ativo {
	color: #fff !important;
	background: #F58634;
	border: none !important;
}

.menu {}

.menu-total {}

.menu-resp {
	display: none;
}

.menu ul {
	padding: 0px 0px 0px 40px;
	margin-top: 0px;
}

/* CONTEUDOS PAGINA */

.conteudo-pages .texto-pages h5 {
    font: 25px/51px 'Eurostile LT Std';
    color: #666666;
    text-align: center;
    margin-bottom: 40px;
    background: url(../images/services.png) no-repeat;
}

.conteudo-pages .texto-pages {
	font: 16px/35px 'Eurostile LT Std';
	color: #666666;
}

.menu-lateral-servicos {
	display: inline-block;
}

.box-servicos {
    display: inline-block;
    vertical-align: top;
    margin-left: 60px;
}

.box-servicos2 {
    display: inline-block;
    vertical-align: top;
    width: 998px;
    text-align: right;
    margin-bottom: 60px;
}

.item-servicos1 {
    display: inline-block;
    margin-right: 40px;
}

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

.item-servicos3 {
    display: inline-block;
    padding-right: 40px;
}

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


.wrap-total {
	width: 998px;
	margin: auto;
}

.box-wrap {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}

.linha-wrap {
    margin: 15px 0px;
}

.linha-wrap img {
    border: 3px solid #F37336;
}

.titulo-wrap {
    text-align: center;
    font-family: 'Eurostile LT Std';
    font-size: 20px;
}


.menu-lateral-servicos li {
    font-family: 'Eurostile LT Std';
    font-size: 14px;
    margin-left: 54px;
}

.conteudo-pages .texto-pages h6 {
    font: 20px/51px 'Eurostile LT Std';
    color: #666666;
    text-align: left;
    margin-bottom: 15px;
}

.item-servicos1 img {
    border: 3px solid #F37336;
}

.item-servicos2 img {
    border: 3px solid #F37336;
}

.item-servicos3 img {
    border: 3px solid #F37336;
}

.item-servicos4 img {
    border: 3px solid #F37336;
}

/* FORMULÁRIO CONTATO */

.box-form .formulario-left .nome {
	font: 16px/35px 'Eurostile LT Std';
	color: #666666;
	width: 70px;
	display: inline-block;
}

input.input {
    width: 214px;
}

.box-form .submit-contato {
    font: 14px "Arial";
    display: table;
    border: 3px solid #CCCCCC;
    text-shadow: 1px 2px 3px #633F02;
    padding: 5px 10px;
    background: #f37336;
    transform: skew(-20deg);
    color: #fff;
}

.texto-pages span {
    font: 16px/35px 'Eurostile LT Std';
    color: #666666;
    width: 500px;
    display: inline-block;
}

.box-form .formulario-right .nome {
	font: 16px/35px 'Eurostile LT Std';
	color: #666666;
	width: 80px;
	display: inline-block;
}

.box-form .formulario-left p {
	display: inline-block;
}

textarea.input.mensagem {
    width: 387px;
    height: 80px;
}

input.submit {
    margin-bottom: 20px;
}



/* FORMULÁRIO CONTATO FINAL */




/* FORMULÁRIO */

.box-formulario {
    border: 1px solid #000;
    width: 800px;
    text-align: center;
    margin: auto;
}

.nome {
    width: 720px;
    text-align: left;
    font-family: Eurostile LT Std;
    font-size: 14px;
    display: inline-block;
}

.linha-form {
    border-bottom: 1px solid;
}

.linha-form2 {
    text-align: center;
    border: 1px solid #000;
    margin: auto;
    margin-bottom: 2px;
}

.nome2 {
	font-family: Eurostile LT Std;
    font-size: 14px;
}

textarea.input-mensagem {
    width: 798px;
    height: 150px;
}

.caixa-form {
    text-align: center;
    margin-bottom: 4px;
}

input.botao {
    margin-right: 182px;
}

strong {
    font: 20px/50px 'Eurostile LT Std';
	color: #666666;
}



/* FIM FORMULÁRIO */

.banner-empresa {
    text-align: center;
    margin-bottom: 50px;
    box-shadow: 1px 1px 21px 1px;
    width: 938px;
    height: 320px;
    margin-left: 30px;
}


.box-03-images img {
    margin-left: 27px;
}
.img-parceiros {
    margin: 15px 17px;
    float: left;
    box-shadow: 2px 2px 5px 0px #000;
    border-radius: 5px;

}
img {
    border: 0;
}





/* CONTEUDOS PAGINA */



/* CONTEUDO */

.box-01-total {
	background: linear-gradient(to left, #DDD, #fff 41%, #DDD);
	padding: 3px 0px 5px;
	width: 100%;
	position: relative;
	border-top: 1px solid #eee;
	z-index: 2;
}

.box-01 .img {
	margin: 0 55px 0px 0px;
	display: inline-block;
	width: 500px;
	vertical-align: middle;
	/* padding: 0px 20px; */
}

.box-01 .conteudo {
	font: 17px/21px "Calibri";
	text-shadow: 0px 0px 1px #fff;
	margin: 16px auto;
	color: #a5a5a5;
	text-align: justify;
	display: block;
	font-weight: bold;
}

.box-01 .entrar a {
	font: 18px "Arial";
	display: table;
	border: 3px solid #CCCCCC;
	text-shadow: 1px 2px 3px #633F02;
	padding: 20px 50px;
	background: #f37336;
	transform: skew(-20deg);
	color: #fff;
}

.box-01 .lado-direito {
    width: 500px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 20px;
}

.entrar {
	display: block;
	margin: 0 auto;
	padding: 0px 0px 5px 0px;
}

.garantia a {
	font-size: 25px;
	color: #F37336;
	font-family: Eurostile LT Std;
}

.garantia {
	margin: 10px auto 0px;
	display: block;
	text-align: left;
}

.box-01 {
	width: 100%;
	margin: 20px 0px 0px;
	box-sizing: border-box;
	text-align: center;
}
.fancybox-container * {
    color: #fff !important;
}
.menu-lateral-servicos ul {
    display:  flex;
    flex-wrap:  wrap;
    width:  998px;
    justify-content:  space-between;
    padding: 20px;
    margin-bottom: 30px;
}

.menu-lateral-servicos ul li {width: 400px;font-size: 20px;}

/* FIM CONTEUDO */


/* SERVIÃ‡OS */

.box-02 > .titulo {
	font-size: 25px;
	color: #666666;
	font-family: Eurostile LT Std;
	height: 55px;
	text-align: center;
	margin: 30px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

.titulo {
	font-size: 25px;
	color: #666666;
	font-family: Eurostile LT Std;
	margin-bottom: 10px;
	text-align: left;
	background: url(../images/services.png) center no-repeat;
	margin-left: 10px;
}

.box-02 {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.box-02 .item {
	width: 473px;
	display: inline-block;
	padding: 0px 12px;
	margin: 20px 0px 50px;
}

.box-02 .conteudo {
	padding: 20px 48px 0px 35px;
	box-sizing: border-box;
	font-family: Eurostile LT Std;
	font-size: 15px;
	text-align: right;
	line-height: 27px;
	color: #666;
}

.box-02 .entrar {
	text-align: right;
	box-sizing: border-box;
	padding: 20px 48px 0px 0px;
}

.box-02 .entrar a {
	padding: 7px 10px;
	font-family: Eurostile LT Std;
	font-size: 18px;
	background: url(../images/btnclick.png) center no-repeat;
	background-size: 108px;
	color: #666;
}

.box-02 .titulo .item {
	text-align: left;
}

.box-03 {
	width: 998px;
	margin: auto;
}

.box-03 .titulo {
	margin-top: 5px;
}

.item .titulo {
	margin-left: 55px;
}

.box-03-total {
	background: #CFCFCF;
	border: 2px solid #f37336;
}

.box-03-images div {
    display: inline-block;
}

/* SERVIÃ‡OS FINAL */

.rodape-total {
    background: #F37336;
    box-sizing: border-box;
    padding: 8px 0px;
    text-align: center;
}

.rodape div {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 2px 80px;
}

.texto-rodape {
	color: #fff;
	border-left: 1px solid #fff;
	padding-left: 10px !important;
	text-align: left;
	display: inline-block !important;
	font: 12px/20px "arial";
	margin: 8px 0px;
	letter-spacing: 1px;
}

.logo-rodape {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}

.logo-pw {
	display: block;
	text-align: center;
}

.rodape {
	display: inline-block;
}


/* FELIPE */

@media only screen and (max-width:998px) {
	* {
		max-width: 100%;
		box-sizing: border-box;
	}
	.conteudo-pages {
		padding: 2%;
	}
	.topo-total {
		height: auto;
	}
	.topo div {
		display: block;
	}
	.menu-resp {
		display: block;
		background: url('../images/menu-resp.png') center no-repeat;
		padding: 40px;
		cursor: pointer;
	}
	.topo .menu {
		display: none;
	}
	.menu ul {
		padding: 0;
	}
	.menu li {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		text-align: center;
		-webkit-transform: none;
	}
	.rodape div {
		width: 100%;
		margin: 20px 0px;
		text-align: center;
		padding: 0;
	}
	.texto-rodape {
		border-left: none;
	}
	
	.menu-lateral-servicos {
	display: block;
}

.box-servicos {
    display: block;
    vertical-align: top;
    margin-left: 0px;
	text-align: center;
}

.box-servicos2 {
    display: block;
    vertical-align: top;
    width: 998px;
    text-align: center;
    margin-bottom: 0px;
}

.item-servicos1 {
    display: block;
    margin-right: 0px;
}

.item-servicos2 {
	display: block;
}

.item-servicos3 {
    display: block;
    padding-right: 0px;
}

.item-servicos4 {
	display: block;
}


.menu-lateral-servicos li {
    font-family: 'Eurostile LT Std';
    font-size: 14px;
    margin-left: 54px;
}

.conteudo-pages .texto-pages h6 {
    font: 20px/51px 'Eurostile LT Std';
    color: #666666;
    text-align: left;
    margin-bottom: 15px;
}

.texto-pages {
	margin-top: 0px;
}
	

/* FORMULÁRIO */

.box-formulario {
    border: 1px solid #000;
    width: 800px;
    text-align: center;
    margin: auto;
}

.nome {
    width: 720px;
    text-align: center;
    font-family: Eurostile LT Std;
    font-size: 14px;
    display: inline-block;
}

.linha-form {
    border-bottom: 1px solid;
}

.linha-form2 {
    text-align: center;
    border: 1px solid #000;
    margin-left: 0px;
    margin-bottom: 2px;
	margin: auto;
}

.nome2 {
	font-family: Eurostile LT Std;
    font-size: 14px;
}

textarea.input-mensagem {
    width: auto;
    height: auto;
}

.caixa-form {
    text-align: center;
    margin-bottom: 4px;
}

input.botao {
    margin-right: 0px;
}

strong {
    font: 20px/50px 'Eurostile LT Std';
	color: #666666;
}

.box-cliente {
	text-align: center;
}



/* FIM FORMULÁRIO */
	
	
}