body {

font-family: 'Work Sans', sans-serif; !important
}
.logo img {
    width: 100%;
}
.right-banner img.img-thumbnail {
    width: 100%;
}

section.Top-header {
    background: #ffffff;
    padding: 19px 0;
}

nav.navbar.navbar-default {
    margin: 0;
    border: transparent;
    min-height: 0;
    background-color: #063459;
    margin-bottom: 12px;
}

.navbar-nav li a {
    font-size: 17px;
    padding: 15px 11px;
    color: #f3c330 !important;
    font-weight: 600;
    border: 1px solid #063459;
}

.navbar-nav li.active a {
    color: #fff !important;
    font-weight: 600;
    background: transparent !important;
}
.navbar-nav li a:hover {
    color: #fff !important;
    font-weight: 600;
    border: 1px solid #f3c330;
}

section.footer {
    background: #063459;
    text-align: center;
    padding: 40px 0;
}
.footer-sec-img h3 a {
    color: #fff;
    text-decoration: underline;
}
.footer-sec-img h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}
.jogos-content h2 {
    background: #063459;
    padding: 10px 10px;
    color: #f3c330;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
}
.jogos-content p {
    font-size: 17px;
    text-align: justify;
    font-weight: normal;
    color: #313131;
    line-height: 25px;
}

.baixar-right-sec {
    border: 3px solid #021691;
    padding: 10px;
}

.baixar-right-sec h5 {
    color: #cd0000;
}
.right-jogos-menu h2 {
    font-size: 24px;
    background: #063459;
    padding: 10px 0 10px 10px;
    color: #f3c330;
    text-transform: uppercase;
    font-weight: 600;
}
.aside_list a {
    font-size: 16px;
    display: block;
    color: #063459;
    padding: 10px 10px;
    font-weight: 600;
    border: 1px solid #f3c330;
}
.aside_list a:hover {
    background: #063459;
    color: #f3c330;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.jogos-content {
    padding-bottom: 20px;
}

.table_sec{
	background-image:url("../images/giphy.gif");
}

table.table.table-hover {
    margin: 18px 0;
    background-color: #1f1f4fd1;
    box-shadow: 1px 6px 10px 2px #fff;
}

table.table.table-hover thead th {
    font-size: 16px;
    text-transform: capitalize;
	text-align: center;
	    padding: 10px 0;
}
.table.table.table-hover th {
    background: #1caa7c;
    color: #fff;
}
.table.table.table-hover tr td {
    vertical-align: middle;
    text-align: center;
}
table.table.table-hover tr td span {
    font-size: 19px;
    font-weight: 600;
    color: #c78f04;
}
.table.table.table-hover button.btn.btn-danger {
    background: #fabe28;
    color: #063459;
    font-weight: 600;
    font-size: 15px;
}
.table.table.table-hover button.btn.btn-default {
    background: #1caa7c;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
}
.baixar-right-sec img {
    width: 90%;
	border-radius: 10px;
}
.baixar-right-sec {
    text-align: center;
    border-radius: 10px;
    margin: 20px 0;
}
.baixar-right-sec button.btn.btn-basic {
    margin-top: 6px;
    background: #063459;
    color: #fabe28;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 12px;
    border: 2px solid #fabe28;
}

.baixar-right-sec button.btn.btn-danger {
    margin-top: 6px;
    background: #455807;
    color: #fff500;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 12px;
    border: 2px solid #fabe28;
}

.baixar-right-sec button.btn.btn-basic:hover {
    background: #041d31;
    transition: all 0.3s linear;
}
.baixar-table img.img-thumbnail {
    width: 100%;
    margin-bottom: 20px;
}
.inner-baixar-table img {
    text-align: center;
    width: 100%;
    border-radius: 10px;
}
.inner-baixar-table {
    text-align: center;
}
.inner-baixar-table button.btn.btn-basic {
    margin-top: 10px;
    margin-bottom: 30px;
    background: #063459;
    color: #fabe28;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 12px;
    border: 2px solid #fabe28;
}
section.baixar-table {
    background-image:url("../images/bcg.jpg");
    background-position: center;
    background-size: inherit;
}
.back-img-xtra {
    padding: 20px 0;
}
.table tbody tr:hover {
    background: #185275b8;
}
.table tbody tr {
    height: 100px;
}
.table tbody button.btn.btn-dark:hover {
    background: #042c4c;
    color: #fff;
    border: 2px solid #fabe28;
	    transition: all 0.3s linear;
}
.table tbody button.btn.btn-primary:hover {
    background: #042c4c;
    color: #fff;
    border: 2px solid #fabe28;
	    transition: all 0.3s linear;
}
.inner-baixar-table button.btn.btn-basic:hover {
    background: #fabe28;
    color: #063459;
    border: 2px solid #063459;
    transition: all 0.3s linear;
}

.footer-sec-img img {
    width: 7%;
    background-color: #fff;
    padding: 5px;
    border-radius: 19px;
}

/*--------------media query--------------*/

