@import url('https://fonts.googleapis.com/css?family=Baloo+Bhai');

html {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  /* Added in from answer from Felix*/
  overflow-x: scroll;
}

* {
  margin: 0;
  padding: 0;
}

/* COLORS */

.navbar-light .navbar-nav .nav-link .dirtywhite,
.navlink .dirtywhite,
.navlink.dirtywhite, .footer p.dirtywhite a ,
a.dirtywhite,
a .dirtywhite,
.dirtywhite {
  color: #fafafa !important;
}

.navbar-light .navbar-nav .nav-link .white,
.navlink .white,
.navlink.white, .footer p.white a ,
a.white,
a .white,
.white {
  color: #fff!important;
}

.navbar-light .navbar-nav .nav-link .gold,
.navlink .gold,
.navlink.gold,
a.gold,
a .gold,
.gold {
  color: #e09938 !important;
}

.navbar-light .navbar-nav .nav-link .purple,
.navlink .purple,
.navlink.purple,
a.purple,
a .purple,
.purple {
  color: #3b3c5a !important;
}

.navbar-light .navbar-nav .nav-link .red,
.navlink .red,
.navlink.red,
a.red,
a .red,
.red {
  color: #ad2c34 !important;
}

.navbar-light .navbar-nav .nav-link .gray,
.navlink .gray,
.navlink.gray,
a.gray,
a .gray,
.gray {
  color: #6a645a !important;
}

.navbar-light .navbar-nav .nav-link .green,
.navlink .green,
.navlink.green,
a.green,
a .green,
.green {
  color: #348a5d !important;
}

.navbar-light .navbar-nav .nav-link .blue,
.navlink .blue,
.navlink.blue,
a.blue,
a .blue,
.blue {
  color: #015a6b !important;
}

/*border colors*/

.border-dirtywhite {
  border-color: #fafafa;
}

.border-white {
  border-color: #ffffff;
}

.border-gold {
  border: solid 2px #e09938!important;
}

.border-purple {
  border-color: #3b3c5a;
}

.border-red {
  border-color: #ad2c34;
}

.border-gray {
  border-color: #6a645a;
}

.border-green {
  border-color: #348a5d;
}

.border-blue {
  border-color: #015a6b;
}

/*bg colors*/

.bg-dirtywhite {
  background-color: #fafafa;
}

.bg-white {
  background-color: #fff;
}

.bg-gold {
  background-color: #e09938;
}

.bg-purple {
  background-color: #3b3c5a;
}

.bg-red {
  background-color: #ad2c34;
}

.bg-gray {
  background-color: #6a645a;
}

.bg-green {
  background-color: #348a5d;
}

.bg-lightgreen {
  background-color: #348a5d;
}

.bg-blue {
  background-color: #015a6b;
}

/*BTN*/

.btn-blue {
  color: #dedfdc !important;
  background-color: #015a6b !important;
  border-color: #015a6b !important;
}

.btn-blue:hover {
  color: #dedfdc !important;
  background-color: #004956 !important;
  border-color: #004956 !important;
}

.btn-lightgreen {
  color: #fff !important;
  background-color: #348a5d !important;
  border-color: #348a5d !important;
}

.btn-lightgreen a {
  color: #fff !important;
}

.btn-lightgreen:hover {
  background-color: #2d7951 !important;
  border-color: #2d7951 !important;
}

.btn-lightgreen:hover a {
  text-decoration:none!important;
  color: #fafafa !important;
}

/* COLORS END */

/* NAVBAR */

.navbar-toggler {
  /*border: none !important;*/
}

.linguas{
	  font-family: 'Baloo Bhai',
    cursive !important;
    color: #fff;
}

.menuSaw ul li a {
  font-family: 'Baloo Bhai',
    cursive !important;
  border: 2px solid rgba(222, 223, 220, 0.1);
  color: rgb(222, 223, 220);
  border-radius: 5px;
  margin: 0 7px;
  font-size: 20px;
}

 .menuSaw ul li span {
  font-family: 'Baloo Bhai',
    cursive !important;
 
  color: rgb(222, 223, 220);
  margin: 0 7px;
  font-size: 20px;
}

.menuSaw ul li a:active {
  border-radius: 5px;
  background-color: #ffffff;
}

.menuSaw .active {
    background-color: #ffffff;

} 

.menuSaw ul li a:hover {
  border-radius: 5px;
  border: 2px solid rgba(222, 223, 220, 0.3);
}

.menuSaw {
  background-color: #01596a;

}

/* NAVBAR END */

.text-destaques,
a.text-destaques:hover {
  color: #5ca896;
}

.text-purple,
a.text-purple:hover {
  color: #6610f2;
}

