*{
    padding: 0;
    margin: 0;
}
html {
    box-sizing: border-box; 
    font-size: 62.5%; /* Hack para Box Model **/
}
*, *:before, *:after {
    box-sizing: inherit;
}

body {
    color: #AAA;
    line-height: 1.4;
    margin: 0;
    font-size: 1.6rem;
    font-family: 'Roboto',sans-serif;
    background: #161616
}
a {
    color: #b2b2b2;
}
/* CONTENEDOR */
.contenedor {
    width: 88%;
    margin: 0 auto;
}

/* HEADER */
.header {
    width: 100%;
    background-color: rgb(36,36,36);
    position: sticky;
    top: 0  ;
    z-index: 1;
}
.header_caja {
    background-color: rgb(36,36,36);
    display: flex;
    height: 5.5rem;
    justify-content: space-between;
    width: 88%;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
}
.header_menus a,
.header_menus div{
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.header_menus a.pro {
    background-color: #199156;
}
.header_menus a:hover{
    background-color: rgb(0, 0, 0);
}
.fa-solid.fa-bars {
    display: none;
}
@media (max-width: 1200px){
    .fa-solid.fa-bars {
        display: inline-block;
    }
}

.login_register a{
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
.login_register a:hover{
    background-color: rgb(0, 0, 0);
}



@media (max-width: 623px) {
    a .header__texto{
        display: none;
    }
    .contenido_hero a img{
        width: 100%;
    }
}
/* HERO */
.hero {
    height: 20rem;
    background-image: url(/public/img/portada/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 1rem;
    position: relative;
}

.contenido_hero {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgb( 0 0 0 / 60% );
}


/*
img {
    width: 100%;
}*/

/* MAINN */
.sombra {
    /*background-color: #353434;*/
    background-color: #202020;
    padding: 0.5rem;
    border-radius: 10px;
    position: relative;

}


.servicios {
    display: grid;
    grid-template-columns: 3fr 1fr;
    column-gap: 1rem;
}

.event {
    text-align: center;
    margin-bottom: 2rem;
}
.event img {
    max-width: 100%;
}

.chat {
    width: 100%;
    height: 20rem;
    background-color: rgb(85, 95, 95);
    margin-bottom: 2rem;
}

.planes {
    width: 100%;
    /*height: 20rem;*/
    margin-bottom: 2rem;
}
.planes img {
    max-width: 100%;
}

.anuncios{
    width: 100%;
    /*height: 25rem;*/
    background-color: rgb(85, 95, 95);
    margin-bottom: 2rem;
}
.actividades{
    width: 100%;
    height: 25rem;
    margin-bottom: 2rem;
}

.thead {
    background: #5267a5;
    color: #fff;    
    padding: 11px;
    border-radius: 2px 2px 0 0;
    background-image: url(https://static.cracked.sh/images/thead_bg.png);
    background-size: cover;
}
.thead strong {
    padding: 4px 10px;
    background: rgba(0,0,0,0.13);
    border-radius: 2px;
}

@media (max-width: 750px) {
    .servicios{
        grid-template-columns: 1fr;
    }
}


.footer {
    background-color: #353434;
    padding: 1.2rem;
    margin: 1rem;
    text-align: center;
}

/* CHAT */

.chat {
    overflow: auto;
    background: #232323;
}
.smilie {
    max-width: 32px;
    max-height: 32px;
}

.avatar img {
    margin: 0 auto;
    vertical-align: middle;
    max-height: 20px;
    max-width: 20px;
    cursor: pointer;
    padding: 2px;
    border-radius: 4px;
}

.entry {
    display: table-row;
}

.entry > div {
    display: table-cell;
    padding: 6px;
    overflow: hidden;
}

.entry > div {
    background: #212121;
    border-top: 1px solid #262626;
    border-bottom: 1px solid #1B1B1B
}

.text {
    width: 100%;
    font-family: 'Roboto',sans-serif;
    font-size: 13px;
}

.info {
    font-size: 11px;
    color: #AAA;
}

.user {
    border-right: solid 1px #ff0404;
    font-size: 13px;
    white-space: nowrap;
}
.user a {
    text-decoration: none;
}
.mod.whisper{
    padding: 6px 8px;
    font-size: 9px;
    font-weight: bold;
    color: #AAA;
    text-decoration: none;
}
.registered_rank{
    color: #fafafa;
}

/* SCROLL BARRA */
.caja {
    overflow: auto;
}
::-webkit-scrollbar {
    width: 0.4rem;
    height: 0.4rem;
}

::-webkit-scrollbar-track {
    border: 7px solid#232943;
    box-shadow: 0 0 5px 5px rgb(0, 0, .5) inset;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: linear-gradient(45deg, #00ffff, #77ff00);
}

/*Anuncios*/


.actulizar_planes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 0.2rem;
    width: 100%;
    height: 100%;
}

.actulizar_planes section {
    background-color: #252525;
}

.header_actulizar {
    display: flex;
    justify-content: space-between;
    border-radius: 2px 2px 0px 0px;
    font-size: 16px;
    font-weight: bold;
}

.premiun .header_actulizar {
    background-color: #42A7A7;
}
.infinity .header_actulizar {
    background-color: #C67A8C;
}

.supreme .header_actulizar {
    background-color: #40ae70;
}

.header_actulizar ._80{
    color: #ffffff;
    padding: 8px;
}

.header_actulizar ._20{
    padding: 8px;
}

.header_actulizar > *:nth-child(2) {
    background-color: rgba(0, 0, 0, 0.400);
    width: 100px;
    text-align: center;
}
.trow{
    border-top: 1px solid #262626;
    border-bottom: 1px solid #1b1b1b;
    padding: 12px;
    color: #AAA;
}
.trow ._2{
    float: right;
}

.trow1 {
    border-top: 1px solid #262626;
    border-bottom: 1px solid #1b1b1b;
    padding: 12px;
    color: #AAA;
    display: flex;
}
.trow1_center {
    justify-content: center;
    
}
.trw1_background {
    background-color: #2c2c2c;
}
.trow1 ._1 {
    font-size: 0.8rem;
    width: 100%;
}

.fa-check {
    color: #3fb73f;
}
.fa-xmark {
    color: red;
}

@media (max-width: 740px) {
    .actulizar_planes{
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
}

/*######### LOGIN ########*/
.login {
    width: min( 35rem, 100% );
    margin: 0 auto;
    display: grid;
    background-color: #000;
    border-radius: 6px;
}
.input {
    display: flex;
    margin: 1rem;
    /*background-color: #161616;*/
}
.input div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    background-color: #199156;
}

.input input {
    width: 100%;
    padding: 0.5rem;
    outline: none;
    border: none;
}

.input .btn {
    width: 150px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #2069ad;
    color: #fff;
    font-weight: bold;
}

/*### PERFIL ###*/
.contenedor_portada{
    position: relative;
}
.contenedor_portada__img {
    background-image: url(https://cracked.sh/images/covers/cover.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .25;
}
.contenedor_portada__centrar {
    padding: 40px;
    min-height: 100px;
    display: flex;
    align-items: center;
    position: relative;

}
.perfil-avatar {
    width: 150px;
    height: 150px;
}

.contenedor_perfil {
    display: grid;
    grid-template-columns: 1fr 1.8fr 1fr;
    column-gap: 1rem;
}
@media (max-width: 658px) {
    .contenedor_perfil{
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
}
@media (max-width: 497px) {
    .contenedor_perfil{
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
}

.perfil-sidebar {
    gap: 1rem;
}

.perfil-sidebar__inf {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2px;
}
.inf {
    background-color: #000;
    height: 100px;
}
.perfil_estadistica {
    display: flex;
}
.flex-one {
    height: 30px;
    background-color: #161817;
    flex: 1;
}

.tborder{
    width: 100%;
}

.grpimg>img {
    width: 180px;
    height: 41px;
}

.grpimg {
    display: inline-block;
    margin: 0 0 5px;
    padding: 0;
}

.text-center {
    text-align: center;
    padding: 12px;
}
.online {
    color: #15A018;
}

.offline {
    color: #ab0000;
}
.online_status a{
    text-decoration: none;
}


