@import "//fonts.googleapis.com/css?family=Maven+Pro:500,600,700";
@import "//fonts.googleapis.com/css?family=Open+Sans:400,600,700";

html,body{
    height: 100%; /*marco*/
  }
  body {
    background: #eaeaea;
    font-family: open sans,verdana,sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    color: #333a40;
    display: flex; /*marco*/
    flex-direction: column; /*marco*/
  }
  main{
    flex: 1; /*marco*/
    overflow: hidden;
    position: relative;
    background:
      url(/index/img/cosmos/background.png) left top no-repeat,
      #66C3C3;
  }
main::before{
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 720px;
    background: #F8F8F8;
    clip-path: polygon(0 0, 67% 0, 100% 100%, 0 100%);
    pointer-events: none;
  }
main::after {
    animation: frame-water-flow 11s linear infinite;
    background-blend-mode: screen;
    background-image:
      radial-gradient(ellipse 90px 26px at 20% 45%, rgba(255, 255, 255, .38) 0%, rgba(255, 255, 255, .16) 42%, transparent 72%),
      radial-gradient(ellipse 120px 32px at 78% 25%, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .12) 48%, transparent 76%),
      radial-gradient(ellipse 72px 20px at 48% 75%, rgba(255, 255, 255, .28) 0%, rgba(255, 255, 255, .10) 46%, transparent 74%),
      radial-gradient(ellipse 150px 42px at 50% 50%, rgba(116, 255, 245, .16) 0%, transparent 66%);
    background-size: 260px 130px, 360px 180px, 300px 150px, 460px 230px;
    bottom: 0;
    clip-path: polygon(482px 0, 100% 0, 100% 100%, 720px 100%);
    content: "";
    left: 0;
    filter: blur(.2px);
    mix-blend-mode: screen;
    opacity: .88;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
  }
  main > *{
    position: relative;
    z-index: 1;
  }

@keyframes frame-water-flow {
  0% {
    background-position: 0 0, 90px 20px, 35px 70px, 0 0;
  }
  100% {
    background-position: 260px 130px, -270px 200px, 335px -120px, -460px 230px;
  }
}

@media (min-width: 992px) {
  main,
  .footer-hartico {
    min-width: 1366px;
  }
}
  a {
    color: #1d69b1;
  }
  #preloader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 99;
  }
  #status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(//images.hartico.com/cosmos/img/spinner.svg?2);
    background-repeat: no-repeat;
    background-position: center;
    margin: -120px 0 0 -120px;
  }
  #error-message {
    background-color: #dc3545;
    color: #eaeaea;
    height: 35px;
    padding-top: 5px;
  }
  #top-message {
    background-color: #00bcd4;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    color: #f8f9fa;
    padding: 4px 1px 4px 0;
  }
#header-index {
    background: transparent;
    padding-top: 45px;
    padding-bottom: 12px;
  }

