html {
    font-family: verdana, arial, sans-serif;
    text-align: justify;
    background: linear-gradient(to top right, black, #233657) fixed;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

body {
    color: #C0C0C0;
    margin: auto;
    align-content: center;
}

a:link, a:active, a:visited {
    color: #DCDCDC;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: white;
}

a.top {
    color: Red;
}

.texto {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    padding: 5px 10px 5px 10px;
    text-align: justify;
    color: white;
    margin: 2% 2.5% 1% 2.5%;
    overflow: auto;
}

textarea {
    width: 95%;
    height: 129px;
}

.memes {
    color: #00BFFF;
}

.overlay {
    background-color: #EFEFEF;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0px;
    left: 0px;
    opacity: .5; /* in FireFox */
    filter: alpha(opacity=50); /* in IE */
}
/* colunas e linhas*/
.linha {
    width: 965px;
    margin: auto;
    overflow: auto;
    padding: 5px 0;
    text-align: center;
}

.repetidor {
}

.coluna {
    padding: 0 1%;
    float: left;
}

.col1 {
    width: 60px;
}

.col2 {
    width: 140px;
}

.col3 {
    width: 220px;
}

.col4 {
    width: 300px;
}

.col5 {
    width: 380px;
}

.col6 {
    width: 460px;
}

.col7 {
    width: 540px;
}

.col8 {
    width: 620px;
}

.col9 {
    width: 700px;
}

.col10 {
    width: 780px;
}

.col11 {
    width: 860px;
}

.col12 {
    width: 940px;
}
/* estilos reutilizaveis*/

h1, h2, h3, h4, h5, h6 {
    margin: 15px 0 1px 25px;
    color: white;
}

ul li, ol li {
    margin-bottom: 5px;
    list-style-type: none;
}

ul.inline li, ol.inline li {
    margin-right: 15px;
}

    ul.inline li:last-child, ol.inline li:last-child {
        margin-right: 0px;
    }

/*a.botao, input.botao {
    background: red;
    padding: 5px 10px;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    margin: auto;
    display: inline-block;
    border: none;
    font-weight: bold;
}

    a.botao:hover, input.botao:hover {
        background: red;
        text-decoration: none;
    }*/


#bregistar {
    background: white;
    padding: 4% 5%;
    border-radius: 10px;
    color: #233657;
    cursor: pointer;
    margin: auto;
    border: none;
    font-weight: bold;
    width: 100%;
}

.bentrar {
    background: #233657;
    padding: 4% 5%;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    margin: auto;
    border: none;
    font-weight: bold;
    width: 100%;
}

#lembrarpass {
    text-align: center;
    margin: auto;
    color: white;
    font-weight: unset;
    text-decoration: underline;
}

.botindex {
    margin: auto;
    text-align: center;
    display: block;
    margin: 25px 0;
    padding: 5px 10px;
}

.login {
    border-radius: 15px;
    padding: 1% 2% 1% 2%;
    text-align: center;
    color: white;
    margin: auto;
    overflow: auto;
    font-weight: bold;
    align-content: center;
}

img {
    max-width: 100%;
    height: auto;
}

label, input[type=submit], input[type=text], textarea {
    display: block;
    margin-bottom: 10px;
}

input[type=submit] {
    background: #233657;
    color: white;
    cursor: pointer;
    font-size: 18px;
    margin-top: 10px;
}

    /*input[type=submit]:hover {
        background: red;
    }*/

label, input[type=radio] {
    display: inline-block;
}

/*Toggle switch button*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/*layout do Site*/
/*.header {
    font-weight: bold;
    font-size: 12px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    text-align: center;
}*/

/*.footer {
    background: #2F4F4F;
    color: #ebebeb;
    padding: 5px 0;
    text-align: center;
    font-weight: 100;
    margin-top: 1%;
    clear: both;
}*/

/*.menu {
    text-transform: uppercase;
    text-align: right;
    margin-top: 5px;
    padding-right: 5%;
    display: inline;
    float: right;
    width: 100%;
}*/

#logoindex {
    margin: auto;
    max-width: 40%;
    padding: 1% 5% 1% 5%;
    text-align: center;
}

.título {
    padding: 10% 5% 5% 5%;
    float: left;
}

.titulocaixa {
    text-align: center;
    margin: auto;
}

/*.jogo {
    margin-top: 1%;
    align: center;
}*/

.tabelajogos {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    padding: 5px 15px 10px 15px;
    text-align: center;
    color: white;
    margin: auto;
    max-width: 270px;
}

p {
    font-size: 1rem;
}

.palpite input { /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}

    .palpite input + img { /* IMAGE STYLES */
        cursor: pointer;
        border: 2px solid transparent;
    }

    .palpite input:checked + img { /* (RADIO CHECKED) IMAGE STYLES */
        border: 2px solid #f00;
    }

/*.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('http://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
}*/

.modal {
    display: none;
    position: fixed;
    /*text-align: center;*/
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8);
    font-size: large;
    color: white;
}

    .modal p {
        position: fixed;
        text-align: center;
        z-index: 1000;
        width: 100%;
        top: 55%;
        /*transform: translateY(-50%);*/
        font-size: large;
        color: firebrick;
        font-weight: bold;
        padding-top: 8%
    }

    .modal::before {
        position: fixed;
        margin: auto;
        display: block;
        z-index: 1000;
        width: 100%;
        top: 50%;
        /*transform: translateY(-50%);*/
        text-align: center;
        content: url('http://i.stack.imgur.com/FhHRx.gif');
    }

.modal2 {
    display: none;
    position: fixed;
    /*text-align: center;*/
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8);
    font-size: large;
    color: white;
}

    .modal2 p {
        position: fixed;
        text-align: center;
        z-index: 1000;
        width: 100%;
        top: 55%;
        /*transform: translateY(-50%);*/
        font-size: large;
        color: firebrick;
        font-weight: bold;
        padding-top: 8%
    }

    .modal2::before {
        position: fixed;
        margin: auto;
        display: block;
        z-index: 1000;
        width: 100%;
        top: 50%;
        /*transform: translateY(-50%);*/
        text-align: center;
        content: url('http://i.stack.imgur.com/FhHRx.gif');
    }


/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
/*container-fluid.loading {
    overflow: hidden;
}*/

    /* Anytime the body has the loading class, our
   modal element will be visible */
    /*container-fluid.loading .modal {
        display: block;
    }*/

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
container-fluid.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    container-fluid.loading .modal {
        display: block;
    }


/*Mobile*/
@media only screen and (max-width: 480px) {

    /*.logo1 {position: absolute;width: 25%;left: 37%; top: 3px;text-align: center;}
	.logo1 img{max-height: 45px}*/

    h2 {
        font-size: 19px;
        text-align: center;
        margin: auto;
    }

    .logotipo {
        padding: 1% 5% 1% 5%;
        text-align: center;
    }

    p {
        font-size: 13px
    }

    #logoindex {
        margin-top: 1%;
        max-width: 70%;
    }
}


/*Tablet*/
@media only screen and (min-width: 481px) and (max-width: 789px) {

    /*.logo1 {position: absolute;width: 20%;left: 2%; top: 7px;text-align: left;}
	.logo1 img{max-height: 50px}*/

    .logotipo {
        padding: 1% 5% 1% 5%;
        text-align: center;
    }

    #logoindex {
        margin-top: 5%;
        min-width: 60%
    }
}


/*Desktop*/
@media only screen and (min-width: 790px) {
}
