@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-BoldItalic.eot");
    src: url("../fonts/PorscheNextWLa-BoldItalic.eot") format("embedded-opentype"), url("../fonts/PorscheNextWLa-BoldItalic.woff2") format("woff2"), url("../fonts/PorscheNextWLa-BoldItalic.woff") format("woff"), url("../fonts/PorscheNextWLa-BoldItalic.ttf") format("truetype"), url("../fonts/PorscheNextWLa-BoldItalic.svg") 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;
}

* {
    margin: 0px;
    padding: 0px;
}

.logo {
    width: 100%;
    height: 100px;
    align-items: center;
    margin: 0px auto;
    display: flex;
    z-index: 3;
    position: absolute;
    top: 0;
}

.logo a {
    position: absolute;
    left: calc(50% - 120px);
}

.logo img {
    width: 240px;
    ;
}

.footer {
    background-color: black;
    color: white;
    padding: 20px 10%;
    padding-bottom: 80px;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    color: #B1002F;
}

.footer p {
    margin: 10px 0px;
}

.menu-fijo {
    width: 80%;
    position: fixed;
    bottom: 0;
    background-color: #000;
    display: flex;
    align-items: center;
    z-index: 3;
    color: white;
    justify-content: center;
    padding: 10px 10%;
    flex-direction: column;
}

.menu-fijo p {
    text-align: center;
    font-size: 18px;
}

.menu-fijo p a {
    color: white;
    text-decoration: underline;
}

.menu-fijo a.mas-info {
    color: white;
    border: 1px solid white;
    padding: 6px 15px;
    text-align: center;
    display: block;
    margin-bottom: 5px;
}

.menu-fijo a:hover {
    color: #B1002F;
}

.menu-fijo span {
    display: block;
}

.only-ds-flex {
    display: flex !important;
}

.only-mb {
    display: none !important;
}

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

a:hover {
    color: #B1002F;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: calc(50% - 80px);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

.owl-prev {
    left: 0px;
}

.owl-next {
    right: 0px;
}

.owl-theme .owl-nav button span {
    font-size: 80px;
    color: white;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}


.menu-container {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 10%;
    z-index: 4;
    cursor: pointer;
}

.menu-container p {
    font-size: 20px;
    color: white;
}

.menu-container .menu {
    width: 35px;
    height: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 1000;
    cursor: pointer;
}

.menu-container .menu span {
    width: 100%;
    padding: 0px;
    height: 2px;
    border-radius: 10px;
    background-color: white;
    display: block;
    transition: 300ms all;
    position: relative;
    top: 0;
    border-bottom: none;
}

.menu-container.black p {
    color: black;
}

.menu-container.black .menu span {
    background-color: black;
}

.menu-mobile {
    display: none;
}

aside.menu-aside {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10;
    display: block;
    left: -100vw;
    transition: all 300ms;
    font-size: 18px;
}

aside.menu-aside.active {
    left: 0;
}

aside.menu-aside ul {
    list-style: none;
}

aside.menu-aside>ul {
    display: flex;
    height: 100vh;
}

aside.menu-aside>ul>li {
    width: 33.33%;
}

aside.menu-aside>ul>li div {
    padding: 20px 10%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

aside.menu-aside>ul>li:nth-of-type(1) div a {
    padding: 6px 4px;
    cursor: pointer;
    width: 100%;
    display: block;
}

aside.menu-aside>ul>li:nth-of-type(1) div a.active {
    background-color: #eaebef;
    display: flex;
    border-radius: 4px;
    justify-content: space-between;
}

aside.menu-aside>ul>li:nth-of-type(1) div a.active::after {
    content: '';
    font-family: "pag-iconfont";
}

aside.menu-aside>ul>li a {
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    cursor: pointer;
}

aside.menu-aside>ul>li:nth-of-type(1) {
    background-color: white;
}

aside.menu-aside>ul>li:nth-of-type(1) div {
    gap: 5%
}

aside.menu-aside>ul>li:nth-of-type(2) {
    background-color: #eaebef;
}

aside.menu-aside>ul>li:nth-of-type(2) div {
    display: none;
    gap: 5%;
}

aside.menu-aside>ul>li:nth-of-type(2) div a {
    padding: 6px 4px;
    cursor: pointer;
}

aside.menu-aside>ul>li:nth-of-type(2) div.active {
    display: flex;
}

aside.menu-aside>ul>li:nth-of-type(3) {
    background-color: #00000029;
    display: flex;
    align-items: flex-start;
}

aside.menu-aside>ul>li a.close-menu {
    border: 2px solid white;
    border-radius: 4px;
    padding: 6px;
    margin: 20px;
}

h2 {
    font-size: 35px;
    line-height: 32px;
}

i {
    font-family: "pag-iconfont";
    font-style: normal;
    color: white;
}

i.rotate-90 {
    transform: rotate(90deg);
}

.divider20 {
    min-height: 20px;
}

.divider30 {
    min-height: 30px;
}

.divider40 {
    min-height: 40px;
}

.divider50 {
    min-height: 50px;
}

.divider60 {
    min-height: 60px;
}

.divider70 {
    min-height: 70px;
}

.divider80 {
    min-height: 80px;
}

.divider90 {
    min-height: 90px;
}

a.button {
    color: white;
    padding: 6px 10px;
    text-decoration: none;
    border: 2px solid white;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    min-width: 80px;
}

article#home section.cabecera {
    color: white;
    position: relative;
}

article#home section.cabecera video {
    width: 100%;
    display: block;
}

article#home section.cabecera div.opacidad {
    width: 100%;
    height: 100%;
    margin-left: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(9, 9, 121, 0) 50%, rgba(3, 155, 217, 0) 75%, rgba(0, 0, 0, 1) 100%);
}

article#home section.cabecera div {
    margin-left: 10%;
    position: absolute;
    bottom: 20%;
}

article#home section.cabecera div h1 {
    font-size: 90px;
    font-weight: 500;
    line-height: normal;
}

article#home section.cabecera div p {
    font-size: 30px;
    line-height: normal;
}

article#home section.cabecera div a.button {
    margin-top: 30px;
}

article#home section.cabecera a.flecha {
    position: absolute;
    bottom: 15%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    left: calc(50% - 12.5px);
    font-size: 25px;
}

article#home section.cabecera div.controller {
    position: absolute;
    bottom: 15%;
    right: 10%;
}

article#home section.cabecera div.controller a.play {
    border: 2px solid white;
    border-radius: 4px;
    display: block;
    text-decoration: none;
    padding: 6px;
    display: flex;
    align-items: center;
}

article#home section.cabecera div.controller a.play i {
    font-size: 20px;
}

article#home section#my-porsche {
    width: 100%;
    display: flex;
}

article#home section#my-porsche img {
    display: block;
    width: 50%;
    position: relative;
}

article#home section#my-porsche div {
    width: 40%;
    margin-left: 10%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

article#home section#my-porsche div h2 {
    font-size: 40px;
}

article#home section#my-porsche div p {
    margin: 40px 0;
    width: 50%;
}

article#home section#my-porsche div a {
    padding: 6px 28px;
    color: black;
    border-color: black;
}

article#home section#servicios {
    width: 80%;
    padding: 200px 0;
    margin: 0 auto;
}

article#home section#servicios .owl-carousel .owl-item img {
    border-radius: 10px;
}

article#home section#servicios h2 {
    font-size: 35px;
    font-weight: bold;
}

article#home section#servicios p:nth-of-type(1) {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 30px;
}

article#home section#servicios p:nth-of-type(2) {
    width: 50%;
    margin-bottom: 30px;
}

article#home section#servicios .owl-carousel .item {
    position: relative;
}

article#home section#servicios .owl-carousel .item div {
    position: absolute;
    z-index: 2;
    color: white;
    bottom: 10px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    left: 10%;
}

article#home section#servicios .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #c30016;
}

article#home section#approved {
    position: relative;
}

article#home section#approved img {
    display: block;
    width: 100%;
}

article#home section#approved div {
    position: absolute;
    left: 10%;
    color: white;
    top: 20%;
    width: 80%;
}

article#home section#approved div h2 {
    font-size: 40px;
}

article#home section#approved div p {
    margin: 40px 0;
    width: 50%;
}

article#home section#approved div a {
    padding: 6px 18px;
}

article#home section#tequipment {
    width: 80%;
    margin: 0 auto;
    padding: 200px 0;
}

