@charset "utf-8";
/* CSS Document */
html {
	overflow-y:scroll;
	overflow-x: hidden; 
}
body { 
    font-family: 'blissmediumregular';
	font-weight:normal;
	margin:0;
	padding:0;
	background-color:rgba(240,240,240,1);
	text-align:center;
}

*{
   -webkit-transition: all 0.3s ease-in;
   -moz-transition: all 0.3s ease-in;
   -o-transition: all 0.3s ease-in;
   -ms-transition: all 0.3s ease-in;
   transition: all 0.3s ease-in; 
   	list-style-type:none;
	text-decoration:none;
	margin:0;
	padding:0;
}

/*..................LOADER................*/
.border{
  width: 100px;
  height: 100px;
  border: 10px solid #BF2B29;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-left:50%;
  top:50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
    position: absolute;
}
.loader {
  width: 100px;
  height: 100px;

  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.counter {
  width: 100%;
  line-height: 100px;
  font-size: 24px;
  color: #BF2B29;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}


#miolo{
	top:70px;
	display:none;
	position:absolute;
	background-position: center 0 , center center ;
	background-image:url(../imagens/background.png);
	background-repeat:no-repeat;
	width:100%;
	margin-bottom:0px;
	text-shadow: 1px 0 rgba(255, 255, 255, 0.5);
}
hr.linha {
    border: 0;
    height: 0;
	margin: 40px 0 40px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
h1{/*DEPOIMENTOS PAGINA INICIAL*/
	font-size:0.75em;
	margin:5px;
}
h2{
	color:#555555;
	font-size:1em;
	font-weight:normal;
	line-height:130%;
	margin:0 0 2% 0;
}
h3{
	float:right;
	font-size:0.8em;
	font-family: 'blissmediumregular';
	font-weight:100;
	color:#555555;
	margin:0 0 1% 0;
}
h3 a{
	color:#555555;
}
h4{/*ORCAMENTO*/
	font-family: 'blissmediumregular';
	font-size:1.2em;
	font-weight:normal;
	color:#BF2B29;
	width:100%;
	margin:4% 0 0 0;
	text-align:left;
	padding: 0 0 0 10px;
}
h5{/*TITULO COMO - */
	font-family: 'blissmediumregular';
	font-size:1.2em;
	font-weight:normal;
	color:#BF2B29;
	width:100%;
	text-transform:uppercase;
}
h6 a{
	color:#BF2B29;
	text-decoration:underline;
}
h6 a:hover{
	color:#133B42;
}
h6{/*TITULOS*/
	font-family: 'blissmediumregular';
	font-size:1.2em;
	color:#BF2B29;
	font-weight:normal;
	line-height:1.2em;
	margin:5px 0 0 0 0;
}
	
/*..................MENU................*/
hr.linha_menu,
.large_logo_menu_mobile{
	display:none;
}
.large_header{
	position:fixed;
	top:0;
	height:70px;
	background-color:rgba(245,245,245,1);
	width:100%;
	z-index:9999;
	-webkit-box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.08);
	box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.08);
	text-shadow: 1px 0 rgba(255, 255, 255, 0.5);
}
.small_header{
	position:fixed;
	top:0;
	height:39px;
	background-color:rgba(245,245,245,1);
	width:100%;
	z-index:9999;
	-webkit-box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.08);
	box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.08);
	text-shadow: 1px 0 rgba(255, 255, 255, 0.5);
}
.large_logo{
	top:4px;
	float:left;
	height:60px;
	width:90px;
	position:relative;
	background-image:url(../imagens/logo.svg);
	background-size:89px 60px;
	background-repeat:no-repeat;
}
.small_logo{
	top:4px;
	float:left;
	height:32px;
	width:90px;
	position:relative;
	background-image:url(../imagens/logo.svg);
	background-size:90px 60px;
	background-repeat:no-repeat;
}
.gota_menu{
	position:relative;
	float:right;
	background-image:url(../imagens/gota.svg);
	background-size:12px 15px;
	height:15px;
	width:12px;
	background-repeat:no-repeat;
	margin:0 14px 0 18px;
	padding:0;
}
#menu{
    font-family: 'blissextraboldregular';
	font-weight:100;
	font-size:0.85em;
	position:absolute;
	width:1200px;
	float:left;
	left: 50%;
	z-index:9999;
	display:inline-table;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
 	transform: translateX(-50%); 
}
.large_menu{
	margin-top:27px;
}
.small_menu{
	margin-top:12px;
}
#menu ul{
	float: right;
}
#menu ul li {
	display: inline-block;
}
#menu li a{
	text-decoration:none;
	color:#133B42; 
}
#menu li a:hover{
   color: #BF2B29;
}
#menu li.active a{
	opacity: 1;
	color: #BF2B29;
}

