/*
    Desenvolvido por Artweb Design Digital
    https://www.agenciamaya.com.br/
    jeferson@agenciamaya.com
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

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

body{
	padding-left: 90px;
	font-family: 'Open Sans', sans-serif;
	background: #FFFFFF;
	overflow-x: hidden;
}

a{
	text-decoration: none;
	color: #00AFEF;
}

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

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

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

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

input.form-control, textarea.form-control, select.custom-select{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #505050;
	background-color: transparent;
	margin-bottom: 40px;
	border: none;
	border-bottom: 1px solid #b9b9b9;
}

input.form-control:focus, textarea.form-control:focus{
	color: #333333;
}

input.form-control{
	height: 50px;
	padding: 5px 0;
}

select.custom-select{
	height: 50px;
}

textarea.form-control{
	height: 140px;
	padding: 15px 0;
}

.form-control::-webkit-input-placeholder{
	color:#b9b9b9;
	opacity:1
}

.form-control::-moz-placeholder{
	color:#b9b9b9;
	opacity:1
}

.form-control:-ms-input-placeholder{
	color:#b9b9b9;
	opacity:1
}

.form-control::-ms-input-placeholder{
	color:#b9b9b9;
	opacity:1
}

.form-control::placeholder{
	color:#b9b9b9;
	opacity:1
}

h1, h2{
	font-size: 80px;
	font-weight: 700;
	color: #505050;
	margin-bottom: 20px;
	line-height: 100px;
	letter-spacing: -5px;
}

h1 strong, h2 strong{
	color: #00AFEF;
	display: block;
}

body, p{
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}

p{
	margin-bottom: 20px;
}

.btn{
	font-size: 14px;
	font-weight: 700;
	padding: 0 18px;
	line-height: 56px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.btn-primary{
	background-color: #00AFEF;
	border-color: #00AFEF;
	color: #FFFFFF;
}

.btn-primary:hover{
	background-color: #0A3A65;
	border-color: #0A3A65;
	color: #FFFFFF;
}

.text-white p{
	color: #FFFFFF;
}

.text-yellow{
	color: #FFB606;
}

.telefone-fixo, .email-fixo{
	display: none;
}

.whats-fixo, .telefone-fixo, .email-fixo{
	z-index: 100;
	position: fixed;
	right: 20px;
	bottom: 20px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	height: 46px;
	line-height: 46px;
	color: #FFFFFF;
	padding: 0 30px;
	font-size: 14px;
	font-weight: 500;
	background-color: #1164AF;
}

.email-fixo{
	background-color: #00AFEF;
}

.container-full{
	max-width: 1430px;
}

/* header */
.box-brand{
	position: absolute;
	left: 0;
	top: 78px;
	width: 100%;
	z-index: 99;
	padding-left: 90px;
	box-sizing: border-box;
}

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

.navbar{
	padding: 0 90px 0 0;
	z-index: 250;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #1164AF;
}

.navbar-toggler{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 90px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #00AFEF;
}

.navbar-toggler-icon{
	position: absolute;
	left: 27px;
	right: 27px;
	height: 3px;
	background-color: #FFFFFF;
	top: 50%;
	margin-top: -1px;
}

.navbar-toggler-icon:before, .navbar-toggler-icon:after{
	width: 100%;
	height: 3px;
	background-color: #FFFFFF;
	content: '';
	display: block;
}

.navbar-toggler-icon:before{
	margin-top: -9px;
}

.navbar-toggler-icon:after{
	margin-top: 15px;
}

.toggler-open .navbar-toggler-icon:before{
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 0;
}

.toggler-open .navbar-toggler-icon:after{
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -3px;
}

.toggler-open .navbar-toggler-icon{
	background-color: transparent;
}

.navbar-collapse{
	display: none;
}

.menu-aberto.navbar-collapse{
	display: block;
}

.navbar-nav li{
	list-style: none;
	float: left;
	padding-left: 155px;
	width: 1200px;
	box-sizing: content-box;
}

.navbar-nav li a{
	display: block;
	color: #FFFEFE;
	font-weight: 700;
	font-size: 60px;
	line-height: 100px;
}

.navbar-nav li a:hover{
	color: #00AFEF;
}

/* Home */
.espaco{
	height: 140px;
}

