@charset "UTF-8";
/**
* @author Ateigh Diseño Web SL
* @file 
*
*/
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/* ------------------------------- ateigh.com ------------------------------- 
 * @file
 * Variables for theme-name
 * ------------------------------- ateigh.com -------------------------------
 */
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Functions
 *
 * ------------------------------- ateigh.com -------------------------------
 */
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Mixins
 *
 * ------------------------------- ateigh.com -------------------------------
 */
/* ------------------------------- ateigh.com ------------------------------- 
 * @file
 * Helpers with class and placeholders for theme-name
 * ------------------------------- ateigh.com -------------------------------
 */
.paragraph--type-imagen-texto h2 {
  border-top: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
  margin-top: 24px;
  margin-bottom: 24px;
  display: inline-block;
  font-size: 2rem !important;
  line-height: 40px !important;
  font-family: "Nobel Light", sans-serif !important;
  padding-bottom: 8px;
  padding-top: 8px;
}

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate3d(0, 0, 0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * base & general styles for theme-name
 *
 * ------------------------------- ateigh.com -------------------------------
 */
html, body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.wrapper, .mfp-container .mfp-content, .paragraph--type--modelo-hero .descripcion_modelo_hero, #header #cabecera_int {
  width: 100%;
  margin: 0 auto;
  height: auto;
}

.hidden, .hidden-desktop {
  display: none;
}

.centered-text {
  text-align: center;
}
.centered-text .btn-primary, .centered-text .webform-submission-form .webform-button--submit, .webform-submission-form .centered-text .webform-button--submit, .centered-text div#sliding-popup .eu-cookie-compliance-save-preferences-button, div#sliding-popup .centered-text .eu-cookie-compliance-save-preferences-button,
.centered-text div#sliding-popup .eu-cookie-compliance-default-button,
div#sliding-popup .centered-text .eu-cookie-compliance-default-button, .centered-text div#sliding-popup .eu-cookie-withdraw-tab, div#sliding-popup .centered-text .eu-cookie-withdraw-tab, .centered-text div#sliding-popup .agree-button, div#sliding-popup .centered-text .agree-button, .centered-text .slick--view--slider-portada .boton a, .slick--view--slider-portada .boton .centered-text a, .centered-text .slideshow .boton a, .slideshow .boton .centered-text a, .centered-text #portada a[href*="#block-views-block-solicitar-prueba-vehiculos-block-1"], #portada .centered-text a[href*="#block-views-block-solicitar-prueba-vehiculos-block-1"], .centered-text #content a[href*="#block-views-block-solicitar-prueba-vehiculos-block-1"], #content .centered-text a[href*="#block-views-block-solicitar-prueba-vehiculos-block-1"], .centered-text #content a[href*="#block-views-block-solicitar-prueba-vehiculos-block-1-2"], #content .centered-text a[href*="#block-views-block-solicitar-prueba-vehiculos-block-1-2"], .centered-text #content a[href*="#form-popup-solicitud"], #content .centered-text a[href*="#form-popup-solicitud"], .centered-text .button a, .button .centered-text a, .centered-text h2 {
  margin: inherit auto;
}

.background-color-1 {
  background-color: #fff;
}

.background-color-2 {
  background-color: #fff;
}

