/*
    Desenvolvido por Jeferson Luis
    https://www.jefersonlsch.com.br/
    eu@jefersonlsch.com.br
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700&display=swap');

body,h1,h2,h3,h4,p,a,ul,li,select,option,input,textarea,table,th,td,blockquote,hr,button,div{
	margin:0;
	padding:0;
	font-weight: 400;
} 

body{
    font-family: 'Montserrat', sans-serif;
	background: #FFFFFF;
}

a{
	text-decoration: none;
	color: #6B8BC7;
}

a:hover{
	text-decoration:none;
	color: #000000;
}

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

img:not(.initial) {
	transition: opacity 1s;
}

img.initial,
img.loaded,
img.loading,
img.error {
	opacity: 1;
}

img:not([src]) {
	visibility: hidden;
}

button{
    font-family: 'Montserrat', sans-serif;
	border:none;
	cursor:pointer;
}

.limpa{clear:both;}
.limpa20{clear:both; height: 20px;}

input.form-control, textarea.form-control{
    font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #000000;
	padding: 15px 0;
	margin-bottom: 25px;
	border: none;
	border-bottom: 2px solid #DEDEDE;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.btn{
	text-transform: uppercase;
	line-height: 50px;
	font-size: 15px;
	padding: 0 40px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	font-weight: 700;
	letter-spacing: 1px;
}

.btn-sm{
	font-size: 12px;
	line-height: 40px;
	padding: 0 25px;
	letter-spacing: normal;
}

.btn-primary{
	color: #FFFFFF;
	background-color: #258FE0;
}

.btn-primary:hover{
	color: #258FE0;
	background-color: #F6DE1C;
}

.btn-secondary{
	border-color: #DEDEDE;
	color: #666666;
	background-color: #DEDEDE;
}

.btn-secondary:hover{
	border-color: #6B8BC7;
	color: #FFFFFF;
	background-color: #6B8BC7;
}

body, p{
	font-size: 17px;
	line-height: 30px;
	color: #4C4C4C;
}

p{
	margin-bottom: 20px;
}

h1, h2{
	font-weight: 700;
	font-size: 32px;
	color: #333333;
	margin-bottom: 40px;
}

h1.titulo-menor, h2.titulo-menor{
	font-size: 18px;
}

h1.traco-titulo:after, h2.traco-titulo:after{
	display: block;
	content: '';
	width: 50px;
	height: 2px;
	background-color: #7AF1FF;
	margin-top: 20px;
}

h1.traco-titulo.titulo-menor:after, h2.traco-titulo.titulo-menor:after{
	margin-top: 15px;
}

/* header */
.fa-phone{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.navbar{
	padding: 15px 0;
	background-image: url(../img/bg-header-entrada.png);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.navbar.navbar-fixed, .produto .navbar{
	padding: 10px 0;
	background-color: #FFFFFF;
}

.navbar-brand{
	padding: 0;
	margin: 0;
}

.navbar-brand img{
	height: 47px;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.navbar-nav li{
	list-style: none;
	float: left;
	margin-left: 40px;
}

.navbar-nav li a{
	white-space: nowrap;
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
}

.navbar-nav li a:hover, .navbar.navbar-fixed li a, .produto .navbar li a{
	color: #258FE0;
}

.navbar.navbar-fixed li a:hover, .produto .navbar li a:hover{
	color: #000000;
}

.dropdown:hover .dropdown-menu{
	display: block;
}

.navbar-collapse li .dropdown-menu{
	margin-top: -5px;
	background-color: #DEDEDE;
	left: 0;
	border: none;
	padding: 15px 0;
}

.navbar-collapse li .dropdown-menu a{
	text-transform: none;
	line-height: 40px;
	margin: 0;
	text-align: left;
	border-bottom: none;
	padding: 0 30px;
}

.navbar-collapse li .dropdown-menu a:hover{
	color: #0063F1;
	background-color: transparent;
}

/* home */
#rola-tela{
	height: 88px;
}

.tp-bannertimer{
	display: none;
}

.titulo-banner{
	z-index: 5;
}

.titulo-banner h2{
	margin-top: 60px;
	margin-bottom: 40px;
	font-size: 54px;
	line-height: 60px;
	color: #FFFFFF;
	font-weight: 700;
}

.titulo-banner p{
	color: #FFFFFF;
	max-width: 450px;
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 50px;
}

.mascara-banner{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

/*.mascara-banner:after{
	left: -20px;
	right: -20px;
	bottom: -50px;
	display: block;
	content: '';
	position: absolute;
	height: 100px;
	background-color: #FFFFFF;
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}*/

.rola-tela{
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	position: absolute;
	left: 50%;
	margin-left: -13px;
	background-color: transparent;
	border: 2px solid #FFFFFF;
	z-index: 50;
	width: 26px;
	height: 39px;
	bottom: 50px;
}

.rola-tela:before{
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	width: 2px;
	height: 9px;
	top: 5px;
	left: 10px;
	display: block;
	content: '';
	position: absolute;
	background-color: #FFFFFF;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes animaRolaEntrada{
    0%   {margin-bottom: 0px;}
    50%  {margin-bottom: 10px;}
    100%  {margin-bottom: 0px;}
}

/* Standard syntax */
@keyframes animaRolaEntrada{
    0%   {margin-bottom: 0px;}
    50%  {margin-bottom: 10px;}
    100%  {margin-bottom: 0px;}
}

.rola-tela{
    -webkit-animation-name: animaRolaEntrada; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
    animation-name: animaRolaEntrada;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.espaco{
	height: 120px;
}

.espaco-menor{
	height: 80px;
}

.bg-produtos{
	background-image: url(../img/detalhes-fundo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #258FE0;
	width: 100%;
	overflow: hidden;
}

.alinha-frota{
	position: relative;
}

.alinha-frota, .frota-individual{
	height: 362px;
}

.frota-home{
	width: 1530px;
	position: absolute;
	left: 50%;
	margin-left: -570px;
}

.frota-individual{
	display: block;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
}

.fundo-frota{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.fundo-frota:after{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	display: block;
	content: '';
}

.texto-frota{
	position: absolute;
	left: 20px;
	bottom: 20px;
	max-width: 80%;
}

.texto-frota h3{
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 10px;
}

.texto-frota p{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 22px;
	margin: 0;
}

.frota-individual .fundo-frota:after, .frota-individual .texto-frota{
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.frota-individual:hover .fundo-frota:after, .frota-individual:hover .texto-frota{
	opacity: 0.00;
	filter: alpha(opacity =0);
}

.owl-carousel .owl-nav{
	position: absolute;
	left: 0;
	width: 1140px;
	display: block;
	text-align: right;
	top: -100px;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	color: #FFFFFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-left: 5px;
	text-align: center;
}

.owl-carousel .owl-nav .owl-prev{
	background-color: rgba(255, 255, 255, 0.2);
}

.bg-clientes .owl-carousel .owl-nav .owl-prev{
	background-color: rgba(0, 0, 0, 0.2);
}

.owl-carousel .owl-nav .owl-prev:after {
	content: '';
	display: inline-block;
	margin-top: 1.05em;
	margin-left: 0.5em;
	width: 0.8em;
	height: 0.8em;
	border-top: 0.2em solid #FFFFFF;
	border-right: 0.2em solid #FFFFFF;
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.owl-carousel .owl-nav .owl-next{
	background-color: #999999;
}

.owl-carousel .owl-nav .owl-next:after {
	content: '';
	display: inline-block;
	margin-top: 1.05em;
	margin-left: -0.5em;
	width: 0.8em;
	height: 0.8em;
	border-top: 0.2em solid #FFFFFF;
	border-right: 0.2em solid #FFFFFF;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.owl-dots{
	display: none;
}

.bg-clientes{
	background-color: #F6DE1C;
}

.cliente-individual{
	height: 70px;
	line-height: 64px;
	margin: 0 15px;
	text-align: center;
}

.cliente-individual img{
	display: inline-block;
	vertical-align: middle;
	max-height: 70px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE */
}

.cliente-individual img:hover{
	-webkit-filter: none;	
	filter: none;	
}

.produto-individual{
	margin-bottom: 60px;
}

.produto-individual p{
	font-size: 14px;
	text-transform: uppercase;
}

.produto-individual h3{
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 15px;
}

.caixa-imagem{
	display: block;
	border: 1px solid #cccccc;
	height: 270px;
	text-align: center;
	line-height: 270px;
	margin-bottom: 25px;
	overflow: hidden;
	position: relative;
}

.caixa-imagem img{
	max-height: 80%;
	max-width: 80%;
	display: inline;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.caixa-imagem:hover img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/* Páginas */
.topo-produto{
	height: 80px;
}

.caixa-titulo-paginas{
	background-image: url(../img/topo-paginas.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 150px 0 70px;
}

.caixa-titulo-paginas h1, .caixa-titulo-paginas h2{
	margin: 0;
	font-size: 32px;
	color: #FFFFFF;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.conteudo-paginas{
	padding-bottom: 50px;
}

.conteudo-paginas p, .conteudo-contato p{
	margin-bottom: 15px;
}

.caixas-empresas p:before{
	display: block;
	content: '';
	width: 60px;
	height: 4px;
	margin-bottom: 15px;
	background-color: #F6DE1C;
}

.conteudo-contato{
	padding: 30px;
}

.conteudo-paginas strong{
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	display: block;
}

.imagem-paginas{
	max-width: 500px;
	float: left;
	margin: 0 40px 40px 0;
}

.caixas-empresas, .caixas-empresas p{
	color: #FFFFFF;
	position: relative;
}

.caixas-empresas{
	padding: 5px;
}

.caixas-empresas>div{
	border: 5px solid #FFFFFF;
	padding: 50px 30px 50px 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.caixas-empresas>div:before{
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	display: block;
}

.titulo-caixas{
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

/* footer */
.botao-whats-rodape{
	display: inline-block;
	font-size: 18px;
}

.botao-whats{
	background-color: #20B038;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	padding: 5px 30px;
	line-height: 40px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	z-index: 999;
}

.botao-whats svg{
	font-size: 20px;
	margin-right: 5px;
}

.botao-whats:hover{
	color: #FFFFFF;
	background-color: #009E1A;
}

footer{
	background: #DEDEDE;
	padding-top: 40px;
}

footer img{
	max-width: 200px;
}

footer h3{
	font-size: 18px;
	color: #333333;
	margin-bottom: 20px;
	font-weight: 700;
}

footer p svg, footer li svg{
	font-size: 16px !important;
	float: left;
	color: #333333;
	height: 22px !important;
	width: 20px;
	margin-right: 20px;
}

.fa-map-marker{
	margin-bottom: 30px;
}

footer p, footer li{
    color: #333333;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
}

footer li{
	list-style: none;
}

footer a {
    color: #333333;
}

footer a:hover{
	color: #6B8BC7;
}

.rodape-baixo{
	background-color: #B2B2B2;
	margin-top: 30px;
}

.rodape-baixo p{
	font-size: 12px;
	color: #333333;
	line-height: 60px;
	margin: 0;
}

/* Carrinho */
.caixa-carrinho{
	border: 1px solid #666666;
}

.titulo-carrinho{
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #666666;
	color: #FFFFFF;
	background-color: #6B8BC7;
	font-weight: 600;
}

.conteudo-carrinho{
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #666666;
	color: #666666;
	line-height: 60px;
}

.conteudo-carrinho-produto{
	line-height: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.conteudo-carrinho img{
	max-height: 60px;
}

.remover-produto{
	color: #FF0000;
	font-size: 22px;
}

.conteudo-carrinho input.form-control{
	height: 60px;
}

.conteudo-carrinho span{
	font-size: 10px;
}

.form-orcamento h3{
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 30px;
}

/* Produto */
.produto-direito h3{
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}

.produto-direito h4{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.caixa-quantidade h4{
	line-height: 50px;
	float: left;
}

.caixa-quantidade input{
	margin-left: 20px;
	float: left;
	height: 50px;
	text-align: center;
	width: 100px;
}

.caixa-compartilhamento a{
	float: left;
	font-size: 22px;
	margin-right: 20px;
}

.alinha-zoom{
	width: 100%;
	position: relative;
}

.caixa-imagem-zoom{
	position: relative;
	border: 2px solid #D2D2D2; 
	display: block;
}

#gal1{
	padding-top: 10px;
	text-align: center;
}

#gal1 img{
	border: 2px solid #D2D2D2; 
	max-width: 23%;
	margin: 0 1px 2px;
	display: inline-block;
}

#gal1 .active img{
	border: 2px solid #109B38;
}

.link-voltar{
	line-height: 100px;
	background-color: transparent;
	font-weight: 600;
	font-size: 14px;
}

.link-voltar svg{
	margin-right: 5px;
	font-size: 18px;
}

.galeria-individual{
	margin-bottom: 30px;
}

.galeria-individual img{
	max-height: 240px;
}

.caixa-imagem-noticias{
	max-height: 210px;
	overflow: hidden;
	display: block;
}

.noticia-individual{
	padding: 0 15px;
}

.noticia-individual-interna{
	margin-bottom: 40px;
}

.noticia-individual h3{
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
	color: #258FE0;
	line-height: 24px;
	text-transform: none;
}

.noticia-individual p{
	margin-bottom: 25px;
}

.caixa-compartilhamentos h3{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
}

.compartilhar-individual{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	font-size: 18px;
}

.compartilhar-individual, .compartilhar-individual a{
	color: #258FE0;
}

.compartilhar-individual:hover, .compartilhar-individual a:hover{
	color: #333333;
}

.descricao-noticias{
	padding: 20px 20px 0;
}

/* Animações */
.anime{
	opacity: 0.00;
	filter: alpha(opacity =0);
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translateY(200px);
	-webkit-transform: translateY(200px);
	-o-transform: translateY(200px);
	-ms-transform: translateY(200px);
	transform: translateY(200px);
}

.animacaoAtiva{
	opacity: 1;
	filter: alpha(opacity =100);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.animacaoAtiva, .fancybox-image{
	opacity: 1;
	filter: alpha(opacity =100);
}

#wh-widget-send-button{
	display: none;
}

/* Queries */
@media(max-width: 1199px) {
	body, p{font-size: 15px; line-height: 24px;}
	h1, h2{font-size: 28px; margin-bottom: 30px;}
	h1.traco-titulo::after, h2.traco-titulo::after{margin-top: 15px;}
	.espaco{height: 80px;}
	.btn{padding: 0 30px;}
	.navbar-brand{padding: 0;}
	.navbar-nav li{margin-left: 20px;}
	.navbar-nav li a{line-height: 50px; font-size: 13px;}
	.titulo-banner h2{font-size: 36px; line-height: 40px; margin-bottom: 20px;}
	h1.titulo-fundo, h2.titulo-fundo{font-size: 26px; padding: 30px 0; margin-bottom: 50px;}
	.caixa-titulo-paginas h1, .caixa-titulo-paginas h2{font-size: 26px;}
	.caixa-titulo-paginas{padding: 130px 0 40px;}
	.topo-produto{height: 80px;}
	.caixa-imagem{height: 240px; line-height: 240px;}
	.produto-individual{margin-bottom: 40px;}
	.produto-individual h3{font-size: 14px; line-height: 24px;}
	.produto-individual p{font-size: 12px;}
	.categoria-individual{height: 500px;}
	.categoria-individual-menor{height: 235px;}
	.imagem-paginas{max-width: 400px; margin: 0 30px 20px 0;}
	.conteudo-paginas strong{font-size: 20px; line-height: 28px;}
	.espaco-categorias:before{height: 120px;}
	.conteudo-paginas iframe{max-width: 100%;}
	.conteudo-paginas{padding: 40px;}
	.galeria-individual img{max-height: 190px;}
	.link-voltar{line-height: 80px;}
	.frota-home{width: 1200px; margin-left: -465px;}
	.alinha-frota, .frota-individual{height: 280px;}
	.owl-carousel .owl-nav{top: -80px; width: 930px;}
	.owl-carousel .owl-nav .owl-prev:after, .owl-carousel .owl-nav .owl-next:after {margin-top: 1.30em;}
	.cliente-individual{height: 60px; line-height: 54px;}
	.cliente-individual img{max-height: 60px;}
	.conteudo-contato{padding: 30px 0;}
	.espaco-paginas{height: 50px;}
}

@media(max-width: 991px) {
	.navbar{padding: 10px 0; background-image: url(../img/bg-header-entrada-mobile.png);}
	.navbar-brand img{height: 42px;}
	.navbar-nav li a{line-height: 40px;}
	h1, h2{font-size: 26px;}
	.titulo-banner h2 {font-size: 26px; line-height: 32px; margin-bottom: 15px;}
	.titulo-banner p{font-size: 16px; max-width: auto; margin-bottom: 30px;}
	.tp-bullets{bottom: 10px !important;}
	.tp-bullets .bullet{margin: 0 5px;}
	.espaco-menor{height: 40px;}
	.espaco{height: 70px;}
	h1.titulo-fundo, h2.titulo-fundo{font-size: 22px; padding: 20px 0; margin-bottom: 30px;}
	.caixa-titulo-paginas h1, .caixa-titulo-paginas h2{font-size: 22px;}
	.espaco-categorias, .conteudo-paginas, .conteudo-contato{padding: 30px 30px 0;}
	.caixa-titulo-categoria{left: 30px;}
	.caixa-titulo-categoria h3{font-size: 20px; margin-bottom: 5px; line-height: 24px;}
	.categoria-individual{height: 430px;}
	.categoria-individual-menor{height: 200px;}
	footer{padding-top: 30px;}
	footer img{max-width: 90%;}
	.botao-whats{font-weight: 400; font-size: 12px; line-height: 30px; padding: 5px 25px;}
	.botao-whats svg{font-size: 16px;}
	.conteudo-paginas{padding-bottom: 30px;}
	.espaco{height: 50px;}
	.imagem-paginas{max-width: 280px; margin: 0 20px 0px 0;}
	body, p{font-size: 14px; line-height: 24px;}
	.conteudo-paginas strong{font-size: 16px; line-height: 26px;}
	.caixa-titulo-paginas{padding: 100px 0 30px;}
	.conteudo-contato{padding: 25px;}
	input.form-control, textarea.form-control{font-size: 13px; padding: 15px 0; margin-bottom: 15px;}
	.btn{line-height: 44px; letter-spacing: normal; font-size: 12px; padding: 0 20px;}
	#rola-tela{height: 50px;}
	.rola-tela{bottom: 20px;}
	.form-orcamento h3{font-size: 16px; line-height: 22px; margin-bottom: 20px;}
	.galeria-individual img{max-height: 140px;}
	.produto-direito h3{font-size: 18px; margin-bottom: 10px;}
	.link-voltar{line-height: 50px;}
	.link-voltar svg{font-size: 14px;}
	.btn-sm{line-height: 40px; padding: 0 15px; letter-spacing: normal;}
	.conteudo-contato p{line-height: 24px;}
	.frota-home{width: 900px; margin-left: -345px;}
	.texto-frota h3{font-size: 16px; line-height: 24px;}
	.texto-frota p{font-size: 12px; line-height: 20px;}
	.bg-produtos{background-size: cover;}
	.cliente-individual{height: 50px; line-height: 48px;}
	.cliente-individual img{max-height: 50px;}
	.owl-carousel .owl-nav{width: 690px;}
	.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{width: 40px; height: 40px;}
	.owl-carousel .owl-nav .owl-prev::after, .owl-carousel .owl-nav .owl-next::after{margin-top: 1.10em;}
	.titulo-caixas{font-size: 18px;}
	.caixas-empresas > div{padding: 30px 20px 10px 20px;}
	.espaco-paginas{height: 40px;}
}

@media(max-width: 767px){
	h1, h2{font-size: 22px;}
	.navbar{background-color: #FFFFFF;}
	.navbar-nav li a{color: #258FE0;}
	.navbar-top{display: none;}
	.navbar-brand{padding-left: 20px;}
	.navbar-toggler{margin-right: 20px;}
	.espacoMenu{height: 80px;}
	.navbar-collapse{padding-top: 10px;}
	.navbar-nav li{margin: 0 15px;}
	.navbar-nav li a{line-height: 30px; text-align: center;}
	.navbar-collapse li .dropdown-menu{display: block; margin: 0; padding: 10px 0;}
	.navbar-collapse li .dropdown-menu a{line-height: 30px; padding: 0; text-align: center;}
	.titulo-banner h2{font-size: 22px; line-height: 32px; margin-right: 20%; margin-top: 20px;}
	.tp-bullets{bottom: 5px !important; display: none !important;}
	.tp-bullets .bullet{border: none; width: 8px; height: 8px;}
	.espaco-menor{height: 20px;}
	h1.titulo-fundo, h2.titulo-fundo{font-size: 18px; padding: 10px 0; margin-bottom: 20px;}
	.caixa-titulo-paginas h1, .caixa-titulo-paginas h2{font-size: 18px;}
	.produto-individual{margin-bottom: 30px;}
	.caixa-imagem{margin-bottom: 10px;}
	.produto-individual h3{font-size: 13px; margin-bottom: 0;}
	.categoria-individual{height: 220px; margin-bottom: 15px;}
	.espaco-categorias, .conteudo-paginas, .conteudo-contato{padding: 15px 15px 0;}
	.espaco-categorias:before {height: 150px;}
	.espaco{height: 40px;}
	footer .col-md-4{display: none;}
	footer{padding-top: 40px;}
	footer .col-md-5{margin-bottom: 10px;}
	footer p, footer li{margin-bottom: 15px; font-size: 13px;}
	footer h3{display: none;}
	footer{padding-top: 30px;}
	.rodape-baixo{padding-bottom: 20px; padding-top: 20px; margin-top: 30px;}
	.rodape-baixo p{margin: 0; line-height: 20px;}
	.conteudo-paginas{padding-bottom: 15px;}
	.imagem-paginas {max-width: 100%; margin: 0 auto 20px; display: block; float: none;}
	.link-voltar{line-height: 40px;}
	.produto-direito{padding-top: 30px;}
	.produto-direito h4{font-size: 14px;}
	.caixa-compartilhamento{padding-top: 30px !important;}
	.conteudo-contato{display: none;}
	.conteudo-paginas iframe{height: 300px;}
	.titulo-carrinho{text-align: center;}
	.caixa-carrinho{margin: 0 15px;}
	.conteudo-carrinho-produto{line-height: 20px; padding: 15px; text-align: center;}
	.conteudo-carrinho{line-height: 20px;}
	.caixa-carrinho{margin: 0;}
	.btn.mt-4{margin-top: 0 !important;}
	.capa-home-esquerda{margin-bottom: 30px;}
	.frota-home{width: 150%; margin-left: 0; left: 20px;}
	.frota-individual{width: auto;}
	.texto-frota h3:after{display: none;}
	.texto-frota h3{font-size: 18px; line-height: 24px;}
	.texto-frota{left: 20px; bottom: 20px; right: 20px; max-width: none;}
	.owl-carousel .owl-nav {width: auto; position: relative; top: auto; margin: 0; left: 0; text-align: left; padding: 15px 0;}
	.alinha-frota{height: 350px;}
	.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{margin-left: 0; margin-right: 5px;}
	.caixas-empresas p:before{margin: 5px auto 15px;}
	.caixas-empresas > div{text-align: center;}
	#wh-widget-send-button{display: block;}
}

.caixa-alert{
	position: fixed;
	left: 5px;
	bottom: 5px;
	width: 400px;
	padding: 30px;
	background-color: #FFFFFF;
	z-index: 9999;
	-webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.2);
}

body .caixa-alert p{
	font-size: 14px;
	color: #999999;
	margin: 0 0 15px;
	line-height: 24px;
}

body .caixa-alert a{
	color: #3777BC;
}

.caixa-alert a.botaoCookies{
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	height: 36px;
	line-height: 36px;
	background-color: #3777BC;
	color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    margin-left: 15px;
}

.caixa-alert a.botaoCookies:hover{
	color: #FFFFFF;
	background-color: #333333;
}

.recusar{
	display: inline-block;
	vertical-align: middle;
	line-height: 36px;
	background-color: transparent;
	border: none;
	color: #999999;
	text-decoration: underline;
}

.texto-simples p{
	margin-bottom: 10px;
}

@media (max-width: 1000px) {
	.caixa-alert{
		padding: 20px;
	}
}

@media (max-width: 767px) {
	.caixa-alert{
		max-width: 90%;
	}

    .caixa-alert p{
        font-size: 12px;
        line-height: 20px;
    }
}