@media (min-width: 992px) {
  #header-index:not(.register) > .container {
    margin-left: 82px !important;
    margin-right: 0 !important;
    max-width: 1170px !important;
    width: 1170px !important;
  }
}
  #header-home {
    background: url(/index/img/cosmos/top_background.jpg) left 100% repeat-x #53b9ae;
    background-repeat: repeat-x;
    background-position: 50% 0%;
    background-size: cover;
    }
  #logo {
    display: block;
    filter: brightness(1.1) drop-shadow(0 0 4px rgba(255,255,255,.65));
    height: auto;
    width: 170px;
  }
  #logo_header_main {
    background: url(/index/img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 71px;
    margin: 10px 12px 12px 15px;
    float: left;
  }
  #users-on {
    background: url(/web-gallery/images/myhabbo/habbo_online_anim.gif) 7px 4px
        no-repeat,
      #fff;
    color: #131313;
    padding-top: 4px;
    padding-left: 26px;
    padding-right: 10px;
    margin-left: -10px;
    /* margin-top: 27px; */ /*marco*/
    height: 27px;
    font-size: 13px;
    border-radius: 25px;
    white-space: nowrap;
  }
  .card-component-body{
    background-color: #ffffff;
    border-color: rgba(156, 163, 175, 1);
    border-width: 1px;
    border-radius: .375rem;
    border-style: solid;
    overflow: hidden;
  }
  .principal-title {
    font-family: open sans,verdana,sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
  }
  .gradient-header{
    background: url(/index/img/cosmos/pattern_box.png) repeat, linear-gradient(90deg, #53b9ae 0%, #389086 100%);
    background-size: auto, cover;
    background-position: top left, center;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .secondary-title {
    font-family: open sans,verdana,sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #858585;
  }
  .title-bg {
    background: #fff;
    color: #3a3a3a;
    padding: 0 12px;
    border-bottom: 2px solid #d9dadb;
    border-radius: 8px 8px 0 0;
  }
  .big-input {
    position: relative;
    margin-top: 10px;
    /* height: 45px; */ /*marco*/
  }
  .big-input-box {
    width: 100%;
    height: 45px;
    font-size: 20px;
    padding-left: 50px;
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.1);
  }
  .username {
    position: absolute;
    height: 37px;
    width: 35px;
    background: url(/index/img/cosmos/pageregister.png) -2px -1px;
    top: 4px;
    left: 8px;
    z-index: 2;
  }
  .login-avatar-preview {
    position: absolute;
    width: 35px;
    height: 37px;
    left: 8px;
    top: 4px;
    z-index: 2;
    background: url(/index/img/cosmos/pageregister.png) -2px -1px no-repeat;
  }
  .login-avatar-preview.has-avatar {
    width: 49px;
    height: 39px;
    left: -1px;
    top: 3px;
    background-repeat: no-repeat;
    background-position: -2px -11px;
    background-size: auto;
  }
  .email {
    position: absolute;
    height: 37px;
    width: 35px;
    background: url(/index/img/cosmos/pageregister.png) -154px -2px;
    top: 4px;
    left: 8px;
    z-index: 2;
  }
  .password {
    position: absolute;
    height: 37px;
    width: 35px;
    background: url(/index/img/cosmos/pageregister.png) -113px -1px;
    top: 4px;
    left: 8px;
    z-index: 2;
  }
  .recaptcha-box {
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    text-align: center;
  }
  #before-recaptcha {
    display: inline-block;
    overflow: hidden;
    width: 290px;
    height: 75px;
    text-align: left;
    margin-top: -1px;
  }
  .g-recaptcha {
    position: relative;
    left: -10px;
  }
  #fb-login-button {
    width: 100%;
    font-weight: lighter;
  }
  #slider-index {
    margin-top: 10px;
  }
  .navbar-icon {
    float: left;
    width: 45px;
    height: 38px;
    margin-top: -3px;
    margin-left: -10px;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .navbar-nav > li {
    border-right: none;
    padding: 0 18px;
    font-family: open sans, sans-serif;
    text-transform: uppercase;
  }
  .navbar-nav > li:first-child {
    padding-left: 0;
  }
  .navbar-nav > li:last-child {
    border: none;
  }
  #middle-index {
    background: transparent;
    padding-bottom: 32px;
  }
  #register-message {
    background: #fff;
    padding: 1px 11px;
    color: #303030;
    text-align: center;
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 7px;
    border-radius: 25px;
  }
  #register-button {
    margin-bottom: 10px;
  }
  .index-side-panel {
    padding-top: 42px;
    transform: translateX(-58px);
    width: 680px;
  }
  .index-camera-card {
    margin-top: 0;
    background: transparent;
    border: 0;
    border-radius: 0.375rem;
    padding: 0;
    box-shadow: none;
  }
  .index-camera-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    position: relative;
  }
  .index-camera-icon {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
    flex: 0 0 50px;
  }
  .index-camera-icon img {
    max-width: 38px;
    max-height: 38px;
  }
  .index-camera-header h2 {
    margin: 0;
    color: #111;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
  }
  .index-camera-header p {
    margin: 2px 0 0;
    color: #505e68;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
  }
  .index-camera-expand {
    position: absolute;
    top: -2px;
    right: 0;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 4px;
    background: rgba(255, 255, 255, .65);
    cursor: pointer;
  }
  .index-camera-expand::before {
    content: "";
    position: absolute;
    inset: 5px;
    border: 2px solid rgba(210, 218, 224, .8);
    border-radius: 3px;
  }
  .index-camera-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .index-news-card {
    max-width: 680px;
  }
  .index-news-header {
    background: rgba(255, 255, 255, .92);
    border-radius: 9px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
    padding: 8px 14px 8px 8px;
    width: fit-content;
  }
  .index-news-header .index-camera-icon {
    background: transparent;
    box-shadow: none;
  }
  .index-news-header h2:not(.index-news-title),
  .index-news-header p:not(.index-news-subtitle) {
    display: none;
  }
  .index-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .index-news-item {
    position: relative;
    display: block;
    height: 132px;
    border-radius: 6px;
    background-color: #d9dfdf;
    background-position: center;
    background-size: cover;
    border: 3px solid rgba(255, 255, 255, .96);
    box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    overflow: hidden;
    text-decoration: none;
  }
  .index-news-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .04) 18%, rgba(0, 0, 0, .58) 100%);
    pointer-events: none;
  }
  .index-news-item span {
    position: absolute;
    left: 7px;
    right: 7px;
    bottom: 6px;
    z-index: 2;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .65);
    overflow: hidden;
  }
  .index-news-item strong {
    display: block;
    font-size: 12px;
    font-weight: 800;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .index-news-item small {
    display: -webkit-box;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    margin-top: 2px;
    max-height: 24px;
    opacity: .9;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .index-news-item-empty {
    background: rgba(217, 223, 223, .45);
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, .08);
  }
  .index-news-item-empty::after {
    display: none;
  }
  .index-camera-photo {
    position: relative;
    height: 142px;
    border-radius: 6px;
    background-color: #d9dfdf;
    background-position: center;
    background-size: cover;
    border: 4px solid rgba(255, 255, 255, .96);
    box-shadow: 0 2px 7px rgba(0, 0, 0, .22);
    overflow: hidden;
    cursor: pointer;
  }
  .index-camera-photo::after,
  .index-camera-modal-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, .18));
    pointer-events: none;
  }
  .index-camera-photo-empty {
    background: rgba(217, 223, 223, .45);
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, .08);
    cursor: default;
  }
  .index-camera-photo-empty::after {
    display: none;
  }
  .index-camera-user {
    position: absolute;
    left: 10px;
    bottom: 8px;
    min-width: 72px;
    max-width: calc(100% - 20px);
    height: 28px;
    padding: 4px 10px 4px 28px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .9);
    color: #536071;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 2;
  }
  .index-camera-user-head {
    position: absolute;
    left: -3px;
    top: -8px;
    width: 38px;
    height: 38px;
    background-position: -6px -14px;
    background-repeat: no-repeat;
  }
  .index-camera-empty {
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed rgba(110, 128, 138, .25);
    border-radius: 6px;
    color: #536071;
    font-size: 13px;
    font-weight: 700;
  }
  .index-camera-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100000;
    align-items: center;
    justify-content: center;
    padding: 32px;
  }
  .index-camera-modal.is-visible {
    display: flex;
  }
  .index-camera-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .62);
  }
  .index-camera-modal-box {
    position: relative;
    width: min(900px, 94vw);
    max-height: 88vh;
    overflow: auto;
    background: rgba(255, 255, 255, .97);
    border-radius: 6px;
    box-shadow: 0 14px 45px rgba(0, 0, 0, .35);
    padding: 18px;
  }
  .index-camera-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 14px;
  }
  .index-camera-modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: #111;
  }
  .index-camera-modal-header p {
    margin: 2px 0 0;
    color: #586774;
    font-size: 12px;
    font-weight: 700;
  }
  .index-camera-close {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 4px;
    background: #d9534f;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
  }
  .index-camera-modal-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .index-camera-single {
    display: none;
  }
  .index-camera-modal.is-single .index-camera-modal-grid {
    display: none;
  }
  .index-camera-modal.is-single .index-camera-single {
    display: block;
  }
  .index-camera-single-photo {
    height: min(68vh, 540px);
    min-height: 360px;
    border-radius: 6px;
    background-color: #101010;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: inset 0 0 0 4px #fff;
  }
  .index-camera-single-user {
    min-height: 20px;
    margin-top: 8px;
    color: #536071;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
  }
  .index-camera-modal-photo {
    display: block;
    position: relative;
    height: 170px;
    border-radius: 6px;
    background-color: #d9dfdf;
    background-position: center;
    background-size: cover;
    border: 4px solid #fff;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    overflow: hidden;
    text-decoration: none;
  }
  .index-camera-modal-photo span {
    position: absolute;
    left: 10px;
    bottom: 8px;
    z-index: 2;
    padding: 4px 10px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .9);
    color: #536071;
    font-size: 12px;
    font-weight: 800;
    max-width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .index-camera-empty-modal {
    min-height: 240px;
  }
  #section-index {
    background: #ddd;
    padding-top: 6px;
    padding-bottom: 20px;
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  }
  #section-home {
    padding-top: 6px;
    padding-bottom: 20px;
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  }
  #room-top {
    font-size: 13px;
  }
  .room-top-image {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 14px;
    margin-left: -5px;
  }
  #last-registered {
    font-size: 14px;
  }
  .last-registered-avatar {
    background: url(/index/img/cosmos/new.png);
    width: 33px;
    height: 56px;
    float: left;
    margin-right: 8px;
    margin-left: -5px;
    margin-top: -10px;
  }
  #user-info {
    background: 
      url(/index/img/cosmos/profile_background.png) no-repeat bottom right,
      linear-gradient(90deg, #53b9ae 0%, #389086 100%);
    background-size: auto, cover;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    height: 182px;
    width: 100%;
    padding: 15px;
  }
  button.button-user-info{
    background: none;
    border: none;
    position: relative;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;

  }
  span.span-user-info{
    position: absolute;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-left: 30px;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: open sans,verdana,sans-serif;
  }
  #user-avatar {
    background-position: center -38px;
    background-repeat: no-repeat;
    filter: drop-shadow(1px 1px #eee) drop-shadow(-1px -1px #eee) drop-shadow(1px -1px #eee) drop-shadow(-1px 1px #eee);
    min-width: 90px;
    min-height: 170px;
    margin-right: 10px;
  }
  #user-data {
    flex: 1;
    margin-top: 5px;
    margin-right: 15px;
  }
  #username {
    color: #fff;
  }
  #username span.username-span{
    font-size: 20px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, .3) 0 3px 3px;
  }
  #motto {
    background: url(/index/img/cosmos/dialogue.gif) 8px 6px
        no-repeat,
      #fff;
    color: #131313;
    min-width: 40%;
    padding: 4px 12px 4px 30px;
    font-size: 13px;
    border-radius: 0.375rem;
    margin-bottom: 10px;
  }
  #entrar-al-hotel {
    font-size: 25px;
    font-family: ubuntu condensed, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
  }
  #last-articles .list-group-item {
    padding: 0.4rem 1.1rem;
  }
  #last-articles .list-group-item a {
    color: #535353;
    text-decoration: none;
  }
  .user-box {
    display: flex;
    background: #69c8f0;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 3px;
    margin-bottom: 5px;
  }
  .user-box .user-img {
    background-position: -11px -14px;
    width: 45px;
    height: 48px;
    margin-left: 5px;
  }
  .user-box .user-info {
    width: 100%;
    float: right;
    padding: 13px 18px 0 15px;
  }
  .vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
  footer {
    background: #15002e;
  }
  .text-muted {
    color: #fff !important;
  }
  .navbar {
    background-color: #ffffff !important;
    font-weight: 700;
    font-size: 15px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show > .nav-link {
    color: #333333 !important;
    position: relative;
  }
  
  .navbar-light .navbar-nav .active > .nav-link::before,
  .navbar-light .navbar-nav .nav-link.active::before,
  .navbar-light .navbar-nav .nav-link.show::before,
  .navbar-light .navbar-nav .show > .nav-link::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 1px;
    right: -5px;
    height: 3px;
    background-color: rgb(98 223 203);
  }
  .navbar-light .navbar-nav .nav-link {
    color: #333333 !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    position: relative;
  }

  .navbar-light .navbar-nav .nav-link:hover::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 1px;
    right: -5px;
    height: 3px;
    background-color: rgb(238, 180, 37);
    opacity: 0.7;
  }

  .list-group-item {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .list-group-item .text-muted{
    color: #212529bf !important;
  }
  .card {
    background-color: #69c8f0;
  }
  .jumbotron {
    background: 0 0;
  }
  .events-container .event:first-child {
    border-width: 2px 0px 2px 0px;
    border-color: rgb(255 255 255);
  }

  .events-container .event:last-child {
    border-width: 0px 0px 0px 0px;
  }
  .event {
    border-color: rgb(255 255 255);
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    overflow: hidden;
  }
  #event {
    position: relative;
    font-family: Ubuntu Condensed;
    font-size: 15px;
    line-height: 18px;
  }
  #event .card-title {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    padding: 4px 7px 5px 22px;
    margin-top: 10px;
}
  #event .card-text {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 6px 8px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.2rem !important;
    padding-left: 0.5rem;
  }

