body{
	font-family: inherit;
}
html{
	scroll-behavior:smooth;
	scroll-padding: 100px;
}
@font-face {
   font-family: Roboto;
   src: url("assets/fonts/Roboto.ttf");
}
body{
	scroll-behavior:smoth;
	background: #e1e1e1e1;
}
.carousel .carousel-item {
  margin-top: 72px;
} 
.bg-light {
    background-color: #ffffff!important;
}

ul.navbar-nav.ml-auto {
    margin-right: 80px;
}


.sobre{
	margin-top:20px;
	background: #838383;
	padding: 15px;
}
.sobre span {
    color: #fff;
    margin: 20px;
    display: inherit;
}
.licencas{
	margin-top:20px;
}

.slick img{
	filter: grayscale(100%);
}
.slick img:hover{
	filter: grayscale(0%);
}
.contato{
	margin-top: 60px;
	
}
span.row.justify-content-center.whats {
    margin-top: 5px;
    margin-bottom: 5px;
}
.contato span{
	text-align: center;
}
.contato button.btn.btn-dark {
    padding: 0 0 10px 10pxx;
    /* padding: 10px 20px; */
    font-size: 20px;
    /* border-radius: 10px; */
    width: 20%;
}
span.row.justify-content-center.mobile{
	display:none;
}
h2{
	text-align:center;
	font-family:Roboto;
	font-size: 5vw;
	color:#ffffff;
	text-shadow: 1px 1px 2px black;
}
.shop{
	display: block;
	margin-top:10px;
}
.shop span {
    text-align: center;
    /* top: 50%; */
    margin-top: 30px;
    font-family: Roboto;
	color: #000;
	text-decoration: none;
	margin-left:15px;
}.shop a {

	text-decoration: none;
}
.container.shop {
    background: #fff;
    border-radius: 20px;
}
.showroom{
	margin-top:20px;
	text-align:center;
	font-family:Roboto;
	font-size: 5vw;
	color:#ffffff;
	text-shadow: 1px 1px 2px black;
}
#enviaremail{
	margin-top: 20px;
}

@media (max-width: 992px) { 
.parceiros-logos .slide{
	padding-left:20px;
	
}
h2{
	text-align:center;
	font-family:Roboto;
	font-size: 8vw;
}
.sobre{
	margin-top:80px;
}
.contato{
	margin-top:30px;
}
.licencas{
	margin-top:40px;
}
.navbar{
	margin-bottom:50px;
}
.contato button.btn.btn-dark {
    padding: 0 0 10px 10pxx;
    font-size: 20px;
    width: 40%;
}
span.row.justify-content-center.mobile{
	display: block;
}
span.row.justify-content-center.pc{
	display:none;
}
}