<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: JLR DWS
Theme URI: https://rhymarketing.com
Author: RHY Marketing / Hiruu
Author URI: https://www.rhymarketing.com
Description: JLR Dealers Web System
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jlr-dws
*/

/* Root variables */
:root {
	--default-color: #0c121c;
}

/* Main structure */
html, body { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; }

/* Common elements */

	/* Headers */
	.headerBlock { padding-top:75px; padding-bottom:40px; }
	.headerBlock.approved { padding: 75px 0; }

	/* Links */
	a { color: var(--default-color); }
	a:hover { color: var(--default-color); }

	/* iFrames */
	iframe { display: block; margin: 0; padding: 0; border: 0; width: 100%; }

	/* Containers */
	.container-dws { padding: 60px 90px 60px 90px; }
	@media (max-width: 1154px) { .container-dws { padding: 60px 0; max-width: 960px; margin: 0 auto; } }
	@media (max-width: 991px) { .container-dws { padding: 40px; } }

	/* Forms */
	input, textarea { display: block; border: 1px var(--gray-dark) solid; padding: 10px; max-width: 100%; outline: none; appearance: none; }
	textarea { width: 100%; resize: none; }
	select { outline: none; }

	/* Header &amp; Footer */
	header { text-transform: uppercase; position: relative; }
	footer .quickaccess h4 { font-size: 12px; font-weight: bold; margin: 1rem 0; letter-spacing: 2px; }
	footer .quickaccess a { width: fit-content; display: block; }
	footer .quickaccess ul { margin-bottom: 2rem; font-size: 9px; letter-spacing: 2.6px; font-weight: 700;}
	footer .quickaccess li { margin-bottom: 0.75rem; }
	footer .terms { margin-bottom: 40px; font-size: 9px; letter-spacing: 2.6px; font-weight: 700; }
	footer .container { font-size: 10px; }
	header a { text-decoration: none !important; }
	header .navbar { padding-top: 10px; font-weight: 500; font-size: 0.7rem; }
	header .navbar a { display: inline-block; position: relative; color: inherit !important; padding: 0 !important; }
	header .navbar a::after { content: ''; display: block; position: absolute; width: 0; height: 1px; background-color: var(--default-color); transition: width 0.2s ease; border: none; margin: 0; }
	header .navbar a:hover::after { width: 100%; }
	header .navbar-toggler { position: absolute; right: 0; top: 2.5rem; border: none; display: none; z-index: 2; outline: none; }
	header .nav-item { text-align: left; letter-spacing: 2px; margin-right: 2rem; }
	header .dropdown-menu { font-size: 0.7rem; border-radius: 0; border: 0; }
	nav#lateral { z-index: 3; position: absolute; right: 0; max-height: 0; opacity: 0; padding: 30px; padding-top: 75px; background: white; transition: all 0.4s ease; box-shadow: 0 5px 20px rgba(0,0,0,0.25); pointer-events: none; }
	nav#lateral li { padding: 15px 0; border-bottom: 1px #efefef solid; }
	nav#lateral li:first-child { padding-top: 0; }
	nav#lateral li:last-child { border: none; }
	nav#lateral li img { width: 18px; margin: auto; display: block; }
	nav#lateral li i { font-size: 1.2rem; line-height: 1rem; }
	nav#lateral li i::before { margin: 0; }
	nav#lateral li a { color: var(--default-color); }
	nav#lateral li a:hover { color: var(--primary-color); text-decoration: underline !important; }
	nav#lateral li h4 { font-size: 0.7rem; margin: 0; margin-right: 15px; letter-spacing: 1px; white-space: nowrap; }
	#navOpener { position: absolute; bottom: -70px; right: 15px; z-index: 4; background: var(--primary-color); width: 55px; height: 55px; border-radius: 50%; font-size: 42px; line-height: 35px; transition: all 0.2s ease; box-shadow: 0 5px 20px rgba(0,0,0,0.25); cursor: pointer; color: white; }
	#navOpener &gt; div:last-child { position: absolute; top: 0; width: 100%; height: 100%; font-size: 50px; line-height: 60px; transform: rotate(-45deg); opacity: 0; }
	#navOpener &gt; div:first-child { transition: all 0.2s ease; }
	#navOpener:hover &gt; div:first-child { letter-spacing: 2px; }
	#navOpener.opened { transform: rotate(-45deg); }
	#navOpener.opened &gt; div:first-child { opacity: 0; }
	#navOpener.opened &gt; div:last-child { opacity: 1; }
	#navOpener.opened + nav#lateral { max-height: 500px; opacity: 1; pointer-events: auto; }
	#contact-information { font-size: 0.9rem; text-transform: none; }
	#contact-information a { font-weight: 400; }
	#contact-information i { font-size: 1.2rem; }
	@media (max-width: 1024px) and (min-width: 992px) {
		header .nav-item { margin-right: 1.5rem; }
	}
	@media (max-width: 991px) and (min-width: 576px) {
		header .site-title { width: calc(100% - 50px); }
	}
	@media (min-width: 992px) {
		header .dropdown-menu { width: 100%; background: var(--gray-color); margin: 0 -15rem; padding: 0 15rem; top: 2.75rem; box-sizing: content-box; display: flex !important; max-height: 0; transition: max-height 0.25s linear; overflow: hidden; }
		header .dropdown-menu.show { max-height: 75px; }
		header .dropdown-menu .nav-item { padding: 0.9rem 0; }
	}
	@media (max-width: 991px) {
		#logo { margin-top: 0; }
		header .navbar-toggler { display: inline-block; }
		header .navbar ul#primary-menu { margin-top: 1rem; }
		header .navbar li { margin-bottom: 1rem; margin-right: 0; }
		header .dropdown-menu { display: block !important; box-shadow: none !important; margin: .5rem 1rem; margin-bottom: -1rem; min-width: unset; }
		header .dropdown-item { width: auto; white-space: unset; }
		footer .terms ul { flex-wrap: wrap; }
		footer .terms li { flex-basis: 33.3333333333% !important; }
		#navOpener { position: fixed; bottom: 25px; left: 20px; z-index: 20001; }
		nav#lateral { top: auto !important; bottom: 0; position: fixed; left: 0; right: auto; padding-top: 30px; padding-left: 105px; z-index: 20000; }
	}
	@media (max-width: 767px) {
		header .navbar { padding-top: 0; }
	}
	@media (max-width: 575px) {
		#brandLink { position: absolute; top: .8rem; right: 0; width: auto; }
	}
	@media (max-width: 375px) {
		header h1 { font-size: 1.4rem; }
	}
	@media (max-width: 320px) { 
		header h1 { font-size: 1.2rem; }
		#contact-information { font-size: 0.7rem; }
	}