/* Slider styles - by Marco */
#slider-home {
	height: 300px;
	overflow: hidden;
}

#slider-home .carousel-inner,
#slider-home .carousel-item {
	height: 100%;
}

.carousel-image {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.carousel-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* opaco negro */
	z-index: 1;
}

footer a {
  text-decoration: none;
}

.list-group-item a{
  text-decoration: none;
}

footer a:hover{ 
  text-decoration: underline;
}

.list-group-item a:hover{
  text-decoration: underline;
}

small {
  font-size: 80%;
}

#header-index.register{
  height: 100%;
}

#header-index.register .register-container {
  max-width: 1260px;
  margin-left: 82px;
  margin-right: auto;
}

#header-index.register .register-logo-row {
  margin-bottom: 10px;
}

#header-index.register .component-page-card {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
}

.frame-register-alert {
  background: #fff0f0;
  border: 1px solid #ffc7c7;
  border-left: 4px solid #dc3545;
  color: #8a1f1f;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  padding: 9px 11px;
}

#register-form .invalid-feedback {
  display: none;
  color: #dc3545;
  font-size: 12px;
  font-weight: 700;
  margin: 4px 0 0 2px;
}

#register-form .big-input-box.is-invalid {
  border-color: #dc3545;
}

#register-form .big-input-box.is-valid {
  border-color: #2fb765;
}

