
@font-face {
    font-family: "montserrat";
    src: url("monteserrat.otf") format("truetype");
}
@font-face {
    font-family: "montserrat-fina";
    src: url("montserrat_fina.otf") format("truetype");
}
@font-face {
    font-family: "moon";
    src: url("moon.otf") format("truetype");
}
@font-face {
    font-family: "moon-fina";
    src: url("moon_fina.otf") format("truetype");
}


/* --- Alterações Bootstrap --- */ 
 
.row {
	margin-right: 0;
	margin-left: 0; 
} 
.carousel-item p{
	font-family: moon-fina, sans-serif;
	text-align: left;
	font-size: 18px;
}
.carousel-indicators .active {
	opacity: 1;
}
.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 100px;
	height: 10px;
	/* margin-right: 3px; */
	margin-left: 10px;
	text-indent: -999px;
	cursor: pointer;
	background-color: transparent;
	/* background-clip: padding-box; */
	border: 3px solid #fff;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	opacity: .5;
	transition: opacity .6s ease;
}
.carousel-indicators .active {
	opacity: 1;
	border: 3px solid #2BB3D1;
	border-top: 3px solid #2BB3D1;
	border-bottom: 3px solid #2BB3D1;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
} 
.navbar {
	display: -ms-flexbox; 
	z-index: 90;
	width: 100%;
}
.navbar-light .navbar-nav .nav-link { 
	color: #e93237;
	font-family: moon, sans-serif;
} 
.navbar-collapse .mr-auto, .navbar-collapse .mx-auto {
	margin-left: auto!important;
	margin-right: auto!important;
	text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav .nav-link { 
    padding-right: 30px;
    padding-left: 30px;
    font-size: 15px;
}  
.show_menu .nav-link { 
    padding-top: 13px;
}  
textarea.form-control {
	height: auto;
	resize: none;
}
.form-control {
    font-family: montserrat_fina, sans-serif;
    background-color: #fff;
    border: 2px solid #DA8D14;
    padding: 11px 14px 8px;
    letter-spacing: 3px;
    border-radius: 0px;
    height: auto;
}
.form-group {
	margin-bottom: 12px;
}
.navbar-nav > li > a {
	font-size: 22px;
	padding-top: 7px;
    padding-bottom: 8px;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	transition: All 0.5s ease;
} 
.navbar {
	padding: 0rem 0rem;
}
.carousel-caption {
	width: 600px; 
	bottom: 30%;
}  
.carousel-caption h3{
	font-family: moon, sans-serif;
	margin-bottom: 30px;
	text-align: left;
	font-size: 47px;
	line-height: 1;
}

.carousel-indicators {
	bottom: 13px;
}
.container { 
	padding-right: 0;
	padding-left: 0; 
}
h1{
    font-size: 55px;
    font-family: moon, sans-serif;
    margin: 20px 0 40px;
}
h1 span{
    font-family: moon-fina, sans-serif;
}
h2{
	font-size: 50px;
    color: #ec3237;
    font-family: moon, sans-serif;
}
h3{
	font-size: 20px;
    color: #000;
    font-family: moon, sans-serif;
}
.h4, h4 {
    font-size: 18px;
	font-family: montserrat, sans-serif; 
}
.h5, h5 {
    font-size: 18px;
	font-family: moon-fina, sans-serif; 
}
p{
	font-family: moon-fina, sans-serif;
    font-size: 17px;
}
.navbar-light .navbar-toggler {
	color: #fff;
    border-color: #e93237;
    background-color: #fff;
    border: none !important;
    margin-right: 2px;
	float: right;
}
.navbar-light .navbar-toggler:active, .navbar-light .navbar-toggler:focus { 
    border: none !important; 
}
.bg-light { background-color: transparent !important;}

@media (max-width: 768px){
	.container {
		max-width: 100%;
	}
}
.list-group-item {
	display: block;
	border-radius: 0;	
    position: relative;
    margin-bottom: -1px;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid #7763A9;
	font-family: moon, sans-serif;
	text-transform: capitalize;
}
.list-group-item.active {
	z-index: 2;
    color: #fff;
    background-color: #7763A9;
    border: 1px solid #7763A9;
    border-radius: 0;
}
.list-group-item:last-child { 
    border-radius: 0;
}
.list-group-item:first-child { 
    border-radius: 0;
}
.navbar-light .navbar-nav .nav-link:focus, .active {
    color: #000;
}
.carousel-caption {
	left: 15%;
	right: 15%;
    top: 250px;
    z-index: 10;
    color: #fff;
    padding-top: 20px;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
}
.card-header {
    padding: 5px;
    background-color: #fff;
    border-bottom: #7763A9;
    color: #000;
}
.card-header:active{
    background-color: #7763A9; 
}
.card-header:first-child {
	background-color: #7763A9; 
	color:#fff;
}
.card-header + .list-group .list-group-item:first-child {
    background-color: #7763A9; 
	color:#fff;
}
.btn-link {
    font-weight: 400;
    color: #fff;
	text-decoration: none;
	
	text-transform: uppercase;
}
.btn-link:hover {
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
.card { 
	text-transform: uppercase;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #7763A9;
    border-radius: .25rem;
}
.page-item.active:hover {
    color: #fff;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #7763A9;
    border-color: #7763A9;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #7763A9;
    background-color: #fff;
    border: 1px solid #7763A9;
}
.page-link:hover { 
    background-color: #ddd;
    border: 1px solid #7763A9;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left { 
    color: #009bd4;
}
/* --------------- Fecha Alterações no Bootstrap.min --------------------- */

/* --------------- Abre Alterações no owl.carousel.min --------------------- */
#demos{
	margin-bottom: -20px;
}
.owl-theme .owl-nav [class*='owl-'] {
	margin: 0;
 	color: #ffb600;
	font-size: 46px;
	margin-top: -200px;
	padding: 4px 20px;
	background: transparent;
	display: inline-block;
	cursor: pointer;
	display: none;
}
.owl-theme .owl-nav {
     margin-top: 0px; 
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: transparent;
	color: #b78406;
	text-decoration: none;
} 
.owl-carousel .owl-nav .owl-next {
	float: right;
	margin-right: -80px;
} 
.owl-carousel .owl-nav .owl-prev {
	float: left;
	margin-left: -80px;
}
/*.owl-carousel .item{ color:#333; text-align:center;}
.owl-carousel h5{ color:#152b42; font-family: moon; margin-bottom:0;	}
.owl-carousel h6{ color:#aaa;}
.owl-carousel a{ color:#333;}*/

.owl-theme .owl-dots .owl-dot span {
	width: 25px;
	height: 5px;
	margin: 5px 7px;
	background: #ffb600;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 0px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #b78406;
} 
.primeiro .box-rotativo{
	background-position: center;
	border: 4px solid #fff;
	background-size: cover;
	border-radius: 200px;
	margin: 0 auto 15px;
	height: 200px;
	width: 200px;
}  
.primeiro .owl-carousel h5{ }
.primeiro .owl-carousel h6{	color:#000;	margin-bottom:0; }
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled { display: block;}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	background-color: #27a4da;
    border-radius: 30px;
    padding: 5px 20px;
    margin: 12px 18px;
    color: #fff;
} 
/*.owl-carousel .owl-item img {
	text-align: center;
	max-height: 56px;
	display: block;
	margin: 0 auto;
	width: auto;
}*/
.owl-carousel .owl-item{
    padding: 20px 5px;
	min-height: 1px;
}
/* --------------- Fecha Alterações no owl.carousel.min --------------------- */

.preload{
	position: fixed;
	z-index:99999;
	top:0; left:0;
	width:100%; height:100%;
	opacity:1;
	background-color:#fff;
	background-image:url('../../img/loading.gif');
	background-size:80px 80px;
	background-position:center;
	background-repeat:no-repeat;
}  
.m10{margin-top:10px;padding: 0;}
.m40{margin-top:40px;padding: 0;}
.m50{margin-bottom:50px;padding: 0;}
.m60{margin-top:60px;padding: 0;}
.m70{margin-top:70px;padding: 0;}
.m80{margin-top:80px;padding: 0;}
.m90{margin-top:90px;padding: 0;}
.m180{margin-top:180px;padding: 0;}

.hvr-shrink { 
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.90);
  transform: scale(0.90);
} 
.hvr-shrink2 { 
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;

  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: url(/elements/grayscale.svg#desaturate);
  filter: gray;
  -webkit-filter: grayscale(1);
  opacity: 0.5;
}
.hvr-shrink2:hover, .hvr-shrink2:focus, .hvr-shrink2:active {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  filter:grayscale(0%);
  filter:none;
  -webkit-filter:grayscale(0); 
  opacity:1;
} 
.hvr-shrink-menu { 
	margin-top:10px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink-menu:hover, .hvr-shrink-menu:focus, .hvr-shrink-menu:active {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}  
.logo-menu {
	max-height: 123px;
    margin: 0px 0 3px 0px;
	-webkit-transition: All 1.0s ease;
	-moz-transition: All 1.0s ease;
	-o-transition: All 1.0s ease;
	transition: All 1.0s ease;
}
.logo-menu2 {
    max-height: 82px;
    margin: -20px 0 25px 6px;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
.moon-fina{
	font-family: moon-fina, sans-serif;
}
.moon{
	font-family: moon, sans-serif;
}
.show_menu { 
	padding: 0;
	opacity: 0;
    position: fixed;
	margin-top: -90px;
	border-top: 1px solid #aaa;
	-webkit-transition:All 0.8s ease;
	-moz-transition:All 0.8s ease;
	-o-transition:All 0.8s ease;
	transition:All 0.8s ease; 
} 
.mostrar .logo-menu {
	max-height: 51px;
	margin: -19px 0 5px 0px; 
}
.mostrar{ 
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	background-color: #fff!important;
	margin-top: 0px;
	padding: 0!important;
	z-index: 109;
	opacity: 1;
} 
.mostrar .show_menu{ 
	padding:0;
	opacity: 1;
}  
.slide{
	z-index: 2	;
    position: relative;
    width: 100%;
}
.menu1 .nav-link {
    padding-right: 13px !important;
    padding-left: 14px !important;
	font-size: 15px !important;
}
.logo-fixo-menu{
    z-index: 9;
    margin-top: 2px;
    max-height: 149px;
    position: relative;
    margin-bottom: -51px;
}
.font-topo{
	font-family: montserrat, sans-serif;
    font-weight: bold;
    color: #e93237;
	font-size: 21px;
	margin-top: 10px;
}
.font-topo img{
	height: 34px;
	margin-left: 10px;
}    
.logowhatsapp{
	margin-bottom: 18px;
}
.logowhatsapp2{
	height: 85px!important;
    margin-top: -8px;
    float: right;
    margin-bottom: 10px;
    z-index: 2;
}
.sobre-img{
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
    background-position: center right;
	background-image: url('../../img/paginas/sobre.jpg'); 
}
.hr{
    border: 0;
	margin-top: 1rem;
    margin-bottom: 1rem;
    border-top: 1px dotted rgba(0,0,0,.1);
}
.home1{ 
    padding: 0px 0 30px;
} 
.lojas-quem{
	font-size: 18px;
	padding-top:30px;
	text-align: right;
	font-family: montserrat, sans-serif;
}
.lojas-quem h4{
    color: #FFF;
	font-size: 40px;
    line-height: 0.89em;
    font-family: montserrat-fina, sans-serif;
	text-shadow: 1px 1px 4px #000000, 4px 2px 8px rgba(0,0,0,0.72);
}
.lojas-quem h4 span{
	font-size: 48px; 
	font-weight: bold;
	font-family: montserrat, sans-serif;
}
.home2{
	font-family: montserrat, sans-serif;
	background-color: transparent;
    padding: 0px 15px 50px;
    line-height: 1.3; 
    font-size: 15px;
} 
.home2 h3{
	font-size: 25px;
    color: #444;
    line-height: 1;
} 
.home2 img{
	border-radius: 5px;
} 
.tr{
	text-align: right;
}
.tl{
	text-align: left;
}
.tc{
	text-align: center;
}
.imgright{
	margin-left: auto;
	margin-right: 0;
}
.imgleft{
	margin-left: 0;
	margin-right: auto;
}
.m30{
	margin:30px auto!important;
}
.dvermelho{
    background-color: #ec3237;
    padding: 10px 60px 3px 10px;
    border-radius: 80px;
    height: 120px;
    width: 100%;
    color: #fff;
	text-align: right;
	margin-top: -130px
}
.damarelo{
    background-color: #DA8D14;
    padding: 20px 10px 3px 60px;
    border-radius: 80px;
    height: 120px;
    width: 100%;
    color: #000;
    text-align: left;
    margin-top: 130px;
    margin-bottom: 257px;
}
.home3{
	font-family: montserrat, sans-serif; 
    padding: 100px 15px 0;
    line-height: 1.3; 
    font-size: 15px;
} 
#produtos h3{
	color: #fff;
    font-size: 40px;
    margin-bottom: 0;
    font-family: moon, sans-serif;
}
.img-suspensao{
	float: left;
	max-height: 250px;
	margin-top: -90px;
}
.damarelo h3{ 
    color: #000 !important; 
}
.textp-contato{
	font-family: moon, sans-serif; 
    padding: 50px 15px;
	text-align:center;
    line-height: 1.3; 
	font-size: 20px;
	color:#676767;
	width:100%;
	display: none;
}
#industrial{
	overflow-x: hidden;
}
.empilhadeira{
	background-image:url('../../img/paginas/empilhadeira.jpg'); 
	background-position:center center;
	background-size:cover; 
	height: 800px;
	width: 100%;
}

.rodape{ 
	line-height: 1.5;
    padding: 15px 0;
    font-size: 19px;
    color: #e63439;
    font-weight: bold;
    text-align: center;
    background-color: #DBDBDB;
	font-family: montserrat, sans-serif;
}
.rodape span{ 
    font-family: montserrat-fina, sans-serif; 
}
.rodape a{  
    color: #e63439;
} 
#formulario{
	padding: 30px 10px 30px;

}
.btn-blueround{
	border: none;
    color: #fff;
	font-size: 17px;
	padding: 7px 35px;
	border-radius: 0;
	margin: 15px 15px 0 auto;
	background-color: #e63439;
    font-family: montserrat, sans-serif;
}
.btn-blueround:hover{
    color: #ddd; 
	background-color: #c52e33; 
}  
.fundo{
	background-image: url('../../img/paginas/fundo.png');
	background-position: center top;
	margin-top: -300px;
    z-index: 99;
    position: absolute;
	padding-top: 350px;
	background-repeat: no-repeat;
}












