:root {
    --c01: 66, 66, 66;
    --c02: 115, 115, 115;
    --plyr-color-main: #424242;
}
main { color: rgb(var(--c01)); }

/******************************
*   Hero
******************************/
.hero { padding: 0; }
.hero picture,
.hero picture img {
    width: 100%;
    max-width: inherit;
}
.pleca__sup {
    position: absolute;
    top: 0;
    left: 50%;
    width: 20%;
    min-width: 130px;
    transform: translateX(-50%);
    filter: drop-shadow(0px 0px 15px rgb(var(--negro), .3));
    will-change: filter;
}
.download {
    position: absolute;
    left: 0;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.img__qr { width: 120px; }
.cta__store {
    min-width: 250px;
    width: 70%;
}
.cta__store > div {
    display: flex;
    gap: 20px;
}
.cta__store > div a {
    display: block;
    flex: 0 1 calc(100% - (20px * 1)/2);
}
.cta__store > div a img {
    width: 100%;
    max-width: inherit;
}
.text__download {
    color: rgb(var(--blanco));
    text-transform: uppercase;
}
.text__download span {
    display: block;
    line-height: 1.4;
    letter-spacing: 0.2em;
}
.text__download span:nth-child(1) { font-size: clamp(10px, 3vw, 23px); }
.text__download span:nth-child(2) {
    font-size: clamp(20px, 6vw, 70px);
    font-weight: bold;
}

/******************************
*   Video
******************************/
.video { padding: 0; }
.con__vid { position: relative; }
.vid__media {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.vid__media > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vid__poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.vid__poster::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--negro), .5);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.vid__poster::after {
    position: absolute;
    content: '\f04b';
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    color: rgba(var(--blanco), .8);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(var(--blanco), .2);
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.vid__poster figure {
    width: 100%;
    height: 100%;
}
.vid__poster figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.con__vid:hover .vid__poster::before { background: rgba(var(--negro), .3); }

/******************************
*   Especificaciones
******************************/
.especs { padding: 0; }
.graf__bg figure,
.graf__bg figure img {
    width: 100%;
    height: 100%;
}
.graf__bg figure img {
    object-fit: cover;
    object-position: center;
}
.graf__vehi img {
    width: 100%;
    max-width: inherit;
}
.text__note {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px;
    text-align: center;
    font-size: clamp(12px, 0.8vw, 0.8vw);
    font-weight: 500;
    line-height: 1;
}
.espec__info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.espc__icon {
    width: 100%;
    padding: 4%;
    position: relative;
}
.espc__icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgb(var(--blanco));
    top: 0;
    left: 0;
}
.espc__icon figure,
.espc__icon figure img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.espc__icon figure {
    width: 100%;
    padding-top: 100%;
    background: rgba(var(--negro), .4);
    border-radius: 50%;
    position: relative;   
}
.espc__icon figure img {
    position: absolute;
    top: 0;
    left: 0;
}
.cont__specs { position: relative; }
.espec__info span {
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: 500;
    line-height: 1.2;
}
.line__spcs { display: none; }

