@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap')


/* GERAL */
* {
	padding: 0;
	margin-bottom: 0;
	box-sizing: border-box;	
	font-family: "Inter", sans-serif;
}

body {	
	font-family: "Inter", sans-serif;
	margin: 0;
	padding: 0;	
	font-size: 16px;
	font-weight: 400;
}

h1 {
	font-family: "Inter", sans-serif;
	font-size: 72px;
	letter-spacing: -0.9px;
}

h2 {
	font-family: "Inter", sans-serif;
	font-size: 54px;
	letter-spacing: -0.8px;
}

h3 {
	font-family: "Inter", sans-serif;
	font-size: 42px;
	letter-spacing: -0.5px;
}

h4 {
	font-family: "Inter", sans-serif;
	font-size: 36px;
	letter-spacing: -0.2px;
}

h5 {
	font-family: "Inter", sans-serif;
	font-size: 28px;
}

h6 {
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight:bold;
}

p {
	font-family: "Inter", sans-serif;
	font-size: 20px;
	letter-spacing: 0px;
}

input:focus, select:focus, textarea:focus, button:focus {
    box-shadow: 0 0 0 0;
    outline: 0;

}

.main {
	margin-top: 0px;
}
.links-hover {

}

.links-hover:hover {
	opacity: 0.7;
}

.thumbnail {
	border-radius: 10px;
	width:100%;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

.versao-desktop {
	display: block;
}

.versao-mobile {
	display: none;
}


.section-padding {
	padding: 50px 0px;
}

.section-padding h3 {
	font-size: 36px;
	font-weight: 800;
	letter-spacing: -1.0px;
	color: #444;
}

.section-padding h5 {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.8px;
	color: #FF6600;
}

.section-padding p {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.3px;
	color: #444;
}

.section-internas {
	padding: 35px 0px;
}


.section-internas-vinheta {
	font-size: 24px;
	font-weight: 700;
	color: #850d51;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d9d9d9;
}

.section-internas h2 {
	font-family: "Inter", sans-serif;
	font-size: 36px;
	letter-spacing: -0.8px;
	font-weight: 800;
	color: #444;
}

.section-internas h3 {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #444;
}

.section-internas h6 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -0.5px;
}

.section-internas p {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	letter-spacing: -0.3px;
}

.vinheta-interna {
	background-color: #ff2b2b;
	/*padding: 20px 0px;*/
	color: #fff;
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 70px;
}

.vinheta-interna-titulo {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.5;
	color: #fff;
	text-align: left;
}

.vinheta-interna-link {
	font-size: 12px;
	color: #fff;
	text-align: right;
}

.header {
	transition: 0.4s;
	background-color: #fff;
	padding-top: 15px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	height: 85px;
	width: 100%;
	z-index: 2;
	top: 0;
	left: 0;
}

.logo-header {	
	width: 210px;	
}


.header-desktop {
	display: block;
}



.header-mobile {
	display: none;
}


.header-btn-zap {
	border: 1px solid #c90000;
	border-radius: 5px;
	background-color: #c90000;
	padding: 6px 10px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-left: 20px;
	margin-right: 10px;
	transition: 0.3s;
	margin-top: 0px;
}


.header-btn-zap:hover {
	border: 1px solid #2f2b24;
	background-color: #2f2b24;
	color: #fff;
	text-decoration: none;
}

.header-icons-social i {
	color: #c90000;
	font-size: 20px;
	transition: 0.3s;
	margin-left: 10px;
}

.header-icons-social i:hover {
	color: #666;
}

nav {

}

nav ul {
	list-style: none;
	padding-right: 10px;
}

nav ul li {
	float: left;
}

nav ul li a {
	display: inline-block;
	text-decoration: none;	
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #333;
	padding-left: 25px;
	transition: 0.2s;
	letter-spacing: -0.3px;
}

nav ul li a:hover {
	text-decoration: none;
	color: #c90000;
}


/* BANNER */

.banner {
	background-position: center center;
	background-size: cover;
	height: 640px;
	display: flex;
	align-items: center;
	display: block;
	animation: slide 20s ease-in-out infinite;
}