/*..................RODAPÉ................*/
footer{
    font-family: 'blissmediumregular';
	font-weight:100;
	font-size:1em;
	width:1200px;
	z-index:9999;
	display:inline-table;
}
footer ul{
	bottom:0;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
 	transform: translateY(-50%);
	margin:-15px 0 10px 0; 
}
footer li.contatos {
	display: inline-block;
	margin:0 150px 0 0;
}
footer li.contatosU {
	display: inline-block;
	margin:0;
}
footer li a:hover {
	color: #BF2B29;
}
.rodape_last{
	margin:0 !important;
}
footer, footer li a{
	text-decoration:none;
	color:#555555; 
}
footer img{
	vertical-align:bottom;
	margin:0 5px 0 0;
}
.giraffales{
	z-index: 9999;
	float:right;
	position:absolute;
	bottom:0;
	right:0;
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.giraffales:hover, .giraffales:focus, .giraffales:active {
  -webkit-animation-name: giraffales-float, giraffales;
  animation-name: giraffales-float, giraffales;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
@-webkit-keyframes giraffales {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes giraffales {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-webkit-keyframes giraffales-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes giraffales-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
.giraffales a:hover{
position: relative;
}
.giraffales a:hover:after {
	font-size:11px;
	width:65px;
	content: 'desenvolvido por: Giraffales';
	padding: 4px;
	color: #502814;
	position: absolute;
	right: 55px;
	top: -45px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 4px #444;
	-webkit-box-shadow: 0px 0px 4px #444;
	box-shadow: 0px 0px 4px #222;
	background-color:#FFC823;
}
/*..................PÁGINA INICIAL................*/
#banner_frota{
	position:fixed;
	bottom:0;
	left:0;
	background-color:#BF2B29;
	height:35px;
	z-index:9998;
	float:left;
	width:100%;
	color:#FFF;
	-webkit-box-shadow: 0px -3px 10px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px -3px 10px 2px rgba(0,0,0,0.2);
	box-shadow: 0px -3px 10px 2px rgba(0,0,0,0.2);
}
#banner_frota img{
	top:20%;
	left:50%;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
 	transform: translateX(-50%); 
	position:absolute;
	height:22px;
}
.some_banner{
	-webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}
.aparece_banner{
	bottom:0;
}

.chamadas_mobile{
	display:none;
}
#inicio{
	max-width: 1200px;
	min-width:600px;
	width:90%;
	float:left;
	margin:4% 0 1.1% 50%;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
 	transform: translateX(-50%); 
}
#slideshow { 
    position: relative; 
    height: auto; 
	color:#555555;
	font-size: 1.1em;
	margin:0 0 10% 0;
}
#slideshow > div { 
	width:900px;
    position: absolute;
	margin-left:50%;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
 	transform: translateX(-50%);  
}
.fiorino {
	margin-left:50%;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
 	transform: translateX(-50%); 
	display: block;
	position:relative;
    width: 100%;
}
.fiorino img {
    width: 80%;
}
.fiorino_m {
	display: none;
}
/***** emacao *****/
.grid {
	position: relative;
	clear: both;
	margin: 0 ;
	max-width: 1200px;
	list-style: none;
	text-align: center;
}
/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	margin: 0 0 1.80% 0;
	min-width: 120px;
	max-width: 590px;
	max-height: 360px;
	width: 100%;
	height: auto;
	background: #ccc;
	text-align: center;
	cursor: pointer;
	box-shadow: 0px 0px 10px #ccc; -moz-box-shadow: 0px 0px 10px #ccc; -webkit-box-shadow: 0px 0x 10px #ccc; -khtml-box-shadow: 0px 0px 10px #ccc;
}
.grid figure2 {
	position: relative;
	overflow: hidden;
	margin: 0 0 1.80% 0;
	min-width: 120px;
	max-width: 590px;
	max-height: 743px;
	width: 100%;
	height: auto;
	background: #ccc;
	text-align: center;
	cursor: pointer;
	box-shadow: 0px 0px 10px #ccc; -moz-box-shadow: 0px 0px 10px #ccc; -webkit-box-shadow: 0px 0x 10px #ccc; -khtml-box-shadow: 0px 0px 10px #ccc;
}
.esquerda{
	float: left;
	
}
.direita{
	float: right;
}
.grid figure img,
.grid figure2 img,
grid_servico img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
}
.grid figure figcaption,
.grid figure2 figcaption  {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption,
.grid figure figcaption > a,
.grid figure2 figcaption,
.grid figure2 figcaption > a  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption > a,
.grid figure2 figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2,
.grid figure2 h2 {
	font-family: 'blissmediumregular';
	font-weight:100;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.6);
}
.grid figure h2 span,
.grid figure2 h2 span {
	font-family: 'blissextraboldregular';
	font-weight: 800;
	padding:0 0 0 5px;
}
.grid figure h2,
.grid figure p,
.grid figure2 h2,
.grid figure2 p {
	margin: 0;
	color:#FFF;
}
.grid figure p,
.grid figure2 p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
.content {
	margin: 20px 0 0 0;
	max-width: 1200px;
}
.content > h2:first-child {
	padding-top: 0em;
}
figure.em_acao,
figure2.em_acao {
	background: #000;
}
figure.em_acao img {
	max-width: none;
	height: 360px;
	width:590px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure2.em_acao img {
	max-width: none;
	height: 743px;
	width:590px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.em_acao figcaption,
figure2.em_acao figcaption {
	text-align: left;
}
figure.em_acao h2,
figure2.em_acao h2 {
	position: relative;
	display: inline-block;
	padding: 0.3em 0.8em;
	margin: 0 0 0.55em;
	background: rgba(0,0,0,0);
	border:2px #FFFFFF solid;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
figure.em_acao p,
figure2.em_acao p {
	display:inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(191,43,41,1);
	color: #fff;
	text-transform: none;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-590px,0,0);
	transform: translate3d(-590px,0,0);
}
figure.em_acao p:first-child,
figure2.em_acao p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
figure.em_acao p:nth-of-type(2),
figure2.em_acao p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
figure.em_acao p:nth-of-type(3),
figure2.em_acao p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
figure.em_acao:hover p:first-child,
figure2.em_acao:hover p:first-child, {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
figure.em_acao:hover p:nth-of-type(2),
figure2.em_acao:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
figure.em_acao:hover p:nth-of-type(3),
figure2.em_acao:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.em_acao:hover img,
figure2.em_acao:hover img {
	opacity: 0.3;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}
figure.em_acao:hover p,
figure2.em_acao:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*..................PÁGINA SERVIÇOS................*/
#servicos{
	max-width: 1200px;
	min-width:600px;
	width:100%;
	float:left;
	margin:3% 0 1.80% 50%;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
 	transform: translateX(-50%); 
}
.imagem_chave{
box-shadow: 0px 0px 10px #aaa; -moz-box-shadow: 0px 0px 10px #aaa; -webkit-box-shadow: 0px 0x 10px #aaa; -khtml-box-shadow: 0px 0px 10px #aaa;
width:1200px;
margin:0 0 4% 0;
}
.imagem_servicos{
	float:left;
	width:100%;
	float:left;
	display:inline-block;
	margin:1% 0 1% 0;
	background-color:#111;
	overflow: hidden;
}
.servicos_fundo img{
	width:100%;
	height:auto;
	opacity:0.5;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.imagem_servicos p {
	font-family: 'blissmediumregular';
	letter-spacing: 1px;
	font-size: 1.2em;
	color: rgba(255, 255, 255, 1);
	display:block;
	position:absolute;
	z-index:9999;
	width:100%;
	height:100%;
	height:auto;
	margin:0;
	-webkit-transform: translateY(85%);
    -ms-transform: translateY(85%);
 	transform: translateY(85%); 
}
.imagem_servicos p img{
	height:45px;
	margin:0 0 1% 0;
}
.imagem_servicos:hover .servicos_fundo img {
	-webkit-transform: scale3d(1.2,1.2,1);
	transform: scale3d(1.2,1.2,1);
	opacity:0.2;
}
.imagem_servicos:hover p{
	color: rgba(255, 255,255, 0);
	font-size:0;
}
.imagem_servicos:hover p img{
	margin: 1.8% 0 0 0;
}
.icone_servico{
	width:100%
}
.icone_servico img{
	margin:2% 0 0 0;
	height:50px;
}
.icone_fotos{
	height:40px;
	margin:0 0 1% 0;

}
.grid_servico {
	position: relative;
	overflow: hidden;
	min-width: 120px;
	max-width: 590px;
	width: 100%;
	height: auto;
	margin:0.6% 0 0 0;
	text-align: center;
	box-shadow: 0px 0px 10px #ccc; -moz-box-shadow: 0px 0px 10px #ccc; -webkit-box-shadow: 0px 0x 10px #ccc; -khtml-box-shadow: 0px 0px 10px #ccc;
}
.grid_servico h2{
	padding:10px;
	margin:0;
	position:relative;
}
#slideshow2{
	position:relative;
	width:100%;
	height: 290px;
	overflow: hidden;
	margin: 0px auto;

}
#slideshow2 > div { 
	width:100%;
    position: relative;
	overflow: hidden;
}
.grid_servico img {
	width:100%;
	height:100%;
	height:auto !important;
}
/*..................PÁGINA COMO FUNCIONA................*/
.icones_como{
	position:relative;
	width:100%;
}
.icones_como ul{
	float: left;
}
.icones_como li {
	display: inline-block;
	width:21%;
	height:auto;
}
.icones_como li:first-child{
	float:left;
}
.icones_como li:last-child{
	float:right;
}
.icones_como li:nth-child(2){
	margin: 0 5% 0 0;
}
.icones_como li img{
	width: 100%;
	height:auto;
	-moz-box-shadow: 2px 1px #aaa;
	-webkit-box-shadow: 2px 2px #aaa;
}
.icone_frota{
	margin:5% 0 1% 0;
}
.cartao_fidelidade{
	margin: 0 0 2% 0;
	width:50%;
	left:50%;
}
/*..................EMPRESA................*/
#baloes{
	width:80%;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
 	transform: translateX(-50%);
	left:50%;
	position:relative;
}
#baloes ul li {
	display: inline-block;
}
.comodidade{
	width:200px;
	float:left;
	margin:-40px 0 0 0;
    animation: floatt 3s linear infinite;
	-webkit-animation: floatt 3s linear infinite;
}
.preco{
	width:300px;
	float:left;
	left:35%;
	display:block;
	position:absolute;
	margin:20px 0 0 0;
	animation: floatt 4s linear infinite;
}
.mao_de_obra{
	width:220px;
	float:right;
	margin:-80px 0 0 0;
	animation: floatt 2s linear infinite;
}
.produtos{
	width:200px;
	float:left;
	position:relative;
	margin:200px 0 0 -120px;
	animation: floatt 2.5s linear infinite;
}
.flexibilidade{
	width:220px;
	float:right;
	margin:200px -180px 0 0;
	animation: floatt 5s linear infinite;
}

