footer, header {
    background-color: #121212;
}

.character, .featured-game, .features, .flip-card-back, .footer-content, .hero, .hero-side-panel, .join, header, nav ul {
    display: flex;
}

.character-info p, .hola, nav ul {
    font-family: Poppins, sans-serif;
    font-style: normal;
}

#background_red, #red-border {
    background-image: url(card/red.png);
}

#background_blue, #blue-border {
    background-image: url(card/blue.png);
}

#background_purple, #purple-border {
    background-image: url(card/purple.png);
}

#background_green, #green-border {
    background-image: url(card/green.png);
}

#background_orange, #orange-border {
    background-image: url(card/orange.png);
}

.character-info p, .dropdown-content, .inline-text, nav ul {
    white-space: nowrap;
}

body {
    cursor: url('../cursor/inactivo_white.png') 17 17, auto;
    font-family: Poppins, sans-serif;
    color: #fff;
    background: url('card/1.jpg') center center/cover;
    margin: 0;
    padding: 0;
    width: 100%;
    
}

header {
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.footer-logo, .logo {
    font-size: 1.5em;
    font-weight: 700;
    color: #f0f;
}

nav ul {
    font-weight: 500;
    list-style: none;
    gap: 32vh;
    align-items: center;
}

.company ul li a, .help ul li a, .quick-links ul li a, .resources ul li a, nav ul li a {
    color: #fff;
    text-decoration: none;
}

.search-bar input {
    padding: 5px;
    border: none;
    border-radius: 5px;
    background-color: #000;
    color: #fff;
}

.hero-content {
   display: block;
}

.hero-content h1 {
    font-size: 13vh;
    margin-top: 5%;
    margin-bottom: 1%;
    line-height: 13vh;
}

.company ul li, .feature i, .help ul li, .quick-links ul li, .resources ul li {
    margin-bottom: 10px;
}

.hero-content p {
    font-size: 1.2em;
    text-align: justify;
    margin-right: 23%;
}

.hero-buttons .btn {
    padding: 10px 20px;
    margin: 10px 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.hero-buttons .btn.primary {
    background-color: #c31a23;
    color: #fff;
    font-size: 50px;
}

.hero-buttons .btn.secondary {
    background-color: transparent;
    border: 2px ridge #fff;
    color: #fff;
}

#red-border, #red-border2, .character img, .character-red:hover .character, .no-style-link:hover .character {
    border-color: #b22222;
}

.hero-side-panel {
    flex: 1;
    flex-direction: column;
    gap: 22px;
}

.character {
    align-items: center;
}

.character img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 50px;
    margin-left: 20px;
    box-shadow: inset 0 0 11px 4px #000;
    border-style: ridge;
}

.dropdown-content a:not(:last-child), .newsletter input {
    margin-right: 10px;
}

.features {
    justify-content: space-around;
    padding-bottom: 30px;
}

.feature i {
    font-size: 2em;
}

.newsletter, .popular-games h2, .recommended h2 {
    margin-bottom: 30px;
    text-align: center;
}

.popular-games, .recommended {
    padding: 50px 20px;
}

