/* FONTE PADRÃO */
/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	font-family: 'Poppins', sans-serif;
	margin: 0;
	padding: 0;	
	font-size: 15px;
}

h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 72px;
	letter-spacing: -2px;
	font-weight: 900;
}

h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 54px;
	letter-spacing: -2px;
	font-weight: 900;
}

h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 42px;
	letter-spacing: -1px;
}

h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	letter-spacing: -1px;
}

h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	letter-spacing: -1px;
}

h6 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
}

p {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	letter-spacing: 0px;
}

.img-style-default {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	border-radius: 7px;
}

.main  {
	padding-top: 0px;
}

/* SECTIONS */

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

.section-padding h3 {
	/*font-family: 'Oswald', sans-serif;*/
	font-size: 32px;
	font-weight: 800;
	color: #403f52;
	letter-spacing: -1px;
	/*text-transform: uppercase;*/
}

.section-padding h6 {
	font-size: 16px;
	font-weight: 400;
	color: #7f9b0f;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

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

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

.section-internas  h3 {
	font-size: 36px;
	font-weight: 800;
	color: #403f52;
	letter-spacing: -1px;
}

.section-internas  h6 {
	font-size: 16px;
	font-weight: 400;
	color: #666;
}

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

.section-internas  hr {
	border-bottom: 1px dotted #ccc;
}


/* VINHETA INTERNA */

.vinheta-interna {
	padding: 15px 0px;
	color: #666;
	font-size: 13px;
	text-align: left;
	background-image: linear-gradient(to top, #eee, #fff);
	/*background-color: #eee;*/
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.07);
}

.vinheta-interna a {
	color: #666;
	transition: 0.3s;
	text-decoration: none;
}

.vinheta-interna a:hover {
	opacity: 0.7;
	text-decoration: none;
}



.versao-desktop {
	display: block;
}

.versao-mobile {
	display: none;
}


.links-hover {
	transition: 0.3s;
}

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

.header-desktop {
	display: block;
}

.header-tablet {
	display: none;
}

.header-mobile {
	display: none;
}
	
.logo-header {
	width: 220px;
	transition: 0.3s;
}

.header {
	background-color: #ed1b24;
	background-image: linear-gradient(45deg, #2f0002, #7f001b,#2f0002);
	padding: 15px 0px;
	width: 100%;
	z-index: 3;
	transition: 0.4s;
	top: 0;
	left: 0;
	height: 100px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

/* MENU DESKTOP */

.menu {
	padding-top: 5px;

}


.menu nav {
	width: 100%;
	margin: 0 auto;
	display: flex;
    justify-content: right;
	font-family: 'Poppins', sans-serif; 
}

.menu nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-right: 20px;
}

.menu nav ul li {
	float: left;
	position: relative;
}

.menu nav ul li a {
	display: inline-block;
	text-decoration: none;	
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	padding-left: 18px;
	transition: 0.2s;
	letter-spacing: 0.1px;
	margin-top: 18px;
	text-transform: uppercase;
}

.menu nav ul li a:hover {
	text-decoration: none;
	color: #fff;
	opacity: 0.7;
}

.menu-btn {
	background-color: #ed1b24;
	padding: 7px 18px;
	color: #fff;
	text-align: center;
	transition: 0.3s;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-left: 15px;
	margin-top: 12px;
	border: none;
	border-radius: 50px;
}

.menu-btn:hover {
	text-decoration: none;
	background-color: #fff;
	color: #ed1b24;

}


/* SLIDER BANNER TOPO */

.bgImage {
	position: relative;
	width: 100%;
	height: 500px;
	background-image: url(https://bcs.net.br/15veiculos-novo/imagens/banner-topo-1.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	animation: bgImage 20s linear infinite;
}

@keyframes bgImage {
	0% {
		background-image: url(https://bcs.net.br/15veiculos-novo/imagens/banner-topo-1.webp);
	}

	20% {
		background-image: url(https://bcs.net.br/15veiculos-novo/imagens/banner-topo-1.webp);
	}

	25% {
		background-image: url(https://bcs.net.br/15veiculos-novo/imagens/banner-topo-2.webp);
	}

	45% {
		background-image: url(https://bcs.net.br/15veiculos-novo/imagens/banner-topo-2.webp);
	}

	50% {
		background-image: url(https://bcs.net.br/15veiculos-novo/imagens/banner-topo-3.webp);
	}

	70% {
		background-image: url(https://bcs.net.br/15veiculos-novo/imagens/banner-topo-3.webp);
	}

	75% {
		background-image: url(https://bcs.net.br/15veiculos-novo/imagens/banner-topo-4.webp);
	}

	95% {
		background-image: url(https://bcs.net.br/15veiculos-novo/imagens/banner-topo-4.webp);
	}
}



.bgImage-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.5);
}

.bgImage-content {
	position: relative;
	width: 100%;
	height: 100%;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/*z-index: 2;*/
}

.bgImage-content h3 {
	font-weight: 800;
	font-size: 42px;
	padding-bottom: 0px;
	letter-spacing: -0.7px;
	color: #fff;
}

.bgImage-content p {
	font-size: 28px;
	letter-spacing: -0.5px;
	width: 60%;
	color: #fff;
	text-align: center;
}



/* BOTOES */

.btn-default {
	width: 80%;
	background-color: #1abf58;
	color: #fff;
	padding: 7px 14px;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	border: 1px solid #1abf58;
	border-radius: 25px;
	transition: 0.3s;
	text-transform: uppercase;
}

.btn-default:hover {
	background-color: #fff;
	color: #1abf58;
}


.btn-todos {
	background-color: #f0001c;
	color: #fff;
	padding: 10px 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 25px;
	transition: 0.3s;
	text-transform: uppercase;
}

.btn-todos:hover {
	background-color: #fff;
	color: #f0001c;
}



/* PESQUISA */



.pesquisa-form {
	background-image: linear-gradient(to top, #ccc, #eee);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
	/*border-radius: 8px;*/
	padding: 12px 25px 12px 25px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.pesquisa-form-titulo { 
	font-size: 26px;
	font-weight: 500;
	color: #232d51;
	letter-spacing: -0.8px;
	padding-bottom: 10px;
	text-align: center;
}

.pesquisa-form input, select {
	background-color: #fff;
	border-radius: none;
	padding: 8px 10px;
	font-size: 12px;
	border-radius: 35px;
	color: #555;
	width: 100%;
	margin: 0px;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08);
}

.pesquisa-form-btn {
	background-color: #ed1b24;
	margin-top: 30px;
	padding: 10px 30px;
	color: #fff;
	text-align: center;
	transition: 0.3s;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	border: none;
	border-radius: 35px;
}

.pesquisa-form-btn:hover {
	text-decoration: none;
	background-color: #c70c14;
	color: #fff;

}

/* VEICULOS */

.veiculos {
	padding: 50px 0px;
	background-color: #fff;
}

.veiculos h3 {
	font-weight: 700;
	font-size: 36px;
	padding-bottom: 10px;
	color: #333;
}

.veiculos h5 {
	font-weight: 400;
	font-size: 24px;
	padding-bottom: 30px;
	color: #666;
}

.veiculos-item {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    padding: 15px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
	border-radius: 10px;
	margin-bottom: 30px;
}

.veiculos-item-img {
	width: 100%;
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.veiculos-descricao {
	padding: 15px 0px;
}

.veiculos-descricao hr {
	margin: 5px 0px;
	width: 150px;
}

.veiculos-descricao h4{
	font-weight: bold;
	font-size: 24px;
	margin: 0;
	color: #444;
}

.veiculos-descricao h6{
	font-weight: 500;
	font-size: 16px;
	margin: 0;
}

.veiculos-item-btn {
	background-color: #fff;
	padding: 6px 18px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: 600;
	color: #FFB300;
	text-align: center;
	border: 1px solid #FFB300;
	border-radius: 25px;
	transition: 0.3s;
}

.veiculos-item-btn:hover {
	background-color: #FFB300;
	color: #fff;
}


.compartilhar-area {
	padding: 5px 0px 30px 0px;
	text-align: center;
	font-size: 12px;
	color: #444;
}

.compartilhar-area a {
	color: #444;
	text-align: center;
	text-decoration: none;
}

.compartilhar-area-icon {
	margin-top: 25px;
	margin-bottom: 10px;
	width: 50px;
	text-align: center;
}

/* LISTA DE VEICULOS */

.item {
	background-color: #fff;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.22);
	padding: 12px;
	border-radius: 8px;
	text-transform: uppercase;
	margin-bottom: 35px;
	font-family: 'Poppins', sans-serif;
}

.item-thumbnail {
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 265px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
}
.item-thumbnail:hover {
	opacity: 0.70;
}

.item-btn {
	background-color: #403f52;
	padding: 6px 0px;
	width: 100%;
	color: #fff;
	font-size: 13px;
	font-weight: bold;	
	border-radius: 5px;
	border: none;
	transition: 0.3s;
}

.item-btn:hover {
	background-color: #ed1b24;
	color: #fff;
}

.item-modelo {
	color: #666;
	font-size: 17px;
	font-weight: 700;
}

.item-marca {
	color: #777;
	font-size: 13px;
	font-weight: 500;
}

.item-ano {
	color: #777;
	font-size: 12px;
	font-weight: 600;
	text-align: right;
}

.item-valor {
	color: #222;
	font-size: 20px;
	font-weight: 800;
	text-align: center;
	padding: 7px;
	letter-spacing: -0.6px;
}

.btn-estoque {
	background-color: #ed1b24;
	padding: 10px 30px;
	/*width: 250px;*/
	color: #fff;
	font-size: 18px;
	font-weight: bold;	
	border-radius: 5px;
	border: none;
	transition: 0.3s;
	border-radius: 25px;
}

.btn-estoque:hover {
	background-color: #ed1b24;
	color: #fff;
}


/* DETALHES DO VEICULO */

.detalhe-dados-titulo {
	background-image: linear-gradient(to right, #666, #333);
	padding: 10px 15px;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 10px;
	border-left: 10px solid #f25a1b;
}

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


.detalhe-titulo {
	color: #333;
	font-size: 22px;
	font-weight: 700;
	text-align: left;
	padding-bottom: 10px;
}



.detalhe-topicos {
	color: #333;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding: 3px 0px 6px 0px;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;

}

.detalhe-topicos small {
	color: #666;
	font-size: 12px;
	font-weight: 500;
}

.detalhe-opcionais {
	font-size: 12px;
	font-weight: 500;
	color: #666;
	text-align: left;
	padding: 2.5px 0px;
}

.detalhe-opcionais i {
	color: #999;
}

.detalhe-thumbnail {
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 70px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 15px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.10);
}

.detalhe-thumbnail:hover {
	opacity: 0.70;
}

.detalhe-proposta {
	background-color: #fff;
	padding: 10px 10px 20px 10px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;

}

.detalhe-proposta-titulo {
	background-image: linear-gradient(to right, #666, #333);
	padding: 10px 15px;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	text-align: left;
	border-left: 10px solid #f25a1b;
}

.form-input {
	background-color: #f7f7f7;
	padding: 9px 10px;
	color: #444;
	border:1px solid #eee;
	font-size: 13px;
	font-weight: 600;
	width: 100%;
	margin-bottom: 5px;
}

.form-btn {
	background-color: #999;
	padding: 6px 0px;
	width: 100%;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	border: none;
	transition: 0.3s;
}

.form-btn:hover {
	background-color: #ff7e00;
	color: #fff;
}


/* SERVICOS */

.servicos {
	padding: 50px 0px;
	background-color: #fff;
}

.servicos-item {
	padding: 10px 0px;
}

.servicos-item-icon {
	width: 64px;
	margin-bottom: 5px;
}

.servicos h3 {
	font-size: 32px;
	font-weight: 800;
	color: #403f52;
	letter-spacing: -1px;
}

.servicos-item h6 {
	color: #232d51;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.5px;
}

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

.depoimentos h3 {
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 40px;
}

.depoimentos-item {
	width: 100%;
	background-color: #fff;
	padding: 50px 25px;
	border-radius: 20px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
}

.depoimentos-item h6 {
	font-size: 16px;
}

.depoimentos-item p {
	font-size: 18px;
}

.depoimentos-foto {
	width: 70px;
	height: 70px;
	background-color: #0000CD;
	border-radius: 35px;
}


/* CONTATO */

.contato {
	padding: 75px 0px 200px 0px;
	background-image: url(https://bcs.net.br/vilarica/img/fundo-rodape-1.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	color: #666;
}


.contato-form {
	padding: 25px 35px;
	border-radius: 10px;
	background-color: #0000CD;
	text-align: center;
	color: #fff;
}

.contato-form button {
	background-color: transparent;
	color: #fff;
	padding: 8px 25px;
	margin-top: 5px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 25px;
	transition: 0.3s;
}

.contato-form button:hover {
	background-color: #fff;
	color: #0000CD;
}

.contato-dados {
	padding: 30px 0px 0px 0px;
	color: #666;
}

.contato-dados h3 {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -0.3px;
}

.contato-dados p {
	font-size: 14px;
	font-weight: 400;
}

.contato-dados i {
	color: #0000CD;
}

/* FOOTER */

footer {
	/*background-color: #260103;*/
	background-image: linear-gradient(to bottom, #260103, #000);
	color: #fff;
	font-size: 14px;
	padding: 40px 0px 40px 0px;
	border-top: 1px solid #eee;
	margin-top: 0px;
}

footer h6 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

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

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

footer p {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}

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

footer ul li {
	list-style: none;
}


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

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

footer ul li a:hover {
	color: #fff;
	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: 175px;
}

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

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

.footer-align i {
	color: #ed1b24;
}


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

	.header-desktop {
		display: none;
	}

	.header-tablet {
		display: block;
	}

	.header-mobile {
		display: none;
	}

	.menu nav ul li a {
		font-size: 13px;
		padding-left: 15px;

	}

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

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

}

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

	/* GERAL */
	body {
		font-size: 14px;
	}

	h1 {
		font-size: 56px;
		letter-spacing: -1.5px;
	}

	h2 {
		font-size: 42px;
		letter-spacing: -1px;
	}

	h3 {
		font-size: 32px;
		letter-spacing: -1px;
	}

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

	h5 {
		font-size: 24px;
		letter-spacing: -0.5px;
	}

	h6 {
		font-size: 18px;
		line-height: auto;
	}

	p {
		font-size: 14px;
		letter-spacing: 0px;
	}

	.header {
		padding: 20px 0px 10px 0px;
	}

	.versao-desktop {
		display: none;
	}

	.versao-mobile {
		display: block;
	}


	.header-desktop {
		display: none;
	}

	.header-tablet {
		display: none;
	}

	.header-mobile {
		display: block;
	}

	/* LOGO */
	.logo-header-mobile {
		width: 150px;
		padding-top: 8px;
	}

	.header-contatos {
		font-size: 12px;
		text-align: right;
		padding: 17px 0px 15px 0px;
		border-bottom: none;
	}

	.header-contatos i {
		font-size: 13px;
	}

	.sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #111;
        /*background-image: linear-gradient(45deg, #002059, #0159a4);*/
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        color: #fff;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: #ed1b24;
        padding-left: 40px;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }


	.bgImage {
		height: 450px;
	}

	.bgImage h3 {
		font-size: 22px;
	}


    .banner {
	    height: 430px;
	    padding: 50px 0px 0px 0px;
	}

	.banner  h3 {
		font-size: 32px;
	}

	.banner  p {
		font-size: 18px;
	}

	.btn-default-transparent {
		padding: 6px 15px;
		margin-top: 0px;
		font-size: 12px;
	}

	.servicos {
		padding: 50px 0px;
	}

	.servicos-item {
		border: 1px solid #fff;
		padding: 12px;
		border-radius: 10px;
		margin-bottom: 20px;
	}

	.servicos-item h6 {
		font-size: 18px;
	}

	.servicos-item p {
		font-size: 13px;
	}

	.servicos-item i {
		font-size: 32px;
		color: #ffbe8e;
	}

	.servicos-item button {
		background-color: #0000CD;
		color: #fff;
		padding: 6px 12px;
		margin-top: 5px;
		font-size: 12px;
	}


	/* CONTATO */

	.contato {
		padding: 25px 0px 160px 0px;
		background-image: url(https://bcs.net.br/vilarica/img/fundo-rodape-1.jpg);
		background-size: cover;
	}


	.contato-form {
		padding: 15px 20px;
		margin: 0px 10px
	}

	.contato-form button {
		background-color: transparent;
		color: #fff;
		padding: 7px 20px;
		margin-top: 5px;
		font-size: 14px;
	}

	.contato-dados {
		padding: 15px 0px 25px 0px;
		color: #666;
		text-align: center;
	}

	.contato-dados h3 {
		font-size: 32px;
		font-weight: 700;
		letter-spacing: -0.3px;
	}

	.contato-dados p {
		font-size: 14px;
		font-weight: 400;
	}

	.contato-dados i {
		color: #0000CD;
	}

	.imoveis-item-img {
		height: 180px;
	}

}

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


	/* SECTION PADDING */

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

	.section-padding h3 {
		font-size: 17px;
		letter-spacing: -0.5px;
		/*text-transform: uppercase;*/
	}

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

	.section-padding p {
		font-size: 13px;
	}

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


	.btn-todos {
		padding: 5px 20px;
		margin-top: 0px;
		margin-bottom: 0px;
		font-size: 13px;
	}


	/* BUSCA  HOME */

	.busca-interna {
		padding: 30px 0px 8px 0px;
	}

	.imoveis-item {	    
		margin: 0px 20px 30px 20px;
	}

	.imoveis-item-img {
		height: 130px;
	}

	/* PESQUISA */
	.pesquisa-form-titulo { 
		font-size: 20px;
		padding-bottom: 10px;
	}

	/* IMOVEIS */
	.imoveis-item-padding {    
		margin: 10px 0px;
	}

	.pesquisa-form {
		padding: 15px 15px 15px 15px;
		border-bottom-left-radius: 7px;
		border-bottom-right-radius: 7px;

	}	

}




	
	