@charset "utf-8";
@font-face { font-family: "PorscheNextWLa"; font-weight: 100; font-style: normal; src: url("../fonts/PorscheNextWLa-Thin.eot"); src: url("../fonts/PorscheNextWLa-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/PorscheNextWLa-Thin.woff2") format("woff2"), url("../fonts/PorscheNextWLa-Thin.woff") format("woff"), url("../fonts/PorscheNextWLa-Thin.ttf") format("truetype"), url("../fonts/PorscheNextWLa-Thin.svg#PorscheNextWLa-Thin") format("svg"); }
@font-face { font-family: "PorscheNextWLa"; font-weight: 100; font-style: italic; src: url("../fonts/PorscheNextWLa-ThinItalic.eot"); src: url("../fonts/PorscheNextWLa-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/PorscheNextWLa-ThinItalic.woff2") format("woff2"), url("../fonts/PorscheNextWLa-ThinItalic.woff") format("woff"), url("../fonts/PorscheNextWLa-ThinItalic.ttf") format("truetype"), url("../fonts/PorscheNextWLa-ThinItalic.svg#PorscheNextWLa-ThinItalic") format("svg"); }
@font-face { font-family: "PorscheNextWLa"; font-weight: normal; font-style: normal; src: url("../fonts/PorscheNextWLa-Regular.eot"); src: url("../fonts/PorscheNextWLa-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PorscheNextWLa-Regular.woff2") format("woff2"), url("../fonts/PorscheNextWLa-Regular.woff") format("woff"), url("../fonts/PorscheNextWLa-Regular.ttf") format("truetype"), url("../fonts/PorscheNextWLa-Regular.svg#PorscheNextWLa-Regular") format("svg"); }
@font-face { font-family: "PorscheNextWLa"; font-weight: normal; font-style: italic; src: url("../fonts/PorscheNextWLa-Italic.eot"); src: url("../fonts/PorscheNextWLa-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/PorscheNextWLa-Italic.woff2") format("woff2"), url("../fonts/PorscheNextWLa-Italic.woff") format("woff"), url("../fonts/PorscheNextWLa-Italic.ttf") format("truetype"), url("../fonts/PorscheNextWLa-Italic.svg#PorscheNextWLa-Italic") format("svg"); }
@font-face { font-family: "PorscheNextWLa"; font-weight: bold; font-style: normal; src: url("../fonts/PorscheNextWLa-Bold.eot"); src: url("../fonts/PorscheNextWLa-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PorscheNextWLa-Bold.woff2") format("woff2"), url("../fonts/PorscheNextWLa-Bold.woff") format("woff"), url("../fonts/PorscheNextWLa-Bold.ttf") format("truetype"), url("../fonts/PorscheNextWLa-Bold.svg#PorscheNextWLa-Bold") format("svg"); }
@font-face { font-family: "PorscheNextWLa"; font-weight: bold; font-style: italic; src: url("../fonts/PorscheNextWLa-Bold.eot"); src: url("../fonts/PorscheNextWLa-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PorscheNextWLa-Bold.woff2") format("woff2"), url("../fonts/PorscheNextWLa-Bold.woff") format("woff"), url("../fonts/PorscheNextWLa-Bold.ttf") format("truetype"), url("../fonts/PorscheNextWLa-Bold.svg#PorscheNextWLa-Bold") format("svg"); }
@font-face {font-family: "pag-iconfont";src: url('../fonts/pag-iconfont.eot');src: url('../fonts/pag-iconfont.eot?#iefix') format('eot'), url('../fonts/pag-iconfont.woff') format('woff'), url('../fonts/pag-iconfont.ttf') format('truetype'), url('../fonts/pag-iconfont.svg') format('svg');}
body { font-family: 'PorscheNextWLa', Arial, Helvetica, sans-serif; position: relative;}
*{margin: 0px; padding: 0px;}
:root {
    --left-alignment: 2%; /* alignments of the full page */
    --left-alignment-px: 100px;
    --header-height: 65px;
    --h1-font: 2.5vw;
    --h2-font: 1.7vw;
    --h3-font: 2vw;
    --color-blue: #38BEDE;
    --menu-font-size: 3.5vw;
}

.owl-stage { padding: 0 !important; }
#consumo > ul > li { width: unset !important; }

.logo { width: 100%; position: fixed; z-index: 10; top: 0; }
.logo > li:nth-of-type(1) {width: 100%; background-color: white;  display: flex; align-items: center; justify-content: center; }
.logo > li:nth-of-type(1) > a { position: relative; padding-top: 20px; width: 280px; display: flex; align-items: center; justify-content: center; }
.logo > li:nth-of-type(1) > a img { width: 100%; }

.logo > li:nth-of-type(2) { background-color: white; margin: 0px auto; display: flex; padding: 0 5%; }
.logo > li:nth-of-type(2) ul { list-style: none; display: flex; margin-left: auto; font-size: 12px; line-height: var(--header-height); gap: 10px; }
.logo > li:nth-of-type(2) ul a { color: black; }
.logo > li:nth-of-type(2) ul li:first-child::after { content: ""; border: 1px solid black; margin-left: 10px; }
.logo > li:nth-of-type(2) div.hamburger { width: 24px; height: 20px; position: relative; margin-left: 10px; margin-top: calc((var(--header-height) - 16px) / 2); cursor: pointer; z-index: 99; }
.logo > li:nth-of-type(2) div.hamburger span { width: 100%; height: 4px; border-radius: 4px; background-color: black; display: block; position: absolute; }
.logo > li:nth-of-type(2) div.hamburger:hover span { background-color: var(--color-blue); }
.logo > li:nth-of-type(2) div.hamburger span:nth-child(1) { top: 0px; left: 0px; transition: 200ms all; } 
.logo > li:nth-of-type(2) div.hamburger span:nth-child(2) { top: 6px; left: 0px; transition: 200ms all; } 
.logo > li:nth-of-type(2) div.hamburger span:nth-child(3) { top: 12px; left: 0px; transition: 200ms all; } 
.logo > li:nth-of-type(2) div.hamburger.open span:nth-child(1) { top: 6px; left: -4px; transform: rotate(45deg); } 
.logo > li:nth-of-type(2) div.hamburger.open span:nth-child(2) { opacity: 0; } 
.logo > li:nth-of-type(2) div.hamburger.open span:nth-child(3) { top: 6px; left: -4px; transform: rotate(-45deg); } 