.background-color-3 {
  background-color: #fff;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Typografy and texts styles for theme-name
 *
 * ------------------------------- ateigh.com -------------------------------
 */
html {
  font-size: 16px;
}

body {
  font-family: "Nobel Light", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background: #fff;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (max-width: 1279px) {
  body {
    font-size: 1.25rem;
  }
}

h1, .title-xl {
  font-family: "Nobel", Arial, sans-serif;
  font-weight: 700;
  font-size: 4.5rem;
  margin-bottom: 16px;
  line-height: 1.15;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (max-width: 1279px) {
  h1, .title-xl {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1279px) {
  h1, .title-xl {
    font-size: 3rem;
  }
}
h1 + p, .title-xl + p {
  margin-bottom: 16px;
}

h2, .title-l, .paragraph--type-imagen-texto h2 {
  font-family: "Nobel", Arial, sans-serif;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 16px;
  color: #1a1a1a;
  line-height: 1.15;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (max-width: 1279px) {
  h2, .title-l, .paragraph--type-imagen-texto h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1279px) {
  h2, .title-l, .paragraph--type-imagen-texto h2 {
    font-size: 1.5rem;
  }
}
h2.bordered-title, .title-l.bordered-title {
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  margin-top: 24px;
  margin-bottom: 24px;
  display: inline-block;
}

h3, .title-m {
  font-family: "Nobel", Arial, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 16px;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (max-width: 1279px) {
  h3, .title-m {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1279px) {
  h3, .title-m {
    font-size: 1.5rem;
  }
}

h4, .title-s {
  font-family: "Nobel", Arial, sans-serif;
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 1.25rem;
}

a {
  color: blue;
}
a:hover {
  color: red;
}
a:focus {
  color: red;
}
a :visited {
  color: red;
}

button, input, textarea, select {
  font-family: "Nobel Light", sans-serif;
}

p {
  margin-bottom: 16px;
}

@font-face {
  font-family: Nobel Bold;
  src: url("../fonts/07eeec5d-a3d9-4e4f-bc26-78922c0653ed-2.eot");
  src: url("../fonts/07eeec5d-a3d9-4e4f-bc26-78922c0653ed-2.eot?") format("embedded-opentype"), url("../fonts/07eeec5d-a3d9-4e4f-bc26-78922c0653ed-3.woff") format("woff"), url("../fonts/07eeec5d-a3d9-4e4f-bc26-78922c0653ed-1.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: Nobel Light;
  src: url("../fonts/c55a118e-6fa9-42c5-9494-fc0670357280-2.eot");
  src: url("../fonts/c55a118e-6fa9-42c5-9494-fc0670357280-2.eot?") format("embedded-opentype"), url("../fonts/c55a118e-6fa9-42c5-9494-fc0670357280-3.woff") format("woff"), url("../fonts/c55a118e-6fa9-42c5-9494-fc0670357280-1.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Nobel;
  src: url("../fonts/3b19107b-3d9d-4558-9660-ef3776064b11-2.eot");
  src: url("../fonts/3b19107b-3d9d-4558-9660-ef3776064b11-2.eot?") format("embedded-opentype"), url("../fonts/3b19107b-3d9d-4558-9660-ef3776064b11-3.woff") format("woff"), url("../fonts/3b19107b-3d9d-4558-9660-ef3776064b11-1.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
/** Icomoon styles and fonts **/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.example-icon:before {
  content: "";
}

.white-text {
  color: #ffffff !important;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Animations styles for theme-name
 *
 * ------------------------------- ateigh.com -------------------------------
 */
@keyframes appear {
  from {
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes nameX {}
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Breadcrumbs styles for theme-name
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.breadcrumbs ol li {
  font-size: 0.75rem;
  color: #000;
  display: inline;
}
.breadcrumbs ol li:before {
  content: " »";
}
.breadcrumbs ol li:first-child:before {
  content: none;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Buttons styles for theme-name
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.btn-primary, .webform-submission-form .webform-button--submit, div#sliding-popup .eu-cookie-compliance-save-preferences-button,
div#sliding-popup .eu-cookie-compliance-default-button, div#sliding-popup .eu-cookie-withdraw-tab, div#sliding-popup .agree-button, .slick--view--slider-portada .boton a, .slideshow .boton a, #portada a[href*="#block-views-block-solicitar-prueba-vehiculos-block-1"], #content a[href*="#block-views-block-solicitar-prueba-vehiculos-block-1"], #content a[href*="#block-views-block-solicitar-prueba-vehiculos-block-1-2"], #content a[href*="#form-popup-solicitud"], .button a, .btn-secondary, .vehiculos-vo form .form-actions input, #block-formularioexpuestovehiculos-vopage-1 form .form-actions input, div#sliding-popup .decline-button, div#sliding-popup .eu-cookie-compliance-more-button, #content a[href*="#form-popup-oferta"] {
  background: #1a1a1a;
  color: #ffffff;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  min-height: 48px;
  min-width: 180px;
  padding: 1.25rem 2.5rem 1.25rem 2.5rem;
  display: inline-block;
  width: auto;
  margin-top: 24px;
  margin-bottom: 24px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  line-height: 1.4;
  -webkit-transition: 0.3s ease-in-out 0s;
  -moz-transition: 0.3s ease-in-out 0s;
  -ms-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}
.btn-primary:hover, .webform-submission-form .webform-button--submit:hover, div#sliding-popup .eu-cookie-compliance-save-preferences-button:hover,
div#sliding-popup .eu-cookie-compliance-default-button:hover, div#sliding-popup .eu-cookie-withdraw-tab:hover, div#sliding-popup .agree-button:hover, .slick--view--slider-portada .boton a:hover, .slideshow .boton a:hover, #portada a[href*="#block-views-block-solicitar-prueba-vehiculos-block-1"]:hover, #content a[href*="#block-views-block-solicitar-prueba-vehiculos-block-1"]:hover, #content a[href*="#block-views-block-solicitar-prueba-vehiculos-block-1-2"]:hover, #content a[href*="#form-popup-solicitud"]:hover, .button a:hover, .btn-primary .active, .webform-submission-form .webform-button--submit .active, div#sliding-popup .eu-cookie-compliance-save-preferences-button .active,
div#sliding-popup .eu-cookie-compliance-default-button .active, div#sliding-popup .eu-cookie-withdraw-tab .active, div#sliding-popup .agree-button .active, .slick--view--slider-portada .boton a .active, .slideshow .boton a .active, #portada a[href*="#block-views-block-solicitar-prueba-vehiculos-block-1"] .active, #content a[href*="#block-views-block-solicitar-prueba-vehiculos-block-1"] .active, #content a[href*="#block-views-block-solicitar-prueba-vehiculos-block-1-2"] .active, #content a[href*="#form-popup-solicitud"] .active, .button a .active, .btn-secondary:hover, .vehiculos-vo form .form-actions input:hover, #block-formularioexpuestovehiculos-vopage-1 form .form-actions input:hover, div#sliding-popup .decline-button:hover, div#sliding-popup .eu-cookie-compliance-more-button:hover, #content a[href*="#form-popup-oferta"]:hover, .btn-secondary .active, .vehiculos-vo form .form-actions input .active, #block-formularioexpuestovehiculos-vopage-1 form .form-actions input .active, div#sliding-popup .decline-button .active, div#sliding-popup .eu-cookie-compliance-more-button .active, #content a[href*="#form-popup-oferta"] .active {
  background: #ffffff;
  color: #1a1a1a;
  border-top: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
}
.btn-primary:focus, .webform-submission-form .webform-button--submit:focus, div#sliding-popup .eu-cookie-compliance-save-preferences-button:focus,
div#sliding-popup .eu-cookie-compliance-default-button:focus, div#sliding-popup .eu-cookie-withdraw-tab:focus, div#sliding-popup .agree-button:focus, .slick--view--slider-portada .boton a:focus, .slideshow .boton a:focus, #portada a[href*="#block-views-block-solicitar-prueba-vehiculos-block-1"]:focus, #content a[href*="#block-views-block-solicitar-prueba-vehiculos-block-1"]:focus, #content a[href*="#block-views-block-solicitar-prueba-vehiculos-block-1-2"]:focus, #content a[href*="#form-popup-solicitud"]:focus, .button a:focus, .btn-secondary:focus, .vehiculos-vo form .form-actions input:focus, #block-formularioexpuestovehiculos-vopage-1 form .form-actions input:focus, div#sliding-popup .decline-button:focus, div#sliding-popup .eu-cookie-compliance-more-button:focus, #content a[href*="#form-popup-oferta"]:focus {
  background: #ffffff;
  color: #1a1a1a;
}

.btn-primary, .webform-submission-form .webform-button--submit, div#sliding-popup .eu-cookie-compliance-save-preferences-button,
div#sliding-popup .eu-cookie-compliance-default-button, div#sliding-popup .eu-cookie-withdraw-tab, div#sliding-popup .agree-button, .slick--view--slider-portada .boton a, .slideshow .boton a, #portada a[href*="#block-views-block-solicitar-prueba-vehiculos-block-1"], #content a[href*="#block-views-block-solicitar-prueba-vehiculos-block-1"], #content a[href*="#block-views-block-solicitar-prueba-vehiculos-block-1-2"], #content a[href*="#form-popup-solicitud"], .button a {
  border: 2px solid #1a1a1a;
}
.btn-primary.btn-invert, .webform-submission-form .btn-invert.webform-button--submit, div#sliding-popup .btn-invert.eu-cookie-compliance-save-preferences-button,
div#sliding-popup .btn-invert.eu-cookie-compliance-default-button, div#sliding-popup .btn-invert.eu-cookie-withdraw-tab, div#sliding-popup .btn-invert.agree-button, .slick--view--slider-portada .boton a.btn-invert, .slideshow .boton a.btn-invert, #portada a.btn-invert[href*="#block-views-block-solicitar-prueba-vehiculos-block-1"], #content a.btn-invert[href*="#block-views-block-solicitar-prueba-vehiculos-block-1"], #content a.btn-invert[href*="#block-views-block-solicitar-prueba-vehiculos-block-1-2"], #content a.btn-invert[href*="#form-popup-solicitud"], .button a.btn-invert {
  background: #ffffff;
  color: #1a1a1a;
}
.btn-primary.btn-invert:hover, .webform-submission-form .btn-invert.webform-button--submit:hover, div#sliding-popup .btn-invert.eu-cookie-compliance-save-preferences-button:hover,
div#sliding-popup .btn-invert.eu-cookie-compliance-default-button:hover, div#sliding-popup .btn-invert.eu-cookie-withdraw-tab:hover, div#sliding-popup .btn-invert.agree-button:hover, .slick--view--slider-portada .boton a.btn-invert:hover, .slideshow .boton a.btn-invert:hover, #portada a.btn-invert[href*="#block-views-block-solicitar-prueba-vehiculos-block-1"]:hover, #content a.btn-invert[href*="#block-views-block-solicitar-prueba-vehiculos-block-1"]:hover, #content a.btn-invert[href*="#block-views-block-solicitar-prueba-vehiculos-block-1-2"]:hover, #content a.btn-invert[href*="#form-popup-solicitud"]:hover, .button a.btn-invert:hover, .btn-primary.btn-invert .active, .webform-submission-form .btn-invert.webform-button--submit .active, div#sliding-popup .btn-invert.eu-cookie-compliance-save-preferences-button .active,
div#sliding-popup .btn-invert.eu-cookie-compliance-default-button .active, div#sliding-popup .btn-invert.eu-cookie-withdraw-tab .active, div#sliding-popup .btn-invert.agree-button .active, .slick--view--slider-portada .boton a.btn-invert .active, .slideshow .boton a.btn-invert .active, #portada a.btn-invert[href*="#block-views-block-solicitar-prueba-vehiculos-block-1"] .active, #content a.btn-invert[href*="#block-views-block-solicitar-prueba-vehiculos-block-1"] .active, #content a.btn-invert[href*="#block-views-block-solicitar-prueba-vehiculos-block-1-2"] .active, #content a.btn-invert[href*="#form-popup-solicitud"] .active, .button a.btn-invert .active {
  background: #1a1a1a;
  color: #ffffff;
}

.btn-secondary, .vehiculos-vo form .form-actions input, #block-formularioexpuestovehiculos-vopage-1 form .form-actions input, div#sliding-popup .decline-button, div#sliding-popup .eu-cookie-compliance-more-button, #content a[href*="#form-popup-oferta"] {
  background: none;
  color: #1a1a1a;
  border: 2px solid #1a1a1a;
}
.btn-secondary:hover, .vehiculos-vo form .form-actions input:hover, #block-formularioexpuestovehiculos-vopage-1 form .form-actions input:hover, div#sliding-popup .decline-button:hover, div#sliding-popup .eu-cookie-compliance-more-button:hover, #content a[href*="#form-popup-oferta"]:hover, .btn-secondary .active, .vehiculos-vo form .form-actions input .active, #block-formularioexpuestovehiculos-vopage-1 form .form-actions input .active, div#sliding-popup .decline-button .active, div#sliding-popup .eu-cookie-compliance-more-button .active, #content a[href*="#form-popup-oferta"] .active {
  background: #1a1a1a;
  color: #ffffff;
}
.btn-secondary:focus, .vehiculos-vo form .form-actions input:focus, #block-formularioexpuestovehiculos-vopage-1 form .form-actions input:focus, div#sliding-popup .decline-button:focus, div#sliding-popup .eu-cookie-compliance-more-button:focus, #content a[href*="#form-popup-oferta"]:focus {
  background: #434644;
  color: #ffffff;
}
.btn-secondary.btn-invert, .vehiculos-vo form .form-actions input.btn-invert, #block-formularioexpuestovehiculos-vopage-1 form .form-actions input.btn-invert, div#sliding-popup .btn-invert.decline-button, div#sliding-popup .btn-invert.eu-cookie-compliance-more-button, #content a.btn-invert[href*="#form-popup-oferta"] {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.btn-secondary.btn-invert:hover, .vehiculos-vo form .form-actions input.btn-invert:hover, #block-formularioexpuestovehiculos-vopage-1 form .form-actions input.btn-invert:hover, div#sliding-popup .btn-invert.decline-button:hover, div#sliding-popup .btn-invert.eu-cookie-compliance-more-button:hover, #content a.btn-invert[href*="#form-popup-oferta"]:hover, .btn-secondary.btn-invert .active, .vehiculos-vo form .form-actions input.btn-invert .active, #block-formularioexpuestovehiculos-vopage-1 form .form-actions input.btn-invert .active, div#sliding-popup .btn-invert.decline-button .active, div#sliding-popup .btn-invert.eu-cookie-compliance-more-button .active, #content a.btn-invert[href*="#form-popup-oferta"] .active {
  background: 2px solid #1a1a1a;
  color: #1a1a1a;
}

.btn-menu-mv, #header #mobile-header .nav-toggle {
  display: block;
  border: 1px solid #ffffff;
  width: 40px;
  height: 28px;
  position: relative;
  top: -0.1em;
  right: 0;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.btn-menu-mv span, #header #mobile-header .nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #1a1a1a;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.btn-menu-mv span:nth-child(1), #header #mobile-header .nav-toggle span:nth-child(1) {
  top: 0px;
}
.btn-menu-mv span:nth-child(2), #header #mobile-header .nav-toggle span:nth-child(2), .btn-menu-mv span:nth-child(3), #header #mobile-header .nav-toggle span:nth-child(3) {
  top: 10px;
}
.btn-menu-mv span:nth-child(4), #header #mobile-header .nav-toggle span:nth-child(4) {
  top: 20px;
}
.btn-menu-mv.open span:nth-child(1), #header #mobile-header .open.nav-toggle span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.btn-menu-mv.open span:nth-child(2), #header #mobile-header .open.nav-toggle span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-menu-mv.open span:nth-child(3), #header #mobile-header .open.nav-toggle span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-menu-mv.open span:nth-child(4), #header #mobile-header .open.nav-toggle span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Dropdowns styles for theme-name
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.hamb .nav-toggle {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  margin: 0;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.hamb .nav-toggle:hover {
  border-bottom: none !important;
}
.hamb .nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  right: 0;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamb .nav-toggle.open span {
  background: #1a1a1a;
}
.hamb .nav-toggle span:nth-child(1) {
  top: 0px;
  width: 24px;
}
.hamb .nav-toggle span:nth-child(2), .hamb .nav-toggle span:nth-child(3) {
  top: 8px;
  width: 18px;
}
.hamb .nav-toggle span:nth-child(4) {
  top: 16px;
  width: 24px;
}
.hamb .nav-toggle.open span:nth-child(1) {
  top: 14px;
  width: 0%;
  left: 50%;
}
.hamb .nav-toggle.open span:nth-child(2) {
  width: 24px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamb .nav-toggle.open span:nth-child(3) {
  width: 24px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamb .nav-toggle.open span:nth-child(4) {
  top: 14px;
  width: 0%;
  left: 50%;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Inputs styles for theme-name
 *
 * ------------------------------- ateigh.com -------------------------------
 */
input {
  background: none;
  color: #434644;
  min-height: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #FFFFFF;
}
input.form-text {
  width: 100%;
}
input.form-submit {
  min-width: 180px;
  background: #1a1a1a;
  color: #ffffff;
  cursor: pointer;
}
input.form-submit:hover, input.form-submit:focus {
  background: #FFFFFF;
  color: #ffffff;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Textareas
 *
 * ------------------------------- ateigh.com -------------------------------
 */
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Selects styles for theme-name
 *
 * ------------------------------- ateigh.com -------------------------------
 */
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * formatted and unformetted lists styles for theme-name
 *
 * ------------------------------- ateigh.com -------------------------------
 */
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Logo styles for theme-name
 *
 * ------------------------------- ateigh.com -------------------------------
 */
#logo {
  width: 114px;
  float: left;
  position: relative;
  top: -2px;
}
#logo a {
  width: 180px;
  height: 32px;
  font-size: 0;
  background: url("../images/logo-lexus-horizontal.svg") -12px -5px no-repeat;
  background-size: 205px;
  display: block;
}
.path-frontpage #logo {
  /*display:none;*/
}

.logo-home {
  width: 83px;
  height: 83px;
  top: 100px;
  background-size: 600px;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Loadings styles for theme-name
 *
 * ------------------------------- ateigh.com -------------------------------
 */
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Pagers, next, prev, etc styles for theme-name
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.pager {
  clear: both;
}
.pager .pager__items {
  text-align: center;
}
.pager .pager__items li {
  display: inline-block;
  text-align: center;
}
.pager .pager__items li a {
  display: block;
  padding: 8px;
  background: none;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
}
.pager .pager__items li a:hover, .pager .pager__items li.is-active a {
  background: #1a1a1a;
  color: #ffffff;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Sliders / carousels styles for theme-name
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.slick--view--slider-portada, .slideshow {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (max-width: 899px) {
  .slick--view--slider-portada, .slideshow {
    height: calc(80vh - 72px);
    position: relative;
  }
}
.slick--view--slider-portada .overlay, .slideshow .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(26, 26, 26, 0.2);
  width: 100%;
  height: 100%;
}
.slick--view--slider-portada .boton, .slideshow .boton {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.slick--view--slider-portada .boton a, .slideshow .boton a {
  margin: 0 auto;
}
.slick--view--slider-portada .slide__caption, .slideshow .slide__caption {
  position: relative;
}
.slick--view--slider-portada .slide__caption .slider-box, .slideshow .slide__caption .slider-box {
  position: absolute;
  width: 40%;
  background: #ffffff;
  padding: 64px;
  right: 5%;
  z-index: 100;
  bottom: 20%;
}
.slick--view--slider-portada .slick-slider, .slideshow .slick-slider {
  width: 100%;
  height: 100vh;
  position: relative;
}
.slick--view--slider-portada .slick-slider .slick-dots, .slick--view--slider-portada .slick-slider .slideshow .slick-dots, .slideshow .slick-slider .slick-dots, .slideshow .slick-slider .slideshow .slick-dots {
  position: absolute;
  bottom: 20px;
  z-index: 9999;
  display: block !important;
}
.slick--view--slider-portada .slick-slider .slick-dots li, .slick--view--slider-portada .slick-slider .slideshow .slick-dots li, .slideshow .slick-slider .slick-dots li, .slideshow .slick-slider .slideshow .slick-dots li {
  width: 16px;
  height: 16px;
}
.slick--view--slider-portada .slick-slider .slick-dots li:before, .slick--view--slider-portada .slick-slider .slideshow .slick-dots li:before, .slideshow .slick-slider .slick-dots li:before, .slideshow .slick-slider .slideshow .slick-dots li:before {
  color: #ffffff;
  font-size: 1rem !important;
}
.slick--view--slider-portada img, .slideshow img {
  background: no-repeat;
  background-size: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
  z-index: -100;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (max-width: 899px) {
  .slick--view--slider-portada img, .slideshow img {
    height: calc(80vh - 72px);
  }
}
.slick--view--slider-portada .slick-image, .slideshow .slick-image {
  background: rgba(26, 26, 26, 0.2);
}
.slick--view--slider-portada .slider-box, .slideshow .slider-box {
  position: absolute;
  top: 160px;
  z-index: 1;
  width: 100%;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(26, 26, 26, 0.5);
}
.slick--view--slider-portada .slider-box h2, .slideshow .slider-box h2 {
  color: #ffffff;
  border-color: #ffffff;
  font-size: 4rem;
  font-weight: normal;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (max-width: 899px) {
  .slick--view--slider-portada .slider-box h2, .slideshow .slider-box h2 {
    font-size: 2rem;
  }
}
.slick--view--slider-portada .slider-box p, .slideshow .slider-box p {
  font-size: 2rem;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (max-width: 899px) {
  .slick--view--slider-portada .slider-box p, .slideshow .slider-box p {
    display: none;
  }
}
.slick--view--slider-portada .slick-slide, .slideshow .slick-slide {
  position: relative;
}
.slick--view--slider-portada .slick-prev:before, .slideshow .slick-prev:before {
  content: "" !important;
  background: url(../images/ic-arrow-left-w.svg) 0px 0px no-repeat;
  background-size: 64px;
  display: block;
  width: 64px;
  height: 64px;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (max-width: 899px) {
  .slick--view--slider-portada .slick-prev:before, .slideshow .slick-prev:before {
    background-size: 32px;
    width: 32px;
    height: 32px;
  }
}
.slick--view--slider-portada .slick-next:before, .slideshow .slick-next:before {
  content: "" !important;
  background: url(../images/ic-arrow-right-w.svg) 0px 0px no-repeat;
  background-size: 64px;
  display: block;
  width: 64px;
  height: 64px;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (max-width: 899px) {
  .slick--view--slider-portada .slick-next:before, .slideshow .slick-next:before {
    background-size: 32px;
    width: 32px;
    height: 32px;
  }
}
.slick--view--slider-portada .slick-arrow, .slideshow .slick-arrow {
  border-radius: 0;
  height: 64px;
  top: 50%;
  width: 64px;
  z-index: 2;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
.slick--view--slider-portada .slick-arrow.slick-prev, .slideshow .slick-arrow.slick-prev {
  left: 5% !important;
}
.slick--view--slider-portada .slick-arrow.slick-next, .slideshow .slick-arrow.slick-next {
  right: 5% !important;
}
@media only screen and (max-width: 899px) {
  .slick--view--slider-portada .slick-arrow, .slideshow .slick-arrow {
    top: initial;
    bottom: -26px;
  }
}
.slick--view--slider-portada .slick-dots, .slideshow .slick-dots {
  display: none !important;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (max-width: 899px) {
  .slick--view--slider-portada .slick-dots, .slideshow .slick-dots {
    display: block !important;
    width: 70%;
    position: absolute;
    bottom: 18px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .slick--view--slider-portada .slick-dots li button:before, .slideshow .slick-dots li button:before {
    color: #ffffff !important;
  }
  .slick--view--slider-portada .slick-dots li.slick-active button, .slick--view--slider-portada .slick-dots li:hover button, .slideshow .slick-dots li.slick-active button, .slideshow .slick-dots li:hover button {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
    width: 16px;
    height: 16px;
    background: #ffffff !important;
    color: #ffffff !important;
  }
}

#block-views-block-modelos-block-1 .modelos {
  position: relative;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (max-width: 899px) {
  #block-views-block-modelos-block-1 .modelos .col-4 {
    padding-left: 0;
    padding-right: 0;
  }
  #block-views-block-modelos-block-1 .modelos li .model-image {
    min-height: 200px;
  }
}
#block-views-block-modelos-block-1 .modelos .slick-prev:before {
  content: "" !important;
  background: url(../images/lexusprite.svg) 0px -100px no-repeat;
  background-size: 200px;
  display: block;
  width: 24px;
  height: 24px;
}
#block-views-block-modelos-block-1 .modelos .slick-next:before {
  content: "" !important;
  background: url(../images/lexusprite.svg) 0px -149px no-repeat;
  background-size: 200px;
  display: block;
  width: 24px;
  height: 24px;
}
#block-views-block-modelos-block-1 .modelos .slick-arrow {
  border-radius: 0;
  height: 64px;
  top: initial;
  bottom: -30px;
  width: 64px;
  z-index: 2;
}
#block-views-block-modelos-block-1 .modelos .slick-arrow.slick-prev {
  left: 0px !important;
}
#block-views-block-modelos-block-1 .modelos .slick-arrow.slick-next {
  right: -43px !important;
}
#block-views-block-modelos-block-1 .modelos .slick-dots li.slick-active button, #block-views-block-modelos-block-1 .modelos .slick-dots li:hover button {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  width: 16px;
  height: 16px;
  background: #1a1a1a;
}

.mobile-title {
  position: relative;
  padding-top: 170px;
}
.mobile-title:after {
  background: url(/sites/default/files/logo_lexus.png) no-repeat;
  background-size: contain;
  display: block;
  content: "";
  width: 250px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
}

/* @if ($orientation){
     $orientation: and (orientation: $orientation);
 }*/
@media only screen and (max-width: 899px) {
  #slick-slide00 .slider-box {
    top: 40px;
  }

  .mobile-title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-top: -48px;
    max-width: 280px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-weight: bold;
    padding-top: 100px;
  }
  .mobile-title:after {
    width: 150px;
    height: 100px;
  }

  .mobile-txt {
    display: block !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    margin-bottom: 4px;
  }
  .mobile-txt a {
    color: #ffffff;
  }

  .boton2 {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
/* @if ($orientation){
     $orientation: and (orientation: $orientation);
 }*/
@media only screen and (max-width: 599px) {
  #slick-slide00 .slider-box {
    top: 0px;
  }

  .mobile-title {
    padding-top: 100px;
  }
  .mobile-title:after {
    width: 150px;
    height: 100px;
  }

  .mobile-txt {
    line-height: 1.125rem !important;
  }
}
.slick-vo .slick-prev, .slick-vo .slick-next {
  font-size: 0;
  background: none;
}
.slick-vo .slick-prev:before {
  content: "" !important;
  background: url(../images/lexusprite.svg) 0px -100px no-repeat;
  background-size: 200px;
  display: block;
  width: 24px;
  height: 24px;
}
.slick-vo .slick-next:before {
  content: "" !important;
  background: url(../images/lexusprite.svg) 0px -149px no-repeat;
  background-size: 200px;
  display: block;
  width: 24px;
  height: 24px;
}
.slick-vo .slick-arrow {
  border-radius: 0;
  height: 32px;
  top: initial;
  bottom: -30px;
  width: 32px;
  z-index: 2;
  position: absolute;
  bottom: auto;
  top: calc(50% - 16px);
  left: 16px;
  background: #fff;
  cursor: pointer;
}
.slick-vo .slick-arrow.slick-next {
  left: auto;
  right: 16px !important;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * @file
 * Styles tables for theme-name
 *
 * ------------------------------- ateigh.com -------------------------------
 */
table {
  width: 100%;
  margin: 0 0 10px;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
table caption {
  text-align: left;
  /* LTR */
  margin-bottom: 1.2em;
}
table [dir=rtl] caption {
  text-align: right;
}
table th {
  text-align: left;
  /* LTR */
  padding: 10px 12px;
  border: solid #1a1a1a;
  color: #1a1a1a;
  border-width: 1px 0;
  border-top: 0;
  text-transform: uppercase;
}
table th td {
  vertical-align: middle;
}
table [dir=rtl] th {
  text-align: right;
}
table thead > tr {
  border-bottom: 1px solid #1a1a1a;
}
table tr {
  border-bottom: 1px solid #1a1a1a;
  padding: 0.1em 0.6em;
}
table tr:hover, table tr:focus {
  background: #FFFFFF;
}
table tr td {
  vertical-align: middle;
  padding: 10px 12px;
  text-align: left;
  /* LTR */
}
table tr [dir=rtl] td {
  text-align: right;
}
@media only screen and (max-width: 599px) {
  table th.priority-low, table th.priority-medium, table tr.priority-low, table tr.priority-medium {
    display: none;
  }
}
@media only screen and (max-width: 899px) {
  table th.priority-low, table tr.priority-low {
    display: none;
  }
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Tabs styles for theme-name
 *
 * ------------------------------- ateigh.com -------------------------------
 */
ul.primary-tasks li, ul.secondary-tasks li {
  display: block;
  float: left;
  position: relative;
  z-index: 1;
}
ul.primary-tasks li a, ul.secondary-tasks li a {
  padding: 10px;
  background: #1a1a1a;
  color: #ffffff;
  display: block;
  float: left;
  margin-right: 1em;
}
ul.primary-tasks li a:hover, ul.secondary-tasks li a:hover {
  background: #434644;
  color: #1a1a1a;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Tabs styles for theme-name
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.messages {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  background: no-repeat 10px 17px;
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  border-radius: 2px;
  padding: 15px 20px 15px 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.messages.messages--error {
  background-color: #FFD7DC;
  color: #D45363;
  border-color: #D45363 transparent;
  box-shadow: -8px 0 0 rgba(212, 83, 99, 0.8);
}
.messages.messages--status {
  background-color: #CAEEE6;
  color: #40C29B;
  border-color: #40C29B transparent;
  box-shadow: -8px 0 0 rgba(64, 194, 155, 0.8);
}
.messages.messages--warning {
  background-color: #ffeabe;
  color: #d29610;
  border-color: #d29610 transparent;
  box-shadow: -8px 0 0 rgba(210, 150, 16, 0.8);
}

/* @video-iframe: EXTERNAL VIDEO MODULE */
.video-home {
  overflow: hidden;
  z-index: 0;
  position: relative;
}

.video-background {
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#vidtop-content {
  top: 20%;
  color: #fff;
}

.vid-info h1 {
  font-size: 2rem;
}

.youtube-iframe, .mp4-iframe {
  background-size: cover;
  background-position: center center;
  height: 600px;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
.youtube-iframe .enlace-video, .mp4-iframe .enlace-video {
  width: 100%;
  height: 100%;
}
.youtube-iframe .enlace-video .popup-youtube, .youtube-iframe .enlace-video .popup-with-mp4, .mp4-iframe .enlace-video .popup-youtube, .mp4-iframe .enlace-video .popup-with-mp4 {
  font-size: 0;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.youtube-iframe .enlace-video .popup-youtube:after, .youtube-iframe .enlace-video .popup-with-mp4:after, .mp4-iframe .enlace-video .popup-youtube:after, .mp4-iframe .enlace-video .popup-with-mp4:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  width: 60px;
  height: 63px;
  background: url(../images/mejs-controls.svg) 0 -26px;
  background-size: 300px;
  margin: auto;
}
.youtube-iframe .enlace-video .popup-youtube:hover:after, .youtube-iframe .enlace-video .popup-with-mp4:hover:after, .mp4-iframe .enlace-video .popup-youtube:hover:after, .mp4-iframe .enlace-video .popup-with-mp4:hover:after {
  background-position: -60px -26px;
}
@media only screen and (max-width: 899px) {
  .youtube-iframe, .mp4-iframe {
    height: 300px;
  }
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Content
 *
 * ------------------------------- ateigh.com -------------------------------
 */
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Cookies
 *
 * ------------------------------- ateigh.com -------------------------------
 */
div#sliding-popup {
  font-size: 0.8em;
  padding-top: 1em;
  border-top: 1px solid #1a1a1a;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
div#sliding-popup .eu-cookie-withdraw-banner,
div#sliding-popup .eu-cookie-withdraw-tab {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  padding: 24px 0 18px 0;
  border-color: none;
}
div#sliding-popup.eu-cookie-withdraw-wrapper {
  background: #fff;
}
div#sliding-popup .eu-cookie-compliance-more-button {
  color: #FFFFFF;
  border: none;
  text-decoration: none;
  font-size: 0.875em;
}
div#sliding-popup .eu-cookie-compliance-more-button:hover {
  text-decoration: underline;
}
div#sliding-popup .agree-button {
  padding: 8px;
  margin: 0;
}
div#sliding-popup .decline-button {
  display: none;
}
div#sliding-popup .find-more-button {
  background: none;
  color: #282828;
  text-decoration: underline;
}
div#sliding-popup .find-more-button:hover {
  font-family: "Nobel", Arial, sans-serif;
}
div#sliding-popup h1, div#sliding-popup h2, div#sliding-popup h3, div#sliding-popup p {
  color: #1a1a1a;
  background: none;
  font-size: 0.9em;
  line-height: 1.3em;
}
div#sliding-popup h1 a, div#sliding-popup h2 a, div#sliding-popup h3 a, div#sliding-popup p a {
  color: #1a1a1a;
}

div#sliding-popup button {
  font-family: "Nobel Light", sans-serif;
}
div#sliding-popup .eu-cookie-compliance-message {
  max-width: 60%;
}
div#sliding-popup [type=checkbox], div#sliding-popup [type=radio] {
  min-height: auto;
}
div#sliding-popup .eu-cookie-compliance-content {
  width: 100%;
  position: relative;
  padding-bottom: 1rem;
}
div#sliding-popup .eu-cookie-withdraw-banner,
div#sliding-popup .eu-cookie-withdraw-tab {
  background: rgba(255, 255, 255, 0.8);
  color: #1a1a1a;
  border-color: none;
}
div#sliding-popup.eu-cookie-withdraw-wrapper {
  background: none;
}
div#sliding-popup .eu-cookie-compliance-more-button {
  margin: 0;
}
div#sliding-popup #popup-buttons {
  position: absolute;
  top: 0;
  right: 0;
}
div#sliding-popup .eu-cookie-compliance-category {
  width: 18%;
  float: left;
  font-size: 0.8rem;
  color: #1a1a1a;
  padding-right: 5%;
}
div#sliding-popup .eu-cookie-withdraw-button.hidden {
  display: none !important;
}
div#sliding-popup .eu-cookie-compliance-categories {
  clear: both;
  padding-bottom: 16px;
}
div#sliding-popup .eu-cookie-compliance-categories label {
  color: #282828;
}
div#sliding-popup .eu-cookie-compliance-categories-buttons {
  clear: both;
  margin: 0;
}
div#sliding-popup .agree-button, div#sliding-popup .agree-button, div#sliding-popup .eu-cookie-compliance-save-preferences-button,
div#sliding-popup .eu-cookie-compliance-default-button, div#sliding-popup .eu-cookie-withdraw-tab {
  text-shadow: none;
  border-radius: 0;
  box-shadow: none;
  padding: 8px;
}
div#sliding-popup .decline-button, div#sliding-popup .eu-cookie-compliance-more-button {
  display: none;
}
div#sliding-popup .decline-button {
  background: #ffffff !important;
}
div#sliding-popup .eu-cookie-compliance-category-description {
  color: #1a1a1a;
}
div#sliding-popup .nobutton {
  background: none;
  border: 0;
  color: #1a1a1a;
  text-decoration: underline;
  display: inline-block;
  margin-top: 8px;
  margin-right: 8px;
  cursor: pointer;
}
div#sliding-popup .eu-cookie-withdraw-tab {
  display: none;
}