.bg-purple {
  background-color: #6610f2;
}

.btn-white-purple {
  color: #6610f2 !important;
  background-color: white !important;
}

.btn-white-purple:hover {
  color: white !important;
  background-color: #6610f2 !important;
}

.text-orange,
a.text-orange:hover {
  color: #fd7e14;
}

.btn-outline-orange {
  color: #fd7e14 !important;
  border-color: #fd7e14 !important;
}

.btn-outline-orange:hover {
  background-color: #fd7e14 !important;
  color: white !important;
}


/* MEUS PASSATEMPOS */

/* HIDE RADIO */
[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type="radio"]+i {
  cursor: pointer;
  margin-top: 5px;
}

/* CHECKED STYLES */
[type="radio"]:checked+i {
  color: #007bff;
  margin-top: 5px;
}

.swiper-container {
  height: 85px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination .swiper-pagination-progressbar {
  bottom: 13px !important;
}

.swiper-slide.card {
  position: relative;
  width: 50%;
}

.swiper-slide .card-img {
  display: block;
  width: 100%;
  height: auto;
}

.swiper-slide .card-body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
}

.card-body#overlayblue {
  background-color: #007bffbf;
  color: #eaf4ff;
}

.card-body#overlayblue a {
  color: #eaf4ff;
}

.card-body#overlayindigo {
  background-color: #6610f2bf;
  color: #d9c9f4;
}

.card-body#overlayindigo a {
  color: #d9c9f4;
}

.card-body#overlaypurple {
  background-color: #6f42c1bf;
  color: #efebf6;
}

.card-body#overlaypurple a {
  color: #efebf6;
}

.card-body#overlaypink {
  background-color: #e83e8cbf;
  color: #240915;
}

.card-body#overlaypink a {
  background-color: #240915;
}

.card-body#overlayred {
  background-color: #dc3545bf;
  color: #000000;
}

.card-body#overlayred a {
  color: #000000;
}

.card-body#overlayorange {
  background-color: #fd7e14bf;
  color: #4d2707;
}

.card-body#overlayorange a {
  color: #4d2707;
}

.card-body#overlayyellow {
  background-color: #ffc107bf;
  color: #473502;
}

.card-body#overlayyellow a {
  color: #473502;
}

.card-body#overlaygreen {
  background-color: #28a745bf;
  color: #ffffff;
}

.card-body#overlaygreen a {
  color: #ffffff;
}

.card-body#overlayteal {
  background-color: rgba(32, 201, 151, 0.75);
  color: #003836;
}

.card-body#overlayteal a {
  color: #003836;
}

.card-body#overlaycyan {
  background-color: rgba(23, 162, 184, 0.75);
  color: #012c32;
}

.card-body#overlaycyan a {
  color: #012c32;
}

.swiper-slide.card:hover .card-body {
  opacity: 1;
}

.swiper-slide .card-body {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.swiper-slide .card-body .card-link {
  color: white;
  bottom: 20px;
  position: fixed;
}

a:hover {
  text-decoration: none;
}

.badgetitle {
  display: inline-block;
  padding: 0.2em 0.4em 0.25em 0.4em;
  /* font-size: 75%; */
  font-weight: 500;
  /* line-height: 1; */
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge-orange {
  background-color: #fd7e14;
}

.bg-orange {
  background-color: #fd7e14;
}

.jumbotron#Arena {
  height: 300px;
  animation: slide 10s linear infinite;
  -webkit-animation: slide 10s linear infinite;
}

@keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -730px 0;
  }
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -730px 0;
  }
}

.card-footer#Passatemposfooter {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.login-container {
  margin-top: 2%;
}

.login-form-1 {
  padding: 5%;
  /*box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);*/
}

.login-form-1 h3 {
  text-align: center;
  color: #333;
}

.login-form-2 {
  padding: 5%;
  background: #0062cc;
  /*box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);*/
}

.login-form-2 h3 {
  text-align: center;
  color: #fff;
}

.login-container form {
  padding: 10%;
}

.btnSubmit {
  width: 50%;
  border-radius: 1rem;
  padding: 1.5%;
  border: none;
  cursor: pointer;
}

.login-form-1 .btnSubmit {
  font-weight: 600;
  color: #fff;
  background-color: #0062cc;
}

.login-form-2 .btnSubmit {
  font-weight: 600;
  color: #0062cc;
  background-color: #fff;
}

.login-form-2 .ForgetPwd {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.login-form-1 .ForgetPwd {
  color: #0062cc;
  font-weight: 600;
  text-decoration: none;
}

/* SIDEBAR */

#sidebar .list-group-item.list-group-item-action#sidebarDestaques.active {
  background-color: #28a745;
  border-color: #1c7531;
}

