html {
    position: relative;
    min-height: 100%;
}

#wrap {
    height: auto !important;
    /* width: 100%; */
    font-size: 13px !important;
    min-width: unset;
    /* ou remova essa linha */
    max-width: 1200px;
    margin: 0 auto;
}

#container_wrap {
        background: linear-gradient(263deg, #264e73b3, #30add3ad);
    /* width: 563px; */
    padding: 50px 100px;
    /* max-width: 700px; */
    border-radius: 48px;
    box-shadow: 2px 2px 57px #000000d4;
}

@media (max-width: 768px){

#container_wrap{
padding: 0;
}

}

#container_login {

       /* background-size: 100% 100%; */
    /* padding-bottom: 5px; */
    /* margin: 0 auto; */
    /* margin-top: 35px; */
    text-align: center;
    /* padding-top: 35px; */
    /* margin-bottom: -50px; */
    height: auto 100%;
    display: flex
;
    justify-content: center;
    padding: 20px 50px;
}

.login-form input[type="text"],
.login-form input[type="password"] {
    padding: 10px 16px;
    border: 1px solid #ccc;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
}

.login-form input:focus {
    border-color: #6ac7ee;
    outline: none;
}


.gif-background {
    position: fixed;
    /* ou absolute, se quiser que role junto com a página */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/layout/Logo/lightintro.gif') no-repeat center center;
    background-size: cover;
    /* ou contain se quiser ver tudo */
    z-index: -1;
    /* garante que fique atrás de tudo */
    pointer-events: none;
    /* permite clicar em botões sobrepostos */
    opacity: 0.1;
}


#container_login a {
    color: #ffffff;
}

#container_login input[type=email],
#container_login input[type=password],
#container_login input[type=text],
#container_login input[type=number],
#container_login input[type=search],
#container_login select,
#container_login textarea {
       border: 2px solid #38abbd;
    background-color: #ffffff;
    color: #ffffff;
    font-size: 13px;
    color: #000;
    margin: 1px;
    cursor: auto;
    border-radius: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;
}
#container_login input[type=email]:focus,
#container_login input[type=password]:focus,
#container_login input[type=text]:focus,
#container_login input[type=number]:focus,
#container_login input[type=search]:focus,
#container_login select:focus,
#container_login textarea:focus {
    border: 1px solid #6ac7ee;
}

#container_login input::placeholder,
#container_login textarea::placeholder {
    color: #868686;
}

#container_login div#npc-section {
    padding: 0;
    background: none !important;
    border-bottom: none !important;
    border-right: none !important;
    border-radius: 4px;
    vertical-align: middle;
    margin-bottom: 7px;
}

#container_login div#npc-section #npc-image {
    display: none;
    width: 150px;
    height: 150px;
    position: relative;
    margin-top: -25px;
    margin-right: 10px;
    vertical-align: bottom;
}

#container_login div#npc-section #npc-content {
    display: inline-block;
    vertical-align: top;
    width: 565px;
    margin: 0 3px;
}

#container_login div#npc-section #npc-content h3 {
    padding: 5px;
    background: url('../images/layout/line.png') no-repeat;
    background-position: bottom;
    background-size: 70%;
    font-size: 21px;
    margin: 5px 0 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #9eadcd;
}

#container_login div#npc-section #npc-content p {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #868686;
}

#container_login div#npc-section #npc-content img {
    vertical-align: middle;
}

#logo_login {
    width: 411px;
    height: 391px;
    margin-bottom: -41px;
    z-index: 1;
    background-size: contain;
}

#logo_login1 {
    margin-top: 10px;
    top: 50%;
    width: 701px;
    height: 560px;
    margin-bottom: -182px;
    z-index: 1;
    background-size: contain;
}

.npc-chat {
    width: 100%;
    min-width: 1010px;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0 auto;
    z-index: 1000;
}

.npc-chat .container {
    background: url('../images/layout/footer.png');
    background-size: cover;
    height: 150px;
}

.npc-chat .container .text {
    text-align: left;
    padding-top: 50px;
    padding-left: 150px;
}

.npc-chat .npc {
    background: url('../images/npc/1.png');
    width: 150px;
    height: 150px;
    margin-bottom: -20px;
    margin-left: 100px;
}