article#home section#tequipment .owl-carousel .owl-item a {
    border-radius: 10px;
    height: 370px;
    display: block;
    background-size: cover;
    background-position: top left;
    width: 100%;
    transition: all 300ms;
}

article#home section#tequipment .owl-carousel .owl-item:nth-of-type(1) a {
    background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/tequipment/tendencias/cabecera01.webp');
}

article#home section#tequipment .owl-carousel .owl-item:nth-of-type(2) a {
    background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/tequipment/718/cabecera.webp');
}

/* article#home section#tequipment .owl-carousel .owl-item:nth-of-type(2) a:hover {
    background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/tequipment002-hover.webp');
} */

article#home section#tequipment .owl-carousel .owl-item:nth-of-type(3) a {
    background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/tequipment/taycan/cabecera.webp');
}

/* article#home section#tequipment .owl-carousel .owl-item:nth-of-type(3) a:hover {
    background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/tequipment003-hover.webp');
} */

article#home section#tequipment .owl-carousel .owl-item:nth-of-type(4) a {
    background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/tequipment/macan/cabecera.webp');
}

/* article#home section#tequipment .owl-carousel .owl-item:nth-of-type(4) a:hover {
    background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/tequipment004-hover.webp');
} */

article#home section#tequipment .owl-carousel .owl-item:nth-of-type(5) a {
    background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/tequipment/911/cabecera.webp');
}

/* article#home section#tequipment .owl-carousel .owl-item:nth-of-type(5) a:hover {
    background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/tequipment005-hover.webp');
} */

article#home section#tequipment .owl-carousel .owl-item:nth-of-type(6) a {
    background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/tequipment/cayenne/cabecera.webp');
}

/* article#home section#tequipment .owl-carousel .owl-item:nth-of-type(6) a:hover {
    background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/tequipment006-hover.webp');
} */

article#home section#tequipment .owl-carousel .owl-item:nth-of-type(7) a {
    background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/tequipment/panamera/cabecera.webp');
}

/* article#home section#tequipment .owl-carousel .owl-item:nth-of-type(7) a:hover {
    background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/tequipment007-hover.webp');
} */

article#home section#tequipment h2 {
    font-size: 35px;
    font-weight: bold;
}

article#home section#tequipment>div:first-of-type {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin: 30px 0;
    width: 50%;
}

article#home section#tequipment>div p:nth-of-type(1) {
    font-size: 20px;
    font-weight: bold;
}

article#home section#tequipment p.tequipment001-text {
    position: absolute;
    top: 10px;
    left: 20px;
    color: white;
}

article#home section#tequipment .owl-carousel .item {
    position: absolute;
    z-index: 2;
    color: white;
    bottom: 10px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    left: 10%;
}

article#home section#tequipment .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #c30016;
}

article#home section#manthey {
    width: 100%;
    display: flex;
}

article#home section#manthey img {
    display: block;
    width: 70%;
    position: relative;
}

article#home section#manthey div {
    width: 20%;
    margin-left: 10%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

article#home section#manthey div h2 {
    font-size: 40px;
    line-height: normal;
}

article#home section#manthey div p {
    margin: 40px 0;
    width: 50%;
}

article#home section#manthey div a {
    padding: 6px 28px;
    color: black;
    border-color: black;
}

article#home section#ebikes {
    position: relative;
}

article#home section#ebikes video {
    display: block;
    width: 100%;
}

article#home section#ebikes div.opacidad {
    width: 100%;
    height: 100%;
    margin-left: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(9, 9, 121, 0) 50%, rgba(3, 155, 217, 0) 75%, rgba(0, 0, 0, 1) 100%);
    left: 0;
}

article#home section#ebikes div {
    position: absolute;
    left: 10%;
    color: white;
    bottom: 20%;
    width: 80%;
}

article#home section#ebikes div h2 {
    font-size: 40px;
}

article#home section#ebikes p:nth-of-type(1) {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 30px;
}

article#home section#ebikes p:nth-of-type(2) {
    width: 50%;
    margin-bottom: 30px;
}

article#home section#ebikes div a {
    padding: 6px 18px;
}

article#home section#lifestyle {
    width: 80%;
    margin: 0 auto;
    padding: 200px 0;
}

article#home section#lifestyle .owl-carousel .owl-item a {
    border-radius: 10px;
    height: 570px;
    display: block;
    background-size: cover;
    width: 100%;
    transition: all 300ms;
}

article#home section#lifestyle h2 {
    font-size: 35px;
    font-weight: bold;
}

article#home section#lifestyle>div:first-of-type {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin: 30px 0;
    width: 50%;
}

article#home section#lifestyle p:nth-of-type(1) {
    font-size: 20px;
    font-weight: bold;
}

article#home section#lifestyle .owl-carousel .item {
    position: absolute;
    z-index: 2;
    color: white;
    bottom: 10px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    left: 10%;
}

article#home section#lifestyle .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #c30016;
}

article#home section#timepieces {
    width: 100%;
    display: flex;
}

article#home section#timepieces img {
    display: block;
    width: 50%;
    position: relative;
}

article#home section#timepieces div {
    width: 50%;
    margin: 180px 80px;
}

article#home section#timepieces div h2 {
    font-size: 40px;
}

article#home section#timepieces div p {
    margin: 40px 0;
    width: 50%;
}

article#home section#timepieces div a {
    padding: 6px 28px;
    color: black;
    border-color: black;
}

article#home section#porsche-icons {
    width: 80%;
    margin: 0 auto;
    padding: 200px 0;
}

article#home section#porsche-icons .owl-carousel .owl-item a {
    height: 450px;
    display: block;
    background-size: cover;
    width: 100%;
    transition: all 300ms;
}

article#home section#porsche-icons .owl-carousel .owl-item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    z-index: 1;
    
}

article#home section#porsche-icons .owl-carousel .owl-item:nth-of-type(1) a {
    background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/icons/009.webp');
    background-position: center;
}

article#home section#porsche-icons .owl-carousel .owl-item:nth-of-type(2) a {
    background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/icons/010.webp');
    background-position: center;
}

article#home section#porsche-icons .owl-carousel .owl-item:nth-of-type(3) a {
    background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/icons/006.webp');
    background-position: center;
}

article#home section#porsche-icons h2 {
    font-size: 35px;
    font-weight: bold;
}

article#home section#porsche-icons>div:first-of-type {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin: 30px 0;
    width: 50%;
}

article#home section#porsche-icons p:nth-of-type(1) {
    font-size: 20px;
    font-weight: bold;
}

article#home section#porsche-icons .owl-carousel .item {
    position: absolute;
    z-index: 2;
    color: white;
    bottom: 10px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    left: 10%;
}

article#home section#porsche-icons .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #c30016;
}

article#home section#novedades-porsche {
    width: 80%;
    margin: 0 auto;
    padding: 200px 0;
}

article#home section#novedades-porsche .owl-carousel .owl-item a {
    border-radius: 10px;
    height: 570px;
    display: block;
    background-size: cover;
    width: 100%;
    transition: all 300ms;
}

article#home section#novedades-porsche h2 {
    font-size: 35px;
    font-weight: bold;
}

article#home section#novedades-porsche>div:first-of-type {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin: 30px 0;
    width: 50%;
}

article#home section#novedades-porsche p:nth-of-type(1) {
    font-size: 20px;
    font-weight: bold;
}

article#home section#novedades-porsche .owl-carousel .item {
    position: absolute;
    z-index: 2;
    color: white;
    bottom: 10px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    left: 10%;
}

article#home section#novedades-porsche .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #c30016;
}

article#home div.divider150 {
    position: relative;
    height: 150px;
}

article#home section#classic {
    position: relative;
}

article#home section#classic img {
    display: block;
    width: 100%;
}

article#home section#classic>div {
    position: absolute;
    left: 10%;
    color: white;
    bottom: 20%;
    width: 80%;
}

article#home section#classic>div>div {
    width: 50%;
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: flex-start;
}

article#home section#classic>div>div h2 {
    font-size: 40px;
    line-height: 36px;
}

article#home section#classic>div>div p:nth-of-type(1) {
    font-size: 20px;
    font-weight: bold;
}

article#home section#classic>div>div a {
    padding: 6px 18px;
    color: white;
    background-color: transparent;
}

article#home section#originale {
    display: flex;
}

article#home section#originale video {
    display: block;
    width: 60%;
}

article#home section#originale div {
    color: black;
    width: 40%;
    margin: auto;
    margin-left: 15%;
}

article#home section#originale div h2 {
    font-size: 40px
}

article#home section#originale p {
    margin: 40px 0;
}

article#home section#originale div a {
    padding: 6px 18px;
    color: black;
    border-color: black;
}

article#home section#magazine {
    position: relative;
    width: 100%;
    margin-bottom: 200px;
}

article#home section#magazine picture img {
    display: block;
    width: 100%;
}

article#home section#magazine>div {
    position: absolute;
    color: white;
    width: 80%;
    left: 10%;
    top: 0;
    display: flex;
    justify-content: space-between;
}

article#home section#magazine>div>div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

article#home section#magazine div h2 {
    font-size: 40px;
}

article#home section#magazine div a {
    background-color: white;
    color: black;
    padding: 6px 28px;
}

article#home section#magazine img.revista {
    width: 30%;
    display: block;
    position: relative;
    top: -40px;
}

article#home section#consumo {
    margin-bottom: 0px;
    padding: 0;
}

article#home article#cholder {
    margin-bottom: 40px;
}


article#servicios>.cabecera {
    position: relative;
    color: white;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
}

article#servicios>.cabecera.cita-online {
    background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/servicios/001.webp');
}

article#servicios>.cabecera.precios-cerrados {
    background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/servicios/003.webp');
}

article#servicios>.cabecera.reparaciones-carrocerias {
    background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/servicios/005.webp');
}

article#servicios>.cabecera.mantenimiento {
    background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/servicios/007.webp');
}

article#servicios>.cabecera.recambios-originales {
    background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/servicios/009.webp');
}

article#servicios>.cabecera.revision-estacional {
    background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/servicios/011.webp');
}

article#servicios>.cabecera.porsche-aceites {
    background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/servicios/013.webp');
}

article#servicios>.cabecera.neumaticos-amortiguadores {
    background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/servicios/015.webp');
}

article#servicios>.cabecera.devolucion-reciclaje {
    background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/servicios/017.webp');
}

article#servicios>.cabecera>div {
    width: 80%;
    margin: 0 auto;
    display: flex;
    margin-top: auto;
    padding-top: 100px;
}

article#servicios>.cabecera>div>div:nth-of-type(1) {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
    margin: 20px 0;
}

article#servicios>.cabecera>div>div:nth-of-type(2) {
    width: 40%;
    position: relative;
    margin-top: auto;
}

article#servicios>.cabecera>div>div:nth-of-type(2) img {
    width: 80%;
    float: right;
    margin: 0 0px -5% 0;
}

article#servicios>.cabecera>div>div h1 {
    font-size: 80px;
    line-height: 85px;
    font-weight: 500;
}

article#servicios>.cabecera>div>div p {
    line-height: 25px;
}

article#servicios>.cabecera>div>div a {
    color: white;
}

article#servicios>.cabecera>div>div a.volver::before {
    content: "";
    font-family: 'pag-iconfont';
    font-size: 12px;
}

article#servicios .mantenimiento-botones aside {
    display: none;
}

article#servicios .mantenimiento-botones aside>div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 5px;
}

article#servicios>section.carrousel {
    width: 80%;
    margin: 100px auto;
}

article#servicios>section.carrousel>p.servicios1 {
    font-size: 40px;
    margin: 40px 0;
    font-weight: bold;
}

article#servicios .owl-carousel .owl-item img {
    border-radius: 10px;
}

article#servicios .owl-carousel .item {
    position: relative;
}

article#servicios>section.carrousel div p:nth-of-type(1) {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 30px;
}

article#servicios .owl-carousel .item div {
    position: absolute;
    z-index: 2;
    color: white;
    bottom: 10px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    left: 10%;
}

article#servicios .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #c30016;
}

article#tequipment>.cabecera {
    position: relative;
    color: white;
}

article#tequipment>.cabecera picture img {
    display: block;
    width: 100%;
}

article#tequipment>.cabecera>div {
    position: absolute;
    bottom: 20%;
    width: 60%;
    left: 10%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}

article#tequipment>.cabecera>div h1 {
    font-size: 80px;
    line-height: 85px;
    font-weight: 500;
}

article#tequipment>.cabecera>div a {
    color: white;
    z-index: 2;
}

article#tequipment>.cabecera>div a.volver::before {
    content: "";
    font-family: 'pag-iconfont';
    font-size: 12px;
}

article#tequipment>.cabecera a.flecha {
    position: absolute;
    bottom: 12%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    left: calc(50% - 12.5px);
    font-size: 25px;
}

article#tequipment>section#accesorios {
    position: relative;
    width: 70%;
    margin: 0 auto;
    padding: 100px 0;
}

article#tequipment>section#accesorios ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
}

article#tequipment>section#accesorios ul li {
    width: calc(50% - 10px);
    position: relative;
    color: white;
}

article#tequipment>section#accesorios ul li>img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    display: block;
}

article#tequipment>section#accesorios ul li>div {
    padding: 5%;
    min-height: 200px;
    width: calc(90% - 2px);
    color: black;
    border-radius: 0 0 10px 10px;
}

article#tequipment>section#accesorios ul li>div.container.active {
    display: block !important;
}

article#tequipment>section#accesorios ul li>div.container div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 95%;
    gap: 30px;
    font-size: 14px;
    line-height: 18px;
}

article#tequipment>section#accesorios ul li>div.container div p:nth-of-type(1) {
    font-size: 22px;
    line-height: 25px;
    min-height: 50px;
    font-weight: bold;
}

article#tequipment>section#accesorios ul li>div.container div p:nth-of-type(2) {
    min-height: 100px;
}

article#tequipment>section#accesorios ul li>div.container div a {
    background-color: white;
    color: black;
    border-color: black;
}

article#tequipment>section#accesorios>div {
    display: flex;
    align-items: center;
}

article#tequipment>section#accesorios>div>a {
    margin: 40px auto;
    color: black;
    border-color: black;
}

article#tequipment>section#destacados {
    display: flex;
    flex-wrap: wrap;
}

article#tequipment>section#destacados>img {
    width: 60%;
    display: block;
}

article#tequipment>section#destacados>div {
    display: flex;
    width: 40%;
    background-color: #EDEDED;
    align-items: center;
    justify-content: center;
}

article#tequipment>section#destacados>div>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    align-items: flex-start;
    gap: 30px;
}

article#tequipment>section#destacados>div>div h3 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
}

article#tequipment>section#destacados>div>div p {
    font-size: 20px;
    line-height: 25px;
}

article#tequipment>section#destacados>div>div a {
    color: black;
    border-color: black;
    padding: 6px 40px;
}

article#e-bikes>.cabecera {
    position: relative;
    color: black;
}

article#e-bikes>.cabecera picture img {
    display: block;
    width: 100%;
}

article#e-bikes>.cabecera>div {
    width: 80%;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}

article#e-bikes>.cabecera>div h2 {
    font-size: 25px;
    font-weight: 500;
}

article#e-bikes>.cabecera>div h1 {
    font-size: 80px;
    line-height: 85px;
    font-weight: 500;
}

article#e-bikes>.cabecera>div p:nth-of-type(1) {
    font-size: 25px;
}

article#e-bikes>.cabecera>div p:nth-of-type(2) {
    width: 50%;
}

article#e-bikes>.cabecera>div a {
    color: black;
}

article#e-bikes>.cabecera>div a.volver::before {
    content: "";
    font-family: 'pag-iconfont';
    font-size: 12px;
}

article#e-bikes>#bicis {
    width: 80%;
    margin: 0 auto;
}

article#e-bikes>#bicis h2 {
    margin: 15px 0;
}

article#e-bikes>#bicis img {
    width: 100%;
    display: block;
}
article#e-bikes>#bicis.precios{
    margin-top: 100px;
}

article#e-bikes>#bicis.precios h2 {
    font-size: 30px;
    font-weight: 500;
}

article#e-bikes>#bicis.precios > p {
    font-size: 25px;
}

article#e-bikes>#bicis section#ebikes-precios-owl {
    display: flex;
    position: relative;
}

article#e-bikes>#bicis div#ebikes-precios-owl .title {
    font-size: 24px;
    font-weight: bold;
    min-height: 80px;
}

article#e-bikes>#bicis div#ebikes-precios-owl p:nth-of-type(2) {
    font-size: 60px;
}

article#e-bikes>#bicis div#ebikes-precios-owl p:nth-of-type(2) span {
    font-size: 18px;
    font-weight: initial;
}

article#e-bikes>#bicis div#ebikes-precios-owl p:nth-of-type(3) {
    font-size: 18px;
    margin-left: 20px;
    margin-top: -20px;
    margin-bottom: 20px;
}

article#e-bikes>#bicis div#ebikes-owl {
    display: flex;
    position: relative;
}

article#e-bikes>#bicis div#ebikes-owl div.item {
    padding: 20px;
    transition: all 300ms;
    cursor: pointer;
}

article#e-bikes>#bicis div#ebikes-owl div.item.active {
    padding-bottom: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    margin-top: -20px;
    z-index: 2;
    background-color: white;
}

article#e-bikes .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #c30016;
}

article#e-bikes>#mas-info {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 50px 0;
}

article#e-bikes>#mas-info a {
    margin: 0 auto;
    color: black;
    border-color: black;
}

article#e-bikes>#catalogo { 
    width: 80%;
    margin: 0 auto;
}

article#e-bikes>#catalogo a {
    font-size: 25px;
    display: flex;
    color: black;
    align-items: center;
    justify-content: start;
    padding: 0;
    gap: 2px;
    max-width: fit-content;
}
article#e-bikes>#catalogo a i { color: black; }

article#e-bikes #sostenible { width:80%; margin: 50px auto; }
article#e-bikes #sostenible h2 {  margin: 20px 0; font-size: 25px; }
article#e-bikes #sostenible ul {  margin: 10px 20px; }

article#lifestyle {
    padding-top: 100px;
}

article#lifestyle>.cabecera>div:nth-of-type(1) {
    width: 80%;
    margin: 50px auto;
    gap: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

article#lifestyle>.cabecera>div:nth-of-type(1) p.title {
    font-size: 80px;
    line-height: 85px;
    font-weight: 500;
}

article#lifestyle>.cabecera>div:nth-of-type(1) h1 {
    font-size: 80px;
    line-height: 30px;
    font-weight: normal;
}

article#lifestyle .title-center {
    display: flex;
    flex-direction: column;
    font-size:40px; 
    margin: 20px auto;
    width: 80%;
    text-align: center;
    gap: 30px;
}


article#lifestyle>.cabecera>div:nth-of-type(1) a {
    color: white;
    z-index: 2;
}

article#lifestyle>.cabecera>div:nth-of-type(1) a.volver::before {
    content: "";
    font-family: 'pag-iconfont';
    font-size: 12px;
}

article#lifestyle>.cabecera div.modulo-pccm { width:100%; position:relative; }
article#lifestyle>.cabecera div.modulo-pccm img { display: block; width: 100%;}
article#lifestyle>.cabecera div.modulo-pccm div.text { display: flex; flex-direction: column; align-items: center; margin: 50px auto; gap: 10px; }
article#lifestyle>.cabecera div.modulo-pccm .owl-carousel { margin: 40px auto; gap: 0; }
article#lifestyle>.cabecera div.modulo-pccm .owl-carousel li { border-radius: 0;}
article#lifestyle>.cabecera div.modulo-pccm .owl-carousel li div.shadow { margin: 20px;}
article#lifestyle>.cabecera div.modulo-pccm .owl-carousel li p:nth-of-type(1) { font-weight: bold; margin-bottom: 10px;}
article#lifestyle>.cabecera div.modulo-pccm div.text { width:80%; margin: 40px auto; text-align:center; }
article#lifestyle>.cabecera div.modulo-pccm div.text .button { color: black; border: 1px solid black; }
article#lifestyle>.cabecera div.modulo-pccm #catalogo {  width: 100%; margin: 60px 0; }
article#lifestyle>.cabecera div.modulo-pccm #catalogo a {font-size: 25px;display: flex;color: black;align-items: center;justify-content: start;padding: 0;gap: 2px;max-width: fit-content; border: 0;}
article#lifestyle>.cabecera div.modulo-pccm #catalogo a i { color: black; }


article#lifestyle>.cabecera div.modulo-recambios {
    width:80%; position:relative; margin: 0 auto;
}

article#lifestyle>.cabecera div.modulo-recambios img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

article#lifestyle>.cabecera div.modulo-recambios div.text { position: absolute; color:white; top:10px; left:20px; display: flex; flex-direction: column; gap: 20px; justify-content: center; align-items:flex-start; height: calc(100% - 50px) }
article#lifestyle>.cabecera div.modulo-recambios div.text p { font-size:30px; }

article#lifestyle.classic>.cabecera div.modulo-recambios div.text { position: absolute; color:white; top:10px; left:20px; display: flex; flex-direction: column; gap: 20px; justify-content: center; align-items:flex-start; height: calc(100% - 50px) }
article#lifestyle.classic>.cabecera div.modulo-recambios div.text p { font-size:30px; }

article#lifestyle .cards {
    width: 80%;
    margin: 50px auto;
    list-style: none;
}

article#lifestyle .cards li {
    display: flex;
    width: 100%;
}

article#lifestyle .cards li>div {
    width: 50%;
}

article#lifestyle .cards li div.text {
    display: flex;
    justify-content: center;
    align-items: center;
}

article#lifestyle .cards li div.text div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: start;
    margin-right: 10%;
}

article#lifestyle .cards li:nth-of-type(2) div.text div {
    margin-right: 0;
    margin-left: 10%;
}

article#lifestyle .cards li div.text div h3 {
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
}

article#lifestyle.classic .cards li div.text div h3 {
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
}

article#lifestyle .cards li div.text div .subtitle {
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
}

article#lifestyle .cards li div.text div .button {
    color: #000;
    border: 1px #000 solid;
}

article#lifestyle .cards li div img {
    width: 100%;
    display: block;
}

article#lifestyle .owl-carousel {
    width: 80%;
    margin: 0 auto;
    list-style: none;
}


article#lifestyle .owl-carousel .container {
    /* position: absolute; */
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px;
    width: calc(100% - 62px);
    min-height: 200px;
    border-top: 0px;
    border-radius: 0 0 10px 10px;
}

article#lifestyle .owl-carousel .container .item {
    position: relative;
}

article#lifestyle .owl-carousel li {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

article#lifestyle .owl-carousel .item img {
    border-radius: 10px;
}

article#lifestyle .owl-carousel div.container div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 95%;
    gap: 30px;
    font-size: 14px;
    line-height: 18px;
}

article#lifestyle .owl-carousel div.container div a {
    background-color: white;
    color: black;
    border-color: black;
}



article#lifestyle .owl-carousel div.container div p:nth-of-type(1),
article#lifestyle.classic .owl-carousel div.container div h3 {
    min-height: 35px;
}
article#lifestyle .owl-carousel div.container div p:nth-of-type(2),
article#lifestyle.classic .owl-carousel div.container div p {
    min-height: 120px;
}

article#lifestyle .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #c30016;
}

article#lifestyle>#mas-info {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 50px 0;
}

article#lifestyle>#mas-info a {
    margin: 0 auto;
    color: black;
    border-color: black;
}


article#timepieces {
    padding-top: 100px;
}

article#timepieces>.cabecera>div {
    width: 80%;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}

article#timepieces>.cabecera>div h1 {
    font-size: 80px;
    line-height: 85px;
    font-weight: 500;
}

article#timepieces>.cabecera>div p:nth-of-type(1) {
    font-size: 28px;
    line-height: 30px;
}

article#timepieces>.cabecera>div a {
    color: black;
}

article#timepieces>.cabecera>div a.volver::before {
    content: "";
    font-family: 'pag-iconfont';
    font-size: 12px;
}

article#timepieces section#container {
    width: 80%;
    margin: 0 auto;
}

article#timepieces section#container ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    list-style: none;
}

article#timepieces section#container.novedades ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 20px 0;
}

article#timepieces section#container.novedades ul li {
    position: relative;
    width: 33%;
}

article#timepieces section#container.novedades ul li .nuevo {
    position: absolute;
    background-color: #E4FEEC;
    color: black;
    top: 20px;
    right: 20px;
    padding: 6px 12px;
}

article#timepieces section#container.novedades ul li p:nth-of-type(2) {
    font-size: 14px;
}
article#timepieces section#container ul li {
    position: relative;
}

article#timepieces section#container ul li img {
    display: block;
    width: 100%;
}

article#timepieces section#container div.container {
    position: absolute;
    bottom: 0;
    color: white;
    display: none;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

article#timepieces section#container div.container>div {
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: calc(100% - 120px);
    padding: 30px;
}

article#timepieces section#container div.container>div div {
    display: flex;
    gap: 20px;
    flex-direction: column;
    height: 100%;
}

article#timepieces section#container div.container>div div p:first-of-type {
    font-weight: bold;
}

article#timepieces section#container div a {
    background-color: white;
    color: black;
    border-color: black;
}

article#timepieces>#mas-info {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 50px 0;
}

article#timepieces>#mas-info a {
    margin: 0 auto;
    color: black;
    border-color: black;
}

article#timepieces section#container div a {
    background-color: transparent;
    color: white;
    border-color: white;
}

article#timepieces section.banner {
    position: relative;
    margin-bottom: 80px;
}

article#timepieces section.banner img{
    width: 100%;
    display: block;
}

article#timepieces section.banner div {
    color: white;
    position: absolute;
    bottom: 50px;
    left: 5%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}

article#timepieces section.banner div p {
    font-size: 20px;
}

article#manthey section.cabecera {
    color: white;
    position: relative;
}

article#manthey section.cabecera picture img,
article#manthey section.cabecera video {
    width: 100%;
    display: block;
}

article#manthey section.cabecera div.opacidad {
    width: 100%;
    height: 100%;
    margin-left: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(9, 9, 121, 0) 50%, rgba(3, 155, 217, 0) 75%, rgba(0, 0, 0, 1) 100%);
}

article#manthey section.cabecera div {
    margin-left: 10%;
    position: absolute;
    bottom: 20%;
}

article#manthey section.cabecera div.text {
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
}

article#manthey section.cabecera div.botones {
    position: relative;
    margin-left: initial;
    display: flex;
    gap: 30px;
}

article#manthey section.cabecera div.botones .activate,
article#manthey section.cabecera div.botones a:hover {
    background-color: white;
    color: #000;
}

article#manthey section.cabecera div h1 {
    font-size: 90px;
    font-weight: 500;
    line-height: normal;
}

article#manthey section.cabecera div p {
    font-size: 30px;
}

article#manthey section.cabecera div a.button {
    margin-top: 30px;
}

article#manthey section.cabecera a.flecha {
    position: absolute;
    bottom: 15%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    left: calc(50% - 12.5px);
    font-size: 25px;
}

article#manthey section.cabecera div.controller {
    position: absolute;
    bottom: 15%;
    right: 10%;
}

article#manthey section.cabecera div.controller a.play {
    border: 2px solid white;
    border-radius: 4px;
    display: block;
    text-decoration: none;
    padding: 6px;
    display: flex;
    align-items: center;
}

article#manthey section.cabecera div.controller a.play i {
    font-size: 20px;
}

article#manthey section.list {
    width: 80%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

article#manthey section.list>img {
    margin: 150px 0;
}

article#manthey section.list>h3 {
    font-size: 50px;
    line-height: normal;
}

article#manthey section.list>p:nth-of-type(1) {
    font-weight: bold;
    font-size: 30px;
    line-height: normal;
}

article#manthey section.list>p:nth-of-type(2) {
    font-size: 20px;
    line-height: 25px;
    line-height: normal;
}

article#manthey section.list>p:nth-of-type(3) {
    font-size: 30px;
}

article#manthey section.list>p:nth-of-type(4) {
    font-size: 20px;
    line-height: 25px;
    width: 600px;
}

article#manthey section.list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    list-style: none;
    margin: 50px 0;
}

article#manthey section.list ul li div:nth-of-type(1) {
    position: relative;
}

article#manthey section.list ul li div:nth-of-type(1) img {
    width: 100%;
    display: block;
}

article#manthey section.list ul li div:nth-of-type(1) p {
    position: absolute;
    bottom: 30px;
    color: white;
    margin-left: 30px;
    font-size: 20px;
    line-height: 25px;
}

article#manthey section.list ul li div:nth-of-type(2) {
    background-color: #cecece;
    height: 150px;
    display: flex;
    align-items: center;
}

article#manthey section.list ul li div:nth-of-type(2) p {
    font-size: 18px;
    padding: 30px;
    line-height: 20px;
}

article#manthey section.car {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

article#manthey section.car img {
    width: 100%;
    display: block;
}

article#manthey section.car div {
    position: absolute;
    color: white;
    left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    top: 4vh;
    height: calc(100% - 4vh);
}

article#manthey section.car div p {
    font-size: 30px;
    line-height: normal;
}

article#manthey section.car div a {
    width: 30px;
}

article#manthey article#cholder {
    width: 80%;
    padding: 0;
    margin-left: 10%;
}


article#precios_cerrados section#header {
    width: 100%;
    min-height: calc(100vh - 85px);
    background-image: url("../img/home.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}

article#precios_cerrados section#header .overlay-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.8) 100%);
}

article#precios_cerrados section#header .overlay-title {
    color: white;
    z-index: 3;
    position: absolute;
    left: 15%;
    bottom: 40px;
}

article#precios_cerrados section#header .overlay-title h1 {
    font-size: 40px;
    line-height: 48px;
}

article#precios_cerrados section#mi_porsche {
    padding: 80px 15% 40px;
}

article#precios_cerrados section#mi_porsche ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

article#precios_cerrados section#mi_porsche ul li {
    width: 240px;
    height: 125px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 300ms all;
    cursor: pointer;
}

article#precios_cerrados section#mi_porsche ul:first-of-type li:first-of-type {
    background-image: url(../img/mobile/718.jpg);
}

article#precios_cerrados section#mi_porsche ul:first-of-type li:last-of-type {
    background-image: url(../img/mobile/911.jpg);
}

article#precios_cerrados section#mi_porsche ul:last-of-type li:first-of-type {
    background-image: url(../img/mobile/macan.jpg);
}

article#precios_cerrados section#mi_porsche ul:last-of-type li:nth-of-type(2) {
    background-image: url(../img/mobile/panamera.jpg);
}

article#precios_cerrados section#mi_porsche ul:last-of-type li:last-of-type {
    background-image: url(../img/mobile/cayenne.jpg);
}

article#precios_cerrados section#mi_porsche ul:first-of-type li:first-of-type:hover {
    background-image: url(../img/mobile/718_hover.jpg);
}

article#precios_cerrados section#mi_porsche ul:first-of-type li:last-of-type:hover {
    background-image: url(../img/mobile/911_hover.jpg);
}

article#precios_cerrados section#mi_porsche ul:last-of-type li:first-of-type:hover {
    background-image: url(../img/mobile/macan_hover.jpg);
}

article#precios_cerrados section#mi_porsche ul:last-of-type li:nth-of-type(2):hover {
    background-image: url(../img/mobile/panamera_hover.jpg);
}

article#precios_cerrados section#mi_porsche ul:last-of-type li:last-of-type:hover {
    background-image: url(../img/mobile/cayenne_hover.jpg);
}

article#precios_cerrados section#mi_porsche ul:first-of-type li:first-of-type.on {
    background-image: url(../img/mobile/718_hover.jpg);
}

article#precios_cerrados section#mi_porsche ul:first-of-type li:last-of-type.on {
    background-image: url(../img/mobile/911_hover.jpg);
}

article#precios_cerrados section#mi_porsche ul:last-of-type li:first-of-type.on {
    background-image: url(../img/mobile/macan_hover.jpg);
}

article#precios_cerrados section#mi_porsche ul:last-of-type li:nth-of-type(2).on {
    background-image: url(../img/mobile/panamera_hover.jpg);
}

article#precios_cerrados section#mi_porsche ul:last-of-type li:last-of-type.on {
    background-image: url(../img/mobile/cayenne_hover.jpg);
}

article#precios_cerrados section#mi_porsche>div {
    width: 100%;
    display: flex;
    gap: 20px;
}

article#precios_cerrados section#mi_porsche>div>select {
    width: calc(50% - 10px);
    padding: 5px;
    border: 1px solid black;
}

article#precios_cerrados article#resultados {
    padding: 40px 15% 80px;
}

article#precios_cerrados article#resultados img {
    width: 100%;
}

article#precios_cerrados article#resultados section#precios ul {
    list-style: none;
    display: flex;
    gap: 10px;
}