#register-form .register-back-login {
  color: #2a9e92;
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-top: 8px;
  text-align: center;
  text-decoration: none;
}

#register-form .register-back-login:hover {
  text-decoration: underline;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.text-bg-info{
  background-color: #17a2b8 !important;
}

.background-light{
    background-image: url(/index/img/cosmos/background-light.jpg);
    background-repeat: repeat;
    background-position: right bottom;
    background-attachment: fixed;
}

.theme-border{
    border-color: rgb(98 223 203);
    border-width: 1px;
    border-radius: .375rem;
    border-style: solid;
}

@media (max-width: 768px) {
	#slider-home {
		height: 250px;
	}
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px !important; /* Bootstrap 3 style */
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    max-width: 970px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    max-width: 750px !important;
  }
}

/* Custom Carousel Indicators - by Marco */
.carousel-indicators-custom {
  position: absolute;
  top: 20px;
  left: 40px;
  right: auto;
  bottom: auto;
  z-index: 15;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
  margin: 0;
}

.carousel-indicators-custom li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  margin-left: 6px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.7;
  transition: opacity 0.6s ease;
  border-radius: 50%;
}

.carousel-indicators-custom li.active {
  opacity: 1;
  background-color: #fff;
}

.carousel-indicators-custom li:hover {
  opacity: 0.9;
}

.carousel-caption-home {
  position: absolute;
  right: 15%;
  left: 40px;
  top: 45%;
  transform: translateY(-50%);
  text-align: left;
  color: white;
  z-index: 2; /* by marco*/
}

.carousel-caption-home h3{
  font-family: open sans,verdana,sans-serif;
  font-weight: bold;
  margin: 40px 0 20px;
  text-shadow: rgba(0, 0, 0, .3) 0 3px 3px;
  padding: 0;
  font-size: 23px;
}

.carousel-caption-home p.summary {
  font-family: open sans, verdana, sans-serif;
  margin-left: 0;
  margin-bottom: 20px;
  text-shadow: rgba(0, 0, 0, .3) 0 3px 3px;
  font-size: 16px;
}

.carousel-caption-home .readmore{
    padding: 4px 8px;
    color: #444;
    border-radius: 3px;
    text-decoration: none;
    background-color: #fff;
    font-family: open sans, verdana, sans-serif;
    font-size: 16px;
    margin-top: 5px;
}
/* monedas */
.nitro-notification{
  background: rgba(46, 46, 44, 1);
  box-shadow: inset 0 0 0 2px hsla(0deg, 0%, 100%, 0.2);
  border-radius: 6px 6px 6px 6px;
  border: solid rgba(0, 0, 0, 0.2901960784);
  border-width: 1px 1px 2px;
  height: 30px;
  font-size: 13px;
  align-items: center;
}
.seasonal-padding{
  padding-left: 7px;
  padding-top: 1px;
}
.seasonal-bold{
padding-right: 3px;
}
.seasonal-credits{
  color: #cfb048;
}
.nitro-seasonal-box-credits{
  background: #957e33;
  box-shadow: inset 0 0 0 2px #cfb048;
  border: solid 1px #000000;
  border-radius: 6px 6px 6px 6px;
  align-items: center;
  justify-content: center;
  padding: 9px 5px 5px 5px;
}
.nitro-currency-icon-credits{
  background-image: url(/index/img/cosmos/credits_icon.png);
  width: 20px;
  height: 20px;
  margin-top: -4px;
  background-position: center;
  background-repeat: no-repeat;
}

.seasonal-emeralds{
  color: #55cf48;
}
.nitro-seasonal-box-emeralds{
  background: #399533;
  box-shadow: inset 0 0 0 2px #55cf48;
  border: solid 1px #000000;
  border-radius: 6px 6px 6px 6px;
  align-items: center;
  justify-content: center;
  padding: 9px 5px 5px 5px;
}
.nitro-currency-icon-emeralds{
  background-image: url(/index/img/cosmos/emeralds_icon.png);
  width: 20px;
  height: 20px;
  margin-top: -4px;
  background-position: center;
  background-repeat: no-repeat;
}