.game-gallery, .recommendations {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.game, .recommendation {
    background-color: rgba(0, 0, 0, .7);
    border-radius: 10px;
    overflow: hidden;
    width: 30%;
}

.game img, .recommendation img {
    width: 100%;
    height: auto;
}

.game-info, .recommendation-info {
    padding: 10px;
}

.featured-game {
    background: url('neonrush.jpg') center center/cover no-repeat;
    padding: 50px 20px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}

.featured-game-info, .join-info {
    background-color: rgba(0, 0, 0, .7);
    padding: 20px;
    border-radius: 10px;
}

.join {
    align-items: center;
    padding: 50px 20px;
    background: url('join.jpg') center center/cover no-repeat;
}

footer {
    padding: 30px 20px;
    color: #fff;
    box-shadow: 0 -2px 5px 5px #121212, 0 4px 10px 10px #fff;
}

.newsletter {
    line-height: 200%;
}

.newsletter input {
    padding: 10px;
    border: none;
    border-radius: 5px;
}

.footer-content {
    justify-content: space-around;
    gap: 20px;
    text-align: center;
}

.company, .help, .quick-links, .resources {
    width: 20%;
}

.company ul, .help ul, .quick-links ul, .resources ul {
    list-style: none;
    padding: 0;
}

.social-media a {
    color: #fff;
    margin: 0 10px;
}

.icon-facebook::before {
    content: "\f09a";
}

.icon-twitter::before {
    content: "\f099";
}

.icon-instagram::before {
    content: "\f16d";
}

.icon-game-library::before {
    content: "\f11b";
}

.icon-cross-platform::before {
    content: "\f0c4";
}

.icon-exclusive-content::before {
    content: "\f02d";
}

.icon-hd-graphics::before {
    content: "\f108";
}

.logo2 {
    width: 60px;
}

.hero {
    padding: 110px 20px;
}

.character {
    align-items: center;
    background-color: rgba(0, 0, 0, .7);
    padding: 10px;
    background-color: #00000054;
    box-shadow: inset 0 0 16px 0 #000;
    align-items: center;
}

.botonnuevo {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: #c31a23;
    color: #fff;
    margin-left: 50px;
    margin-right: 20px;
}

.hero-side-panel {
    flex-direction: column;
    padding-top: 4%;
    margin-left: 0;
    padding-left: 0;
   
}

.character {
    align-items: center;
    align-items: center;
}

.character-info p {
    font-weight: 600;
    font-size: 2.5vh;
}

.h2 {
    text-align: center;
    font-size: 6vh;
}

.btn primary {
    font-size: 50px;
}

.img {
    border: 5px ridge #b22222;
    box-shadow: 0 0 12px 2px #fff;
    width: 100px;
    margin-top: 30px;
    border-radius: 50%;
    border-style: double hidden;
}

.features {
    justify-content: space-around;
}

.back-content, .feature:hover, .feature:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-back {
    backface-visibility: hidden;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.flip-card-back, .flip-card-front {
    justify-content: center;
    backface-visibility: hidden;
    display: flex;
}

.flip-card-front {
    align-items: center;
    flex-direction: column;
}

.features {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    margin-bottom: 39px;
}

.feature {
    box-shadow: -8px 12px 14px #00000085;
    perspective: 1000px;
    transition: transform .8s;
    text-align: center;
    width: 20%;
    margin-bottom: 10%;
    box-shadow: -8px 12px 14px #00000085, inset 0 0 20px 7px #000, 0 0 5px 1px #000;
    border: 5px ridge #b22222;
    border-radius: 10px;
    padding: 250px 10px;
    background-color: rgba(0, 0, 0, .7);
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform .8s;
}

.flip-card-back, .flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: column;
    color: #fff;
    border-radius: 10px;
    top: 0;
    left: 0;
}

.flip-card-back {
    backface-visibility: hidden;
    transform: rotateY(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#blue-border, #blue-border2, .character-blue:hover .character {
    border-color: #2865a7;
}

.character {
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    box-shadow: -8px 12px 14px #00000085;
    border: 5px ridge #fff;
    border-radius: 10px;
    transition: border-color .3s;
}

#purple-border, #purple-border2, .character-purple:hover .character {
    border-color: #6e4293;
}

#green-border, #green-border2, .character-green:hover .character {
    border-color: #248648;
}

#orange-border, #orange-border2, .character-yellow:hover .character {
    border-color: #bc4d17;
}

.no-style-link {
    text-decoration: none;
    color: inherit;
}

.no-style-link:active, .no-style-link:hover, .no-style-link:visited {
    color: inherit;
}

.character-red img {
    border: 3px double #b22222;
    border-radius: 50%;
    height: 8vh;
    width: 8vh;
    box-shadow: inset 0 0 15px 12px #0d0d0d, inset 0 0 0 30px #b22222, 0 0 21px 5px #000;
}

.character-blue img {
    border: 3px double #2865a7;
    border-radius: 50%;
    height: 8vh;
    width: 8vh;
    box-shadow: inset 0 0 15px 12px #0d0d0d, inset 0 0 0 30px #2865a7, 0 0 21px 5px #000;
}

.character-purple img {
    border: 3px double #6e4293;
    border-radius: 50%;
    height: 8vh;
    width: 8vh;
    box-shadow: inset 0 0 15px 12px #0d0d0d, inset 0 0 0 30px #6e4293, 0 0 21px 5px #000;
}