.footer { background-color: black; color: white; padding: 20px 6rem; }
.footer a { color: white; text-decoration: none; }
.footer a:hover { color: #B1002F; }
.footer p { margin: 10px 0px; }

.fixed-footer-info { display: none; }
.menu-mobile { display: none; }

aside.main-menu { position: fixed; background-color: white; width: 80%; height: calc(100vh - 100px); z-index: 5; display: none; font-size: var(--menu-font-size); font-weight: bold; padding: 80px 10%; }
aside.main-menu h1 { color: var(--color-blue); font-size: var(--menu-font-size); margin-bottom: 20px; }
aside.main-menu ul { list-style: none; font-size: 3vw; }
aside.main-menu > div > ul { display: flex; }
aside.main-menu > div > ul > li { width: 50%; }
aside.main-menu > div > ul > li:first-child ul { display: flex; flex-direction: column; gap: 10px; }
aside.main-menu ul li.disabled { color: #B5B4B9; }
aside.main-menu > div > ul:first-of-type > li:first-child > ul > li:not(.disabled) span { cursor: pointer; font-size: 3vw; }
/* aside.main-menu > div > ul:first-of-type > li:last-child { text-align: left; margin-left: auto; width: 35%; } */
aside.main-menu > div > ul:first-of-type > li:last-child > div { width: 70%; height: 100%; background-image: url(https://d2j2k5ljcmlttk.cloudfront.net/prospeccion/cayman/m_default.webp); background-size: cover; background-repeat: no-repeat; background-position: center center; transition: 300ms all; }
aside.main-menu > div > ul:first-of-type > li:last-child a { color: #000000; text-decoration: none; font-size: 1.4vw; }

article#header { position: relative; width: 100%; background-image: url(https://d2j2k5ljcmlttk.cloudfront.net/prospeccion/cayman/header.webp); background-size: cover; background-repeat: no-repeat; background-position: center center; display: flex; flex-direction: column; justify-content: flex-start; padding-top: var(--header-height); padding-bottom: var(--header-height); }
article#header div { display: flex; flex-direction: column; width: 50%; margin-left: 100px; margin-top: 40px; }
article#header div h1 { color: white; font-size: var(--h1-font); line-height: var(--h1-font); margin-bottom: 50px; }
article#header div ul { list-style: none; display: flex; gap: 20px; flex-direction: column; }
article#header div ul video { width: 60%; display: block; }
article#header div ul p { color: white; font-size: 18px; line-height: 26px; margin-bottom: 50px; }

/* article#etapa1 { padding-top: var(--header-height); } */
article#etapa1 section img,
article#etapa1 section video { width: 100%; }
article#etapa1 section#header { margin: 40px var(--left-alignment-px); }
article#etapa1 section h1 { font-size: var(--h1-font); margin-bottom: 40px; }
article#etapa1 section h2 { font-size: var(--h2-font); font-weight: 100;}
article#etapa1 section h3 { font-size: var(--h3-font); color: var(--color-blue); margin-bottom: 20px; }
article#etapa1 section#header p { width: 40%; }
article#etapa1 section#header img { width: 80%; margin: 0 auto; display: block; }
article#etapa1 section#design { margin: 40px var(--left-alignment-px); } 
article#etapa1 section#design p { width: 40%; margin-top: 20px; }
article#etapa1 section#design .owl-carousel { margin-top: 40px; }
article#etapa1 section#motor { margin: 40px var(--left-alignment-px); }
article#etapa1 section#motor ul li h2 { margin-bottom: 10px; }
article#etapa1 section#motor ul { list-style: none; display: flex; gap: 40px; }
article#etapa1 section#motor ul li { display: flex; flex-direction: column; justify-content: flex-start; }
article#etapa1 section#motor ul li:nth-child(1) { width: 35%; }
article#etapa1 section#motor ul li:nth-child(2) { width: 65%; }
article#etapa1 section#versions { margin: 80px var(--left-alignment-px) 10px; }
article#etapa1 section#versions h3 { margin-bottom: 20px; }
article#etapa1 section#versions ul { list-style: none; display: flex; gap: 40px; }
article#etapa1 section#versions ul:not(:last-child) { margin-bottom: 40px; }
article#etapa1 section#versions ul li:nth-child(1) { width: 35%; display: flex; flex-direction: column; justify-content: flex-start; }
article#etapa1 section#versions ul li:nth-child(2) { width: 65%; }
article#etapa1 section#gallery { margin: 40px var(--left-alignment-px) 80px; }
article#etapa1 section#gallery > div { display: flex; flex-direction: column; margin-top: 50px; }
article#etapa1 section#gallery > div > div { display: flex; }
article#etapa1 section#gallery > div > div a { cursor: pointer; display: block; overflow: hidden; }
article#etapa1 section#gallery > div > div a img { width: 100%; height: 100%; transition: 400ms all; }
article#etapa1 section#gallery > div > div a:hover img { transform: scale(1.2); }


article#history { position: relative; width: calc(100% - (var(--left-alignment-px) * 2));  min-height: calc(100vh - var(--header-height) - 140px); margin: 40px var(--left-alignment-px); padding-top: var(--header-height); }
article#history h1 { font-size: var(--h1-font); margin-bottom: 20px; }
article#history section#years { display: flex; gap: 50px; }
article#history section#years .years-list ul { display: flex; flex-direction: column; gap: 40px; list-style: none; }
article#history section#years .years-list ul li { font-size: 40px; font-weight: normal; color: black; transition: 300ms all; cursor: pointer; }
article#history section#years .years-list ul li:hover,
article#history section#years .years-list ul li.active { color: var(--color-blue); -webkit-text-stroke: 0px; }
article#history section#years .year-content { width: calc(100% - 100px); }
article#history section#years .year-content img { width: 100%; }
article#history section#years .year-content ul { display: flex; list-style: none; gap: 50px; width: calc(100% - 100px); }
article#history section#years .year-content ul li:first-child { width: 30%; display: flex; flex-direction: column; }
article#history section#years .year-content ul li:first-child h3 { color: var(--color-blue); font-size: var(--h3-font); }
article#history section#years .year-content ul li:first-child span:first-of-type { font-size: 4vw; font-weight: bold; line-height: 4vw; margin-top: 20px; }
article#history section#years .year-content ul li:first-child span:last-of-type { font-size: 9vw; font-weight: bold; line-height: 9vw; margin-bottom: 40px; }
article#history section#years .year-content ul li:first-child img { width: 70%; }
article#history section#years .year-content ul li:first-child p { font-size: 12px; color: #737278; margin-top: 10px; }
article#history section#years .year-content ul li:last-child { width: 70%; }
article#history section#years .year-content ul li:last-child h2 { font-size: var(--h2-font); font-weight: 100; margin-bottom: 20px; }
article#history section#years .year-content ul li:last-child p { font-size: 18px; line-height: 26px; margin-bottom: 2vw; }
article#history section#years .year-content ul li:last-child > div#history_carousel { margin: 20px 0px; }

article#manufacturing { position: relative; width: calc(100% - (var(--left-alignment-px) * 2));  min-height: calc(100vh - var(--header-height) - 140px); margin: 40px var(--left-alignment-px); padding-top: var(--header-height); }
article#manufacturing h1 { font-size: var(--h1-font); margin-bottom: 50px; }
article#manufacturing section ul { display: flex; list-style: none; gap: 50px; min-height: 50vh; }
article#manufacturing section ul li:first-child { width: 30%; }
article#manufacturing section ul li:first-child h2 { font-size: var(--h2-font); font-weight: 100; line-height: var(--h2-font); margin-bottom: 10px; }
article#manufacturing section ul li:first-child h3 { font-size: var(--h3-font); color: var(--color-blue); margin-bottom: 20px; }
article#manufacturing section ul li:first-child p:not(:last-of-type) { font-size: 16px; margin-bottom: 20px; }
article#manufacturing section ul li:last-child { width: 70%; position: relative; }
article#manufacturing section ul li:last-child iframe { position: absolute; width: 100%; height: 100%; }
article#manufacturing section:not(:last-of-type) { margin-bottom: 150px; }

article#models { position: relative; width: calc(100% - (var(--left-alignment-px) * 2));  min-height: calc(100vh - var(--header-height) - 140px); margin: 40px var(--left-alignment-px); padding-top: var(--header-height); }
article#models h1 { font-size: var(--h1-font); margin-bottom: 50px; }
article#models .item { display: flex; flex: 1 0 auto; height: 100%; }
article#models .item ul { list-style: none; display: flex; flex-direction: column; align-items: stretch; }
article#models .item img, article#models .item video { width: 100%; }
article#models .item ul { min-height: 50vh; }
article#models .item ul li:first-of-type { background-color: black; }
article#models .item ul li:last-of-type { padding: 40px; background-color: #F5F5F5; font-size: 14px; }
article#models .item ul li:last-of-type span { font-size: 16px; font-weight: bold; }
article#models .item ul li:last-of-type h3 { font-size: 25px; font-weight: bold; color: var(--color-blue); line-height: 25px; }
article#models .item ul li:last-of-type p { margin-top: 20px; }
article#models #models_carousel .owl-dots { text-align: left; }
article#models #models_carousel .owl-dots .owl-dot span { background-color: transparent; border: 1px solid black; width: 5px; height: 5px; margin: 5px 3px; }
article#models #models_carousel .owl-dots .owl-dot.active span { background-color: black; }
article#models #models_carousel .owl-nav { position: absolute; bottom: 0px; right: 10px; }
article#models #models_carousel .owl-nav button { margin: 0px; }
article#models #models_carousel .owl-nav i { display: block; width: 40px; height: 40px; color: white; background-color: black; font-style: normal; transition: 300ms all; }
article#models #models_carousel .owl-nav i:hover { background-color: var(--color-blue); }
article#models #models_carousel .owl-nav i::after { display: flex; flex-direction: column; width: 40px; height: 40px; justify-content: center; }
article#models #models_carousel .owl-nav i.button-prev::after { content: ''; font-family: 'pag-iconfont'; font-size: 21px; }
article#models #models_carousel .owl-nav i.button-next::after { content: ''; font-family: 'pag-iconfont'; font-size: 21px; }

article#virtual { position: relative; width: calc(100% - (var(--left-alignment-px) * 2));  min-height: calc(100vh - var(--header-height) - 140px); margin: 40px var(--left-alignment-px); padding-top: var(--header-height); }
article#virtual h1 { font-size: var(--h1-font); margin-bottom: 10px; }
article#virtual h2 { font-size: var(--h2-font); font-weight: 100; line-height: var(--h2-font); margin-bottom: 10px; }
article#virtual > p { width: 50%; font-size: 16px; }
article#virtual h3 { color: var(--color-blue); font-size: var(--h3-font); }
article#virtual h4 { font-size: 18px; line-height: 18px; font-weight: bold; text-transform: uppercase; }
article#virtual section#vistas { width: 100%; margin-top: 40px; }
article#virtual section#vistas > ul { display: flex; gap: 40px; list-style: none; }
article#virtual section#vistas > ul > li:first-child { width: 30%; display: flex; flex-direction: column; justify-content: center; }
article#virtual section#vistas > ul > li:first-child h2 { margin-top: 30px;  }
article#virtual section#vistas > ul > li:last-child { width: 70%; }
article#virtual section#vistas > ul > li:last-child .item > ul { display: flex; list-style: none; background-color: #f0f0f0; padding: 20px; }
article#virtual section#vistas > ul > li:last-child .item > ul li:last-child { margin-left: auto; }
article#virtual section#vistas > ul > li:last-child .item > ul li:last-child a { background-color: #4b4b4b; display: inline-block; padding: 8px 16px; color: white; text-decoration: none; font-size: 14px; }
article#virtual section#vistas > ul > li:last-child .item > ul li:last-child a:hover { background-color: var(--color-blue); }
article#virtual section#vistas p { font-size: 14px; }
article#virtual section#vistas #virtual_carousel .owl-dots { position: absolute; bottom: -15; left: 10px; }
article#virtual section#vistas #virtual_carousel .owl-nav { position: absolute; bottom: -15; right: 10px; }
article#virtual section#vistas #virtual_carousel .owl-dots .owl-dot span { background-color: transparent; border: 1px solid black; width: 5px; height: 5px; margin: 5px 3px; }
article#virtual section#vistas #virtual_carousel .owl-dots .owl-dot.active span { background-color: black; }
article#virtual section#vistas #virtual_carousel .owl-nav button { margin: 0px; }
article#virtual section#vistas #virtual_carousel .owl-nav i { display: block; width: 40px; height: 40px; color: white; background-color: black; font-style: normal; transition: 300ms all; }
article#virtual section#vistas #virtual_carousel .owl-nav i:hover { background-color: var(--color-blue); }
article#virtual section#vistas #virtual_carousel .owl-nav i::after { display: flex; flex-direction: column; width: 40px; height: 40px; justify-content: center; }
article#virtual section#vistas #virtual_carousel .owl-nav i.button-prev::after { content: ''; font-family: 'pag-iconfont'; font-size: 21px; }
article#virtual section#vistas #virtual_carousel .owl-nav i.button-next::after { content: ''; font-family: 'pag-iconfont'; font-size: 21px; }

article#virtual section#videos { width: 100%; margin-top: 100px; }
article#virtual section#videos > ul { display: flex; gap: 40px; list-style: none; }
article#virtual section#videos > ul > li:first-child { width: 30%; }
article#virtual section#videos > ul > li:first-child h2 { margin-top: 30px;  }
article#virtual section#videos > ul > li:last-child { width: 70%; }
article#virtual section#videos > ul > li:last-child { position: relative; display: flex; flex-direction: column; gap: 120px; }
article#virtual section#videos > ul > li:last-child h4 { margin-top: 20px; }
article#virtual section#videos > ul > li:last-child iframe { width: 100%; height: 55vh; }

article#consumptions { position: relative; width: calc(100% - (var(--left-alignment-px) * 2));  min-height: calc(100vh - var(--header-height) - 140px); margin: 40px var(--left-alignment-px); padding-top: var(--header-height); }

article#consumptions ul { list-style: none; display: flex; }
article#consumptions p { margin-top: 40px; font-size: 14px; color: #909090; }
article#consumptions img { width: 100%; height: 100%; }
article#consumptions > ul > li:first-child { width: 40%; padding: 40px; }
article#consumptions > ul > li:last-child { width: 60%; }
article#consumptions > ul > li > ul { flex-direction: column; justify-content: center; height: 100%; gap: 20px; }
article#consumptions > ul > li > ul > li:first-child { font-size: 50px; line-height: 50px; font-weight: bold; }
article#consumptions > ul > li > ul > li:nth-child(2) { font-size: 30px; color: #737278; margin-top: 50px; }
article#consumptions > ul > li > ul > li:nth-child(3) > ul { gap: 40px; }
article#consumptions > ul > li > ul > li:nth-child(3) > ul > li > ul { gap: 20px; }
article#consumptions > ul > li > ul > li:nth-child(3) > ul > li > ul > li:first-child span { width: 50px; height: 50px; border: 2px solid #000000; border-radius: 50%; display: block; }
article#consumptions > ul > li > ul > li:nth-child(3) > ul > li:first-child > ul > li:first-child span::after { content: ''; font-family: 'pag-iconfont'; font-size: 40px; display: flex; flex-direction: column; width: 50px; height: 50px; justify-content: center; align-items: center; }
article#consumptions > ul > li > ul > li:nth-child(3) > ul > li:last-child > ul > li:first-child span::after { content: ''; font-family: 'pag-iconfont'; font-size: 40px; display: flex; flex-direction: column; width: 50px; height: 50px; justify-content: center; align-items: center; }
article#consumptions > ul > li > ul > li:nth-child(3) > ul > li > ul > li:last-child span:first-child { font-size: 25px; line-height: 25px; display: block; }
article#consumptions > ul > li > ul > li:nth-child(3) > ul > li > ul > li:last-child { display: flex; flex-direction: column; justify-content: center; }
article#consumptions > ul > li > ul > li:nth-child(3) > ul > li > ul > li:last-child span:last-child { font-size: 18px; line-height: 18px; display: block; }

.consumptions-list { padding: 40px 10px; font-family: 'PorscheNextWLa', Arial, Helvetica, sans-serif; font-size: 16px; display: flex; flex-direction: column; gap: 20px; }
.consumptions-list p:nth-child(1) { font-size: 21px; }
.consumptions-list p:nth-child(2) { color: #737278; }

@media only screen and (max-width: 767px) {
    :root {
        --left-alignment: 2%; /* alignments of the full page */
        --left-alignment-px: 10px;
        --header-height: 65px;
        --h1-font: 30px;
        --h2-font: 20px;
        --h3-font: 16px;
        --menu-font-size: 30px;
    }

    .logo { margin: 0; width: 100%; justify-content: space-around; }
    .logo > a { position: relative; display: block; width: 100px; padding: 5px; top: 0; left: 0; box-shadow: none; }
    .logo h1 { margin-left: 0px; line-height: 19px; font-size: 19px; display: flex; flex-direction: column; height: 100%; justify-content: center; padding: 0 15px; }
    .logo div.hamburger { margin-right: 10px; }
    .logo ul { display: none; }
    .fixed-footer-info { position: fixed; width: 100%; background-color: white; bottom: 0; left: 0; display: flex; z-index: 2; }
    .fixed-footer-info ul { display: flex; list-style: none; width: 100%; background-color: white; gap: 5px; }
    .fixed-footer-info ul li { width: 50%; text-align: center; padding: 10px; background-color: var(--color-blue); }
    .footer { margin-bottom: 50px; padding: 15px 5%; }

    aside.main-menu > div > ul { flex-direction: column; }
    aside.main-menu > div > ul:first-of-type > li:last-child > div { display: none; }
    aside.main-menu > div > ul > li { width: 100%; }
    aside.main-menu > div > ul:first-of-type > li:last-child { text-align: left; padding-top: 30px; }
    aside.main-menu > div > ul:first-of-type > li:last-child a { font-size: 18px;  }
    aside.main-menu ul { list-style: none; font-size: 7vw; }
    aside.main-menu > div > ul:first-of-type > li:first-child > ul > li:not(.disabled) span { cursor: pointer; font-size: 7vw; }



    .menu-mobile{padding-top: 1rem; display: block; font-weight: initial; font-size: 1rem; line-height: 1.5rem;}
    .menu-mobile p:nth-child(2){font-weight: bold;}
    .menu-mobile a{color: var(--color-blue);}
    .menu-mobile a:last-of-type{color: black;}
    

    .swal2-popup>.swal2-html-container{margin: 0px;}
    .menu-span{ text-align: left; font-weight: initial; font-size: 1rem; line-height: 1.5rem;}
    .menu-span p{ padding: 0rem 1.5rem;}
    .menu-span p:nth-child(1){margin-top: 2rem; padding:1rem 1.5rem;  border-top: 1px solid #e9ecef;}
    .menu-span p:nth-child(3){font-weight: bold;}
    .menu-span a{color: var(--color-blue); padding: 0rem 1.5rem;}
    .menu-span a:last-of-type{color: black; display: inline-block; padding-bottom:1rem ; }
    .menu-span p:last-of-type{line-height: 1rem; border-top: 1px solid #e9ecef; padding-top:1rem ;}
    .swal2-popup>.swal2-close{font-size: 1.5rem;margin-right: 1rem;margin-top: 1rem;}
    .swal2-popup>.swal2-close:hover{color: var(--color-blue)}

    

    article#header { justify-content: flex-start; }
    article#header div { width: 90%; margin-left: 0; padding: 5%; gap: 50px; }
    article#header div h1 { line-height: 30px; margin-top: 30px; margin-bottom: 20px;}
    article#header div ul video { width: 100%; margin-top: 50px; }
    article#header div ul p { margin-bottom: 20px; }

    article#etapa1 section#header { display: flex; flex-direction: column; gap: 20px; }
    article#etapa1 section#header p { width: 100%; }
    article#etapa1 section#design { margin: 20px var(--left-alignment-px) }
    article#etapa1 section#design p { margin-top: 10px; width: 100%; }
    article#etapa1 section#motor ul { flex-direction: column; }
    article#etapa1 section#motor ul li:nth-child(1),
    article#etapa1 section#motor ul li:nth-child(2) { width: 100%; }

    article#etapa1 section#versions ul { flex-direction: column; }
    article#etapa1 section#versions ul li:nth-child(1),
    article#etapa1 section#versions ul li:nth-child(2) { width: 100%; }

    article#history section#years { flex-direction: column; }
    article#history section#years .years-list ul { flex-direction: row; justify-content: center; }
    article#history section#years .years-list ul li { font-size: 24px; }
    article#history section#years .year-content ul { flex-direction: column; }
    article#history section#years .year-content ul,
    article#history section#years .year-content,
    article#history section#years .year-content ul li:first-child,
    article#history section#years .year-content ul li:last-child { width: 100%; }
    article#history section#years .year-content ul li:first-child img { width: 90%; margin-left: 5%; }

    article#manufacturing section ul { flex-direction: column; }
    article#manufacturing section ul li:first-child,
    article#manufacturing section ul li:last-child { width: 100%; }
    article#manufacturing section ul li:last-child { height: 25vh; }
    article#manufacturing section:not(:last-of-type) { margin-bottom: 40px; }

    article#models h1 { line-height: var(--h1-font); }

    article#virtual > p { width: 100%; }
    article#virtual section#vistas > ul { flex-direction: column; }
    article#virtual section#vistas > ul > li:first-child,
    article#virtual section#vistas > ul > li:last-child { width: 100%; }

    article#virtual section#vistas > ul > li:last-child .item > ul { flex-direction: column; gap: 10px; }
    article#virtual section#vistas > ul > li:last-child .item > ul li:last-child { margin-left: 0; }
    article#virtual section#videos > ul { flex-direction: column; }
    article#virtual section#videos > ul > li:first-child,
    article#virtual section#videos > ul > li:last-child { width: 100%; }
    article#virtual section#videos > ul > li:last-child { gap: 50px; }

    article#virtual section#videos > ul > li:last-child iframe { height: 25vh; }
    article#virtual section#videos > ul > li:last-child h4 { margin-top: 10px; }

    article#consumptions > ul { flex-direction: column-reverse; }
    article#consumptions > ul > li:first-child,
    article#consumptions > ul > li:last-child { width: 100%; }
    article#consumptions > ul > li > ul > li:first-child { font-size: 30px; line-height: 30px; }
    article#consumptions > ul > li:first-child { padding: 20px 0px; }
    article#consumptions > ul > li > ul > li:nth-child(2) { font-size: 20px; line-height: 20px; margin-top: 0; }
    article#consumptions > ul > li > ul > li:nth-child(3) > ul > li > ul > li:last-child span:first-child { font-size: 20px; }
    article#consumptions > ul > li > ul > li:nth-child(3) > ul > li > ul > li:last-child span:last-child { font-size: 15px; }
    article#consumptions p { margin-top: 0px; }
}