.tp-poster{
	display: none;
}

.tp-caption{
	z-index: 5;
}

.tp-caption h2{
	color: #FFFFFF;
	margin-bottom: 20px;
}

.tp-caption p{
	font-size: 23px;
	line-height: 32px;
	color: #FFFFFF;
	margin-bottom: 40px;
	max-width: 430px;
	font-weight: 600;
}

.mascara-banner{
	background-image: url(../img/mascara-banner.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-size: auto 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.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: 120px;
}

.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;
}

.caixa-redes-sociais{
	position: absolute;
	right: 40px;
	bottom: 60px;
	z-index: 20;
}

.caixa-redes-sociais a{
	display: block;
	color: #8E8E8E;
	width: 22px;
	text-align: center;
	margin-top: 40px;
}

.caixa-redes-sociais a:hover{
	color: #00AFEF;
}

.empresa-home{
	min-height: 830px;
	position: relative;
}

.imagem-capa-empresa{
	position: absolute;
	left: 50%;
	margin-left: 80px;
	top: 0;
	bottom: 0;
	right: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.alinha-texto-empresa{
	max-width: 600px;
	float: right;
}

.alinha-capas-cima{
	margin: 0 auto;
	width: 1600px;
}

.alinha-capas-cima:after{
	clear: both;
	content: '';
	display: block;
}

.capa-cima-individual{
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	z-index: 88;
}

.capa-cima-1{background-image: url(../img/capa-1.jpg);}
.capa-cima-2{background-image: url(../img/capa-2.jpg);}
.capa-cima-3{background-image: url(../img/capa-3.jpg);}

.capa-cima-3{
	float: right;
}

.capa-menor{
	margin-top: -30px;
	width: 400px;
	height: 570px;
}

.capa-maior{
	margin-top: -70px;
	width: 800px;
	height: 590px;
}

.texto-capa-cima{
	position: absolute;
	left: 60px;
}

.capa-menor .texto-capa-cima{
	bottom: 80px;
}

.capa-maior .texto-capa-cima{
	bottom: 120px;
	right: 80px;
}

.capa-menor h3{
	padding-right: 40px;
	font-size: 36px;
	line-height: 46px;
	color: #FFFFFF;
	font-weight: 700;
	margin-bottom: 25px;
	letter-spacing: -1px;
}

.capa-maior h3, .texto-frota h3{
	font-size: 48px;
	line-height: 58px;
	color: #FFFFFF;
	font-weight: 700;
	letter-spacing: -1px;
	text-shadow: 2px 2px 4px #000000;
}

.capa-maior h3{
	padding-right: 200px;
	margin-bottom: 25px;

}

.capa-maior h3 strong{
	display: block;
	white-space: nowrap;
	color: #00AFEF;
}

.capa-cima-individual p, .capa-cima-individual{
	font-weight: 600;
}

.alinha-texto-capa{
	max-width: 200px;
}

.capa-cima-individual a, .texto-frota a{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 600;
	background-color: rgba(0, 175, 239, 0.9);
}

.capa-cima-individual a svg{
	font-size: 18px;
	margin-left: 10px;
	-webkit-transition: margin 200ms linear;
	-moz-transition: margin 200ms linear;
	-ms-transition: margin 200ms linear;
	-o-transition: margin 200ms linear;
	transition: margin 200ms linear;
	margin-top: 10px;
	vertical-align: top;
}

.capa-cima-3 a{
	color: #004A8C;
}

.capa-cima-individual a:hover, .texto-frota a:hover{
	color: #FFFFFF;
}

.capa-cima-individual a:hover svg{
	margin-left: 20px;
}

.bg-cinza{
	background-color: #e8e8e8;
}

.titulo-fundo{
	color: #DEDEDE;
	font-size: 135px;
	font-weight: 400;
	line-height: 90px;
	margin-top: -55px;
	float: left;
	margin-bottom: 0;
}

.quebra-frota-home{
	width: 1px;
	height: 90px;
	background-color: #00afef;
	margin: 140px auto 60px;
}

.espaco-menor{
	height: 80px;
	clear: both;
}

#owl-frota{
	cursor: ew-resize;
}

.alinha-frota{
	position: relative;
	width: 100%;
	overflow: hidden;
}

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

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