@media only screen and (max-width: 767px) {
  #sliding-popup #popup-buttons {
    position: absolute;
    top: 0;
    right: 0;
  }
  #sliding-popup .eu-cookie-compliance-has-categories {
    margin-top: 0 !important;
    margin: 0 auto !important;
    width: 91% !important;
  }
  #sliding-popup .eu-cookie-compliance-message {
    max-width: 100% !important;
  }
  #sliding-popup .eu-cookie-compliance-categories {
    clear: both;
    padding-bottom: 16px;
    max-height: 200px;
    overflow: scroll;
  }
  #sliding-popup .eu-cookie-compliance-category {
    width: 100% !important;
    padding-bottom: 8px;
    padding-top: 8px;
  }
  #sliding-popup .eu-cookie-compliance-message {
    max-width: 100%;
  }
  #sliding-popup .eu-cookie-compliance-content {
    max-width: 95%;
    max-height: 250px;
    overflow: scroll;
    padding-top: 54px;
  }
}
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Footer
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.site-footer {
  clear: both;
  *zoom: 1;
  width: 100%;
  padding-top: 0.2em;
  display: block;
  position: relative;
  margin-top: 120px;
  background: url("../images/footer_background.jpg") 0 0 no-repeat #282828;
  background-size: cover;
  font-size: 1rem;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
.site-footer:before, .site-footer:after {
  content: " ";
  display: table;
}
.site-footer:after {
  clear: both;
}
.site-footer .site-footer__top {
  *zoom: 1;
  border-bottom: 1px solid #F1F2F3;
  padding: 16px 0 16px 0;
}
.site-footer .site-footer__top:before, .site-footer .site-footer__top:after {
  content: " ";
  display: table;
}
.site-footer .site-footer__top:after {
  clear: both;
}
.site-footer .site-footer__bottom {
  padding-top: 32px;
}
.site-footer .site-footer__bottom a {
  position: relative;
}
.site-footer .site-footer__bottom a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #f1f2f3;
  visibility: hidden;
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.site-footer .site-footer__bottom a:hover:before {
  visibility: visible;
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.site-footer ul {
  list-style: none;
  text-align: left;
}
.site-footer ul li {
  line-height: 24px;
  padding-bottom: 16px;
}
.site-footer ul li a {
  text-decoration: none;
  color: #F1F2F3;
  padding-top: 16px;
}
.site-footer p {
  font-size: 1rem;
  text-align: left;
  color: #ffffff;
  padding-bottom: 6px;
  line-height: 24px;
}
.site-footer dl dt {
  color: #F1F2F3;
  float: left;
  line-height: 24px;
  padding-right: 8px;
}
.site-footer dl dd a {
  font-size: 0;
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 8px;
  background: url("../images/lexusprite.svg") 0 0 no-repeat;
}
.site-footer dl dd a.fb {
  background-position: 0 -450px;
}
.site-footer dl dd a.fb:hover {
  background-position: -50px -450px;
}
.site-footer dl dd a.in {
  background-position: 0 -400px;
}
.site-footer dl dd a.in:hover {
  background-position: -50px -400px;
}
.site-footer h2, .site-footer h3 {
  clear: both;
  text-transform: uppercase;
  font-weight: normal;
  padding-top: 0.5em;
  color: #ffffff;
  font-size: 1rem;
}
.site-footer .col-3:first-child li {
  width: 50%;
  float: left;
}
.site-footer .redes ul {
  list-style: none;
  text-align: center;
}
.site-footer .redes ul li {
  height: 20px;
  display: inline-block;
}
.site-footer .redes ul li a {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 5px 0 0 5px;
}
.site-footer .redes ul li a.fb {
  background-position: -298px -129px;
}
.site-footer .redes ul li a.in {
  background-position: -340px -129px;
}
.site-footer .ateigh {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
.site-footer .ateigh a {
  text-align: right;
  font-size: 0.9em;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #F1F2F3;
  display: block;
  text-decoration: none;
}
.site-footer .ateigh a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 899px) {
  .site-footer .ateigh a {
    text-align: center;
  }
}
@media only screen and (max-width: 899px) {
  .site-footer {
    text-align: center;
  }
  .site-footer h2, .site-footer h3, .site-footer li, .site-footer a {
    text-align: center;
  }
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Forms
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.hidden {
  display: none;
}

.js-form-type-checkbox {
  margin: 0 auto;
}
.js-form-type-checkbox input[type=checkbox] {
  float: left;
  margin-top: 0.2em;
  width: 0;
  height: 0;
  position: relative;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: 0.5rem;
}
.js-form-type-checkbox input[type=checkbox] + label {
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
}
.js-form-type-checkbox input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 4px;
  border: 1px solid #B9C0C2;
  float: left;
  margin-right: 10px;
  position: relative;
  top: -0.3rem;
  cursor: pointer;
  background: #ffffff;
}
.js-form-type-checkbox input[type=checkbox] + label:after {
  background-color: transparent;
  content: "";
  display: block;
  position: absolute;
  left: 0.5rem;
  top: -0.2rem;
  width: 0.5rem;
  height: 1rem;
  opacity: 0.2;
  border-bottom: 3px solid #B9C0C2;
  border-right: 3px solid #B9C0C2;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  display: none;
}
.js-form-type-checkbox input[type=checkbox]:checked + label:before {
  border: 1px solid #1a1a1a;
  background: #1a1a1a;
}
.js-form-type-checkbox input[type=checkbox]:checked + label:after {
  display: block;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  opacity: 1;
}
.js-form-type-checkbox label {
  float: left;
  margin-left: 5px;
  width: 94%;
}
.js-form-type-checkbox a {
  color: #1a1a1a;
  text-decoration: none;
}
.js-form-type-checkbox a:hover {
  text-decoration: underline;
}

.js-webform-type-radios .js-form-type-radio {
  margin: 0 auto;
  float: left;
  width: 110px;
}
.js-webform-type-radios .js-form-type-radio input[type=radio] {
  float: left;
  margin-top: 0.2em;
  width: 0;
  height: 0;
  position: relative;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: 0.5rem;
}
.js-webform-type-radios .js-form-type-radio input[type=radio] + label {
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
}
.js-webform-type-radios .js-form-type-radio input[type=radio] + label:before {
  content: "";
  display: inline-block;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 4px;
  border: 1px solid #B9C0C2;
  float: left;
  margin-right: 10px;
  position: relative;
  top: -0.3rem;
  cursor: pointer;
  background: #ffffff;
}
.js-webform-type-radios .js-form-type-radio input[type=radio] + label:after {
  background-color: transparent;
  content: "";
  display: block;
  position: absolute;
  left: 0.5rem;
  top: -0.2rem;
  width: 0.5rem;
  height: 1rem;
  opacity: 0.2;
  border-bottom: 3px solid #B9C0C2;
  border-right: 3px solid #B9C0C2;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  display: none;
}
.js-webform-type-radios .js-form-type-radio input[type=radio]:checked + label:before {
  border: 1px solid #1a1a1a;
  background: #1a1a1a;
}
.js-webform-type-radios .js-form-type-radio input[type=radio]:checked + label:after {
  display: block;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  opacity: 1;
}
.js-webform-type-radios .js-form-type-radio label {
  float: left;
  margin-left: 5px;
  width: 94%;
}
.js-webform-type-radios .js-form-type-radio a {
  color: #1a1a1a;
  text-decoration: none;
}
.js-webform-type-radios .js-form-type-radio a:hover {
  text-decoration: underline;
}

.form-item, .form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}
.form-item label, .form-actions label {
  font-weight: 700;
}

.user-login-form, .user-form, .user-pass {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  margin: 40px auto;
  border: 1px solid #1a1a1a;
  padding: 10px 30px;
}

.details.captcha {
  font-size: 0.9em;
}

.webform-submission-form {
  background: #F1F2F3;
  float: left;
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.25rem;
  width: 100%;
}
.webform-submission-form > .form-item {
  float: left;
  background: #F1F2F3;
  width: 48%;
}
.webform-submission-form > .form-item.info-modelo {
  width: 100%;
}
.webform-submission-form > .form-item:nth-child(even) {
  float: right;
  padding-right: 5%;
}
.webform-submission-form > .form-item:nth-child(odd) {
  float: left;
  padding-left: 5%;
}
.webform-submission-form > .form-item.concensionario {
  clear: both;
}
.webform-submission-form > .form-item.form-type-webform-terms-of-service {
  clear: both;
  width: 100%;
  padding-left: 5%;
}
.webform-submission-form .cambiar-modelo {
  display: none;
}
.webform-submission-form input {
  border: 1px solid #B9C0C2;
  background: #ffffff;
  color: #1a1a1a;
  padding: 0.5em;
}
.webform-submission-form input.form-text, .webform-submission-form input.form-email, .webform-submission-form input.form-tel {
  width: 100%;
}
.webform-submission-form label {
  color: #1a1a1a;
  display: block;
  width: 100%;
  font-weight: normal;
  margin-bottom: 0.5rem;
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
}
.webform-submission-form label.form-required {
  display: inline-block;
}
.webform-submission-form label.form-required:after {
  display: inline-block;
  content: "*";
}
.webform-submission-form legend {
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}
.webform-submission-form .webform-element-description {
  text-align: left;
}
.webform-submission-form select {
  padding: 12px 0;
  width: 100%;
}
.webform-submission-form .info-modelo {
  /*background: url("../images/modal-background.jpg") no-repeat left center fixed $primary-color; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  background: url("../images/modal-background.jpg") no-repeat 0 0 fixed #1a1a1a;
  background-size: 1440px;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
  padding-top: 2em;
  padding: 2em 5% 2em 5%;
}
.webform-submission-form .info-modelo .cambiar-modelo {
  color: #ffffff;
  float: left;
  margin-bottom: 2em;
}
.webform-submission-form .info-modelo .cambiar-modelo:before {
  content: "";
  background: url("../images/lexusprite.svg") -45px -85px no-repeat transparent;
  background-size: 173px;
  display: inline-block;
  width: 21px;
  height: 27px;
  position: relative;
  top: 0.5rem;
  left: 0;
}
.webform-submission-form .info-modelo .form-modelo {
  color: #ffffff;
  float: left;
  clear: both;
  font-size: 3.5rem;
  text-align: left;
}
.webform-submission-form .info-modelo .form-imagen-modelo {
  position: absolute;
  top: 5em;
  right: 3%;
}
.webform-submission-form .info-modelo-bottom {
  width: 100%;
  text-align: left;
  padding: 0 5% 0 5%;
}
.webform-submission-form .form-actions {
  padding-right: 5%;
}
.webform-submission-form#form-popup-oferta .concensionario {
  clear: none;
}

.webform-confirmation {
  margin-top: 4em;
}
.webform-confirmation h2 {
  font-family: "Nobel Light", sans-serif;
  border-top: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
  padding: 0.2em 0;
}

@media only screen and (max-width: 1280px) {
  .webform-submission-form .info-modelo .cambiar-modelo {
    margin-bottom: 0.5em;
  }
  .webform-submission-form .info-modelo .form-modelo {
    text-align: center;
    width: 100%;
    font-size: 2rem;
    position: relative;
    font-weight: normal;
  }
  .webform-submission-form .info-modelo .form-imagen-modelo {
    width: 100%;
    text-align: center;
    top: 71%;
    left: 0;
  }
  .webform-submission-form .info-modelo .form-imagen-modelo img {
    max-width: 44%;
    width: 90%;
  }
  .webform-submission-form .info-modelo-bottom {
    margin-top: 15%;
  }
}
@media only screen and (max-width: 480px) {
  .webform-submission-form > .form-item {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .webform-submission-form .info-modelo .form-modelo {
    font-size: 2rem;
  }
  .webform-submission-form .info-modelo .form-imagen-modelo {
    top: 78%;
  }
  .webform-submission-form .info-modelo .form-imagen-modelo img {
    max-width: 70%;
    width: 90%;
  }
  .webform-submission-form .info-modelo-bottom {
    margin-top: 25%;
  }
}
.row {
  position: relative;
  width: 100%;
}

.row [class*=col-], [class*=col-] {
  float: left;
  padding: 0 24px 0 24px;
  min-height: 0.125rem;
  width: 100%;
  min-height: 1px;
}
.row [class*=col-]:first-child, [class*=col-]:first-child {
  padding-left: 0;
}
.row [class*=col-]:last-child, [class*=col-]:last-child {
  padding-right: 0;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.wrapper, .mfp-container .mfp-content, .paragraph--type--modelo-hero .descripcion_modelo_hero, #header #cabecera_int {
  width: 95%;
  max-width: 1440px;
  padding: 0 24px 0 24px;
}

.col-1 {
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (min-width: 900px) {
  .col-1 {
    width: calc(100% / 12 * 1) !important;
  }
}
@media only screen and (min-width: 1440px) {
  .col-1 {
    width: calc(100% / 12 * 1) !important;
  }
}

.col-2 {
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (min-width: 900px) {
  .col-2 {
    width: calc(100% / 12 * 2) !important;
  }
}
@media only screen and (min-width: 1440px) {
  .col-2 {
    width: calc(100% / 12 * 2) !important;
  }
}

.col-3 {
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (min-width: 900px) {
  .col-3 {
    width: calc(100% / 12 * 3) !important;
  }
}
@media only screen and (min-width: 1440px) {
  .col-3 {
    width: calc(100% / 12 * 3) !important;
  }
}

.col-4 {
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (min-width: 900px) {
  .col-4 {
    width: calc(100% / 12 * 4) !important;
  }
}
@media only screen and (min-width: 1440px) {
  .col-4 {
    width: calc(100% / 12 * 4) !important;
  }
}

.col-5 {
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (min-width: 900px) {
  .col-5 {
    width: calc(100% / 12 * 5) !important;
  }
}
@media only screen and (min-width: 1440px) {
  .col-5 {
    width: calc(100% / 12 * 5) !important;
  }
}

.col-6, .listado-caracteristicas-modelo .imagen-caracteristica-modelo {
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (min-width: 900px) {
  .col-6, .listado-caracteristicas-modelo .imagen-caracteristica-modelo {
    width: calc(100% / 12 * 6) !important;
  }
}
@media only screen and (min-width: 1440px) {
  .col-6, .listado-caracteristicas-modelo .imagen-caracteristica-modelo {
    width: calc(100% / 12 * 6) !important;
  }
}

.col-7 {
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (min-width: 900px) {
  .col-7 {
    width: calc(100% / 12 * 7) !important;
  }
}
@media only screen and (min-width: 1440px) {
  .col-7 {
    width: calc(100% / 12 * 7) !important;
  }
}

.col-8 {
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (min-width: 900px) {
  .col-8 {
    width: calc(100% / 12 * 8) !important;
  }
}
@media only screen and (min-width: 1440px) {
  .col-8 {
    width: calc(100% / 12 * 8) !important;
  }
}

.col-9 {
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (min-width: 900px) {
  .col-9 {
    width: calc(100% / 12 * 9) !important;
  }
}
@media only screen and (min-width: 1440px) {
  .col-9 {
    width: calc(100% / 12 * 9) !important;
  }
}

.col-10, .bloque-listado-vehiculos, .wrapper-10 {
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (min-width: 900px) {
  .col-10, .bloque-listado-vehiculos, .wrapper-10 {
    width: calc(100% / 12 * 10) !important;
  }
}
@media only screen and (min-width: 1440px) {
  .col-10, .bloque-listado-vehiculos, .wrapper-10 {
    width: calc(100% / 12 * 10) !important;
  }
}

.col-11 {
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (min-width: 900px) {
  .col-11 {
    width: calc(100% / 12 * 11) !important;
  }
}
@media only screen and (min-width: 1440px) {
  .col-11 {
    width: calc(100% / 12 * 11) !important;
  }
}

.col-12 {
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (min-width: 900px) {
  .col-12 {
    width: calc(100% / 12 * 12) !important;
  }
}
@media only screen and (min-width: 1440px) {
  .col-12 {
    width: calc(100% / 12 * 12) !important;
  }
}

.wrapper-10 {
  float: none;
  margin: 0 auto;
}

.popup-gallery {
  *zoom: 1;
  clear: both;
  display: grid;
  grid-gap: 8px;
  grid-template-columns: 35% 65%;
  list-style: none;
  grid-template-rows: 220px 400px;
  padding-top: 16px;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
.popup-gallery:before, .popup-gallery:after {
  content: " ";
  display: table;
}
.popup-gallery:after {
  clear: both;
}
.popup-gallery .grid-galeria-item-1 {
  grid-column: 1/2;
  grid-row: 1/2;
}
.popup-gallery .grid-galeria-item-2 {
  grid-column: 1/2;
  grid-row: 2/2;
}
.popup-gallery .grid-galeria-item-3 {
  grid-column: 2/2;
  grid-row: 1/3;
}
@media only screen and (max-width: 899px) {
  .popup-gallery {
    grid-template-columns: 100%;
    grid-template-rows: 220px 400px 220px;
  }
  .popup-gallery .grid-galeria-item-1 {
    grid-column: 1/2;
    grid-row: 1/1;
  }
  .popup-gallery .grid-galeria-item-2 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .popup-gallery .grid-galeria-item-3 {
    grid-column: 1/2;
    grid-row: 3/3;
  }
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Headers
 *
 * ------------------------------- ateigh.com -------------------------------
 */
#header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background: #ffffff;
  padding: 2rem 0;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
#header #cabecera_int {
  position: relative;
  top: 0;
  left: 0;
}
#header #cabecera_int h1 {
  display: none;
}
#header .opciones-principales {
  float: left;
  width: 83%;
}
#header .opciones-principales .navegacion-opciones {
  text-align: center;
}
#header .opciones-principales .navegacion-opciones ul.menu {
  display: inline-block;
  width: 80%;
}
#header .opciones-principales .navegacion-opciones ul.menu li {
  display: inline-block;
  margin: 0 2%;
  width: auto;
  position: relative;
  /* &.menu-item--expanded{
    &:hover{

    }
    &:after{
      @include pseudo;
      height: 36px;
      width: 54px;
      left: -12px;
      top: 0;                    
    }
  }  */
}
#header .opciones-principales .navegacion-opciones ul.menu li:first-child {
  margin-left: 0;
}
#header .opciones-principales .navegacion-opciones ul.menu li:last-child {
  margin-right: 0;
}
#header .opciones-principales .navegacion-opciones ul.menu li a {
  text-decoration: none;
  color: #1a1a1a;
  font-size: 1.13rem;
  font-family: "Nobel Light", sans-serif;
  padding: 0.3em 0;
  white-space: nowrap;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}