@keyframes slide {

	0% {
		background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-f250.webp);
	}

	12.5% {
		background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-f250.webp);
	}

	12.51% {
		background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-hilux.webp);
	}

	25% {
		background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-hilux.webp);
	}

	25.01% {
		background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-pajero.webp);
	}

	37.5% {
		background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-pajero.webp);
	}

	37.51% {
		background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-ranger.webp);
	}

	50% {
		background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-ranger.webp);
	}

	50.01% {
		background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-renegade.webp);
	}

	62.5% {
		background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-renegade.webp);
	}

	62.51% {
		background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-s10.webp);
	}

	75% {
		background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-s10.webp);
	}

	75.01% {
		background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-amarok.webp);
	}

	87.5% {
		background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-amarok.webp);
	}

	87.51% {
		background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-compass.webp);
	}

	100% {
		background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-compass.webp);
	}

}

.banner h3 {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}

.banner h6 {
	font-size: 22px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 20px;
}

.banner-btn {
	background-color: transparent;
	padding: 10px 30px;
	border-radius: 30px;
	color: #fff;
	font-weight: 700;
	border: 2px #fff solid;
	font-size: 16px;
}

.banner-btn:hover {
	border: 2px #c90000 solid;
	background-color: #c90000;
	color: #fff;
	transition-duration: 0.3s;
}


.banner-text-desktop {
	display: block;
	padding-top: 160px;
}

.banner-text-mobile {
	display: none;
}

.banner-img-mobile {
	display: none;
}

/* MARCAS */

.marcas-desktop {
	display: block;
}

.marcas-mobile {
	display: none;
}

.marcas {
	padding: 50px 0px;
	background-color: #f1f1f1;
}

.marcas-item {
	margin: 0px 10px;
	padding: 10px;
	background-color: #fff;
}

.marcas-img {
	width: 100px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	border-radius: 10px;
	padding: 10px;
	background-color: #fff;
	margin: 0px 10px;
}

/* MECANICA */

.mecanica {
	padding: 80px 0px;
}

.mecanica h3 {
	color: #fff;
	padding-bottom: 20px;
	font-size: 28px;
	font-weight: 700;
}

.mecanica-item {
	width: 100%;
	padding: 30px 20px 0px 20px;
}

.mecanica-item h5 {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}

.mecanica-item p {
	font-size: 14px;
	color: #fff;
}

.mecanica-icon {
	width: 120px;
	height: 120px;
	background-color: #ff2b2b;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.mecanica-img {
	width: 80px;
}

/* ESPECIALIDADES */

.especialidades-item h4 {
	font-size: 26px;
	color: #c90000;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
}

.especialidades-item p {
	font-size: 14px;
	margin-bottom: 20px;
	text-align: center;
}

.especialidades-item i {
	font-size: 20px;
	color: #c90000;
}

.especialidades-item span {
	font-size: 16px;
	margin-left: 10px;
}

.especialidades-btn {
	background-color: #fff;
	padding: 7px 25px;
	border-radius: 30px;
	color: #c90000;
	font-weight: 700;
	border: 2px #c90000 solid;
	font-size: 14px;
	margin-top: 15px;
}

.especialidades-btn:hover {
	background-color: #c90000;
	color: #fff;
	transition-duration: 0.3s;
}


/* SOBRE NÓS */

.sobrenos {
	background-color: #eee;
	padding: 80px 0px;
}

.sobrenos h3 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #c90000;
}

.sobrenos p {
	font-size: 15px;
}

.sobrenos-img {
	width: 100%;
	border-radius: 10px;
	border: 3px #ffff solid;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.12);
}

/* CONTATO */

.contato {
	background-color: #fff;
	padding: 80px 0px;
}

.contato h3 {
	font-size: 36px;
	color: #c90000;
	font-weight: 700;
}

.contato h6 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 50px;
}

.contato label {
	font-size: 14px;
	color: #333;
	font-weight: 600;
}

.contato input {
	margin-bottom: 20px;
}

.contato textarea {
	margin-bottom: 20px;
}

.contato-btn {
	background-color: #333;
	padding: 7px 25px;
	border-radius: 30px;
	color: #fff;
	font-weight: 700;
	border: 2px #333 solid;
	font-size: 14px;
}

.contato-btn:hover {
	background-color: #fff;
	color: #333;
	transition-duration: 0.3s;
}



/* FOOTER */