.character-green img {
    border: 3px double #248648;
    border-radius: 50%;
    height: 8vh;
    width: 8vh;
    box-shadow: inset 0 0 15px 12px #0d0d0d, inset 0 0 0 30px #248648, 0 0 21px 5px #000;
}

.character-yellow img {
    border: 3px double #bc4d17;
    border-radius: 50%;
    height: 8vh;
    width: 8vh;
    box-shadow: inset 0 0 15px 12px #0d0d0d, inset 0 0 0 30px #bc4d17, 0 0 21px 5px #000;
}

.logoweb {
    width: auto;
    margin-left: auto;
    margin-top: 0;
}

.hola {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: url('../cursor/activo_white.png'), 17 17, auto;
}

.logoweb2, .no-style-link.character-red {
    cursor: url('../cursor/activo_red.png') 17 17, auto;
}

#red-border {
    width: 20%;
    cursor: url('../cursor/activo_red.png'), auto;
    cursor: url('../cursor/activo_red.png') 17 17, auto;
}

#blue-border {
    width: 20%;
    cursor: url('../cursor/activo_blue.png'), auto;
    cursor: url('../cursor/activo_blue.png') 17 17, auto;
}

#purple-border {
    width: 20%;
    cursor: url('../cursor/activo_purple.png'), auto;
    cursor: url('../cursor/activo_purple.png') 17 17, auto;
}

#green-border {
    width: 20%;
    cursor: url('../cursor/activo_green.png'), auto;
    cursor: url('../cursor/activo_green.png') 17 17, auto;
}

#orange-border {
    width: 20%;
    cursor: url('../cursor/activo_orange.png'), auto;
    cursor: url('../cursor/activo_orange.png') 17 17, auto;
}

#red-border2 {
    box-shadow: inset 0 0 15px 11px #0d0d0d, inset 0 0 100px 100px #b22222, 0 0 100px 36px #000;
}

#blue-border2 {
    box-shadow: inset 0 0 15px 11px #0d0d0d, inset 0 0 100px 100px #2865a7, 0 0 100px 36px #000;
}

#purple-border2 {
    box-shadow: inset 0 0 15px 11px #0d0d0d, inset 0 0 100px 100px #6e4293, 0 0 100px 36px #000;
}

#green-border2 {
    box-shadow: inset 0 0 15px 11px #0d0d0d, inset 0 0 100px 100px #248648, 0 0 100px 36px #000;
}

#orange-border2 {
    box-shadow: inset 0 0 15px 11px #0d0d0d, inset 0 0 100px 100px #bc4d17, 0 0 100px 36px #000;
}

.explore {
    text-align: center;
    margin-top: 40px;
    padding: 0 20px;
}

html {
    scroll-behavior: smooth;
}

.colorde {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 3px 5px 5px #121212, 0 5px 5px 3px #fff;
    padding: 0;
    height: 7%;
}

.character-info {
    text-shadow: 0 1px 15px #000;
}

.logoweb2 {
    width: auto;
    margin-top: 50%;
}

.social-media {
   position: relative;
    margin-top: 0.5%;
}

.no-style-link.character-red {
    text-decoration: none;
}

.no-style-link.character-blue {
    cursor: url('../cursor/activo_blue.png') 17 17, auto;
    text-decoration: none;
}

.no-style-link.character-purple {
    cursor: url('../cursor/activo_purple.png') 17 17, auto;
    text-decoration: none;
}

.no-style-link.character-green {
    cursor: url('../cursor/activo_green.png') 17 17, auto;
    text-decoration: none;
}

.no-style-link.character-yellow {
    cursor: url('../cursor/activo_orange.png') 17 17, auto;
    text-decoration: none;
}

.btn.primary, .dropdown-content a:hover {
    cursor: url('../cursor/activo_black.png') 17 17, auto;
}

.activo {
    cursor: url('../cursor/activo_white.png'), auto;
}

.dropdown-content, .dropdown-content a, .hola, .logotipo, .social-media, .social , .social, .social3 {
    cursor: url('../cursor/activo_red.png') 17 17, auto;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #121212;
    padding: 10px;
    box-shadow: 0 0 10px 2px rgb(45 41 41);
    z-index: 1;
    border-radius: 10px;
}

