@font-face {
  font-family: sony;
  src: url("../font/Sony_Sketch.ttf");
}

* {
	font-weight: 600!important;
	font-family: sony;
}

.form-control,.btn {
	font-size: 1.1rem;
}

.h5, h5 {
	font-size: 1.35rem;
}

.h2, h2 {
	font-size: 2.5rem;
}

.banner-info-veiculo {
	background-color: orange;
}

.destaques-lucar {
	max-width: 1920px;
	margin: auto;
}

.search-lucar {
	margin: auto;
}

.navbar-nav {
	font-size: 1.25rem;
}

.banner {
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (min-width: 992px){
	.banner {
		height: calc(100px + 8vw);
		background-image: url("../images/banner.png");
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.banner {
		height: calc(120px + 1vw);
		background-image: url("../images/banner.png");
	}
}

@media (max-width: 767px){
	.banner {
		height: calc(50px + 1vw);
		background-image: url("../images/banner.png");
	}
}


.banner-index {
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (min-width: 992px){
	.banner-index {
		background-image: url("../images/banner-index.png");
		height: calc(300px + 8vw)
	}
}

@media (min-width: 769px) and (max-width: 992px){
	.banner-index {
		background-image: url("../images/banner-index.png");
		height: 300px;
	}
}

@media (max-width: 768px) {
	.banner-index {
		background-image: url("../images/banner-index.png");
		height: calc(100px + 14vw);
		background-color: white;
	}
}

.sobre-background {
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: linear-gradient(180deg, rgba(166,169,186,0) 90%, rgba(255,255,255,0.7) 100%), url('../images/furioso_empresa.png');
	min-height: 100vh;
}

@media (min-width: 1920px){
	.sobre-background {
		min-height: 80vh;
	}
}

.parallax-section {
	position: relative;
	 width: 100%;
 }
 .parallax-child-section {
	 clip: rect(0, auto, auto, 0);
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
 }

 #parallax-img{
	 position: fixed;
	 display: block;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 transform: translateZ(0);
	 will-change: transform;
	 z-index: 1;
 }
 .fw-main-row{
	 background-attachment:scroll;
	 background-image: url("../images/furioso.png");
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-size: cover;
 }

@media (min-width: 992px){
	.parallax-section, .parallax-child-section {
		height: 500px;
	}
}

@media (min-width: 769px) and (max-width: 992px){
	.parallax-section, .parallax-child-section {
		height: 300px;
	}
}

@media (max-width: 768px) {
	.fw-main-row {
		background-size: 120%!important;
		background-color: black;
	}

	.parallax-section, .parallax-child-section {
		height: 200px;
	}
}

.banner-marcas {
	width: 100%;
	height: calc(150px + 16vw);
	background-image: url("../images/marcas.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.vertical-card-border-title{
	border-bottom: 1px solid #dee2e6 !important;
}

.vertical-card-details-font {
	font-size: 1.1rem!important;
}

.vertical-card:hover {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.30) !important;
}

@media (min-width: 992px){
	.horizontal-card-size {
		height: 190px;
	}
	
	.horizontal-card-border-btn{
		border-left: 1px solid #dee2e6 !important;
	}

}

@media (max-width: 992px){
	.horizontal-card-border-title{
		border-bottom: 1px solid #dee2e6 !important;
	}
}

.horizontal-card-details-font {
	font-size: 1.1rem!important;
}

.horizontal-card:hover {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.30) !important;
}

.carousel {
	background-color: lightgray;
}

.carousel.carousel-fade .carousel-item {
	display: block;
	opacity: 0;
	transition: opacity ease-out .3s;
}

.carousel.carousel-fade .carousel-item.active {
	opacity: 1 !important;
}

.g-recaptcha {
	margin: auto;
	text-align: center;
	display: inline-block;
}

.owl-dot:focus{
	outline-style: none!important;
}

.carousel-item-slider {
	background-position: center;
	background-size: cover;
}

.carousel-size-loading{
	background-color: lightgrey;
}

@media (min-width: 320px) and (max-width : 767px){
	.carousel-size-loading {
		min-height: calc(207.891px + (0.750 * ((100vw  - 320px))));
	}
}

@media (min-width: 768px) and (max-width : 991px){
	.carousel-size-loading {
		min-height: calc(267.734px + (0.350 * ((100vw  - 768px))));
	}
}

@media (min-width: 992px) and (max-width : 1399px){
	.carousel-size-loading {
		min-height: calc(172px + (0.136 * ((100vw  - 992px))));
	}
}

@media (min-width: 1440px) and (max-width : 1920px){
	.carousel-size-loading {
		min-height: calc(159.281px + (0.125 * ((100vw  - 1440px))));
	}
}

.estilo-busca {
	width: 550px; 
	height: 140px;
	top: 400px;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto;
	z-index: 10;
}

.carousel-inner {
	background-color: lightgray;
}

.max-size-slider {
	margin: auto;
	max-width: 1920px;
	height: 445px;
}

.max-size-slider {
	margin: auto;
	max-width: 1920px;
}

@media (min-width: 992px){
	.modal-size {
		width: calc(50vw + 12vh);
		top: calc(50vh - (100vh / 2));
		left: calc(50vw - ((50vw + 12vh)/ 2) ); 
	}

	.padding-lg-slider {
		padding-top: 1.7rem !important;
	}

	.max-size-slider {
		height: 445px;
	}

}

@media (max-width: 991px){
	.modal-size {
		width: 100vw;

	}
	.max-size-slider {
		height: 300px;
	}
}

.centraliza {
	display: flex;
	justify-content: center;
	align-items: center;
}

.centraliza-lateral {
	display: flex;
	justify-content:flex-start;
	align-items: center;
}

.network-link{
	text-decoration: none;
	color: #212529;
	font-size:calc(1.5em + 1vw);
}

.network-link:hover{
	text-decoration: none;
	color: #212529;
}

.line-style-top{
	border-top: 2px solid green;
}

.line-style-none {
	border-top: 2px solid rgba(0, 0, 0, 0)!important;
}

.owl-stage {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.owl-item{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: auto !important;
	padding-bottom: 20px;
}

.loading {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 58px;
	display: none;
}

.card:hover,.estilo-busca:hover {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.30) !important;
}

.loading-more {
	display: none;
}

.navbar-size {
	max-width: 1920px;
}

.btn-size-more {
	width: 70%;
	max-width: 250px;
}

.container-anuncios{
	max-width: 1920px;
}

@media (max-width:991px){
	.img-logo {
		height: 30px;
	}
}

@media (min-width:992px){
	.img-logo {
		height: 50px;
	}
}

@media (min-width:1360px) and (max-width: 1400px){
	.container-anuncios {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media (max-width : 1446px ){
	.btn-size {
		width: 65%;
	}
}

@media (min-width: 1440px) and (max-width: 1920px){
	.container-anuncios {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (min-width: 1440px){
	.col-custom-2{
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.btn-size {
		width: 70%;
	}
}