.seasonal-pixels{
  color: #48c4cf;
}
.nitro-seasonal-box-pixels{
  background: #339591;
  box-shadow: inset 0 0 0 2px #48c4cf;
  border: solid 1px #000000;
  border-radius: 6px 6px 6px 6px;
  align-items: center;
  justify-content: center;
  padding: 9px 5px 5px 5px;
}
.nitro-currency-icon-pixels{
  background-image: url(/index/img/cosmos/pixels_icon.png);
  width: 20px;
  height: 20px;
  margin-top: -4px;
  background-position: center;
  background-repeat: no-repeat;
}

.seasonal-purple{
  color: #b17fbe;
}

.seasonal-red{
  color: #ff0004;
}
.seasonal-white {
    color: #ffffff;
}
.nitro-seasonal-box{
  box-shadow: rgb(238, 241, 245) 0px 0px 0px 2px inset;
  background: rgb(200, 205, 212);
  border: solid 1px #000000;
  border-radius: 6px 6px 6px 6px;
  align-items: center;
  justify-content: center;
  padding: 9px 5px 5px 5px;
}
.nitro-currency-icon{
  background-image: url(/index/img/cosmos/101.png);
  width: 20px;
  height: 20px;
  margin-top: -4px;
  background-position: center;
  background-repeat: no-repeat;
}
.seasonal-amount{
  padding-right: 3px;
  padding-top: 1px;
  width: 90px;
}

/* CuadrÃ­cula de monedas 2x2 */
.currency-grid {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

.currency-row {
  display: flex;
  gap: 5px;
  width: 100%;
}

.currency-row .nitro-notification {
  flex: 1 1 0;
  width: calc(50% - 2.5px);
  min-width: 0;
  max-width: calc(50% - 2.5px);
}

/* Facebook Plugin - Ancho completo */
.fb-page-container {
  width: 100% !important;
  overflow: hidden;
  margin-top: 2px;
}

.discord-container {
  width: 100% !important;
  overflow: hidden;
  border-top: solid;
  border-color: white;
  border-width: 2px;
}

.fb-page {
  width: 100% !important;
  max-width: none !important;
}

.fb-page span {
  width: 100% !important;
  max-width: none !important;
  display: block !important;
}

.fb-page iframe {
  width: 100% !important;
  max-width: none !important;
  min-width: 100% !important;
}

.fb-page .fb_iframe_widget {
  width: 100% !important;
  max-width: none !important;
}

.fb-page .fb_iframe_widget span {
  width: 100% !important;
  max-width: none !important;
  display: block !important;
}

.fb-page .fb_iframe_widget iframe {
  width: 100% !important;
  max-width: none !important;
  min-width: 100% !important;
}

#discord-widget .widget-theme-light{
  border-radius: 0px !important;
}

/* NEWS */

.gradient-header-news{
  background: url(/index/img/cosmos/header_news.png) repeat, linear-gradient(90deg, #53b9ae 0%, #389086 100%);
  background-size: auto, cover;
  background-position: top left, center;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.divisor-custom{
  width: 100%;
  border-bottom: 4px solid rgb(156 163 175 / 70%);
}

.header-custom-news{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}

/* MODERN NEWS GRID LAYOUT */
.news-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin: 1.5rem 1rem 0 1rem;
}

@media (min-width: 576px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.news-card {
  position: relative;
  width: 100%;
  height: 206px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(156, 163, 175, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.news-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.news-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
}

.news-card-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.news-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 6px;
}

.news-card:hover .news-card-image {
  transform: scale(1.05);
}

.news-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  padding: 1rem;
  padding-left: 1.5rem;
}

.news-card-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
  text-shadow: rgba(0, 0, 0, .3) 0 3px 3px;
  height: 1.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.news-card-summary {
  font-size: 0.75rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  line-height: 1.4;
  text-shadow: rgba(0, 0, 0, .3) 0 3px 3px;
  opacity: 0.9;
  height: 1.05rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.news-card-stats {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  gap: 8px;
  z-index: 3;
}

.news-stat {
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #ffffff;
  text-shadow: none;
  backdrop-filter: blur(4px);
}

.news-stat i {
  color: #ffffff !important;
  font-size: 0.7rem;
}

.news-stat span {
  color: #ffffff;
  font-weight: 600;
}

/* NEWS - PRINCIPAL*/

.news-reactions{
  display: flex; 
  overflow: hidden; 
  padding: 0.75rem; 
  flex-direction: column; 
  gap: 0.75rem; 
  border-radius: 0.25rem; 
  border-width: 1px; 
  background-color: rgb(229 231 235 / 1) !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); 
}


.component-page-card{
  display: flex; 
  overflow: hidden; 
  padding: 0.75rem; 
  flex-direction: column; 
  gap: 0.75rem; 
  border-radius: 0.25rem; 
  border-width: 1px; 
  background-color: #ffffff; 
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);   
}

.component-page-header{
  display: flex; 
  padding: 0.75rem; 
  margin-left: -0.75rem;
  margin-right: -0.75rem; 
  margin-top: -0.75rem; 
  gap: 0.75rem; 
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #e5e7eb; 
  background-color: #F9FAFB; 
}

.component-page-header-icon{
  display: flex; 
  overflow: hidden; 
  justify-content: center; 
  align-items: center; 
  border-radius: 9999px; 
  width: 3rem; 
  height: 3rem; 
  background-color: #536e5e!important;
}

.component-page-header-icon img{
  max-width: 100%;
  height: auto;
}

.component-page-header-title{
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  font-size: 0.875rem;
  line-height: 1.25rem; 
  margin-top: 0.1rem;
}