#sidebar .list-group-item.list-group-item-action#sidebarATerminar.active {
  background-color: #dc3545;
  border-color: #a32632;
}

#sidebar .list-group-item.list-group-item-action#sidebarArena.active {
  background-color: #6f42c1;
  border-color: #563496;
}

#sidebar .list-group-item.list-group-item-action#sidebarDesafios.active {
  background-color: #17a2b8;
  border-color: #128496;
}

#sidebar .list-group-item.list-group-item-action#sidebarPassatempos.active {
  background-color: #fd7e14;
  border-color: #d86a11;
}

.sidebar {
  position: fixed;
  border-radius: 20px;
}

.sidebar-item {
  list-style-type: none;
}

#sidebar {
  min-width: 245px;
  max-width: 245px;
  transition: display 1s;
  z-index: 50;
  text-align: left;
}

#sidebar.active {
  min-width: 70px;
  max-width: 70px;
  text-align: left;
}

#sidebar a {
  text-align: center;
}

#sidebar.active a[aria-expanded="false"]::before,
#sidebar.active a[aria-expanded="true"]::before {
  top: auto;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

#sidebar span {
  display: inline-block;
}

#sidebar.active span {
  display: none;
}

#sidebar #sidebarOpenIcon {
  display: none;
}

#sidebar.active #sidebarOpenIcon {
  display: inline-block;
}

#sidebar #sidebarCloseIcon {
  display: inline-block;
}

#sidebar.active #sidebarCloseIcon {
  display: none;
}

#toc h5 {
  font-size: 90%;
}



#sidebarArena .sidebarlist {
  background-color: #fff;
  color: #000000;
}

#sidebarDesafios .sidebarlist {
  background-color: #fff;
  color: #000000;
}

#sidebarMeusPassatempos .sidebarlist {
  background-color: #fff;
  color: #000000;
}

#sidebarPassatempos .sidebarlist {
  background-color: #fff;
  color: #000000;
}

.sidebarlist {
  position: relative;
  display: block;
  padding: 0.75rem 0.75rem;
  margin: 3px 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  width: 50px !important;
  height: 50px;
}

.ofertaDestaque p{
	font-size: 1.2rem;
}


/* DESTAQUES */

.carousel-indicators li {
  background-color: #005b90 !important;
}

/* /*DESTAQUEx1*/ */

/* .imagemDestaque { */
/*   opacity: 0; */
/*   position: relative; */
/*   animation-name: SlideDown; */
/*   animation-delay: 1.5s; */
/*   animation-duration: 1.1s; */
/*   animation-iteration-count: 1; */
/*   animation-fill-mode: forwards; */
/*   animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1); */
/*   margin-bottom: 3rem; */
/* } */

/* @keyframes SlideDown { */
/*   0% { */
/*     opacity: 0; */
/*     top: -25px; */
/*   } */

/*   100% { */
/*     opacity: 1; */
/*     top: 0px; */
/*   } */
/* } */

/* .tituloDestaque { */
/*   position: absolute; */
/*   top: 100px; */
/* } */

/* .tituloDestaque h1 { */
/*   opacity: 0; */
/*   animation-name: appear-text; */
/*   animation-duration: 0.0001s; */
/*   animation-timing-function: linear; */
/*   animation-fill-mode: forwards; */
/*   animation-delay: 1s; */
/*   font-family: 'Baloo Bhai', */
/*     cursive !important; */
/*   font-size: 7rem; */
/* } */

/* .tituloDestaque::after { */
/*   content: ""; */
/*   top: 0; */
/*   left: 0; */
/*   width: 0; */
/*   height: 100%; */
/*   background-color: #e09938; */
/*   position: absolute; */
/*   animation-name: rev-block; */
/*   animation-duration: 1.5s; */
/*   animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1); */
/*   animation-fill-mode: forwards; */
/*   animation-delay: 0.4s; */
/* } */

/* @keyframes rev-block { */
/*   0% { */
/*     left: 0%; */
/*     width: 0%; */
/*   } */

/*   50% { */
/*     left: 0%; */
/*     width: 100%; */
/*   } */

/*   100% { */
/*     left: 100%; */
/*     width: 0%; */
/*   } */
/* } */

/* @keyframes appear-text { */
/*   0% { */
/*     opacity: 0; */
/*   } */

/*   100% { */
/*     opacity: 1; */
/*   } */
/* } */

/* .ofertaDestaque { */
/*   position: fixed; */
/*   position: absolute; */
/*   top: 230px; */
/* } */

/* .ofertaDestaque h4 { */
/*   opacity: 0; */
/*   animation-name: appear-text; */
/*   animation-duration: 0.0001s; */
/*   animation-timing-function: linear; */
/*   animation-fill-mode: forwards; */
/*   animation-delay: 2.1s; */
/* } */

/* .ofertaDestaque::after { */
/*   content: ""; */
/*   top: 0; */
/*   left: 0; */
/*   width: 0; */
/*   height: 100%; */
/*   background-color: #343a40; */
/*   position: absolute; */
/*   animation-name: block; */
/*   animation-duration: 2s; */
/*   animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1); */
/*   animation-fill-mode: forwards; */
/*   animation-delay: 1.4s; */
/* } */

/* @keyframes block { */
/*   0% { */
/*     left: 100%; */
/*     width: 0%; */
/*   } */

/*   50% { */
/*     left: 0%; */
/*     width: 100%; */
/*   } */

/*   100% { */
/*     left: 0%; */
/*     width: 0%; */
/*   } */
/* } */

/* .botaoDestaque { */
/*   opacity: 0; */
/*   position: fixed; */
/*   position: absolute; */
/*   top: 300px; */
/*   animation-name: SlideDownbtn; */
/*   animation-delay: 3.5s; */
/*   animation-duration: 1.1s; */
/*   animation-iteration-count: 1; */
/*   animation-fill-mode: forwards; */
/*   animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1); */
/* } */

/* @keyframes SlideDownbtn { */
/*   0% { */
/*     opacity: 0; */
/*     top: 265px; */
/*   } */

/*   100% { */
/*     opacity: 1; */
/*     top: 300; */
/*   } */
/* } */

/* .patrocinadorDestaque { */
/*   position: absolute; */
/*   opacity: 0; */
/*   width: 8%; */
/*   top: 360px; */
/*   animation-name: destaque-block; */
/*   animation-duration: 2.2s; */
/*   animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1); */
/*   animation-fill-mode: forwards; */
/*   animation-delay: 2.5s; */
/* } */

/* .patrocinadorDestaque h6 span { */
/*   opacity: 0; */
/*   animation-name: destaque-texto; */
/*   animation-duration: 0.1s; */
/*   animation-timing-function: linear; */
/*   animation-fill-mode: forwards; */
/*   animation-delay: 3.8s; */
/*   font-weight: 700; */
/* } */

/* .patrocinadorDestaque i { */
/*   opacity: 1; */
/*   animation-name: destaque-icon; */
/*   animation-duration: 2.4s; */
/*   animation-timing-function: linear; */
/*   animation-fill-mode: forwards; */
/*   animation-delay: 1.2s; */
/*   padding-right: 3px; */
/*   font-size: 14px; */

/* } */

/* @keyframes destaque-block { */
/*   0% { */
/*     opacity: 0; */
/*     width: 8%; */
/*   } */

/*   50% { */
/*     opacity: 1; */
/*     width: 8%; */
/*   } */

/*   100% { */
/*     opacity: 1; */
/*     width: 100%; */
/*   } */
/* } */

/* @keyframes destaque-texto { */
/*   0% { */
/*     opacity: 0; */
/*   } */

/*   100% { */
/*     opacity: 1; */
/*   } */
/* } */

/* @keyframes destaque-icon { */
/*   0% { */
/*     opacity: 1; */
/*   } */

/*   95% { */
/*     opacity: 1; */
/*   } */

/*   100% { */
/*     opacity: 1; */
/*   } */
/* } */



.d-flex {
  -webkit-box-flex: 33% !important;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 33% !important;
  /* OLD - Firefox 19- */

  /* For old syntax, otherwise collapses. */
  -webkit-flex: 33% !important;
  /* Chrome */
  -ms-flex: 33% !important;
  /* IE 10 */
  flex: 33% !important;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.row {
  width: 100%;
}

.row,
.d-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}

/* DESTAQUES - END */

/* QUICKNAV */
.iconquicknav {
  position: relative;
  width: 100%;
  /* desired width */
}

.iconquicknav:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/
}

.iconquicknav-content {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

.iconquicknav-content.passatempos .whitebox {
  position: relative;
  width: 23%;
  height: 2rem;
  display: inline-block;
  background-color: white;
  top: 0px;
  box-shadow: 0px 7px 19px -3px rgba(147, 46, 13, 0.71);
}

.iconquicknav-content.passatempos .whitebox .innerbox {
  top: 2px;
  bottom: 12px;
  right: 2px;
  left: 2px;
  position: absolute;
  display: inline-block;
}

.iconquicknav-content.passatempos .whitebox .smallinnerbox {
  top: 27px;
  bottom: 2px;
  right: 7px;
  left: 7px;
  position: absolute;
  display: inline-block;
}

.iconquicknav-content.meuspassatempos .whitebox {
  position: relative;
  width: 23%;
  height: 1.7rem;
  display: inline-block;
  background-color: white;
  top: 0px;
  box-shadow: 0px 7px 19px -3px rgba(13, 99, 147, 0.71);
}

.iconquicknav-content.meuspassatempos .whitebox .innerbox {
  top: 2px;
  bottom: 2px;
  right: 2px;
  left: 2px;
  position: absolute;
  display: inline-block;
}

.iconquicknav-content.meuspassatempos .whitebox .innerbox .smallinnerbox {
  top: 10px;
  bottom: 10px;
  right: 7px;
  left: 7px;
  position: absolute;
  display: inline-block;
}


/* QUICKNAV - END */


/* DESAFIOS */

#cardMarDePalavras .card-footer {
  background-color: #17a2b8;
  font-weight: bolder;
  color: #003431;
}

#cardMarDePalavras .card-footer:hover {
  background-color: #0eb4ce;
}

#cardPalavrasNasMaos .card-footer {
  background-color: #3c35a8;
  font-weight: bolder;
  color: #cbbeff;
}

#cardPalavrasNasMaos .card-footer:hover {
  background-color: #4b44af;
}

#cardUniaoEuropeia .card-footer {
  background-color: #ffae22;
  font-weight: bolder;
  color: #684800;
}

#cardUniaoEuropeia .card-footer:hover {
  background-color: #ffb83e;
}

.tabelaJogo {
  width: 500px;
  height: 500px;
  padding: 25px;
}

.celula {
  padding: 3px 3px 3px 3px;
}

.celula .circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.hexagon {
  margin: 7px 2px;
  width: 45px;
  height: 26px;
  position: relative;
  background: #007bff;
}

.hexagon:after,
.hexagon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: inherit;
}

.hexagon:after {
  transform: rotate(60deg);
}

.hexagon:before {
  transform: rotate(-60deg);
}

.DI_UP .hexagon {
  background: #007bff !important;
}

.ND_UP .hexagon {
  background: #dc3545 !important;
}

.DI_WHAT .hexagon {
  background: #ffc107 !important;
}

.CHECKED_MINE .hexagon {
  background: #28a745 !important;
}

.pentagon {
  position: relative;
  width: 50px;
  height: 50px;
}

.pentagon.DI_UP {
  background-image: url(/../../images/ARENA-DI_UP.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.pentagon.DI_WHAT {
  background-image: url(/../../images/ARENA-DI_WHAT.gif);
  background-size: contain;
  background-repeat: no-repeat;
}

.pentagon.MY {
  background-image: url(/../../images/ARENA-MY);
  background-size: contain;
  background-repeat: no-repeat;
}

.pentagon.ND {
  background-image: url(/../../images/ARENA-MY);
  background-size: contain;
  background-repeat: no-repeat;
}

.EMPTY .pentagon {
  background-image: none;
}

.scale-80 {
  transform: scale(0.8);
  /* Equal to scaleX(0.7) scaleY(0.7) */
}

.mirror .pentagon {
  transform: scale(1, -1);
}

.mirror-ver {
  transform: scale(-1, 1);
}

.rotate72 {
  transform: rotate(72deg);
}

.rotate144 {
  transform: rotate(144deg);
}

.rotate216 {
  transform: rotate(216deg);
}

.rotate288 {
  transform: rotate(288deg);
}

.rotate180 {
  transform: rotate(180deg);
}

ul {
  list-style-type: none;
}

.celula .empty {
  width: 45px;
  height: 45px;
}

.celula .half-empty {
  width: 22px;
  height: 45px;
}

.refCelula {
  opacity: 0.8;
  z-index: 999;
  display: none;
  color: #004d8c;
  font-weight: bold;
}

.celula #iconAmarelo1 {
  background: url("images/icons/amarelo1.png");
  background-position: center;
  background-size: cover;
  width: 45px;
  height: 45px;
  opacity: 1;
}

#iconAmarelo2 {
  background-image: url(images/icons/amarelo2.png);
  background-position: center;
  background-size: cover;
  z-index: 12;
}

#iconAmarelo3 {
  background-image: url(images/icons/amarelo3.png);
  background-position: center;
  background-size: cover;
  z-index: 12;
}

#iconAmarelo4 {
  background-image: url(images/icons/amarelo4.png);
  background-position: center;
  background-size: cover;
}

#iconAmarelo5 {
  background-image: url("images/icons/amarelo5.png");
  background-position: center;
  background-size: cover;
}

#iconAmarelo6 {
  background-image: url("images/icons/amarelo6.png");
  background-position: center;
  background-size: cover;
}

