*{
	 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{
	font-weight: 500;
	font-size: 1.2em;
}

.py-50{
	padding:80px 0;
}

b, strong{
	font-weight: 900 !important;
}

#menu-row{
	font-size: 0.85em;
}

.site-logo{
	transition: all ease 0.25s;
}

.site-logo:hover{
	opacity: 0.8;
	transform:scale(0.95);
}


.filter-type{
	opacity: 0.6;
	transition:all ease 0.25s;
}

.filter-type:hover{
	opacity:1;
}

.filter-type img{
	transition: all ease 0.25s;
}

.filter-type:hover img,
.filter-type.active img{
	transform:translateY(-4px);
	}

.filter-type.active{
	color:#fff;
	text-shadow: 10px 0px 0px rgba(255,255,255,0.4);
	opacity: 1;
}


/* */

#filters-container .form-select:hover,
#filters-container .form-select:active,
#filters-container .form-select:focus,
.slider-cont:hover{
	color:#fff;
}

#filters-container select, #filters-container input[type="text"],
.slider-cont{
	font-size: 16px;
}


#filters-container .btn.btn-primary{
	background:#0F7BAD !important;
	width: 48%;
    margin-left: auto;
}

.btn{
	border-radius: 100px;
}

.btn-primary{
	font-size: 1em;
	transition: all ease 0.25s;
}

.btn-primary:hover{
	background: #0F7BAD;
	border-color: #0F7BAD;
	transform: translateY(-3px);

}

#home-comprar-coche{
	padding:80px 0 !important;
}

#home-comprar-coche .btn{
	font-size: 1.1em;

}

#home-porque-comprar article{
	padding-left: 30px !important;
	padding-right: 30px !important;
	transition: all ease 0.25s;
	background:rgba(0,0,0,.1);
}

#home-porque-comprar article:hover{
	background:rgba(0,0,0,.2);
}

.coche-tipo-info-enlace{
	text-shadow: 0px 0px 0px rgba(255,255,255,0.4);
	transition: all ease 0.25s;
}

.coche-tipo-info-enlace:hover{
	margin-right: 5px;
	text-shadow: 0px 0px 5px rgba(255,255,255,0.4);
}

.coche-tipo-info-enlace i{
	transition: all ease 0.15s;
}

.coche-tipo-info-enlace:hover i{
	margin-left: 3px;
}

#main-footer a.text-white,
#coches-duda-banner a.text-white{
transition: all ease 0.15s;
text-shadow: 0px 0px 0px rgba(255,255,255,0.4);
}

#main-footer a.text-white:hover,
#coches-duda-banner a.text-white:hover{
text-shadow: 0px 0px 8px rgba(255,255,255,0.6);
transform:scale(1.1);
}

#coches-duda-banner input[type=text]:hover{
	border:1px solid #fff;
}

#main-footer small{
	opacity: 0.7;
}

#main-footer .w-100{
	opacity: 0.5;
	margin-top: 40px;
	width: 90%;
	max-width: 90%;
}


/* FICHA DE PRODUCTO */
.swiper-slide-visible{
	border:1px solid rgba(0,0,0,0);
	transition: all ease 0.15s;
	cursor: pointer;
	border-radius: 4px;
	overflow: hidden;
}

.swiper-slide-visible:hover{
	border:1px solid rgba(0,0,0,0.3);
}

#gallery-thumbnails .swiper-slide:not(.swiper-slide-thumb-active):hover{
	opacity:0.75;
}


#ficha-coche{
	border-width: 2px !important;
	transition: box-shadow ease 0.15s;
}

#ficha-coche:hover{
	box-shadow: 0 12px 19px 0 rgb(14 123 173 / 65%), 0 8px 15px 0 rgb(14 123 173 / 6%) ;
}


#ficha-coche .btn-primary{
	font-weight: 900;
}

.coche-ver-mas{
	font-weight: 700;
	font-size: 1.1em;
	border-radius:100px;
	border:1px solid #0F7BAD;
	padding:6px 10px;
	bottom:30px;
	transition: all ease 0.15s;
}

.coche-ver-mas:hover{
	border-color: #0a58ca;
}

.car-description,
.car-description pre{
	font-size: 0.95em;	
}

#single-vehicle-cont .bg-secondary{
	transition: all ease 0.25s;
	border:1px solid rgba(0,0,0,.15);
}

#single-vehicle-cont .bg-secondary:hover{
	background:rgba(0,0,0,0.10) !important;
}

#single-vehicle-cont .bg-secondary .btn{
 font-weight: 900;
 font-size: 1.05em;
}


.accordion-button:not(.collapsed)::after{
	filter: brightness(200%);
-webkit-filter: brightness(200%);
-moz-filter: brightness(200%);
}

#modal-info-title{
	font-size: 1.2em;
}

.modal-body .form-label{
	font-size: 0.8em;
}

.modal-body .form-check-label{
	font-size: 0.7em;
}

@media(max-width: 767px){
	main{
		overflow-x: hidden;
	}
	body{
		padding-top: 70px;
		font-size:0.9em;
	}

	#home-tipo-coche{
		padding-bottom: 0px;
	}

	#home-comprar-coche{
		padding-top: 0px !important;
	}

	#home-porque-comprar article{
		height: auto !important;
		padding:20px !important;
	}
	.freeprivacypolicy-com---nb .cc-nb-main-container{
		padding:0px !important;
	}

	.cc-nb-text-container{
		padding:5px 0px !important;

	}

	.cc-nb-text{
		font-size:12px !important;
		line-height: 14px !important;
	}

	.cc-nb-okagree{
		margin-bottom: 10px !important;
	}

	.py-50{
		padding:20px 20px 80px 20px;
	}

	footer .col-lg-5{
		text-align: center !important;
	}

	.linea-azul{
		display: none;
	}

	.coche-ver-mas{
		bottom: -10px;
	}

	.breadcrumb{
		font-size: 12px;	
	}

	.breadcrumb .breadcrumb-item:nth-child(3){
		display: block;
		padding:0px;
		width: 100%;
	}

	.breadcrumb .breadcrumb-item:nth-child(3):before{
		display: none;
	}

	#single-vehicle-cont nav.py-3{
		padding-top: 0px !important;
	}


	.car-entry-overlay{
		display: none !important;
	}

}
.location-link {
	transition: all ease 0.15s;
    text-shadow: 0px 0px 0px rgb(255 255 255 / 40%);
}
.location-link:hover {
	color: white;	
    text-shadow: 0px 0px 8px rgb(255 255 255 / 60%);
    transform: scale(1.1);
}

.location-link:hover small {
	opacity: 1 !important;
}

#link-vende-tu-coche {
	background-color: #858585;
	border-radius: 7px;
}

#link-vende-tu-coche:hover {
	color: white !important;
	opacity: 0.7;
}

#menu-row ul.nav li a.gflag {
    padding: .5rem 5px;
}