/*!
    
 =========================================================
 * WebEngine CMS
 * https://webenginecms.org/
 =========================================================
 
 * Author Lautaro Angelico (https://lautaroangelico.com/)
 * Copyright (c) 2013-2020 Lautaro Angelico, All Rights Reserved
 
 * Licensed under the MIT license
 * http://opensource.org/licenses/MIT
 
 =========================================================
 
*/
.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-top: none !important;
}

a:focus, a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

.form-control {
	background: #fafafa;
	border: 1px solid #e3e3e3;
	color: #666;
}
.form-control:focus {
	border: 1px solid #ccc;
}

/* http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* http://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.thumbnail {
    background-color: #f1f1f1;
    border: 1px solid #e3e3e3;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ff0000;
}
.btn-volver-inicio {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 999;
    padding: 10px 20px;
    background: rgba(7,15,31,.88);
    border: 1px solid rgba(56,189,248,.3);
    color: #38bdf8;
    font-family: 'Rajdhani', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    backdrop-filter: blur(6px);
    transition: all .2s;
}
.btn-volver-inicio:hover {
    border-color: rgba(56,189,248,.7);
    color: #7dd3fc;
    background: rgba(56,189,248,.1);
}
.info-wrap {
    background: #070f1f !important;
    border: 1px solid rgba(56,189,248,.12) !important;
    padding: 24px !important;
    position: relative !important;
}
.info-wrap::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(to right, transparent, #38bdf8, transparent);
    pointer-events: none;
}
/* ─── RESPONSIVE MÓVIL ─── */
@media (max-width: 1060px) {

  html {
    min-width: 0 !important;
    overflow-x: hidden;
  }

  body {
    overflow-x: hidden;
  }

  /* Contenedores fijos → full width */
  #container,
  .footer,
  .global-top-bar .global-top-bar-content,
  .header-info-container {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  /* Header logo */
  #header {
    padding: 30px 0 20px 0;
  }
  #header img.webengine-mu-logo {
    max-width: 200px;
    width: 60vw;
  }

  /* Nav */
  .headersito { overflow-x: auto; }
  #navbar ul li a,
  .header-info ul li a {
    padding: 12px 14px;
    font-size: 13px;
  }

  /* Contenido y sidebar apilados */
  #content { padding: 10px; }
  #content .col-lg-8,
  #content .col-lg-4 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  /* Tablas de rankings */
  .rankings-table tr td {
    font-size: 13px;
    padding: 6px 4px;
  }
  .rankings-class-image { width: 28px; }
  .rankings_menu a { width: 120px; font-size: 12px; }

  /* Top bar */
  .global-top-bar {
    text-align: center;
    font-size: 11px;
  }
  .global-top-bar .col-lg-6 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }

  /* Botón volver al inicio */
  .btn-volver-inicio {
    bottom: 14px;
    left: 14px;
    font-size: 11px;
    padding: 7px 14px;
  }

  /* Donaciones — cards apiladas */
  .vip-plus .row > div,
  .col-md-4, .col-md-3, .col-md-6 {
    margin-bottom: 16px;
  }

  /* Footer */
  .footer { padding: 16px; }

  /* Tablas con scroll horizontal */
  .rankings-table,
  .myaccount-table,
  .general-table-ui {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* Podio */
  .podium-wrapper { gap: 6px; }
  .podium-card { width: 90px; padding: 8px 6px; }
  .podium-card img { width: 45px !important; height: 45px !important; }
  .podium-first { height: 170px; }
  .podium-second { height: 145px; }
  .podium-third { height: 125px; }
  .podium-name a { font-size: 11px; }

  /* Página de Mi Cuenta — tabla */
  .myaccount-table tr td { padding: 10px !important; font-size: 13px; }

  /* Página de perfil */
  .myaccount-character-block { display: block; text-align: center; }
}