#iconAmarelo7 {
  background-image: url("images/icons/amarelo7.png");
  background-position: center;
  background-size: cover;
}

#iconAmarelo8 {
  background-image: url("images/icons/amarelo8.png");
  background-position: center;
  background-size: cover;
}

.ads {
  height: 545px;
  text-align: right;
}

a.anchor {
  display: block;
  position: relative;
  top: -90px;
  visibility: hidden;
}

.w-33 {
  width: 33.3%;
}

.w-66 {
  width: 66.6%;
}

/* ARENA */

.slidernJogadores {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.slidernJogadores:hover {
  opacity: 1;
}

.slidernJogadores::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4caf50;
  cursor: pointer;
}

.slidernJogadores::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4caf50;
  cursor: pointer;
}

/*  */

/* PALETTE */

.palette {
  position: absolute;
  width: 268px;
  left: -120px !important;
}

.dropup .palette {
  top: -5px !important;
}

.dropdown .palette {
  top: 5px !important;
}

/* The container */
.slot {
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0.5rem;
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
}

input,
button,
submit {
  border: none;
}

/* Hide the browser's default radio button */
.slot input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
}

/* Create a custom radio button */
.checkmarkradio {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.slot:hover input~.checkmarkradio {
  background-color: rgb(255, 255, 255, 0.75);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarkradio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.slot input:checked~.checkmarkradio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.slot .checkmarkradio:after {
  top: 0rem;
  left: 0rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  z-index: 2;
}

.slot.color1 {
  background-color: #007bff;
}

.slot.color2 {
  background-color: #0047b1;
}

.slot.color3 {
  background-color: #6610f2;
}

.slot.color4 {
  background-color: #6f42c1;
}

.slot.color5 {
  background-color: #e83e8c;
}

.slot.color6 {
  background-color: #dc3545;
}

.slot.color7 {
  background-color: #fd7e14;
}

.slot.color8 {
  background-color: #ffc107;
}

.slot.color9 {
  background-color: #28a745;
}

.slot.color10 {
  background-color: #20c997;
}

.slot.color11 {
  background-color: #17a2b8;
}

.slot.color12 {
  background-color: #e9e9e9;
}

.slot.color13 {
  background-color: #6c757d;
}

.slot.color14 {
  background-color: #343a40;
}

.slot.color15 {
  background-color: rgb(25, 25, 25);
}

.iconcategoria {
  border-radius: 50%;
}

/* The container */
.iconcategoria {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

/* Hide the browser's default checkbox */
.iconcategoria input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmarkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.iconcategoria:hover input~.checkmarkbox {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.iconcategoria input:checked~.checkmarkbox {
  display: block;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmarkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.iconcategoria input:checked~.checkmarkbox:after {
  display: block;
}

/* Style the checkmark/indicator */
.iconcategoria .checkmarkbox:after {
  left: 24px;
  top: 11px;
  width: 1rem;
  height: 2rem;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#CulturaGeral {
  background-color: #28a745;
}

.iconcategoria#CulturaGeral:hover input~.checkmarkbox {
  background-color: #207c35;
}

.iconcategoria#Historia {
  background-color: #ffc107;
}

.iconcategoria#Historia:hover input~.checkmarkbox {
  background-color: #eeb816;
}

.iconcategoria#UniaoEuropeia {
  background-color: #0047b1;
}

.iconcategoria#UniaoEuropeia:hover input~.checkmarkbox {
  background-color: #063883;
}

.iconcategoria#Ingles {
  background-color: #dc3545;
}

.iconcategoria#Ingles:hover input~.checkmarkbox {
  background-color: #b32533;
}

/* CORES CATEGORIAS */

#CulturaGeral {
  background-color: #28a745;
}

#Historia {
  background-color: #ffc107;
}

#UniaoEuropeia {
  background-color: #0047b1;
}

#Ingles {
  background-color: #dc3545;
}

/* lifelines */

.lifeline {
  display: inline-block;
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0.5rem;
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  padding-top: 8px;
  text-align: center;
}

.lifeline.color1 {
  background-color: #007bff;
}

.lifeline.color1:hover {
  background-color: #0064cf;
}

.lifeline.color2 {
  background-color: #dc3545;
}

.lifeline.color2:hover {
  background-color: #b32533;
}

.lifeline.color3 {
  background-color: #fd7e14;
}

.lifeline.color3:hover {
  background-color: #d36c17;
}

/* NAVEGAÇÃO PASSATEMPO */

.iconNavP {
  display: inline-block;
  position: relative;
/*   width: 2.4rem; */
/*   height: 2.4rem; */
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0.15rem;
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
/*   padding-top: 8px; */
  text-align: center;
   width: 1.75rem;
        height: 1.75rem;
        padding-top: 6px;
}

