
:root{
    --azul_base: #1A1A2E;
    --salmon: #f9713b;
    --salmon2: #f0642d;
    --celeste: #2b9eb6;
    --celeste2: #2893a8;
    --amarillo: #e4f900;
    --rojo: #e7360e;
    --rojo2: #961b00db;
    --verde: #00e645db;
    --verde2: #00a933;
    --azul: #020090db;
    --blanco: rgba(255,255,255,0.85);
    --blanco2: #c6c6c6;
    --font1: 'Poppins', sans-serif;
    --font2: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--azul_base);
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
}
main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

/* HEADING */
.section-heading {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.3);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    gap: 1rem;
}
.div-logo {
    width: 6rem;
    height: 4rem;
}
.img-logo {
    height: 100%;
    object-fit: contain;
}
.div-nav {
    height: 100%;
    width: 90%;
    display: flex;
    justify-content: center;
}
.nav-indices {
    margin: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.links {
    width: 9rem;
    font-family: var(--font1);
    color: var(--blanco);
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 0.3rem 0rem;
    border-radius: 0.2rem;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.05);
}
.icon2 {
    background-color: red;
}

.links2 {
    font-family: var(--font1);
    color: black;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
    width: 9rem;
    padding: 0.3rem 0rem;
    border-radius: 0.2rem;
    cursor: pointer;
    background-color: var(--salmon);
}

.txt-links {
    font-weight: bold;
    font-size: 0.9rem;
    padding-top: 0.1rem;
}
.barlinks {
    width: 9rem; 
    display: flex;
    flex-direction: column;
    align-items: center;
}
.barlinks:hover .bar-links {
    display: flex;
}
.bar-links {
    width: 12rem;
    padding: 0.5rem 0.5rem;
    position: absolute;
    background-color: var(--celeste2);
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    border-radius: 0.2rem;
    z-index: 1000;
    margin-top: 2.1rem;
}
.sort-up {
    position: absolute;
    z-index: 1000; 
    margin-top: -0.7rem;
    
}
.links3 {
    font-family: var(--font1);
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
    width: 100%;
    height: 1.8rem;
    border-radius: 0.2rem;
    cursor: pointer;
    background-color: #12121f;
}
.txt-links2 {
    font-size: 0.8rem;
}
.links4 {
    font-family: var(--font1);
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 1.6rem;
    border-radius: 0.2rem;
    padding-top: 0.1rem;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.6);
}



.msj-alarm {
    position: absolute;
    z-index: 2;
    margin-left: 7.4rem;
    margin-bottom: 1.1rem;
}



/* switch */
.switch-section {
    width: 100%;
    padding: 0.3rem;
}
.switch-box {
    width: 8rem;
}
.linkswitch {
    color: black;
    text-decoration: none;
    width: 8rem;
}
.div-switch {
    font-family: var(--font1);
    font-size: 0.7rem;
    width: 8rem;
    height: 1.4rem;
    background-color: var(--salmon);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
}


/* FOOTER */
footer {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    margin-top: 1rem;
}
.container-footer {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}
.box-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 1rem;
    align-items: center;
    gap: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.sub-box-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.indice-footer {
    font-family: Poppins, sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
    color: rgba(255,255,255,0.8);
}
.box-links-footer {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
}
.box-links-footer a {
    text-decoration: none;
    display: flex;
    gap: 0.1rem;
    align-items: center;
}
.icono-footer {
    height: 1.7rem;
}
.enlaces-footer {
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    color: rgba(255,255,255,0.6);
}

.brand-gamesland {
    width: 80%;
    text-align: center;
    font-family: var(--font1);
    font-size: 0.9rem;
    color: var(--blanco);
    border-top: 1px solid grey;
    padding: 1rem;
}

