.HeaderStyle {
    background-color: rgba(255, 255, 255, 0.877);
    width: 100%;    
    height: 44px;
    padding: 1px;
    padding-right: 15px;
    position: fixed;
    display: flex;
    z-index: 20;
}

.Blur-Background-Effect {
    background-color: rgba(0, 0, 0, 0);
    backdrop-filter: blur(2px);
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 44px;
    padding: 1px;
    padding-right: 15px;
}

.TitleStyle {
    color: rgb(0, 0, 0);
    font-family: "Major Mono Display", sans-serif;
    margin-left: 320px;
    margin-top: 12px;
    font-size: 40px;
    display: inline-flex;
    scale: calc(0.55);
    cursor: pointer;
    transition: all 0.22s ease;
    box-shadow: 0 35px 25px black;
}

.TitleStyle:hover {
    filter: invert(100%);
    color: rgb(255, 255, 255);
    box-shadow: 0 25px 35px rgb(255, 255, 255);
}

#PAPERstyle {
    background-color: white;
    height: 40px;
    color: black;
    border-bottom-left-radius: 14px;
    border-top-left-radius: 14px;
    border-left: 5px solid white;
}

#MOON-style {
    background-color: black;
    height: 41px;
    color: white;
    border-bottom-left-radius: 14px;
    border-top-right-radius: 14px;
    border-left: 5px solid rgb(0, 0, 0);
    border-right: 5px solid rgb(0, 0, 0);
}

.LINKBUTTONstyle {
    color: black;
    height: 100%;
    text-align: center;
    font-size: 18px;
    font-family: "Fahkwang", sans-serif;
    text-decoration: none;
    cursor: pointer;
    margin-left: -40px;
    padding-left: 45px;
    padding-right: 45px;
    transition: ease 0.22s, font-weight 0.26s, outline-width 0.02s, border-radius 1s;
    scale: calc(0.7);
    width: max-content;
    padding-top: 10px;
}

.LINKBUTTONstyle:hover{
    opacity: 1;
    animation-name: hover-linkbutton-anim;
    animation-duration: 0.28s;
    border-bottom: 1px solid black;
}

.LINKBUTTONstyle:hover .dropdown-button-top-div {
    display: block;
    animation-name: dropdown-star-anim;
    animation-duration: 0.48s;
}

.LINKBUTTONstyle:hover .link-h2-dropdown{
    animation-name: dropdown-star-2-anim;
    animation-duration: 0.54s;
    opacity: 0.9;
}

.LINKBUTTONstyle:active {
    color: black;
    scale: calc(0.75);
    outline-width: 2px;
}

@keyframes hover-linkbutton-anim {
    0% {opacity: 0; color: gray; border-bottom: 16px solid black;}
    100% { opacity: 1; border-bottom: 1px solid black;}
}

@keyframes dropdown-star-anim {
    0% {filter: blur(1px); backdrop-filter: blur(6px); transform: translateY(6px);}
    100% {filter: blur(0px); backdrop-filter: blur(6px);}
}

@keyframes dropdown-star-2-anim {
    0% {opacity: 0; scale: calc(0.62); transform:scaleY(1.8);}
    100% {opacity: 1; scale: calc(1);}
}

@keyframes star-web-div-img-phone-new-anim {
    0% {transform: translateY(60px); opacity: 0; width: 50px;}
    100% {filter: brightness(100%);}
}

.dropdown-button-top-div {
    background-color: rgba(255, 255, 255, 0.877);
    width: 850px;
    top: 52px;
    z-index: 55;
    backdrop-filter: blur(0px);
    display: none;  
    cursor: default;
    position: absolute;
    left: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 1px solid black;
    border-top: 0px solid transparent;
}

.div-move-dropdown-div {
    width: 250px;
    text-align: left;
    margin-left: 140px;
}

.link-h2-dropdown {
    font-family: "Cal Sans", fantasy;
    color: #363636;
    width: max-content;
    transition: all 0.12s ease, transform 0.88s;
    cursor: pointer;
    font-size: 52px;
    margin-bottom: 15px;
    margin-top: 5px;
    opacity: 0;
    border-bottom: 2px dashed rgba(0, 0, 0, 0.226);
}