.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: inline-block;
}

.dropdown-content a:hover {
    background-color: #b222227a;
}

.dropdown:focus .dropdown-content, .dropdown:hover .dropdown-content {
    display: block;
}

.video {
    position: relative;
    padding-bottom: 26%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
    width: 77%;
    border-style: ridge;
    border-width: 5px;
    border-radius: 10px;
    box-shadow: 0 19px 25px 1px #000, inset 0 19px 25px 1px #fff;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* aqui modifico el scrollbar vertical*/

 /* Estilos personalizados para la barra de desplazamiento */
        ::-webkit-scrollbar {
            width: 12px; /* Ancho de la barra de desplazamiento */
        }

           ::-webkit-scrollbar-track {
        background: #121212;
        border-radius: 0px;
    }

        ::-webkit-scrollbar-thumb {
           /*  background-color: #c31a23; /* Color del pulgar */
            border-radius: 10px; /* Bordes redondeados */
            border: 3px solid #e0e0e0; /* Espaciado alrededor del pulgar */
        }

        ::-webkit-scrollbar-thumb:hover {
            background-color: #a3121b; /* Color del pulgar al pasar el mouse */
        }

        ::-webkit-scrollbar-thumb:active {
            background-color: #841014; /* Color del pulgar al hacer clic */
        }
.logotipo {
    position: relative;
    margin-top: 0.5%;
   margin-left: 4.2%;
}

.hero {
    padding: 5% 2%;
}

.hero-side-panel {
    flex-direction: column;
    padding-top: 4.2%;
    margin-left: 0;
    padding-left: 0;
   /* padding-right: 9.2%; */
}

nav ul {
    font-weight: 500;
    list-style: none;
    gap: 32vh;
    align-items: center;
    margin-top: 1.4%;
}

.hero-content {
    display: block;
    /* width: 100%; */
    
}


.hero-content {
    display: block;
    /* width: 100%; */
    }

.hero {
    gap: 0;
    padding: 10% 2%;
    display: flex;
}

.hero-content p {
    font-size: 1.2em;
    text-align: justify;
    margin-right: 0%;
}


.hero-content h1 {
    font-size: 5em;
    margin-top: 5%;
    margin-bottom: 1%;
    line-height: 13vh;
}


.hero-side-panel {
    flex-direction: column;
    padding-top: 4.2%;
    margin-left: 16.3%;
    padding-left: 0;
    /* padding-right: 9.2%; */
}

.hero-side-panel {
    flex-direction: column;
    padding-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}
.hero-side-panel {
    flex-direction: 0;
    padding-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}

.hero-side-panel {
    flex-direction: column;
    padding-top: 4%;
    margin-left: 0;
    padding-left: 0;
}
.hero-side-panel {
    flex: 0;
    flex-direction: column;
    gap: 0;
}

.espacio {
    width: 22%;
}

.tamano{
padding-left: 10px;
padding-right: 10px;
}

.character {
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    box-shadow: -8px 12px 14px #00000085;
    border: 5px ridge #fff;
    border-radius: 10px;
    transition: border-color .3s;
}

.character-info p {
    font-weight: 600;
    font-size: 2.5vh;
    padding-right: 170px;
}

.hero-content h1 {
    font-size: 8em;
    margin-top: 5%;
    margin-bottom: 1%;
    line-height: 14vh;
}


.hero-side-panel {
    flex: 1;
    flex-direction: column;
    gap: 6.3%;
}

.video {
    position: relative;
    padding-bottom: 26%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
    width: 99%;
    border-style: ridge;
    border-width: 5px;
    border-radius: 10px;
    box-shadow: 0 19px 25px 1px #000, inset 0 19px 25px 1px #fff;
}


.hero-content h1 {
    /* font-size: 8em; */
    /* margin-top: 5%; */
    /* margin-bottom: 1%; */
    /* line-height: 14vh; */
    margin: auto;
}

.hero-side-panel {
    flex-direction: column;
    padding-top: 0%;
    margin-left: 0;
    padding-left: 0;
}


.hero-side-panel {
    flex: 1;
    flex-direction: column;
    gap: 3.5%;
}

.character-info p {
    font-weight: 600;
    font-size: 2.5vh;
    padding-right: 55%;
   ;
}

.hero {
    gap: 0;
    padding: 10% 1% 0% 1%;
    display: flex;
}

.hero {
    gap: 0;
    padding: 10% 3% 0% 3%;
    display: flex;
}


.h2 {
    text-align: center;
    font-size: 6vh;
    margin: 10% 0 3% 0;
}

.social { 
width: 15px}

#social1{
margin-top: 0px;
}