#header .opciones-principales .navegacion-opciones ul.menu li a:after, #header .opciones-principales .navegacion-opciones ul.menu li a:before {
  content: "";
  display: block;
  position: absolute;
  border-bottom: solid 1px #282828;
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 250ms ease-in-out;
  -moz-transition: transform 250ms ease-in-out;
  -ms-transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
}
#header .opciones-principales .navegacion-opciones ul.menu li a:hover, #header .opciones-principales .navegacion-opciones ul.menu li a.is-active {
  /* border-top:1px solid;
  border-bottom:1px solid; */
  font-family: "Nobel", Arial, sans-serif;
}
#header .opciones-principales .navegacion-opciones ul.menu li a:hover:after, #header .opciones-principales .navegacion-opciones ul.menu li a:hover:before, #header .opciones-principales .navegacion-opciones ul.menu li a.is-active:after, #header .opciones-principales .navegacion-opciones ul.menu li a.is-active:before {
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  width: 100%;
}
#header .opciones-principales .navegacion-opciones ul.menu li ul.menu {
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
}
#header .opciones-principales .navegacion-opciones ul.menu li ul.menu li {
  margin-right: 8px;
  margin-left: 8px;
}
#header .opciones-principales .navegacion-opciones ul.menu li ul.menu li:first-child {
  width: 100px;
  position: absolute;
  left: -76px;
}
#header .menu_principal {
  position: relative;
  top: 0;
  left: 0;
}
#header .menu_principal .navegacion-principal, #header .menu_principal .navegacion-nx, #header .menu_principal .navegacion-rz {
  display: none;
  position: absolute;
  top: 3.5rem;
  width: 100%;
  background: #ffffff;
  text-align: center;
  padding: 1rem 0;
}
#header .menu_principal .navegacion-principal ul.menu, #header .menu_principal .navegacion-nx ul.menu, #header .menu_principal .navegacion-rz ul.menu {
  display: inline-block;
}
#header .menu_principal .navegacion-principal ul.menu li, #header .menu_principal .navegacion-nx ul.menu li, #header .menu_principal .navegacion-rz ul.menu li {
  display: inline-block;
  margin: 0 2rem;
  width: auto;
}
#header .menu_principal .navegacion-principal ul.menu li:first-child, #header .menu_principal .navegacion-nx ul.menu li:first-child, #header .menu_principal .navegacion-rz ul.menu li:first-child {
  display: none;
}
#header .menu_principal .navegacion-principal ul.menu li a, #header .menu_principal .navegacion-nx ul.menu li a, #header .menu_principal .navegacion-rz ul.menu li a {
  font-size: 1.13rem;
  line-height: 2em;
  color: #1a1a1a;
  text-decoration: none;
  font-family: "Nobel Light", sans-serif;
  padding: 0.3em 0;
  white-space: nowrap;
  position: relative;
}
#header .menu_principal .navegacion-principal ul.menu li a:after, #header .menu_principal .navegacion-principal ul.menu li a:before, #header .menu_principal .navegacion-nx ul.menu li a:after, #header .menu_principal .navegacion-nx ul.menu li a:before, #header .menu_principal .navegacion-rz ul.menu li a:after, #header .menu_principal .navegacion-rz ul.menu li a:before {
  content: "";
  display: block;
  position: absolute;
  border-bottom: solid 1px #282828;
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 250ms ease-in-out;
  -moz-transition: transform 250ms ease-in-out;
  -ms-transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
}
#header .menu_principal .navegacion-principal ul.menu li a:hover, #header .menu_principal .navegacion-principal ul.menu li a.active, #header .menu_principal .navegacion-nx ul.menu li a:hover, #header .menu_principal .navegacion-nx ul.menu li a.active, #header .menu_principal .navegacion-rz ul.menu li a:hover, #header .menu_principal .navegacion-rz ul.menu li a.active {
  /* border-top:1px solid;
  border-bottom:1px solid; */
  font-family: "Nobel", Arial, sans-serif;
}
#header .menu_principal .navegacion-principal ul.menu li a:hover:after, #header .menu_principal .navegacion-principal ul.menu li a:hover:before, #header .menu_principal .navegacion-principal ul.menu li a.active:after, #header .menu_principal .navegacion-principal ul.menu li a.active:before, #header .menu_principal .navegacion-nx ul.menu li a:hover:after, #header .menu_principal .navegacion-nx ul.menu li a:hover:before, #header .menu_principal .navegacion-nx ul.menu li a.active:after, #header .menu_principal .navegacion-nx ul.menu li a.active:before, #header .menu_principal .navegacion-rz ul.menu li a:hover:after, #header .menu_principal .navegacion-rz ul.menu li a:hover:before, #header .menu_principal .navegacion-rz ul.menu li a.active:after, #header .menu_principal .navegacion-rz ul.menu li a.active:before {
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  width: 100%;
}
#header .menu_principal .navegacion-principal ul.menu li:nth-child(7), #header .menu_principal .navegacion-nx ul.menu li:nth-child(7), #header .menu_principal .navegacion-rz ul.menu li:nth-child(7) {
  display: none;
}
#header .menu_principal .navegacion-nx ul.menu li:first-child {
  display: inline-block;
}
#header .menu_principal .navegacion-rz ul.menu li:first-child {
  display: inline-block;
}
#header nav ul {
  margin: 0;
  padding: 0;
}
#header nav ul li {
  list-style-type: none;
  outline-color: transparent;
  outline-style: none;
}
#header nav #header-top {
  padding-top: 16px;
  padding-bottom: 16px;
}
#header nav .main-menu {
  padding-top: 0.5em;
}
#header nav .main-menu ul li {
  text-transform: uppercase;
  font-size: 0.9em;
  cursor: pointer;
}
#header nav .main-menu ul li a {
  padding: 0 30px 0 0;
  position: relative;
}
#header nav .main-menu ul li a:after {
  content: " ";
  width: 15px;
  background: url(../images/set_generico.svg) -20px -169px no-repeat;
  background-size: 328px;
  display: block;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 0px;
}
#header #mobile-header {
  float: right;
}
#header #mobile-header .nav-toggle {
  float: left;
  margin-right: 0.5rem;
  opacity: 1;
  filter: alpha(opacity=100);
}
#header #mobile-header .nav-toggle.hidden {
  opacity: 0;
  filter: alpha(opacity=0);
}
#header #mobile-header #responsive-menu-button {
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  float: right;
}
#header #mobile-header #responsive-menu-button span {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1279px) {
  #header {
    height: 72px;
  }
  #header .nx-dropdown, #header .navegacion-nx, #header .navegacion-rz {
    display: none;
  }
  #header #mobile-header a {
    color: #fff;
    float: right;
    position: relative;
    padding: 2em 5px 0.8em 0;
    position: relative;
    font-size: 0.8em;
  }
  #header #mobile-header a:before {
    content: " ";
    background: url(../images/burger.svg) no-repeat;
    display: block;
    cursor: pointer;
    width: 26px;
    height: 18px;
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
  }
  #header #mobile-header #responsive-menu-button span {
    font-size: 0em;
  }
  #header #mobile-header .nav-toggle {
    border: none;
  }
  #header .menu_principal {
    display: block;
    top: 30px;
  }
  #header .menu_principal .navegacion-principal {
    height: 100vh;
    top: 0px;
  }
  #header .menu_principal .navegacion-principal ul.menu li {
    display: block;
  }
  #header .menu_principal .navegacion-principal ul.menu li:nth-child(7) {
    display: block;
  }
  #header .menu_principal .navegacion-principal ul.menu li:first-child {
    display: block;
  }
  #header .menu_principal .navegacion-principal ul.menu li:first-child ul.menu {
    display: block !important;
  }
  #header .opciones-principales {
    display: none;
  }
}

