@charset "UTF-8";
/*
Theme Name: jet-bike-theme
Author: El Cultivo
Author URI: http://elcultivo.mx
Description: Tailor-made wordpress theme for Jet & Bike
Version: 1.0
*/
/*===Mazorca Core===*/
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/**
* Basic Styles
* ---------------
* Edítalos o sobreescríbelos
*
*/
/**
 * Super basic stylings
 *
 */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  height: 100%;
}

html, body {
  min-height: 100%;
}

body {
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-family: BlissPro;
}

strong {
  font-weight: bold;
}

img {
  -ms-interpolation-mode: bicubic;
}

.column img, .columns img {
  max-width: 100%;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

p em {
  font-style: italic;
}

section, article, aside, header, footer, nav, figure, figcaption {
  display: block;
}

time, mark {
  display: inline-block;
}

/**
 * All helpers use the !important keyword, if ever necessary their
 * output might be overriden with the !important keyword in a
 * property located lower in the cascade.
 *
 */
/**
 *	Helpers Index:
 *		Position
 *		Display
 *		Gutters
 *		Paddings and Margins
 *		JS Classes
 *
 */
/*************************** Position ***************************/
.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.fixed {
  position: fixed !important;
  max-width: 100% !important;
  width: 100% !important;
  left: 0;
}

.leer-mas__container {
  position: relative;
  overflow: hidden;
}

.flip {
  transform: rotate(180deg) translateX(-50%) !important;
}

.centerXY {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.text-center {
  text-align: center !important;
}

.flex {
  display: flex !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.top56 {
  top: 56px;
}

.ontop {
  z-index: 99 !important;
}

.z-0 {
  z-index: 0 !important;
}

.w100 {
  width: 100% !important;
}

.h100 {
  height: 100% !important;
}

.op1 {
  opacity: 1 !important;
}

.tdn {
  text-decoration: none !important;
}

.text-overflow-ellipsis {
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

/*************************** Layout ***************************/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/*************************** Display ***************************/
.d-bl {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

/*************************** Gutters ***************************/
/*************************** Paddings and Margins ***************************/
.p0 {
  padding: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.m0 {
  margin: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

/*************************** Arrows ***************************/
.icon-arrow-up:after {
  content: "\E801";
}

.icon-arrow-down:after {
  content: "\E800";
}

/*************************** Drags, Selects ***************************/
.undraggable-unselectable-cascading *,
.undraggable-unselectable {
  user-drag: none !important;
  -webkit-user-drag: none !important;
  user-select: none !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
}

.unselectable {
  user-select: none !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
}

/*************************** Text ***************************/
.ttu {
  text-transform: uppercase !important;
}

.ttn {
  text-transform: none !important;
}

/*************************** Animations ***************************/
.transition-fast {
  transition: all 0.3s;
}

.transition-slow {
  transition: all 1s;
}

.hover-scale-up:hover {
  transform: scale(1.2) !important;
}

/*************************** JS Classes ***************************/
[v-cloak] {
  opacity: 0;
}

.noScroll_JS, .no-scroll {
  overflow: hidden !important;
}

/*************************** Bootstrap ***************************/
.hidden {
  display: none !important;
}

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

html {
  font-size: 10px;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.main-wrap {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
}

/**
 * Declare fonts using the Mixin
 */
@font-face {
  font-family: "GoldmanRegular";
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Goldman-Regular/goldman-regular.eot");
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Goldman-Regular/goldman-regular.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Goldman-Regular/goldman-regular.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Goldman-Regular/goldman-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "LatoBold";
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Lato-Bold/lato-bold.eot");
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Lato-Bold/lato-bold.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Lato-Bold/lato-bold.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Lato-Bold/lato-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "LatoBoldItalic";
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Lato-BoldItalic/lato-bolditalic.eot");
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Lato-BoldItalic/lato-bolditalic.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Lato-BoldItalic/lato-bolditalic.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Lato-BoldItalic/lato-bolditalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "LatoItalic";
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Lato-Italic/lato-italic.eot");
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Lato-Italic/lato-italic.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Lato-Italic/lato-italic.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Lato-Italic/lato-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "LatoLight";
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Lato-Light/lato-light.eot");
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Lato-Light/lato-light.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Lato-Light/lato-light.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Lato-Light/lato-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "LatoLightItalic";
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Lato-LightItalic/lato-lightitalic.eot");
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Lato-LightItalic/lato-lightitalic.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Lato-LightItalic/lato-lightitalic.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Lato-LightItalic/lato-lightitalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "LatoMedium";
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Lato-Medium/lato-medium.eot");
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Lato-Medium/lato-medium.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Lato-Medium/lato-medium.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Lato-Medium/lato-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "LatoRegular";
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Lato-Regular/lato-regular.eot");
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Lato-Regular/lato-regular.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Lato-Regular/lato-regular.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/fonts/Lato-Regular/lato-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Bodoni";
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-BoldItalic.eot");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-BoldItalic.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-BoldItalic.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "Bodoni";
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-Bold.eot");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-Bold.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-Bold.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Bodoni";
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-Poster.eot");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-Poster.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-Poster.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-Poster.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Bodoni";
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-PosterCompressed.eot");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-PosterCompressed.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-PosterCompressed.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-PosterCompressed.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Bodoni";
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-Italic.eot");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-Italic.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-Italic.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-Italic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "Bodoni";
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd.eot");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Bodoni";
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-PosterItalic.eot");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-PosterItalic.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-PosterItalic.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-PosterItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "Bodoni";
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-BoldCondensed.eot");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-BoldCondensed.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-BoldCondensed.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-BoldCondensed.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Bodoni";
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-BookItalic.eot");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-BookItalic.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-BookItalic.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-BookItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "Bodoni";
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-Book.eot");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-Book.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-Book.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/BodoniStd-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Bodoni";
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/Bodoni-Bold-2.eot");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/Bodoni-Bold-2.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/Bodoni-Bold-2.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/Bodoni-Bold-2.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Bodoni";
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/bodonibold2.eot");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/bodonibold2.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/bodonibold2.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/fonts/Bodoni/bodonibold2.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-Italic.eot");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-Italic.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-Italic.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-Extrabold.eot");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-Extrabold.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-Extrabold.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans.eot");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-Light.eot");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-Light.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-Light.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-BoldItalic.eot");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-BoldItalic.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-BoldItalic.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-SemiboldItalic.eot");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-SemiboldItalic.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-SemiboldItalic.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-Semibold.eot");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-Semibold.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-Semibold.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-Bold.eot");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-Bold.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-Bold.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSansLight-Italic.eot");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSansLight-Italic.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSansLight-Italic.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSansLight-Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-ExtraboldItalic.eot");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-ExtraboldItalic.eot#iefix") format("embedded-opentype");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-ExtraboldItalic.woff") format("woff");
  src: url("https://jetandbike.com/wp-content/themes/fonts/OpenSans/OpenSans-ExtraboldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}
/*
*   The Variables
*   Feel free to play with them!
*/
/*Set to "true" for -webkit-,-moz-appereance:none
   useful for editing radio buttons amog other things*/
/*similar as above but for selects*/
/*
*   If you need to style basic layout and stuff go to your
*   "modules/_contactForm.scss" or similar file
*/
/*Input Elements' Params*/
input, textarea {
  background-color: transparent;
  border: 0px none transparent;
  border-radius: initial;
  padding: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input, textarea {
  width: 100%;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button] {
  display: block;
}

input[type=date],
input[type=time],
input[type=button] {
  width: auto;
}

input::-webkit-datetime-edit {
  color: black;
}

input::-webkit-inner-spin-button,
input::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 1;
}

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  padding: 0;
  height: 1rem;
  width: 1rem;
  vertical-align: text-top;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: black;
}

input[type=radio] {
  border-radius: 100%;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}

.contact__header, .menu-grid-col-3 > a, .menu-grid-col-2 > a, .menu-grid-col-1 > a, .footer__title {
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 600px) {
  .contact__header, .menu-grid-col-3 > a, .menu-grid-col-2 > a, .menu-grid-col-1 > a, .footer__title {
    font-size: 14px;
  }
}

.modelos__title, .legal__title, .landing__title, .contact__title h2, .archive__title, .alquiler__prices-block .price-qty, .alquiler__title, .about__cover-phrase .title, .error__title {
  font-size: 36px;
  line-height: 37px;
  letter-spacing: 0.1px;
}
@media only screen and (max-width: 320px) {
  .modelos__title, .legal__title, .landing__title, .contact__title h2, .archive__title, .alquiler__prices-block .price-qty, .alquiler__title, .about__cover-phrase .title, .error__title {
    font-size: 30px;
  }
}

.landing__image-block .title {
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 2px;
}

.modelos__features-block-title .title, .landing__services-slide-title .title, .archive__brand, .archive__banner-content .address, .alquiler__bookings-address .address, .alquiler__subtitle {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 2px;
}

.landing__services-slide-title .subtitle {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.5px;
}

.experiences__form-container .title, .experiences__hero-subtitle, .about__text-quote {
  font-size: 25px;
  line-height: 34px;
  letter-spacing: 0.1px;
}

.modelos__subtitle, .contact__subtitle, .archive__subtitle, .alquiler__title-banner {
  font-size: 29px;
  line-height: 37px;
  letter-spacing: 0.1px;
}
@media only screen and (max-width: 320px) {
  .modelos__subtitle, .contact__subtitle, .archive__subtitle, .alquiler__title-banner {
    font-size: 26px;
  }
}

.modelos__block-info .subtitle {
  font-size: 21px;
  line-height: 20px;
  letter-spacing: 2px;
}

.experiences__hero-title {
  font-size: 34px;
  line-height: 37px;
  letter-spacing: 0.1px;
}
@media only screen and (max-width: 320px) {
  .experiences__hero-title {
    font-size: 30px;
    line-height: 33px;
  }
}

.header__banner, .footer__links, .footer__phone, .footer__address {
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 600px) {
  .header__banner, .footer__links, .footer__phone, .footer__address {
    font-size: 10px;
  }
}
@media only screen and (max-width: 355px) {
  .header__banner, .footer__links, .footer__phone, .footer__address {
    font-size: 9px;
    line-height: 10px;
  }
}

.menu-grid-col-3 > a span, .menu-grid-col-2 > a span, .menu-grid-col-1 > a span, .menu-title {
  font-size: 10px;
  line-height: 25px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 600px) {
  .menu-grid-col-3 > a span, .menu-grid-col-2 > a span, .menu-grid-col-1 > a span, .menu-title {
    font-size: 14px;
  }
}

.menu-has-submenu > .sub-menu {
  font-size: 9px;
  line-height: 25px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 600px) {
  .menu-has-submenu > .sub-menu {
    font-size: 13px;
  }
}

.landing__text {
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.25px;
}

.text-area::-moz-placeholder, .input--text::-moz-placeholder {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.25px;
}

.text-area:-ms-input-placeholder, .input--text:-ms-input-placeholder {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.25px;
}

.landing__image-block .phone, .alquiler__related-text-header .text, .success-contact, .error-contact, .input-container > label, .text-area::placeholder, .text-area, .input--text::placeholder, .input--text {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.25px;
}

.modelos__features-block-text, .landing__services-slide-text, .contact__text {
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.25px;
}
.modelos__features-block-text em, .landing__services-slide-text em, .contact__text em {
  font-style: italic;
}
.cookies__container .button, .button--cta-form, .button--pdf-experiences, .button--experiencias, .button--link {
  font-size: 10px;
  line-height: 30px;
  letter-spacing: 2px;
}

.modelos__intro-content, .landing__description, .contact__message {
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.5px;
}
.about__text-normal {
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.about__text-normal h1, .about__text-normal h2, .about__text-normal h3, .about__text-normal h4, .about__text-normal h5, .about__text-normal h6 {
  text-transform: uppercase;
}
.about__text-normal ul li {
  position: relative;
  margin-left: 12px;
}
.about__text-normal ul li:before {
  content: "-";
  font-weight: 600;
  padding: 0 5px 0 0;
  position: absolute;
  left: -12px;
}

.alquiler__content-text, .cookies__container {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.25px;
}
.alquiler__content-text blockquote, .cookies__container blockquote {
  font-size: 12px;
}
.alquiler__content-text h1, .cookies__container h1, .alquiler__content-text h2, .cookies__container h2, .alquiler__content-text h3, .cookies__container h3, .alquiler__content-text h4, .cookies__container h4, .alquiler__content-text h5, .cookies__container h5, .alquiler__content-text h6, .cookies__container h6 {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.alquiler__content-text ul li, .cookies__container ul li {
  position: relative;
  margin-left: 12px;
}
.alquiler__content-text ul li:before, .cookies__container ul li:before {
  content: "-";
  font-weight: 600;
  padding: 0 5px 0 0;
  position: absolute;
  left: -12px;
}

.contact__text--phones .mail, .contact__text-block a, .contact__text-block p {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.archive__banner-content .phone, .alquiler__bookings-address .phone {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.modelos__block-info .price {
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 2px;
}

.alquiler__prices-block .price-msg, .alquiler__prices-block .time {
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 2px;
}

.alquiler__prices-final-text {
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.legal__content, .experiences__form-container .subtitle, .error__text {
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0.5px;
}
.legal__content h1, .experiences__form-container .subtitle h1, .error__text h1, .legal__content h2, .experiences__form-container .subtitle h2, .error__text h2, .legal__content h3, .experiences__form-container .subtitle h3, .error__text h3, .legal__content h4, .experiences__form-container .subtitle h4, .error__text h4, .legal__content h5, .experiences__form-container .subtitle h5, .error__text h5, .legal__content h6, .experiences__form-container .subtitle h6, .error__text h6 {
  text-transform: uppercase;
}
.legal__content ul li, .experiences__form-container .subtitle ul li, .error__text ul li {
  position: relative;
  margin-left: 12px;
}
.legal__content ul li:before, .experiences__form-container .subtitle ul li:before, .error__text ul li:before {
  content: "-";
  font-weight: 600;
  padding: 0 5px 0 0;
  position: absolute;
  left: -12px;
}
.legal__content a, .experiences__form-container .subtitle a, .error__text a {
  text-decoration: underline;
}

.cookies__container .button, .button--cta-form, .button--pdf-experiences, .button--experiencias, .button--link {
  width: 127px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.cookies__container .button:hover, .button--cta-form:hover, .button--pdf-experiences:hover, .button--experiencias:hover, .button--link:hover {
  cursor: pointer;
}

.button {
  width: 220px;
  height: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background-color: transparent;
  border: none;
}
.button--link {
  text-transform: uppercase;
  color: #f2f1ed;
  border-radius: 5.5px;
}
.button--download {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px 0 40px;
  color: #262a2c;
  border: 2px solid #a8a5a1;
  background-image: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/images/svg/arrow-download.svg");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: left 14px center;
}
@media only screen and (max-width: 600px) {
  .button--download {
    height: auto;
  }
}
@media only screen and (max-width: 320px) {
  .button--download {
    line-height: 20px;
  }
}
.button--blue {
  border: 2px solid #4b5669;
}
.button--lilac {
  border: 2px solid #a9a0a8;
}
.button--white {
  color: #f2f1ed;
  background-image: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/images/svg/arrow-download-white.svg");
  border: 2px solid #f2f1ed;
}
.button--experiencias {
  text-transform: uppercase;
  color: #f2f1ed;
  background-color: #4b5669;
  border-radius: 5.5px;
  padding: 0 20px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.button--pdf-experiences {
  text-transform: uppercase;
  color: #f2f1ed;
  border-radius: 5.5px;
  border: 2px solid #f2f1ed;
}
.button--cta-form {
  text-transform: uppercase;
  color: #f2f1ed;
  background-color: #a9a0a8;
  border-radius: 5.5px;
}

.text-area, .input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none !important;
  outline: none;
}
.input {
  outline: none;
}
.input--text {
  width: 100%;
  padding: 7px 0 13px;
  border-bottom: 2px solid #f2f1ed;
  color: #f2f1ed;
  /* Change autocomplete styles in WebKit */
}
.input--text::-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.7;
}
.input--text:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0.7;
}
.input--text::placeholder {
  color: #FFFFFF;
  opacity: 0.7;
}
.input--text:focus::-moz-placeholder {
  opacity: 0;
}
.input--text:focus:-ms-input-placeholder {
  opacity: 0;
}
.input--text:focus::placeholder {
  opacity: 0;
}
.input--text:-webkit-autofill, .input--text:-webkit-autofill:hover, .input--text:-webkit-autofill:focus {
  border: none;
  border-bottom: 2px solid #f2f1ed;
  -webkit-text-fill-color: #f2f1ed;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.input--text::-webkit-search-decoration, .input--text::-webkit-search-cancel-button, .input--text::-webkit-search-results-button, .input--text::-webkit-search-results-decoration {
  display: none;
}

.text-area {
  outline: none;
  padding: 7px 0 13px;
  border-bottom: 2px solid #f2f1ed;
  height: 75px;
  color: #f2f1ed;
  /* Change autocomplete styles in WebKit */
}
.text-area::-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.7;
}
.text-area:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0.7;
}
.text-area::placeholder {
  color: #FFFFFF;
  opacity: 0.7;
}
.text-area:focus::-moz-placeholder {
  opacity: 0;
}
.text-area:focus:-ms-input-placeholder {
  opacity: 0;
}
.text-area:focus::placeholder {
  opacity: 0;
}
.text-area:-webkit-autofill, .text-area:-webkit-autofill:hover, .text-area:-webkit-autofill:focus {
  border: none;
  border-bottom: 2px solid #f2f1ed;
  -webkit-text-fill-color: #f2f1ed;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.text-area::-webkit-search-decoration, .text-area::-webkit-search-cancel-button, .text-area::-webkit-search-results-button, .text-area::-webkit-search-results-decoration {
  display: none;
}

.input-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.input-container > label {
  line-height: 37px;
}

.error-contact {
  color: #f2f1ed;
  line-height: 37px;
}

.success-contact {
  color: #f2f1ed;
  line-height: 37px;
}

.fadeOut {
  opacity: 0;
  margin-bottom: 0;
  -webkit-animation: fadeOutContact 5s;
          animation: fadeOutContact 5s;
}

@-webkit-keyframes fadeOutContact {
  0% {
    opacity: 1;
    margin-bottom: 40px;
  }
  100% {
    opacity: 0;
    margin-bottom: 0px;
  }
}

@keyframes fadeOutContact {
  0% {
    opacity: 1;
    margin-bottom: 40px;
  }
  100% {
    opacity: 0;
    margin-bottom: 0px;
  }
}
.label {
  font-family: "OpenSans", sans;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.contact__header, .menu-grid-col-3 > a, .menu-grid-col-2 > a, .menu-grid-col-1 > a, .footer__title, .modelos__title, .legal__title, .landing__title, .contact__title h2, .archive__title, .alquiler__prices-block .price-qty, .alquiler__title, .about__cover-phrase .title, .error__title, .landing__image-block .title, .modelos__features-block-title .title, .landing__services-slide-title .title, .archive__brand, .archive__banner-content .address, .alquiler__bookings-address .address, .alquiler__subtitle, .landing__services-slide-title .subtitle, .experiences__form-container .title, .experiences__hero-subtitle, .about__text-quote, .modelos__subtitle, .contact__subtitle, .archive__subtitle, .alquiler__title-banner, .modelos__block-info .subtitle, .experiences__hero-title, .cookies__container .button, .about__text-normal h1, .about__text-normal h2, .about__text-normal h3, .about__text-normal h4, .about__text-normal h5, .about__text-normal h6, .alquiler__content-text h1, .cookies__container h1, .alquiler__content-text h2, .cookies__container h2, .alquiler__content-text h3, .cookies__container h3, .alquiler__content-text h4, .cookies__container h4, .alquiler__content-text h5, .cookies__container h5, .alquiler__content-text h6, .cookies__container h6, .button--link, .button--experiencias, .button--pdf-experiences, .button--cta-form {
  font-family: "GoldmanRegular";
  font-style: normal;
}

.contact__text-block h4, .menu-has-submenu > a.active-sublink, .modelos__features-block-text strong, .landing__services-slide-text strong, .contact__text strong, .about__text-normal strong, .alquiler__content-text strong, .cookies__container strong, .alquiler__content-text blockquote, .cookies__container blockquote, .modelos__block-info .price, .legal__content strong, .experiences__form-container .subtitle strong, .error__text strong, .legal__content h1, .experiences__form-container .subtitle h1, .error__text h1, .legal__content h2, .experiences__form-container .subtitle h2, .error__text h2, .legal__content h3, .experiences__form-container .subtitle h3, .error__text h3, .legal__content h4, .experiences__form-container .subtitle h4, .error__text h4, .legal__content h5, .experiences__form-container .subtitle h5, .error__text h5, .legal__content h6, .experiences__form-container .subtitle h6, .error__text h6 {
  font-family: "LatoBold";
  font-weight: bold;
}

.modelos__features-block-text em strong, .landing__services-slide-text em strong, .contact__text em strong, .modelos__features-block-text strong em, .landing__services-slide-text strong em, .contact__text strong em, .modelos__intro-content em strong, .landing__description em strong, .contact__message em strong, .modelos__intro-content strong em, .landing__description strong em, .contact__message strong em, .about__text-normal em strong, .about__text-normal strong em, .alquiler__content-text em strong, .cookies__container em strong, .alquiler__content-text strong em, .cookies__container strong em, .legal__content em strong, .experiences__form-container .subtitle em strong, .error__text em strong, .legal__content strong em, .experiences__form-container .subtitle strong em, .error__text strong em {
  font-family: "Lato-BoldItalic";
  font-weight: bold;
  font-style: italic;
}

.modelos__intro-content, .landing__description, .contact__message, .about__text-normal, .alquiler__content-text, .cookies__container, .legal__content, .experiences__form-container .subtitle, .error__text {
  font-family: "LatoLight";
  font-weight: 300;
}

.modelos__intro-content em, .landing__description em, .contact__message em, .about__text-normal em, .alquiler__content-text em, .cookies__container em, .legal__content em, .experiences__form-container .subtitle em, .error__text em {
  font-family: "LatoLightItalic";
  font-weight: 300;
  font-style: italic;
}

.experiences__hero-content, .header__banner, .footer__links, .footer__phone, .footer__address, .modelos__intro-content strong, .landing__description strong, .contact__message strong {
  font-family: "LatoMedium";
  font-style: normal;
}

.input--text::-moz-placeholder, .text-area::-moz-placeholder {
  font-family: "LatoRegular";
  font-style: normal;
}

.input--text:-ms-input-placeholder, .text-area:-ms-input-placeholder {
  font-family: "LatoRegular";
  font-style: normal;
}

.archive__title span, .menu-grid-col-3 > a span, .menu-grid-col-2 > a span, .menu-grid-col-1 > a span, .menu-title, .menu-has-submenu > .sub-menu, .landing__text, .landing__image-block .phone, .alquiler__related-text-header .text, .modelos__features-block-text, .landing__services-slide-text, .contact__text, .contact__text--phones .mail, .contact__text-block a, .contact__text-block p, .archive__banner-content .phone, .alquiler__bookings-address .phone, .alquiler__prices-block .price-msg, .alquiler__prices-block .time, .alquiler__prices-final-text, .input--text, .input--text::placeholder, .text-area, .text-area::placeholder, .input-container > label, .error-contact, .success-contact {
  font-family: "LatoRegular";
  font-style: normal;
}

/*%regular {
	font-family: f(opensans);
	font-weight: normal;
	font-style: normal;
}*/
/*_________________________ Grid _________________________ */
.grid__row {
  position: relative;
  width: 100%;
  min-height: 1px;
}
.grid__container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .grid__container {
    max-width: 94%;
    margin: 0 auto;
  }
}
.grid__col-1-1, .grid__col-1-2, .grid__col-1-3 {
  position: relative;
}
.grid__col-1-1 {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .grid__col-1-1 {
    padding: 0px 20px 0px 20px;
  }
}
.grid__col-1-2 {
  width: 50%;
}
.grid__col-1-2:nth-of-type(odd) {
  padding-right: 10px;
}
.grid__col-1-2:nth-of-type(even) {
  padding-left: 10px;
}
.grid__col-1-2:nth-of-type(even) {
  padding-right: 20px;
  padding-left: 20px;
}
.grid__col-1-2:nth-of-type(odd) {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 900px) {
  .grid__col-1-2 {
    width: 100%;
    padding: 0 20px !important;
  }
}
.grid__col-1-3 {
  width: 33.3333333333%;
}
.grid__col-1-3:nth-of-type(3n-2) {
  padding-right: 13.3333333333px;
}
.grid__col-1-3:nth-of-type(3n-1) {
  padding-right: 6.6666666667px;
  padding-left: 6.6666666667px;
}
.grid__col-1-3:nth-of-type(3n) {
  padding-left: 13.3333333333px;
}
@media only screen and (max-width: 900px) {
  .grid__col-1-3 {
    width: calc(8.3333333333% * 12);
    padding: 0px 20px 0px 20px !important;
  }
}
@media only screen and (max-width: 320px) {
  .grid__col-1-3 {
    padding: 0px 20px 0px 20px !important;
  }
}
.grid__col-1-4 {
  width: 25%;
}
.grid__col-1-4:nth-of-type(4n-3) {
  padding-right: 13.3333333333px;
}
.grid__col-1-4:nth-of-type(4n-2) {
  padding-right: 6.6666666667px;
  padding-left: 6.6666666667px;
}
.grid__col-1-4:nth-of-type(4n-1) {
  padding-right: 6.6666666667px;
  padding-left: 6.6666666667px;
}
.grid__col-1-4:nth-of-type(4n) {
  padding-left: 13.3333333333px;
}
.grid__col-1-6 {
  width: calc(8.3333333333% * 6);
  padding-right: 10px;
  padding-left: 0;
}
@media only screen and (max-width: sm-big) {
  .grid__col-1-6 {
    width: calc(8.3333333333% * 8);
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: xs-big) {
  .grid__col-1-6 {
    width: calc(8.3333333333% * 12);
    padding-right: 0;
    padding-left: 0;
  }
}
.grid__col-1-7 {
  width: calc(8.3333333333% * 7);
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (max-width: sm-big) {
  .grid__col-1-7 {
    width: calc(8.3333333333% * 8);
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: xs-big) {
  .grid__col-1-7 {
    width: calc(8.3333333333% * 12);
    padding-right: 0;
    padding-left: 0;
  }
}
.grid__col-1-8 {
  width: calc(8.3333333333% * 8);
  padding-right: 0px !important;
  padding-left: 0px;
}
@media only screen and (max-width: sm-big) {
  .grid__col-1-8 {
    width: 100%;
  }
}
@media only screen and (max-width: xs-big) {
  .grid__col-1-8 {
    width: 100%;
    margin-left: 0 !important;
  }
}
.grid__col-1-9 {
  width: calc(8.3333333333% * 9);
  padding-right: 20px !important;
  padding-left: 20px;
}
@media only screen and (max-width: 900px) {
  .grid__col-1-9 {
    width: 100%;
  }
}
.grid__col-1-10 {
  width: calc(8.3333333333% * 10);
  padding-right: 20px !important;
  padding-left: 20px;
}
@media only screen and (max-width: 900px) {
  .grid__col-1-10 {
    width: 100%;
  }
}
.grid__box {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 900px) {
  .featured-home-contenedor .grid__col-1-9 {
    width: calc(8.3333333333% * 8);
  }
}
@media only screen and (max-width: 600px) {
  .featured-home-contenedor .grid__col-1-9 {
    width: calc(8.3333333333% * 12);
  }
}
.featured-home-contenedor .grid__col-1-4 {
  padding: 0 10px;
}
@media only screen and (max-width: 900px) {
  .featured-home-contenedor .grid__col-1-4 {
    width: calc(8.3333333333% * 3.2);
  }
}
@media only screen and (max-width: 600px) {
  .featured-home-contenedor .grid__col-1-4 {
    width: calc(8.3333333333% * 6);
    margin: 0 auto;
  }
}

/* O f f s e t */
.grid__offset-0-2 {
  width: calc(8.3333333333% * 2);
  margin: 0 10px;
}
@media only screen and (max-width: 900px) {
  .grid__offset-0-2 {
    width: 0;
    margin: 0px;
  }
}

/* A s p e c t   r a t i o */
/* C o n t e n e d o r */
/* W y s i w y g */
/* F l e x   c e n t e r */
/* _____ C O N T A I N E R S _____ */
.wrapper {
  width: 100vw;
  max-width: 100%;
}

.container {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
}
@media only screen and (max-width: 1700px) {
  .container {
    width: calc(100% - 40px);
  }
}
.container--100 {
  width: 100%;
}

.grid {
  width: 100%;
  display: grid;
}
.grid--col-12 {
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (max-width: 900px) {
  .grid--col-12 {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .grid--col-12 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid--col-60-40 {
  grid-template-columns: 6fr 4fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.grid--col-1-models {
  grid-template-columns: 1fr;
}
.grid--col-2 {
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.grid--col-2-cover {
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.grid--col-2-models {
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (max-width: 600px) {
  .grid--col-2-models {
    grid-template-columns: 1fr;
  }
}
.grid--col-3 {
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media only screen and (max-width: 900px) {
  .grid--col-3 {
    grid-template-columns: 1fr;
  }
}
.grid--col-3-contact {
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media only screen and (max-width: 900px) {
  .grid--col-3-contact {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}
.grid--col-3-archive {
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media only screen and (max-width: 600px) {
  .grid--col-3-archive {
    grid-template-columns: 1fr;
  }
}
.grid--col-3-models {
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media only screen and (max-width: 600px) {
  .grid--col-3-models {
    grid-template-columns: 1fr;
  }
}
.grid--wcg {
  -moz-column-gap: 0;
       column-gap: 0;
}
.grid--cg20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

/* _____ G E N E R A L _____ */
.cookies {
  display: none;
  width: 100vw;
  max-width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #f2f1ed;
  color: #262a2c;
  position: fixed;
  bottom: 0;
  z-index: 20;
}
@media only screen and (max-width: 600px) {
  .cookies {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.cookies.hide-cookies {
  display: none !important;
}
.cookies__container {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
}
@media only screen and (max-width: 900px) {
  .cookies__container {
    flex-direction: column;
  }
}
.cookies__container .button {
  background: transparent;
  cursor: pointer;
  color: #262a2c;
  border: 2px solid #a8a5a1;
  height: 30px;
  padding: 0;
  text-transform: uppercase;
  border-radius: 5.5px;
  margin-left: 50px;
}
@media only screen and (max-width: 900px) {
  .cookies__container .button {
    margin-top: 20px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .cookies__container .button {
    margin-top: 10px;
  }
}
.cookies__container a {
  margin-left: 0.5em;
  color: #262a2c !important;
  text-decoration: underline;
}
@media only screen and (max-width: 600px) {
  .cookies__container {
    padding: 10px;
  }
}

.error {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error__content {
  grid-column: 3/11;
  width: 100%;
  color: #262a2c;
}
@media only screen and (max-width: 900px) {
  .error__content {
    grid-column: 2/8;
  }
}
@media only screen and (max-width: 600px) {
  .error__content {
    grid-column: 1/5;
  }
}
.error__title {
  text-transform: uppercase;
  margin-bottom: 50px;
}
.error__text {
  margin-bottom: 50px;
}
.error__cta {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.error__cta .button--link {
  color: #262a2c;
}

.footer {
  background-color: #262a2c;
  color: #eeede8;
  padding: 110px 0 50px;
}
@media only screen and (max-width: 900px) {
  .footer {
    padding: 55px 0 50px;
  }
}
@media only screen and (max-width: 600px) {
  .footer {
    padding: 50px 0;
  }
}
.footer__one {
  grid-column: 1/4;
}
@media only screen and (max-width: 900px) {
  .footer__one {
    grid-column: 3/7;
    grid-row: 1;
  }
}
@media only screen and (max-width: 600px) {
  .footer__one {
    grid-column: 1/5;
  }
}
.footer__two {
  grid-column: 4/7;
}
@media only screen and (max-width: 900px) {
  .footer__two {
    grid-column: 3/7;
    grid-row: 2;
  }
}
@media only screen and (max-width: 600px) {
  .footer__two {
    grid-column: 1/5;
  }
}
.footer__three {
  grid-column: 7/10;
}
@media only screen and (max-width: 900px) {
  .footer__three {
    grid-column: 3/7;
    grid-row: 3;
  }
}
@media only screen and (max-width: 600px) {
  .footer__three {
    grid-column: 1/5;
  }
}
.footer__four {
  grid-column: 10/13;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .footer__four {
    grid-column: 3/7;
    grid-row: 4;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .footer__four {
    grid-column: 1/5;
  }
}
.footer__four::before {
  content: "";
  display: block;
  background-color: #eeede8;
  width: 1px;
  height: 100%;
  position: absolute;
  left: -20px;
  top: 0;
}
@media only screen and (max-width: 900px) {
  .footer__four::before {
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
  }
}
.footer__four .svg {
  margin: 0 0 30px;
}
.footer__five {
  grid-column: 1/10;
  grid-row: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
}
.footer__five a:not(:first-child) {
  margin-left: 40px;
}
@media only screen and (max-width: 900px) {
  .footer__five {
    display: none;
  }
}
.footer__block {
  width: 100%;
  margin: 0 0 30px;
}
.footer__block--mobile {
  margin: 60px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__block--mobile a:not(:first-child) {
  margin-left: 40px;
}
@media only screen and (max-width: 900px) {
  .footer__block--mobile {
    margin: 40px 0;
  }
}
.footer__title {
  text-align: center;
  line-height: 14px;
  text-transform: uppercase;
  margin: 0 0 15px;
}
@media only screen and (max-width: 600px) {
  .footer__title {
    line-height: 16px;
  }
}
.footer__address {
  text-align: center;
  line-height: 15px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 600px) {
  .footer__address {
    line-height: 17px;
  }
}
.footer__phone {
  text-align: center;
  line-height: 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.footer__links {
  line-height: 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
}
.footer__links .link-mb {
  margin-bottom: 20px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.header__banner {
  width: 100%;
  background-color: #eeede8;
  height: 25px;
  color: #a8a5a1;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 900px) {
  .header__banner {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 600px) {
  .header__banner .container {
    width: calc(100% - 20px);
  }
}
.header__banner-block {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .header__banner-block {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 355px) {
  .header__banner-block {
    flex-wrap: wrap;
  }
}
.header__banner-block .phone {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}
.header__banner-block .phone a {
  padding-left: 4px;
  padding-right: 18px;
}
@media only screen and (max-width: 900px) {
  .header__banner-block .phone a {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 600px) {
  .header__banner-block .phone--last {
    margin-left: 20px;
  }
}
.header__banner-block .media {
  margin: 0 0 0 20px;
  display: inline-flex;
  align-items: center;
}
.header__banner-block .media a {
  display: inline-flex;
}
.header__banner-block .media a:not(:first-child) {
  margin-left: 25px;
}
@media only screen and (max-width: 900px) {
  .header__banner-block .media.hide-mobile {
    display: none;
  }
}
.header__main {
  width: 100%;
  background-color: #a8a5a1;
  height: 60px;
  display: flex;
  align-items: center;
}
.header__main > .container {
  width: calc(100% - 20px);
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 900px) {
  .header__main > .container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media only screen and (min-width: 900px) {
  .header__main {
    padding: 0 20px;
  }
  .header__main .container, .header__main .grid {
    height: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .header__main {
    height: 50px;
  }
}
.header__logo {
  grid-column: 1/4;
  width: 100%;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .header__logo {
    grid-column: 1/4;
  }
}
.header__main-links {
  grid-column: 4/13;
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .header__main-links {
    height: 100%;
  }
}
@media only screen and (max-width: 1440px) {
  .header__main-links {
    grid-column: 4/13;
  }
}
@media only screen and (max-width: 900px) {
  .header__main-links {
    display: none;
  }
}
.header__main-links.show {
  display: block;
  grid-column: 1/5;
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  min-height: 100vh;
  background-color: #B5B1AE;
}
.header__hamburger {
  display: none;
  grid-column: 8/9;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .header__hamburger {
    display: flex;
  }
}
@media only screen and (max-width: 600px) {
  .header__hamburger {
    grid-column: 4/5;
  }
}
.header__hamburger-button {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 111;
  margin: 0;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.header__hamburger-button span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #f2f1ed;
  border-radius: 5.5px;
  opacity: 1;
  left: 0;
  transition: 0.25s ease-in-out;
}
.header__hamburger-button span:nth-child(1) {
  top: 0px;
}
.header__hamburger-button span:nth-child(2), .header__hamburger-button span:nth-child(3) {
  top: 8px;
}
.header__hamburger-button span:nth-child(4) {
  top: 15px;
}
.header__hamburger-button.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.header__hamburger-button.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header__hamburger-button.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header__hamburger-button.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.link-list {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1094px) {
  .link-list {
    justify-content: space-between;
  }
}

.lista {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1440px) {
  .lista {
    justify-content: flex-end;
  }
  .lista .menu-title:not(:last-child) {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1094px) {
  .lista {
    justify-content: space-between;
    padding-left: 20px;
    /* .menu-title:not(:last-child){
    	margin-right: 30px;
    } */
  }
  .lista .menu-title {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 900px) {
  .lista {
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    width: calc(100% - 40px);
    margin: 40px auto 0;
  }
}

@media only screen and (min-width: 900px) {
  .menu {
    margin-top: 20px;
  }
}
.menu-redes {
  display: none;
  width: 100%;
  padding-top: 25px;
  justify-content: center;
  align-items: center;
}
.menu-redes a:not(:first-child) {
  margin-left: 25px;
}
@media only screen and (max-width: 900px) {
  .menu-redes {
    display: inline-flex;
    height: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .menu-redes {
    height: 70px;
  }
}
.menu-title {
  line-height: 30px;
  color: #eeede8;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .menu-title {
    width: 300px;
    max-width: 300px;
  }
}
@media only screen and (max-width: 600px) {
  .menu-title {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.menu-title:hover > a {
  position: relative;
}
.menu-title:hover > a::after {
  content: "";
  display: block;
  z-index: 103;
  background-color: #4b5669;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -180%;
  left: 0;
}
@media only screen and (max-width: 900px) {
  .menu-title:hover > a::after {
    width: 0;
    height: 0;
    z-index: -1;
  }
}
.menu-title.active > a {
  position: relative;
}
.menu-title.active > a::after {
  content: "";
  display: block;
  background-color: #4b5669;
  width: 100%;
  height: 3px;
  position: absolute;
  z-index: 102;
  bottom: -180%;
  left: 0;
}
@media only screen and (max-width: 900px) {
  .menu-title.active > a::after {
    width: 0;
    height: 0;
    z-index: -1;
  }
}
.menu-has-grid {
  position: static;
  float: left;
}
@media only screen and (max-width: 900px) {
  .menu-has-grid > a {
    width: 100%;
    display: inline-block;
    background-image: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/images/svg/open-arrow.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 10px 5px;
  }
}
.menu-has-grid a.active {
  position: relative;
}
@media only screen and (max-width: 900px) {
  .menu-has-grid a.active {
    background-image: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/images/svg/close-arrow.svg");
  }
}
.menu-has-grid a.active::after {
  content: "";
  display: block;
  background-color: #4b5669;
  width: 100%;
  height: 3px;
  position: absolute;
  z-index: 102;
  bottom: -180%;
  left: 0;
}
@media only screen and (max-width: 900px) {
  .menu-has-grid a.active::after {
    width: 0;
    height: 0;
    z-index: -1;
  }
}
.menu-has-grid > .sub-menu {
  width: calc(100%);
  min-height: 320px;
  padding: 40px 40px 40px 60px;
  background-color: #B5B1AE;
  position: absolute;
  left: 0;
  top: 84px;
  float: left;
  overflow: hidden;
  z-index: 101;
  display: none;
  grid-template-columns: 280px 300px 50%;
}
@media only screen and (min-width: 1700px) {
  .menu-has-grid > .sub-menu {
    padding: 40px 40px 40px 43%;
  }
}
@media only screen and (max-width: 600px) {
  .menu-has-grid > .sub-menu {
    min-height: 200px;
  }
}
.menu-has-grid > .sub-menu.show {
  display: grid;
}
@media only screen and (max-width: 900px) {
  .menu-has-grid > .sub-menu.show {
    position: relative;
    top: 0;
    grid-template-columns: 1fr;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 600px) {
  .menu-has-grid > .sub-menu.show {
    max-height: calc(100vh - 200px);
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
.menu-grid-col-1 {
  grid-column: 1/2;
  grid-row: 1/3;
  position: relative;
  max-width: 280px;
  min-width: 240px;
  padding-top: 10px;
  padding-right: 40px;
}
@media only screen and (max-width: 900px) {
  .menu-grid-col-1 {
    grid-row: 1;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .menu-grid-col-1 {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .menu-grid-col-1 .sub-menu {
    margin-top: 15px;
  }
}
.menu-grid-col-1::after {
  content: "";
  display: block;
  width: 1px;
  height: 184px;
  background-color: #eeede8;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0px;
}
@media only screen and (max-width: 900px) {
  .menu-grid-col-1::after {
    width: 184px;
    height: 1px;
    bottom: 0;
    left: 0;
    top: 100%;
  }
}
.menu-grid-col-1 > a {
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .menu-grid-col-1 > a {
    padding-bottom: 15px;
  }
}
.menu-grid-col-1 ul.sub-menu li.menu-hover-image {
  position: relative;
  margin-left: 0px;
}
.menu-grid-col-1 ul.sub-menu li.menu-hover-image:before {
  content: "-";
  font-weight: 600;
  padding: 0 5px 0 0;
  position: absolute;
  left: -12px;
}
.menu-grid-col-2 {
  grid-column: 2/3;
  grid-row: 1;
  margin-bottom: 20px;
  max-width: 300px;
  min-width: 260px;
  padding-left: 60px;
  padding-top: 10px;
}
@media only screen and (max-width: 900px) {
  .menu-grid-col-2 {
    grid-column: 1/2;
    grid-row: 2;
    padding-left: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .menu-grid-col-2 {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}
.menu-grid-col-2 > a {
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .menu-grid-col-2 > a {
    padding-bottom: 15px;
  }
}
.menu-grid-col-3 {
  grid-column: 2/3;
  grid-row: 2;
  max-width: 300px;
  min-width: 260px;
  padding-left: 60px;
}
@media only screen and (max-width: 900px) {
  .menu-grid-col-3 {
    grid-column: 1/2;
    grid-row: 3;
    padding-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .menu-grid-col-3 {
    margin-bottom: 15px;
  }
}
.menu-grid-col-3 > a {
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .menu-grid-col-3 > a {
    padding-bottom: 15px;
  }
}
.menu-image-col-4 {
  grid-column: 3/4;
  grid-row: 1/3;
  width: 100%;
  position: relative;
}
.menu-image-col-4::after {
  content: "";
  display: block;
  width: 1px;
  height: 184px;
  background-color: #eeede8;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0px;
}
@media only screen and (max-width: 900px) {
  .menu-image-col-4::after {
    width: 184px;
    height: 1px;
    bottom: 0;
    left: 0;
    top: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .menu-image-col-4 {
    display: none;
  }
}
.menu-image-col-4.show {
  display: block;
}
.menu-image {
  width: 100%;
  height: 220px;
  display: none;
  /* @include over(xt){
  	height: 220px;
  } */
}
.menu-image.show {
  display: block;
}
.menu-has-submenu > a {
  position: relative;
  width: 90px;
  display: block;
}
.menu-has-submenu > a:before {
  content: "-";
  font-weight: 600;
  padding: 0 5px 0 0;
  position: absolute;
  left: -12px;
}
.menu-has-submenu > a:after {
  content: "+";
  font-weight: 600;
  padding: 0 5px 0 0;
  position: absolute;
  right: 0px;
}
.menu-has-submenu > a.active-sublink {
  color: #262a2c;
}
.menu-has-submenu > .sub-menu {
  text-transform: uppercase;
  display: none;
}
.menu-has-submenu > .sub-menu.show {
  display: block;
}
.menu-hover-image {
  position: relative;
}
.menu-hover-image:before {
  content: "-";
  font-weight: 600;
  padding: 0 5px 0 0;
  position: absolute;
  left: -12px;
}
@media only screen and (max-width: 600px) {
  .menu-hover-image {
    margin-bottom: 15px;
  }
}

.mask-cover {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.mask-cover--banner {
  background-color: rgba(242, 241, 237, 0.1);
}

.target-fixer {
  position: absolute;
  z-index: -1;
  top: -85px;
  left: 0;
  width: 100%;
  height: 85px;
}
.target-fixer--75 {
  top: -160px;
}

.pin-padding {
  padding: 100vh 0 0;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto;
}

.dots-single {
  width: 100%;
  position: absolute;
  z-index: 3;
  bottom: -30px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.dots-single--more {
  bottom: -70px;
}
.dots-single li {
  cursor: pointer;
  margin: 0 3px 0;
}
.dots-single li button {
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  background-image: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/images/svg/dot-inactive.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5px 5px;
  font-size: 0;
}
.dots-single li button:focus {
  outline: none;
}
.dots-single li.slick-active button {
  background-image: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/images/svg/dot-active.svg");
  background-size: 13px 13px;
}

.arrow-left {
  width: 35px;
  height: 49px;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: calc(50% - 24.5px);
  left: 0;
  background-image: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/images/svg/arrow-left.svg");
  background-size: 35px 49px;
  background-repeat: no-repeat;
  background-position: center;
  display: none !important;
}
.arrow-left--more {
  top: calc(30% - 24.5px);
}

.arrow-right {
  width: 35px;
  height: 49px;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: calc(50% - 24.5px);
  right: 0;
  background-image: url("https://jetandbike.com/wp-content/themes/jet-bike-theme/images/svg/arrow-right.svg");
  background-size: 35px 49px;
  background-repeat: no-repeat;
  background-position: center;
  display: none !important;
}
.arrow-right--more {
  top: calc(30% - 24.5px);
}

.svg {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.svg--logo-header {
  width: 214.11px;
  height: 30px;
}
@media only screen and (max-width: 600px) {
  .svg--logo-header {
    width: auto;
    height: 25px;
  }
}
.svg--logo-footer {
  width: 176.72px;
  height: 94.69px;
}
.svg--about {
  width: 369.53px;
  height: 86.57px;
}
@media only screen and (max-width: 600px) {
  .svg--about {
    height: 66px;
  }
}
.svg--social-ig {
  width: 13.71px;
  height: 13.71px;
}
@media only screen and (max-width: 600px) {
  .svg--social-ig {
    width: auto;
    height: 14px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.svg--social-fb {
  width: auto;
  height: 13.71px;
}
@media only screen and (max-width: 600px) {
  .svg--social-fb {
    width: auto;
    height: 14px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.svg--social-m {
  width: 18px;
  height: auto;
}
.svg--social-m rect {
  fill: none !important;
}
@media only screen and (max-width: 600px) {
  .svg--social-m {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.svg--social-tw {
  width: 16px;
  height: 13.71px;
}
@media only screen and (max-width: 600px) {
  .svg--social-tw {
    width: auto;
    height: 14px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.svg--gray-light path {
  fill: #eeede8;
}
.svg--gray-medium path {
  fill: #a8a5a1;
}
.svg--white path {
  fill: #FFFFFF;
}

.image {
  width: 100%;
  height: 100%;
}
.image--associates {
  width: 212px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.image--ratio-cover {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--ratio-contain {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
}
.image--ratio-contain-center {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.image--contain-center {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* _____ P A G E S _____ */
.about {
  background-color: #4b5669;
  padding-bottom: 110px;
  padding-top: 85px;
}
@media only screen and (max-width: 600px) {
  .about {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 900px) {
  .about {
    padding-bottom: 0;
  }
}
.about__cover {
  width: 100%;
  min-height: calc(100vh - 85px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .about__cover {
    min-height: calc(100vh - 75px);
  }
}
.about__cover .container {
  position: relative;
  z-index: 3;
}
.about__cover-logo {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.about__cover-logo::after {
  content: "";
  display: block;
  width: 1px;
  height: 200%;
  background-color: #eeede8;
  position: absolute;
  top: -50%;
  right: -5px;
}
@media only screen and (max-width: 900px) {
  .about__cover-logo::after {
    height: 1px;
    width: 370px;
    top: 100%;
    bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  .about__cover-logo::after {
    width: 100%;
    right: 0;
  }
}
@media only screen and (max-width: 900px) {
  .about__cover-logo {
    grid-column: 1/3;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .about__cover-logo {
    width: 100%;
  }
}
.about__cover-logo .svg {
  margin: 0 100px 0 auto;
}
@media only screen and (max-width: 1150px) {
  .about__cover-logo .svg {
    margin: 0 50px 0 auto;
  }
}
@media only screen and (max-width: 900px) {
  .about__cover-logo .svg {
    margin: 0 auto;
  }
}
.about__cover-phrase {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about__cover-phrase .title {
  width: calc(100% - 100px);
  margin: 0 auto 0 100px;
  max-width: 415px;
  color: #f2f1ed;
  text-transform: uppercase;
}
@media only screen and (max-width: 1150px) {
  .about__cover-phrase .title {
    margin: 0 auto 0 50px;
  }
}
@media only screen and (max-width: 900px) {
  .about__cover-phrase .title {
    max-width: 100%;
    width: calc(100% - 40px);
    margin: 40px auto 0;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .about__cover-phrase .title {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .about__cover-phrase {
    grid-column: 1/3;
  }
}
.about__content {
  width: 100%;
  margin: 100px 0 0;
}
.about__content .container {
  width: 100%;
}
.about__image {
  grid-column: 1/6;
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 135.9126984127%;
}
@media only screen and (max-width: 900px) {
  .about__image {
    grid-column: 1/9;
    grid-row: 2;
  }
}
@media only screen and (max-width: 600px) {
  .about__image {
    grid-column: 1/5;
  }
}
.about__text {
  grid-column: 6/13;
  width: 100%;
  max-width: 530px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 900px) {
  .about__text {
    grid-column: 1/9;
    grid-row: 1;
    width: calc(100% - 40px);
    max-width: 100%;
    margin: 0px auto 70px;
  }
}
@media only screen and (max-width: 600px) {
  .about__text {
    grid-column: 1/5;
  }
}
.about__text-normal {
  color: #eeede8;
}
.about__text-quote {
  color: #262a2c;
  margin-top: 80px;
}
.about__text-quote strong {
  color: #f2f1ed;
}
.about__text-link {
  margin-top: 50px;
  width: 100%;
}
.about__text-link .button--link {
  border: 2px solid #f2f1ed;
}

.alquiler__banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .alquiler__banner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.alquiler__banner .container {
  width: 100%;
}
.alquiler__banner-title {
  grid-column: 1/7;
  width: 100%;
  height: 100vh;
  max-width: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0;
}
@media only screen and (max-width: 900px) {
  .alquiler__banner-title {
    grid-column: 1/9;
    max-width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 190px 0 100px;
  }
}
@media only screen and (max-width: 600px) {
  .alquiler__banner-title {
    grid-column: 1/5;
    padding: 140px 20px 70px;
  }
}
.alquiler__banner-cover {
  width: 50%;
  height: 100vh;
  max-height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 900px) {
  .alquiler__banner-cover {
    display: none;
  }
}
.alquiler__banner-cover-mobile {
  display: none;
  width: 100%;
  grid-column: 2/8;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-top: 114.5454545455%;
}
@media only screen and (max-width: 900px) {
  .alquiler__banner-cover-mobile {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .alquiler__banner-cover-mobile {
    grid-column: 1/5;
  }
}
.alquiler__title {
  color: #262a2c;
  text-transform: uppercase;
}
.alquiler__subtitle {
  text-transform: uppercase;
}
.alquiler__title-banner {
  text-transform: uppercase;
}
.alquiler__prices {
  background-color: #262a2c;
  width: 100%;
  padding: 110px 0;
}
.alquiler__prices .container--100 {
  width: 100%;
}
.alquiler__prices-table {
  grid-column: 1/13;
  width: calc(100% - 120px);
  margin: 0 auto 120px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: #2a2e30;
  border: 1px solid #262a2c;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}
@media only screen and (max-width: 900px) {
  .alquiler__prices-table {
    grid-column: 1/9;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .alquiler__prices-table {
    grid-column: 1/5;
    grid-template-columns: 1fr 1fr;
  }
}
.alquiler__prices-table--single {
  grid-template-columns: 1fr;
  min-width: 300px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 600px) {
  .alquiler__prices-table--single {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.alquiler__prices-table--double {
  grid-template-columns: 1fr 1fr;
  width: 600px;
}
@media only screen and (max-width: 600px) {
  .alquiler__prices-table--double {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.alquiler__prices-table--triple {
  grid-template-columns: 1fr 1fr 1fr;
  width: calc(100% - 200px);
}
@media only screen and (max-width: 600px) {
  .alquiler__prices-table--triple {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.alquiler__prices-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #262a2c;
}
@media only screen and (max-width: 600px) {
  .alquiler__prices-block {
    grid-column: 1/3;
    border: 1px solid #262a2c;
  }
}
.alquiler__prices-block--single {
  grid-row: 1;
}
.alquiler__prices-block .time {
  width: 100%;
  min-height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #a8a5a1;
  text-transform: uppercase;
  border-bottom: 1px solid #262a2c;
}
.alquiler__prices-block .price {
  width: 100%;
  margin: 60px 0 30px;
  color: #a8a5a1;
}
.alquiler__prices-block .price-qty {
  color: #f2f1ed;
  margin-bottom: 20px;
  text-align: center;
}
.alquiler__prices-block .price-msg {
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #a8a5a1;
}
.alquiler__prices-block .price p:last-child {
  margin-bottom: 0;
}
.alquiler__prices-final-text {
  background-color: #2d3133;
  color: #a8a5a1;
  width: 100%;
  padding: 0 10px;
  min-height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  grid-column: 1/5;
}
@media only screen and (max-width: 600px) {
  .alquiler__prices-final-text {
    grid-column: 1/3;
    text-align: center;
  }
}
.alquiler__prices-final-text--single {
  grid-row: 2;
}
@media only screen and (max-width: 600px) {
  .alquiler__prices-final-text--single {
    grid-column: 1/3;
    text-align: center;
  }
}
.alquiler__prices-final-text--double {
  grid-column: 1/3;
}
@media only screen and (max-width: 600px) {
  .alquiler__prices-final-text--double {
    grid-column: 1/3;
    text-align: center;
  }
}
.alquiler__prices-final-text--triple {
  grid-column: 1/4;
}
@media only screen and (max-width: 600px) {
  .alquiler__prices-final-text--triple {
    grid-column: 1/3;
    text-align: center;
  }
}
.alquiler__image {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 114.5454545455%;
  overflow: hidden;
}
.alquiler__image--in-column {
  width: calc(100% - 30px);
  margin: 0 30px 0 auto;
  grid-column: 1/7;
  padding-top: 100%;
}
@media only screen and (min-width: 1440px) {
  .alquiler__image--in-column {
    padding-top: 80%;
  }
}
@media only screen and (max-width: 900px) {
  .alquiler__image--in-column {
    grid-column: 1/9;
    grid-row: 2;
    width: calc(100%);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .alquiler__image--in-column {
    grid-column: 1/5;
    grid-row: 2;
  }
}
.alquiler__image--in-banner {
  padding-top: 56.9230769231%;
  /* .image{
      max-height: 370px;
  } */
}
.alquiler__content {
  width: calc(100% - 60px);
  margin: 0 60px 0 auto;
  grid-column: 7/13;
  max-height: 630px;
  overflow-y: scroll;
  color: #eeede8;
}
@media only screen and (max-width: 900px) {
  .alquiler__content {
    width: calc(100% - 40px);
    margin: 0 auto;
    grid-column: 1/9;
    grid-row: 1;
    max-height: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .alquiler__content {
    grid-column: 1/5;
    grid-row: 1;
  }
}
.alquiler__content::-webkit-scrollbar {
  width: 4.5px;
}
.alquiler__content::-webkit-scrollbar-track {
  background: transparent;
}
.alquiler__content::-webkit-scrollbar-thumb {
  background: #eeede8;
}
.alquiler__content-block {
  width: calc(100% - 30px);
  padding-right: 30px;
  margin: 0 0 50px;
}
.alquiler__content-block .alquiler__subtitle {
  margin-bottom: 20px;
}
.alquiler__bookings {
  width: 100%;
  background-color: #4b5669;
  padding: 90px 0 150px;
  color: #eeede8;
}
@media only screen and (max-width: 900px) {
  .alquiler__bookings {
    padding: 90px 0;
  }
}
.alquiler__bookings-title {
  grid-column: 1/4;
  width: calc(100% - 70px);
  margin: 0 auto 0 70px;
}
@media only screen and (max-width: 900px) {
  .alquiler__bookings-title {
    grid-column: 1/9;
    width: 100%;
    margin: 0 auto;
  }
}
.alquiler__bookings-address {
  grid-column: 6/11;
  width: 100%;
  max-width: 430px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 900px) {
  .alquiler__bookings-address {
    grid-column: 1/9;
    max-width: 100%;
  }
}
.alquiler__bookings-address .address {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.alquiler__related {
  width: 100%;
  position: relative;
}
.alquiler__related-image {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 900px) {
  .alquiler__related-image {
    width: 100%;
    position: relative;
    height: 370px;
  }
}
.alquiler__related-text {
  grid-column: 9/13;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1150px) {
  .alquiler__related-text {
    grid-column: 8/13;
  }
}
@media only screen and (max-width: 900px) {
  .alquiler__related-text {
    grid-column: 1/9;
  }
}
@media only screen and (max-width: 600px) {
  .alquiler__related-text {
    grid-column: 1/5;
  }
}
.alquiler__related-text-header {
  margin: 50px 20px 50px auto;
  width: calc(100% - 20px);
  position: relative;
  z-index: 1;
  color: #262a2c;
}
.alquiler__related-text-header::before {
  content: "";
  display: block;
  width: 220px;
  height: 9px;
  background-color: #4b5669;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}
.alquiler__related-text-header .alquiler__title-banner {
  max-width: 350px;
  margin: 0px 0 20px auto;
  padding-top: 40px;
  text-align: right;
}
.alquiler__related-text-header .text {
  text-align: right;
}
.alquiler__cta {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 130px 50px auto;
}
@media only screen and (max-width: 350px) {
  .alquiler__cta {
    margin: 0 90px 50px auto;
  }
}
.alquiler__cta::before {
  content: "";
  display: block;
  width: 100px;
  height: 30px;
  position: absolute;
  top: 0;
  right: -130px;
  background-color: #4b5669;
}
@media only screen and (max-width: 350px) {
  .alquiler__cta::before {
    width: 70px;
    right: -90px;
  }
}
.alquiler__cta .button--link {
  color: #262a2c;
}

.archive {
  padding-top: 85px;
}
@media only screen and (max-width: 600px) {
  .archive {
    padding-top: 75px;
  }
}
.archive__banner {
  width: 100%;
  min-height: 300px;
  background-color: #a8a5a1;
  padding: 60px 0 50px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  .archive__banner {
    padding: 0;
  }
}
.archive__banner-title {
  width: calc(100% - 70px);
  grid-column: 1/5;
  margin: 60px auto 0 70px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  .archive__banner-title {
    grid-column: 1/9;
    grid-row: 1;
    width: calc(100% - 40px);
    margin: 70px auto;
  }
}
@media only screen and (max-width: 600px) {
  .archive__banner-title {
    grid-column: 1/5;
  }
}
.archive__banner-content {
  width: calc(100% - 110px);
  max-width: 510px;
  grid-column: 5/13;
  margin: 0px auto 0 110px;
  padding: 60px 0;
  color: #eeede8;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  .archive__banner-content {
    grid-column: 1/9;
    grid-row: 2;
    padding: 70px 0;
    width: calc(100% - 40px);
    max-width: 100%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 600px) {
  .archive__banner-content {
    grid-column: 1/5;
  }
}
.archive__banner-content::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #eeede8;
  position: absolute;
  z-index: 3;
  top: 0;
  left: -110px;
}
@media only screen and (max-width: 900px) {
  .archive__banner-content::before {
    width: 100%;
    height: 1px;
    left: 0;
  }
}
.archive__banner-content .address {
  display: block;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.archive__title {
  color: #262a2c;
  text-transform: uppercase;
}
.archive__title span {
  letter-spacing: 0.1px;
}
.archive__subtitle {
  color: #262a2c;
  text-transform: uppercase;
}
.archive__category {
  width: 100%;
  margin: 70px 0 150px;
}
.archive__category .container {
  width: 100%;
}
.archive__category-title {
  grid-column: 1/12;
  width: 100%;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  .archive__category-title {
    grid-column: 1/9;
  }
}
@media only screen and (max-width: 600px) {
  .archive__category-title {
    grid-column: 1/5;
  }
}
.archive__category-title .archive__title {
  width: calc(100% - 90px);
  margin: 0 auto 0 90px;
}
@media only screen and (max-width: 900px) {
  .archive__category-title .archive__title {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
.archive__category-title::after {
  content: "";
  display: block;
  width: 220px;
  height: 9px;
  background-color: #a8a5a1;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}
.archive__category-list {
  grid-column: 1/13;
  width: calc(100% - 100px);
  margin: 50px auto 0;
}
@media only screen and (max-width: 900px) {
  .archive__category-list {
    grid-column: 1/9;
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 600px) {
  .archive__category-list {
    grid-column: 1/5;
  }
}
.archive__category-type {
  margin: 0 0 25px;
}
.archive__category-type--in-double {
  margin: 40px 0 25px;
}
.archive__category-left {
  grid-column: 1/6;
}
@media only screen and (max-width: 900px) {
  .archive__category-left {
    grid-column: 1/9;
  }
}
@media only screen and (max-width: 600px) {
  .archive__category-left {
    grid-column: 1/5;
  }
}
.archive__category-right {
  grid-column: 7/12;
}
@media only screen and (max-width: 900px) {
  .archive__category-right {
    grid-column: 1/9;
  }
}
@media only screen and (max-width: 600px) {
  .archive__category-right {
    grid-column: 1/5;
  }
}
.archive__block {
  width: 100%;
}
.archive__block--in-double {
  width: calc(100% - 180px);
  margin: 0 auto 0 90px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.archive__image {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 76.4705882353%;
  position: relative;
}
.archive__brand {
  text-transform: uppercase;
  margin: 30px 0 50px;
  color: #262a2c;
}

.atomos header#header,
.atomos footer.footer {
  display: none !important;
}
.atomos h1,
.atomos h2,
.atomos h3,
.atomos h4,
.atomos h5,
.atomos h6,
.atomos p,
.atomos a,
.atomos form,
.atomos ul,
.atomos span,
.atomos div {
  margin: 40px;
}

/* F u e n t e s */
.title_mundo {
  font-size: 40px;
}

.title_mundo-2 {
  font-size: 40px;
}

.title_mundo-3 {
  font-family: "OpenSans", sans;
  font-size: 40px;
}

.title_mundo-4 {
  font-size: 40px;
}

.title_mundo-5 {
  font-size: 40px;
}

/* B o t o n e s */
/* M e n ú */
.lista-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.citas__contenedor {
  text-align: center;
  padding: 45px 0 60px;
}

/* F o o t e r */
.footer__contenedor {
  border-top: 0.25px solid;
  padding-top: 10px;
}
.footer__contenedor .footer__lista {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.footer__contenedor .legales__lista {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.credito__contenedor {
  width: 70%;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact {
  padding-top: 85px;
}
.contact__intro {
  width: 100%;
  min-height: calc(60vh - 200px);
  margin: 100px 0;
}
@media only screen and (max-width: 900px) {
  .contact__intro {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.contact__title {
  grid-column: 1/6;
  width: 100%;
  max-width: 360px;
  margin: 0 auto 0 70px;
  color: #262a2c;
}
.contact__title h2 {
  text-transform: uppercase;
}
@media only screen and (max-width: 1150px) {
  .contact__title {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 900px) {
  .contact__title {
    grid-column: 1/9;
    grid-row: 1;
    max-width: 100%;
    margin: 0 auto 70px;
  }
}
@media only screen and (max-width: 600px) {
  .contact__title {
    grid-column: 1/5;
  }
}
.contact__message {
  grid-column: 6/13;
  width: 100%;
  max-width: 560px;
  margin: 0 auto 0 50px;
  color: #262a2c;
}
@media only screen and (max-width: 1150px) {
  .contact__message {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 900px) {
  .contact__message {
    grid-column: 1/9;
    grid-row: 2;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .contact__message {
    grid-column: 1/5;
  }
}
.contact__list {
  width: 100%;
  background-color: #a9a0a8;
  position: relative;
}
.contact__list .container {
  width: 100%;
}
.contact__row {
  grid-column: 1/13;
  width: 100%;
  padding: 40px 0 0px;
  border-bottom: 1px solid #c4bcc3;
}
@media only screen and (max-width: 900px) {
  .contact__row {
    grid-column: 1/9;
    padding: 40px 0;
    position: relative;
  }
  .contact__row::after {
    content: "";
    display: block;
    width: 220px;
    height: 9px;
    background-color: #c4bcc3;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .contact__row {
    grid-column: 1/5;
  }
}
.contact__block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
.contact__block--first {
  align-items: flex-start;
}
@media only screen and (max-width: 900px) {
  .contact__block--first {
    grid-column: 1/4;
    grid-row: 1;
  }
}
.contact__block--first::after {
  content: "";
  display: block;
  width: 220px;
  height: 9px;
  background-color: #c4bcc3;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 900px) {
  .contact__block--first::after {
    width: 0;
    height: 0;
    z-index: -1;
  }
}
@media only screen and (max-width: 900px) {
  .contact__block--border-left {
    grid-column: 1/2;
    grid-row: 2;
  }
}
@media only screen and (max-width: 320px) {
  .contact__block--border-left {
    grid-column: 1/3;
    grid-row: 2;
  }
}
.contact__block--border-left::before {
  content: "";
  display: block;
  width: 1px;
  height: 105px;
  background-color: #c4bcc3;
  position: absolute;
  z-index: 2;
  top: calc((100% - 105px) / 2);
  left: 0;
}
@media only screen and (max-width: 900px) {
  .contact__block--border-left::before {
    width: 0;
    height: 0;
    z-index: -1;
  }
}
@media only screen and (max-width: 900px) {
  .contact__block--border-left {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 900px) {
  .contact__block--two {
    grid-column: 2/3;
    grid-row: 2;
  }
}
@media only screen and (max-width: 320px) {
  .contact__block--two {
    grid-column: 1/3;
    grid-row: 3;
  }
}
.contact__block--two::before {
  content: "";
  display: block;
  width: 1px;
  height: 105px;
  background-color: #c4bcc3;
  position: absolute;
  z-index: 2;
  top: calc((100% - 105px) / 2);
  left: 0;
}
@media only screen and (max-width: 900px) {
  .contact__block--two::before {
    width: 0;
    height: 0;
    z-index: -1;
  }
}
.contact__subtitle {
  text-transform: uppercase;
  color: #262a2c;
  margin-bottom: 20px;
  width: 100%;
  max-width: 300px;
}
@media only screen and (max-width: 900px) {
  .contact__subtitle {
    max-width: 100%;
  }
}
.contact__text {
  color: #262a2c;
  margin-bottom: 30px;
  width: 100%;
  max-width: calc((280px + (300 - 280) * ((100vw - 900px) / (1700 - 900))));
}
.contact__text .contact__text-block:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .contact__text {
    width: calc(100% - 40px);
    max-width: 100%;
  }
}
.contact__text-block {
  margin-bottom: 10px;
}
.contact__text--schedule {
  width: 100%;
  max-width: 150px;
}
@media only screen and (max-width: 900px) {
  .contact__text--schedule {
    width: calc(100% - 40px);
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
.contact__text--phones {
  width: 100%;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.contact__text--phones .mail {
  font-size: 14px;
}
@media only screen and (max-width: 900px) {
  .contact__text--phones {
    width: calc(100% - 40px);
    max-width: 100%;
    margin: 0 auto 10px;
  }
}
.contact__text--address {
  width: 100%;
  margin: 0 auto 30px calc(20px + (90 - 20) * ((100vw - 900px) / (1700 - 900)));
}
@media only screen and (max-width: 900px) {
  .contact__text--address {
    width: calc(100% - 40px);
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
.contact__header {
  text-transform: uppercase;
  color: #262a2c;
  margin-bottom: 20px;
}
.contact__cover {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.experiences {
  padding-top: 85px;
}
@media only screen and (max-width: 600px) {
  .experiences {
    padding-top: 75px;
  }
}
.experiences__hero {
  width: 100vw;
  max-width: 100%;
  min-height: calc(100vh - 85px);
  background-color: rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .experiences__hero {
    min-height: calc(100vh - 75px);
  }
}
.experiences__hero img.image--ratio {
  mix-blend-mode: multiply;
  z-index: 2;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  .experiences__hero img.image--desktop {
    display: none;
  }
}
.experiences__hero img.image--mobile {
  display: none;
}
@media only screen and (max-width: 900px) {
  .experiences__hero img.image--mobile {
    display: block;
  }
}
.experiences__hero-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: black;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 44%, rgba(0, 0, 0, 0.8) 48%, rgba(0, 0, 0, 0.9) 54%, black 61%, black 100%);
  opacity: 0.31;
}
@media only screen and (max-width: 900px) {
  .experiences__hero-mask {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 44%, rgba(0, 0, 0, 0.8) 48%, rgba(0, 0, 0, 0.9) 54%, black 61%, black 100%);
  }
}
.experiences__hero-container {
  width: 100%;
  position: relative;
  z-index: 4;
  padding: 95px 0 55px;
}
@media only screen and (max-width: 900px) {
  .experiences__hero-container {
    padding: 40px 0 40px;
  }
}
.experiences__hero-info {
  grid-column: 7/13;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .experiences__hero-info {
    grid-column: 2/8;
  }
}
@media only screen and (max-width: 600px) {
  .experiences__hero-info {
    grid-column: 1/5;
  }
}
.experiences__hero-title {
  position: relative;
  color: #FFFFFF;
  text-transform: uppercase;
  max-width: 410px;
}
.experiences__hero-title::before {
  content: "";
  width: 9px;
  height: 100%;
  background-color: #a9a0a8;
  position: absolute;
  left: -37px;
  top: 0;
}
@media only screen and (max-width: 600px) {
  .experiences__hero-title::before {
    left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .experiences__hero-title {
    margin-bottom: 160px;
  }
}
@media only screen and (max-width: 600px) {
  .experiences__hero-title {
    padding-left: 33px;
  }
}
.experiences__hero-subtitle {
  margin-top: 60px;
  color: #262a2c;
  max-width: 490px;
  text-transform: uppercase;
}
.experiences__hero-subtitle strong {
  color: #FFFFFF;
}
@media only screen and (max-width: 900px) {
  .experiences__hero-subtitle {
    margin-top: 0;
  }
}
.experiences__hero-content {
  color: #FFFFFF;
  margin-top: 40px;
  max-width: 490px;
  font-size: 16px;
  line-height: 27px;
}
.experiences__hero-content p:not(:last-child) {
  margin-bottom: 30px;
}
.experiences__hero-buttons {
  width: 100%;
  display: flex;
  max-width: 490px;
  margin-top: 30px;
}
.experiences__hero-buttons .button:not(:last-child) {
  margin-right: 35px;
}
@media only screen and (max-width: 600px) {
  .experiences__hero-buttons .button:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .experiences__hero-buttons {
    flex-direction: column;
  }
}
.experiences__form {
  width: 100%;
  background-color: #a8a5a1;
  padding: 100px 0 120px;
}
@media only screen and (max-width: 900px) {
  .experiences__form {
    padding: 60px 0;
  }
}
.experiences__form-container {
  width: 100%;
  grid-column: 2/6;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .experiences__form-container {
    grid-column: 2/8;
  }
}
@media only screen and (max-width: 600px) {
  .experiences__form-container {
    grid-column: 1/5;
  }
}
.experiences__form-container .title {
  color: #262a2c;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.experiences__form-container .subtitle {
  color: #262a2c;
  max-width: 325px;
  line-height: 27px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 900px) {
  .experiences__form-container .subtitle {
    max-width: 100%;
  }
}
.experiences__form-container .form {
  color: #f2f1ed;
  width: 100%;
}
.experiences__form-container .form > .input-container:not(:last-child) {
  margin-bottom: 20px;
}
.experiences__form-container .form > .button {
  margin-top: 60px;
}
.experiences__form-image {
  width: calc(100% - 90px);
  grid-column: 7/13;
  margin: 0 60px 0 30px;
  position: relative;
  overflow: hidden;
  padding-top: calc(690 / 514 * 100%);
  height: 0;
}
.experiences__form-image img.image--ratio {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  .experiences__form-image {
    grid-column: 2/8;
    grid-row: 2;
    width: 100%;
    margin: 60px 0 0;
  }
}
@media only screen and (max-width: 600px) {
  .experiences__form-image {
    grid-column: 1/5;
  }
}

.landing {
  overflow-x: hidden;
}
.landing__scrollable {
  width: 100%;
}
.landing__slide {
  width: 100%;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.landing__slide .container {
  position: relative;
  z-index: 3;
}
.landing__slide-left {
  grid-column: 1/5;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 1080px) {
  .landing__slide-left {
    grid-column: 1/6;
  }
}
@media only screen and (max-width: 600px) {
  .landing__slide-left {
    grid-column: 1/5;
  }
}
.landing__slide-left .landing__block::before {
  content: "";
  display: block;
  width: 220px;
  height: 9px;
  background-color: #4b5669;
  position: absolute;
  top: -9px;
  left: 0;
}
.landing__slide-left .landing__cta {
  margin: 0 auto 0 110px;
}
@media only screen and (max-width: 320px) {
  .landing__slide-left .landing__cta {
    margin: 0 0 0 auto;
  }
}
.landing__slide-left .landing__cta::before {
  left: -130px;
  background-color: #4b5669;
}
@media only screen and (max-width: 320px) {
  .landing__slide-left .landing__cta::before {
    left: -60px;
  }
}
.landing__slide-right {
  grid-column: 9/13;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 1080px) {
  .landing__slide-right {
    grid-column: 8/13;
  }
}
@media only screen and (max-width: 900px) {
  .landing__slide-right {
    grid-column: 4/9;
  }
}
@media only screen and (max-width: 600px) {
  .landing__slide-right {
    grid-column: 1/5;
  }
}
.landing__slide-right .landing__block::before {
  content: "";
  display: block;
  width: 220px;
  height: 9px;
  background-color: #a9a0a8;
  position: absolute;
  top: -9px;
  right: 0;
}
.landing__slide-right .landing__block .landing__title {
  text-align: right;
}
.landing__slide-right .landing__block .landing__text {
  text-align: right;
}
.landing__slide-right .landing__cta {
  margin: 0 110px 0 auto;
}
@media only screen and (max-width: 320px) {
  .landing__slide-right .landing__cta {
    margin: 0 auto 0 0;
  }
}
.landing__slide-right .landing__cta::before {
  right: -130px;
  background-color: #a9a0a8;
}
@media only screen and (max-width: 320px) {
  .landing__slide-right .landing__cta::before {
    right: -60px;
  }
}
.landing__block {
  width: 100%;
  position: relative;
  padding: 40px 0 0;
  margin: 0 0 100px;
}
.landing__block .landing__title {
  margin-bottom: 20px;
}
.landing__block .landing__text {
  margin-bottom: 50px;
}
.landing__title {
  text-transform: uppercase;
  color: #f2f1ed;
}
.landing__text {
  color: #f2f1ed;
}
.landing__description {
  color: #f2f1ed;
}
.landing__cta {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.landing__cta::before {
  content: "";
  display: block;
  width: 100px;
  height: 30px;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 320px) {
  .landing__cta::before {
    width: 50px;
  }
}
.landing__introduction {
  width: 100%;
  background-color: #4b5669;
  padding: 100px 0 90px;
}
.landing__introduction-one {
  grid-column: 1/6;
  width: calc(100% - 120px);
  margin: 0 auto 0 70px;
}
@media only screen and (max-width: 1024px) {
  .landing__introduction-one {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 900px) {
  .landing__introduction-one {
    grid-column: 1/9;
    grid-row: 1;
    margin: 0 auto 70px;
  }
}
@media only screen and (max-width: 600px) {
  .landing__introduction-one {
    grid-column: 1/5;
  }
}
.landing__introduction-two {
  grid-column: 6/13;
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .landing__introduction-two {
    grid-column: 1/9;
    grid-row: 2;
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .landing__introduction-two {
    grid-column: 1/5;
  }
}
.landing__introduction-three {
  grid-column: 1/6;
  grid-row: 2;
  width: calc(100% - 120px);
  margin: 20px auto 0 70px;
}
@media only screen and (max-width: 1024px) {
  .landing__introduction-three {
    width: 100%;
    margin: 20px auto;
  }
}
@media only screen and (max-width: 900px) {
  .landing__introduction-three {
    grid-column: 1/9;
    grid-row: 3;
    margin: 70px auto;
  }
}
@media only screen and (max-width: 600px) {
  .landing__introduction-three {
    grid-column: 1/5;
  }
}
.landing__introduction-four {
  grid-column: 1/13;
  grid-row: 3;
  width: calc(100% - 120px);
  margin: 110px auto 0 70px;
}
@media only screen and (max-width: 1024px) {
  .landing__introduction-four {
    width: 100%;
    margin: 110px auto 0;
  }
}
@media only screen and (max-width: 900px) {
  .landing__introduction-four {
    grid-column: 1/9;
    grid-row: 4;
    margin: 0 auto 0;
  }
}
@media only screen and (max-width: 600px) {
  .landing__introduction-four {
    grid-column: 1/5;
  }
}
.landing__introduction-left {
  grid-column: 1/2;
  padding-top: 140px;
}
@media only screen and (max-width: 900px) {
  .landing__introduction-left {
    grid-column: 1/3;
    padding-top: 0;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .landing__introduction-left {
    margin-bottom: 20px;
  }
}
.landing__introduction-right {
  grid-column: 2/3;
}
@media only screen and (max-width: 900px) {
  .landing__introduction-right {
    grid-column: 1/3;
  }
}
.landing__image {
  width: 100%;
  height: 0;
  position: relative;
}
.landing__image--horizontal {
  padding-top: 72.8333333333%;
  overflow: hidden;
}
.landing__image--vertical {
  padding-top: 124.0093240093%;
  overflow: hidden;
}
.landing__image--square {
  padding-top: 100%;
}
.landing__image-text {
  margin: 40px auto 0 0;
  width: 100%;
  max-width: 380px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.landing__image-text .landing__image-block:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .landing__image-text {
    max-width: 60%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  .landing__image-text {
    max-width: 100%;
    grid-template-columns: 1fr;
  }
}
.landing__image-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #f2f1ed;
  margin-bottom: 30px;
}
.landing__image-block .title {
  text-transform: uppercase;
}
.landing__image-header {
  width: 100%;
  position: relative;
}
.landing__services {
  width: 100%;
  margin: 75px 0 130px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .landing__services {
    margin: 75px 0 0;
  }
}
.landing__services-title {
  width: calc(100% - 70px);
  margin: 0 0 70px auto;
}
@media only screen and (max-width: 1024px) {
  .landing__services-title {
    width: 100%;
    margin: 0 auto 70px;
  }
}
.landing__services-title .landing__title {
  color: #262a2c;
  max-width: 440px;
}
@media only screen and (max-width: 1024px) {
  .landing__services-title .landing__title {
    max-width: 100%;
  }
}
.landing__services-slider {
  width: 100%;
}
.landing__services-slide {
  width: calc(100%);
  height: 100%;
  position: relative;
}
.landing__services-slide:focus {
  outline: none;
}
.landing__services-slide .landing__image--slider::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  width: 4.5px;
  height: 360px;
  background-color: #a9a0a8;
  top: calc(100% - 70px);
  right: -3px;
}
@media only screen and (max-width: 600px) {
  .landing__services-slide .landing__image--slider::after {
    width: 0;
    height: 0;
  }
}
.landing__services-slide-title {
  width: 100%;
  margin: 0 0 0px;
  text-transform: uppercase;
  color: #f2f1ed;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  min-height: 120px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 40px 0px 20px;
  background-image: linear-gradient(to top, rgba(23, 18, 12, 0.8) 0%, rgba(23, 18, 12, 0.791) 5.7%, rgba(23, 18, 12, 0.764) 11.7%, rgba(23, 18, 12, 0.724) 17.8%, rgba(23, 18, 12, 0.671) 24.1%, rgba(23, 18, 12, 0.609) 30.6%, rgba(23, 18, 12, 0.539) 37.2%, rgba(23, 18, 12, 0.465) 44%, rgba(23, 18, 12, 0.389) 50.8%, rgba(23, 18, 12, 0.313) 57.7%, rgba(23, 18, 12, 0.239) 64.7%, rgba(23, 18, 12, 0.171) 71.8%, rgba(23, 18, 12, 0.111) 78.8%, rgba(23, 18, 12, 0.061) 85.9%, rgba(23, 18, 12, 0.023) 93%, rgba(23, 18, 12, 0) 100%);
}
.landing__services-slide-title .title {
  /* width: 100%;
  max-width: 270px; */
  margin: 0 auto;
  width: calc(100% - 80px);
  max-width: 100%;
}
@media only screen and (max-width: 1700px) {
  .landing__services-slide-title .title {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 600px) {
  .landing__services-slide-title .title {
    width: calc(100% - 40px);
    max-width: 100%;
  }
}
.landing__services-slide-title .subtitle {
  /* width: 100%;
  max-width: 270px; */
  margin: 0 auto;
  width: calc(100% - 80px);
  max-width: 100%;
}
@media only screen and (max-width: 1700px) {
  .landing__services-slide-title .subtitle {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 600px) {
  .landing__services-slide-title .subtitle {
    width: calc(100% - 40px);
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .landing__services-slide-title {
    padding: 40px 0 20px;
  }
}
.landing__services-slide-text {
  width: calc(100% - 80px);
  max-width: 100%;
  margin: 30px auto 0;
  padding-bottom: 60px;
  color: #262a2c;
}
@media only screen and (max-width: 1700px) {
  .landing__services-slide-text {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 600px) {
  .landing__services-slide-text {
    max-width: 100%;
    width: calc(100% - 40px);
  }
}

.legal {
  padding-top: 85px;
}
@media only screen and (max-width: 600px) {
  .legal {
    padding-top: 0;
  }
}
.legal__header {
  width: 100%;
  background-color: #f2f1ed;
  color: #262a2c;
  padding: 150px 0 50px;
}
.legal__title {
  grid-column: 1/13;
  margin: 0 auto 0 70px;
  width: calc(100% - 70px);
  text-transform: uppercase;
  max-width: 340px;
}
@media only screen and (max-width: 900px) {
  .legal__title {
    grid-column: 1/9;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .legal__title {
    grid-column: 1/5;
  }
}
.legal__content {
  grid-column: 1/13;
  width: calc(100% - 140px);
  margin: 50px auto 120px 70px;
  color: #262a2c;
}
@media only screen and (max-width: 900px) {
  .legal__content {
    grid-column: 1/9;
    width: 100%;
    max-width: 100%;
    margin: 50px auto 120px;
  }
}
@media only screen and (max-width: 600px) {
  .legal__content {
    grid-column: 1/5;
  }
}

.modelos {
  padding-top: 85px;
}
@media only screen and (max-width: 600px) {
  .modelos {
    padding-top: 75px;
  }
}
.modelos__cover {
  width: 100%;
  min-height: calc(100vh - 85px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .modelos__cover {
    min-height: calc(100vh - 75px);
  }
}
.modelos__cover .container {
  position: relative;
  z-index: 3;
}
.modelos__cover-title {
  color: #eeede8;
  grid-column: 4/10;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .modelos__cover-title {
    grid-column: 1/9;
  }
}
@media only screen and (max-width: 600px) {
  .modelos__cover-title {
    grid-column: 1/5;
    width: calc(100% - 40px);
    max-width: 100%;
  }
}
.modelos__video {
  width: 100%;
  min-height: calc(100vh - 85px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.modelos__video .container {
  position: relative;
  z-index: 3;
}
.modelos__video .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .modelos__video {
    min-height: calc(100vh - 75px);
  }
}
.modelos__title {
  text-transform: uppercase;
}
.modelos__title--center {
  text-align: center;
}
.modelos__subtitle {
  text-transform: uppercase;
}
.modelos__intro {
  width: 100%;
  min-height: 340px;
  padding: 110px 0;
}
.modelos__intro-phrase {
  grid-column: 1/6;
  width: calc(100% - 70px);
  max-width: 440px;
  margin: 0 auto 0 70px;
}
.modelos__intro-phrase .modelos__title {
  color: #262a2c;
}
@media only screen and (max-width: 900px) {
  .modelos__intro-phrase {
    width: 100%;
    max-width: 100%;
    grid-column: 1/9;
    margin: 0 auto 70px;
  }
}
@media only screen and (max-width: 600px) {
  .modelos__intro-phrase {
    grid-column: 1/5;
  }
}
.modelos__intro-content {
  grid-column: 6/13;
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
  color: #262a2c;
}
@media only screen and (max-width: 900px) {
  .modelos__intro-content {
    max-width: 100%;
    grid-column: 1/9;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .modelos__intro-content {
    grid-column: 1/5;
  }
}
.modelos__list {
  width: 100%;
  margin: 70px 0 120px;
}
.modelos__list .modelos__list-block:not(:last-child) {
  margin: 0 0 100px;
}
.modelos__list-title {
  grid-column: 1/13;
  width: calc(100% - 70px);
  margin: 0 auto 60px 70px;
  color: #262a2c;
}
@media only screen and (max-width: 900px) {
  .modelos__list-title {
    width: 100%;
    grid-column: 1/9;
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 600px) {
  .modelos__list-title {
    grid-column: 1/5;
  }
}
.modelos__list-block {
  margin: 0 0 0;
}
.modelos__less-models {
  grid-column: 1/13;
  width: 100%;
  margin: 0 auto 0 0;
  grid-template-columns: repeat(3, calc(100% / 3));
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 70px;
}
@media only screen and (max-width: 900px) {
  .modelos__less-models {
    grid-column: 1/9;
    width: calc(100%);
    grid-template-columns: 50% 50%;
    margin: 0 auto 0 0;
  }
}
@media only screen and (max-width: 600px) {
  .modelos__less-models {
    grid-column: 1/5;
    width: 100%;
    grid-template-columns: 100%;
    row-gap: 70px;
  }
}
.modelos__more-models {
  width: 100%;
  margin: 0 0 160px;
}
.modelos__block {
  width: 100%;
}
.modelos__block-info {
  width: calc(100% - 90px);
  color: #262a2c;
  position: relative;
  z-index: 1;
  padding-left: 90px;
  padding-bottom: 20px;
  margin: 50px 0 35px;
}
@media only screen and (max-width: 600px) {
  .modelos__block-info {
    padding-left: 0;
    width: 100%;
  }
}
.modelos__block-info::after {
  content: "";
  display: block;
  width: 220px;
  height: 9px;
  background-color: #a8a5a1;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}
.modelos__block-info .subtitle {
  text-transform: uppercase;
}
.modelos__block-info .price {
  color: #4b5669;
  text-transform: uppercase;
}
.modelos__block .download {
  width: calc(100% - 90px);
  margin: 0 auto 0 90px;
}
@media only screen and (max-width: 1150px) {
  .modelos__block .download {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 900px) {
  .modelos__block .download {
    width: calc(100% - 90px);
    margin: 0 auto 0 90px;
  }
}
@media only screen and (max-width: 780px) {
  .modelos__block .download {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .modelos__block .download {
    width: calc(100%);
    margin: 0 auto 0;
  }
}
.modelos__image {
  width: 100%;
  height: 0;
  padding-top: 77.358490566%;
  position: relative;
  z-index: 1;
}
.modelos__image--slide {
  overflow: hidden;
}
.modelos__image--square {
  padding-top: 75%;
}
.modelos__single-gallery {
  width: 100%;
  position: relative;
}
.modelos__single-gallery:hover .arrow-left {
  display: block !important;
}
.modelos__single-gallery:hover .arrow-right {
  display: block !important;
}
.modelos__single-slide {
  width: 100%;
  max-width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.modelos__single-slide:focus {
  outline: none;
}
.modelos__features {
  width: 100%;
  background-color: #4b5669;
  padding: 100px 0 0;
}
.modelos__features-title {
  grid-column: 1/13;
  width: calc(100% - 70px);
  margin: 0 auto 100px 70px;
  color: #eeede8;
}
@media only screen and (max-width: 900px) {
  .modelos__features-title {
    width: 100%;
    margin: 0 auto 100px;
    grid-column: 1/9;
  }
}
@media only screen and (max-width: 600px) {
  .modelos__features-title {
    grid-column: 1/5;
  }
}
.modelos__features .container--100 {
  width: 100%;
}
.modelos__features .container--100 .grid--col-3-models > .modelos__features-block:nth-child(3n) > .modelos__image > .modelos__features-block-title::after,
.modelos__features .container--100 .grid--col-3-models > .modelos__features-block:last-child > .modelos__image > .modelos__features-block-title::after,
.modelos__features .container--100 .grid--col-2-models > .modelos__features-block:last-child > .modelos__image > .modelos__features-block-title::after,
.modelos__features .container--100 .grid--col-1-models > .modelos__features-block > .modelos__image > .modelos__features-block-title::after {
  width: 0;
  height: 0;
}
.modelos__features .container--100 .grid--col-2-models {
  width: 67%;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .modelos__features .container--100 .grid--col-2-models {
    width: calc(100%);
  }
}
.modelos__features .container--100 .grid--col-1-models {
  width: 34%;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .modelos__features .container--100 .grid--col-1-models {
    width: 375px;
  }
}
@media only screen and (max-width: 600px) {
  .modelos__features .container--100 .grid--col-1-models {
    width: 100%;
  }
}
.modelos__features-block {
  width: 100%;
  position: relative;
  z-index: 1;
  min-height: calc((530px + (730 - 530) * ((100vw - 900px) / (1700 - 900))));
  margin: 0 0 60px;
}
@media only screen and (min-width: 1700px) {
  .modelos__features-block {
    min-height: 730px;
  }
}
@media only screen and (max-width: 900px) {
  .modelos__features-block {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    margin: 0 0 70px;
  }
}
.modelos__features-block-title {
  width: 100%;
  margin: 0 auto 0px;
  text-transform: uppercase;
  color: #eeede8;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  height: 120px;
  display: inline-flex;
  align-items: flex-end;
  position: absolute;
  background-image: linear-gradient(to top, rgba(23, 18, 12, 0.8) 0%, rgba(23, 18, 12, 0.791) 5.7%, rgba(23, 18, 12, 0.764) 11.7%, rgba(23, 18, 12, 0.724) 17.8%, rgba(23, 18, 12, 0.671) 24.1%, rgba(23, 18, 12, 0.609) 30.6%, rgba(23, 18, 12, 0.539) 37.2%, rgba(23, 18, 12, 0.465) 44%, rgba(23, 18, 12, 0.389) 50.8%, rgba(23, 18, 12, 0.313) 57.7%, rgba(23, 18, 12, 0.239) 64.7%, rgba(23, 18, 12, 0.171) 71.8%, rgba(23, 18, 12, 0.111) 78.8%, rgba(23, 18, 12, 0.061) 85.9%, rgba(23, 18, 12, 0.023) 93%, rgba(23, 18, 12, 0) 100%);
}
.modelos__features-block-title .title {
  width: calc(100% - 80px);
  max-width: 100%;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 1700px) {
  .modelos__features-block-title .title {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 600px) {
  .modelos__features-block-title .title {
    max-width: 100%;
    width: calc(100% - 40px);
  }
}
.modelos__features-block-title::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 4;
  width: 4.5px;
  height: 400px;
  background-color: #a8a5a1;
  top: calc(100% - 120px);
  right: 0px;
}
@media only screen and (max-width: 600px) {
  .modelos__features-block-title::after {
    width: 0;
    height: 0;
  }
}
.modelos__features-block-text {
  width: calc(100% - 80px);
  max-width: 100%;
  margin: 30px auto 0;
  padding-bottom: 60px;
  color: #eeede8;
}
@media only screen and (max-width: 1700px) {
  .modelos__features-block-text {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 600px) {
  .modelos__features-block-text {
    max-width: 100%;
    width: calc(100% - 40px);
  }
}
.modelos__slider {
  width: 100%;
  position: relative;
}
.modelos__slider:hover .arrow-left {
  display: block !important;
}
.modelos__slider:hover .arrow-right {
  display: block !important;
}
.modelos__slide {
  width: 25%;
}
.modelos__slide:focus {
  outline: none;
}

.splash {
  background-color: #12232E;
  background: linear-gradient(to top, #12232E, #215056);
  color: #E8EBE9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  min-height: 100vh;
}
.splash img {
  max-width: 500px;
  padding: 0 20px;
}
.splash img.logo {
  width: 200px;
  filter: brightness(0%) invert(100%);
}

/* _____ H O M E _____ */
/* @import "https://jetandbike.com/wp-content/themes/jet-bike-theme/modules/pages/home/_home"; */
/*# sourceMappingURL=style.css.map*/