.social-media {
    position: relative;
    margin-top: 0.5%;
    display: flex;
}

#social1 {
    margin-top: -3px;
}


.hero-side-panel {
    flex: 1;
    flex-direction: column;
    gap: 10%;
}


.video {
    position: relative;
    padding-bottom: 50%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
    width: 99%;
    border-style: ridge;
    border-width: 5px;
    border-radius: 10px;
    box-shadow: 0 19px 25px 1px #000, inset 0 19px 25px 1px #fff;
}

.feature {
    box-shadow: -8px 12px 14px #00000085;
    perspective: 1000px;
    transition: transform .8s;
    text-align: center;
    width: 20%;
    margin-bottom: 0%;
    box-shadow: -8px 12px 14px #00000085, inset 0 0 20px 7px #000, 0 0 5px 1px #000;
    border: 5px ridge #b22222;
    border-radius: 10px;
    padding: 250px 10px;
    background-color: rgba(0, 0, 0, .7);
    perspective: 1000px;
}

div.mensaje {
    background-color: firebrick;
    margin-bottom: 2%;
    text-align: center;
    padding-top: 0.5px;
    padding-bottom: 1px;
    margin-top: 1.5%;
    justify-content: space-between;
    align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
}



.features {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    margin-bottom: 0px;
}


.features {
    justify-content: space-around;
    padding-bottom: 0px;
}

.mensaje_cursores{
align-content: space-around;
}


.mensaje_cursores {
    align-content: space-around;
    align-self: center;
    display: flex;
    align-items: center;
       display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
gap: 5%;
}


nav ul {
    font-weight: 500;
    list-style: none;
    gap: 29vh;
    align-items: center;
    margin-top: 1.4%;
}

.social-media {
    position: relative;
    margin-top: 0.5%;
    display: flex;
    padding-left: 6.5%;
}

.hero-content h1 {
    font-size: 8em;
    margin-top: 5%;
    margin-bottom: 1%;
    line-height: 16vh;
}

div.mensaje {
    background-color: firebrick;
    margin-bottom: 5%;
    text-align: center;
    padding-top: 0.5px;
    padding-bottom: 1px;
    margin-top: 1.5%;
    justify-content: space-between;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.hero-content h1 {
    font-size: 8em;
    margin-top: -2%;
    margin-bottom: 1%;
    line-height: 5vh;
}

.hero-side-panel {
    flex: 1;
    flex-direction: column;
    gap: 10.3%;
}

#hola2 {
font-size: 6.5em;
    margin: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hero-content p {
    font-size: 1.2em;
    text-align: justify;
    margin: 0% 0% 5% 0%;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: white;
}

.espacio {
    width: 22%;
    padding-left: 2%;
}

.hero {
    gap: 0;
    padding: 12% 3% 0% 3%;
    display: flex;
}

.hero-content p {
    font-size: 1.1em;
    text-align: justify;
    margin: 0% 0% 5% 0%;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: white;
    background-color: firebrick;
    padding: 15px;
border-radius: 10px;
text-align: justify;
    text-align-last: center;
}

#hola2 {
    font-size: 6.5em;
    margin: 0px 0px -14px 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
display: inline;
}

.hero-content h1 {
    font-size: 8em;
    margin-top: -2%;
    margin-bottom: 1%;
    line-height: 5vh;
    text-align: center;
}
#hola3 {
    font-size: 6.4em;
    margin: 0px 0px -14px 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    display: inline;

}

.contenedorr{
display: ruby-text;
padding: 0% 3% 0% 3%;

}

.hero-content {
    display: block;
    /* width: 100%; */
    margin-top: 2%;
}


.hero-content p {
    font-size: 1.1em;
    text-align: justify;
    margin: -2% 0% 3% 0%;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: white;
    background-color: firebrick;
    padding: 15px;
    border-radius: 10px;
    text-align: justify;
    text-align-last: center;
}