.breadcrumb {
  display: none;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Paragraphs
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.paragraph--type-imagen-texto {
  margin-top: 120px;
  display: flex;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
.paragraph--type-imagen-texto .group-right {
  padding: 0 2rem;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (max-width: 899px) {
  .paragraph--type-imagen-texto .group-right {
    padding: 0;
  }
}
.paragraph--type-imagen-texto.img-text .group-left {
  text-align: center;
  margin: 0 auto;
}
.paragraph--type-imagen-texto.img-text .group-right {
  padding: 0 2rem;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (max-width: 899px) {
  .paragraph--type-imagen-texto.img-text .group-right {
    padding: 0;
  }
}
.paragraph--type-imagen-texto.text-img .group-left {
  flex: 1;
  order: 2;
  text-align: center;
  margin: 0 auto;
  padding: 0 2rem;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (max-width: 899px) {
  .paragraph--type-imagen-texto.text-img .group-left {
    padding: 0;
  }
}
@media only screen and (max-width: 899px) {
  .paragraph--type-imagen-texto {
    display: flex;
    flex-direction: column;
  }
  .paragraph--type-imagen-texto .group-left {
    width: 100% !important;
    float: none !important;
    clear: both;
    display: block;
    order: 2;
  }
  .paragraph--type-imagen-texto .group-left img {
    width: 100%;
    height: auto;
    max-width: initial;
    margin: 0 auto;
  }
  .paragraph--type-imagen-texto .group-right {
    width: 100% !important;
    float: none !important;
    clear: both;
    display: block;
    order: 1;
  }
  .paragraph--type-imagen-texto .group-right img {
    width: 100%;
    height: auto;
    max-width: initial;
    margin: 0 auto;
  }
  .paragraph--type-imagen-texto.text-img .group-left {
    width: 100% !important;
    float: none !important;
    clear: both;
    display: block;
    order: 2;
  }
  .paragraph--type-imagen-texto.text-img .group-left img {
    width: 100%;
    height: auto;
    max-width: initial;
  }
  .paragraph--type-imagen-texto.text-img .group-right {
    width: 100% !important;
    float: none !important;
    clear: both;
    display: block;
    order: 1;
  }
  .paragraph--type-imagen-texto.text-img .group-right img {
    width: 100%;
    height: auto;
    max-width: initial;
  }
  .paragraph--type-imagen-texto .button {
    text-align: center;
  }
}
@media only screen and (max-width: 1279px) {
  .paragraph--type-imagen-texto {
    /* display:block; */
  }
}

.paragraph--type--texto-completo {
  margin-top: 120px;
  /* margin-bottom: $paragraph-margin-bottom; */
}
.paragraph--type--texto-completo img {
  width: 100%;
}
.paragraph--type--texto-completo h2 {
  /*font-size:3rem;*/
  margin-bottom: 1.5rem;
}
.paragraph--type--texto-completo .botones_texto_completo {
  border: none;
  text-align: center;
}
.paragraph--type--texto-completo .botones_texto_completo .fieldset-wrapper {
  display: inline-block;
}
.paragraph--type--texto-completo .botones_texto_completo .fieldset-wrapper .link-form-popup {
  display: inline-block;
  width: auto;
}
.paragraph--type--texto-completo .botones_texto_completo .fieldset-wrapper .link-form-popup.boton-solicitud {
  margin-right: 0.5em;
}
.paragraph--type--texto-completo .botones_texto_completo .fieldset-wrapper .link-form-popup.boton-oferta {
  margin-left: 0.5em;
}
.paragraph--type--texto-completo .botones_texto_completo legend {
  display: none;
}

.paragraph--type--modelo-hero {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
.paragraph--type--modelo-hero img {
  width: 100%;
  display: none;
}
.paragraph--type--modelo-hero .descripcion_modelo_hero {
  border: none;
  padding: 0;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
.paragraph--type--modelo-hero .descripcion_modelo_hero .fieldset-wrapper {
  position: absolute;
  top: 2em;
  width: 41.66%;
  border: 2px solid #1a1a1a;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (max-width: 899px) {
  .paragraph--type--modelo-hero .descripcion_modelo_hero .fieldset-wrapper {
    width: 95%;
    margin: 0 auto;
    position: relative;
  }
}
.paragraph--type--modelo-hero .descripcion_modelo_hero legend {
  display: none;
}
.paragraph--type--modelo-hero .descripcion_modelo_hero .titulo-modelo {
  font-size: 2rem;
  background: #ffffff;
  padding-bottom: 1.5rem;
  padding-top: 8%;
  padding-left: 8%;
  padding-right: 8%;
}
.paragraph--type--modelo-hero .descripcion_modelo_hero .titulo-modelo h1 {
  font-family: "Nobel", Arial, sans-serif;
  font-size: 2rem;
  margin: 0;
}
.paragraph--type--modelo-hero .descripcion_modelo_hero .claim-modelo span.txt {
  text-transform: uppercase;
  background-color: #ffffff;
  color: black;
  font-size: 4rem;
  font-family: "Nobel Bold", Verdana, sans-serif;
  margin: 0 auto;
  width: 100%;
  text-align: left;
  position: relative;
  top: 0;
  left: 0;
  mix-blend-mode: screen;
  display: block;
  padding-left: 8%;
  padding-right: 8%;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (max-width: 899px) {
  .paragraph--type--modelo-hero .descripcion_modelo_hero .claim-modelo span.txt {
    mix-blend-mode: normal;
    font-size: 2rem;
  }
}
.paragraph--type--modelo-hero .descripcion_modelo_hero .claim-modelo span.separador {
  background: #ffffff;
  display: block;
}
.paragraph--type--modelo-hero .descripcion_modelo_hero .claim-modelo span.separador span {
  display: block;
  border-top: 2px solid #1a1a1a;
  margin-left: 8%;
  margin-right: 8%;
}
.paragraph--type--modelo-hero .descripcion_modelo_hero .claim-modelo hr {
  border-top: 2px solid #1a1a1a;
  margin-left: 5%;
  margin-right: 5%;
}
.paragraph--type--modelo-hero .descripcion_modelo_hero .descripcion-corta-modelo {
  font-size: 1.5rem;
  color: #434644;
  background: #ffffff;
  padding-top: 1.5rem;
  padding-left: 8%;
  padding-right: 8%;
  padding-bottom: 8%;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (max-width: 1279px) {
  .paragraph--type--modelo-hero .descripcion_modelo_hero .descripcion-corta-modelo {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 899px) {
  .paragraph--type--modelo-hero .descripcion_modelo_hero {
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 899px) {
  .paragraph--type--modelo-hero {
    position: absolute;
    height: calc(80vh - 72px);
    top: -10px;
    margin-bottom: 364px;
    overflow: visible;
  }
}

.paragraph--type--modelo-list-acabados {
  margin-top: 120px;
}
.paragraph--type--modelo-list-acabados .col {
  float: left;
  margin: 0;
}
.paragraph--type--modelo-list-acabados:after {
  clear: both;
  content: "";
}
.paragraph--type--modelo-list-acabados .wrapper > div:nth-child(2n+1), .paragraph--type--modelo-list-acabados .mfp-container .mfp-content > div:nth-child(2n+1), .mfp-container .paragraph--type--modelo-list-acabados .mfp-content > div:nth-child(2n+1), .paragraph--type--modelo-list-acabados #header #cabecera_int > div:nth-child(2n+1), #header .paragraph--type--modelo-list-acabados #cabecera_int > div:nth-child(2n+1), .paragraph--type--modelo-list-acabados .paragraph--type--modelo-hero .descripcion_modelo_hero > div:nth-child(2n+1), .paragraph--type--modelo-hero .paragraph--type--modelo-list-acabados .descripcion_modelo_hero > div:nth-child(2n+1) {
  clear: both;
}

.paragraph--type--modelo-acabado {
  margin-top: 120px;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
.paragraph--type--modelo-acabado ul li {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 1.2rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  color: #434644;
  list-style: none;
}
.paragraph--type--modelo-acabado ul li h3 {
  font-weight: normal;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (max-width: 899px) {
  .paragraph--type--modelo-acabado ul li h3 {
    font-size: 2rem !important;
  }
}
.paragraph--type--modelo-acabado ul li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: -3px;
}
@media only screen and (max-width: 1279px) {
  .paragraph--type--modelo-acabado {
    font-size: 1.5rem !important;
  }
}

.paragraph--type-imagen-texto {
  margin-top: 120px;
  clear: both;
}
.paragraph--type-imagen-texto .boton-solicitud {
  margin-left: 0;
  padding-left: 0;
}

.paragraph--type--modelo-galeria {
  position: relative;
  min-height: 650px;
}
.paragraph--type--modelo-galeria .conjunto-enlaces-galerias {
  width: 300px;
  margin: 0 auto;
}
.paragraph--type--modelo-galeria .conjunto-enlaces-galerias .enlace-cambio-galeria, .paragraph--type--modelo-galeria .conjunto-enlaces-galerias .enlaces-otras-galerias {
  display: block;
  float: left;
  margin-left: 20px;
  cursor: pointer;
}
.paragraph--type--modelo-galeria .conjunto-enlaces-galerias .enlace-cambio-galeria:hover, .paragraph--type--modelo-galeria .conjunto-enlaces-galerias .enlace-cambio-galeria.active, .paragraph--type--modelo-galeria .conjunto-enlaces-galerias .enlaces-otras-galerias:hover, .paragraph--type--modelo-galeria .conjunto-enlaces-galerias .enlaces-otras-galerias.active {
  border-bottom: 2px solid #282828;
}
.paragraph--type--modelo-galeria .grid-otrasgalerias {
  min-height: 600px;
}
.paragraph--type--modelo-galeria a {
  display: block;
  width: 100%;
  height: 100%;
}
.paragraph--type--modelo-galeria .grid-galeria-item-1 a {
  min-height: 200px;
}
.paragraph--type--modelo-galeria .grid-galeria-item-2 a {
  min-height: 400px;
}
.paragraph--type--modelo-galeria .grid-galeria-item-3 a {
  min-height: 628px;
}

.paragraph--type--modelo-carrusel-caract {
  margin-top: 120px;
  /* margin-bottom: $paragraph-margin-bottom; */
}

.paragraph--type--modelo-caracteristica {
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (max-width: 899px) {
  .paragraph--type--modelo-caracteristica {
    display: flex;
    flex-direction: column;
  }
}

.paragraph--type--hero-basico img {
  width: 100%;
}

.paragraph {
  margin-top: 120px;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (max-width: 1279px) {
  .paragraph {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .paragraph {
    margin-top: 56px;
  }
}
.paragraph.paragraph--type--modelo-hero {
  margin-top: 0;
  min-height: 550px;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (max-width: 599px) {
  .paragraph.paragraph--type--modelo-hero {
    min-height: auto;
  }
}

.views-element-container {
  margin-top: 80px;
}
.views-element-container footer {
  font-size: 1rem;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: right;
}
.views-element-container footer a {
  text-transform: uppercase;
  color: #1a1a1a;
}

/*.listado-caracteristicas-modelo{
  border:1px solid #000;
  position:relative;
  top:0;
  left:0;
  .texto-caracteristica-modelo{
    position:absolute;
    right:0;
    top:0;
    width:50%;
    background:$white;
  }
}*/
.bloque-listado-vehiculos {
  border-radius: 8px;
  margin: 0 auto;
}
.bloque-listado-vehiculos .form-solicitud {
  width: 100%;
}
.bloque-listado-vehiculos .listado-vehiculos {
  width: 100%;
  padding: 0;
}
.bloque-listado-vehiculos .listado-vehiculos header {
  color: #434644;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  padding: 0 5%;
}
.bloque-listado-vehiculos .listado-vehiculos .item-list {
  padding: 0 5%;
}
.bloque-listado-vehiculos .listado-vehiculos .item-list ul li.col-modelo {
  list-style: none;
  cursor: pointer;
}
.bloque-listado-vehiculos .listado-vehiculos .item-list ul li.col-modelo h2 {
  border-top: 1px solid #1a1a1a;
  padding-top: 0.5rem;
}
.bloque-listado-vehiculos .listado-vehiculos .item-list ul li.col-modelo .subtitulo-modelo {
  text-transform: uppercase;
  font-size: 1rem;
}
.bloque-listado-vehiculos .listado-vehiculos .nid {
  display: none;
}
.bloque-listado-vehiculos .listado-vehiculos footer {
  clear: both;
  display: none;
  padding: 0;
}
.bloque-listado-vehiculos .webform-submission-form {
  float: left;
  width: 100%;
}
.bloque-listado-vehiculos .webform-submission-form .cambiar-modelo {
  display: block;
}

.modelos {
  list-style-type: none;
}
.modelos li {
  padding-bottom: 62px;
}
.modelos li .model-image {
  min-height: 230px;
}
.modelos li h2 {
  font-size: 2rem;
  line-height: 32px;
  border-top: 2px solid;
  padding-top: 16px;
}
.modelos li a {
  text-decoration: none;
  color: #282828;
}

.listado-caracteristicas-modelo {
  position: relative;
  top: 0;
  left: 0;
}
.listado-caracteristicas-modelo .texto-caracteristica-modelo {
  float: right;
  position: relative;
  top: 5rem;
  left: -18%;
  background: #ffffff;
  padding: 4rem;
  width: 37.66% !important;
  z-index: 1;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
.listado-caracteristicas-modelo .texto-caracteristica-modelo h3 {
  border-top: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: "Nobel Light", sans-serif;
  font-weight: 700;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (max-width: 899px) {
  .listado-caracteristicas-modelo .texto-caracteristica-modelo h3 {
    font-size: 2rem;
  }
}
.listado-caracteristicas-modelo .texto-caracteristica-modelo p {
  font-size: 1.25rem;
  color: #434644;
}
@media only screen and (max-width: 899px) {
  .listado-caracteristicas-modelo .texto-caracteristica-modelo {
    float: none;
    position: relative;
    top: 0px;
    left: 0;
    padding: 2.5rem 2.5rem 0 2.5rem;
    width: 100% !important;
    order: 2;
  }
}
.listado-caracteristicas-modelo .slick-dots {
  display: inline-block;
  float: left;
  display: none !important;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
.listado-caracteristicas-modelo .slick-dots li {
  display: inline-block;
  margin: 0 1rem;
}
.listado-caracteristicas-modelo .slick-dots li button {
  cursor: pointer;
  font-size: 0;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background: #B9C0C2;
}
.listado-caracteristicas-modelo .slick-dots li.slick-active button, .listado-caracteristicas-modelo .slick-dots li:hover button {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  width: 16px;
  height: 16px;
  background: #1a1a1a;
}
@media only screen and (max-width: 899px) {
  .listado-caracteristicas-modelo .slick-dots {
    display: inline-block !important;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
    text-align: center;
  }
}
.listado-caracteristicas-modelo .slick__arrow {
  position: absolute;
  top: 8em;
  left: 0;
  width: 100%;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
.listado-caracteristicas-modelo .slick__arrow button {
  cursor: pointer;
  font-size: 0;
  border: none;
  width: 10px;
  height: 10px;
  background-size: 385px !important;
  display: inline-block;
  width: 33px;
  height: 48px;
  position: relative;
  top: 0;
  left: 0;
}
.listado-caracteristicas-modelo .slick__arrow button.slick-prev {
  background: url("../images/lexusprite.svg") -10px -194px no-repeat transparent;
  left: 4%;
  display: none !important;
}
.listado-caracteristicas-modelo .slick__arrow button.slick-next {
  background: url("../images/lexusprite.svg") -10px -290px no-repeat transparent;
  float: right;
  left: -16%;
}
@media only screen and (max-width: 899px) {
  .listado-caracteristicas-modelo .slick__arrow {
    top: initial;
    position: relative;
  }
  .listado-caracteristicas-modelo .slick__arrow button.slick-prev {
    left: 4%;
    position: absolute;
    display: block !important;
  }
  .listado-caracteristicas-modelo .slick__arrow button.slick-next {
    position: absolute;
    left: initial;
    right: 4%;
  }
}

.vehiculos-vo, #block-formularioexpuestovehiculos-vopage-1 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
.vehiculos-vo .views-field-nid, #block-formularioexpuestovehiculos-vopage-1 .views-field-nid {
  display: none;
}
.vehiculos-vo form, #block-formularioexpuestovehiculos-vopage-1 form {
  background: none;
}
.vehiculos-vo form .wrapper-form, #block-formularioexpuestovehiculos-vopage-1 form .wrapper-form {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.vehiculos-vo form .wrapper-form .js-form-item, #block-formularioexpuestovehiculos-vopage-1 form .wrapper-form .js-form-item {
  float: left;
  width: 33%;
}
.vehiculos-vo form fieldset, #block-formularioexpuestovehiculos-vopage-1 form fieldset {
  border: 0;
}
.vehiculos-vo form fieldset legend, #block-formularioexpuestovehiculos-vopage-1 form fieldset legend {
  font-weight: bold;
  padding-bottom: 0.5em;
  display: block;
}
.vehiculos-vo form fieldset .js-form-item, #block-formularioexpuestovehiculos-vopage-1 form fieldset .js-form-item {
  width: 100% !important;
  margin: 16px;
}
.vehiculos-vo form .wrapper-field, #block-formularioexpuestovehiculos-vopage-1 form .wrapper-field {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.vehiculos-vo form .ui-state-default, .vehiculos-vo form .ui-widget-content .ui-state-default, .vehiculos-vo form .ui-widget-header .ui-state-default,
.vehiculos-vo form .ui-button, .vehiculos-vo form html .ui-button.ui-state-disabled:hover, .vehiculos-vo form html .ui-button.ui-state-disabled:active, #block-formularioexpuestovehiculos-vopage-1 form .ui-state-default, #block-formularioexpuestovehiculos-vopage-1 form .ui-widget-content .ui-state-default, #block-formularioexpuestovehiculos-vopage-1 form .ui-widget-header .ui-state-default,
#block-formularioexpuestovehiculos-vopage-1 form .ui-button, #block-formularioexpuestovehiculos-vopage-1 form html .ui-button.ui-state-disabled:hover, #block-formularioexpuestovehiculos-vopage-1 form html .ui-button.ui-state-disabled:active {
  border: 1px solid #1a1a1a;
  background: #1a1a1a;
  font-weight: normal;
  color: #454545;
  border-radius: 20px;
}
.vehiculos-vo form .ui-widget-content, #block-formularioexpuestovehiculos-vopage-1 form .ui-widget-content {
  border: 1px solid #ccc;
  /*{borderColorContent}*/
  background: #ccc;
  /*{bgColorContent}*/
  /*{bgImgUrlContent}*/
  /*{bgContentXPos}*/
  /*{bgContentYPos}*/
  /*{bgContentRepeat}*/
  color: #333333;
  z-index: 99 !important;
}
.vehiculos-vo form .ui-slider-horizontal .ui-slider-handle, #block-formularioexpuestovehiculos-vopage-1 form .ui-slider-horizontal .ui-slider-handle {
  top: -8px;
  margin-left: -0.6em;
  width: 25px;
  height: 25px;
}
.vehiculos-vo form .ui-slider-horizontal, #block-formularioexpuestovehiculos-vopage-1 form .ui-slider-horizontal {
  height: 15px;
}
.vehiculos-vo form .ui-slider-range, #block-formularioexpuestovehiculos-vopage-1 form .ui-slider-range {
  background: rgba(255, 255, 255, 0.5);
}
.vehiculos-vo form .bef-slider.noUi-target, #block-formularioexpuestovehiculos-vopage-1 form .bef-slider.noUi-target {
  height: 8px;
  background: #ccc;
  border-radius: 20px;
  margin: 1.5rem 0;
  position: relative;
}
.vehiculos-vo form .noUi-connects, #block-formularioexpuestovehiculos-vopage-1 form .noUi-connects {
  background: transparent;
}
.vehiculos-vo form .noUi-connect, #block-formularioexpuestovehiculos-vopage-1 form .noUi-connect {
  background: #ccc;
  border-radius: 20px;
}
.vehiculos-vo form .noUi-handle, #block-formularioexpuestovehiculos-vopage-1 form .noUi-handle {
  background: #1a1a1a;
  border: 2px solid #FFFFFF;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: -6px;
  cursor: pointer;
  box-shadow: none;
  transition: background 0.2s ease;
}
.vehiculos-vo form .noUi-handle:hover, #block-formularioexpuestovehiculos-vopage-1 form .noUi-handle:hover {
  background: #0d0d0d;
}
.vehiculos-vo form .noUi-handle::before, .vehiculos-vo form .noUi-handle::after, #block-formularioexpuestovehiculos-vopage-1 form .noUi-handle::before, #block-formularioexpuestovehiculos-vopage-1 form .noUi-handle::after {
  display: none;
}
.vehiculos-vo form .js-form-item-precio, #block-formularioexpuestovehiculos-vopage-1 form .js-form-item-precio {
  display: none;
}
.vehiculos-vo form .form-actions, #block-formularioexpuestovehiculos-vopage-1 form .form-actions {
  clear: both;
  text-align: center;
  padding-bottom: 48px;
}
.vehiculos-vo form .form-actions input, #block-formularioexpuestovehiculos-vopage-1 form .form-actions input {
  background: none;
}
.vehiculos-vo form .form-item, #block-formularioexpuestovehiculos-vopage-1 form .form-item {
  margin-top: 48px;
  margin-bottom: 48px;
  position: relative;
}
.vehiculos-vo form .form-item input, #block-formularioexpuestovehiculos-vopage-1 form .form-item input {
  border: 1px solid #ccc;
}
.vehiculos-vo form .form-item label, #block-formularioexpuestovehiculos-vopage-1 form .form-item label {
  font-weight: bold;
  padding-bottom: 0.5em;
  display: block;
}
.vehiculos-vo form .form-item-field-vo-precio-value-min label, .vehiculos-vo form .form-item-field-vo-precio-value-max label,
.vehiculos-vo form .form-item-field-vo-ano-matriculacion-value-min label, .vehiculos-vo form .form-item-field-vo-ano-matriculacion-value-max label,
.vehiculos-vo form .form-item-field-vo-ano-de-matriculacion-value-min label, .vehiculos-vo form .form-item-field-vo-ano-de-matriculacion-value-max label,
.vehiculos-vo form .form-item-field-vo-kilometraje-value-min label, .vehiculos-vo form .form-item-field-vo-kilometraje-value-max label, #block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-precio-value-min label, #block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-precio-value-max label,
#block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-ano-matriculacion-value-min label, #block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-ano-matriculacion-value-max label,
#block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-ano-de-matriculacion-value-min label, #block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-ano-de-matriculacion-value-max label,
#block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-kilometraje-value-min label, #block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-kilometraje-value-max label {
  display: none;
}
.vehiculos-vo form .form-item-field-vo-precio-value-min input, .vehiculos-vo form .form-item-field-vo-precio-value-max input,
.vehiculos-vo form .form-item-field-vo-ano-matriculacion-value-min input, .vehiculos-vo form .form-item-field-vo-ano-matriculacion-value-max input,
.vehiculos-vo form .form-item-field-vo-ano-de-matriculacion-value-min input, .vehiculos-vo form .form-item-field-vo-ano-de-matriculacion-value-max input,
.vehiculos-vo form .form-item-field-vo-kilometraje-value-min input, .vehiculos-vo form .form-item-field-vo-kilometraje-value-max input, #block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-precio-value-min input, #block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-precio-value-max input,
#block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-ano-matriculacion-value-min input, #block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-ano-matriculacion-value-max input,
#block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-ano-de-matriculacion-value-min input, #block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-ano-de-matriculacion-value-max input,
#block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-kilometraje-value-min input, #block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-kilometraje-value-max input {
  background: none;
  border: 0;
  position: absolute;
  top: 50px;
  left: -10px;
  font-size: 0.8rem;
}
.vehiculos-vo form .form-item-field-vo-precio-value-max, .vehiculos-vo form .form-item-field-vo-ano-matriculacion-value-max, .vehiculos-vo form .form-item-field-vo-ano-de-matriculacion-value-max,
.vehiculos-vo form .form-item-field-vo-kilometraje-value-max, #block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-precio-value-max, #block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-ano-matriculacion-value-max, #block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-ano-de-matriculacion-value-max,
#block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-kilometraje-value-max {
  position: relative;
  width: 0 !important;
  margin-right: 0 !important;
}
.vehiculos-vo form .form-item-field-vo-precio-value-max label, .vehiculos-vo form .form-item-field-vo-ano-matriculacion-value-max label, .vehiculos-vo form .form-item-field-vo-ano-de-matriculacion-value-max label,
.vehiculos-vo form .form-item-field-vo-kilometraje-value-max label, #block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-precio-value-max label, #block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-ano-matriculacion-value-max label, #block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-ano-de-matriculacion-value-max label,
#block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-kilometraje-value-max label {
  display: none;
}
.vehiculos-vo form .form-item-field-vo-precio-value-max input, .vehiculos-vo form .form-item-field-vo-ano-matriculacion-value-max input, .vehiculos-vo form .form-item-field-vo-ano-de-matriculacion-value-max input,
.vehiculos-vo form .form-item-field-vo-kilometraje-value-max input, #block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-precio-value-max input, #block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-ano-matriculacion-value-max input, #block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-ano-de-matriculacion-value-max input,
#block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-kilometraje-value-max input {
  position: absolute;
  top: 50px;
  left: -130px;
  width: 100px;
  text-align: right;
  font-size: 0.8rem;
}
.vehiculos-vo form .js-form-type-select, #block-formularioexpuestovehiculos-vopage-1 form .js-form-type-select {
  position: relative;
  top: 0;
  left: 0;
}
.vehiculos-vo form .js-form-type-select:after, #block-formularioexpuestovehiculos-vopage-1 form .js-form-type-select:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  float: right;
  border-bottom: 1px solid;
  border-right: 1px solid;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: none;
  position: absolute;
  right: 35px;
  top: 48px;
  z-index: 0;
}
.vehiculos-vo form select, #block-formularioexpuestovehiculos-vopage-1 form select {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #ccc;
  color: #1a1a1a;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  width: 98%;
  height: 2em;
  border-radius: 0;
}
.vehiculos-vo form .form-item-field-vo-precio-value-min label,
.vehiculos-vo form .form-item-field-vo-ano-de-matriculacion-value-min label,
.vehiculos-vo form .form-item-field-vo-kilometraje-value-min label, #block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-precio-value-min label,
#block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-ano-de-matriculacion-value-min label,
#block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-kilometraje-value-min label {
  display: none;
}
.vehiculos-vo form .form-item-field-vo-precio-value-min input,
.vehiculos-vo form .form-item-field-vo-ano-de-matriculacion-value-min input,
.vehiculos-vo form .form-item-field-vo-kilometraje-value-min input, #block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-precio-value-min input,
#block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-ano-de-matriculacion-value-min input,
#block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-kilometraje-value-min input {
  background: none;
  border: 0;
  position: absolute;
  top: 24px;
  left: -10px;
}
.vehiculos-vo form .form-item-field-vo-precio-value-max,
.vehiculos-vo form .form-item-field-vo-ano-de-matriculacion-value-max,
.vehiculos-vo form .form-item-field-vo-kilometraje-value-max, #block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-precio-value-max,
#block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-ano-de-matriculacion-value-max,
#block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-kilometraje-value-max {
  position: relative;
  width: 0 !important;
}
.vehiculos-vo form .form-item-field-vo-precio-value-max label,
.vehiculos-vo form .form-item-field-vo-ano-de-matriculacion-value-max label,
.vehiculos-vo form .form-item-field-vo-kilometraje-value-max label, #block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-precio-value-max label,
#block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-ano-de-matriculacion-value-max label,
#block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-kilometraje-value-max label {
  display: none;
}
.vehiculos-vo form .form-item-field-vo-precio-value-max input,
.vehiculos-vo form .form-item-field-vo-ano-de-matriculacion-value-max input,
.vehiculos-vo form .form-item-field-vo-kilometraje-value-max input, #block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-precio-value-max input,
#block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-ano-de-matriculacion-value-max input,
#block-formularioexpuestovehiculos-vopage-1 form .form-item-field-vo-kilometraje-value-max input {
  position: absolute;
  top: -60px;
  right: -12px;
  width: 100px;
  text-align: right;
  left: auto;
}
.vehiculos-vo .views-view-grid ul, #block-formularioexpuestovehiculos-vopage-1 .views-view-grid ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.vehiculos-vo .views-view-grid ul:after, .vehiculos-vo .views-view-grid ulbefore, #block-formularioexpuestovehiculos-vopage-1 .views-view-grid ul:after, #block-formularioexpuestovehiculos-vopage-1 .views-view-grid ulbefore {
  content: none;
}
.vehiculos-vo .views-view-grid li, #block-formularioexpuestovehiculos-vopage-1 .views-view-grid li {
  margin-top: 24px;
  margin-bottom: 24px;
  border-right: 1px solid #ccc;
  list-style: none;
  display: block;
}
.vehiculos-vo .views-view-grid li:nth-child(3n), #block-formularioexpuestovehiculos-vopage-1 .views-view-grid li:nth-child(3n) {
  border-right: none;
}
.vehiculos-vo .views-view-grid li:nth-child(3n+1), #block-formularioexpuestovehiculos-vopage-1 .views-view-grid li:nth-child(3n+1) {
  clear: both;
}
.vehiculos-vo .views-view-grid li strong, #block-formularioexpuestovehiculos-vopage-1 .views-view-grid li strong {
  display: block;
}
.vehiculos-vo .views-view-grid li .boton-borde-rojo-toyota, #block-formularioexpuestovehiculos-vopage-1 .views-view-grid li .boton-borde-rojo-toyota {
  font-weight: normal;
  margin: 0 auto;
}
.vehiculos-vo .views-view-grid li article, #block-formularioexpuestovehiculos-vopage-1 .views-view-grid li article {
  text-align: center;
}
.vehiculos-vo .form-item, #block-formularioexpuestovehiculos-vopage-1 .form-item {
  float: left;
  width: 30%;
  margin-right: 3%;
}
@media only screen and (max-width: 899px) {
  .vehiculos-vo .form-item, #block-formularioexpuestovehiculos-vopage-1 .form-item {
    float: none;
    width: 100%;
    margin-right: 0%;
  }
}
.vehiculos-vo .precio, #block-formularioexpuestovehiculos-vopage-1 .precio {
  font-family: "Nobel", Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  padding: 16px;
  text-align: center;
}
.vehiculos-vo .datos-center, #block-formularioexpuestovehiculos-vopage-1 .datos-center {
  text-align: center;
}
.vehiculos-vo .header-vo, #block-formularioexpuestovehiculos-vopage-1 .header-vo {
  background: #1a1a1a;
  padding: 8px 4px;
  color: #fff;
  text-align: center;
  padding-bottom: 16px;
  padding-top: 16px;
}
.vehiculos-vo .header-vo h3, .vehiculos-vo .header-vo a, .vehiculos-vo .header-vo p, #block-formularioexpuestovehiculos-vopage-1 .header-vo h3, #block-formularioexpuestovehiculos-vopage-1 .header-vo a, #block-formularioexpuestovehiculos-vopage-1 .header-vo p {
  color: #fff;
  text-align: center;
}
.vehiculos-vo .header-vo h3, #block-formularioexpuestovehiculos-vopage-1 .header-vo h3 {
  margin-bottom: 4px;
}
.vehiculos-vo .row, #block-formularioexpuestovehiculos-vopage-1 .row {
  padding-bottom: 8px;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (max-width: 899px) {
  .vehiculos-vo .row .col-6, .vehiculos-vo .row .listado-caracteristicas-modelo .imagen-caracteristica-modelo, .listado-caracteristicas-modelo .vehiculos-vo .row .imagen-caracteristica-modelo, #block-formularioexpuestovehiculos-vopage-1 .row .col-6, #block-formularioexpuestovehiculos-vopage-1 .row .listado-caracteristicas-modelo .imagen-caracteristica-modelo, .listado-caracteristicas-modelo #block-formularioexpuestovehiculos-vopage-1 .row .imagen-caracteristica-modelo {
    width: 50%;
  }
}