/*

.parallax1{
	background-image:url('../../img/paginas/parallax-home.jpg');
	background-attachment: fixed;
    background-position: center;
	background-size: cover;
	padding: 30px 0 20px;
    text-align: center;
} 
.opniao{
	width: 100%;
    height: 340px;
	margin-top: -40px;
	padding-top: 97px;
    border-radius: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../../img/paginas/fundo-cliente.jpg');
}
.imagem-cliente{
	width: 72px;
    float: left;
	height: 72px;
	margin-bottom: 14px;
    margin-right: 20px;
    border-radius: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../../img/paginas/cliente.jpg');
}
.opniao h4{
	font-size: 24px;
    font-family: moon, sans-serif;
    margin-bottom: 0;
} 
.text-redes .col-md-9{
	font-family: moon, sans-serif;
    margin: 12px 0 10px;
    text-align: left;
    font-size: 23px;
    padding: 0px 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform; 
} 
.text-redes:hover .col-md-9{
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
} 

.icon-blue{ 
	font-family: montserrat, sans-serif; 
    margin: 20px auto;
    text-align: left;
    font-size: 14px;
    line-height: 1;
    font-weight: 100;
}
.icon-blue i{
    margin-right: 10px;
    margin-bottom: 8px;
	color: #e63439; 
    font-size: 26px;
    float: left;
}  
.home1{
	background-color: #fff;
	font-family: sans-serif;
    padding: 0px 0 100px;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
} 
.home1 h4{
	font-family: moon-fina, sans-serif;
    letter-spacing: 7px;
    font-size: 21px;
    color: #555;
}*/