/* 404 pages */
section.error-404 header { background: none; }
section.error-404 h1.page-title { color: black; }

/* Carousel Vehicles */
/*.carousel { overflow: hidden; }
.carousel-item { overflow: hidden; } */
#carouselVehicleThumbs .carousel-inner .active + .carousel-item { display: block; }
#carouselVehicleThumbs .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
#carouselVehicleThumbs .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item { transition: none; }
#carouselVehicleThumbs .carousel-inner .carousel-item-next { position: relative; transform: translate3d(0, 0, 0); }
#carouselVehicleThumbs .active.carousel-item-left + .carousel-item-next.carousel-item-left,
#carouselVehicleThumbs .carousel-item-next.carousel-item-left + .carousel-item,
#carouselVehicleThumbs .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item { position: relative; transform: translate3d(-100%, 0, 0); visibility: visible; }
#carouselVehicleThumbs .carousel-inner .carousel-item-prev.carousel-item-right { position: absolute; top: 0; left: 0; z-index: -1; display: block; visibility: visible; }
#carouselVehicleThumbs .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
#carouselVehicleThumbs .carousel-item-prev.carousel-item-right + .carousel-item,
#carouselVehicleThumbs .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item { position: relative; transform: translate3d(100%, 0, 0); visibility: visible; display: block; visibility: visible; }
#carouselVehicleThumbs .carousel-inner .active.carousel-item + .carousel-item + .carousel-item { position: absolute; top: 0; right: -50%; z-index: -1; display: block; visibility: visible; }