.frota-individual{
	position: relative;
	overflow: hidden;
	width: 885px;
	margin-right: 65px;
}

.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: 60px;
	bottom: 50px;
	max-width: 280px;
}

/*.texto-frota h3:after{
	display: block;
	content: '';
	width: 3px;
	height: 60px;
	background-color: #00AFEF;
	margin: 20px 0;
}*/
.texto-frota p{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	background-color: rgba(0, 0, 0, 0.8);
}

.icone-rola-slide{
	padding-top: 80px;
	text-align: center;
}

.icone-mouse{
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 2px solid #A0A0A0;
	width: 26px;
	height: 39px;
	margin: 0 auto 25px;
	position: relative;
	display: block;
}

.icone-mouse: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: #A0A0A0;
}

.texto-mouse{
	color: #A0A0A0;
	font-size: 13px;
	font-weight: 700;
	line-height: 30px;
}

.texto-mouse svg{
	font-size: 22px;
	margin: 0 20px;
	vertical-align: top;
	height: 30px;
}

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

footer{
	background-image: url(../img/fundo-rodape.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 160px;
	padding-bottom: 105px;
}

.dados-rodape h3{
	color: #00afef;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
}

.dados-rodape p {
	padding-left: 35px;
	position: relative;
    color: #FFFFFF;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 35px;
}

.dados-rodape p svg{
	color: #00afef;
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 18px;
}

footer a {
    color: #FFFFFF;
	font-size: 16px;
	line-height: 30px;
}

footer a:hover{
	color: #00afef;
}

.rodape-baixo{
	background-color: #00AFEF;
}

.rodape-baixo p{
	font-size: 14px;
	margin: 0;
	line-height: 82px;
	color: #FFFFFF;
}

.maya{
	overflow: hidden;
	position: relative;
	z-index: 10;
	float: right;
	margin: 31px 0 0 0;
	background: url(../img/criacao-sites-maya.png) no-repeat center top;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	outline:none;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-ms-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
}

.maya:hover{
	background-position: center bottom;
}

/* Páginas */
.topo-paginas{
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 370px;
	position: relative;
}

.topo-paginas h1, .subtitulo-paginas, .subtitulo-paginas p{
	margin-bottom: 0;
	font-weight: 600;
	font-size: 60px;
	line-height: 72px;
	color: #FFFFFF;
	letter-spacing: -3px;
}

.subtitulo-paginas, .subtitulo-paginas p{
	color: #505050;
}

.subtitulo-paginas-menor, .subtitulo-paginas-menor p{
	font-size: 48px;
	line-height: 52px;
}

.topo-paginas h1 strong{
	font-size: 72px;
	font-weight: 400;
}

.topo-paginas h1:after{
	margin-top: 50px;
	width: 1px;
	height: 50px;
	display: block;
	content: '';
	background-color: #00AFEF;
}

.topo-area-de-atuacao{background-image: url(../img/topo-pagina-area-de-atuacao.jpg);}
.topo-empresa{background-image: url(../img/topo-pagina-empresa.jpg);}
.topo-pagina-frota{background-image: url(../img/topo-pagina-frota.jpg);}
.topo-pagina-contato{background-image: url(../img/topo-pagina-contato.jpg);}

.subtitulo-paginas strong{
	color: #00AFEF;
	font-weight: 700;
}

.texto-paginas table{
	margin: 0 -60px;
	width: auto !important;
}

.texto-paginas table tr td, .texto-paginas table tr, .texto-paginas table{
	border: none;
}

.texto-paginas table tr td{
	vertical-align: top;
	padding: 0 30px;
}

.fundo-area-de-atuacao{
	background-image: url(../img/bg-area-de-atuacao.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Contato */
.mapa-contato iframe{
	display: block;
	height: 430px;
	width: 100%;
}

.alinha-texto-contato{
	float: right;
	width: 450px;
	margin-top: 50px;
}

/* 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: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

/* Queries */
@media(max-width: 1700px) {
	.alinha-capas-cima{width: 1430px;}
	.capa-menor{width: 355px; height: 506px;}
	.capa-maior{width: 720px; height: 530px;}
	.texto-capa-cima{left: 40px;}
	.capa-menor h3{font-size: 34px; line-height: 42px; margin-bottom: 15px;}
	.capa-maior h3, .texto-frota h3{font-size: 42px; line-height: 52px;}
}

@media(max-width: 1540px) {
	.navbar-nav li{width: 850px; padding-left: 100px;}
	.navbar-nav li a{font-size: 50px; line-height: 80px;}
	.container-full{max-width: 1080px;}
	.alinha-capas-cima{width: 1080px;}
	.container{max-width: 1080px;}
	h1, h2 {font-size: 56px; font-weight: 700; color: #505050; line-height: 70px; letter-spacing: -2px;}
	.tp-caption p{max-width: 380px; font-size: 20px; margin-bottom: 30px;}
	.btn{line-height: 46px;}
	.capa-menor{width: 270px; height: 380px; margin-top: -10px;}
	.capa-maior{width: 540px; height: 380px; margin-top: -20px;}
	.capa-menor h3 {font-size: 24px; line-height: 32px; margin-bottom: 15px; letter-spacing: normal; padding-right: 30px;}
	.capa-menor .texto-capa-cima{bottom: 40px;}
	.texto-capa-cima{left: 30px;}
	.capa-maior .texto-capa-cima{bottom: 60px; left: 40px;}
	.capa-maior h3{padding-right: 100px; margin-bottom: 15px;}
	.capa-maior h3, .texto-frota h3 {font-size: 32px; line-height: 40px;}
	.rola-tela{bottom: 50px;}
	.caixa-redes-sociais a{margin-top: 20px;}
	.caixa-redes-sociais{bottom: 50px;}
	.navbar-brand{max-width: 280px;}
	.box-brand{top: 40px;}
	.espaco{height: 100px;}
	.espaco-menor{height: 50px;}
	.alinha-texto-empresa{max-width: 420px;}
	.empresa-home{min-height: 600px;}
	.mt-5{margin-top: 30px !important;}
	.quebra-frota-home{height: 70px; margin: 70px auto 50px;}
	.titulo-fundo {font-size: 85px; line-height: 70px; margin-top: -40px;}
	.alinha-frota, .frota-individual{height: 420px;}
	.frota-home{width: 1224px; margin-left: -287px;}
	.frota-individual{width: 572px; margin-right: 40px;}
	.texto-frota h3:after{height: 30px; margin: 15px 0;}
	.topo-paginas{padding-top: 300px;}
	.topo-paginas h1, .subtitulo-paginas, .subtitulo-paginas p{font-size: 44px; line-height: 60px;}
	.topo-paginas h1 strong{font-size: 56px;}
	.texto-paginas table{margin: 0 -30px;}
}

@media(max-width: 1199px) {
	body, p{font-size: 16px; line-height: 26px;}
	p{margin-bottom: 10px;}
	h1, h2{font-size: 42px; line-height: 50px; letter-spacing: -1px;}
	.btn{line-height: 40px;}
	.navbar{padding-right: 60px;}
	.navbar-toggler{width: 60px;}
	.navbar-toggler-icon{left: 15px; right: 15px;}
	.navbar-nav li a{font-size: 40px; line-height: 64px;}
	.navbar-nav li{width: 640px; padding-left: 80px;}
	.container-full, .container{max-width: 920px;}
	.tp-caption p{max-width: 300px; font-size: 16px; margin-bottom: 20px; line-height: 26px;}
	.alinha-capas-cima{width: 920px;}
	body, .box-brand{padding-left: 60px;}
	.capa-menor{width: 230px; height: 328px; margin-top: 0;}
	.capa-maior{width: 460px; height: 328px; margin-top: -10px;}
	.capa-menor h3 {font-size: 20px; line-height: 28px; margin-bottom: 10px;}
	.capa-maior h3{padding-right: 100px; margin-bottom: 15px;}
	.capa-maior h3, .texto-frota h3 {font-size: 26px; line-height: 32px;}
	.texto-capa-cima{left: 25px;}
	.capa-menor .texto-capa-cima{bottom: 25px;}
	.capa-maior .texto-capa-cima{left: 30px; bottom: 40px;}
	.capa-cima-individual a svg{font-size: 14px; margin-left: 5px;}
	.capa-cima-individual a:hover svg{margin-left: 10px;}
	.capa-cima-individual a, .texto-frota a{font-size: 12px; letter-spacing: normal;}
	.alinha-texto-empresa{max-width: 380px;}
	.mt-5{margin-top: 15px !important;}
	.imagem-capa-empresa{margin-left: 15px;}
	.empresa-home{min-height: 480px;}
	.espaco{height: 80px;}
	.espaco-menor{height: 30px;}
	.titulo-fundo{font-size: 70px; line-height: 60px; margin-top: -30px;}
	.quebra-frota-home{height: 50px; margin: 40px auto 30px;}
	.icone-rola-slide{padding-top: 40px;}
	.icone-mouse{margin-bottom: 15px;}
	footer{padding-top: 70px; padding-bottom: 40px;}
	.dados-rodape h3{font-size: 18px; margin-bottom: 15px;}
	.dados-rodape p{padding-left: 30px; font-size: 14px; line-height: 24px; margin-bottom: 25px;}
	footer a{font-size: 14px; line-height: 24px;}
	.rodape-baixo p{font-size: 12px; line-height: 60px;}
	.maya{margin-top: 20px;}
	.topo-paginas{padding-top: 200px;}
	.topo-paginas h1:after{margin-top: 30px; height: 40px;}
	.topo-paginas h1, .subtitulo-paginas, .subtitulo-paginas p{font-size: 38px; line-height: 44px;}
	.topo-paginas h1 strong{font-size: 46px;}
	.alinha-texto-contato{width: 380px; margin-top: 40px;}
}

@media(max-width: 991px) {
	body, p{font-size: 14px; line-height: 26px;}
	h1, h2 {font-size: 30px; line-height: 40px;}
	.navbar{padding-right: 50px;}
	.navbar-toggler{width: 50px;}
	.navbar-toggler-icon{left: 9px; right: 10px;}
	.navbar-nav li a{font-size: 34px; line-height: 52px;}
	body, .box-brand{padding-left: 50px;}
	.navbar-nav li{width: 550px; padding-left: 60px;}
	.container-full, .container{max-width: 700px;}
	.alinha-capas-cima{width: 700px;}
	.navbar-brand{max-width: 240px;}
	.btn{font-weight: 600;}
	.caixa-redes-sociais{right: 30px; bottom: 30px;}
	.caixa-redes-sociais a{margin-top: 10px;}
	.rola-tela{bottom: 30px;}
	.capa-menor{width: 350px; height: 498px; margin: 10px 0 0;}
	.capa-maior{width: 700px; height: 515px; margin: 0;}
	.alinha-texto-empresa{max-width: none; float: none;}
	.alinha-frota, .frota-individual{height: 395px;}
	.frota-home{width: 1120px; margin-left: -269px;}
	.frota-individual{width: 540px; margin-right: 20px;}
	.texto-frota h3:after{height: 25px; margin: 10px 0;}
	.texto-frota{left: 40px; bottom: 30px;}
	.icone-rola-slide{padding-top: 30px;}
	.icone-mouse, .rola-tela{width: 22px; height: 32px;}
	.icone-mouse:before, .rola-tela:before{height: 7px; left: 8px;}
	.icone-mouse{margin-bottom: 10px;}
	.texto-mouse{font-size: 11px; font-weight: 400; line-height: 20px;}
	.texto-mouse svg{font-size: 16px; margin: 0 5px; height: 20px;}
	.espaco{height: 60px;}
	footer{padding-top: 50px; padding-bottom: 20px;}
	footer img{max-width: 220px; margin-bottom: 30px;}
	.topo-paginas{padding-top: 150px;}
	.topo-paginas h1:after{margin-top: 20px; height: 30px;}
	.topo-paginas h1, .subtitulo-paginas, .subtitulo-paginas p{font-size: 26px; line-height: 34px; letter-spacing: normal;}
	.topo-paginas h1 strong{font-size: 34px;}
	.texto-paginas table tr td{padding: 0 15px;}
	.texto-paginas table{margin: 0 -15px;}
	input.form-control, textarea.form-control, select.custom-select{margin-bottom: 20px; font-size: 14px;}
	.alinha-texto-contato{width: auto; margin-top: 20px; margin-left: 20px;}
	.mapa-contato iframe{height: 350px;}
}

@media(max-width: 767px){
	h1, h2 {font-size: 22px; line-height: 28px; margin-bottom: 10px;}
	.navbar{padding-right: 40px;}
	.navbar-toggler{width: 40px; padding: 0;}
	.navbar-toggler-icon{left: 8px; right: 8px; width: 22px;}
	.navbar-toggler-icon:before{margin-top: -8px;}
	.navbar-toggler-icon:after{margin-top: 13px;}
	.navbar-nav li{width: auto; padding: 0 60px 0 30px;}
	.navbar-nav li a{font-size: 24px; line-height: 44px;}
	body, .box-brand{padding-left: 40px;}
	.container-full, .container{max-width: 700px;}
	.tp-caption h2{margin-bottom: 10px;}
	.tp-caption p{max-width: 80%; width: 260px; font-size: 14px; margin-bottom: 20px; line-height: 22px;}
	.navbar-brand{max-width: 60%;}
	.box-brand{top: 20px;}
	.caixa-redes-sociais{right: 20px; bottom: 20px;}
	.caixa-redes-sociais a svg{font-size: 14px;}
	.btn{line-height: 34px; padding: 0 15px; font-size: 13px;}
	.alinha-capas-cima{width: auto; padding: 15px 15px 0;}
	.capa-menor, .capa-maior{width: auto; height: auto; margin: 0 0 15px; float: none; padding-bottom: 120%;}
	.capa-menor h3, .capa-maior h3{font-size: 18px; line-height: 24px; margin-bottom: 10px; letter-spacing: normal; font-weight: 600; padding: 0;}
	.capa-maior .texto-capa-cima, .capa-menor .texto-capa-cima{left: 30px; right: 30px; bottom: 30px;}
	.alinha-texto-capa{max-width: none;}
	.capa-cima-individual a svg{margin-top: 7px;}
	.capa-maior h3 strong{white-space: normal;}
	.espaco{height: 40px;}
	.imagem-capa-empresa{display: none;}
	.empresa-home{min-height: 0;}
	.titulo-fundo{font-size: 40px; line-height: 40px; margin-top: -20px;}
	.quebra-frota-home{height: 30px; margin: 20px auto;}
	.alinha-frota, .frota-individual{height: 300px;}
	.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;}
	footer{padding-top: 30px; padding-bottom: 0px;}
	footer img{display: none;}
	.dados-rodape h3{font-size: 16px; margin-bottom: 10px; font-weight: 600;}
	.dados-rodape p{padding-left: 25px; font-size: 13px; line-height: 20px; margin-bottom: 15px;}
	footer a{font-size: 13px; line-height: 20px;}
	.dados-rodape{margin-bottom: 30px;}
	.dados-rodape p svg{top: 3px; font-size: 14px;}
	.rodape-baixo{padding-bottom: 46px;}
	.rodape-baixo p{font-size: 12px; line-height: 20px; padding: 20px 0;}
	.maya{float: none; margin: 0 auto 20px; display: block;}
	.topo-paginas{padding-top: 140px; padding-bottom: 30px;}
	.topo-paginas h1:after{margin-top: 20px; height: 30px; display: none;}
	.topo-paginas h1, .subtitulo-paginas, .subtitulo-paginas p{font-size: 20px; line-height: 26px;}
	.topo-paginas h1{padding-right: 40px;}
	.topo-paginas h1 strong{font-size: 26px;}
	.texto-paginas table tr td{padding: 0 0 20px; float: none; display: block; width: 100% !important;}
	.texto-paginas table{margin: 0;}
	input.form-control, textarea.form-control, select.custom-select{margin-bottom: 10px;}
	input.form-control{height: 40px; padding: 0;}
	textarea.form-control{height: 80px; padding: 0;}
	.alinha-texto-contato{margin: 20px 0;}
	.mapa-contato{display: none;}
	.email-fixo, .telefone-fixo{-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; display: block; padding: 0; text-align: center;}
	.email-fixo{right: 0; bottom: 0; width: 30%; font-size: 18px;}
	.telefone-fixo, .whats-fixo{left: 0; bottom: 0; display: block; width: 70%; font-size: 14px;}
	.telefone-fixo .fa-phone{margin-right: 5px;}
}