article#precios_cerrados article#resultados section#precios ul li {
    width: 50%;
}

article#precios_cerrados article#resultados section#precios ul li:last-of-type {
    width: calc(50% - 40px);
    padding: 0 20px;
    border-left: 1px solid #000;
}

article#precios_cerrados article#resultados section#precios ul li:last-of-type p {
    margin-bottom: 20px;
}

article#precios_cerrados article#resultados section#precios ul li:last-of-type a {
    display: inline-block;
    padding: 8px 16px;
    color: white;
    background-color: black;
    text-decoration: none;
}

article#precios_cerrados article#resultados section#precios table {
    border-collapse: collapse;
}

article#precios_cerrados article#resultados section#precios table tr {
    border-bottom: 1px solid #000;
}

article#precios_cerrados article#resultados section#precios table tr td {
    padding: 15px 0px;
    line-height: 16px;
}

article#precios_cerrados article#resultados section#mantenimiento .owl-carousel .item {
    background-color: #ebebeb;
    padding: 10px;
}

article#precios_cerrados article#resultados section#mantenimiento .owl-carousel .item h3 {
    font-weight: normal;
    font-size: 25px;
    line-height: 25px;
    padding: 10px 0px;
    border-bottom: 1px solid #000;
}

article#cholder {
    padding: 0px calc(15% - 20px);
}


article#form {
    width: 80%;
    margin: 0 auto;
    padding: 200px 0;
}

article#form>.cabecera>div {
    width: 100%;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}

article#form>.cabecera>div h1 {
    font-size: 45px;
    line-height: 50px;
    margin-left: 50px;
}

article#form>.cabecera>div p:nth-of-type(1) {
    font-size: 28px;
    line-height: 30px;
    margin-left: 50px
}

article#form>.cabecera>div a {
    color: black;
}

article#form>.cabecera>div a.volver::before {
    content: "";
    font-family: 'pag-iconfont';
    font-size: 12px;
}

article#form form {
    margin-left: 50px;
    width: 60%;
}

article#form form ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

article#form form ul li {
    width: calc(50% - 10px);
}

article#form form ul li.w100 {
    width: 100%;
    font-weight: bold;
}

article#form form ul li input {
    width: calc(100% - 20px);
    padding: 10px 10px;
    border-radius: 4px;
    border: 1px solid #626467;
    font-weight: bold;
}

article#form form button {
    border: 2px solid black;
    padding: 10px 20px;
    background: none;
    border-radius: 4px;
    cursor: pointer;
    color: black;
}

article#form form ul li #select_cp {
    padding: 10px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 4px;
    border: 1px solid black;
    width: 100%;
    color: black;
    background-color: transparent;
}

article#form form ul li textarea {
    width: calc(100% - 20px);
    min-height: 100px;
    padding: 10px;
    font-family: 'PorscheNextWLa';
    border-radius: 4px;
    border: 1px solid black;
}

article#form form div.campos-obligatorios {
    margin: 80px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

li.otros-container {
    display: none;
}

div.width100 .checkbox {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

div.width100 label {
    display: inline-block;
    color: #333;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
}

div.width100 label span {
    display: inline-block;
    position: relative;
    background-color: transparent;
    width: 25px;
    height: 25px;
    transform-origin: center;
    border: 2px solid #333;
    border-radius: 2px;
    vertical-align: middle;
    margin-right: 10px;
    transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
}

div.width100 label span:before {
    content: "";
    width: 0px;
    height: 2px;
    border-radius: 2px;
    background: #333;
    position: absolute;
    transform: rotate(45deg);
    top: 13px;
    left: 9px;
    transition: width 50ms ease 50ms;
    transform-origin: 0% 0%;
}

div.width100 label span:after {
    content: "";
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: #333;
    position: absolute;
    transform: rotate(305deg);
    top: 16px;
    left: 10px;
    transition: width 50ms ease;
    transform-origin: 0% 0%;
}

div.width100 label.error span {
    border-color: #BA0019;
}

div.width100 label:hover span:before {
    width: 5px;
    transition: width 100ms ease;
}

div.width100 label:hover span:after {
    width: 10px;
    transition: width 150ms ease 100ms;
}

div.width100 input[type=checkbox] {
    display: none;
}

div.width100 input[type=checkbox]:checked+label span {
    background-color: #333;
}

div.width100 input[type=checkbox]:checked+label span:after {
    width: 10px;
    background: #fff;
    transition: width 150ms ease 100ms;
}

div.width100 input[type=checkbox]:checked+label span:before {
    width: 5px;
    background: #fff;
    transition: width 150ms ease 100ms;
}

div.width100 input[type=checkbox]:checked+label:hover span {
    background-color: #333;
}

div.width100 input[type=checkbox]:checked+label:hover span:after {
    width: 10px;
    background: #fff;
    transition: width 150ms ease 100ms;
}

div.width100 input[type=checkbox]:checked+label:hover span:before {
    width: 5px;
    background: #fff;
    transition: width 150ms ease 100ms;
}

p.error {
    color: #BA0019;
    display: none;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

p.error img {
    width: 20px;
}

article#gracias {
    width: 80%;
    margin: 0 auto;
    padding-top: 100px;
    min-height: calc(100vh - 200px);
}

article#gracias>.cabecera>div {
    width: 100%;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}

article#gracias>.cabecera>div h1 {
    font-size: 30px;
    line-height: 40px;
    margin-left: 50px;
}

article#gracias>.cabecera>div p {
    font-size: 18px;
    line-height: 24px;
    margin-left: 50px
}

article#gracias>.cabecera>div a {
    color: black;
}

article#gracias>.cabecera>div a.volver::before {
    content: "";
    font-family: 'pag-iconfont';
    font-size: 12px;
}

/* BLOGS */
section#blogs h1,
section#blogs h2,
section#blogs h3 { margin-bottom: 25px; font-weight: 400; }
section#blogs h3 { font-size: 35px; line-height: 32px; }
section#blogs > img { width: 100%; display: block; aspect-ratio: 16 / 9; }
section#blogs > article { width: 80%; margin: 20px auto; }
section#blogs > article div.menu { display: flex; gap: 10px; align-items: center; margin: 20px 0; overflow-x: auto; white-space: nowrap; }
section#blogs > article div.menu a { color: #707070; font-size: 20px; }
section#blogs > article div.menu .volver{ float: right; margin-left: auto; }
section#blogs > article div.menu a:hover,
section#blogs > article div.menu a.active { text-decoration: underline; transition: 300ms all; color: #707070; }
section#blogs > article > ul { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
section#blogs > article > ul li img { border-radius: 10px; width: 100%; display: block; }
section#blogs > article > ul li div.blog-title { display: flex; gap: 10px; margin: 10px 0; color: #707070; align-items: center ; }
section#blogs > article > ul li div .category { border-radius: 5px; background-color: #E2E0E0 ; color: #707070; font-size: 16px; padding: 2px 4px; display: block;  }
section#blogs > article > ul li div.desc { max-height: 150px; overflow: hidden; margin-top: 10px; }
section#blogs > article > ul li a.global-link:hover { color: black; }
section#blogs > article > ul li div.desc h2,
section#blogs > article > ul li div.desc h3 { margin: 20px 0; }
section#blogs > article > ul li div.desc img { margin: 20px 0; width: 100%; }
section#blogs > article > ul li .button { color: black; border-color: #000; margin-top: 10px; }

section#blogs > article > ul.item { list-style: none; display: flex; width: 100%; }
section#blogs > article > ul.item h1 { font-size: 40px; }
section#blogs > article > ul.item li div.desc { max-height: initial; overflow: initial; }