.logo_1 {
    background: url('../images/layout/Logo/logo1.png') no-repeat center;

}

#footer-pokes {
    background: url('../images/layout/Pokes.png') no-repeat;
    background-size: 1010px;
    background-position: center;
    width: 80%;
    position: relative;
    height: 400px;
    font-size: 14px;
    bottom: -130px;
    color: #fff;
    margin: 0 auto;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    background-color: rgba(10, 25, 60, 0.7);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    height: 50px;
    border-bottom: solid 4px #f4f4f4;

}

.footer .logo-footer img {

    height: 100px;
    width: 100px;
    padding: 10px;
    margin-top: 10px;
}

.footer p {

    font-weight: bold;
    font-size: 10px;
    margin-top: 10px;

}

/*#footer {*/
/*    background: url('../images/layout/footer.png');*/
/*    background-size: 100% 100%;*/
/*    width: 100%;*/
/*    font-size: 14px;*/
/*    color: #fff;*/
/*    position: relative;*/
/*    min-width: 1010px;*/
/*    padding: 10px 0;*/
/*    margin-top: 50px;*/
/*}*/

/*#footer-container {*/
/*    margin: 0 auto;*/
/*    width: 70%;*/
/*    margin-top: 73px;*/
/*}*/

/*#footer-left {*/
/*    border-right: 1px #1760FA solid;*/
/*    width: 21%;*/
/*    text-align: center;*/
/*}*/

/*#footer-right {*/
/*    text-align: justify;*/
/*    width: 79%;*/
/*    padding-left: 10px;*/
/*}*/

#container_menu {
    background: url('../images/layout/Menu.png') no-repeat;
    background-size: 100% 100%;
    height: 230px;
    width: 43px;
    position: fixed;
    left: 0;
    top: 30%;
    z-index: 100;
}

#container_menu ul {
    list-style-type: none;
    margin-left: -40px;
    margin-top: 33px;
}

#container_menu ul li {
        background: #0068b5;
    border-radius: 4px;
    width: 60px;
    color: #ffcc00;
    float: left;
    margin-top: 5px;
    text-align: center;
    padding: 0 5px;
}

#container_menu ul li a {
    color: #ffcc00;
    font-size: 11.5px;
    font-weight: 400;
    padding-top: 5px;
    width: auto;
    height: 50px;
}

#container_menu ul li a img {
    padding-bottom: 1px;
}

#container_menu li:hover {
    transition: .3s;
    transform: scale(1.035);
}

#social_menu {
    position: fixed;
    right: 0;
    top: 27%;
    z-index: 100;
}

#social_menu ul {
    list-style-type: none;
    margin-left: -40px;
}

#social_menu ul li {
    color: #fff;
    margin-top: -6px;
    text-align: center;
}

#social_menu li:hover {
    transition: .3s;
    transform: scale(1.035);
}

/*#to_top {*/
/*        background: url(../images/layout/seta.png) no-repeat;*/
/*    border: 1px solid #1760FA;*/
/*    border-radius: 5px;*/
/*    cursor: pointer;*/
/*    height: 20px;*/
/*    width: 20px;*/
/*    float: right;*/
/*    padding: 6px;*/
/* margin-top: -5%; */
/*    background-position: center center;*/
/*    position: relative;*/
/*    left: 30%;*/
/*}*/

.button-rounded {
    border: none;
    border-radius: 50px;
    padding: 25px 15%;
    background: linear-gradient(145deg, #6ac7ee, #276aa3);
    color: white;
    font-weight: bold;
    font-size: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.button-rounded:hover {
    filter: brightness(1.1);
    transform: scale(1.05);
}

.ripple:hover {
    transition: 1s;
    opacity: 1;
}

.ripple::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 5px;
    background: rgba(0, 116, 217, .3);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%);
    transform-origin: 50% 50%;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 1;
    }

    20% {
        transform: scale(25, 25);
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}

.ripple:not(:active)::after {
    animation: ripple 1s ease-out;
}

.button-rounded:focus {
    transform: scale(1.035);
}

#to_top:active {
    transform: scale(1.035);
}




.nav-container {
    display: flex;
    max-width: 1200px;



}

.nav-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    flex: 1;
}

/* botao no mobile*/


.menu-toggle {
    display: none;
    font-size: 28px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 12px;
    z-index: 30;
    margin-top: 10px;
}

/* Menu mobile */
@media (max-width: 768px) {

    .nav-buttons {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 140%;
        right: 20px;
        background-color: rgba(10, 25, 60, 0.65);
        width: 50%;
        padding: 30px 0;
        width: auto;

    }

    .dropdown {

        margin-left: 10px;

    }


    .nav-buttons.show {
        display: flex;

    }

    .menu-toggle {
        display: none;
    }

    @media (max-width: 768px) {
        .menu-toggle {
            display: block;

            border: 2px solid #276aa3;


        }
    }

    .nav-container {
        margin: 0 10px;
    }
}

/*finaliza menu aqui*/

.hub {
    /*position: absolute;*/

    left: 100%;


}

.back-status {
    
    background-color: #32537d81;
    border-radius: 15px;
    padding: 10px;
    /* width: 400px; */
    display: flex;   
    flex-direction: column;
    /* align-content: center; */
    /* justify-content: center; */
    /* align-items: flex-start; */
    /* margin-top: 100px;*/
    margin-top: var(--altura-div1, 0px);
    transition: margin-top 0.3s linear; /* transição suave de 0.5 segundos */
    
}

.hub ul {
    display: flex;
    list-style: none;
    gap: 10px;
    margin-top: 10px;
    padding: 0;
    align-items: center;
}


.hub .hub-hud {
    display: table-row;
    list-style: none;
}

.hub .hub-hud-line {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.hub #events {
    
    border-radius: 5px;
    height: 45px;
    padding-left: 3px;
    width: 100%;
}

.hub #events img {
    width: 45px;
    margin-right: 3px;
    text-align: right;
    float: right;
    cursor: pointer;
}

.hub .add {
    float: right;
    width: 45px;
    height: 45px;
    background: url(../images/layout/plus.png) no-repeat center;
}

.hub .block {
    float: right;
    width: 45px;
    height: 45px;
    background: url(../images/layout/block.png) no-repeat;
}

#silvers {
    background: url(../images/layout/silvers.png) no-repeat;
    display: flex;
    height: 45px;
    text-align: center;
    width: 142px;
    justify-content: space-between;
    align-items: center;
}

#silvers p {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin: 0px 0px 0px 43px;
    width: 46%;
}

#golds {
    background: url(../images/layout/Gold.png) no-repeat;
    display: flex;
    height: 45px;
    text-align: center;
    width: 142px;
    justify-content: space-between;
    align-items: center;
}

#golds p {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin: 0px 0px 0px 43px;
    width: 46%;
}

.bright:hover {
    filter: brightness(120%);
    cursor: pointer;
    transition: .8s;
}

.bright-low:hover {
    filter: brightness(105%);
    cursor: pointer;
    transition: .8s;
}

.user_hover {
    height: 180px;
    width: 200px;
}

.user_hover .material-icons {
    vertical-align: middle;
    margin-right: 5px;
}

.user_hover div {
    border-radius: 5px;
    color: #999;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

.user_hover div:hover {
    background: rgba(255, 255, 255, .1);
    transition: .5s;
}

.user_hover a {
    width: 200px;
}

.battle-pokemon {
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    height: 32px;
    width: 120px;
    padding-left: 24px;
    padding-top: 8px;
    cursor: pointer;
    background-repeat: no-repeat;
    border-radius: 5px;
    margin-top: 4px;
    box-shadow: rgba(14, 13, 13, 0.4) 0px 0px 15px;
    font-size: 12px;
    font-weight: 700;
    color: #9eadcd;
        background-image: linear-gradient(45deg, #236685d1, #2196F3);
    border-bottom: 2px solid #27374e;
    border-right: 1px solid #27374e;
}

.flickity-prev-next-button.previous {
    background: url('../images/layout/left-nav.png');
    width: 33px;
    height: 105px;
}

.flickity-prev-next-button.next {
    background: url('../images/layout/right-nav.png');
    width: 33px;
    height: 100px;
}

.pokemon-title {
    background: url(../images/layout/poke_title.png);
    width: 453px;
    height: 42px;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    line-height: 42px;
}

.row {
    display: flex;
    flex-direction: row;
}

.col {
    flex: 1;
    /* ocupa espaço igual */
    padding: 10px;
    box-sizing: border-box;
}

.col-f {
    flex: 1;
}

.podium {
    background: url('../images/layout/podium.png') no-repeat;
    height: 80px;
    margin-top: 97px;
    width: 230px;
    display: grid;
    grid-template-columns: 80px 80px 80px;
}

.podium div {
    display: inline-block;
    position: relative;
}

.podium .primeiro {
    top: -86px;
    order: 2;
}

.podium .segundo {
    top: -72px;
    order: 1;
}

.podium .terceiro {
    top: -68px;
    left: -10px;
    order: 3;
}

.lupa {
    background: url('../images/icons/busc.png') no-repeat center;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    height: 22px;
    width: 22px;
    transition: .3s;
}

.lupa:hover {
    background: url('../images/icons/busc_hover.png') no-repeat center;
}

.elipse {
    background: #283549;
    border-radius: 50%;
    padding: 4px;
    margin-right: 12px
}

.orientation-bar {
    width: 100%;
    text-align: left;
}

.orientation-bar a {
    margin-left: 10px;
}

.orientation-bar a.selected button {
    background: #222d3e;
    opacity: 1;
}

.box-content .triangle {
    float: right;
    background: #1C3248;
    height: 87px;
    width: 68%;
    margin-right: -1px;
    margin-top: -83px;
    position: relative;
}

.box-content .triangle::before {
    content: "";
    position: absolute;
    display: block;
    background: url(../images/layout/triangle.png) no-repeat;
    left: -89px;
    width: 90px;
    bottom: 0px;
    height: 90px;
}

.badge-wip {
    background: #1C3248;
    color: #fff;
    border-radius: 2px;
    margin-left: 5px;
    padding: 8px 16px;
    font-weight: 600;
    display: inline-block;
    margin-top: 5px;
}

.items-carousel button {
    margin-top: -16px
}

.destaque {
    background: url('../images/layout/destaque.png') no-repeat;
    width: 170px;
    height: 172px;
    text-align: center;
}

.destaque .img {
    text-align: center;
    width: 135px
}

.destaque span {
    font-weight: 600
}

.pack {
    background: url('../images/layout/pack.png') no-repeat;
    width: 410px;
    height: 145px;
    text-align: center;
}

.event_ballon {
    position: fixed;
    left: 5px;
    top: 17%;
    z-index: 99999;
}

.event_ballon #e-icon {
    width: 40px;
    height: 45px;
    background: url('../images/layout/events/icon.png') no-repeat;
    display: inline-block;
    clear: both;
    top: 25px;
    position: relative;
    animation: pop 0.3s linear 1;
}

.event_ballon #e-icon-2 {
    width: 45px;
    height: 45px;
    background: url('../images/layout/events/icon-2.png') no-repeat;
    display: inline-block;
    clear: both;
    top: 25px;
    position: relative;
    animation: pop 0.3s linear 1;
}

.event_ballon #e-icon-3 {
    width: 45px;
    height: 45px;
    background: url('../images/layout/events/icon-3.png') no-repeat;
    display: inline-block;
    clear: both;
    top: 25px;
    position: relative;
    animation: pop 0.3s linear 1;
}

.event_ballon #e-ballon {
    width: 180px;
    height: 50px;
    background: url('../images/layout/events/ballon.png') no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    clear: both;
}

.event_ballon #e-ballon .title {
    background: url(../images/layout/line-2.png) no-repeat;
    background-position: bottom;
    background-size: 70%;
    font-size: 13px;
    padding: 3px;
    margin: 0;
    font-weight: bold;
    color: #9eadcd;
    text-align: center;
    text-transform: uppercase
}

.event_ballon #e-ballon .text {
    font-size: 12px;
    padding: 3px;
    margin: 0;
    font-weight: bold;
    color: #9eadcd;
    text-align: center;
    text-transform: uppercase;
}

@keyframes pop {
    50% {
        transform: scale(1.2);
    }
}



#navbar2 {
    position: relative;
    width: 334px;

    float: initial;
    top: 17.84%;
    z-index: 10;
}

@media (max-width: 768px) {

    #navbar2 {
        margin-left: -22px;
        position: relative;
        width: 334px;

        float: initial;
        top: 13%;
        z-index: 10;


    }

}







.nav-buttons2 {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.hub2 {
    position: relative;
    top: auto;
    height: 55px;
    display: flex;
    align-items: center;
    padding-right: 20px;
    background: transparent;
    z-index: 1001;
}


@media (max-width: 768px) {

    .hub2 {
        height: 20px;
    }
}

.hub2 ul {
    display: flex;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 0;
    align-items: center;
}


.hub2 .hub-hud2 {
    display: table-row;
    list-style: none;
}

.hub2 .hub-hud-line2 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.hub2 #events {
    background: url('../images/layout/eventos.png');
    border-radius: 5px;
    height: 45px;
    padding-left: 3px;
    width: 100%;
}

.hub2 #events img {
    width: 45px;
    margin-right: 3px;
    text-align: right;
    float: right;
    cursor: pointer;
}

.hub2 .add {
    float: right;
    width: 45px;
    height: 45px;
    background: url(../images/layout/plus.png) no-repeat center;
}

.hub2 .block {
    float: right;
    width: 45px;
    height: 45px;
    background: url(../images/layout/block.png) no-repeat;
}

/* eventos */
#navbar3 {
display: flex;
margin-top: 18px;
}

@media (max-width: 768px) {

    #navbar3 {
        margin-right: 0px;
        margin-top: 80px;

    }

}







.nav-buttons3 {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.hub3 {
    position: fixed;
    top: auto;
    height: 55px;
    display: flex;
    align-items: center;
    padding-right: 20px;
    background: transparent;
    z-index: 1001;
}

.hub3 ul {
    display: flex;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 0;
    align-items: center;
}


.hub3 .hub-hud3 {
    display: table-row;
    list-style: none;
}

.hub3 .hub-hud-line3 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.hub2 #events {
    background: url('../images/layout/eventos.png');
    border-radius: 5px;
    height: 45px;
    padding-left: 3px;
    width: 100%;
}

.hub2 #events img {
    width: 45px;
    margin-right: 3px;
    text-align: right;
    float: right;
    cursor: pointer;
}

.hub3 .add {
    float: right;
    width: 45px;
    height: 45px;
    background: url(../images/layout/plus.png) no-repeat center;
}

.hub3 .block {
    float: right;
    width: 45px;
    height: 45px;
    background: url(../images/layout/block.png) no-repeat;
}