footer {
	/*background-color: #2f2b24;*/
	background-image: linear-gradient(to bottom, #2f2b24, #1b1b1b);
	color: #fff;
	font-size: 14px;
	padding: 50px 0px 40px 0px;
	border-top: none;
	margin-top: 0px;
	width: 100%;
}

footer h5 {
	font-size: 16px;
	font-weight: 700;
	color: #ff2b2b;
}

footer h6 a {
	color: #fff;
	transition: 0.3s;
}

footer h6 a:hover {
	color: #fff;
	text-decoration: none;	
	opacity: 0.8;
}

footer p {
	color: #ccc;
	font-size: 12px;
	font-weight: normal;
	margin-top: -7.5px;
}

footer ul {
	margin-left: -30px;
}

footer ul li {
	list-style: none;
}


footer ul li {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 22px;
}

footer ul li a {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 22px;
	text-decoration: none;
}

footer ul li a:hover {
	text-decoration: none;	
	opacity: 0.5;
}


footer .qr-code {
	width: 100px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
	margin: 10px 0px;
	

}

footer .logo-footer {
	width: 90px;
	margin-top: 25px;
}

.footer-align-left {
	text-align: left;
}

.footer-align-right {
	text-align: right;
}

.footer-align-logo {
	text-align: right;
}


.footer-icon {
	background-color: #ff2b2b;
	color: #fff;
	font-size: 26px;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	margin-right: 15px;
	margin-bottom: 50px;
	text-align: center;
	padding-top: 1px;
	float: left;
}



@media screen and (max-width: 992px) {

	.header-desktop {
		display: none;
	}

	.header-mobile {
		display: block;
	}

	.logo-header {
		width: 150px;
	}

	.sidenav {
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 1;
		top: 0;
		right: 0;		
		background-image: linear-gradient(to right, #fff, #eee);
		overflow-x: hidden;
		transition: 0.3s;
		padding-top: 70px;
		z-index: 999;
		box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	}

	.sidenav .menuMobile {
		padding-left: 32px;
	}

	.sidenav .menuMobile a {
		padding: 5px 0px;
		text-decoration: none;
		font-size: 16px;
		color: #444;
		display: block;
		transition: 0.3s;
		
	}

	.sidenav .menuMobile a:hover {
		color: #f15585;
		text-decoration: none;
	}

	.sidenav .redes-sociais a {
		text-decoration: none;
		font-size: 24px;
		color: #c90000;
		margin-right: 20px;
		transition: 0.3s;
		display: inline;
	}

	.sidenav .redes-sociais a:hover {
		color: #f15585;
		text-decoration: none;
	}

	.sidenav .closebtn a {
		margin-top: 10px;
		position: absolute;
		top: 0;
		right: 25px;
		font-size: 28px;
		margin-left: 50px;
		color: #221f39;
		transition: 0.3s;
		text-decoration: none;
	}

	.sidenav .closebtn a:hover {		
		color: #f15585;
		text-decoration: none;
	}

	.open-menu-btn {
		border: none;
		background-color: transparent;
		color: #221f39;
		font-size: 36px;
		margin-right: 5px;
		margin-top: -5px;
	}

	.header-btn-zap {
		width: 90%;
		font-size: 14px;
		font-weight: 600;
		margin-left: 0px;
		margin-right: 10px;
	}

	
	

}





@media screen and (max-width: 992px) {

	h1 {
		font-family: "Inter", sans-serif;
		font-size: 50px;
		letter-spacing: -1.1px;
		font-weight: 900;
	}

	h2 {
		font-family: "Inter", sans-serif;
		font-size: 42px;
		letter-spacing: -0.7px;
		font-weight: 900;
	}

	h3 {
		font-family: "Inter", sans-serif;
		font-size: 36px;
		letter-spacing: -0.5px;
	}

	h4 {
		font-family: "Inter", sans-serif;
		font-size: 32px;
		letter-spacing: -0.4px;
	}

	h5 {
		font-family: "Inter", sans-serif;
		font-size: 28px;
		letter-spacing: -0.3px;
	}

	h6 {
		font-family: "Inter", sans-serif;
		font-size: 20px;
		line-height: 24px
		font-weight:bold;
	}

	p {
		font-family: "Inter", sans-serif;
		font-size: 14px;
		letter-spacing: 0px;
	}

	.section-padding {
		padding: 45px 0px;
	}

	/* FOOTER */
	.footer-align {
		text-align: center;
	}

	.footer-align-logo {
		text-align: center;
		margin-top: 50px;
	}

	

}


@media screen and (max-width: 768px) {

	.versao-desktop {
		display: none;
	}

	.versao-mobile {
		display: block;
	}


	.section-padding {
		padding: 40px 0px;
	}

	.section-padding h2 {
		font-size: 32px;
		letter-spacing: -1.5px;
	}

	.section-padding h6 {
		font-size: 18px;
	}

	.header-desktop {
		display: none;
	}

	.header-mobile {
		display: block;
	}

	.banner {
		height: 480px;
	}
	
	@keyframes slide {

		0% {
			background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-f250-mobile.webp);
		}
	
		12.5% {
			background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-f250-mobile.webp);
		}
	
		12.51% {
			background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-hilux-mobile.webp);
		}
	
		25% {
			background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-hilux-mobile.webp);
		}
	
		25.01% {
			background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-pajero-mobile.webp);
		}
	
		37.5% {
			background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-pajero-mobile.webp);
		}
	
		37.51% {
			background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-ranger-mobile.webp);
		}
	
		50% {
			background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-ranger-mobile.webp);
		}
	
		50.01% {
			background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-renegade-mobile.webp);
		}
	
		62.5% {
			background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-renegade-mobile.webp);
		}
	
		62.51% {
			background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-s10-mobile.webp);
		}
	
		75% {
			background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-s10-mobile.webp);
		}
	
		75.01% {
			background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-amarok-mobile.webp);
		}
	
		87.5% {
			background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-amarok-mobile.webp);
		}
	
		87.51% {
			background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-compass-mobile.webp);
		}
	
		100% {
			background-image: url(https://vitorioautomecanica.com.br/wp-content/uploads/2024/04/slide-compass-mobile.webp);
		}
	}

	.banner h3 {
		font-size: 22px;
		font-weight: 700;
		color: #fff;
		margin-bottom: 5px;
		text-align: center;
	}
	
	.banner h6 {
		font-size: 16px;
		color: #fff;
		font-weight: 400;
		margin-bottom: 15px;
		text-align: center;
	}
	
	.banner-btn {
		background-color: transparent;
		padding: 10px 30px;
		border-radius: 30px;
		color: #fff;
		font-weight: 700;
		border: 2px #fff solid;
		font-size: 16px;
		text-align: center;
	}
	
	.banner-btn:hover {
		border: 2px #c90000 solid;
		background-color: #c90000;
		color: #fff;
		transition-duration: 0.3s;
	}
	
	
	.banner-text-desktop {
		display: none;
	}
	
	.banner-text-mobile {
		display: block;
		padding: 40px 20px 0px 20px;

	}

	.mecanica {
		padding: 50px 20px 20px 20px;
	}

	.mecanica h3 {
		color: #fff;
		padding-bottom: 20px;
		font-size: 22px;
	}

	.mecanica-item {
		width: 100%;
		padding: 30px 20px 30px 20px;
	}
	
	.especialidades-item {
		padding: 30px 20px 50px 20px;
	}

	.sobrenos {
		padding: 50px 20px 50px 20px;
	}

	.sobrenos h3 {
		text-align: center;
	}

	.marcas-desktop {
		display: none;
	}
	
	.marcas-mobile {
		display: block;
	}

	.contato {
		padding: 50px 20px 50px 20px;
	}
	
	.contato h3 {
		text-align: center;
	}
	
	.contato h6 {
		text-align: center;
	}

	.contato-btn {
		margin-bottom: 30px;
	}

	footer {
		padding: 50px 20px;
	}
	

}

@media screen and (max-width: 575px) {

	h1 {
		font-size: 42px;
		letter-spacing: -0.9px;
	}

	h2 {
		font-size: 36px;
		letter-spacing: -0.5px;
	}

	h3 {
		font-size: 28px;
		letter-spacing: -0.5px;
	}

	h4 {
		font-size: 24px;
		letter-spacing: -0.4px;
	}

	h5 {
		font-size: 20px;
		letter-spacing: -0.3px;
	}

	h6 {
		font-size: 18px;
	}

	p {
		font-size: 13px;
	}

	.section-padding {
		padding: 30px 0px;
	}

	.section-padding h3 {
		font-size: 28px;
	}

	.section-padding p {
		font-size: 14px;
		font-weight: 400;
		color: #444;
		letter-spacing: -0.3px;
	}

	

}

@media screen and (max-width: 420px) {


	

	

}