/******************************
*   Funcionalidad
******************************/
.con__funcio {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 15px;
    gap: 15px;
}
.col__fun {
    cursor: pointer;
    padding: 30px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.col__fun::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(var(--negro), .8);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.indica {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    color: rgb(var(--blanco));
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    line-height: 1;
    filter: invert(100%);
}
.col__fun.active .indica {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: initial;
}
.indica::before,
.indica::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.indica::before { background-image: url('../img/applicala/fle-01.svg'); }
.indica::after { background-image: url('../img/applicala/fle-02.svg'); }
.col__fun.active .indica::after {
    opacity: 0;
    -webkit-transform: translate(8px, -8px);
    -moz-transform: translate(8px, -8px);
    -ms-transform: translate(8px, -8px);
    -o-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
}
.col__fun:hover::before { background: rgba(var(--negro), .6); }
.col__fun.active {
    flex-basis: 50%;
    box-shadow: 0 0 10px rgba(var(--negro), .3);
}
.col__fun.active::before { background: rgba(var(--blanco), .95); }

.fun__cont { position: relative; }
.fun__cont > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.fun__tit {
    color: rgb(var(--blanco));
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.fun__tit h3 {
    font-size: 20px;
    padding: 0 10px;
}
.text__icon + * { margin-top: 20px; }
.text__icon figure {
    width: 100%;
    height: 50px;
}
.text__icon figure img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.info__text { display: none; }
.info__text h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.info__text .cta {
    text-transform: uppercase;
    border-radius: 100px;
    letter-spacing: 0.1em;
}
.col__fun.active .fun__tit { opacity: 0; }

.lb__cont {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background: rgba(var(--negro), .7);
    z-index: 1000;
    display: none;
}
.clsr {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(var(--blanco));
    font-size: 30px;
    cursor: pointer;
    background: rgba(var(--blanco), .1);
    z-index: 1;
}
.cont__info {
    width: 100%;
    min-height: 100vh;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cont__video {
    width: 40vh;
    margin: 0 auto;
}
.cont__video > div {
    aspect-ratio: 9/19.5;
    position: relative;
}
.cont__video > div video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/******************************
*   FAQS
******************************/
.faqs { padding-bottom: 0; }
.faqs .download { position: relative; }
.faqs .text__download { color: rgb(var(--c01)); }
.cont__acordeon + *,
* + .cont__acordeon  { margin-top: 60px; }
.cont__acordeon {
    font-optical-sizing: auto;
    font-weight: normal;
}
.opt__info { display: none; }
.acor__opt { position: relative; }
.acor__opt + .acor__opt { margin-top: 20px; }
.opt__title {
    padding: 18px 15px;
    background: rgba(var(--c01), .2);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    border-radius: 24px;
    text-transform: uppercase;
}
.opt__title:not(.opt__none)::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
    border-radius: 24px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.opt__title.active::before  { opacity: 1; }
.opt__title h4 { font-size: 18px; }
.arrw {
    position: relative;
    margin: 0;
    font-size: 22px;
    line-height: 1;
    white-space: nowrap;
}
.opt__title.active .arrw {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.arrw,
.opt__title.active .arrw > * {
    -webkit-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -moz-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -ms-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -o-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}
.opt__title.active .arrw > *:nth-child(1) {
    opacity: 0;
    -webkit-transform: translate(10px);
    -moz-transform: translate(10px);
    -ms-transform: translate(10px);
    -o-transform: translate(10px);
    transform: translate(10px);
}
.opt__title.active .arrw > *:nth-child(2) {
    -webkit-transform: translate(-10px);
    -moz-transform: translate(-10px);
    -ms-transform: translate(-10px);
    -o-transform: translate(-10px);
    transform: translate(-10px);
}
.opt__title a {
    display: block;
    margin: 0;
    padding: 10px 15px;
    line-height: 1;
    background: rgb(var(--c02));
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: 500;
    color: rgb(var(--blanco));
    margin-top: -10px;
    margin-bottom: -10px;
    letter-spacing: 0.1em;
    white-space: nowrap;
}
.opt__info { padding: 15px; }
.opt__none { pointer-events: none; }
.opt__none a { pointer-events: all; }
.icono__super {
    position: absolute;
    bottom: -50px;
    width: 100%;
    height: 65vw;
    left: 0;
    overflow: hidden;
    z-index: -1;
    opacity: .1;
}
.icono__super figure {
    margin: 0 auto;
    width: 50%;
    min-width: 400px;
}


/******************************
*   Mobile
******************************/
/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {
}
@media (min-width : 480px) {
}
/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 767px) {
}
@media (max-width : 679px) {
}
@media (min-width : 680px) {

.icono__super { height: 35vw; }
.icono__super figure { min-width: 500px; }

}
@media (min-width : 680px) and (max-width : 767px) {
}
/* Small Devices, Nav */
@media (max-width : 767px) {
/* Hero */
.hero picture { position: relative; }
.hero picture::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0, .7) 100%);
}
.download { width: 100%; }
.img__qr { display: none; }

/* Especificaciones */
.graf__vehi {
    margin-bottom: -8%;
    overflow: hidden;
}
.specs__graf {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: 100vh;
    position: sticky;
    top: 0;
}
.specs__graf > * { grid-area: 1 / 1 / 2 / 2; }
.graf__vehi {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cont__specs { margin-top: -98vh; }
.specs__items { padding-bottom: 9vh; }

.espec__info > * {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.espc__icon {
    opacity: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}
.espec__info span {
    opacity: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}
.spec__item.is-active  .espec__info > * {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.spec__item + .spec__item { margin-top: -85vh; }
.espec__info {
    width: 100%;
    height: 100vh;
    justify-content: center;
    gap: 30%;
}
.espc__icon {
    width: 35%;
    max-width: 200px;
    padding: 10px;
    margin: 0 auto;
}
.espec__info span {
    padding: 0 30px;
    font-size: 6vw;
}





}
/* Medium Devices to Large Devices */
@media (min-width : 768px) {
/* Hero */
.hero { height: 70vh; }
.hero picture {
    width: 100%;
    height: 100%;
    display: block;
}
.hero picture > * {
    object-fit: cover;
    object-position: 40%;
    height: 100%;
}
.pleca__sup {
    right: 60px;
    width: 180px;
    right: 20px;
    left: inherit;
    transform: translateX(0%);
    min-width: initial;
}
.download { left: 30px; }
.cta__store { display: none; }
.text__download span:nth-child(1) { font-size: 10px; }
.text__download span:nth-child(2) { font-size: 20px; }

/* Especificaciones */
.especs {
    padding: 8% 0 0px;
    display: flex;
    flex-direction: column-reverse;
}
.graf__bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    pointer-events: none;
}
.graf__vehi {
    width: 95%;
    margin: 0 auto;
}
.text__note {
    text-align: right;
    padding: 25px;
}
.cont__specs {
    margin: 0 0 0 13%;
    width: 85%;
}
.espec__info span {
    font-size: 1.2vw;
    margin-left: -10%;
    margin-right: -10%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 20px);
}
.espc__icon:hover + span {
    opacity: 1;
    top: calc(100% + 15px);
}
.espc__icon:hover figure { filter: invert(100%); }
.line__spcs {
    display: block;
    position: absolute;
    top: 0;
    right: 8%;
    width: 79%;
}
.specs__items {
    display: flex;
    gap: 9%;
    margin-bottom: 7%;
}
.spec__item { flex: 0 1 calc(100% - (9% * 4)/5); }

.s__01 {
    -webkit-transform: translate(14%, 68%);
    -moz-transform: translate(14%, 68%);
    -ms-transform: translate(14%, 68%);
    -o-transform: translate(14%, 68%);
    transform: translate(14%, 68%);
}
.s__02 {
    -webkit-transform: translate(33%, -36%);
    -moz-transform: translate(33%, -36%);
    -ms-transform: translate(33%, -36%);
    -o-transform: translate(33%, -36%);
    transform: translate(33%, -36%);
}
.s__03 {
    -webkit-transform: translate(66%, -30%);
    -moz-transform: translate(66%, -30%);
    -ms-transform: translate(66%, -30%);
    -o-transform: translate(66%, -30%);
    transform: translate(66%, -30%);
}
.s__04 {
    -webkit-transform: translate(72%, 40%);
    -moz-transform: translate(72%, 40%);
    -ms-transform: translate(72%, 40%);
    -o-transform: translate(72%, 40%);
    transform: translate(72%, 40%);
}
.s__05 {
    -webkit-transform: translate(3%, 201%);
    -moz-transform: translate(3%, 201%);
    -ms-transform: translate(3%, 201%);
    -o-transform: translate(3%, 201%);
    transform: translate(3%, 201%);
}

/* Funcionalidades */
.con__funcio { flex-direction: row; }
.col__fun {
    flex-grow: 1;
    flex-basis: 0;
    min-height: calc(100vh - 110px);
    border-radius: 30px;
}
.indica {
    top: 25px;
    right: 25px;
    width: 25px;
    height: 25px;
}
.fun__cont {
    display: grid;
    height: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}
.fun__cont > * { grid-area: 1 / 1 / 2 / 2; }
.fun__tit h3 {
    font-size: 24px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
}
.info__text {
    width: 100%;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.col__fun.active .info__text  {
    position: relative;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}



}
/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 991px) {
}

@media (max-width : 867px) {



}
@media (min-width : 868px) {

/* Hero */
.hero { height: 85vh; }

}
@media (max-width : 991px) {
}
@media (min-width : 992px) {
}
/* Large Devices, Wide Screens */
@media (min-width : 992px) and (max-width : 1200px) {
}
@media (max-width : 1199px) {
}
@media (min-width : 1200px) {

/* Especificaciones */
.especs { padding: 5% 0 0px; }
.graf__vehi { width: 65%; }
.cont__specs {
    margin: 0 0 0 26%;
    width: 60%;

}
.espec__info span { font-size: .7vw; }



}






/* ----------- iPad ----------- */
@media only screen
  and (min-width: 768px)
  and (max-width: 1366px)
  and (pointer: coarse)
  and (hover: none) {

/* Hero */
.hero { height: 65vh; }
.img__qr { display: none; }
.cta__store {
    display: block;
    min-width: 220px;
    width: 220px;
}

}