.contato-rodape{
	padding-bottom: 60px;
}
.t-industrial{
	width: 100%;
    display: block;
    padding: 0 10px;
	margin-bottom: 40px; 
    font-family: montserrat, sans-serif;
}
.rodape .col-md-4{
	margin-bottom: 15px;
}
 
.t-industrial h3{font-size: 27px; margin-top: 30px; color: #ec3237;font-family: moon, sans-serif;}

/* --- LG --- */
@media (max-width: 1199px) {  
	.show_menu {padding: 15px 0;}
} 

/* --- MD --- */
@media (max-width: 991px) {
	.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {border-top: none;}
	.navbar-expand-lg .navbar-nav .nav-link {padding: 11px 2rem;padding-left: 2rem;font-size: 14px;text-align: left;}
	.container { max-width: 100%;}
	.mostrar{ padding:11px 0!important}	
	.logo-menu2 { max-height: 50px;margin: 8px 0 8px 6px;}
	.home-borda { margin-bottom: 20px;}
	h2 {font-size: 45px;} 
	.m10{margin-top:0}
} 

/* --- SM --- */
@media (max-width: 767px) { 
	.home1 { padding: 20px 5px 0px;} 
	.home1 h3 {letter-spacing: 0px;font-size: 11px;}
	h2 {font-size: 25px;}
	 
	.sobre1 {padding: 30px 0 20px;} 
	.home2 { padding: 40px 15px 0;text-align: center; }
	.home2 .col-md-6{ margin-bottom: 40px; }
	.home2 .col-md-4{ margin-bottom: 40px; }
	.tr {text-align: center;}
	.tl {text-align: center;}
	.text-redes .col-md-9 {text-align: center;    font-size: 19px;} 
	.imgright{margin-left: auto;margin-right: auto;}
	.imgleft{margin-left: auto;margin-right: auto;}
	.m50 {margin-bottom: -24px;}
	.img-suspensao{max-height: 144px;margin-top: -30px;margin-bottom: -30px;}
	.dvermelho { padding: 10px;border-radius: 20px;height: auto;width: 100%;color: #fff;text-align: left;margin-top: 0;}
	.damarelo{ padding: 10px 0;; margin-top: 30px; margin-bottom: 30px;border-radius: 20px;    height: auto;}
	.home3 {padding: 0px 15px 0;}
	.textp-contato { display: none; }
	.t-industrial h3{ margin-top: 0px;}
} 
@media (max-width: 570px) { 
	.img-suspensao {display: none;}
	.home3 .col-9 {-ms-flex: auto;flex: auto;max-width: 100%;}
	#produtos h3 {color: #fff;font-size: 28px;}
	.fundo{position: inherit;}
} 