.component-page-header-title p {
  margin: 0;
  margin-bottom: 2px;
}

.component-page-header-text{
  font-weight: 700; 
  color: #000000; 
}

.sidebar-left-news-list{
  display: flex; 
  flex-direction: column; 
  height: 100%; 
}

.sidebar-left-news-list-box{
  display: flex; 
  flex-direction: column; 
  gap: 0.75rem;
}

.sidebar-left-news-list-item{
  display: flex; 
  padding: 0.75rem; 
  justify-content: center; 
  align-items: center; 
  border-radius: 0.25rem; 
  width: 100%; 
  font-weight: 600;
  text-decoration: none;
  text-align: center; 
  color: #ffffff; 
  background-color: #BFDBFE; 
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 48px;
  max-height: 50px;
  overflow: hidden;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms; 
  transition-duration: 200ms; 
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); 
}

.sidebar-left-news-list-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.sidebar-left-news-list-item span {
  position: relative;
  z-index: 2;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  text-shadow: rgba(0, 0, 0, .3) 0 3px 3px
}

.sidebar-left-news-list-item:hover{
  transform: scale(1.05);
}

.body-news{
  display: flex; 
  overflow: hidden; 
  padding: 0.75rem; 
  flex-direction: column; 
  gap: 0.75rem; 
  border-radius: 0.25rem; 
  border-width: 1px; 
  background-color: #ffffff; 
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); 
}

.background-body-top-news{
  display: flex; 
  overflow: hidden; 
  position: relative; 
  padding: 0.5rem; 
  margin-bottom: 0.75rem; 
  flex-direction: column; 
  justify-content: center; 
  border-radius: 0.25rem; 
  width: 100%; 
  height: 6rem; 
  color: #ffffff; 
  background-color: #93C5FD; 
  background-position: center; 
  background-size: cover; 
}

.body-top-news-opacity{
  position: absolute; 
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; 
  background-color: #000000; 
  opacity: 0.2;
}

 .body-top-news-title{
   position: relative; 
   width: 100%; 
   font-size: 1.875rem;
   line-height: 2.25rem;
   font-weight: 700; 
   text-align: center; 
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   margin: 0;
 }
 
 .body-top-news-summary{
   position: relative; 
   width: 100%; 
   text-align: center; 
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   margin: 0;
 }

 .component-page-card textarea{
  border-color: rgb(229 231 235 / 1);
  border-width: 4px;
  border-radius: 0.375rem;
 }

 .component-page-card textarea:focus {
  border-color: rgb(238 180 37 / 1);
  outline: none !important;
  box-shadow: none !important; 
}

button.btn.btn-yellow{
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .2s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  color: rgb(255 255 255 / 1);
  font-weight: 600;
  padding: .5rem;
  background-color: rgb(238 180 37 / 1);
  border-color: rgb(250 204 21 / 1);
  border-width: 2px;
  border-radius: 0.375rem;
  cursor: pointer;
}

button.btn.btn-yellow:hover{
  background-color: rgb(212 159 28 / 1);
}

.frame-toast-stack {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
}

.frame-toast {
  position: relative;
  width: 320px;
  padding: 10px 32px 10px 56px;
  border-radius: 6px;
  background: #111;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .35);
  box-sizing: border-box;
  overflow: hidden;
  transform: translateX(115%);
  opacity: 0;
  transition: transform .22s ease, opacity .22s ease;
  pointer-events: auto;
}

.frame-toast-error {
  border-left: 4px solid #d9534f;
}

.frame-toast-icon {
  position: absolute;
  left: 8px;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background: url(/web-gallery/v2/images/ITB62.png) no-repeat center;
  background-size: contain;
}

.frame-toast-text b {
  color: #ffcc00;
}

.frame-toast-text span {
  color: #ffe7d1;
}

.frame-toast.is-visible {
  transform: translateX(0);
  opacity: 1;
}

.frame-toast-close {
  position: absolute;
  top: 7px;
  right: 10px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .86);
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  padding: 0;
}

.frame-toast-close:hover {
  color: #fff;
}

@media (max-width: 576px) {
  .frame-toast-stack {
    left: 12px;
    right: 12px;
    top: 12px;
  }

  .frame-toast {
    width: auto;
  }
}

button.zoom-hover:hover{
  transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(1.1) scaleY(1.1);
}

button.btn.btn-reaction{
  display: flex; 
  gap: 0.5rem; 
  justify-content: center; 
  align-items: center; 
  border-radius: 0.5rem; 
  border-width: 2px; 
  border-color: #D1D5DB; 
  width: 3rem; 
  height: 2rem; 
  font-size: 0.875rem;
  line-height: 1.25rem; 
  font-weight: 700; 
  background-color: #D1D5DB; 
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms; 
  cursor: pointer; 
}

button.btn.btn-reaction:hover{
  transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(1.1) scaleY(1.1);
  background-color: #E5E7EB; 
}

button.btn.btn-cyan{
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .2s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  color: rgb(255 255 255 / 1);
  font-weight: 600;
  padding: .5rem;
  background-color: rgb(37 165 238);
  border-color: rgb(21 192 250);
  border-width: 2px;
  border-radius: 0.375rem;
  cursor: pointer;
}

button.btn.btn-cyan:hover{
  background-color: rgb(28 140 212);
}

a.btn.btn-green{
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .2s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  color: rgb(255 255 255 / 1);
  font-weight: 600;
  padding: .5rem;
  background-color: rgb(22 163 74 / 1);
  border-color: rgb(34 197 94 /1);
  border-width: 2px;
  border-radius: 0.375rem;
  cursor: pointer;
}