.link-h2-dropdown:hover {
    color: black;
    letter-spacing: 3px;
    transform: skewX(12deg);
    opacity: 1;
}

.title-dropdown {
    margin-top: 60px;
    color: #858585;   
}

#body {
    background-color: #f5f5f5;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    margin: 0;
}

#icongithub {
    margin-left: 40px;
    margin-top: 12px;
    transition: all ease 0.22s;
    filter: invert(100%);
}

#icongithub:hover {
    scale: calc(1.2);
}

.AIRE {
    width: 100%;
    height: 44px;
}

.section-new-phone-paper-on {
    padding-top: 40px;
}

.div-new-phone-paper-on {
    width: 100%;
    height: 240px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.85)), url(Images/wallpaper-MaxMoon-horizontal.png);
    background-repeat: no-repeat;
    background-color: black;
    background-size: 1902px;
    border-radius: 24px;
    animation-name: star-web-div-img-phone-new-anim;
    animation-duration: 1.85s;
    overflow: hidden;
    padding-bottom: 50px;
    margin: 0 auto;
}

.p-div-new-phone {
    padding-top: 85px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 32px;
}

.span-paper-on-style {
    color: rgb(0, 0, 0);
    font-family: "Major Mono Display", sans-serif;
    font-size: 40px;
    font-weight: bolder;
    letter-spacing: normal;
    text-shadow: 0 0 0px transparent;
    animation-name: star-web-paper-on-anim;
    animation-duration: 1.2s;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes star-web-paper-on-anim {
    0% {opacity: 0; scale: calc(0.8); font-size: 5px;}
    100% {scale: calc(1);}
}

.a-paper-style-new-phone {
    background-color: white;
    padding-bottom: 4px;
    padding-top: 1.5px;
    color: black;
    border-bottom-left-radius: 14px;
    border-top-left-radius: 14px;
    border-left: 5px solid white;
}

.a-On-style-new-phone {
    background-color: black;
    background-image: linear-gradient(23deg, #0540A6, #01102b);
    color: white;
    font-family: "Poiret One", sans-serif;
}

.button-comprar-novedades {
    background-color: #00000000;
    font-family: "Poppins", sans-serif;
    outline: #0071E3 solid 1.9px;
    font-weight: normal;
    color: white;
    border-radius: 25px;
    border: none;
    padding: 8px;
    cursor: pointer;
    transition: all ease 0.22s;
    box-shadow: 0 0 8px #0071E3;
    margin-left: 4px;
    animation-name: star-web-button-anim;
    animation-duration: 1.2s;
}

.button-comprar-novedades:hover {
    background-color: #0071E3;
    outline: #0071e300 solid 2px;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 0 58px #0071E3;
}

.button-comprar-novedades:active {
    background-color: #00000000;
    outline: #0071E3 solid 1px;
    color: #0071E3;
    scale: calc(0.95);
}

@keyframes star-web-button-anim {
    0% {transform: translateY(70px); opacity: 0;}
    100% {transform: translateY(0px);}
}

.section-new-phone-paper-on {
    margin: 0 auto;
    width: 1900px;
}

.Centralizador-central {
    margin: 0 auto;
    width: max-content;
}

.title-Shop-h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 60px;
    letter-spacing: -8px;
    color: #242424;
    display: flex;
    justify-content: center;
    align-items: center;
    animation-name: star-web-text-anim;
    animation-duration: 0.8s;
    margin-bottom: 2px;
}

.title-Shop-h2-a {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 80px;
    letter-spacing: -4px;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    animation-name: star-web-text-anim;
    animation-duration: 1.4s;
    margin-bottom: 2px;
    margin-top: 0px;
}

@keyframes star-web-text-anim {
    0% {opacity: 0;}
    20% {opacity: 0; transform: translateY(120px); letter-spacing: 4px;}
    42% {letter-spacing: 2px;}
    100% {}
}

@keyframes star-web-text-anim-2 {
    0% {opacity: 0; transform: scaleX(0.2);}
    32% {}
    41% {scale: calc(0.85);}
    100% {scale: calc(1);}
}

@keyframes star-web-text-anim-3 {
    0% {opacity: 0;}
    42% {transform: translateY(0px);opacity: 0; scale: calc(0.85);}
    100% {opacity: 1; scale: calc(1);}
}

.section-start-top-div {
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: 55rem;
    overflow: hidden;
}



@keyframes star-web-1-anim {
    0% {}
    5% {opacity: 0; transform: translateY(70px); filter: blur(0px);}
    100% {opacity: 1;}
}

@keyframes star-web-2-anim {
    0% {opacity: 0;}
    10% {opacity: 0; transform: translateY(50px); filter: blur(0px); scale: calc(0.5);}
    100% {opacity: 1;}
}

@keyframes star-web-3-anim {
    0% {}
    20% {opacity: 0; transform: translateY(-170px); filter: blur(6px); letter-spacing: 2px;}
    100% {opacity: 1;}
}

@keyframes star-web-4-anim {
    0% {}
    30% {opacity: 0; transform: translate(-70px, 70px); filter: blur(6px);}
    100% {opacity: 1;}
}

@keyframes star-web-5-anim {
    0% {opacity: 0;}
    35% {opacity: 0; transform: translateY(50px); filter: blur(0px);}
    100% {opacity: 1;}
}

@keyframes star-web-6-anim {
    0% {}
    40% {opacity: 0; transform: translateY(-170px); filter: blur(6px);}
    100% {opacity: 1;}
}

@keyframes star-web-7-anim {
    0% {}
    46% {opacity: 0; transform: translate(-70px, 70px); filter: blur(6px);}
    100% {opacity: 1;}
}

.title-top-start-magia {
    justify-content: center;
    align-items: center;
    display: flex;
    font-family: "Instrument Serif", cursive;
    color: #00ff80;
    font-size: 55px;
    animation-name: star-web-1-anim;
    animation-duration: 1.2s;
    z-index: 1;
    border-radius: 50px;
    position: relative;
    backdrop-filter: blur(6px);
}

.span-magia {
    color: white; 
    margin: 15px; 
    text-shadow: 0 0 10px white;
    animation-name: star-web-2-anim;
    animation-duration: 1.2s;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.span-part-2-magia {
    animation-name: star-web-3-anim;
    animation-duration: 1.2s;
}

.span-paper-max {
    padding-left: 10px;
    font-family: "Major Mono Display", sans-serif;
    color: white;
    animation-name: star-web-4-anim;
    animation-duration: 1.2s;
}

.span-max {
    color: #00ff80;
    font-weight: lighter;
    font-family: "Codystar";
    letter-spacing: 0px;
    font-size: 60px;
}

.span-number-magia {
    background-color: springgreen; 
    color: black; 
    border-radius: 15px;
}

.div-hovers-cube-grupo {
    width: 93.5%;
    height: 52rem;
    position: absolute;
    margin-top: 25px;
    margin-left: 55px;
    z-index: 0;
}

.div-cube-hover {
    background-color: transparent;
    outline: 1px solid rgba(0, 255, 128, 0.192);
    width: 250px;
    height: 270px;
    display: inline-flex;
    transition: 0.12s all ease;
    cursor: pointer;
    border-radius: 5px;
    animation-name: rotate-cubo-anim;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    overflow: hidden;
}

.div-cube-hover:hover {
    background-color: springgreen;
    animation-name: cubo-hover-anim;
    animation-duration: 0.52s;
    box-shadow: 0 0 25px springgreen;
}

.div-cube-hover:active {
    background-color: transparent;
}

@keyframes rotate-cubo-anim {
    0% {border-radius: 0;}
    40% {border-radius: 0;}
    50% {border-radius: 250px; scale: calc(0.7);}
    84% {background-color: transparent; transform: translateY(0px);}
    85% {background-color: rgba(0, 255, 128, 0.61);}
    86% {background-color: transparent; transform: translateY(0px);}
    100% {border-radius: 0;}
}

@keyframes cubo-hover-anim {
    0% {}
    100% {}
}

.h1-vendidas-magia {
    color: springgreen;
    z-index: 1;
    font-family: "Major Mono Display", sans-serif;
    border-radius: 56px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    width: max-content;
    padding: 30px;
    position: relative;
    background-color: rgb(0, 0, 0);
    outline: springgreen solid 1px;
    box-shadow: 12px 12px 0 springgreen;
}

.span-vendidas {
    font-family: "Instrument Serif", cursive;
    animation-name: star-web-6-anim;
    animation-duration: 1.2s;
}

.div-1-magia {
    margin-left: 256px;
    animation-name: star-web-5-anim;
    animation-duration: 1.2s;
}

.div-2-magia {
    margin-left: 1056px;
}

.div-3-magia {
    margin-left: 756px;
}

.div-4-magia {
    margin-left: 156px;
}

.p-vendidos-sub-magia {
    color: springgreen;
    font-family: "Major Mono Display", sans-serif;
    font-weight: bolder;
    text-shadow: 0 16px rgba(0, 255, 128, 0.589), 0 32px rgba(0, 255, 128, 0.301), 0 48px rgba(0, 255, 128, 0.116);
    z-index: 3;
    position: relative;
}

.h1-detalles-magia {
    color: springgreen;
    z-index: 1;
    font-family: "Victor Mono", sans-serif;
    border-radius: 56px;
    width: max-content;
    font-size: 62px;
    position: relative;
    letter-spacing: -3px;
    width: 685px;
    height: max-content;
    margin-top: -120px;
    font-weight: bolder;
}

.h1-procesador-magia {
    color: springgreen;
    z-index: 1;
    font-family: "Fahkwang", sans-serif;
    width: max-content;
    font-size: 16px;
    padding: 20px;
    border-radius: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    margin-top: -12rem;
    outline: 1px solid springgreen;
    transform: rotate(90deg);
    margin-left: 90px;
}

.h1-bateria-magia {
    color: white;
    z-index: 1;
    font-family: sans-serif;
    width: max-content;
    font-size: 62px;
    font-weight: bolder;
    position: relative;
    margin-top: 120px;
    letter-spacing: -3px;
}

.div-box-categoria {
    background-color: rgb(0, 0, 0);
    width: 600px;
    height: 600px;
    display: inline-flex;
    margin-left: 16px;
    padding: 5px;
    transition: all ease-out 0.12s;
    cursor: pointer;
    background-image: url(Images/background-linear-4.png);
    background-position: 0% -125%;
    margin-bottom: 16px;
}

.div-box-categoria:hover {
    scale: calc(0.98);
    border-radius: 15px;
}

.div-box-categoria:hover .title-categoria {
    background-color: transparent;
    transition: all 0.22s ease;
    border-radius: 15px;
    text-shadow: 0 0 6px black;
}

.div-box-categoria:active {
    scale: calc(1);
}

.section-categoria {
    width: 1903px;
    margin: 0 auto;
    margin-top: 120px;
    scale: calc(0.85);
}

.section-shop {
    margin: 0 auto;
    width: 102rem;
}

.title-categoria {
    color: #ffffff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    height: 100%;
    font-size: 64px;
    font-family: "Fahkwang";    
    background-color: rgba(0, 0, 0, 0.315);
}

.image-product-buy {
    z-index: 2;
    position: relative;
}

.image-product-buy-sub {
    position: absolute;
    z-index: 1;
    width: 155px;
    height: 309px;
    border-radius: 28px;
}

.box-shop-buy {
    background-color: white;
    padding: 20px;
    width: 300px;
    text-align: center;
    margin: 32px;
    border-radius: 12px;
    transition: all 0.12s ease-out;
    cursor: pointer;
}

.box-shop-buy:hover {
    box-shadow: 0 0 12px rgb(201, 201, 201);
    transform: scale(0.99);
}

.box-shop-buy:hover .image-product-buy {
    scale: calc(1.05);
    transition: all 0.22s ease-out;
}

.box-shop-buy:hover .image-product-buy-sub {
    scale: calc(1.05);
    transition: all 0.22s ease-out;
}

.name-product-buy {
    font-family: "Fahkwang", sans-serif;
}

.precio-buy {
    font-family: "Inter", fantasy;
}

.venta-buy {
    color: gray;
}

.agotado-buy {
    color: rgb(255, 125, 125);
}

.novedad-buy {
    color: black;
    background-color: rgba(0, 255, 128, 0.199);
    letter-spacing: 3px;
    transform: skewX(12deg);
    border-radius: 50px;
}

.button-buy {
    background-color: #0071E3;
    color: white;
    border-radius: 50px;
    padding: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.11s ease-in-out;
}

.button-buy:hover {
    background-color: #0540A6;
}

.button-buy:active {
    background-color: #6bb5ff;
    scale: calc(0.96);
    transition: all 0s ease;
}

.button-venta-buy {
    background-color: transparent;
    outline: 1px solid #0071E3;
    color: #0071E3;
    border-radius: 50px;
    padding: 8px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.11s ease-in-out;
}

.button-venta-buy:hover {
    background-color: #0071E3;
    color: white;
}

.button-venta-buy:active {
    background-color: white;
    color: #0071E3;
    scale: calc(0.96);
    transition: all 0s ease;
}

.title-shop {
    color: black;
    width: 100%;
    text-align: center;
    font-size: 64px;
    font-family: "Poppins", fantasy;
}

.title-ultimos {
    color: black;
    width: max-content;
    text-align: left;
    font-size: 55px;
    padding-left: 160px;
    font-family: "Poppins", fantasy;
}

.display-inline-flex-box-buy {
    display: inline-flex;
}

.button-shop-filter {
    background-color: #0071E3;
    color: white;
    border: none;
    padding: 12px;
    cursor: pointer;
    border-radius: 16px;
    margin: 8px;
    transition: all 0.16s ease-out;
}

.button-shop-filter:hover {
    background-color: #0540A6;
}

.button-shop-filter:active {
    background-color: #6bb5ff;
}

.p-filtro-buy {
    font-family: "Poppins";
    margin-left: 8px;
    margin-bottom: 0px;
}

.button-shop-filter-volver {
    background-color: #94e300;
    color: black;
    border: none;
    padding: 12px;
    cursor: pointer;
    border-radius: 16px;
    margin: 8px;
    transition: all 0.16s ease-out;
    display: none;
}

.button-shop-filter-volver:hover {
    background-color: #5ba605;
}

.button-shop-filter-volver:active {
    background-color: #95ff6b;
}

.section-ultimos {
    width: 1638px;
    margin: 0 auto;
    mask-image: linear-gradient(to right, black, black, black, black, black, black, transparent);
}

.box-div-ultimo { /* el box-div-ultimo es el contenedor */
    background-color: transparent;
    width: 103rem;
    height: 30rem;
    display: inline-flex;
}

.box-buy-ultimo {
    background-color: black;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.85)), url(Images/background-linear-11.png);
    background-repeat: no-repeat;
    background-position: 13% 20%;
    background-size: 445px;
    color: white;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.315);
    height: 415px;
    width: 295px;
    margin-top: 18px;
    margin-left: 18px;
    text-align: center;
    padding: 14px;
    cursor: pointer;
    transition: all 0.12s ease;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
}

.box-buy-ultimo:hover {
    scale: calc(0.95);
    background-attachment: fixed;
}

.box-buy-ultimo:hover .title-ultimos-buy {
    letter-spacing: 2px;
    transition: all 1.12s ease;
}

.box-buy-ultimo:hover .image-product-ultimo{
    scale: calc(1.4);
    transition: all 1.12s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes image-product-ultimo-anim-flotando {
    0% {transform: translateY(0px);}
    50% {transform: translateY(-12px);}
    100% {transform: translateY(0px);}
}

.image-product-ultimo {
    width: 130px;
    display: block;
    margin: auto;
    scale: calc(1.25);
    transform: translateY(-6px);
    animation-duration: 6s;
    animation-name: image-product-ultimo-anim-flotando;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.title-ultimos-buy {
    font-family: "Cal Sans";
    margin-bottom: 5px;
    margin-top: 55px;
}