/* index */
.section-heading2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 1.5rem 1rem;
}
.div-nav2 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: right;
    gap: 0.5rem;
}
.inp-auth {
    padding: 0.3rem 1.3rem;
    font-family: var(--font1);
    font-size: 0.9rem;
    font-weight: bold;
    border: none;
    border-radius: 0.2rem;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.inp-login {
    background-color: var(--salmon);
}
.inp-login:hover {
    background-color: var(--salmon2);
}
.inp-register {
    background-color: var(--celeste);
}
.inp-register:hover {
    background-color: var(--celeste2);
}

/* Verify */
.title-verify {
    margin-top: 1rem;
    font-family: var(--font1);
    font-size: 1.8rem;
    color: var(--salmon);
    text-align: center;
}
.msg-verify {
    margin-top: 0.5rem;
    color: var(--blanco);
    font-family: var(--font1);
}

/* cartel de notificaciones */
.box-notif {
    width: 96%;
    padding: 1rem;
    background-color: var(--salmon2);
    position: fixed;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
    border: 1px solid black;
    border-radius: 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    bottom: -100px;
    right: 10px;
    font-family: var(--font1);
    transition: all 0.5s ease;
    z-index: 1000;
}
.label-notification {
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.8);
    font-size: 0.9rem;
}
.msj-notif {
    font-size: 0.7rem;
}
.visible {
    bottom: 10px;
    opacity: 1;
    pointer-events: auto;
}
.hidden {
    bottom: -100px;
    opacity: 0;
    pointer-events: none;
}

/* Cartel Advertencia */
.modal-advert {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    position: fixed;
    z-index: 1000;
    background: rgba(0,0,0,0.7);
    justify-content: center;
    align-items: center;
}
.box-advert {
    width: 96%;
    height: 18rem;
    background-color: var(--azul_base);
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    gap: 1rem;
}
.fa-circle-exclamation {
    font-size: 7rem;
    color: var(--salmon);
    text-shadow: 0px 0px 4px black;
}
.msj-advert {
    width: 100%;
    font-family: var(--font1);
    color: var(--blanco);
    text-align: center;
}
.box-inp-advert {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.btn-confirm, .btn-cancel {
    width: 8rem;
    height: 2rem;
    font-family: var(--font1);
    font-weight: bold;
    border: none;
    border-radius: 0.2rem;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
}
.btn-confirm {
    background-color: var(--verde);
}
.btn-cancel {
    background-color: var(--rojo);
}

/* MODAL BLOCK */
.modal-block {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    position: fixed;
    z-index: 1000;
    background-color: var(--azul_base);
    justify-content: center;
    align-items: center;
}
.box-block {
    width: 96%;
    height: 18rem;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border-radius: 0.5rem;
}
.fa-triangle-exclamation {
    font-size: 7rem;
    color: var(--rojo);
}
.txt1 {
    width: 100%;
    font-family: var(--font1);
    color: var(--rojo);
    text-align: center;
    font-size: 2rem;
}
.txt2 {
    width: 100%;
    font-family: var(--font1);
    color: var(--blanco);
    text-align: center;
    font-size: 1.2rem;
}





/* PAGINATION */
.container-paginate {
    width: 100%;
    display: flex;
    justify-content: center;
}
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    align-items: center;
}
.container-pagination-numbers {
    display: flex;
    align-items: center;
}
.box-number, .number-select, .box-dots {
    font-family: var(--font2);
    font-size: 1rem;
    font-weight: bold;
    padding: 0.3rem 0.7rem;
    border-radius: 0.2rem;
}
.box-number a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
}
.box-number a:hover {
    color: var(--salmon);
}
.number-select {
    background-color: var(--salmon);
    color: black;
}


/* COOKIES */
.container-cookie {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 1rem;
    background-color: var(--salmon2);

    transform: translateY(100%);
    transition: transform 0.4s ease-in-out;
}
.container-cookie.show {
  transform: translateY(0);
}
.container-cookie.hide {
  animation: slideDown 0.5s ease-in forwards;
  pointer-events: none;
}

.container-cookie span {
    font-family: var(--font1);
    font-size: 1.1rem;
    color: rgba(0,0,0,0.9);
    text-align: center;
}
.container-cookie span a {
    text-decoration: none;
}
.btn-accept-cookies, .btn-reject-cookies {
    width: 8rem;
    height: 2rem;
    font-family: var(--font1);
    font-weight: bold;
    cursor: pointer;
    border: none;
    border-radius: 0.2rem;
}
.btn-accept-cookies {
    background-color:  rgba(255, 255, 255, 0.5);
}
.btn-reject-cookies {
    background-color: rgba(255, 255, 255, 0.5);
}




@media (min-width: 480px) {
    .box-notif {
        width: 20rem;
    }
}

@media (min-width: 768px){
    .box-advert {
        width: 30rem;
    }
    .box-block {
        width: 30rem;
    }
    .box-footer {
        flex-direction: row;
        justify-content: space-evenly;
        align-items: baseline;
    }
}

@media (min-width: 1024px) {
    .section-heading {
        flex-direction: row;
    }
    .div-nav {
        width: 75%;
    }
}

@media (min-width: 1400px) {
}
@media (min-width: 1600px) {

}