a.btn.btn-green:hover{
  background-color: rgb(21 128 61 / 1);
}

.comment-item{
  display: flex; 
  overflow: hidden; 
  position: relative; 
  padding: 1rem; 
  align-items: center; 
  border-radius: 0.25rem; 
  width: 100%; 
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); 
  background: #f5f5f5;
  height: 90px;
}

.avatar-comment{
  position: absolute; 
  left: 0.25rem; 
  top: 0.5rem; 
  drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)); 
}

.avatar-comment img{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms; 
  transition-duration: 300ms; 
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); 
}

.avatar-comment img:hover{
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05; 
}

.comment-item-content{
  display: flex; 
  justify-content: space-between; 
  width: 100%; 
  margin-left: 60px;
}

.comment-item-content a{
  font-size: 0.875rem;
  line-height: 1.25rem; 
  font-weight: 600; 
  color: #89cdf0;
}

.comment-item-content p.comment-item-text{
  display: block; 
  font-size: 0.875rem;
  line-height: 1.25rem; 
}

.comment-item-content p.comment-item-date{
  font-size: 0.75rem;
  line-height: 1rem; 
}

/* MANAGEMENT*/

.content-container-text{
  display: grid;
  padding: 1rem; 
  grid-template-columns: repeat(1, minmax(0, 1fr)); 
  gap: 0.5rem;
}

.content-container-title{
  font-size: 0.875rem;
  list-style: 1.7142857;
  font-weight: 600;
}

.content-container-text{
  font-size: 0.875rem;
  list-style: 1.7142857;
}

/* MANAGEMENT - asegurar imagen a la derecha con texto envolviendo */
.content-container-text > p.content-container-text{
  display: block;
}

.content-container-text > p.content-container-text img{
  float: right;
  margin-left: 0.5rem;
}

/* MANAGEMENT - alinear primeras palabras de tÃ­tulo y texto */
.content-container-text > p.content-container-title,
.content-container-text > p.content-container-text{
  margin-left: 0;
  padding-left: 0;
  text-indent: 0;
}

.content-container-text > p.content-container-title{
  margin-top: 0;
  margin-bottom: 0rem;
}

.content-container-text > p.content-container-text{
  margin-top: 0;
}

.grid-container-staff{
  display: grid;
  padding-left: 0.5rem;
  padding-right: 0.5rem; 
  grid-template-columns: repeat(2, minmax(0, 1fr)); 
  gap: 1rem;
}

.user-card-header{
  background: url(https://static.hartico.tv/images_/cosmos/img/staff/users-banner.png) repeat;
  background-size: auto;
  background-position: 720px 105px;
  border-radius: 6px 6px 0 0;
}

.user-wrapper{
  position: relative;
  display: inline-block;
}

.user-wrapper p{
  margin-bottom: 0;
}

.staff-name{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; 
  padding-left: 0.75rem;
  padding-right: 0.75rem; 
  margin-top: 0.25rem; 
  border-radius: 9999px; 
  font-size: 0.75rem;
  line-height: 1rem; 
  font-weight: bold; 
  background-color: #ffffff; 
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); 
}

.staff-badge-box{
  display: flex; 
  position: relative; 
  padding: 0; 
  justify-content: center; 
  align-items: center; 
  border-radius: 0.375rem; 
  background-color: #ffffff; 
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.staff-box-container{
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    overflow: hidden;
    background-color: rgb(255 255 255 / 1);
    border-width: 1px;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1),
                0 1px 2px -1px rgb(0 0 0 / .1);
    margin-bottom: 1rem;
    margin: 0 !important;
    padding: 0 !important;
    border-color: rgb(156 163 175 / 1);
    border-style: solid;
}

button.top-item{
  display: flex; 
  overflow: hidden; 
  padding: 0.75rem; 
  gap: 0.75rem; 
  align-items: center; 
  border-radius: 0.25rem; 
  width: 100%; 
  text-align: left; 
  height: 70px;
  max-width: calc(100%);
  background: #f9d83e;
  border: none
}

.top-item-icon{
  display: flex; 
  justify-content: center; 
  align-items: center; 
  border-radius: 9999px; 
  width: 2.5rem; 
  height: 2.5rem; 
  background-color: #D1D5DB; 
}

.top-item-avatar{
  display: flex; 
  justify-content: center; 
  align-items: center; 
  border-radius: 9999px; 
  border-width: 4px; 
  border-color: #ffffff; 
  background-color: #E5E7EB; 
  border-style: solid;
}

.top-item-username{
  font-weight: 600; 
  color: #374151;   
  margin-bottom: 0;
}

.top-item-amount{
  font-size: 0.875rem;
  line-height: 1.25rem; 
  color: #4B5563; 
  margin-bottom: 0;
}

.top-item-icon p{
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.top-item-amount img{
  margin-bottom: 2px;
}

.body-component-white{
  display: flex; 
  overflow: hidden; 
  padding: 0.75rem; 
  flex-direction: column; 
  gap: 0.75rem; 
  border-radius: 0.25rem; 
  border-width: 1px; 
  background-color: #ffffff; 
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); 
}

/* PIXELES PAGE - MODERN STYLES */
:root {
  --bg: #eef5f9;
  --panel: #ffffff;
  --line: #d8e5ef;
  --text: #2b3b4b;
  --muted: #6b7f91;
  --celeste: #8fd3ff;
  --celeste-2: #62c2ff;
  --celeste-3: #3db2ff;
  --amarillo: #ffd36b;
  --rojo: #ffb6b6;
  --verde: #b8e3c2;
}

