@charset "UTF-8";
/*!
Theme Name: Citroen
Theme URI: http://underscores.me/
Author: CRON
Author URI: http://Andres%20Agraf
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: citroen
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Citroen is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*---Colors citroen----*/
/*primary colors*/
/*secondary colors — grey scale*/
/*status colors*/
/*botones sliders*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Base */
html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
}

picture img {
  width: 100%;
}

.q-page-container {
  margin: 0 auto;
  max-width: 120rem;
  min-height: 100vh;
  z-index: 0;
}

.q-page-container {
  margin: 0 auto;
  max-width: 120rem;
  min-height: 100vh;
  z-index: 0;
}

.transition {
  transition: all 1s ease-in-out !important;
}

* {
  box-sizing: border-box;
}

*, ::after, ::before {
  box-sizing: border-box;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

@font-face {
  font-family: "Citroen Type";
  font-weight: 400;
  font-display: swap;
  src: url(././fonts/CitroenType-Regular.woff2) format("woff2"), url(././fonts/CitroenType-Regular.woff) format("woff");
}
@font-face {
  font-family: "Citroen Type";
  font-weight: 700;
  font-display: swap;
  src: url(././fonts/CitroenType-Bold.woff2) format("woff2"), url(././fonts/CitroenType-Bold.woff) format("woff");
}
@font-face {
  font-family: "Citroen Type";
  font-weight: 900;
  font-display: swap;
  src: url(././fonts/CitroenType-Black.woff2) format("woff2"), url(././fonts/CitroenType-Black.woff) format("woff");
}
@font-face {
  font-family: Verdana;
  font-weight: 400;
  font-style: normal;
  src: url(global/Verdana.eot);
  src: local("Verdana"), url(././fonts/Verdana.eot?#iefix) format("embedded-opentype"), url(././fonts/Verdana.woff2) format("woff2"), url(././fonts/Verdana.woff) format("woff"), url(././fonts/Verdana.ttf) format("truetype");
}
@font-face {
  font-family: Verdana;
  font-weight: 400;
  font-style: italic;
  src: url(global/Verdana-Italic.eot);
  src: local("Verdana Italic"), local("Verdana-Italic"), url(././fonts/Verdana-Italic.eot?#iefix) format("embedded-opentype"), url(././fonts/Verdana-Italic.woff2) format("woff2"), url(././fonts/Verdana-Italic.woff) format("woff"), url(././fonts/Verdana-Italic.ttf) format("truetype");
}
@font-face {
  font-family: Verdana;
  font-weight: 900;
  font-style: normal;
  src: url(global/Verdana-Bold.eot);
  src: local("Verdana Bold"), local("Verdana-Bold"), url(././fonts/Verdana-Bold.eot?#iefix) format("embedded-opentype"), url(././fonts/Verdana-Bold.woff2) format("woff2"), url(././fonts/Verdana-Bold.woff) format("woff"), url(././fonts/Verdana-Bold.ttf) format("truetype");
}
@font-face {
  font-family: Verdana;
  font-weight: 900;
  font-style: italic;
  src: url(global/Verdana-BoldItalic.eot);
  src: local("Verdana Bold Italic"), local("Verdana-BoldItalic"), url(././fonts/Verdana-BoldItalic.eot?#iefix) format("embedded-opentype"), url(././fonts/Verdana-BoldItalic.woff2) format("woff2"), url(././fonts/Verdana-BoldItalic.woff) format("woff"), url(././fonts/Verdana-BoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: icons-citroen;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(././fonts/icons-citroen.woff2) format("woff2"), url(././fonts/icons-citroen.woff) format("woff");
}
.icon {
  font-family: icons-citroen;
  font-size: 1rem;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: relative;
  speak: none;
  text-transform: none;
}

.icon::after,
.icon::before {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
}

.icon-organise::before {
  content: "\e900";
}

.icon-back::before {
  content: "\e901";
}

.icon-indicator-right::before {
  content: "\e902";
}

.icon-air-recirculation::before {
  content: "\e903";
}

.icon-rightward-arrow::before {
  content: "\e904";
}

.icon-leftward-arrow::before {
  content: "\e905";
}

.icon-reset::before {
  content: "\e906";
}

.icon-switch::before {
  content: "\e907";
}

.icon-dropdown-arrow::before {
  content: "\e908";
}

.icon-arrow-right::before {
  content: "\e909";
}

.icon-synchronize::before {
  content: "\e90a";
}

.icon-arrow-top-right::before {
  content: "\e90b";
}

.icon-arrow-bottom-right::before {
  content: "\e90c";
}

.icon-indicators::before {
  content: "\e90d";
}

.icon-route::before {
  content: "\e90e";
}

.icon-close::before {
  content: "\e90f";
}

.icon-question-mark::before {
  content: "\e910";
}

.icon-at-sign::before {
  content: "\e911";
}

.icon-pause::before {
  content: "\e912";
}

.icon-negative::before {
  content: "\e913";
}

.icon-plus::before {
  content: "\e914";
}

.icon-home::before {
  content: "\e915";
}

.icon-star::before {
  content: "\e916";
}

.icon-edit::before {
  content: "\e917";
}

.icon-phone::before {
  content: "\e918";
}

.icon-microphone::before {
  content: "\e919";
}

.icon-bluetooth::before {
  content: "\e91a";
}

.icon-sms::before {
  content: "\e91b";
}

.icon-reload::before {
  content: "\e91c";
}

.icon-prev-folder::before {
  content: "\e91d";
}

.icon-play-video::before {
  content: "\e91e";
}

.icon-trash::before {
  content: "\e91f";
}

.icon-check::before {
  content: "\e920";
}

.icon-info::before {
  content: "\e921";
}

.icon-mobile::before {
  content: "\e922";
}

.icon-alert::before {
  content: "\e923";
}

.icon-keyboard::before {
  content: "\e924";
}

.icon-calendar::before {
  content: "\e925";
}

.icon-stage::before {
  content: "\e926";
}

.icon-magnify-glass::before {
  content: "\e927";
}

.icon-usb::before {
  content: "\e928";
}

.icon-wifi::before {
  content: "\e929";
}

.icon-lock::before {
  content: "\e92a";
}

.icon-bookmark::before {
  content: "\e92b";
}

.icon-settings::before {
  content: "\e92c";
}

.icon-microphone-off::before {
  content: "\e92d";
}

.icon-world::before {
  content: "\e92e";
}

.icon-poi-bank::before {
  content: "\e92f";
}

.icon-shopping-cart::before {
  content: "\e930";
}

.icon-poi-convention-center::before {
  content: "\e931";
}

.icon-book::before {
  content: "\e932";
}

.icon-house::before {
  content: "\e933";
}

.icon-bluettoth-connection::before {
  content: "\e934";
}

.icon-close-1::before {
  content: "\e935";
}

.icon-sent-mail::before {
  content: "\e936";
}

.icon-prev-track::before {
  content: "\e937";
}

.icon-next-track::before {
  content: "\e938";
}

.icon-list::before {
  content: "\e939";
}

.icon-fullscreen::before {
  content: "\e93a";
}

.icon-clock::before {
  content: "\e93b";
}

.icon-reduce::before {
  content: "\e93c";
}

.icon-number-one::before {
  content: "\e93d";
}

.icon-number-two::before {
  content: "\e93e";
}

.icon-number-three::before {
  content: "\e93f";
}

.icon-number-four::before {
  content: "\e940";
}

.icon-number-five::before {
  content: "\e941";
}

.icon-number-six::before {
  content: "\e942";
}

.icon-number-seven::before {
  content: "\e943";
}

.icon-place-on-map::before {
  content: "\e944";
}

.icon-save-download::before {
  content: "\e945";
}

.icon-eye::before {
  content: "\e946";
}

.icon-shopping-bag::before {
  content: "\e947";
}

.icon-unlock::before {
  content: "\e948";
}

.icon-carplay::before {
  content: "\e949";
}

.icon-on-off::before {
  content: "\e94a";
}

.icon-off::before {
  content: "\e94b";
}

.icon-search-list::before {
  content: "\e94c";
}

.icon-speaker-on::before {
  content: "\e94d";
}

.icon-star-1::before {
  content: "\e94e";
}

.icon-unsecured-network::before {
  content: "\e94f";
}

.icon-more-options::before {
  content: "\e950";
}

.icon-number-zero::before {
  content: "\e951";
}

.icon-number-eight::before {
  content: "\e952";
}

.icon-number-nine::before {
  content: "\e953";
}

.icon-profile::before {
  content: "\e954";
}

.icon-contact::before {
  content: "\e955";
}

.icon-filter::before {
  content: "\e956";
}

.icon-email::before {
  content: "\e957";
}

.icon-call::before {
  content: "\e958";
}

.icon-bookmark-checked::before {
  content: "\e959";
}

.icon-date-hour::before {
  content: "\e95a";
}

.icon-select-list::before {
  content: "\e95b";
}

.icon-voice-instruction::before {
  content: "\e95c";
}

.icon-profile-woman::before {
  content: "\e95d";
}

.icon-profile-man::before {
  content: "\e95e";
}

.icon-euro::before {
  content: "\e95f";
}

.icon-price::before {
  content: "\e960";
}

.icon-premium::before {
  content: "\e961";
}

.icon-document::before {
  content: "\e962";
}

.icon-print::before {
  content: "\e963";
}

.icon-cube::before {
  content: "\e964";
}

.icon-bobby-car::before {
  content: "\e965";
}

.icon-book-page::before {
  content: "\e966";
}

.icon-odometer::before {
  content: "\e967";
}

.icon-car-plate::before {
  content: "\e968";
}

.icon-europe::before {
  content: "\e969";
}

.icon-megaphone-crossed-out::before {
  content: "\e96a";
}

.icon-email-error::before {
  content: "\e96b";
}

.icon-chevron-right-small::before {
  content: "\e96c";
}

.icon-chevron-right-big::before {
  content: "\e96d";
}

.icon-close-small::before {
  content: "\e96e";
}

.icon-quote-document-checked::before {
  content: "\e96f";
}

.icon-offer-badge::before {
  content: "\e970";
}

.icon-basket::before {
  content: "\e971";
}

.icon-profile-1::before {
  content: "\e972";
}

.icon-reprise::before {
  content: "\e973";
}

.icon-check-small::before {
  content: "\e974";
}

.icon-citroen-dealer::before {
  content: "\e975";
}

.icon-propulsion-battery::before {
  content: "\e976";
}

.icon-battery-full::before {
  content: "\e977";
}

.icon-battery::before {
  content: "\e978";
}

.icon-fuel::before {
  content: "\e979";
}

.icon-charge-station::before {
  content: "\e97a";
}

.icon-engine::before {
  content: "\e97b";
}

.icon-battery-charging::before {
  content: "\e97c";
}

.icon-electrical-lightning::before {
  content: "\e97d";
}

.icon-hybrid-station::before {
  content: "\e97e";
}

.icon-battery-flow::before {
  content: "\e97f";
}

.icon-music-note::before {
  content: "\e980";
}

.icon-moon-crescent::before {
  content: "\e981";
}

.icon-guidance-arrow::before {
  content: "\e982";
}

.icon-finish::before {
  content: "\e983";
}

.icon-voice-speak::before {
  content: "\e984";
}

.icon-sun-day::before {
  content: "\e985";
}

.icon-dab::before {
  content: "\e986";
}

.icon-fuel-canister::before {
  content: "\e987";
}

.icon-visio-park::before {
  content: "\e988";
}

.icon-distance::before {
  content: "\e989";
}

.icon-auto::before {
  content: "\e98a";
}

.icon-ac::before {
  content: "\e98b";
}

.icon-brightness::before {
  content: "\e98c";
}

.icon-sam-system::before {
  content: "\e98d";
}

.icon-arrow-circle-a::before {
  content: "\e98e";
}

.icon-park-assistance::before {
  content: "\e98f";
}

.icon-car::before {
  content: "\e990";
}

.icon-radio::before {
  content: "\e991";
}

.icon-low-beam::before {
  content: "\e992";
}

.icon-cup-coffee::before {
  content: "\e993";
}

.icon-contrast::before {
  content: "\e994";
}

.icon-sos::before {
  content: "\e995";
}

.icon-briefcase::before {
  content: "\e996";
}

.icon-car-rental::before {
  content: "\e997";
}

.icon-temperature-coolant::before {
  content: "\e998";
}

.icon-tire-pressure-warning::before {
  content: "\e999";
}

.icon-airbag-baby::before {
  content: "\e99a";
}

.icon-car-sliding-slipping::before {
  content: "\e99b";
}

.icon-auto-wiper::before {
  content: "\e99c";
}

.icon-car-asr-mud::before {
  content: "\e99d";
}

.icon-car-asr-sliding-snow::before {
  content: "\e99e";
}

.icon-child-security::before {
  content: "\e99f";
}

.icon-wrench-maintenance::before {
  content: "\e9a0";
}

.icon-oil-level::before {
  content: "\e9a1";
}

.icon-brake-linings::before {
  content: "\e9a2";
}

.icon-car-hill-descent-control::before {
  content: "\e9a3";
}

.icon-temperature::before {
  content: "\e9a4";
}

.icon-truck::before {
  content: "\e9a5";
}

.icon-parking-aid::before {
  content: "\e9a6";
}

.icon-auto-hold-handbrake::before {
  content: "\e9a7";
}

.icon-high-beam::before {
  content: "\e9a8";
}

.icon-head-lamp-level-control::before {
  content: "\e9a9";
}

.icon-rear-fog-light::before {
  content: "\e9aa";
}

.icon-interior-light::before {
  content: "\e9ab";
}

.icon-night-vision-moon-street::before {
  content: "\e9ac";
}

.icon-speaker-car::before {
  content: "\e9ad";
}

.icon-parking-break::before {
  content: "\e9ae";
}

.icon-windscreen-wiper::before {
  content: "\e9af";
}

.icon-windscreen-washer::before {
  content: "\e9b0";
}

.icon-windscreen-defrost::before {
  content: "\e9b1";
}

.icon-rear-window-defrost::before {
  content: "\e9b2";
}

.icon-window-lift::before {
  content: "\e9b3";
}

.icon-heated-seat::before {
  content: "\e9b4";
}

.icon-clock-heat-fan::before {
  content: "\e9b5";
}

.icon-engine-oil::before {
  content: "\e9b6";
}

.icon-spiral-diesel-pre-heat::before {
  content: "\e9b7";
}

.icon-ad-blue::before {
  content: "\e9b8";
}

.icon-steering-wheel::before {
  content: "\e9b9";
}

.icon-cruise-control::before {
  content: "\e9ba";
}

.icon-seat-belt::before {
  content: "\e9bb";
}

.icon-doors-open::before {
  content: "\e9bc";
}

.icon-bonnet-open::before {
  content: "\e9bd";
}

.icon-power-window-lock::before {
  content: "\e9be";
}

.icon-boot-open-2::before {
  content: "\e9bf";
}

.icon-seat-massage::before {
  content: "\e9c0";
}

.icon-parking-rear-view::before {
  content: "\e9c1";
}

.icon-boot-open::before {
  content: "\e9c2";
}

.icon-book-intructions::before {
  content: "\e9c3";
}

.icon-head-up-display::before {
  content: "\e9c4";
}

.icon-adaptive-light-auto-light::before {
  content: "\e9c5";
}

.icon-fan::before {
  content: "\e9c6";
}

.icon-car-volumetric-alarm::before {
  content: "\e9c7";
}

.icon-climate-fan-temperature::before {
  content: "\e9c8";
}

.icon-apps-menu::before {
  content: "\e9c9";
}

.icon-android-auto::before {
  content: "\e9ca";
}

.icon-car-profile::before {
  content: "\e9cb";
}

.icon-climate-fan-off::before {
  content: "\e9cc";
}

.icon-eye-closed-drowsiness::before {
  content: "\e9cd";
}

.icon-airflow-arrow::before {
  content: "\e9ce";
}

.icon-weight::before {
  content: "\e9cf";
}

.icon-weight-alert::before {
  content: "\e9d0";
}

.icon-leaf::before {
  content: "\e9d1";
}

.icon-bubble-language-change::before {
  content: "\e9d2";
}

.icon-mirroring::before {
  content: "\e9d3";
}

.icon-graph-poi-exchange::before {
  content: "\e9d4";
}

.icon-emergency-cross::before {
  content: "\e9d5";
}

.icon-house-poi-commercial::before {
  content: "\e9d6";
}

.icon-add-widget-plus::before {
  content: "\e9d7";
}

.icon-note-music-media-center::before {
  content: "\e9d8";
}

.icon-note-music-streaming::before {
  content: "\e9d9";
}

.icon-seat-steering-wheel-comfort::before {
  content: "\e9da";
}

.icon-suspension-shock-absorber::before {
  content: "\e9db";
}

.icon-parking-visio-park-rear::before {
  content: "\e9dc";
}

.icon-ventilating-fan::before {
  content: "\e9dd";
}

.icon-speed-regulation::before {
  content: "\e9de";
}

.icon-speed-limiter::before {
  content: "\e9df";
}

.icon-360-degrees::before {
  content: "\e9e0";
}

.icon-van-commercial-vehicle::before {
  content: "\e9e1";
}

.icon-stars-new-car::before {
  content: "\e9e2";
}

.icon-car-plus-configurator::before {
  content: "\e9e3";
}

.icon-vin-number-code::before {
  content: "\e9e4";
}

.icon-compare-comparator::before {
  content: "\e9e5";
}

.icon-tools-after-sales::before {
  content: "\e9e6";
}

.icon-van-camping::before {
  content: "\e9e7";
}

.icon-car-body::before {
  content: "\e9e8";
}

.icon-car-silhouette-occasion::before {
  content: "\e9e9";
}

.icon-box-volume::before {
  content: "\e9ea";
}

.icon-play-button::before {
  content: "\e9eb";
}

.icon-star-outline::before {
  content: "\e9ec";
}

.icon-new-badge::before {
  content: "\e9ed";
}

.icon-electric::before {
  content: "\e9ee";
}

.icon-citroen-logo::before {
  content: "\e9ef";
}

.icon-chevron-up::before {
  content: "\e9f0";
}

.icon-chevron-down::before {
  content: "\e9f1";
}

.icon-chevron-left::before {
  content: "\e9f2";
}

.icon-chevron-right::before {
  content: "\e9f3";
}

.icon-my-citroen::before {
  content: "\e9f4";
}

.icon-burger-menu::before {
  content: "\e9f5";
}

.icon-question::before {
  content: "\e9f6";
}

.icon-facebook::before {
  content: "\e9f7";
}

.icon-twitter::before {
  content: "\e9f8";
}

.icon-youtube::before {
  content: "\e9f9";
}

.icon-option-standard::before {
  content: "\e9fa";
}

.icon-option-available::before {
  content: "\e9fb";
}

.icon-option-not-available::before {
  content: "\e9fc";
}

.icon-driving-aid::before {
  content: "\e9fd";
}

.icon-security::before {
  content: "\e9fe";
}

.icon-connect-play::before {
  content: "\e9ff";
}

.icon-connect-nav::before {
  content: "\ea00";
}

.icon-instagram::before {
  content: "\ea01";
}

.icon-linkedin::before {
  content: "\ea02";
}

.icon-messenger::before {
  content: "\ea03";
}

.icon-business::before {
  content: "\ea04";
}

.icon-business1::before {
  content: "\ea05";
}

.icon-plus-big::before {
  content: "\ea06";
}

.icon-hotspot-video::before {
  content: "\ea07";
}

.icon-location::before {
  content: "\ea08";
}

.icon-like::before {
  content: "\ea09";
}

.icon-chronometer::before {
  content: "\ea0a";
}

.icon-true::before {
  content: "\ea0b";
}

.icon-error::before {
  content: "\ea0d";
}

.icon-video::before {
  content: "\ea0e";
}

.icon-dealer-map::before {
  content: "\ea0f";
}

.icon-play-small::before {
  content: "\ea10";
}

.icon-sound::before {
  content: "\ea11";
}

.icon-sound-medium::before {
  content: "\ea12";
}

.icon-sound-low::before {
  content: "\ea13";
}

.icon-mute::before {
  content: "\ea14";
}

.icon-full-screen::before {
  content: "\ea15";
}

.icon-reduce-screen::before {
  content: "\ea16";
}

.icon-link-chevron::before {
  content: "\ea17";
}

.icon-time::before {
  content: "\ea18";
}

.icon-minus-big::before {
  content: "\ea19";
}

.icon-approved-used-car::before {
  content: "\ea1a";
}

.icon-sales-used-cars::before {
  content: "\ea1b";
}

.icon-motability::before {
  content: "\ea1c";
}

.icon-car-frontview::before {
  content: "\ea1d";
}

.icon-clock-solid::before {
  content: "\ea1e";
}

.icon-pinterest::before {
  content: "\ea1f";
}

.icon-offer-badge-rotated::before {
  content: "\ea20";
}

.icon-city::before {
  content: "\ea21";
}

.icon-freeway::before {
  content: "\ea22";
}

.icon-car-rear::before {
  content: "\ea23";
}

.icon-gear::before {
  content: "\ea24";
}

.icon-arrow-up::before {
  content: "\ea25";
}

.icon-arrow-down::before {
  content: "\ea26";
}

.icon-heart-outline::before {
  content: "\ea27";
}

.icon-heart-filled::before {
  content: "\ea28";
}

.icon-hide::before {
  content: "\ea29";
}

.icon-right-ward-arrow::before {
  content: "\e904";
}

.icon-left-ward-arrow::before {
  content: "\e905";
}

.icon-drop-down-arrow::before {
  content: "\e908";
}

.icon-minus::before {
  content: "\e913";
}

.icon-chevron-small::before {
  content: "\e96c";
}

.icon-chevron-big::before {
  content: "\e96d";
}

.icon-arrow-down::before {
  content: "\e9f1";
}

.icon-arrow-up::before {
  content: "\e9f0";
}

.icon-gallery::before {
  content: "\e914";
  font-size: 1.5rem;
  padding: 0.25rem;
}

.icon-option-standard::before {
  color: #57718a;
}

.icon-player-controls-play::before {
  content: "\e91e";
  color: #fff;
}

.icon-slider-next::before {
  content: "\e9f3";
}

.icon-slider-prev::before {
  content: "\e9f2";
}

.icon-search::before {
  content: "\e927";
}

.icon-gps::before {
  content: "\e944";
}

.icon-social-media-facebook::before {
  content: "\e9f7";
  font-family: icons-citroen;
  font-size: 1rem;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: relative;
  speak: none;
  text-transform: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
}

.icon-social-media-twitter::before {
  content: "\e9f8";
  font-family: icons-citroen;
  font-size: 1rem;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: relative;
  speak: none;
  text-transform: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
}

.icon-social-media-google-plus::before {
  content: "\ea02";
  font-family: icons-citroen;
  font-size: 1rem;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: relative;
  speak: none;
  text-transform: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
}

.icon-social-media-instagram::before {
  content: "\ea01";
  font-family: icons-citroen;
  font-size: 1rem;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: relative;
  speak: none;
  text-transform: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
}

.icon-social-media-youtube::before {
  content: "\e9f9";
  font-family: icons-citroen;
  font-size: 1rem;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: relative;
  speak: none;
  text-transform: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
}

.icon-social-media-pinterest::before {
  content: "\ea1f";
  font-family: icons-citroen;
  font-size: 1rem;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: relative;
  speak: none;
  text-transform: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
}

.h1 > .icon,
.h2 > .icon,
.h3 > .icon,
.h4 > .icon,
.h5 > .icon,
.h6 > .icon,
.q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .q-title > .icon,
h1 > .icon,
h2 > .icon,
h3 > .icon,
h4 > .icon,
h5 > .icon,
h6 > .icon {
  margin-right: 0.5rem;
  vertical-align: middle;
}

.h1 > .icon,
h1 > .icon {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.h2 > .icon,
h2 > .icon {
  font-size: 1.875rem;
  line-height: 1.875rem;
}

.h3 > .icon,
h3 > .icon {
  font-size: 1.5625rem;
  line-height: 1.5625rem;
}

.h4 > .icon,
.q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .q-title > .icon,
h4 > .icon {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.h5 > .icon,
h5 > .icon {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.h6 > .icon,
h6 > .icon {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

@media print, only screen and (min-width: 48rem) {
  .h1 > .icon,
  h1 > .icon {
    font-size: 3.4375rem;
    line-height: 3.4375rem;
  }
  .h2 > .icon,
  h2 > .icon {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
  }
  .h3 > .icon,
  h3 > .icon {
    font-size: 2.1875rem;
    line-height: 2.1875rem;
  }
  .h4 > .icon,
  .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .q-title > .icon,
  h4 > .icon {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .h5 > .icon,
  h5 > .icon {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .h6 > .icon,
  h6 > .icon {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
/*títulos*/
h2 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.875rem;
  line-height: 1.6875rem;
}
@media (min-width: 62rem) {
  h2 {
    font-size: 2.8125rem;
    line-height: 2.5rem;
  }
}

h3 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.625rem;
}
@media (min-width: 62rem) {
  h3 {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}

.entry-content ul {
  font-size: 14px;
  padding-left: 0;
  margin-left: 15px;
}

.is-style-stripes {
  font-size: 14px;
}

.is-style-stripes table td:not(:last-child) {
  border-right: 0.25rem solid #fff;
}

/* Elements
--------------------------------------------- */
body {
  font-family: "Citroen Type", Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

.wrappersite {
  /* transform: translateX(0);*/
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  margin: 0 auto;
  max-width: 120rem;
  z-index: 0;
}
.wrappersite.open {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

body.open, html.open {
  overflow: hidden;
  height: 100vh;
  background-color: #f5f5f5;
}

/*.site-main {
	margin-top: 60px;
}*/
.padding-page {
  padding: 30px;
}

.q-sitemap-html__item_link a {
  color: #da291c;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  gap: 11px;
}
.q-sitemap-html__item_link a::after {
  content: "\ea17";
  font-family: icons-citroen;
  font-size: 1rem;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: relative;
  speak: none;
  text-transform: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  font-size: inherit;
  line-height: inherit;
}
.q-sitemap-html__item_link a:visited {
  color: #da291c;
}
.q-sitemap-html__item_link--secondary a {
  padding-left: 1.25rem;
  color: #3b3938;
  font-size: 0.875rem;
  font-weight: 400;
}
.q-sitemap-html__item_link--secondary a:visited {
  color: #3b3938;
}

/*formulario citroen*/
section form {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
}

section form h1 {
  text-align: center;
  font-size: 2.8125rem;
  line-height: 2.5rem;
}

#page-cotizar h3, .wpcf7-form h3 {
  text-align: center;
  font-family: "Futura-Bk-BT-Book";
  font-size: 1.3rem;
  margin-top: 16px;
}

section.quote-form form .concesionario, section.form form .form-line, section.form form .local {
  width: 100%;
  max-width: 32rem;
  margin: 0 auto;
}

#page-cotizar h4, .wpcf7-form h4, section.form form h4 {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #282828;
  margin-top: 4rem;
  margin-bottom: 1rem;
}

section.quote-form form .form-line input[type=date], section.quote-form form .form-line input[type=email], section.quote-form form .form-line input[type=tel], section.quote-form form .form-line input[type=text], section.quote-form form select {
  width: 100%;
  min-width: 320px;
  height: 60px;
  color: #3d4049;
  font-size: 0.8rem;
  font-family: "Citroen Type", Verdana, sans-serif;
  padding-left: 17px;
  margin-bottom: 20px;
  display: block;
}

section.quote-form form textarea {
  height: 318px;
}

section.quote-form [type=submit] {
  color: white;
  margin-top: 30px;
  max-width: 279px;
  width: 100%;
  height: 60px;
  border-radius: 40px;
  background: #57718a;
  text-align: center;
  padding-top: 10px;
  text-decoration: none;
  cursor: pointer;
  font-family: "Citroen Type", Verdana, sans-serif;
}

/*header*/
.site-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: none;
  line-height: inherit;
  transition: background-color 0.3s ease-in-out;
}
.site-header .navhead {
  padding: 0 2.5rem;
  position: static;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: none;
  background-color: white;
  transition: background-color 0.3s ease-in-out;
}
@media (min-width: 62rem) {
  .site-header .navhead {
    display: flex;
  }
}
.site-header .navhead .logo--base {
  display: block;
}
.site-header .navhead .logo--alt {
  display: none;
}
.site-header .navhead.whitevrs {
  position: absolute;
  z-index: 300;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
}
.site-header .navhead.whitevrs .logo--base {
  display: none;
}
.site-header .navhead.whitevrs .logo--alt {
  display: block;
}
.site-header .navhead.whitevrs .navhead__menuicon--labelmenu {
  color: white;
}
.site-header .navhead.whitevrs .menu-icon .navicon {
  background: white;
}
.site-header .navhead.whitevrs .menu-icon .navicon:before, .site-header .navhead.whitevrs .menu-icon .navicon:after {
  background: white;
}
.site-header .navhead.whitevrs .utility-links li a {
  color: white;
}
.site-header .navhead.whitevrs.activeclr {
  background-color: white;
}
.site-header .navhead.whitevrs.activeclr .logo--base {
  display: block;
}
.site-header .navhead.whitevrs.activeclr .logo--alt {
  display: none;
}
.site-header .navhead.whitevrs.activeclr .navhead__menuicon--labelmenu {
  color: #3b3938;
}
.site-header .navhead.whitevrs.activeclr .menu-icon .navicon {
  background: #3b3938;
}
.site-header .navhead.whitevrs.activeclr .menu-icon .navicon:before, .site-header .navhead.whitevrs.activeclr .menu-icon .navicon:after {
  background: #3b3938;
}
.site-header .navhead.whitevrs.activeclr .utility-links li a {
  color: #3b3938;
}
.site-header .navhead__menuicon {
  display: flex;
  flex-direction: column-reverse;
  gap: 11px;
  flex: 1;
  z-index: 1;
}
.site-header .navhead__menuicon--labelmenu {
  display: inline-block;
  padding-top: 0.875rem;
  font-size: 0.6875rem;
  line-height: 1;
  color: #3b3938;
  transition: opacity 0.3s ease;
  font-weight: 900;
}
.site-header .navhead__menuicon--labelmenu.opacitynamemenu {
  opacity: 0;
}
.site-header .navhead__menuicon--btnmenu {
  position: relative;
  display: inline-block;
  width: 1.75rem;
  height: 1.0625rem;
  cursor: pointer;
  cursor: pointer;
}
.site-header .navhead__menuicon .menu-btn-deskt {
  display: none;
}
.site-header .navhead__menuicon .menu-btn-deskt:checked ~ .menu {
  max-height: 15rem;
}
.site-header .navhead__menuicon .menu-btn-deskt:checked ~ .menu-icon .navicon {
  background: transparent;
}
.site-header .navhead__menuicon .menu-btn-deskt:checked ~ .menu-icon .navicon:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #57718a;
}
.site-header .navhead__menuicon .menu-btn-deskt:checked ~ .menu-icon .navicon:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #57718a;
}
.site-header .navhead__menuicon .menu-btn-deskt:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.site-header .navhead__menuicon .menu-btn-deskt:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
.site-header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 0.625rem 0.125rem 0.625rem 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-left: auto;
}
.site-header .menu-icon .navicon {
  background: #3b3938;
  display: block;
  height: 0.125rem;
  position: relative;
  transition: background 0.2s ease-out;
  width: 1.125rem;
}
.site-header .menu-icon .navicon:before, .site-header .menu-icon .navicon:after {
  background: #3b3938;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
.site-header .menu-icon .navicon:before {
  top: 0.4375rem;
}
.site-header .menu-icon .navicon:after {
  bottom: 0.4375rem;
}
.site-header .logo-wrap {
  display: flex;
  justify-content: center;
  flex: 1;
  text-align: center;
  position: absolute;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  left: 0;
  right: 0;
  z-index: 0;
  top: 0;
}
.site-header .utility-links {
  flex: 1;
  min-height: 6rem;
  padding: 0.375rem 0;
  align-items: center;
  justify-content: flex-end;
  display: flex;
  list-style: none;
  z-index: 1;
}
.site-header .utility-links li a {
  color: #3b3938;
}
.site-header .utility-links li .icon {
  top: auto;
  font-size: 2rem;
  margin-bottom: 0;
}
.site-header .utility-links li:not(.has-form) + li {
  padding-left: 2rem;
}
.site-header .utility-links li:not(.has-form) a:not(.button) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  text-align: center;
}
.site-header .utility-links li:not(.has-form) a:not(.button):hover {
  color: #da291c;
}
.site-header .first-level-container {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  top: 120px;
  right: 0;
  left: 0;
  z-index: 100;
  padding: 0 2rem;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  display: none;
}
.site-header .first-level-container.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease-out;
  display: block;
}
.site-header .first-level-container .first-level {
  position: relative;
  max-width: 90rem;
  margin: 0 auto;
  padding: 2rem 0;
  display: flex;
}
.site-header .first-level-container .first-level li {
  display: flex;
}
.site-header .first-level-container .first-level li + li {
  padding-left: 4%;
}
.site-header .first-level-container .first-level li:not(.has-form) .menu-ppl {
  color: #3b3938;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-weight: 400;
  cursor: pointer;
}
.site-header .first-level-container .first-level li:not(.has-form) .menu-ppl:not(.button) {
  padding: 0 1rem 0.875rem;
}
.site-header .first-level-container .first-level li:not(.has-form) .menu-ppl::after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3b3938;
  border-radius: 4px 4px 0 0;
  margin: 0;
  -webkit-transform: none;
  transform: none;
}
.site-header .first-level-container .first-level li:not(.has-form) .menu-ppl.active {
  color: #da291c;
  font-weight: 700;
}
.site-header .first-level-container .first-level li:not(.has-form) .menu-ppl.active::after {
  height: 6px;
  background-color: #da291c;
}
.site-header .first-level-container .first-level li:not(.flyout-opened) a:hover {
  border: none;
  color: #da291c;
}
.site-header .ddcrllrlist {
  display: none;
  top: 65px;
  width: 100%;
  margin-left: 0;
  list-style: none;
  position: absolute;
  padding-left: 0;
  opacity: 0.95;
}
.site-header .ddcrllrlist li {
  border-top: 2px solid #cac6c5;
  font-size: 1rem;
  line-height: 1.125rem;
  text-align: initial;
  color: #796f6e;
  text-transform: uppercase;
  background-color: #f5f5f5;
}
.site-header .ddcrllrlist li a {
  color: inherit;
  font-family: "Citroen Type", Verdana, sans-serif;
  font-weight: 400;
  margin: 0 1rem;
  text-decoration: none;
  color: #3b3938;
  padding: 0.8125rem 1rem;
  display: block;
}
.site-header .flyout-content {
  width: 100%;
  display: none;
  padding-bottom: 20px;
  padding-top: 35px;
}
.site-header .flyout-content.active {
  display: block;
}

/*componentes menú*/
.modelsflyout {
  display: none;
}
.modelsflyout.active {
  display: block;
}
.modelsflyout__containerfull {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 90rem;
}
.modelsflyout__containerfull--segmentfilter {
  background-color: #f1f0f0;
  max-width: 67.375rem;
}
.modelsflyout__containerfull--segmentfilter .segmentfilter {
  display: flex;
  align-items: center;
}
.modelsflyout__containerfull--segmentfilter .segmentfilter__listheader {
  display: block;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 2.5rem;
  margin-right: 3.375rem;
}
.modelsflyout__containerfull--segmentfilter .segmentfilter__segmentlist {
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-top: 1.5rem;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.modelsflyout__containerfull--segmentfilter .segmentfilter__segmentlist li .filterslist {
  display: block;
  padding-bottom: 1.25rem;
  width: 6.6875rem;
  border-bottom: none;
  width: auto;
  padding-right: 0.75rem;
  cursor: pointer;
  transition: All 0.3s ease;
}
.modelsflyout__containerfull--segmentfilter .segmentfilter__segmentlist li .filterslist span {
  display: block;
  clear: both;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
}
.modelsflyout__containerfull--segmentfilter .segmentfilter__segmentlist li .filterslist .q-filter-switch {
  position: relative;
  display: block;
  width: 2.8125rem;
  height: 1.25rem;
  border-radius: 0.625rem;
  box-sizing: content-box;
  margin-top: 0.5rem;
  background-color: #e4e2e2;
  border: 1px solid #cac6c5;
  transition: All 0.3s ease;
}
.modelsflyout__containerfull--segmentfilter .segmentfilter__segmentlist li .filterslist .q-filter-switch .q-switch-handle {
  position: absolute;
  top: 0;
  left: -1px;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #cac6c5;
  transition: All 0.3s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.modelsflyout__containerfull--segmentfilter .segmentfilter__segmentlist li .filterslist.active span {
  color: #57718a;
}
.modelsflyout__containerfull--segmentfilter .segmentfilter__segmentlist li .filterslist.active .q-filter-switch {
  background-color: #57718a;
}
.modelsflyout__containerfull--segmentfilter .segmentfilter__segmentlist li .filterslist.active .q-filter-switch .q-switch-handle {
  right: -1px;
  left: inherit;
  transition: All 0.3s ease;
}
.modelsflyout__containerfull--segmentfilter .segmentfilter__segmentlist li .filterslist:hover {
  transition: All 0.3s ease;
}
.modelsflyout__containerfull--segmentfilter .segmentfilter__segmentlist li .filterslist:hover span {
  color: #57718a;
}
.modelsflyout__containerfull--segmentvehicles {
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.modelsflyout__containerfull--segmentvehicles .carlinefamily {
  align-items: stretch;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  float: none;
  font-family: "Citroen Type", Verdana, sans-serif;
}
.modelsflyout__containerfull--segmentvehicles .carlinefamily__group {
  width: 12.625rem;
  text-align: center;
}
.modelsflyout__containerfull--segmentvehicles .carlinefamily__group--car {
  color: #3b3938;
  position: relative;
  font-weight: 900;
}
.modelsflyout__containerfull--segmentvehicles .carlinefamily__group--car .img-car {
  margin-bottom: 0;
  min-height: 5.875rem;
  text-align: center;
}
.modelsflyout__containerfull--segmentvehicles .carlinefamily__group--car .new {
  display: block;
  position: absolute;
  top: 0.4375rem;
  margin-left: 20px;
  padding: 0.1875rem 0.25rem;
  background-color: #57718a;
  color: #fff;
  text-align: center;
  font-size: 0.625em;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.75em;
  text-transform: uppercase;
}
.modelsflyout__containerfull--segmentvehicles .carlinefamily__group--car---label {
  text-align: center;
  margin-bottom: 0.175rem;
}
.modelsflyout__containerfull--segmentvehicles .carlinefamily__group--car---label----labelname {
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #3b3938;
  text-transform: uppercase;
}
.modelsflyout__containerfull--segmentvehicles .carlinefamily__group--car---price {
  text-align: center;
  margin-bottom: 0.875rem;
  font-weight: 700;
  font-size: 0.6875rem;
}
.modelsflyout__containerfull--segmentvehicles .carlinefamily__group--car---price----labelname {
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  color: #3b3938;
}

.maintenanceflyout {
  display: none;
}
.maintenanceflyout.active {
  display: block;
}
.maintenanceflyout hr {
  background-color: #e4e2e2;
  border: 0;
  height: 1px;
  margin-bottom: 1.2em;
  margin-top: 1.5rem;
}
.maintenanceflyout__containerfull {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 90rem;
}
.maintenanceflyout__containerfull--row {
  display: flex;
  flex-wrap: wrap;
}
.maintenanceflyout__containerfull--row .maintenanceflyoutcols {
  width: 25%;
  position: relative;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-color: #cac6c5;
}
.maintenanceflyout__containerfull--row .maintenanceflyoutcols + .maintenanceflyoutcols {
  border-left-width: 1px;
  border-left-style: solid;
}
.maintenanceflyout__containerfull--row .maintenanceflyoutcols__title {
  font-size: 1.6rem;
  line-height: 1.875rem;
  color: #3b3938;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.maintenanceflyout__containerfull--row .maintenanceflyoutcols__title--subheadline {
  margin-top: 1.875rem;
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 700;
  color: inherit;
  text-transform: initial;
}
.maintenanceflyout__containerfull--row .maintenanceflyoutcols__listmenu {
  margin: 1rem 0 0 0;
  padding-left: 0;
  list-style: none;
}
.maintenanceflyout__containerfull--row .maintenanceflyoutcols__listmenu a {
  color: #3b3938;
  font-size: 0.875rem;
  font-weight: 400;
}
.maintenanceflyout__containerfull--row .maintenanceflyoutcols__listmenu a:hover {
  color: #da291c;
}
.maintenanceflyout__containerfull--row .maintenanceflyoutcols .button {
  background-color: #57718a;
  color: #fff !important;
  height: 3rem;
  padding: 0 1.5rem;
  border-radius: 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 700;
  margin: 0.5rem 0;
  cursor: pointer;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.maintenanceflyout__containerfull--row .maintenanceflyoutcols .button:hover {
  background-color: #3b3938;
  color: #fff !important;
}
.maintenanceflyout__containerfull--row .maintenanceflyoutcols .button_link {
  margin-top: 1rem;
}
.maintenanceflyout__containerfull--row .maintenanceflyoutcols .button_link a {
  background-color: transparent;
  margin: 0;
  line-height: 1.25rem;
  color: #da291c;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  transition: background-color 0.3s ease-out;
}
.maintenanceflyout__containerfull--row .maintenanceflyoutcols .button_link a:hover {
  color: #3b3938;
}
.maintenanceflyout__containerfull--row .maintenanceflyoutcols .button_link a::after {
  content: "\ea17";
  font-family: icons-citroen;
  font-size: 1rem;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: relative;
  speak: none;
  text-transform: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  font-size: inherit;
  line-height: inherit;
}
.maintenanceflyout__containerfull--row .maintenanceflyoutcols .flyout-button {
  display: flex;
  background: #f5f5f5;
  color: #000;
  font-size: 1rem;
  margin: 0.3125rem 0;
  min-height: 3.875rem;
  padding: 0.5rem 0 0.5rem 0.5rem;
  width: 100%;
  align-items: center;
  font-weight: 700;
  transition: background-color 0.3s ease-out;
}
.maintenanceflyout__containerfull--row .maintenanceflyoutcols .flyout-button .q-flyout-button-icon {
  margin: 0 1rem 0 0;
}
.maintenanceflyout__containerfull--row .maintenanceflyoutcols .flyout-button .q-flyout-button-icon svg {
  height: 3.5625rem;
  width: 3.5625rem;
  display: block;
}
.maintenanceflyout__containerfull--row .maintenanceflyoutcols .flyout-button::after {
  content: "\e9f3";
  font-family: icons-citroen;
  font-size: 1rem;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: relative;
  speak: none;
  text-transform: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  color: #57718a;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: right;
  flex: auto;
}
.maintenanceflyout__containerfull--row .maintenanceflyoutcols .flyout-button:hover {
  background: #57718a;
  color: #fff;
}
.maintenanceflyout__containerfull--row .maintenanceflyoutcols .flyout-button:hover svg * {
  stroke: #fff;
}
.maintenanceflyout__containerfull--row .maintenanceflyoutcols .flyout-button:hover::after {
  color: #fff;
}

.navheadmonile {
  display: flex;
  align-items: center;
  height: 4rem;
  padding: 0 1rem;
  background-color: white;
  top: 0;
  position: fixed;
  z-index: 200;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 62rem) {
  .navheadmonile {
    display: none;
  }
}
.navheadmonile__menutools {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
  z-index: 1;
}
.navheadmonile__menutools--item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #3b3938;
  font-size: 0.625rem;
}
.navheadmonile__menutools--item a i {
  font-size: 1.25rem;
}
.navheadmonile__menuicon {
  position: relative;
  display: inline-block;
  width: 1.75rem;
  height: 1.0625rem;
  cursor: pointer;
  cursor: pointer;
  z-index: 1;
}
.navheadmonile__menuicon .menu-btn {
  display: none;
}
.navheadmonile .q-nav-anchor-dropdown .dropdown {
  font-weight: 700;
  line-height: 1.61111;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: initial;
  white-space: nowrap;
  z-index: 0;
  position: relative;
  width: 33px;
  height: 27px;
  border: 0;
  margin-left: 29px;
  cursor: pointer;
}
.navheadmonile .q-nav-anchor-dropdown .dropdown::after {
  content: "\e9f3";
  font-family: icons-citroen;
  position: absolute;
  top: 42%;
  -webkit-transform: translateY(-76%);
          transform: translateY(-76%);
  height: 1rem;
  margin: 0;
  font-size: 1.475rem;
  color: #57718a;
  rotate: 90deg;
}
.navheadmonile .q-nav-anchor-dropdown .dropdown__open::after {
  rotate: 270deg;
  -webkit-transform: translateY(-62%);
          transform: translateY(-62%);
}
.navheadmonile .logo-wrap {
  justify-content: center;
  top: 4px;
}
.navheadmonile .logo-wrap img {
  height: 3rem;
}

.navmobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  min-height: calc(100vh - 4rem);
  background-color: #f5f5f5;
}
.navmobile .offsetvnav {
  /*overflow: hidden;

  &.active {
  	overflow:auto;
  }*/
}
.navmobile .offsetvnav .nav {
  position: relative;
  width: 100%;
  background-color: #f5f5f5;
  margin-left: 0;
}
.navmobile .offsetvnav .nav__header {
  border-bottom: 1px solid #e4e2e2;
  padding: 1rem 2.5rem 1rem 1rem;
  align-items: center;
  background-color: #fff;
  border-bottom: 0.0625rem solid #f5f5f5;
  display: flex;
  font-size: 1.125rem;
  font-weight: 400;
  height: 4rem;
  /*position: fixed;*/
  top: 0;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 100%;
  z-index: 100;
  justify-content: space-between;
}
.navmobile .offsetvnav .nav__header--home {
  padding: 0.5rem;
}
.navmobile .offsetvnav .nav__header--home .icon {
  font-size: 1.5rem;
}
.navmobile .offsetvnav .nav__header--close {
  position: fixed;
  z-index: 300;
  right: 25px;
}
.navmobile .offsetvnav .nav__header--close .icon-close {
  font-size: 2rem;
  cursor: pointer;
}
.navmobile .offsetvnav .nav__header--close .icon-close:hover {
  color: #57718a;
}
.navmobile .offsetvnav .nav a {
  color: #3b3938;
}
.navmobile .offsetvnav .nav a:hover {
  color: #57718a;
}
.navmobile .offsetvnav .canvas-util-nav .shopping-tools {
  border-top: 0;
  display: flex;
  flex: 1 1 50%;
  flex-wrap: wrap;
  margin: 1rem 1rem;
  text-align: center;
  list-style: none;
  padding-left: 0;
}
.navmobile .offsetvnav .canvas-util-nav .shopping-tools li {
  display: flex;
  width: 50%;
}
.navmobile .offsetvnav .canvas-util-nav .shopping-tools li .shopping-tool {
  display: block;
  flex: 1;
  font-size: 1rem;
  line-height: 1.14286;
  margin: 0 0.25rem 0.5rem;
  padding: 1rem;
  text-align: center;
  background-color: #fff;
  color: #57718a;
  border-radius: 8px;
}
.navmobile .offsetvnav .canvas-util-nav .shopping-tools li .shopping-tool .icon {
  display: block;
  font-size: 2rem;
  position: inherit;
}
.navmobile .offsetvnav .canvas-util-nav .shopping-tools li .shopping-tool .q-label {
  font-weight: 900;
}
.navmobile .offsetvnav .nav {
  padding: 0px;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.navmobile .offsetvnav .nav__sub {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.navmobile .offsetvnav .nav__item {
  background-color: white;
  padding: 10px 15px 10px 15px;
}
.navmobile .offsetvnav .nav__item:last-child {
  padding: 10px 15px 0px 15px;
}
.navmobile .offsetvnav .nav__item--close {
  /*position: sticky;*/
  top: 0;
  /*z-index: 10;*/
}
.navmobile .offsetvnav .nav__item .icon {
  position: inherit;
  color: #da291c;
  display: flex;
  align-self: center;
}
.navmobile .offsetvnav .nav__item .sub__close {
  text-transform: uppercase;
  border: 0;
  font-size: 1.25rem;
  justify-content: flex-start;
  gap: 7px;
  padding: 0;
}
.navmobile .offsetvnav .nav__item .sub__close .icon {
  font-size: 2rem;
  font-weight: 400;
}
.navmobile .offsetvnav .nav__item--title {
  padding: 1.0625rem 1rem;
  background-color: #f5f5f5;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.375rem;
  border-top: none;
  color: #3b3938;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
}
.navmobile .offsetvnav .nav__item .listgroupmb {
  padding: 1rem;
}
.navmobile .offsetvnav .nav__item .listgroupmb__listitem {
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #e4e2e2;
}
.navmobile .offsetvnav .nav__item .listgroupmb__listitem .rowmodels {
  align-items: center;
  display: flex;
  padding: 0 1rem;
}
.navmobile .offsetvnav .nav__item .listgroupmb__listitem .rowmodels--img {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0;
  flex: 2;
  position: relative;
}
.navmobile .offsetvnav .nav__item .listgroupmb__listitem .rowmodels--img .new {
  display: block;
  position: absolute;
  top: 0.4375rem;
  margin-left: 20px;
  padding: 0.1875rem 0.25rem;
  background-color: #57718a;
  color: #fff;
  text-align: center;
  font-size: 0.625em;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.75em;
  text-transform: uppercase;
}
.navmobile .offsetvnav .nav__item .listgroupmb__listitem .rowmodels--title {
  flex: 1;
  font-size: 1rem;
  font-weight: 700;
  color: #3b3938;
  text-transform: uppercase;
}
.navmobile .offsetvnav .nav__link {
  font-weight: 500;
  color: white;
  text-decoration: none;
  border-bottom: 1px solid #e4e2e2;
  padding: 0.7rem 0.5rem 0.7rem 1rem;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.navmobile .offsetvnav .nav__link.firstlink {
  color: #3b3938;
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 900;
}
.navmobile .offsetvnav .nav__link.firstlink .icon {
  font-size: 2rem;
  font-weight: 400;
}
.navmobile .offsetvnav .nav__sub {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  transition: all 0.24s ease-in;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}
.navmobile .offsetvnav .nav__sub.is-active {
  opacity: 1;
  visibility: visible;
  left: 0;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  overflow: auto;
  height: 100vh;
}

.nav__item .nav__sub .nav__sub .nav__item--close {
  z-index: 20;
  position: relative;
}

.nav__item .nav__sub .nav__item--close {
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
}

/*header*/
#return-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 120px;
  right: 30px;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  display: none;
  transition: all 0.3s ease;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 200;
  color: white;
  background: rgba(204, 204, 204, 0.6);
}
#return-to-top:hover {
  background: transparent;
  color: black;
}
#return-to-top .chevron::before {
  border-style: solid;
  border-width: 4px 4px 0 0;
  content: "";
  display: inline-block;
  height: 16px;
  left: 17px;
  position: relative;
  top: 22px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: top;
  width: 15px;
}

.btnchat {
  height: 80px;
  width: 260px;
  padding: 0px;
  z-index: 600;
  cursor: pointer;
  position: fixed;
  bottom: 190px;
  right: 30px;
  display: flex;
  justify-content: flex-end;
}
.btnchat__link img {
  width: 100%;
  height: 100%;
  min-width: auto;
  min-height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  -webkit-transform: none;
  transform: none;
  position: static;
}

.sticky-wrapper {
  bottom: 0;
  z-index: 400;
}
@media (min-width: 50rem) {
  .sticky-wrapper {
    position: -webkit-sticky;
    position: sticky;
  }
}
.sticky-wrapper.stickyfoot .q-shopping-tools-container {
  background-color: #57718a;
}
.sticky-wrapper .q-shopping-tools-container {
  background-color: #57718a;
  padding: 0 1rem;
}
@media (min-width: 50rem) {
  .sticky-wrapper .q-shopping-tools-container {
    background-color: rgba(59, 57, 56, 0.5);
  }
}
.sticky-wrapper .q-shopping-tools-container .q-shopping-tools {
  display: flex;
  max-height: unset;
  background-color: transparent;
  margin: 0 auto;
  margin: 0;
  min-height: 3.625rem;
  padding: 1.8rem 0;
  transition: background-color 0.5s ease;
  width: 100%;
  z-index: 100;
  list-style: none;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 50px;
}
@media (min-width: 62rem) {
  .sticky-wrapper .q-shopping-tools-container .q-shopping-tools {
    padding: 0.6875rem 0;
    flex-wrap: inherit;
    padding: 1.25rem 0;
  }
}
.sticky-wrapper .q-shopping-tools-container .q-shopping-tools a {
  color: #fff;
  outline: 0;
  text-decoration: none;
}
.sticky-wrapper .q-shopping-tools-container .q-shopping-tools .q-st-button {
  width: 48%;
}
@media (min-width: 62rem) {
  .sticky-wrapper .q-shopping-tools-container .q-shopping-tools .q-st-button {
    width: inherit;
    display: flex;
    justify-content: center;
  }
}
.sticky-wrapper .q-shopping-tools-container .q-shopping-tools .q-st-button .q-button {
  font-size: 1rem;
  line-height: 1.25rem;
  height: inherit;
}
@media (max-width: 31.25rem) {
  .sticky-wrapper .q-shopping-tools-container .q-shopping-tools .q-st-button .q-button {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 17px;
  }
}
.sticky-wrapper .q-shopping-tools-container .q-shopping-tools .q-st-button .q-button .icon {
  font-size: 2rem;
}
.sticky-wrapper .q-shopping-tools-container .q-shopping-tools .q-st-button .q-button .q-label {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  font-weight: 700;
  text-transform: none;
  margin-top: -10px;
}

.footer {
  background: #fff;
  color: #3b3938;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto auto;
  padding-bottom: 0;
  margin-top: 0;
  width: 100%;
}
.footer__content {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.footer__content .q-sitemap {
  padding-right: 2rem;
  padding-left: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5.9375rem 1rem 1.625rem 1rem;
}
.footer__content .q-sitemap a, .footer__content .q-sitemap a:active, .footer__content .q-sitemap a:hover, .footer__content .q-sitemap p {
  color: #3b3938;
}
.footer__content .q-sitemap .row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #a19a99;
  padding-bottom: 50px;
}
.footer__content .q-sitemap .row .columns {
  width: 33.33333%;
  position: relative;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  float: left;
}
.footer__content .q-sitemap .row .columns .header {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.125rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.footer__content .q-sitemap .row .columns ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.footer__content .q-sitemap .row .columns ul li {
  font-size: 0.875rem;
  line-height: 1.625rem;
}
.footer__content .footersecmenu {
  display: flex;
  justify-content: space-between;
  max-width: 90rem;
  padding: 0 20px;
  flex-direction: column-reverse;
}
@media (min-width: 62rem) {
  .footer__content .footersecmenu {
    flex-direction: row-reverse;
  }
}
.footer__content .footersecmenu .q-footer-links-container .q-links-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__content .footersecmenu .q-footer-links-container .q-links-list li {
  font-size: 0.875rem;
  line-height: 1.375rem;
  padding: 0 0.5rem 0 0.875rem;
  position: relative;
}
.footer__content .footersecmenu .q-footer-links-container .q-links-list li span a {
  color: #3b3938;
}
.footer__content .footersecmenu .q-footer-links-container .q-links-list li:first-child {
  padding-left: 0;
}
.footer__content .footersecmenu .q-footer-links-container .q-links-list li:first-child::before {
  content: "";
}
.footer__content .footersecmenu .q-footer-links-container .q-links-list li:nth-child(2) {
  padding-left: 0;
}
.footer__content .footersecmenu .q-footer-links-container .q-links-list li:nth-child(2)::before {
  content: "";
}
.footer__content .footersecmenu .q-footer-links-container .q-links-list li.q-copyright {
  flex: 1 0 100%;
  order: 1;
  padding-top: 0.75rem;
}
.footer__content .footersecmenu .q-footer-links-container .q-links-list li.q-copyright::before {
  content: "©";
  position: static;
}
.footer__content .footersecmenu .q-footer-links-container .q-links-list li span {
  color: #796f6e;
}
.footer__content .footersecmenu .q-footer-links-container .q-links-list li::before {
  color: #796f6e;
  content: "|";
  display: inline-block;
  font-size: 0.875rem;
  padding: 0 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0.0625rem;
  position: absolute;
}
.footer__content .footersecmenu .social-links-container {
  display: flex;
  align-items: self-end;
  padding-top: 0.9375rem;
  padding-bottom: 2.5rem;
  flex-wrap: wrap;
  row-gap: 21px;
  -webkit-column-gap: 31px;
     -moz-column-gap: 31px;
          column-gap: 31px;
}
@media (min-width: 62rem) {
  .footer__content .footersecmenu .social-links-container {
    -webkit-column-gap: inherit;
       -moz-column-gap: inherit;
            column-gap: inherit;
  }
}
.footer__content .footersecmenu .social-links-container span {
  margin-right: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 62rem) {
  .footer__content .footersecmenu .social-links-container span {
    width: inherit;
    border-right: 1px solid #3b3938;
  }
}
.footer__content .footersecmenu .social-links-container a {
  line-height: 1;
  color: #da291c;
}
.footer__content .footersecmenu .social-links-container a .icon {
  font-size: 2rem;
  color: #da291c;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.site-main .page-content, .site-main .entry-content, .site-main .entry-summary {
  margin: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */