@font-face {
     font-family: "Dimbo_Regular";
     src: url(../img/Dimbo_Regular.ttf);
}
body {
    padding: 0;
    margin: 0;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    font-weight: normal;
    background: url(../img/bg.jpg) center top no-repeat;
    background-size: cover;
    background-attachment: fixed; /* opcional: mantém a imagem fixa ao rolar a página */
}

 a, img {
     outline: 0;
}
 a, a:hover {
     text-decoration: none;
     border: 0;
     color: #1363a7;
}
 input, select {
     outline: 0;
}
 input[type=text], input[type=password], input[type=file], textarea {
     font-family: "Arial", sans-serif;
}
 p {
     margin-bottom: 5px;
}
 h1, h2, h3, h4, h5, h6 {
     color: #16C4E5;
     font-weight: bold;
}
 #header {
     height: 217px;
}
 #header a {
     display: block;
     width: 100%;
     height: 100%;
}
 .navbar.navbar-default {
     height: 55px;
     border: 0;
     border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
     margin-bottom: 0;
     background-color: #4ebff9;
     border-color: #4ebff9;

}
 .navbar-nav>li>a {
     padding: 20px 25px 15px;
     text-transform: uppercase;
}
 .navbar-default .navbar-nav>li>a {
     color: #FFF;
     font-family: "Dimbo_Regular";
     -webkit-transition: all .25s ease-in;
     -moz-transition: all .25s ease-in;
     -ms-transition: all .25s ease-in;
     -o-transition: all .25s ease-in;
     transition: all .25s ease-in;
}
 .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
     background: transparent;
     color:yellow;
}
 .serverStatus {
     width: 100%;
     height: 29px;
     float: right;
     margin-bottom: 20px;
}
 .serverStatus {
     color: #FFF;
     font-family: "Arial", sans-serif;
     font-weight: bold;
}
 .serverStatus>div>span {
     margin: 0 10px;
     display: inline-block;
     line-height: 29px;
}
 .serverStatus .online span {
     font-size: 14px;
     color: #8fe2ff;
}
 .serverStatus .peak span {
     color: #9dff8d;
     font-size: 14px;
}
 .serverStatus img {
     position: relative;
     top: -2px;
}
 .content {
     background: #FFF;
     border-radius: 5px;
     min-height: 1000px;
     padding: 8px;
}
 .contentBorder {
     border: 5px solid rgba(255, 255, 255, 0.6);
     border-radius: 5px;
     -webkit-box-shadow: -1px 0px 25px -9px rgba(0,0,0,0.5);
     -moz-box-shadow: -1px 0px 25px -9px rgba(0,0,0,0.5);
     box-shadow: -1px 0px 25px -9px rgba(0,0,0,0.5);
}
 .panel-body {
     padding: 15px 12px;
}
 .panel-imgheading img {
     display: block;
     margin: 0 auto;
}
 .loginPanel .panel-imgheading {
     margin-top: -10px;
}
 .halloffame .panel-imgheading {
     margin-top: -16px;
}
 .woeSchd .panel-imgheading {
     padding-top: 7px;
}
 .loginPanel {
     min-height: 203px;
     background: #FFF url(../img/accountRender.png) bottom right no-repeat;
}
 input.textClass {
     width: 135px;
     height: 25px;
     background: url(../img/usernameBg.png) center top no-repeat;
     border: 0;
     outline: 0;
     margin-bottom: 5px;
     padding: 0 5px 0 26px;
}
 input[type="password"].textClass {
     width: 135px;
     height: 25px;
     background: url(../img/passwordBg.png) center top no-repeat;
}
 input.loginBtn {
     width: 94px;
     height: 54px;
     background: url(../img/loginBtn.png) center top no-repeat;
     border: 0;
     outline: 0;
     margin-left: 8px;
}
 a.forgotPassword {
     display: block;
     padding: 5px 0 5px 8px;
}
 a.create {
     display: block;
     padding-left: 8px;
}
 .buttons {
     margin-bottom: 36px;
}
 .buttons ul, .buttons li {
     padding: 0;
     margin: 0;
     list-style: none;
}
 .buttons li {
     width: 271px;
     height: 79px;
     overflow: hidden;
}
 .buttons li a {
     display: block;
}
 .buttons li a img {
     position: relative;
     top: 0;
     left: 0;
}
 .buttons li:nth-child(2) a img {
     top: -109px;
     left: 0;
     z-index: 10;
}
 .buttons li:nth-child(2) {
     margin-top: -15px;
}
 .halloffame .nav.nav-pils li {
     width: 76px;
     height: 23px;
     overflow: hidden;
     float: left;
     margin-left: 27px;
}
 .halloffame .nav.nav-pils>li>a {
     padding: 0;
}
 .halloffame .nav.nav-pils>li>a img {
     position: relative;
}
 .halloffame .nav.nav-pils>li.active>a img {
     position: relative;
     top: -39px;
}
 .halloffame .nav.nav-pils>li:nth-child(2)>a img {
     left: -95px;
}
 .halloffame {
     min-height: 262px;
}
 .halloffame .table {
     margin-bottom: 0;
}
 .halloffame .table>tbody>tr>td, .halloffame .table>tbody>tr>th, .halloffame .table>tfoot>tr>td, .halloffame .table>tfoot>tr>th, .halloffame .table>thead>tr>td, .halloffame .table>thead>tr>th {
     border: 0;
     padding: 2px;
}
 .halloffame .table>thead>tr>th, .halloffame .table>tbody>tr>th, .halloffame .table>tfoot>tr>th {
     font-weight: bold;
     padding-top: 7px;
}
 .woeSchd .panel-body {
     padding: 0;
}
 .woeSchdPanel {
     width: 265px;
     height: 144px;
     margin: 0 auto;
     background: url(../img/woeCastleBg.png) center top no-repeat;
     margin-left: -10px;
     margin-left: -13px;
     margin-top: 10px;
}
 .woeOwnerRow {
     width: 185px;
     position: relative;
     font-family: "Arial", sans-serif;
     font-weight: bold;
     font-size: 11px;
}
 .woeSchdPanel .woeOwnerRow {
     width: 185px;
     height: 22px;
     position: relative;
     top: 20px;
     left: 79px;
     margin-bottom: 3px;
}
 .woeSchdPanel .woeOwnerRow::after {
     clear: both;
     display: block;
     content: "";
     line-height: 22px;
}
 .woeOwnerRow .castleName {
     width: 101px;
     height: 22px;
     float: left;
     line-height: 2;
     padding: 0 5px;
     text-align: center;
}
 .woeOwnerRow .guildName {
     width: 84px;
     height: 22px;
     float: left;
     line-height: 2;
     padding: 0 5px;
     color: #FFF;
}
 .serverTime {
     font-weight: bold;
     color: #818181;
     font-size: 11px;
     text-align: center;
     padding-bottom: 15px;
}
 .serverTime .date {
     font-size: 16px;
     color: #1f4e78;
}
 .serverTime .time {
     font-size: 16px;
     color: #48a517;
}
 .newsRow {
     width: 100%;
     margin: 10px auto;
     background: url(../img/newsSLRepeat.png) left top repeat-y, url(../img/newsSRRepeat.png) top right repeat-y;
}
 .newsImg {
     float: left;
     width: 10%;
}
 .newsImg a {
     display: block;
}
 .newsImg img {
     display: block;
     margin: 0 auto;
}
 .newsHeading {
     width: 90%;
     float: left;
}
 .newsHeading h3 {
     color: #215079;
     margin-top: 18px;
     margin-bottom: 4px;
}
 .newsHeading h3 a {
     color: #215079;
}
 .newsTop {
     width: 100%;
     background: url(../img/newsTBRepeat.png) top left repeat-x;
     overflow: hidden;
     float: left;
     padding: 6px 6px;
     position: relative;
}
 .newsInner {
     width: 100%;
     float: left;
}
 .newsInnerContent {
     width: 95%;
     padding: 10px;
     margin: 0 auto;
     background: url(../img/newsRowBg.png) center top no-repeat;
}
 .newsBottom {
     width: 100%;
     height: 14px;
     background: url(../img/newsTBRepeat.png) left bottom repeat-x;
     float: left;
     position: relative;
}
 .newsRow::after {
     clear: both;
     content: "";
     display: block;
}
 .newsTop::before {
     width: 22px;
     height: 28px;
     position: absolute;
     top: 0;
     left: 0;
     background: url(../img/newsTL.jpg) center left no-repeat;
     content: '';
}
 .newsTop::after {
     width: 22px;
     height: 28px;
     position: absolute;
     top: 0;
     right: 0;
     background: url(../img/newsTR.jpg) center left no-repeat;
     content: '';
}
 .newsBottom::before {
     width: 20px;
     height: 15px;
     position: absolute;
     top: 0;
     left: 0;
     background: url(../img/newsBL.jpg) center top no-repeat;
     content: '';
}
 .newsBottom::after {
     width: 20px;
     height: 15px;
     position: absolute;
     top: 0;
     right: 0;
     background: url(../img/newsBR.jpg) center top no-repeat;
     content: '';
}
 .clear {
     clear: both;
     content: "";
     display: block;
}
 .postedby {
     color: #ff3912;
}
 .newsSection {
     margin-bottom: 15px;
     overflow: hidden;
}
 .newsSection .newsRow:first-child {
     margin-top: 0;
}
 .newsBox {
     padding: 0 6px;
     background: url(../img/newsNavBg.png) top right no-repeat;
}
 .newsBox .nav-tabs {
     padding: 0;
     border: 0;
     position: relative;
     left: 0;
     top: 0px;
}
 .newsBox .nav>li>a {
     padding: 8px 11px;
     border: 0;
     color: #FFF;
}
 .newsBox .nav-tabs>li.active>a, .newsBox .nav-tabs>li.active>a:focus, .newsBox .nav-tabs>li.active>a:hover {
     border: 0;
     background: transparent;
     color: #FFF;
     text-decoration: underline;
}
 .newsBox .nav>li>a:focus, .newsBox .nav>li>a:hover {
     background: transparent;
}
 .newsBox .nav.nav-tabs {
     border: 0;
     width: 272px;
     float: right;
}
 #footer {
     height: 190px;
     position: relative;
}
 #footer>img {
     position: absolute;
     right: 0;
}
 .moreNews {
     max-width: 599px;
     padding-bottom: 7px;
     background: #4ebff9;
     position: relative;
     float: right;
}
 .moreNews .render {
     position: absolute;
     top: 6px;
     right: -197px;
}
 .newsBox .tab-content {
     background: url(../img/newsBg.jpg) center top no-repeat;
     min-height: 264px;
}
 .newsBox .nav.nav-tabs li {
     border-left: 1px solid #14334e;
     border-right: 1px solid #a4a4a4;
}
 .newsBox .nav.nav-tabs li:last-child {
     border-right: 0;
}
 .newsBox .nav.nav-tabs li:first-child {
     border-left: 0;
}
 .tab-content .table>tbody>tr:first-child>td {
     border-top: 0;
}
 .tab-content .table>tbody>tr>td, .tab-content .table>tbody>tr>th, .tab-content .table>tfoot>tr>td, .tab-content .table>tfoot>tr>th, .tab-content .table>thead>tr>td, .tab-content .table>thead>tr>th {
     padding: 4px 0;
}
 .tab-pane {
     padding: 5px 9px;
}
 .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
     border-color: #b6b6b6;
}
 .copyright {
     width: 562px;
     height: 56px;
     background: url(../img/copyrightBg.png) center top no-repeat;
}
 .footerNavigation {
     margin-top: 76px;
}
 .footerNavigation::after, .footerNavigation ul::after {
     clear: both;
     display: block;
     content: "";
}
 .footerNavigation ul, .footerNavigation li {
     padding: 0;
     margin: 0;
     list-style: none;
}
 .footerNavigation ul {
     float: right;
     margin-bottom: 5px;
}
 .footerNavigation li {
     float: left;
}
 .footerNavigation li a {
     display: block;
     padding: 0 5px;
     color: #4e4e4e;
     font-weight: bold;
     border-right: 1px solid #4e4e4e;
     line-height: 1;
}
 .footerNavigation li:last-child a {
     border-right: 0;
}
 .footerLogo a {
     display: block;
     margin-top: 15px;
}
 .footerLogo a img {
     margin: 0 auto;
     display: block;
}
 .tab-navigation {
     height: 33px;
}
 .designer {
     width: 105px;
     height: 57px;
     float: left;
}
 .coder {
     width: 454px;
     height: 40px;
     padding-top: 4px;
     float: left;
     text-align: center;
     line-height: 1.2;
}
 #adminmenu, #submenu, #pagemenu {
     background: #1363a7;
     border-radius: 2px;
     padding: 5px;
     margin-bottom: 5px;
     margin-top: 5px;
     color: #FFF;
}
 #adminmenu a, #submenu a, #pagemenu a {
     color: #FFF;
}
 .table-th-bold th {
     background: #fafafa;
}
 .search-form {
     display: none;
}
 .info-text {
     width: 100%;
     background: #fafafa;
     padding: 8px;
     text-align: center;
}
 .jump-to-page {
     text-align: right;
}
 .pagination {
     margin: 5px 0;
}
 .money-input, .credit-input {
     padding: 5px 8px;
}
 .generic-form-div {
     background: #fafafa;
     padding: 10px;
}
 .generic-form-table>tbody>tr>th {
     text-align: right;
     padding: 5px 8px;
}
 .generic-form-table>tbody>tr>td>select, .generic-form-table>tbody>tr>td>input, .generic-form-table>tbody>tr>td button, .generic-form-table>tbody>tr>td textarea {
    padding: 4px 8px;
     width: 180px;
     max-width: 180px;
     border-radius: 4px;
     border: 1px solid #ddd;
     outline: 0;
}
 .rankingNav {
     width: 380px;
     margin: 0 auto;
}
 .rankingNav::after {
     clear: both;
     display: block;
     content: "";
}
 .rankingNav a {
     width: 65px;
     display: block;
     height: 60px;
     float: left;
     position: relative;
}
 .rankingNav a span {
     position: absolute;
     bottom: -12px;
     text-align: center;
     width: 100%;
     display: block;
     font-size: 10px;
     color: #A1A1A1;
     font-weight: bold;
     display: none;
}
 .rankingNav a.active {
     width: 120px;
}
 .rankingNav a img {
     width: 55px;
     position: relative;
     top: 12px;
     -webkit-transition: all .10s ease-in;
     -moz-transition: all .10s ease-in;
     -ms-transition: all .10s ease-in;
     -o-transition: all .10s ease-in;
     transition: all .10s ease-in;
}
 .rankingNav a.active img {
     width: 95px;
     top: 0;
}
 .rankingNav a:hover span {
     display: block;
}
 .rankingNav a:hover img {
     margin-top: 5px;
}
 .rankingNav a.active:hover span {
     display: none;
}
 .rankingNav a.active:hover img {
     margin: 0;
}
 .table {
     margin-bottom: 0;
}
 .table.rank th, .table.rank td {
     border: 0;
     vertical-align: middle;
}
 .table.rank td small {
     display: block;
     line-height: 1;
     color: #333;
}
 .table.rank tr:nth-child(1) {
     background: transparent !important;
     font-size: 10px;
}
 .table.rank tr:nth-child(1) th {
     vertical-align: bottom;
}
 .portrait {
     width: 59px;
     height: 45px;
     overflow: hidden;
     background: url(../img/portrait.png) center top no-repeat;
     float: left;
}
 .portrait img {
     display: block;
     margin: 0 auto;
}
 .portrait._1 {
     height: 66px;
     background: url(../img/prime-position.png) center top no-repeat;
}
 .portrait._1 img {
     position: relative;
     top: 8px;
}
 .containerRight>div {
     margin: 0 auto;
     -webkit-box-shadow: -1px 0px 25px -9px rgba(0,0,0,0.5);
     -moz-box-shadow: -1px 0px 25px -9px rgba(0,0,0,0.5);
     box-shadow: -1px 0px 25px -9px rgba(0,0,0,0.5);
}
 .containerRight>.buttons {
     -webkit-box-shadow: none;
     box-shadow: none;
     background: transparent;
}
 p.red {
     background: #ff3030;
     color: #FFF;
     padding: 6px;
}
 p.message {
     background: #1a95d6;
     padding: 6px;
     color: #FFF;
}
 .navbar-collapse li.dropdown>a {
     position: relative;
}
 .navbar-collapse li.dropdown>a::after {
     width: 8px;
     height: 6px;
     background: url(../img/arrow.png) center top no-repeat;
     content: '';
     position: absolute;
     top: 24px;
     right: 4px;
}
 .dropdown-menu {
     background: #1363a7;
}
 .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
     color: #FFF;
     background: #135fa0;
}
 .dropdown-menu>li>a {
     color: #FFF;
}
 .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a {
     color: #FFF;
     background: #135fa0;
}
 .server_info .tab-content>div {
     min-height: 700px;
}
 #mechanics {
     background: url(../img/img-4.png) center right no-repeat;
}
 #general_info {
     background: url(../img/img-5.png) center right no-repeat;
}
 #custom_features {
     background: url(../img/img-6.png) center right no-repeat;
}
 .color-green {
     color: #70C900;
}
 .color-blue {
     color: #0DB3F3;
}
 .text-bold {
     font-weight: bold;
}
 ul.custom-bullet, ul.custom-bullet li {
     padding: 0;
     margin: 0;
     list-style: none;
}
 ul.custom-bullet {
     padding-left: 50px;
}
 ul.custom-bullet li {
     position: relative;
     text-indent: 20px;
     padding: 5px 0;
}
 ul.custom-bullet li::before {
     content: '';
     width: 14px;
     height: 15px;
     background: url(../img/img-3.png) center top no-repeat;
     position: absolute;
     top: 5px;
     left: 0;
}
@media (max-width: 600px) {
    .box-login {
        zoom: 0.9;
        width: 100%;
        align-items: center !important;
        border-radius: 0!important;
    }

    .container:has(> .box-login) {
        padding: unset !important;
    }
}

 @media (max-width:767px) {
     .navbar-default .navbar-nav>li>a {
         padding: 12px 16px 15px;
    }
    #header, .navbar.navbar-default::after,.serverStatus{
        display: none;
     }

     .serverStatus {
         float: none;
    }

     .containerRight {
         width: 100%;
         margin: 0 auto;
    }
     .navbar-toggle {
         padding: 12px 10px;
    }
     .navbar-collapse, .navbar-default .navbar-collapse, .navbar-default .navbar-form {
         background: #1363a7;
         border-color: #1363a7;
    }
     .navbar.navbar-default {
         z-index: 100;
    }
     .newsHeading {
         width: 100%;
    }
     .newsTop {
         padding: 7px 20px;
    }
     .newsHeading h3 a {
         font-size: 16px;
         font-weight: bold;
    }
     .subheading {
         font-size: 10px;
    }
     .footerNavigation {
         margin-top: 20px;
    }
     .coder, .copyright {
         width: auto;
         height: auto;
         float: none;
         background: #e2dfe1;
         margin-top: 15px;
         padding: 5px;
    }
     .rankingNav {
         width: 261px;
    }
     .rankingNav a {
         width: 50px;
    }
     .rankingNav a.active {
        width: 60px;
    }
     .rankingNav a img {
         width: 38px;
    }
     .rankingNav a.active img {
         width: 58px;
         top: 12px;
    }
     #header {
         height: 125px;
    }
     .containerRight>div {
         margin: 15px auto;
    }
     .containerRight>div.buttons {
         margin-bottom: 30px;
    }
     .designer {
         display: none;
    }
     .designer img {
         display: block;
         margin: 0 auto;
    }
}
 @media (min-width:768px) {
     .navbar-default .navbar-nav>li>a {
         padding: 20px 20px 15px;
    }
     .containerRight {
         width: 40%;
         margin: 0 auto;
    }
     .footerNavigation ul {
         width: 431px;
         margin: 0 auto;
         float: none;
    }
     .copyright {
         margin: 0 auto;
    }
     #header {
         height: 162px;
    }
     .containerRight>div {
         margin: 15px auto;
    }
}
 @media (min-width:300px) {
     .containerRight {
         width: 300px;
         margin: 0 auto;
    }
}
 @media (min-width:992px){
     .navbar-default .navbar-nav>li>a {
         padding: 20px 28px 15px;
         font-size: 12px;
    }
     .col-md-9 {
         width: 70%;
    }
     .col-md-3 {
         width: 30%;
    }
     #header {
         
     height: 350px;
    }
     .containerRight>div {
         margin: 0 auto 15px;
    }
     .containerRight>div.buttons {
         margin-bottom: 30px;
    }
}
 @media (min-width:1200px){
     .navbar-default .navbar-nav>li>a {
         padding: 20px 25px 15px;
         font-size: 20px;
    }
     .col-md-9 {
         width: 75%;
    }
     .col-md-3 {
         width: 25%;
    }
}
 .navbar-default .navbar-toggle {
     background: #FFF;
}

.status_server{
    float: left;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.status_player{
    float: right;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.logo-header{
      margin-top: 50px ; 
      margin-left: 100px ; 
    justify-content: center;
}

.box-login {
    background-color: rgba(0, 0, 0, 0.7);
    margin: 0 auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: white;
    font-family: Arial, sans-serif;
}

.form-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-inputs input[type="text"],
.form-inputs input[type="password"],
.form-inputs select {
    padding: 5px;
    font-size: 14px;
}

.btn-login {
    background: #34b3e3;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.btn-login:hover {
    background: #2ea2ce;
}
.btn-logout {
    background: #ff0000;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.btn-logout:hover {
    background: #bd5757;
    color: white;
}
.form-links {
    display: flex;
    width: 100%;
    font-size: 12px;
    margin-top: 4px;
}

.form-links a{
    color: white;
    transition: all 0.3s ease;
}
.form-links a:hover{
    color: yellow;
    transition: all 0.3s ease;
}
.navbar.navbar-default::after {
    content: "";
    position: absolute;
    top: -325px; /* ajuste conforme necessário */
    left: 75%;
    transform: translateX(-50%);
    width: 350px;   /* largura da imagem */
    height: 350px;  /* altura da imagem */
    background: url('../img/img-header.png') no-repeat center center;
    background-size: contain;
    z-index: 9999; /* fica por cima de tudo */
    pointer-events: none; /* a imagem não bloqueia cliques nos menus */
}

.indexpage {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px; /* Espaço entre slide e box de notícias */
    flex-wrap: wrap;
}

/* Slide */
.slide {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border: 7px solid #4ebff9;
    border-radius: 6px;
    flex-shrink: 0; /* Evita que diminua */
}

/* Links das imagens */
.slide a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.7s ease-in-out;
}

.slide a.active {
    opacity: 1;
    z-index: 2;
}


/* Imagens */
.slide img {
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
}

/* Botões de navegação */
.slide-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 10px;
    box-sizing: border-box;
    z-index: 3;
}

.slide-nav button {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border: none;
    font-size: 24px;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s;
}

.slide-nav button:hover {
    background: rgba(0, 0, 0, 0.7);
}

/* Garantir que a box de notícias não tenha margens desnecessárias */
.moreNews {
    flex: 1;
    margin-top: 0 !important;
    clear: none !important;
}

/* Responsivo: empilha verticalmente em telas pequenas */
@media (max-width: 768px) {
    .indexpage {
        flex-direction: column;
        align-items: center;
    }

    .slide {
        width: 50%;
        max-width: 460px;
    }

    .moreNews {
        width: 100%;
    }
}
.infos-war {
    display: flex;
    margin-top: 20px;
    gap: 40px; 
    align-items: center; 
    justify-content: center; 
    flex-wrap: nowrap; 
}
@media (max-width: 768px) {
    .infos-war {
        flex-direction: column;
        gap: 20px; /* Menor espaçamento vertical em mobile */
    }
}
.info-guild-container {
    display: flex;
    justify-content: space-between;
    padding: 40px 20px;
    gap: 40px;
    flex-wrap: wrap;
}

.info-box, .guild-box {
    background: white;
    border-radius: 10px;
    flex: 1;
    min-width: 300px;
    padding: 20px;
}

.info-box h2, .guild-box h2 {
    text-align: center;
    color: #00aaff;
    border-bottom: 2px dashed #00aaff;
    margin-bottom: 15px;
    font-size: 18px;
}

.info-box p {
    text-align: justify;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

.more-details {
    display: block;
    text-align: right;
    color: #0099ff;
    text-decoration: none;
    margin-top: 10px;
    font-weight: bold;
}

.guilds {
    display: flex;
    justify-content: center;
    gap: 80px;
}

.guild {
    text-align: center;
}

.bandeira {
    width: 80px;
    height: 350px;
    background-image: url('../img/bandeira.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}

.woe-section {
    text-align: center;
    margin: 0 0 40px 0;
}
.woe-section h2 {
    text-align: center;
    color: #00aaff;
    border-bottom: 2px dashed #00aaff;
    margin-bottom: 15px;
    font-size: 18px;
}
.woe-castle {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.woe-date {
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
}

.woe-timer {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.timer-segment {
    background: #11161d;
    border: 2px solid #1e2d3d;
    border-radius: 8px;
    width: 90px;
    padding: 10px 5px;
    text-align: center;
}

.timer-value {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.timer-segment span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #fff;
}

input{
    color: black;
}

.info-box {
    text-align: center;
    padding: 20px;
}

.info-box h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.info-box p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

