@import url(https://fonts.googleapis.com/css?family=Lato:400,300);
body{font-family:'Lato', sans-serif;font-weight:300;background:#343434;}
#principal{
	height:100vh;
	background-repeat:repeat;
	background-color:#343434;

}

* {
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.main-logo-container {
	height: 10vh;
	width:100%
}

.logo {
    height: 5vh;
    width: auto;
    margin: 3vh auto 2vh;
    display: block;
}

.flex-container-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	position:relative;
	height:65vh;
}

.flex-container-1 > div {
	height:65vh;
	width:25%;
	margin:0;
	filter: drop-shadow(2px 6px 6px #333);
}

.camada-1 {
	background: url(../img/bg-desktop-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
	position:absolute;
	z-index:1;
	top:0;
	right:0;
}

.img-camada-2 {
    height: 30vh;
    width: auto;
    position: absolute;
    z-index: 2;
    top: 3vh;
    right: calc(50% - 111px / 2);
}

.camada-1 a:hover .img-camada-2 {
	transform:scale(1.2);
}



.logo-4 {
	margin: 40vh auto auto;
    height: auto;
    width: 100%;
    display: block;
    max-width: 80%;
}

a.logo-4 {
	margin: 40vh auto auto;
    height: auto;
    width: 100%;
    display: block;
    max-width: 80%;
}

.camada-3 {
	background: url(../img/bg-desktop-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
	position:absolute;
	z-index:3;
	top:0;
	right:25%;
}

.img-camada-4 {
	height:30vh;
	width:auto;
	position:absolute;
	z-index:4;
	right:5%;
	top:3vh;
}

.logo-3 {
	    margin: 38vh auto auto;
    height: auto;
    width: 100%;
    display: block;
    max-width: 80%;
}

.camada-5 {
	background: url(../img/bg-desktop-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
	position:absolute;
	z-index:5;
	top:0;
	right:50%;
}

.img-camada-6 {
	height:30vh;
	width:auto;
	position:absolute;
	z-index:6;
	right:5%;
	top:3vh;
}

.logo-2 {
	    margin: 38vh auto auto;
    height: auto;
    width: 100%;
    display: block;
    max-width: 80%;
}

.camada-7 {
	background: url(../img/bg-desktop-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
	position:absolute;
	z-index:7;
	top:0;
	right:75%;
}

.img-camada-8 {
	height:30vh;
	width:auto;
	position:absolute;
	z-index:8;
	right:5%;
	top:3vh;
}

.logo-1 {
    margin: 38vh auto auto;
    height: auto;
    width: 100%;
    display: block;
    max-width: 80%;
}

.camada-7 a:hover .img-camada-8,
.camada-5 a:hover .img-camada-6,
.camada-3 a:hover .img-camada-4 {
	right:-5%;
}

.hide-block {
	background-color: #343434;
	position:absolute;
	z-index:999;
	top:0;
	right:100%;
	width:100%;
	filter: drop-shadow(2px 6px 6px transparent)!important;
}

.go-over-element {
    position: absolute;
    z-index: 10;
    filter: drop-shadow(2px 4px 6px black);
    top: 56vh;
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    left: 0px;
}

.slick-slider {
    width: auto!important;
    height: auto!important;
}

.slick-list {
    width: auto!important;
    height: auto!important;
}

.slick-slide img {
    display: block;
    width: 85%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.logo-mobile { 
	height: 10vh;
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.container {
    position: relative;
}

.flex-container-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	position:relative;
	height:auto;
}

.flex-container-vertical {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position:relative;
	height:auto;
}

.flex-container-horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position:relative;
}

.flex-container-horizontal.footer {
    width: auto;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    margin: 0 50px;
}

.flex-container-horizontal.footer img {
	width:auto;
	height:auto;
}

.flex-container-horizontal.footer > div > img{
	width:auto;
	height:30px;
}

.desktop {
	display:block;
}

.mobile {
	display:none;
}

@media (max-width:992px) {
	.desktop {
		display:none;
	}

	.mobile {
		display:block;
	}
}

.tem-banners .container-contato {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-top: 48vh;
    margin-bottom: 8vh;
}

.sem-banners .container-contato {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-top: 8vh;
    margin-bottom: 8vh;
}

.flex-container-vertical.box-contato {
	align-items: center;
}

.box-contato {
	margin-left:20px;
	margin-right:20px;
}

.box-contato.kawasaki * {
	color: #36A72E!important;
}

.box-contato.ktm * {
	color: #ff6600!important;
}

.box-contato .titulo-1 {
	font-size: 17px;
    font-weight: bold;
	
}

.box-contato .titulo-2 {
	font-size: 20px;
    font-weight: bold;
}

.box-contato .medias > a {
	margin: 15px 0;
}

.box-contato .medias > a > svg {
	font-size: 40px;
    margin: 0 10px;
}

.box-contato .medias > a:hover {
	color:#fff!important;
}

.box-contato .info {
	font-size: 17px;
    font-weight: bold;
	padding-bottom:10px;
}

a:hover{
	text-decoration:none;
}

.flex-container-2 .flex-container-vertical.box-contato {
	height:100%;
	width:fit-content;
}	

.container-contato {
	
}

#footer {
	width:100%;
	height:200px;
	background:#111;
}

#footer .endereco > a {
	font-size:16px;
	font-weight:600;
	color:#ccc;
}

#footer .endereco > a:hover {
	color:#fff;
}

.desktop {
	display:block;
}

.mobile {
	display:none;
}


.slick-prev {
    left: 0;
}

.slick-prev:before, .slick-next:before {
    font-size: 60px;
}

.slick-next {
    right: 40px;
}

.slick-dots li button:before {
    font-size: 15px;
}

.slick-dots li.slick-active button:before {
    color: #eee;
}

.slick-prev, .slick-next {
    z-index:999;
}
	

/***************************************************/


@media (max-width:992px) {	
	.desktop {
		display:none;
	}
	
	.container-full.mobile .col-12 {
		padding:0!important;
	}
	
	.flex-container-horizontal.footer {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
	}
	
	.container-contato {
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
		margin-top: 8vh;
		margin-bottom: 5vh;
	}
	
	.slick-next {
		right: 28px;
	}
	
	.slick-prev:before, .slick-next:before {
		font-size: 45px;
	}
	
	.slick-prev, .slick-next {
		top: 45%;
	}

	.mobile {
		display:block;
	}
	
	.background-1 {
		background: url('../img/bg-mobile-1.png');
		background-size: cover;
		background-position: center right;
		height: 20vh;
	}
	

	#footer {
		width: 100%;
		height: 250px;
		padding: 40px 0;
		background: #111;
	}
	
	.background-2 {
		background: url('../img/bg-mobile-2.png');
		background-size: cover;
		background-position: center right;
		height: 20vh;
	}

	.background-3 {
		background-image: url('../img/bg-mobile-3.png');
		background-size: cover;
		background-position: center right;
		height: 20vh;
	}
	
	.background-4 {
		background-image: url('../img/bg-mobile-4.png');
		background-size: cover;
		background-position: center right;
		height: 20vh;
	}
	
	.moto-1,
	.moto-2,
	.moto-3,
	.moto-4 {
		height: 85%;
		width: auto;
		margin-top: auto;
		margin-bottom: auto;
	}
}

@media (max-width:768px) {	
	.desktop {
		display:none;
	}
	
	.flex-container-horizontal.footer > div {
		margin-top:15px;
		margin-bottom:15px;
	}

	.mobile {
		display:block;
	}
	
	#footer {
		padding-top:40px;
		padding-bottom:40px;
	}
	
	.flex-container-horizontal.footer {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
	}
	
	.box-contato .titulo-1 {
		font-size: 15px;
		font-weight: bold;
	}
	
	.box-contato .titulo-2 {
		font-size: 18px;
		font-weight: bold;
	}
	
	.box-contato .medias > a > svg {
		font-size: 35px;
		margin: 0 10px;
	}
	
	.box-contato .info {
		font-size: 15px;
		font-weight: bold;
		padding-bottom: 10px;
	}
	
	.container-contato {
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
		margin-top: 60px;
		margin-bottom: 40px;
	}
	
	.background-1 {
		background: url('../img/bg-mobile-1.png');
		background-size: cover;
		background-position: center right;
		height: auto;
		padding-top:10px;
		padding-bottom:10px;
	}
	
	.background-2 {
		background: url('../img/bg-mobile-2.png');
		background-size: cover;
		background-position: center right;
		height: auto;
		padding-top:10px;
		padding-bottom:10px;
	}

	.background-3 {
		background-image: url('../img/bg-mobile-3.png');
		background-size: cover;
		background-position: center right;
		height: auto;
		padding-top:10px;
		padding-bottom:10px;
	}
	
	.background-4 {
		background-image: url('../img/bg-mobile-4.png');
		background-size: cover;
		background-position: center right;
		height: auto;
		padding-top:10px;
		padding-bottom:10px;
	}
	
	.moto-1,
	.moto-2,
	.moto-3,
	.moto-4 {
		height: auto;
		width: 38vw;
		margin-top: auto;
		margin-bottom: auto;
	}
	
	.moto-4 {
		width: 42vw;
	}
	
	.logo-mobile {
		height: auto;
		width: 30vw;
		margin-top: auto;
		margin-bottom: auto;
	}
}

@media (max-width:501px) {
	.flex-container-2.container-contato {
		transform: scale(.75);
		margin-top: -20px;
		margin-bottom: 0;
	}
	
	.flex-container-horizontal.footer > div {
		margin-top:10px;
		margin-bottom:10px;
	}
	
	.box-contato {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.slick-next {
		right: 3px;
	}
	
	.slick-prev, .slick-next {
		top: 48%;
	}
	
	.slick-prev:before, .slick-next:before {
		font-size: 20px;
	}
	
	.flex-container-2.container-contato > div {
		margin-top:15px;
		margin-bottom:15px;
	}
	
	#footer .endereco > a {
		font-size: 12px;
		font-weight: 600;
		color: #ccc;
		line-height: 1;
	}
	

}

.anim-scale a .img-animate{
	right: calc(50% - 111px / 2)!important;
}
.anim-scale a:hover .img-animate {
	transform:scale(1.2)!important;
	right: calc(50% - 111px / 2)!important;
}
.anim-translate a:hover .img-animate {
	right:-5%;
	transform: none!important;
}

.banner-desktop {
	display:block;
}

.banner-mobile {
	display:none;
}
@media (min-width:1200px) {
	.tem-banners .container-contato {
		margin-top: 60vh;
		margin-bottom: 8vh;
	}
}

@media (max-width:992px) {
	.tem-banners .container-contato {
		margin-top: 8vh;
		margin-bottom: 8vh;
	}

	.sem-banners .container-contato {
		margin-top: 8vh;
		margin-bottom: 8vh;
	}
}

@media (max-width:768px) {
	.slick-slide img {
		width: 100%;
	}
	
	.banner-desktop {
		display:none;
	}

	.banner-mobile {
		display:block;
	}
}

@media (max-width:501px) {
	.tem-banners .container-contato {
		margin-top: 0vh;
		margin-bottom: 0vh;
	}

	.sem-banners .container-contato {
		margin-top: 0vh;
		margin-bottom: 0vh;
	}
}