/* Single vehicle */
.single-vehicles .row.model { background: #f0f0f0; }

/* Overrides */

	/* Bootstrap */
	.bg-gray { background-color: var(--gray-color); }
	.text-primary { color: var(--primary-color) !important; }
	.dropdown-item:focus, .dropdown-item:hover { background: none; }

	/* WP Bakery */
	div[data-vc-full-width=true] { background-size: cover; background-position: center center; }

	/* Contact Form 7 */
	div.wpcf7 { padding: 0 15px; }
	.wpcf7-form { max-width: 800px; margin: 50px auto; margin-bottom: 85px!important; font-weight: 400; line-height: 1.5; }
	.wpcf7-form h3 { font-size: 27px; letter-spacing: 3px; font-weight: normal; text-align: center; }
	.wpcf7-form h4 { font-size: 18px; font-weight: 400; text-align: center; max-width: 570px; margin: 0 auto; margin-top: 25px; margin-bottom: 50px; line-height: normal; }
	.wpcf7-form label { font-size: 15px; font-weight: 400; margin-bottom: 15px; display: block; }
	.wpcf7-form .wpcf7-acceptance label {margin-bottom:0px!important;}
	.wpcf7-form-control-wrap.deseaRecibirInfo, .wpcf7-form-control-wrap.deseaCederInfo{margin-bottom:15px!important;}
	.wpcf7-form .wpcf7-form-control-wrap { margin-top: 15px; display: block; }
	.wpcf7-form .wpcf7-submit.btn.red { font-size: 13px; padding: 15px 50px; text-transform: uppercase; width: auto; }
	.wpcf7-form .wpcf7-checkbox .wpcf7-list-item, .wpcf7-form .wpcf7-acceptance .wpcf7-list-item { margin-left: 0; margin-right: 20px; padding: 15px 0; }
	.wpcf7-form .wpcf7-acceptance .wpcf7-list-item { padding: 7px 0; }
	.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label, .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label { position: relative; padding: 10px 0 7px 55px; cursor: pointer; font-size: 15px; text-align: left; }
	.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label { position: relative; padding: 10px 0 7px 45px; }
	.wpcf7-form .wpcf7-checkbox .wpcf7-list-item [type="checkbox"], .wpcf7-form .wpcf7-acceptance .wpcf7-list-item [type="checkbox"] { position: absolute; left: -9999px; }
	.wpcf7-form .wpcf7-checkbox .wpcf7-list-item [type="checkbox"] ~ .wpcf7-list-item-label:before, .wpcf7-form .wpcf7-acceptance .wpcf7-list-item [type="checkbox"] ~ .wpcf7-list-item-label:before { content: ''; position: absolute; left: 0; top: .2rem; width: 2.25em; height: 2.25em; background: #acacac; transition: background .2s ease; border-radius: 3px; }
	.wpcf7-form .wpcf7-checkbox .wpcf7-list-item [type="checkbox"] ~ .wpcf7-list-item-label:after, .wpcf7-form .wpcf7-acceptance .wpcf7-list-item [type="checkbox"] ~ .wpcf7-list-item-label:after { content: 'âœ”'; position: absolute; top: .3em; left: .2em; font-size: 2em; line-height: 0.8; color: white; transition: all .2s; }
	.wpcf7-form .wpcf7-checkbox .wpcf7-list-item [type="checkbox"]:not(:checked) ~ .wpcf7-list-item-label:after, .wpcf7-form .wpcf7-acceptance .wpcf7-list-item [type="checkbox"]:not(:checked) ~ .wpcf7-list-item-label:after { opacity: 0; transform: scale(0); }
	.wpcf7-form .wpcf7-checkbox .wpcf7-list-item [type="checkbox"]:checked ~ .wpcf7-list-item-label:after, .wpcf7-form .wpcf7-acceptance .wpcf7-list-item [type="checkbox"]:checked ~ .wpcf7-list-item-label:after { opacity: 1; transform: scale(1); }
	.wpcf7-form .wpcf7-checkbox .wpcf7-list-item [type="checkbox"]:checked:focus ~ .wpcf7-list-item-label:before, .wpcf7-form .wpcf7-acceptance .wpcf7-list-item [type="checkbox"]:checked:focus ~ .wpcf7-list-item-label:before,
	.wpcf7-form .wpcf7-checkbox .wpcf7-list-item [type="checkbox"] ~ .wpcf7-list-item-label:hover:before, .wpcf7-form .wpcf7-acceptance .wpcf7-list-item [type="checkbox"] ~ .wpcf7-list-item-label:hover:before { background: #bdbdbd; }
	.wpcf7-form .wpcf7-response-output { margin-left: 0; }
	.wpcf7-form .wpcf7-field-group { margin-bottom: 20px !important; }
	.wpcf7-form .wpcf7-field-group button { border: none !important; width: auto !important; margin-right: 5px; padding: 8px !important; line-height: 15px; font-size: .8rem !important; text-transform: uppercase; }
	.wpcf7-inner-form input:not([type=checkbox]):not([type=submit]),
	.wpcf7-inner-form select { width: 100%; }
	.wpcf7-form .rgpd .wpcf7-list-item-label { display: block; padding-top: 0; }
	.wpcf7-form .wpcf7-acceptance .wpcf7-list-item { padding: 0; }
	/* .wpcf7-form .wpcf7-field-group:not(:last-child) .wpcf7-field-group-add { display: none !important; } */

	/* Galleria */
	/*.vehicles .images { background: #f8f9f9; }
	.galleria-theme-classic { background: transparent; } */
	#gallery { margin-top: 20px; }
	.galleria-theme-classic .galleria-bar { bottom: 79px; background: transparent; width: calc(100% - 20px); margin-left: 10px; }
	.galleria-theme-classic .galleria-fullscreen, .galleria-theme-classic .galleria-popout { background-color: #9e1a32; left: 0; height: 30px; }
	.galleria-theme-classic.notouch .galleria-thumb-nav-left:hover, .galleria-theme-classic.notouch .galleria-thumb-nav-right:hover { background-color: transparent; }
	.galleria-theme-classic .galleria-popout { display: none; }
	.galleria-theme-classic .galleria-thumbnails-container { padding-top: 10px; }
	.galleria-theme-classic .galleria-carousel .galleria-thumb-nav-left,
	.galleria-theme-classic .galleria-carousel .galleria-thumb-nav-right { margin-top: 10px; }
	.galleria-theme-classic .galleria-thumbnails .galleria-image { border: none; }
	.galleria-theme-classic .galleria-counter { background: #9e1a32; color: white; font-family: 'Proxima Nova'; height: 30px; padding: 0.5rem 0.75rem; bottom: 0; left: 32px; font-size: 14px; z-index: 200; }
	.galleria-theme-classic .galleria-image-nav-left, .galleria-theme-classic .galleria-image-nav-right { opacity: 1 !important; height: 70px; }
	/*.galleria-theme-classic .galleria-image-nav-left { left: 0 !important; background-position: 22px 46px; }
	.galleria-theme-classic .galleria-image-nav-right { right: 0 !important; background-position: -275px 46px; } */
	.galleria-theme-classic .galleria-image-nav-left::before, .galleria-theme-classic .galleria-image-nav-right::before { background: #9e1a32; content: ''; display: block; position: absolute; width: 100%; height: 100%; }
	.galleria-theme-classic .galleria-image-nav-left::before { left: -12px; }
	.galleria-theme-classic .galleria-image-nav-right::before { right: -12px; }
	.galleria-theme-classic .galleria-image-nav-left::after, .galleria-theme-classic .galleria-image-nav-right::after { background-repeat: no-repeat; filter: brightness(0) invert(1); content: ''; display: block; position: absolute; width: 100%; height: 100%; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA/gAAAAfCAYAAABTcmYwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REY4MjhGRjAwOTU0MTFFQThCQTRGMUU1NTFBMTc1NjIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REY4MjhGRUYwOTU0MTFFQThCQTRGMUU1NTFBMTc1NjIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMDc4NEI2NUQ1RjcxMURGODg1Q0Y5NEU1QTU0MTI3OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxMDc4NEI2NkQ1RjcxMURGODg1Q0Y5NEU1QTU0MTI3OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoufbcYAAAJISURBVHja7NwxSmtRFIbRRF5pJQi2rxJMrJxAwDKF5QMn4QAUQZyAE7EUhCDYBrS7CG8GgmBlZWHcF4+FIYUmevHurAV/mWYXh3xE7PZ6vc6cVmNPHYBmeXuAhVVV5QgApLMy5+c2YjexYycEGnQSG5c3CAAAWDDw6y/WV7HN2H7n7dc0gJ9WvzX/YlvlDRL5AACwQOC/x339BfsuNuj4U1mgGU/lzfkv8gEAYLHAn4773di9EwINui+RfyfyAQBgvsAX98BvivxdkQ8AAF8PfHEPiHwAAGh54K+Le6BFkb/uLAAACPzZcX8t7oEWRf61yAcAQOCLe0DkAwBAqsCfjvuBuAdEPqQwcYLP6/f77gVAqwN/Vtw/OBPQksgfiHwQ9yIfAIEv7oH2exD5IO5FPgDLHvjT/y1f3AMiH8Q9Ih+AlgV+/cV3HNsW90DSyB+LfMQ9Ih+AZQj8Uexv7FHcAwkj/7G8cSMnAQAge+Cfxl5ia7FDJwESOSxv20t562DZdJ3g+1RV5Z4A/PrAP48NY8+xg9iZswAJnJU37bm8cedOgshH3AOQPfBrl7E9kQ8kjPu98saByEfcA7AUgS/yAXEPIh9xD0CSwBf5gLgHkY+4ByBJ4It8QNwDAECSwBf5gLgHAIAkgS/yAXEPAABJAl/kA+IeAACSBL7IB8Q9AAAkCXyRD4h7AABIEvgiHxD3AACQJPBnRf7QCYEGDcU9AADM9meOz7xH/k7swgmBBtVvzlHsVtwDAMBH3clk4goAAADQcq8CDADhVsTc8V5JPAAAAABJRU5ErkJggg==); }
	.galleria-theme-classic .galleria-image-nav-left::after { background-position: 10px 20px; }
	.galleria-theme-classic .galleria-image-nav-right::after { background-position: -266px 20px; }
	.galleria-theme-classic.fullscreen .galleria-image-nav-left, .galleria-theme-classic.fullscreen .galleria-image-nav-right { opacity: 0.8 !important; }
	@media screen and (max-width:640px) {
	/*	.galleria-container { height: 392px !important; }
		.galleria-stage { top: -100px !important; height: 400px; }
		.galleria-theme-classic .galleria-bar { bottom: 91px; }
		.galleria-theme-classic .galleria-thumbnails-container { padding-top: 0; }
		.galleria-theme-classic .galleria-carousel .galleria-thumb-nav-left,
		.galleria-theme-classic .galleria-carousel .galleria-thumb-nav-right { margin-top: 0; } */
		.galleria-theme-classic .galleria-image-nav { margin-top: -30px; height: 40px; }
		.galleria-theme-classic .galleria-image-nav-left, .galleria-theme-classic .galleria-image-nav-right { height: 40px; width: 40px; }
		.galleria-theme-classic .galleria-image-nav-left::after, .galleria-theme-classic .galleria-image-nav-right::after { background-size: 600px; }
		.galleria-theme-classic .galleria-image-nav-left::after { background-position: 4px 10px; }
		.galleria-theme-classic .galleria-image-nav-right::after { background-position: -150px 10px; }
	}

	/* Real3D Flipbook */
	div[class^="real3dflipbook"] &gt; div { box-shadow: 4px 4px 10px rgba(0,0,0, .2); position: relative; display: flex; }
	div[class^="real3dflipbook"] &gt; div::after { pointer-events: none; width: 100%; height: 100%; top: 0; left: 0; position: absolute; transition: opacity 0.2s ease; display: flex; align-items: center; justify-content: center; font-family: 'Font Awesome 5 Free'; font-weight: bold; content: '\f00e'; background: rgba(0, 0, 0, 0.7); font-size: 32px; opacity: 0; color: white; }
	div[class^="real3dflipbook"] &gt; div:hover::after { opacity: 1; }
	div[class^="real3dflipbook"] &gt; div &gt; img { max-height: 350px; }

	/* Moove GDPR Cookie Policy */
	#moove_gdpr_cookie_info_bar { z-index: 20001; }
	#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme { border-top: none; box-shadow: rgba(1, 1, 1, 0.25) 0px 0px 6px; }
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container { display: block; padding: 20px; }
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6 { letter-spacing: 3px; font-size: 16px; font-weight: bold; line-height: normal; }
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a { color: #444; font-size: 12px; font-weight: normal; }
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button { font-size: 16px; font-weight: normal; margin-top: 20px; display: inline-block; }
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder { text-align: right; flex-grow: 1; }
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton { font-size: 12px; letter-spacing: 3px; padding: 12px 28px; }
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton { margin-left: auto; }
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-left .moove-gdpr-company-logo-holder { display: none; }
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content { background-color: #fcfcfc; border-radius: 0; }
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content { border-radius: 0; }
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before { display: none; }
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all { letter-spacing: 3px; padding: 15px 20px; }
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button { background: white; }
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button { background-color: var(--primary-color); color: white !important; border-color: transparent; }
	.moove-gdpr-tab-main-content .gdpr-cd-box table { width: 100%; }
	.moove-gdpr-tab-main-content .gdpr-cd-box table th:first-child,
	.moove-gdpr-tab-main-content .gdpr-cd-box table td:first-child,
	.moove-gdpr-tab-main-content .gdpr-cd-box table th:last-child,
	.moove-gdpr-tab-main-content .gdpr-cd-box table td:last-child { display: none; }
	.moove-gdpr-tab-main-content .gdpr-cd-box * { font-size: 13px !important; }
	.moove-gdpr-tab-main-content .gdpr-cd-details-toggle { padding: 0 0 20px; }
	.moove-gdpr-strict-secondary-warning-message p { color: red !important; }
	#gdprNotConfigured { position: fixed; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 2010; }

	/* Motor PrivÃ© */
	.lead2team_custom { z-index: 3000 !important; }

	/* Advanced Carousel Slider for WP Bakery */
	.tdt-slider .carousel-caption { color: inherit; }
	.tdt-slider h2.tdt-slider-heading { font-family: inherit; margin: 0; margin-top: 2rem; margin-bottom: 1rem; }
	.tdt-slider .slick-prev { left: -50px !important; }
	.tdt-slider .slick-next { right: -50px !important; }
	.tdt-slider a.d-block { position: relative; }
	.tdt-slider a.d-block::before { position: absolute; content: ''; display: block; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); opacity: 0; transition: opacity 0.25s ease; }
	.tdt-slider a.d-block:hover::before { opacity: 1; }
	.tdt-slider .carousel-caption img { display: block !important; } /* To review WTF is going on here */
	@media (max-width: 991px) {
		.tdt-slider .slick-prev { left: -25px !important; }
		.tdt-slider .slick-next { right: -25px !important; }
	}

	/* ACF Maps */
	.acf-map { height: 100%; }
	.map .wpb_wrapper { height: 100%; }
	.map .wpb_gmaps_widget,
	.map .wpb_map_wraper { height: 100% !important; }

	/* Google Reviews */
	.wp-gr .wp-google-url { display: none; }

	/* Swiper */
	.swiper-container { overflow: hidden; }
	.swiper-pagination { position: static; margin-top: 15px; }

/* Custom web components */

	/* Tables */
	.is-privacy-policy table,
	.type-post table,
	.type-events table { border: 1px var(--default-color) solid; }
	.is-privacy-policy table td,
	.type-post table td,
	.type-events table td { padding: 0.75rem !important; vertical-align: top; }
	.is-privacy-policy table thead tr,
	.type-post table thead tr,
	.type-events table thead tr { color: white; background: var(--default-color); }
	.stacktable.stacktable.small-only:not(:last-child) { border-bottom: 0; }
	.st-key { background: var(--default-color); width: 29%; color: white; }
	.st-val { width: 69%; }

	/* Sliders */
	.ScrollDown { display: block; width: 50px; line-height: 50px; background-color: var(--primary-color); text-align: center; position: relative; top: -50px; right: 50%; left: 50%; transform: translateX(-50%); }
	.ScrollDown:after { content: ""; background: url(assets/icons/scroll.png) no-repeat; font-family: "icons"; font-style: normal; font-weight: normal; display: inline-block; width: 1em; text-align: center; line-height: 1em;margin-left: .4em;vertical-align: middle;font-size: 25px;position: relative;top: -1px;padding: 13px 13px;background-size: 15px; }
	#carouselHome li { font-family: Jaguar; }
	#carouselHome .carousel-indicators li {text-indent: 0;width: 45px;height: 30px;border: none;line-height: 30px;color: #fff;background-color: transparent;transition: all 0.25s ease;font-size:20px;}
	#carouselHome .carousel-indicators .active {background-color: transparent;font-size:50px;}
	#carouselHome .carousel-indicators { text-align: center; right: auto; left: 5%; margin-left: 0; bottom: 10%; }
	#carouselHome .carousel-caption { position: absolute; bottom: auto; top: 5%; left: 5%; width: 400px; }
	#carouselHome .carousel-caption &gt; div{padding: 30px; font-size:14px; color:#f9f9f9;}
	#carouselHome .carousel-caption h1 { font-size: 27px; letter-spacing: normal; }
	#carouselHome .carousel-caption h5 { font-size: 16px; }
	#carouselHome .carousel-caption .btn { font-size:12px; }
	body.jg #carouselHome .carousel-caption h5 { color: #ffffffb3; font-size: 14px; letter-spacing: 1.25px; }
	body.jg #carouselHome .carousel-caption .arrow div span { color: white; }
	#carouselHome .indicators{position:absolute;width:100%;}
	@media (max-width: 920px){
		#ScrollDown {display:none;}
		#carouselHome, #carouselHome .carousel-item .carousel-image, #carouselHome .indicators { height: 450px!important; }
		#carouselHome h5, #carouselHome a.alternate { display: none; }
		#carouselHome .carousel-inner { height: auto!important; }
	}
	@media (max-width: 767px) {
		#carouselHome, #carouselHome .carousel-item .carousel-image, #carouselHome .indicators { height: 250px!important; }
		#carouselHome .carousel-indicators li {width: 35px;font-size: 16px;margin:0px;}
		#carouselHome .carousel-indicators li.active { font-size:35px; }
		#carouselHome .carousel-caption { position: relative; left: 0; top: 0; width: auto; padding-top: 0; }
		#carouselHome .carousel-caption h1 {font-size: 21px;}

		#carouselHome, #carouselHome .carousel-inner { height: 550px!important; }
		#carouselHome .carousel-inner { background-color: var(--default-color); }
		#carouselHome .carousel-caption &gt; div { background-color: transparent!important; }
	}

	/* Ready to go bar */
	#ready-to-go-bar .row { margin: 0 -2.5rem; }
	#ready-to-go-bar a { text-decoration: none; padding: 2.5rem; border-right: 1px solid #dee2e6; }
	#ready-to-go-bar a:last-child { border: none; }
	#ready-to-go-bar figure i { font-size: 3.25rem; line-height: 0.8; transition: color 0.2s ease; }
	#ready-to-go-bar p { line-height: 1.5; }
	#ready-to-go-bar p:nth-of-type(1) { font-size: 14px; transition: color 0.2s ease; letter-spacing: 1px; }
	#ready-to-go-bar p:nth-of-type(2) { font-size: 13px; color:#444; font-weight: 400; }
	#ready-to-go-bar svg { transition: fill 0.2s ease; }
	#ready-to-go-bar a:hover i { color: var(--primary-color); }
	#ready-to-go-bar a:hover p:nth-of-type(1) { color: var(--primary-color); text-decoration: underline; }
	#ready-to-go-bar a:hover svg { fill: var(--primary-color); }
	@media (max-width: 991px) {
		#ready-to-go-bar a:nth-of-type(2) { border: none; }
	}

	/* Video embeds */
	#videoEmbed { position: fixed; width: 100%; height: 100%; display: none; top: 0; left: 0; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.9); z-index: 2000000; }
	#videoEmbed #videoClose { color: white; font-weight: bolder; font-size: 54px; line-height: 50px; position: absolute; right: 20px; cursor: pointer; transition: transform 0.2s ease; }
	#videoEmbed #videoClose:hover { transform: scale(1.1); }
	#videoEmbed #videoWrap { height: 100vh; text-align: center; overflow: hidden; max-width: 178vh; margin: 0 auto; }
	#videoEmbed iframe { width: 100%; height: 100%; border: none; margin: 0; padding: 28.125px 50px; }
	@media (max-width: 767px) {
		#videoEmbed iframe { padding: 11.25px 20px; padding-top: 50px; }
	}

	/* Custom show &amp; hide Carrousel Sliders for WP Bakery */
	.wkSlider,
	.vc_row.vc_row-flex.wkSlider { display: none; } /* Review */
	.wkSlider .wkClose { position: absolute; margin: 0; line-height: 1; right: 15px; cursor: pointer; transition: transform 0.2s ease; }
	.wkSlider .wkClose:hover { transform: scale(1.15); }
	@media (max-width: 767px) {
		.wkSlider .wkClose { top: -25px; right: -25px; }
		.wkSlider h2 { margin-bottom: -10px !important; margin-top: 20px; }
	}
	@media (max-width: 575px) {
		.wkSlider h2 { margin-bottom: -20px !important; }
	}

	/* Contact information and maps */
	#datos-contacto .map .wpb_text_column.wpb_content_element { height: 100%; }
	#datos-contacto a { color: var(--primary-color); text-decoration: underline; }
	#datos-contacto a:hover { color: #212529; }

	/* Custom Post grid */
	.cpt-grid { padding: 0px 90px 75px 90px; }

/* Post types */

	/* News &amp; events */
	.post-header { background-position: center; background-size: cover; min-height: 370px; }
	.post-header .caption { background-color: #000000c7; }
	@media (max-width: 767px) {
		.post-header { min-height: 300px; }
	}
	@media (max-width: 575px) {
		.post-header { min-height: 250px; }
	}

/* Stuff to review */
.equal-height-columns { display: flex; flex-wrap: wrap; }
.equal-column-content { height: 92%; }

/* Arrow styles */
.arrow:before { content: ""; background: url(assets/icons/arrow.png) no-repeat; background-size: 6px; display: inline-block; position: absolute; padding: 10px; margin-top: 3px; }
.arrow { line-height: 1.25; margin-top: 25px; display: inline-block; }
.arrow &gt; div { padding-left: 15px; }
.arrow &gt; div span { font-weight: 700; font-size: 12px; color: black; }
.arrow:hover &gt; div span { color:#9e1a32; text-decoration: underline; }
.arrow.centrada div:before {content: ""; background: url(assets/icons/arrow.png) no-repeat; background-size: 6px; display: inline-block;position: absolute;padding: 10px;margin-top: 2.2px;margin-left: -10px;}
.arrow.centrada:before{content:none;}
.arrow.centrada { line-height: 1.25; margin-top: 25px; }
.arrow.centrada &gt; div { padding-left: 15px; font-weight: 700; font-size: 12px;color: #000000;}
.arrow.centrada &gt; div:hover{ color:#9e1a32; }
#cpt-grid .arrow a { background-color: transparent; font-size:12px; color:#000000!important;padding:0 0 0 15px;font-weight: 700; text-transform: uppercase;}
#cpt-grid .arrow a:hover{ color:#9e1a32!important; }
#cpt-grid .arrow { line-height: 1.2; margin-top: 25px; }
a.arrow { margin-top: 0; padding-left: 15px; font-weight: 700; font-size: 12px; color: black; }
a.arrow:hover { color: var(--primary-color); }
a.arrow::before { margin-left: -15px; margin-top: 0.15rem; }
</pre></body></html>