* {
    padding: 0;
    margin: 0;
}



@import url("reset.css");
@import url("additional.css");
@import url("slider.css");
@import url("lightbox.css");

body {
    background: rgb(0 0 0) url('../images/website/backgrounds/bg.png')no-repeat;
    font: 12px "Trebuchet MS";
    color: #7d6a6a;
    text-shadow: 2px 2px 0 hsla(348, 20%, 0%, 0.33);
    content: '';
    background-position-x: 290px;
}

.website {
    width: 1027px;
    margin: 0 auto;
}

.website .navigation {
    width: 1027px;
    .background-color: black;
    background: rgb(0 0 0) url('../images/website/navigation/bg.png')no-repeat;
    height: 79px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: center;
    position: center;
    left: 0;
    top: 0;
    border-bottom: 1px solid #2d2d2da3;
    
}

.website .navigation a,
.website .navigation a:focus {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 15px;
    text-decoration: none;
    color: #dbd1d4;
    padding: 9px;
    text-shadow: #000 0px 1px 0px;
}

.website .navigation a:hover {
    color: #fff;
    background: hsla(0, 0%, 0%, 0.30);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.website .navigation a:active {
    color: #fff;
    background: hsla(0, 0%, 0%, 0.15);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.website .header {
    width: 100%;
    height: 383px;
    background: url('../images/website/header/bg.png') no-repeat scroll center top transparent;
    content: '';
}

.website .header object {
    margin-left: 370px;
    margin-top: -20px;
    width: 300px;
    height: 300px;
}

.website .bigButton {
    width: 189px;
    height: 118px;
    background: url('../images/website/bigbutton/bg.png');
    margin: -99px 0 0 773px;
    padding: 55px 0 0 0;
    content: '';
    text-align: center;
    position: absolute;
    z-index: 1;
}

.website .bigButton a {
    margin: 0;
    padding: 0;

    text-decoration: none;
    text-shadow: 3px 3px 3px hsla(0, 0%, 0%, 0.5);
}

.website .bigButton a.game {
    color: hsla(0, 0%, 100%, 0.63);
    font: 47px 'HelveticaLT67', Verdana, sans-serif;
    line-height: 30px;
}

.website .bigButton a.start {
    color: hsla(0, 0%, 100%, 0.44);
    font: 35px 'HelveticaLT67', Verdana, sans-serif;
    font-style: italic;
    line-height: 30px;
}

.website .headstone {
    width: 1027px;
    height: 256px;
    background: url('../images/website/content/top.png') no-repeat;

    position: relative;
    z-index: 1;
}

.boxesContent{
    input{
        width: calc(100% - 20px);
        padding: 10px;
        margin-bottom: 10px;
        background-color: #ffffff14;
        border: 0;
        color: #a38875;
    }

    input::placeholder{
        color: #a38875;
    }

    .grupo-login{
        display: flex;
        align-items: center;
        margin-top: 10px;
        
        .login{
            border: none;
            padding: 5px 10px;
            background-color: #a38875;
            font-weight: bold;
            color: #fff;
            margin-right: 10px;
            cursor: pointer;
            transition: 0.4s;
        }

        .registrar{
            border: none;
            background-color: transparent;
            color: #a38875;
            font-weight: bold;
            cursor: pointer;
            transition: 0.4s;
        }

        .login:hover{
            background-color: #857061;
        }

        .registrar:hover{
            filter: brightness(1.2);
        }
    }
}

.website .content {
    width: 973px;
    background: url('../images/website/content/content.png') repeat-y scroll center top transparent;
    padding: 0 27px;
}

.website .content .left-col {
    width: 237px;
    margin: -66px 0 0 0;
    padding: 0 10px;

    float: left;
    position: relative;
    z-index: 1;
}

.website .content .left-col .title {
    width: 100%;
    height: 40px;
    background: url('../images/website/content/boxesTitle.png') top no-repeat;
    padding: 10px 0 0 0;

    font: 15px 'Archivo Narrow', sans-serif;
    color: #726d6d;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px 0px #000;
    text-transform: uppercase;
}

.website .content .left-col .boxesContent {
    width: 100%;
    margin: 0 auto 25px auto;
}

.website .content .left-col .boxesContent p {}

.website .content .left-col .boxesContent p.x01 {
    color: hsl(25, 20%, 55%);
    line-height: 1.8em;
    background: #1e1518;
}

.website .content .left-col .boxesContent p.x02 {
    color: hsl(25, 20%, 55%);
    line-height: 1.8em;
}

.website .content .main-col {
    width: 691px;
    margin: -190px 0 0 0;
    padding: 0 7px 0 18px;

    float: right;
    position: relative;
    z-index: 1;
}

.website .content .main-col .slider {
    width: 683px;
    height: 259px;
    background: url('../images/website/slider/bg.png') no-repeat;
    margin: 0 auto 20px 0;
    padding: 3px;

    position: relative;
    overflow: hidden;
}

.website .footer {
    width: 677px;
    height: 132px;
    background: url('../images/website/content/footer.png') no-repeat left top;
    margin: 0 auto;
    padding: 36px 40px 0 310px;

    font: 11px, "Trebuchet MS";
    font-weight: bold;
    text-shadow: black 0px 1px 0px;
    text-align: right;
    color: rgba(255, 255, 255, 0.14);
}

.website .footer img {
    margin: 0 3px;
    border: none;

    float: left;
    opacity: 0.4;
    transition: opacity .6s ease-in-out;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.website .footer img:hover,
.website .footer img:focus,
.website .footer img:active {
    opacity: 1.0;
}

.website .footer a {
    color: rgba(255, 255, 255, 0.14);
    font-family: "Trebuchet MS", Verdana, sans-serif;
}

.website .footer .subfooter {
    width: 208px;
    height: 40px;
    background: url('../images/website/content/subfooter.png') no-repeat transparent center top;
    margin: 30px 0 0 0;
    padding: 2px 0 0 0;
    float: right;
}

.website .footer .subfooter a {
    width: 42px;
    height: 30px;
    background: url('../images/website/content/subfooterSocial.png') no-repeat transparent 42px 42px;
    margin: 0 5px;

    display: block;
    float: left;

    text-align: center;
}

.website .footer .subfooter a:hover,
.website .footer .subfooter a:active {
    height: 34px;
}

.website .footer .subfooter a.fb {
    background-position: 0 bottom;
}

.website .footer .subfooter a.tw {
    background-position: -42px bottom;
}

.website .footer .subfooter a.yt {
    background-position: -84px bottom;
}

.website .footer .subfooter a.rs {
    background-position: -126px bottom;
}

.clear {
    clear: both;
}

/*********************************/
/************ Website ************/
/*********************************/

div.table {
    width: 100%;
}

div.table .thead {}

div.table .thead .tr {
    height: 13px;
    background: rgba(0, 0, 0, 0.17);
    margin: 0 0 3px 0;
    padding: 6px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);

    font-size: 11px;
}

div.table .thead .tr div {
    float: left;
}

div.table .tbody {}

div.table .tbody .tr {
    height: 13px;
    background: rgba(0, 0, 0, 0.34);
    margin: 0 0 3px 0;
    padding: 6px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);

    font-size: 11px;
}

div.table .tbody .tr div {
    float: left;
    vertical-align: top;
}

.form-cadastro{
    margin: 0;
    padding: 0;
    background-color: #000;
    background-image: url('../images/website/backgrounds/bg.png');
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

input{
    padding: 15px;
    width: 300px;
}

button{
    background-color: #0d1735;
    border: 1px solid #fff;
    color: #fff;
    padding: 15px;
    width: 300px;
    cursor: pointer;
}