@keyframes floatt {
	from {
		transform: rotate(0deg)
		           translate(-5px)
		           rotate(0deg);
	}
	to {
		transform: rotate(360deg)
		           translate(-5px) 
		           rotate(-360deg);
	}
}

/*..................PÁGINA ORÇAMENTO................*/
input, textarea {
	width: 100%;
	padding: 10px;
	border:1px solid #CCC;
	color:#BF2B29;
	-moz-box-shadow: 2px 1px #666;
	-webkit-box-shadow: 2px 2px #666;
}
hr.linha2 {
    border: 0;
    height: 0;
	margin: 0 0 2% 0;
    border-top: 1px solid #BF2B29;
}
form p{
	margin:1% 0 1% 0;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
	border-color: #BF2B29;
	color: #133B42;
}
textarea {
	min-height: 120px;
	max-height:300px;
} 
.escolha_servicos input{
	-moz-box-shadow:none !important;
	-webkit-box-shadow: none !important;
	width: 13px;
    height: 13px;
    vertical-align: bottom;
    position: relative;
    top: -1px;
	margin-right:5px;
    *overflow: hidden;
}
.escolha_servicos{
	float:left;
	margin:1% 0 1% 0;
}
.escolha_servicos li{
	display: inline-block;
	color:#BF2B29;
	margin:10px 20px 10px 10px;
	float:left;
}
.submit input {
	background-color: #F6DC55;
	height: 40px;
	font-weight: bold;
	cursor:pointer;
}

