@font-face {
    font-family: Titillium-Regular;
    src: url(fonts/Titillium-Regular.woff);
}

@font-face {
	src: url(fonts/Titillium-Thin.woff);
	font-family: Titillium-Thin;
}

a[href^=tel]{
	color: #FFFFFF;
	text-decoration: none;
}

html {
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
	min-height: 100%;
	overflow: auto;
}

body {
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
	min-height: 100%;
	background: top center no-repeat #FFF;
	font-family: 'Titillium-Thin', serif;
	font-weight: 400;
	font-size: 14px;
}

img, div, input, select, textarea {
	margin: 0;
	border: 0;
	padding: 0;
	outline: 0;
}

a {
	text-decoration: none;
}

b, strong {
	font-family: 'Titillium-Thin', serif;
	font-weight: 700;
}

h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 30px;
	font-family: 'Titillium-Thin', serif;
	font-weight: 700;
	text-transform: uppercase;
}

.centralizar {
	width: 1380px;
	margin: 0 auto;
}

.centralizar-trabalhos {
	width: 1100px;
	margin: 0 auto;
}

.div08						{ width: 100%; background: #000; padding: 20px 0px; position: fixed; bottom: 0px; z-index: 1000000; }
.div08-centralizado			{ margin: 0px auto; width: 1000px; }
.div08-texto				{ width: calc(100% - 300px); float: left; font-size: 15px; color: #FFFFFF; line-height: 20px; text-align: justify; margin: 0px 20px 0px 0px; }
.div08-botoes				{ float: right; padding-top: 6px; }
.div08-botoes-accept		{ float: left; background: #FFFFFF; padding: 5px 20px; color: #444; font-size: 15px; cursor: pointer; }
.div08-botoes-accept:hover	{ float: left; background: #333333; padding: 5px 20px; color: #FFF; font-size: 15px; cursor: pointer; }
.div09-botoes-accept		{ float: left; background: #FFFFFF; padding: 5px 20px; color: #444; font-size: 15px; cursor: pointer; margin: 0px 20px 0px 0px }
.div09-botoes-accept:hover	{ float: left; background: #333333; padding: 5px 20px; color: #FFF; font-size: 15px; cursor: pointer; }




/* FORMULARIO */
.campo {
	width: 100%;
	margin-bottom: 10px;
	float: left;
}


.campo span {
	margin-top: 3px;
	display: block;
	font-size:1em;
	font-family: 'Titillium-Thin', serif;
	color:#000;
	font-weight:700;
	text-align: left;
}
.campo label {
	margin-top: 3px;
	display: block;
	font-size: 1em;
	font-family: 'Titillium-Thin', serif;
	color: #fff;
	font-weight: 700;
	text-align: left;
}
.campo input[type=text]	{ 
	border: 1px solid #555;
	border-radius: 0;
	padding: 10px 7px;
	width: 100%;
	width: -webkit-calc(100% - 26px);
	width: -moz-calc(100% - 26px);
	width: calc(100% - 26px);
	background: transparent;
	font-family: 'Titillium-Thin', serif;
	font-size: 14px;
	color: #fff;
}
.campo input[type=submit] { 
	width:100%; 
	width: -webkit-calc(100% - 10px); 
	width: -moz-calc(100% - 10px); 
	width: calc(50% - 10px); 
	float:right; 
	margin-right:10px; 
	padding:12px 25px; 
	font-family: 'Titillium-Thin', serif;
	font-weight:bold; 
	font-size:14px; 
	text-align:right; 
	color:#FFF; 
	background:transparent; 
	border:1px solid #f0bf00; 
	cursor:pointer; 
	border-radius:0px;
}
.campo input[type=submit]:hover	{
	border-color:#f0bf00;
	background:#f0bf00; 
	color:#000; 
}
.campo textarea	{ 
	width:100%; 
	width: -webkit-calc(100% - 26px); 
	width: -moz-calc(100% - 26px); 
	width: calc(100% - 26px); 
	border:1px solid #555; 
	background:transparent; 
	padding:10px 7px; 
	font-family: 'Titillium-Thin', serif;
	font-size:14px; 
	color:#FFF; 
	border-radius:0px; 
	height:90px;
}

::-webkit-input-placeholder { /* Chrome */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #fff;
  opacity: 1;
}

/* SUCESSO */
.mensagem_obrigado { 
	text-align:center; 
	padding:60px 0px 83px 0px;
}
.mensagem_obrigado h3 { 
	font-family: 'Titillium-Thin', serif;
	font-size:30px; 
	color:#77B522; 
	text-transform:uppercase;
}
.mensagem_obrigado p { 
	font-family: 'Titillium-Thin', serif;
	text-align:center; 
	font-size:15px; 
	color:#777;
}


/* TOPO */
.topo { 
	width: 100%; 
	height: 100px; 
	position: fixed;
	top: 0px; 
	left: 0px; 
	background: #343434; 
	z-index: 99999;
}

.topo-logo { 
	background: url('../images/logo/topo-logo1.png') left center no-repeat #f0bf00;
	height: 100px;
    width: 100px;
	float: left;
	-webkit-transition-property: width; /* Safari */
    -webkit-transition-duration: .5s; /* Safari */
    transition-property: width;
    transition-duration: .5s;
    position:absolute;
    top:0px;
    left:0px;
}
.topo-logo:hover {
	background: url('../images/logo/topo-logo2.png') left center no-repeat #222;
	width:310px;
}

.topo-links-caixa { 
	padding-top: 40px;
	float: left;
	width: 580px;
	margin-left: 100px;
}

.topo-links	{ 
	font-size: 14px; 
	color: #fff; 
	padding: 0px 20px;
	text-transform: uppercase;
	border-left: 1px solid #f0bf00;
}

.topo-links:hover {
	text-decoration:underline;
}

.topo-links img {
	margin-top: -6px;
}

.topo-links-trabalhos {
	border: none;
}

.topo-links-caixa01 {
	font-size: 14px; 
	color: #fff; 
	padding: 26px 0;
	text-transform: uppercase;
	float: left;
    margin-top: -5px;
}

.topo-links-caixa01 img {
	margin-top: -3px;
}

.topo-links-caixa01 span {
	color: #f0bf00;
	font-size: 14px; 
	color: #f0bf00; 
	text-transform: uppercase;
    margin-top: -5px;
    border-bottom: 1px solid #fff;
}

.sliding {
	display: inline;
	float: right;
    padding: 0 0 0 18px;
    margin: -35px -10px 0 0;
}

.sliding span {
	animation: topToBottom 12.5s linear infinite 0s;
	-ms-animation: topToBottom 12.5s linear infinite 0s;
	-webkit-animation: topToBottom 12.5s linear infinite 0s;
	color: #f0bf00;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	font-size: 14px; 
	color: #f0bf00; 
	text-transform: uppercase;
	float: right;
    margin-top: -5px;
    border-bottom: 1px solid #fff;
}

.sliding span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}

.sliding span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}

.sliding span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}

.sliding span:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}

.lista-servicos-texto			{ font-size:15px; }

.servicos-caixa					{ width:1200px; margin:0px auto; padding:80px 0px; background: center center no-repeat #FFF; }
.lista-servicos					{ width:calc(50% - 50px); margin:10px; float:left; }
.lista-servicos-titulo			{ font-size:20px; letter-spacing:10px; padding-bottom:30px; text-transform:uppercase; }
.lista-servicos-trabalhos		{ padding:5px 0px; font-size:15px; color:#666; }
.lista-servicos-trabalhos:hover { text-decoration:underline; color:#000; }

.oque-fazemos2						{ height:970px; background:url(../images/007_2.jpg) center center no-repeat #FFF;  }
.oque-fazemos2-links				{ width:calc(50% + 240px); float:center; }
.oque-fazemos2-links-branding		{ height:80px; background:transparent; margin: 0px 310px 0px 320px; }
.oque-fazemos2-links-midia			{ height:90px; background:transparent; margin: 4px 440px 0px 200px; }
.oque-fazemos2-texto				{ width:calc(50% - 240px); float:right; }
.oque-fazemos2-texto-titulo			{ font-size:20px; letter-spacing:10px; padding-bottom:10px; text-transform:uppercase; padding-top:10px; }
.oque-fazemos2-texto-texto			{ font-size:15px; padding-top:30px; padding-right:70px; }
.oque-fazemos2-texto-botao			{ padding-top:50px; }

.depoimentos							{ background:#fec70b; }
.depoimentos-caixa						{ width:1200px; margin:0px auto; padding:50px 0px; }
.depoimentos-caixa .bx-prev				{ left:-45px; background:url(../images/012.png) center center no-repeat !important; width:41px !important; height:73px !important; }
.depoimentos-caixa .bx-next				{ right:-45px; background:url(../images/013.png) center center no-repeat !important; width:41px !important; height:73px !important; }
.depoimentos-caixa .bx-pager-link		{ border-radius:0px !important; }
.depoimentos-caixa-titulo				{ text-align:center; font-size:25px; padding-bottom:20px; letter-spacing:10px; }
.depoimentos-caixa-titulo ul			{ margin:0px; padding:0px; list-style:none; }
.depoimentos-caixa-titulo li			{ margin:0px; padding:0px; list-style:none; }
.depoimentos-caixa-item					{ width:420px; margin:20px; min-height:200px; background:url(../images/010.png) center top no-repeat; }
.depoimentos-caixa-item-fundo			{ width:380px; min-height:200px; background:url(../images/011.png) center bottom no-repeat; padding:20px; }
.depoimentos-caixa-item-fundo h3		{ margin:0px; padding:0px; font-size:15px; font-family:'Titillium-Regular'; }
.depoimentos-caixa-item-fundo p			{ color:#444; }
.depoimentos-caixa-item-fundo b			{ display:block; color:#000; }

.lgpd									{ width:1200px; margin:100px auto 0px auto; padding:80px 0px; }

/*topToBottom Animation*/
@-moz-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateY(-50px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-50px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateY(-50px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

.topo-links-caixa02 { 
	padding-top: 40px;
	float: right;
}

.topo-links02 { 
	font-size: 14px; 
	color: #fff; 
	padding: 0;
	text-transform: uppercase;
}

.topo-links02:hover {
	text-decoration:underline;
}

.topo-links02 img {
	margin-top: -6px;
}

.topo-links-gmail {
	padding: 0 25px 0 0;
}

.topo-acessopainel {
	margin-right: 0px;
	margin-left:20px;
	border-left: 1px solid #f0bf00;
	padding: 0 25px;
}

/* BANNER */
.banner { 
	height: 740px; 
	overflow: hidden; 
	margin-top: 100px;
}
.banner ul { 
	margin:0px; 
	padding:0px; 
	list-style:none;
}
.banner li { 
	margin:0px; 
	padding:0px; 
	list-style:none;
}
.banner-imagem { 
	height: 740px; 
	background: center center no-repeat #000; 
	background-size: cover;
}
.banner-imagem-caixa {
	width:400px; float:left; background:#343434; padding:20px 20px 0px 20px; margin:180px 40px 30px 40px;
}
.banner-imagem-caixa .bloco02 {
	padding:10px 0px;
}
.banner-imagem iframe {
	width:100% !important;
	height:740px !important;
	margin-top:0px;
	margin-left:0px;
}

/* BLOCO 01 */
.bloco01 { 
	padding:0px;
    background: #000;
    height: auto;
}

.bloco01 ul {
	margin: 0;
	padding: 0;
}

.bloco01 li {
	width: 20%;
	list-style: none;
	float: left;
}

.bloco01 li div {
	height: 270px;
	background:center center no-repeat;
	background-size:cover;
	opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
}

.bloco01 li div:hover {
	opacity:1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);	
}

/* BLOCO 02 */
.bloco02 { 
	background: #343434;
	color: #fff;
	min-height: 250px;
    padding: 50px 0;
}

.bloco02-titulo {
	border-bottom: 1px solid #f0bf00;
	padding: 0 0 45px 0;
}

.bloco02-titulo-h3-01 {
	margin: 0;
    width: 50%;
    float: left;
    font-size: 21px;
}

.bloco02-titulo-p-01 {
	margin: 0;
    width: 50%;
}

.bloco02-titulo-h3-02 {
	margin: 0px 0 0 0;
    float: right;
    width: 50%;
    text-align: right;
    height: 55px;
    font-size: 21px;
}

.bloco02-texto {
	line-height: 2em;
}


/* BLOCO 03 */
.bloco03-trabalhos {
	padding: 50px 0;
}

.bloco03-trabalhos p {
	margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 21px;
    width: 238px;
    color: #555;
    font-family: 'Titillium-Regular', serif;
}

.bloco03 {
	margin-top: -98px;
	padding: 0 0 100px 0;
	height: 520px;
	background:url(../images/002.png) center bottom repeat-x;
    width: 100%;
    overflow: hidden;
}

.bloco03 img {
	width: 100%;
}

.slick-prev, .slick-next {
	width: 50px;
    background: none;
    border: none;
    padding: 0;
    cursor:pointer;
}

.slick-prev {
	margin:0px;
	margin-left:calc(50% - 200px); outline:none;
}

.slick-next {
	float: right;
	margin: -465px 730px 0 0;
	margin-right:calc(50% - 200px); outline:none;
}

.slick-track {
	margin-top: 65px;
}

.slick-center {
    transform: scale(1.03);
    margin-top: -20px;
	-webkit-box-shadow: 0 27px 30px 0 rgba(0,0,0,0.3);
	box-shadow: 0 27px 30px 0 rgba(0,0,0,0.3);
}

.slick-center .bloco03-text-div {
	display: block !important;
}

.slick-list {
	overflow: visible;
}

.bloco03-div {
	background: center center no-repeat;
	background-size: cover;
	height: 350px;
	cursor:pointer;
}

.bloco03-text-div {
	margin-top: 310px;
	padding:0px 10px;
	background:#343434;
	display: none;
    border:1px solid #555;
	-webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.3);
}

.bloco03-div p {
	position:relative;
	bottom:0px;
	left:0px;
	margin: 0;
}

.bloco03-text {
	text-transform: uppercase;
	color: #fff;
	background: #343434;
	font-size: 12px;
}

.bloco03-text-p01 {
	padding: 15px 0 15px 5px;
	text-align: left;
    float: left;
    z-index: 500;
    width: calc(50% - 5px);
}
	
.bloco03-text-p02 {
	padding: 15px 5px 15px 0;
	width: calc(50% - 5px);
    float: right;
    text-align: right;
    z-index: 500;
}

.bloco03-text-p03 {
	border-top: 1px solid #f0bf00;
	padding: 15px 0;
	text-align: center;
} 

.bloco03-text-p03 a {
	color: #f0bf00 !important;
}

/* FOOTER */
.footer {
	background: #343434;
	height: 439px;
}

.mapa {
	width: 40%;
	float: left;
	height:439px;
}

.mapa iframe {
	width: 100%;
}

/* FORM */
.banner-formulario {
	padding: 20px 0;
	width: 35%;
	float: left;
}
.banner-formulario-caixa { 
	height: 320px; 
	padding: 20px;
}

.banner-formulario-caixa h5 {
	margin: 0;
	text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.banner-formulario-caixa p {
	color: #fff;
	text-align: center;
}

/* ENDEREÇO */
.endereco {
	width: 25%;
	float: left;
	padding: 20px 0 0 0;
	line-height:17px;
}

.endereco p {
	color: #fff;
    margin: 8px 0;
}

.endereco-p01 {
	margin-top: 58px !important;
	color: #f0bf00 !important;
	text-transform: uppercase;
}

.endereco-p02 {
	margin-top: 0;
	color: #f0bf00 !important;
	text-transform: uppercase;
}

.endereco-p03 {
	font-size: 18px;
}

.endereco-p04 {
	font-size: 12px;
}


/* ESCONDER */
.topo-mobile-button	{ 
	display:none;
}
.mobile-esconder { 
	display:block !important;
}

.local	{
	background:#ECAA21;
	padding:0px 0px;
}

.local-logo	{
	width:20%;
	height:250px;
	float:left;
	background:center center no-repeat #ECAA21;
	background-size:cover;
}

.clientes	{
	background:#343434;
	padding:20px 0px;
}

.clientes-logo	{
	width:20%;
	height:100px;
	float:left;
	background:center center no-repeat;
	background-size:contain;
}

.clientes-mais	{
	display:none;
}

.clientes-mais-botao {
    padding: 15px 0px 45px 0px;
    text-align: center;
    color:#f0bf00;
    margin:20px auto;
    width:200px;
    cursor:pointer;
    background:url(../images/005.png) center bottom no-repeat;
}

.clientes-mais-botao:hover {
	color:#FFF;
}

.quem-somos {
	padding:70px 0px;
	background:#FFF;
}

.quem-somos-caixa	{
	width: 1000px;
	margin: 0px auto;
}

.quem-somos-caixa-bloco1 {
	text-align:right;
	font-size:25px;
	padding-bottom:60px;
	letter-spacing:10px;
}

.quem-somos-caixa-bloco2 {
	width:426px;
	height:292px;
	float:left;
	background:url(../images/00003.jpg) center center no-repeat;
}

.quem-somos-caixa-bloco3 {
	margin-left:500px;
	font-size:17px;
	line-height:49px;
}

.quem-somos-caixa-bloco3 p {
	padding:0px;
	margin:0px;
}

.oque-fazemos {
	height:1000px;
	background:center center no-repeat #FFF;
	background-size:cover;
}

.pessoas-caixa {
	height:350px;
	background:#343434;
	text-align:center;
}

.pessoas {
	width:20%;
	height:350px;
	display: inline-block;
	position:relative;
	background:center center no-repeat #303030;
	
}

.pessoas:hover .pessoas-descricao {
	display:block;
}

.pessoas-descricao {
	position:absolute;
	width:calc(100% 25px);
	padding:15px;
	color:#FFF;
	min-height:100px;
	background:#343434;
	margin-top:280px;
	display:none;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}

.pessoas-descricao-01 {
	color:#f0bf00;
	font-size:14px;
}

.pessoas-descricao-02 {
	font-size:13px;
}

.pessoas-descricao-03 {
	font-size:13px;
	padding-top:10px;
}


.selo-partner				{ height:30px; background:#FFF; padding:20px 0px; }
.selo-partner-google		{ width:calc(30% - 10px); float:left; text-align:right; margin-right:10px; }
.selo-partner-facebook		{ width:calc(30% - 10px); float:right; text-align:left; margin-left:10px; }
.selo-partner-facebook1		{ width:calc(30% - 10px); float:right; text-align:left; margin-left:10px; }





@media (max-width: 980px) {
	.filtro-video-banner { display:none; }
	
	.centralizar { 
		width:auto; 
		margin: 0px auto !important; 
		padding: 0px 10px; 
	}
	
	.topo {
		height: 100px;
	}
	
	.topo-mobile-button	{ 
		width:40px; 
		height:40px; 
		border-radius:6px; 
		background:url(../images/001.png) center center no-repeat #343434; 
		display:block; 
		float:right; 
		margin:30px 10px 0px 0px;
	}
	
	.topo-links-caixa { 
		width:100%;
		position:fixed; 
		top:100px; 
		left:0px; 
		background:#343434; 
		padding:0px; 
		display:none;
		z-index: 1;
		margin:0px;
	}
	
	.topo-links-caixa a	{ 
		display:block; 
		text-align:center; 
		color:#FFF; 
		padding:10px 0px; 
		border-top:1px solid #CCC;
	}

	.topo-links-caixa01 {
		clear: both;
	}
	
	.topo-links-caixa01 img {
		padding: 0 0 0 19px;
	}
	
	.topo-links-caixa02 {
		clear: both;
		padding-top: 0;
	}
	
	.topo-links02 img {
	    margin: 0 8px;
	}
	
	.topo-acessopainel {
	    margin: 0 auto;
	    border-left: none;
	    padding: 8px 0;
	    text-align: center;
	    display: block;
	}
	
	.campo { 
		width:100% !important; 
		margin-bottom:10px; 
		float:left;
	}
	.campo input[type=submit] {
		width:100%;
		float:right;
		margin-right:0px;
		padding:10px 5px;
	}
	.campo input[type=text]	{ 
		width:100%; 
		width: -webkit-calc(100% - 16px); 
		width: -moz-calc(100% - 16px); 
		width: calc(100% - 16px);
	}
	.campo textarea { 
		width:100%; 
		width: -webkit-calc(100% - 16px); 
		width: -moz-calc(100% - 16px); 
		width: calc(100% - 16px);
	}
	
	.topo-links-caixa img {
		display: none;
	}
	
	.banner {
		margin-top: 100;
	}
	
	.banner, .banner-imagem {
		height: 350px;
	}
	

	.banner-imagem iframe {
		width:100% !important;
		height:130px !important;
		margin-top:0px;
		margin-left:0px;
	}
	
	.bloco01 {
		height: auto;
	}
	
	.bloco01 li {
		width: 100%;
		float: none;
	}
	
	.bloco02 {
		height: auto;
	}
	
	.bloco02-titulo-h3-01 {
		width: 100%;
		float: none;
	}
	
	.bloco02-titulo-p-01 {
		width: 100%;
	}
	
	.bloco02-titulo-h3-02 {
		margin: 0;
		width: 100%;
		height: auto;
		float: none;
		text-align: left;
	}
	
	.bloco03 {
		height: auto;
		padding: 0 0 110px 0;
		margin-top:-78px;
	}
	
	.bloco03-div {
		height: 240px;
	}
	
	.bloco03-text {
		font-size: 9px;
	}
	
	.bloco03-text-div {
		margin-top: 238px;
	}
	
	.slick-prev {
		margin: -482px 480px 0 0;
	}
	
	.slick-next {
		margin: -36px 0 6px 480px;
	}
	
	.footer {
		height: auto;
	}
	
	.mapa {
		width:100%;
		padding: 0px;
		float: none;
		height:200px;
	}
	
	.servicos-caixa {
		width:auto;
	}
	
	.mapa iframe {
		height:200px !important;
	}
	
	.servicos-caixa {
		padding:30px;
	}
	
	.centralizar-trabalhos {
		width:auto;
		margin:10px;
	}
	
	
	
	.lista-servicos-titulo {
		padding-bottom:10px;
	}
	
	.banner-formulario { 
		position: inherit; 
		float:none; 
		width: 100%;
	}
	
	.banner-formulario-caixa { 
		width: calc(100% - 40px); 
		height: 440px; 
		float: none; 
		padding: 20px; 
		margin: 0px auto;
	}
	
	.banner-formulario-caixa h5 {
		font-size: 21px;
	}
	
	.endereco {
		width: 100%;
		float: none;
		text-align: center;
		padding: 20px 0;
	}
	
	.mobile-esconder { 
		display:none !important;
	}
	
	.topo-links-caixa01 {
		display:none;
	}
	
	.topo-links-caixa02 {
		display:none;
	}
	
	.clientes-logo {
		width:100%;
	}
	
	.local { display:none; }
	
	.local-logo {
		height:150px;
	}
	
	.oque-fazemos2-links {
		display:none;
	}
	
	.oque-fazemos2-texto {
		width:auto; float:none; padding:60px 10px;
	}
	
	.oque-fazemos2 {
		background:#ebebeb;
		height:auto;
	}
	
	.oque-fazemos2-texto-titulo {
		padding-top:0px;
	}
	
	.lista-servicos {
		width:auto; float:none; padding:20px 0px
	}
	
	.quem-somos-caixa {
		width:auto;
	}
	
	.quem-somos-caixa-bloco1 {
		margin:10px;
		padding:0px;
		text-align:left;
		font:22px;
		letter-spacing:6px;
	}
	
	.quem-somos-caixa-bloco2 {
		display:none;
	}
	
	.quem-somos-caixa-bloco3 {
		margin:10px;
		line-height:26px;
	}
	
    .pessoas-caixa {
		height:600px;
	}
	
	.pessoas {
		width:100%;
		background:center center no-repeat;
		background-size:cover;
		opacity:1;
		height:400px;
		-moz-opacity: 1;
		filter: alpha(opacity=100);
		margin-bottom:170px;
	}
	
	.pessoas-descricao {
		margin-top:350px;
		display:block;
		height:190px;
	}
	.depoimentos-caixa {
		width:auto;
	}
	
	.depoimentos-caixa-item {
		width:280px;
		margin:0px;
	}
	
	.depoimentos-caixa-item-fundo {
		width:280px; padding:0px;
	}

	.depoimentos-caixa .bx-prev				{ left:-10px !important; top:0px !important; background-size:20px !important; margin-top:-76px !important; }
	.depoimentos-caixa .bx-next				{ right:-10px !important; top:0px !important; background-size:20px !important; margin-top:-76px !important; }

	.depoimentos-caixa-titulo				{ text-align: center; font-size: 20px; padding-bottom: 23px; letter-spacing: 4px; }
	
	
	.div08-centralizado			{ width:auto; margin:0px 10px; }
	.div08-texto				{ float:none; width:auto; }
	.div08-botoes				{ float:none; width:270px; margin:20px auto 0px auto; }
	
}


@media (max-width: 768px) {
	.banner, .banner-imagem {
		height: 300px;
		
	}
	
	.banner-imagem iframe {
		width:100% !important;
		height:300px !important;
		margin-top:0px;
		margin-left:0px;
	}
}

@media (max-width: 425px) {
	.banner, .banner-imagem {
		height: 160px;
	}
	
	.banner-imagem iframe {
		width:100% !important;
		height:160px !important;
		margin-top:0px;
		margin-left:0px;
	}
	
	.slick-initialized .slick-slide {
		
	}
}

@media (max-width: 390px) {
	.banner, .banner-imagem {
		height: 130px;
	}
	.banner-imagem iframe {
		width:100% !important;
		height:130px !important;
		margin-top:0px;
		margin-left:0px;
	}
}


