/*
Theme Name: Kimber Motor Theme
Description: This is a custom theme for Deepal Granada
Theme URI: https://kimbermotor.es/
Author: Avanti Motors
Author URI: https://avantimotors.es/
Template: salient
Version: 1.0
*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li,
button,
strong {
	font-family: 'Kimbermotor' !important;
}

span.material-symbols-outlined {
	font-family: 'Material Symbols Outlined' !important;
}

#models .wpb_tabs_nav .tab-item span {
	position: relative;
    float: none;
    padding-left: 50px;
}

#models .wpb_tabs_nav .tab-item span img.color {
	position: absolute;
    left: 0;
    height: 30px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

#form form p {
	position: relative;
	float: left;
	width: 31.33%;
	margin: 15px 1%;
	padding: 0;
}

#form form p.mid {
	width: 64.66%;
}

#form form p.hidden {
	display: none;
}

#form form p label {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: 600;
}

#form form p input {
	padding: 10px 20px;
	background-color: transparent;
	border: 1px solid #dee2e6;
	border-radius: 40px;
}

#form form p.privacidad {
	width: 98%;
}

#form form p.privacidad .wpcf7-list-item {
	margin: 0;
}


#form form p.privacidad label {
	font-weight: 400;
}

#form form p.enviar input {
	width: 100%;
	font-family: Noto Sans;
	background-color: #222222;
	border: none;
	border-radius: 40px !important;
}

#form form p .wpcf7-not-valid-tip {
	position: absolute;
    width: 100%;
	line-height: 1.5;
	left: 0;
	top: 100%;
	padding-top: 5px;
	font-size: 12px;
    background-color: transparent;
    box-shadow: none;
}

#ajax-content-wrap #meinteresa {
    position: fixed;
    left: 40px;
    bottom: 50px;
	display: none;
    z-index: 9999;
}

#ajax-content-wrap #meinteresa .link_wrap {
	box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.5);
}

.page-template-campaigns #interesa_btn .campaign p {
    position: relative;
    float: left;
    width: auto;
    height: 50px;
    line-height: 30px;
    padding: 10px 40px !important;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background-color: #000000;
    border-radius: 5px;
	cursor: pointer;
}

/* Formulario vehiculos */

#formulario.meinteresa {
	position: fixed;
	width: 51%;
	height: 100%;
	top: 0px;
	left: -51%;
	padding: 150px 50px 0px 50px;
	background-color: rgb(239,239,239);
	z-index: 99;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#formulario.meinteresa.open {
	left: 0;
}

#formulario.meinteresa span.close {
	position: relative;
    float: right;
    font-size: 35px;
    font-weight: 300;
    background-color: #000000;
    color: #ffffff;
    border-radius: 50%;
    padding: 5px;
}

#formulario.meinteresa span.close:hover {
	cursor: pointer;
}

#formulario.meinteresa h2 {
	position: relative;
	float: left;
	width: 100%;
	padding: 40px 0;
}

#formulario.meinteresa .form-container {
	position: relative;
	float: left;
	width: 100%;
	display: none;
}

#financiacion .form-container {
	display: block;
}

#formulario.meinteresa .form-container .wpcf7 {
	position: relative;
	float: left;
	width: 100%;
}

#formulario.meinteresa .form-container .wpcf7 p {
	position: relative;
	float: left;
	width: 48%;
	margin: 0 2% 30px 0;
    padding: 0;
}

#formulario.meinteresa .form-container .wpcf7 p input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: none;
}

#formulario.meinteresa .form-container .wpcf7 p .wpcf7-not-valid-tip {
	position: absolute;
	width: 100%;
	line-height: 15px;
	padding: 0px;
	left: 0;
	top: 45px;
	font-size: 12px;
	color: rgb(119,119,119);
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#formulario.meinteresa .form-container .wpcf7 p .fancy-select-wrap {
	padding: 0;
	height: 40px;
}

#formulario.meinteresa .form-container .wpcf7 p .fancy-select-wrap .select2-selection {
	height: 40px;
	line-height: 40px;
	padding: 0px;
	color: rgb(119,119,119) !important;
	background-color: rgb(255,255,255) !important;
	border: none;
}

#formulario.meinteresa .form-container .wpcf7 p .fancy-select-wrap .select2-selection .select2-selection__rendered {
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	color: rgb(119,119,119) !important;
}