#block-imagentoyotaocasion img {
  width: 100%;
}

#block-lexus-page-title, #block--lexus-local-tasks {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.block-separator {
  margin-top: 80px;
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (max-width: 899px) {
  .block-separator {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.block-separator-bottom {
  padding-bottom: 80px;
}

v#block-videoportada {
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
@media only screen and (max-width: 899px) {
  v#block-videoportada {
    margin-top: 48px;
  }
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Modals
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.titulo-m {
  font-size: 2rem;
}

.mfp-figure:after {
  background: none !important;
}

.mfp-container .mfp-content {
  background: #ffffff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  background: none;
}
.mfp-container .mfp-content .mfp-close {
  color: #ffffff;
  font-size: 4rem;
  font-family: "Nobel Light", sans-serif;
}
.mfp-container .mfp-content .bloque-listado-vehiculos {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.mfp-container .mfp-content .bloque-listado-vehiculos > div {
  float: left;
  width: 100%;
  background: #F1F2F3;
}
.mfp-container .mfp-content .bloque-listado-vehiculos .mfp-close {
  color: #1a1a1a;
}
.mfp-container .mfp-content form:nth-child(2) {
  display: none;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Home page
 *
 * ------------------------------- ateigh.com -------------------------------
 */
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * node-type: styles for an specific node type
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.page-node-type-modelo {
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
  /* @if ($orientation){
       $orientation: and (orientation: $orientation);
   }*/
}
.page-node-type-modelo #header .menu_principal .navegacion-principal ul.menu li:nth-child(6) {
  display: none;
}
.page-node-type-modelo #header .menu_principal .navegacion-principal ul.menu li:nth-child(7) {
  display: inline-block;
}
@media only screen and (max-width: 899px) {
  .page-node-type-modelo .contenido_pagina {
    /* margin-top: 690px; */
    margin-top: 100vh;
  }
}
@media only screen and (max-width: 599px) {
  .page-node-type-modelo .contenido_pagina {
    /* margin-top: 690px; */
    margin-top: 130vh;
  }
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * User logged
 *
 * ------------------------------- ateigh.com -------------------------------
 */

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