.conteudo-home {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

/* .background-home {
    background-image: url(../images/home/region/kanto/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 28px;
/* } 
.kanto{
    background-image: url(../images/home/ragion/kanto/1.png);

}
.johto{
    background-image: url(../images/home/ragion/johto/1.png);

}
.hoenn{
    background-image: url(../images/home/ragion/hoenn/1.png);

}
.sinnoh{
    background-image: url(../images/home/ragion/sinnoh/1.png);

}
.unova{
    background-image: url(../images/home/ragion/unova/1.png);

}
.kalos{
    background-image: url(../images/home/ragion/kalos/1.png);

}
.alola{
    background-image: url(../images/home/ragion/alola/1.png);

}
.galar{
    background-image: url(../images/home/ragion/galar/1.png);

} */

.type-trainer {
    position: absolute;
    height: 253px;
    width: 100%;
    /* margin-left: -288px; */
    z-index: -1;
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
    right: -14vw;
    top: 0vw;
}

.personagem {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    width: 100%;
    margin-left: 60px;

}

.karacter {
    width: 144px;
    max-width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 20px;
}

/* RESPONSIVO */
@media (max-width: 768px) {
    .background-home {
        height: auto;
        background-size: cover;
        background-position: center;
        flex-direction: column;
    }


    .type-trainer {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 34%;
        height: 257px;
        margin: 0;
        z-index: -1;
    }


    .personagem {
        margin-top: 0;
        margin-left: 0;
    }

    .karacter {
        width: 100px;
        height: auto;
    }

    .pokemons-area {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 3;
    }
}

/* pokemon center */

.poke-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.poke-box {
  background: linear-gradient(45deg, #22242547, #6c787d99);
    border-radius: 20px;
    padding: 15px 10px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    display: flex
;
    flex-direction: column;
    align-items: center;
    min-width: 154px;
    margin: 28px 31px;
}

.poke-title {
  font-weight: bold;
  margin-bottom: 8px;
  color: #fff;
  font-size: 14px;
}

.poke-img {
  height: auto;
  image-rendering: pixelated;
  margin-bottom: 10px;
}

.poke-health-bar {
  width: 100%;
  background: #ccc;
  border-radius: 6px;
  overflow: hidden;
  height: 12px;
  margin-bottom: 5px;
  box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

.poke-health-fill {
  background: linear-gradient(to right, #4caf50, #45a049);
  height: 100%;
}

.poke-hp-text {
  font-size: 12px;
  margin-bottom: 5px;
  color: #fff;
}

.checkbox {
  margin-top: 5px;
}
.poke-checkbox {
  display: none; /* Oculta o checkbox padrão */
}

.poke-box-label {
  display: inline-block;
  cursor: pointer;
}

.poke-box {
  width: 160px;
  background: linear-gradient(45deg, #22242547, #6c787d99);
  border-radius: 20px;
  padding: 15px 10px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s ease;
  box-shadow: 8px 7px 14px #01010169;
  min-height: 180px;
    max-height: 180px;
  justify-content: center;
}

/* Quando o checkbox está marcado, muda o fundo do .poke-box */
.poke-checkbox:checked + .poke-box {
  background: linear-gradient(45deg, #3abf3a99, #4caf50cc);
  box-shadow: 0 0 10px rgba(0, 255, 100, 0.6);
}

/* Opcional: hover para feedback visual */
.poke-box-label:hover .poke-box {
  box-shadow: 0 0 10px rgba(255,255,255,0.3);
}

.bg-pokecenter{

background-image: url('../images/layout/bgpokecenter.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 100%;
width: auto;


}

/* COMERCIANTES */

.quadro-comerciente{
display: flex;
justify-content: center;

}

.texto-botao{

display: flex
;
    flex-direction: column;
    align-items: flex-start;
    align-content: stretch;
    gap: 30px;
}

.interno-comerciantes{
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 30px 0;
}

.trader-box {
  background: linear-gradient(45deg, #22242547, #6c787d99);
  border-radius: 20px;
  padding: 20px 30px;
  text-align: left;
  box-shadow: 8px 7px 14px #01010169;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px auto;
  max-width: 700px;
  gap: 30px;
}

.trader-img {
  width: 80px;
  image-rendering: pixelated;
}

.trader-info {
  flex: 1;
  color: #fff;
  font-size: 14px;
}

.trader-button {
  background: #4caf50;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s ease;
  margin-top: 15px;
}

.trader-button:hover {
  background: #45a049;
}
.bg-traders {
  background-image: url('../images/layout/bgtraders.jpg'); /* Altere para sua imagem */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  border-radius: 15px;
  margin-top: 20px;
}

.trader-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 20px;
}

.trader-card {
  width: 260px;
  background: linear-gradient(45deg, #22242547, #6c787d99);
  border-radius: 20px;
  padding: 20px 15px;
  text-align: center;
  box-shadow: 8px 7px 14px #01010169;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s ease;
  color: #fff;
}

.trader-card img {
  width: auto;
  image-rendering: pixelated;
  margin-bottom: 15px;
}

.trader-card .trader-text {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.trader-card .trader-button {
  background: rgb(85, 145, 214);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s ease;
}

.trader-card .trader-button:hover {
  background: #45a049;
}

@media (max-width: 768px) {
  .trader-card {
    width: 100%;
    max-width: 300px;
  }
}
.trader-pokemon-boxes {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
  gap: 20px;
}

.trader-pokemon-container {
  text-align: center;
  font-size: 14px;
}

.trader-pokemon {
  
  image-rendering: pixelated;
}