.iconNavP#anterior,
.iconNavP#seguinte {
  background-color: #007bff;
}

.iconNavP#anterior:hover,
.iconNavP#seguinte:hover {
  background-color: #0064cf;
}

.iconNavP#inicio,
.iconNavP#fim {
  background-color: #17a2b8;
}

.iconNavP#inicio:hover,
.iconNavP#fim:hover {
  background-color: #158394;
}

#ordenarporPassatempos,
#filtrarPassatempos {
  display: inline-block;
}

#ordenarporMeusPassatempos,
#filtrarporMeusPassatempos {
  display: inline-block;
}

.container {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.separadorPassatemposTop{
    height: 300px;
    width: 100%;
    background-image: linear-gradient(#f6f6f6ff, #f6f6f600);
    position: absolute; 
}


.SeparadormeusPassatemposTop {

        background-image: url(../../v4/img/separadorPassatemposInverno.png);
        height: 50px;
        background-size: cover;
/*                         background-image: linear-gradient(#005b90ff, #005b9000) */

}

.meusPassatemposBackground {
  background-size: cover;
  background-image: url(../../v4/img/meuspassatemposbackground.jpeg);
  background-position: center center;
/*   margin-top:-50px; */
}

.meusPassatemposSeparadorTop{
  background-image: url(../../v4/img/meuspassatemposseparador.png);
  height: 50px;
  background-size: cover;
}

.meusPassatemposSeparadorBottom {
  background-image: url(../../v4/img/meuspassatemposseparador.png);
  height: 50px;
  background-size: cover;
}

.meusPassatemposSeparadorTop {
  transform: rotate(180deg)
}

#meusPassatempos .badgetitle {
  margin: 1rem 0 3rem 0;
}

#meusPassatempos {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

#meusPassatempos .swiper-pagination-bullet-active {
  background-color: black;
}

#meusPassatempos .custom-control-input:checked~.custom-control-label::before {
  color: black;
  background-color: black;
}


#meusPassatempos [type="radio"]:checked+i {
  color: black;
}

#meusPassatempos [type="radio"]+i {
  color: #5b7c7d;
}

.passatemposBottomGradient {
	height:200px;
	background-image: linear-gradient(#f6f6f600, #f6f6f6);
}

.separadorPassatemposBottom {
  	 background-image: url(../../v4/img/separadorPassatemposInverno.png);
        height: 50px;
        background-size: cover;


}


.dataTable thead{
	font-weight: bold;
     
}

.dataTable thead tr{
	background-color: #015a6b;
} 

.dataTable thead tr th{
	color: #fff;
}

.dataTable .tdAbrir{
	font-family: 'Baloo Bhai', cursive !important;
   	
}

.concluidoBox{
	
    background-color: #348a5d;
    border-radius: 5px;
}

/* ***************
 * FB on left side 
 ******************/
/* this is for the circle position */
.fb_dialog.fb_dialog_advanced {
    left: 18pt;
}

/* The following are for the chat box, on display and on hide */
iframe.fb_customer_chat_bounce_in_v2 {
    left: 9pt;
}
iframe.fb_customer_chat_bounce_out_v2 {
    left: 9pt;
}

#verMais{
    border-color: #ffffff1a !important;
    transition:0.15s;
}


#verMais:hover {
    border-color: #ffffff !important;
     transition:0.2s;
}

.passatemposContainer {

      margin-top: -1px;

}


.z-index-2{
	z-index:2;
}

.menuShowHide{
	position: fixed;
    top: 15px;
    right: 20px;	
}


a[class^="handle"] {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
    transition: box-shadow 150ms linear;
}


a[class^="handle"]:hover {

    box-shadow: 0 5px 24px rgba(0, 0, 0, .3);
} 

.pointer {cursor: pointer;}

.modal_popup{
	width: fit-content;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 30px;
    z-index: 11000;
    left: 50%;
    top: 10px;
    border-radius: 6px;
}
/* MEDIA QUERIES */


a.navbar-brand img {width:260px}




@media screen and (max-width: 1366px) {
  .sidebar {
    display: none;
  }

  #sidebar {
    display: none;
  }

  #bg404 {
    display: none;
  }

  #textcolumn404 {
    margin-left: auto !important;
    margin-right: auto !important;
  }

}

@media screen and (max-width: 576px) {

	.inverterMobile{
		display: flex !important;
		-webkit-box-orient: vertical !important;
	    -webkit-box-direction: reverse !important;
	    -ms-flex-direction: column-reverse !important;
	    flex-direction: column-reverse !important;
	}
}