@media only screen and (max-width: 976px) {
    .logo a {
        top: 100px;
    }

    .only-ds-flex {
        display: none !important;
    }

    .only-mb {
        display: block !important;
    }

    .menu-mobile {
        display: flex;
        align-items: center;
        padding: 10px 10%;
        position: relative;
        justify-content: space-between;
    }

    .menu-fijo {
        font-size: 12px;
    }

    .menu-fijo span {
        display: none;
    }

    aside.menu-aside>ul>li:nth-of-type(1) nav.menu-mobile {
        justify-content: flex-end;
    }

    aside.menu-aside>ul>li nav.menu-mobile p {
        font-weight: bold;
    }

    aside.menu-aside>ul>li nav.menu-mobile a {
        margin: 0px;
    }

    aside.menu-aside>ul>li nav.menu-mobile a i {
        color: black;
    }

    aside.menu-aside>ul>li {
        display: none;
    }

    aside.menu-aside>ul>li:nth-of-type(1) {
        width: 100%;
        display: block;
    }

    aside.menu-aside>ul>li:nth-of-type(2).active {
        width: 100%;
        height: 100dvh;
        display: block;
        position: absolute;
        top: 0;
        background-color: white;
    }

    aside.menu-aside>ul>li:nth-of-type(3) {
        display: none;
        width: 0;
    }

    aside.menu-aside>ul>li:nth-of-type(1) div a {
        background: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 4px;
    }

    aside.menu-aside>ul>li:nth-of-type(1) div a.active {
        background: none
    }

    aside.menu-aside>ul>li:nth-of-type(1) div a::after {
        content: '';
        font-family: "pag-iconfont";
    }

    article#home section.cabecera {
        min-height: 70vh;
    }

    article#home section.cabecera div h1 {
        font-size: 45px;
        line-height: 51px;
    }

    article#home section.cabecera div p {
        font-size: 16px;
    }

    article#home section.cabecera a.flecha {
        bottom: 12%;
    }

    article#home section#servicios {
        padding: 50px 0;
    }

    article#home section#servicios p:nth-of-type(1) {
        line-height: 22px;
    }

    article#home section#servicios p:nth-of-type(2) {
        width: 100%;
    }

    article#home section#approved div {
        top: 50px;
    }

    article#home section#approved div h2 {
        font-size: 24px;
    }

    article#home section#approved div p {
        width: 100%;
        margin: 20px 0;
    }

    article#home section#tequipment {
        margin: 0 auto;
        padding: 50px 0;
    }

    article#home section#tequipment>div:first-of-type {
        width: 100%;
    }

    article#home section#tequipment p:nth-of-type(1) {
        line-height: 24px;
    }

    article#home section#tequipment .owl-carousel .owl-item a {
        height: 250px;
    }

    article#home section#tequipment .owl-carousel .owl-item:nth-of-type(2) a:hover {
        background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/tequipment002.webp');
    }

    article#home section#tequipment .owl-carousel .owl-item:nth-of-type(3) a:hover {
        background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/tequipment003.webp');
    }

    article#home section#tequipment .owl-carousel .owl-item:nth-of-type(4) a:hover {
        background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/tequipment004.webp');
    }

    article#home section#tequipment .owl-carousel .owl-item:nth-of-type(5) a:hover {
        background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/tequipment005.webp');
    }

    article#home section#tequipment .owl-carousel .owl-item:nth-of-type(6) a:hover {
        background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/tequipment006.webp');
    }

    article#home section#tequipment .owl-carousel .owl-item:nth-of-type(7) a:hover {
        background-image: url('https://d2j2k5ljcmlttk.cloudfront.net/service/tequipment007.webp');
    }

    article#home section#ebikes div {
        top: 50px;
    }

    article#home section#ebikes p:nth-of-type(2) {
        width: 100%;
    }

    article#home section#lifestyle {
        margin: 0 auto;
        padding: 50px 0;
    }

    article#home section#lifestyle>div:first-of-type {
        width: 100%;
    }

    article#home section#timepieces {
        flex-wrap: wrap;
    }

    article#home section#timepieces img {
        width: 100%;
    }

    article#home section#timepieces div {
        width: 80%;
        margin: 50px auto;
    }

    article#home section#timepieces div p {
        width: 100%;
    }

    article#home section#novedades-porsche {
        margin: 0 auto;
        padding: 50px 0;
    }

    article#home section#novedades-porsche>div:first-of-type {
        width: 100%;
    }

    article#home section#my-porsche {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    article#home section#my-porsche img {
        width: 100%;
    }

    article#home section#my-porsche div {
        width: 80%;
        margin: 50px auto;
    }

    article#home section#my-porsche div p {
        width: 100%;
    }

    article#home section#classic>div {
        bottom: 5%;
    }

    article#home section#classic>div>div {
        width: 100%;
    }
    article#lifestyle.classic .owl-carousel div.container div h3 {
        min-height: 40px;
    }
    article#lifestyle.classic .owl-carousel div.container div p {
        min-height: 120px;
    }

    article#home section#porsche-icons {
        margin: 0 auto;
        padding: 50px 0;
    }

    article#home section#porsche-icons>div:first-of-type {
        width: 100%;
    }

    article#home section#manthey {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    article#home section#manthey img {
        width: 100%;
    }

    article#home section#manthey div {
        width: 80%;
        margin: 50px auto;
    }

    article#home section#manthey div p {
        width: 100%;
    }

    article#home section#originale {
        flex-wrap: wrap-reverse;
    }

    article#home section#originale video {
        width: 100%;
    }

    article#home section#originale div {
        width: 80%;
        margin: 40px auto;
    }

    article#home section#originale p {
        margin: 30px 0;
    }

    article#home section#magazine {
        margin-bottom: 0px;
    }

    article#home section#magazine>div {
        position: absolute;
        color: white;
        width: 80%;
        left: 10%;
        top: 0;
        display: flex;
        flex-wrap: wrap-reverse;
    }

    article#home section#magazine>div>div {
        width: 100%;
    }

    article#home section#magazine div h2 {
        font-size: 35px;
        line-height: 28px;
    }

    article#home section#magazine img.revista {
        width: 90%;
    }
    article#e-bikes>#bicis.precios {
        width: 80%;
        margin: 0 auto;
    }

    article#e-bikes>.cabecera>div h2 {
        font-size: 50px;
        line-height: 55px;
    }

    article#e-bikes>.cabecera>div h1 {
        font-size: 50px;
        line-height: 55px;
    }

    article#e-bikes>.cabecera>div p:nth-of-type(1) {
        font-size: 18px;
    }

    article#e-bikes>.cabecera>div p:nth-of-type(2) {
        width: 100%;
    }

    article#e-bikes>.cabecera>div a {
        color: black;
    }

    article#e-bikes>.cabecera>div a.volver::before {
        content: "";
        font-family: 'pag-iconfont';
        font-size: 12px;
    }

    article#e-bikes>#bicis {
        width: 100%;
        margin: 0 auto;
    }

    article#e-bikes>#bicis h2,
    article#e-bikes>#bicis p {
        margin: 15px 0;
        margin-left: 10%;
    }
    
    article#e-bikes>#bicis.precios h2 {
        margin: 15px 0;
        margin-left: 0%;
    }

    article#e-bikes>#bicis img {
        width: 100%;
        display: block;
    }

    article#e-bikes>#bicis div#ebikes-owl {
        display: block;
        width: 90%;
        margin: 20px auto;
    }

    article#e-bikes>#bicis div#ebikes-owl div.item {
        padding: 10px;
        box-shadow: none;
    }

    article#e-bikes>#bicis div#ebikes-owl div.item .shadow {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        padding: 10px;
    }

    article#e-bikes>#bicis div#ebikes-owl div.item.active {
        padding: 10px;
        margin-top: 0px;
        z-index: 1;
        box-shadow: none;
    }

    article#e-bikes>#bicis div#ebikes-owl div.item p:first-of-type {
        margin: 10px 0;
    }

    article#servicios>.cabecera picture img {
        height: 100lvh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
    }

    article#servicios>.cabecera {
        background: none !important;
        height: auto;
        min-height: 100vh;
    }

    article#servicios>.cabecera>div {
        flex-direction: column;
        margin-top: 40vh;
    }

    article#servicios>.cabecera>div>div h1 {
        font-size: 40px;
        line-height: 45px;
    }

    article#servicios>.cabecera>div>div:nth-of-type(1) {
        width: 100%;
    }

    article#servicios>.cabecera>div>div:nth-of-type(2) {
        width: 100%;
    }

    article#servicios>.cabecera>div>div:nth-of-type(2) img {
        width: 100%;
        float: none;
        margin-bottom: -50%;
        position: relative;
        padding-top: 50%;
        z-index: 2;
    }

    article#servicios>section.carrousel {
        width: 80%;
        background-color: white;
        position: relative;
        padding: 10%;
        margin: 0;
        padding-top: 40%;
    }

    article#servicios>section.carrousel .servicios1 {
        line-height: 30px;
        font-size: 30px;
    }

    article#servicios .owl-carousel .owl-item img {
        border-radius: 10px;
    }

    article#servicios .owl-carousel .item {
        position: relative;
    }

    article#servicios>section.carrousel div p:nth-of-type(1) {
        font-size: 20px;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    article#servicios .owl-carousel .item div {
        position: absolute;
        z-index: 2;
        color: white;
        bottom: 10px;
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        width: 80%;
        left: 10%;
    }

    article#servicios .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background-color: #c30016;
    }

    article#servicios article#cholder {
        position: relative;
        background-color: white;
    }

    article#servicios #consumo {
        margin: 0;
    }
    
    article#lifestyle .title-center {
        font-size:22px;
    }

    article#lifestyle>.cabecera>div:nth-of-type(1) p.title {
        font-size: 35px;
        line-height: 51px;
    }

    article#lifestyle>.cabecera>div:nth-of-type(1) h1 {
        font-size: 30px;
    }
    article#lifestyle>.cabecera div.modulo-pccm .owl-carousel { width: 100%; }
    article#lifestyle>.cabecera div.modulo-recambios div.text p { font-size:20px; }

    article#lifestyle .cards li {
        flex-direction: column;
    }

    article#lifestyle .cards li>div {
        width: 100%;
    }

    article#lifestyle .cards li div.text {
        width: 100%;
        margin: 10px 0;
    }

    article#lifestyle .cards li:nth-of-type(1) {
        flex-direction: column-reverse;
    }

    article#lifestyle .cards li:nth-of-type(2) div.text div,
    article#lifestyle .cards li div.text div {
        margin-right: 0;
        margin-left: 0;
    }

    article#tequipment>.cabecera>div {
        width: 80%;
        padding-top: 40vh;
    }

    article#tequipment>.cabecera>div h1 {
        font-size: 35px;
        line-height: 45px;
    }

    article#tequipment>.cabecera picture img {
        width: 100%;
    }

    article#tequipment>.cabecera a.flech {
        bottom: 8%;
    }

    article#tequipment>section#accesorios {
        width: 80%;
    }

    article#tequipment>section#accesorios ul li {
        width: 100%;
    }

    article#tequipment>section#accesorios ul li>p {
        line-height: 30px;
        font-size: 25px;
    }

    article#tequipment>section#accesorios ul li>div.container div {
        font-size: 12px;
        gap: 5px;
    }

    article#tequipment>section#accesorios ul li>div.container div a {
        padding: 4px 8px;
    }

    article#tequipment article#cholder {
        position: relative;
        background-color: white;
    }

    article#tequipment #consumo {
        margin: 0;
    }

    article#tequipment>section#destacados>img {
        width: 100%;
    }

    article#tequipment>section#destacados>div {
        width: 100%;
        padding: 10vh 0px;
    }

    article#timepieces>.cabecera>div h1 {
        font-size: 40px;
        line-height: 45px;
    }

    article#timepieces>.cabecera>div p:nth-of-type(1) {
        font-size: 22px;
        line-height: 25px;
    }

    article#timepieces section#container {
        width: 95%;
    }

    article#timepieces section#container ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        font-size: 14px;
        line-height: 18px;
    }

    article#timepieces section#container.novedades ul {
        flex-direction: column;
    }
    article#timepieces section#container.novedades ul li {
        width: 100%;
    }

    article#timepieces section#container div.container>div {
        gap: 10px;
        height: calc(100% - 20px);
        padding: 10px;
    }

    article#timepieces section.banner div {
        bottom: 20px;
    }

    article#timepieces section.banner div p {
        max-width: 180px;
        font-size: 16px;
    }

    article#form {
        padding: 100px 0;
    }

    article#form>.cabecera>div {
        width: 100%;
        margin: 50px auto;
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }

    article#form>.cabecera>div h1 {
        font-size: 40px;
        line-height: 45px;
        margin-left: 0;
        font-weight: 500;
    }

    article#form>.cabecera>div p:nth-of-type(1) {
        font-size: 22px;
        line-height: 25px;
        margin-left: 0;
    }

    article#form form {
        width: 100%;
        margin-left: 0;
    }

    article#form form ul li {
        width: calc(100% - 10px);
    }

    article#manthey section.cabecera {
        min-height: 70vh;
    }

    article#manthey section.cabecera div h1 {
        font-size: 45px;
        line-height: 51px;
    }

    article#manthey section.cabecera div p {
        font-size: 16px;
    }

    article#manthey section.cabecera a.flecha {
        bottom: 12%;
    }

    article#manthey section.cabecera div.botones {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    article#manthey section.list>img {
        margin: 50px 0;
    }

    article#manthey section.list>h3 {
        font-size: 30px;
        line-height: 35px;
    }

    article#manthey section.list>p:nth-of-type(1) {
        font-weight: bold;
        font-size: 20px;
        line-height: 25px;
    }

    article#manthey section.list>p:nth-of-type(2) {
        font-size: 15px;
        line-height: 15px;
    }

    article#manthey section.list>p:nth-of-type(3) {
        font-size: 20px;
    }

    article#manthey section.list>p:nth-of-type(4) {
        font-size: 15px;
        line-height: 15px;
        width: 100%;
    }

    article#manthey section.list {
        width: 90%;
    }

    article#manthey section.list ul {
        grid-template-columns: repeat(1, 1fr);
    }

    article#manthey section.car div {
        left: 5%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        top: auto;
        height: auto;
        gap: 10px;
    }

    article#manthey section.car div p {
        font-size: 15px;
    }

    article#manthey section.car div a {
        width: 30px;
    }

    article#gracias {
        padding: 100px 0;
    }

    article#gracias>.cabecera>div {
        width: 100%;
        margin: 50px auto;
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }

    article#gracias>.cabecera>div h1 {
        font-size: 40px;
        line-height: 45px;
        margin-left: 0;
        font-weight: 500;
    }

    article#gracias>.cabecera>div p {
        font-size: 22px;
        line-height: 25px;
        margin-left: 0;
    }



    h2 {
        font-size: 24px;
        line-height: 28px;
    }

    article#precios_cerrados section#header {
        min-height: calc(100vh - 110px);
        background-image: url("../img/mobile/home.jpg");
    }

    .p-car {
        width: 240px;
        height: 125px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        transition: 300ms all;
        cursor: pointer;
        margin: 0 auto;
    }

    .owl-item .p-car-718 {
        background-image: url(../img/mobile/718.jpg);
    }

    .owl-item .p-car-911 {
        background-image: url(../img/mobile/911.jpg);
    }

    .owl-item .p-car-macan {
        background-image: url(../img/mobile/macan.jpg);
    }

    .owl-item .p-car-panamera {
        background-image: url(../img/mobile/panamera.jpg);
    }

    .owl-item .p-car-cayenne {
        background-image: url(../img/mobile/cayenne.jpg);
    }

    .owl-item.active .p-car-718 {
        background-image: url(../img/mobile/718_hover.jpg);
    }

    .owl-item.active .p-car-911 {
        background-image: url(../img/mobile/911_hover.jpg);
    }

    .owl-item.active .p-car-macan {
        background-image: url(../img/mobile/macan_hover.jpg);
    }

    .owl-item.active .p-car-panamera {
        background-image: url(../img/mobile/panamera_hover.jpg);
    }

    .owl-item.active .p-car-cayenne {
        background-image: url(../img/mobile/cayenne_hover.jpg);
    }

    article#precios_cerrados section#mi_porsche {
        padding: 40px 20px 20px;
    }

    article#precios_cerrados section#mi_porsche>div {
        flex-direction: column;
    }

    article#precios_cerrados section#mi_porsche>div>select {
        width: calc(100% - 10px);
    }

    article#precios_cerrados article#resultados {
        padding: 20px 20px 40px;
    }

    article#precios_cerrados article#resultados section#precios ul {
        flex-direction: column;
    }

    article#precios_cerrados article#resultados section#precios ul li {
        width: 100%;
    }

    article#precios_cerrados article#resultados section#precios ul li:last-of-type {
        padding: 0;
        width: 100%;
        border-left: none;
    }

    article#cholder {
        padding: 0px 20px 0px;
    
    }
    section#blogs { margin-top: 80px;}
    section#blogs > article > ul { grid-template-columns: 1fr; }
}

@media only screen and (max-width: 568px) {
    article#timepieces section#container div.container>div div {
        gap: 10px;
        font-size: 13px;
    }
}