/* Saldo */
.saldo {
  background: linear-gradient(180deg, #f1faff, #eaf5ff);
  border: 1px solid #cfe7f6;
  color: #24597c;
  border-radius: 6px;
}

/* Alerta personalizada para pÃ­xeles */
.alert-pixels {
  background: linear-gradient(180deg, #fffbf1, #fef8e8);
  border: 1px solid #f2e4c6;
  color: #7d5a1b;
  border-radius: 6px;
}

/* SecciÃ³n tÃ­tulos */
.section-title {
  font-weight: 800;
  letter-spacing: .2px;
  font-size: 1.05rem;
  color: #314a60;
}

.section-sub {
  color: var(--muted);
  font-size: .93rem;
}

/* Tarjeta pack */
.pack {
  position: relative;
  background: linear-gradient(180deg, #f7fbff, #ffffff 65%);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 14px 12px;
  height: 100%;
  transition: border-color .15s ease, box-shadow .15s ease, transform .1s ease;
}

.pack:hover {
  border-color: #c6d9e7;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
  transform: translateY(-1px);
}

.pack .titulo {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-weight: 800;
  font-size: 1.02rem;
  color: #254258;
}

.etiquetas {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  margin: .4rem 0 .6rem;
}

.etiqueta {
  font-size: .78rem;
  padding: .18rem .45rem;
  border-radius: 4px;
  border: 1px solid var(--line);
  background: #f3f9ff;
  color: #496074;
  font-weight: 600;
}

.etq-simple {
  background: #f1f1f1;
  color: #4c4c4c;
}

.etq-inter {
  background: #e6f6ea;
  color: #2f6b41;
  border-color: #cfe9d7;
}

.etq-vendido {
  background: #fff3cd;
  color: #745b11;
  border-color: #ffe498;
}

.etq-redondo {
  background: #e9f6ff;
  color: #2b6790;
  border-color: #d3ebfb;
}

.etq-desc {
  background: #ffe5e5;
  color: #7d2a2a;
  border-color: #ffc9c9;
}

.precio {
  display: flex;
  align-items: baseline;
  gap: .5rem;
  margin: .2rem 0 .6rem;
}

.precio .ahora {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1e4661;
}

.precio .antes {
  color: #7d8e9e;
  text-decoration: line-through;
  font-weight: 600;
}

.btn-pack {
  background: linear-gradient(180deg, var(--celeste), var(--celeste-2));
  border: 1px solid #8ecff3;
  color: #0d2a3c;
  font-weight: 800;
  border-radius: 6px;
}

.btn-pack:hover {
  filter: brightness(1.05);
}

/* Cinta */
.ribbon {
  position: absolute;
  top: 10px;
  right: -2px;
  padding: .2rem .5rem;
  font-weight: 800;
  font-size: .72rem;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #3b2d00;
  background: var(--amarillo);
  border: 1px solid #f2c24c;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .06);
}

.ribbon.roja {
  background: var(--rojo);
  border-color: #ff9f9f;
  color: #5a1b1b;
}

.ribbon.verde {
  background: var(--verde);
  border-color: #a8dabe;
  color: #1c4a2a;
}

.hr-soft {
  height: 1px;
  background: var(--line);
  opacity: 1;
}


/* Footer */
.footer-hartico {
  background:
    linear-gradient(rgba(18, 116, 176, .60), rgba(12, 91, 145, .60)),
    url(/index/img/cosmos/background.png) center 52% / auto 620px repeat-x;
  border-top: 1px solid rgba(255, 255, 255, .22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
  color: #fff;
  font-size: 0.9rem;
  overflow: hidden;
  position: relative;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
  z-index: 1;
}

.footer-hartico::before {
  animation: frame-footer-clouds 20s linear infinite;
  background-image: url(/index/img/cosmos/clouds.png);
  background-position: 0 bottom;
  background-repeat: repeat-x;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.footer-hartico > .container {
  position: relative;
  z-index: 1;
}

@keyframes frame-footer-clouds {
  0% { background-position: 0 bottom; }
  100% { background-position: -420px bottom; }
}

.footer-hartico a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.footer-hartico a:hover {
  text-decoration: underline;
}

.logo-footer {
  font-size: 1.8rem;
  font-weight: bold;
  background: #fff;
  color: #2a9e92;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

/* Ajuste del espaciado vertical en el footer */
.footer-hartico .logo-footer + div {
  line-height: 1.2;
}

.footer-hartico .logo-footer + div span {
  margin-bottom: 0;
}

.footer-hartico .logo-footer + div small {
  margin-top: 0;
  line-height: 1;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.2rem;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  transition: background-color 0.2s ease;
}

.social-icon:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer-hartico .col-6 {
    margin-bottom: 1rem;
  }
  
  .footer-hartico .col-12.col-md-3 {
    margin-top: 1rem;
  }
}

#header-index.register .register-container {
  width: min(1320px, calc(100vw - 120px)) !important;
  max-width: 1320px !important;
  margin-left: 82px !important;
  margin-right: auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

#header-index.register .register-container > .row {
  --bs-gutter-x: 0;
  display: flex !important;
  align-items: flex-start;
  flex-wrap: nowrap !important;
  gap: 34px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#header-index.register #register-form {
  flex: none !important;
  max-width: 390px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 390px !important;
}

#header-index.register #register-form .component-page-card {
  width: 100% !important;
}

#header-index.register .register-news-column {
  flex: 0 0 680px;
  margin-left: 196px;
  margin-top: -55px;
}

#header-index.register .register-news-column .index-news-card {
  width: 680px;
}

@media (max-width: 768px) {
  #header-index.register .register-container {
    width: calc(100% - 32px) !important;
    max-width: 455px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #header-index.register .register-container > .row {
    display: block !important;
  }

  #header-index.register #register-form {
    max-width: 100% !important;
    width: 100% !important;
  }
}