@media screen and (max-width: 992px) {
  #navbarSite {
    text-align: center;
  }

  #navmainlinks {
    padding-bottom: 25px;
  }

  #navmainlinks a {
    padding: 10px 0;
  }

  #navsocialmedia {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  #navsocialmedia a {
    margin: 0 20px;
  }

  #navpersonal li {
    padding: 10px 0;
    max-width: 400px;
    margin: 0 auto;
  }

  h1 {
    font-size: 1.5rem !important;
  }

  .badgetitle {
    white-space: normal;
  }

  .carousel-item h2 {
    margin-top: 2rem !important;
    margin-bottom: 1.25rem !important;
    font-size: 1.5rem;
  }

  .patrocinadorDestaque {
    top: 0;
  }

  .patrocinadorDestaque h6 {
    font-size: 0.80rem;
  }

  /*   * {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  * {
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  } */

  * {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }

  /*   *::after {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  *::after {
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  } */

  *::after {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }

  .carousel-item * {
    opacity: 1 !important;
    text-align: center;
  }

  .patrocinadorDestaque {
    width: 100%;
  }

  .imagemDestaque {
    margin-bottom: 0rem !important;
  }

  .carousel-inner .container .col-md-7 {
    padding: 0 !important;
  }

  .carousel-inner .container .col-md-7 .card-body {
    padding: 0.5rem !important;
  }

  .carousel-inner .container .col-md-7 .card-body .subtituloDestaque h3 {
    font-size: 1.3rem;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .carousel-inner .container .col-md-5 {
    padding: 1.5rem !important
  }

  .tituloDestaque {
    position: initial;
  }

  .carousel-inner .container .col-md-7 .card-body .tituloDestaque h1 {
    font-size: 4.5rem !important;
    margin-bottom: 0 !important;
  }

  .carousel-inner .container .col-md-7 .card-body .botaoDestaque {
    display: none;
  }

  .passatempodestaque2,
  .passatempodestaque2 *,
  .passatempodestaque3,
  .passatempodestaque3 * {
    opacity: 0 !important;
  }

  .container .swiper-container .swiper-wrapper .swiper-slide.card {
    width: 260.5px !important;
  }

  .iconsBemVindo {
    display: none;
  }

  #ordenarporPassatempos,
  #filtrarPassatempos,
  #ordenarporMeusPassatempos,
  #filtrarporMeusPassatempos {
    display: block;
    margin: 0 auto;
    text-align: center !important;
    padding: 5px 0;
  }

  #meusPassatempos .badgetitle {
    margin: 0 0 1rem 0;
  }

  #meusPassatempos {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .containerLogo {
    display: none;
  }

#main{
	
	padding-top: 86px!important;
}
  #carousel {
/*     padding-top: 50px !important; */
  }
  
  .ofertaDestaque
  {
	  top:100px;
  }
  
  #verporMeusPassatempos{
	  display:none;
  }
  

	.mfp-close-btn-in .mfp-close
	{
		color:#333!important;
	}

	#magnificPopUp{
		margin-top:100px;
	}
	
	.carousel-inner{
/* 		padding-top: 1.5rem !important; */
	}
	
	.carousel-inner .display-4{
		font-size:1.5rem;
		margin:0px;
	}
	
	
	.container#Passatempos{
		padding-top: 30px; 
	}
	
	.carousel-item {
	    width: 100%;
	    margin: 0 auto;
	    text-align: center;
	    padding: 0 13%;
	}
	
	.carousel-inner .container .destaqueMobileImg{
	    margin: 0;
    	padding: 0 0 10px 0!important;
	}
	
		
	#navbarSupportedContent {
	    text-align: center;
	}
	
	#menuSawContainer .topRow{
		padding:0px!important;
	} 
	
	li.nav-item {
        margin: 5px 0;
        -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; 
    } 
    
      .slidePartocinador {

        height: inherit!important;

    }

    img.logoPatrocinador {

        margin-bottom: 20px;

    }

    .contactosPatrocinador .row .col {
        padding-left: 0!important;
    } 
    
	.menuShowHide{
		position: fixed;
	    top: 15px;
	    right: 20px;	
	}
	
	.carousel-indicators li {
	  background-color: #fff!important;
	}
	
	#carousel{
		height: 550px;
	}

}

@media screen and (min-width: 992px) {
	
	ul.navbar-nav {padding-right: 260px}
	
	
	.logoMobile{
		display:none!important;
	}
}


@media screen and (max-width: 1600px){
	.carousel-inner {
	    height: 460px!important;
	}
	
}


@media screen and (max-height: 730px) and (min-height: 500px) and
	(min-width: 500px) {
	.navbar li.nav-item .nav-link, navbar li.nav-item, navbar .nav-link {
	    font-size: 16px;
	} 
}