@media only screen and (max-width:1199px){
.navbar-nav li a {
    font-size: 14px;
    padding: 10px 8px;
}
.baixar-right-sec button.btn.btn-danger {
    margin-top: 6px;
    background: #455807;
    color: #fff500;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 6px;
    border: 2px solid #fabe28;
}
.baixar-right-sec button.btn.btn-basic {
    margin-top: 6px;
    background: #063459;
    color: #fabe28;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 9px;
    border: 2px solid #fabe28;
}

}
@media only screen and (max-width:991px){
.navbar-nav li a {
    font-size: 11px;
    padding: 8px 4px;
}

section.Top-header {
    background: #ffffff;
    padding: 10px 0;
}
.inner-baixar-table img {
    width: 70%;
}
.baixar-right-sec img {
    width: 70%;
}
.jogos-content p {
    font-size: 15px;
    line-height: 22px;
}

table.table.table-hover img {
    width: 80%;
}
.jogos-content {
    padding-bottom: 10px;
}
.right-jogos-menu h2 {
    margin: 0;
}
.right-jogos-menu {
    text-align: center;
}
.footer-sec-img h3 {
    font-size: 25px;
}


}

@media only screen and (max-width:767px){
.logo img {
    width: 60%;
}

.logo {
    text-align: center;
    margin: 16px 0px;
}

.right-banner img.img-thumbnail {
    width: 100%;
    margin: 10px 0;
}
section.Top-header {
    padding: 0;
}
.logo {
    text-align: center;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.table tbody tr span {
    font-size: 16px;
}
.table tbody button.btn.btn-dark {
    font-size: 14px;
    padding: 8px 12px;
}
.table button.btn.btn-primary {
    font-size: 14px;
    padding: 8px 12px;
}
.inner-baixar-table img {
    width: 80%;
}
.baixar-right-sec img {
    width: 80%;
}
.baixar-right-sec button.btn.btn-basic {
    margin-bottom: 0px;
}
.jogos-content h2 {
    font-size: 22px;
    text-align: center;
	margin: 10px 0;
}
.right-jogos-menu h2 {
    font-size: 22px;
}
.footer-sec-img img {
    width: 9%;
}

}

@media only screen and (max-width:639px){
.logo img {
    width: 70%;
}
.logo {
    text-align: center;
    margin: 9px 0px;
}
.back-img-xtra {
    background-color: #063459d4;
    padding: 10px 0;
}
.inner-baixar-table img {
    width: 100%;
}

.baixar-right-sec {
    border: 3px solid #ffffff;
    padding: 10px;
}
.baixar-right-sec img {
    width: 100%;
}
.jogos-content h2 {
    font-size: 19px;
    text-align: center;
    margin: 5px 0;
}
.jogos-content p {
    font-size: 14px;
    line-height: 18px;
}
.right-jogos-menu h2 {
    font-size: 19px;
}
.aside_list a {
    font-size: 15px;
}
.footer-sec-img h3 {
    font-size: 22px;
}
section.footer {
    padding: 25px 0;
}
.table tbody tr td img {
    width: 100%;
}
.table tbody tr span {
    font-size: 13px;
}
table.table.table-hover tr td span {
    font-size: 14px;
    font-weight: 600;
    color: #c78f04;
}

.table tbody button.btn.btn-dark {
    font-size: 13px;
    padding: 8px 6px;
}
.table button.btn.btn-primary {
    font-size: 13px;
    padding: 8px 4px;
}

.footer-sec-img img {
    width: 11%;
}


}

@media only screen and (max-width:479px){
.logo img {
    width: 100%;
}
.navbar-toggle {
    padding: 6px 6px;
}
.inner-baixar-table button.btn.btn-basic {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 8px 10px;
}
.baixar-right-sec button.btn.btn-basic {
    margin-top: 7px;
    margin-bottom: 1px;
    font-size: 14px;
    padding: 9px 10px;
}

.baixar-right-sec button.btn.btn-danger {
    margin-top: 6px;
    background: #455807;
    color: #fff500;
    font-size: 15px;
    font-weight: 600;
    padding: 9px 6px;
    border: 2px solid #fabe28;
}
.jogos-content h2 {
    font-size: 15px;
}
.jogos-content p {
    font-size: 12px;
    line-height: 16px;
}
.right-jogos-menu h2 {
    font-size: 15px;
}

table.table.table-hover thead th {
    font-size: 12px;
    text-transform: capitalize;
    text-align: center;
    padding: 10px 0;
}

.table.table.table-hover button.btn.btn-danger {
    background: #fabe28;
    color: #063459;
    font-weight: 600;
    font-size: 10px;
    padding: 7px 4px;
}

.table.table.table-hover button.btn.btn-default {
    background: #1caa7c;
    color: #ffffff;
    font-weight: 600;
    font-size: 11px;
    text-transform: capitalize;
    padding: 7px 3px;
}

.aside_list a {
    font-size: 13px;
}
.footer-sec-img h3 {
    font-size: 18px;
}

.footer-sec-img img {
    width: 11%;
}
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