#formulario.meinteresa .form-container .wpcf7 p.enviar input {
	padding: 0px !important;
	border-radius: 5px !important;
}

#formulario.meinteresa .form-container .wpcf7 p.enviar .wpcf7-spinner {
	position: absolute;
	right: 0px;
	top: 6px;
}

#formulario.meinteresa .form-container .wpcf7 p.privacidad {
	width: 98%;
}

#formulario.meinteresa .form-container .wpcf7 p.privacidad .wpcf7-list-item {
	margin: 0;
}

#formulario.meinteresa .form-container .wpcf7 p.privacidad input {
	position: relative;
	float: left;
	width: auto;
	height: 20px;
	margin: 0 5px 0 0;
}

#formulario.meinteresa .form-container .wpcf7 p.privacidad .wpcf7-list-item-label {
	position: relative;
	float: left;
	line-height: 20px;
	font-size: 12px;
	font-weight: 400;
}

.wpcf7 form .wpcf7-response-output {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0px;
	font-size: 14px;
	background-color: transparent;
	border: none;
}


/* Promociones */

.single-promocion .container-wrap {
	padding-top: 0 !important;
}

.single-promocion .container.main-content {
	max-width: none;
    padding: 0;
}

.single-promocion .promo {
	position: relative;
	float: left;
	width: 100%;
	padding: 5% 10%;
}

/* .single-promocion .promo.info,
.single-promocion .promo.legal {
	background-color: #252525;
} */

.single-promocion .promo.content img,
.single-promocion .promo.content .ofert {
	position: relative;
	float: left;
	width: 40%;
}

.single-promocion .promo.content img {
	border-radius: 10px;
}

.single-promocion .promo.content .ofert {
	width: 50%;
	margin: 0 0 0 10%;
}

.single-promocion .promo.content .ofert h2 {
	margin: 10% 0 50px 0;
	font-weight: 600;
	color: #ffffff;
}

.single-promocion .promo.content .ofert form p {
	position: relative;
	float: left;
	width: 48%;
    margin-right: 2%;
}

.single-promocion .promo.content .ofert form p.privacidad {
	width: 100%;
}

.single-promocion .promo.content .ofert form p.privacidad .wpcf7-list-item {
	margin: 0;
}

.single-promocion .promo.content .ofert form p.privacidad input {
	position: relative;
    top: 1.5px;
	margin: 0 5px 0 0;
}

.single-promocion .promo.content .ofert form p.enviar input {
	width: 100%;
	font-family: 'Kimbermotor' !important;
}

.single-promocion .promo.info * {
	text-align: center;
	padding: 0;
}

.single-promocion .promo.info .divider {
	position: relative;
	float: left;
	width: 10%;
	height: 2px;
	margin: 40px 45%;
	background-color: #252525;
}

.single-promocion .promo.info p {
	font-size: 18px;
}

.single-promocion .promo.info video {
	position: relative;
	float: left;
	width: auto;
	height: 800px;
	margin: 100px 0 0 0;
	left: 50%;
	transform: translateX(-50%)
}

.single-promocion .promo.legal {
	padding: 0 10% 1.5% 10%;
}

.single-promocion .promo.legal p {
	padding: 0;
	font-size: 12px;
}


/*--------------------------- RESPONSIVE --------------------------- */

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 760px) {
	#models .wpb_tabs_nav {
		flex-wrap: nowrap;
        justify-content: space-between;
        gap: 0;
	}
	#models .wpb_tabs_nav .tab-item a {
		padding: 20px 0;
	}
	#models .wpb_tabs_nav .tab-item span {
		font-size: 0;
	}
	#models .wpb_tabs_nav .tab-item span img.color {
		left: 50%;
		transform: translate(-50%, -50%);
	}
	#form form p {
		width: 100% !important;
		margin: 15px 0;
	}
	#ajax-content-wrap #meinteresa {
		left: 0;
		bottom: 0px;
		line-height: 40px;
		width: 100%;
	}
	#ajax-content-wrap #meinteresa .link_wrap {
		position: relative;
		float: left;
		width: 100%;
		padding: 15px 0 !important;
		text-align: center;
		box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.5);
		border-radius: 0 !important;
	}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) and (max-width : 760px) and (orientation : landscape) {}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 420px) and (max-width : 760px) and (orientation : portrait) {}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {}

/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) and (max-width : 1800px) {}