

.carregando{
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.51);
  background-image: url(../img/load-carregando.gif);
  z-index: 9999;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}

.adicionado{
    position:fixed;
    z-index:9999;
    height:100%;
    width:100%;
    left:0;
    top:0;
    background:rgba(255,255,255,0.51);
    display:none;
}

.adicionado .box-popup{
    position:absolute;
    top:50%;
    left:50%;
    padding:30px;
    background:#fff;
    text-align:center;
    box-shadow:0px 0px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.3);

    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
}

.adicionado .box-popup .texto{
    display:block;
    margin-bottom:15px;
}

.modal-body{
	display:table;
	width:100%;
}

.spacer{
  display: table;
  width: 100%;
  padding: 15px 0;
}

.goback{
  border-radius:10px;
  float: left;
}

.advance{
  border-radius:10px;
  float: right;
}

.actions{
  margin-top:30px;
}

.timeline{
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    width: 60%;
    margin: auto;
}

.timeline .item{
  display: block;
  text-align: center;
  padding: 15px;
  width: calc(100%/3);
  align-items: center;
  box-sizing: border-box;
  border-bottom: 2px solid #ccc;
}

.timeline .item span{
    display: block;
    float: left;
    text-align: center;
    background-color: #ccc;
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 50px;
    color: #fff;
    margin-right:5px;
}

.timeline .item.active{
  border-color: #ce1619;
}

.timeline .item.active span{
  background-color: #ce1619;
}

.show-equipe, .show-professor{
  cursor: pointer;
}

.nova-equipe, .novo-professor{
  display: none;
}

.form-item{
  margin-top:15px;
}

/* ALERTAS */

.alerta{
  position:fixed;
  background:#fff;
  border-bottom:1px solid #ddd;
  display:table;
  margin:0;
  font-size:14px;
  font-weight: 300;
  bottom:15px;
  right:15px;
  z-index:9999;
  box-shadow:0px 3px 6px rgba(0,0,0,0.1);
  -webkit-box-shadow:0px 3px 6px rgba(0,0,0,0.1);
}

.alerta > div{
  display:table-cell;
  vertical-align: middle;
}

.alerta .titulo{
  font-weight: 600;
  margin:0;
  display:block;
  font-size:16px;
}

.alerta .fecha-alerta{
  display:table-cell;
  vertical-align:top;
  padding:10px;
  font-size:14px;
  display:block;
  color:#ccc;
}

.alerta .icone{
  color:#fff;
  padding:15px;
}

.alerta .text{
  padding:10px;
  width:240px;
  font-size:13px;
  color:#666;
}

.alerta-success{
  border:2px solid #4cae4c;
}

.alerta-success .titulo{
  color:#4cae4c;
}

.alerta-success .wrap-icone{
  background:#4cae4c;
}

.alerta-success .fecha-alerta:hover{
  color:#4cae4c;
}

.alerta-danger{
  border:2px solid #b72020;
}

.alerta-danger .titulo{
  color:#b72020;
}

.alerta-danger .wrap-icone{
  background:#b72020;
}

.alerta-danger .fecha-alerta:hover{
  color:#b72020;
}

.alerta-info{
  border:2px solid #0d4279;
}

.alerta-info .titulo{
  color:#0d4279;
}

.alerta-info .wrap-icone{
  background:#0d4279;
  margin-right:5px;
}

.alerta-info .fecha-alerta:hover{
  color:#0d4279;
}

.alerta-warning{
  border:2px solid #f0ad4e;
}

.alerta-warning .titulo{
  color:#f0ad4e;
}

.alerta-warning .wrap-icone{
  background:#f0ad4e;
}

.alerta-warning .fecha-alerta:hover{
  color:#f0ad4e;
}

.alerta.active{
  animation-name: alerta;
  animation-duration: 1s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@keyframes alerta{
  0%{
    opacity:0;
    transform: translate(0,100%);
    -webkit-transform: translate(0,100%);
  }
  40%{
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
  }
  60%{
    transform: translate(0,0) rotate(-15deg);
    -webkit-transform: translate(0,0) rotate(-15deg);
  }
  70%{
    transform: translate(0,0) rotate(10deg);
    -webkit-transform: translate(0,0) rotate(10deg);
  }
  80%{
    transform: translate(0,0) rotate(-5deg);
    -webkit-transform: translate(0,0) rotate(-5deg);
  }
  90%{
    transform: translate(0,0) rotate(2deg);
    -webkit-transform: translate(0,0) rotate(2deg);
  }
  100%{
    opacity:1;
    transform: translate(0,0) rotate(0deg);
    -webkit-transform: translate(0,0) rotate(0deg);
  }
}

small.errors{
  color: #ce1619;
  display: table;
  width: 100%;
  position: absolute;
  top: 101%;
}


/* Pietro */
.banner {
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 400px;
  max-height: 400px;
}
.banner .item {
    min-height: 400px;
    max-height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.btn-azul {
  background-color: #113c67;
  color: #fff;
  border: none;
  border-radius: 2px;
}
.btn-azul:hover{
    background-color: #335f8c;
    color: white;
}
.noticia-img {
  min-height: 200px;
  max-height: 200px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.content-cinza,.content {
  background-color: #f2f2f2;
  padding-top: 15px;
  padding-bottom: 50px;
}
.top {
    background-color: #113c67;
    min-height: 45px;
    max-height: 45px;
}
.top ul.social .fa{
    color: #113c67;
    font-size: 15px;
    height: 25px;
    width: 25px;
    margin-top: 10px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top ul.trans {
    margin-top: 10px;
}
.top .login, .top .busca {
    padding: 10px 20px 0px 0px;
    color: #fff;
}
.top .login a {
    color: #fff;
}
#google_translate_element, .goog-te-banner-frame, .goog-te-balloon-frame, #goog-gt-tt, .goog-te-balloon-frame, .goog-tooltip, .goog-tooltip:hover {
    display: none !important;
}
.logo {
    max-height: 142px;
    min-height: 142px;
    background-image: url(../img/site/bg-topo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.logo .fbjj {
    margin-top: 10px;
    max-height: 100px;
}
.menu{
    background-color: #113c67;
}
.menu .navbar-nav > li > a {
    color: #fff;
}
.navbar-nav .dropdown-menu {
    background-color: #113c67;
}
.dropdown-menu > li > a{
  color: #fff;
  line-height: 30px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:active {
    color: #fff;
    background: none;
}
.navbar-nav > li.dropdown.open > a {
    background: none;
}
.dropdown-toggle:focus{
  background: none;


}
.navbar-nav > li > a:hover {
    background: none;
}
.parceiros-list {
    margin-bottom: 30px;
}
.parceiros-list h3 {
    margin-bottom: 30px;
}
.parceiros {
    background-color: #46484A;
    min-height: 200px;
    color: #fff;
}
.img-afiliado {
    margin-bottom: 15px;
    max-height: 100px;
}
.bloco-azul {
    min-height: 6px;
    max-height: 6px;
    min-width: 50px;
    max-width: 50px;
    background-color: #37c0e4;
    display: block;
    margin-bottom: 10px;
}
.rodape {
    background-color: #d6d6d6;
    min-height: 50px;
    padding: 20px;
}
.rodape .logo-footer {
    max-height: 40px;
}
.noticia{
  text-align: left;
  margin-top: 50px;
}
.noticia-info{
  border-radius: 0px 0px 3px 3px;
  border: 1px solid #e6e6e6;
  background: #fff;
  border-top: none;
  padding: 15px 20px;
}
.noticia-img{
  border-radius: 3px 3px 0px 0px;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  background: #fff;
  background-size: cover!important;
  background-repeat: no-repeat!important;
}
.noticia.home .noticia-img{
  min-height: 205px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.noticia-info h4{
  font-weight: 600;
  height: 95px;
}
.noticia-info small , .noticia-info p{
    color: #999;
    font-size: 13px;
}
.noticia.home{
  margin-top: 10px;
}
.noticia.home.normal{
  margin-bottom: 18px;
  padding: 0;
}

.noticia.home h4{
  font-size: 20px;
  margin-top: 0;
  color: #37c0e4;
}
.noticia.home.normal h4{
  font-size: 15px;
  color: black;
  margin-bottom: 0;
}
.noticia.home.normal h4:hover{
  color: #37c0e4;
}
.noticia.home p{
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: black;
}
.campeonato{
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}
.jjif {
    max-height: 25px;
    margin-left: 10px;
}
ul.menu-categoria {
    margin-top: 0px;
    border: 1px solid #08a9d2;
} 
ul.menu-categoria p {
    color: #fff;
    background-color: #113c67;
    padding: 5px 0px 5px 0px;
    font-weight: 800;
    margin: 0px;
}
ul.menu-categoria > li a {
    display: block;
    padding: 5px 0px 5px 10px;
    background-color: transparent;
}
ul.menu-categoria > li a:hover, ul.menu-categoria > li.active a, ul.menu-categoria > li a:focus, ul.menu-categoria > li a:active {
    display: block;
    padding: 5px 0px 5px 10px;
    background-color: #08a9d2;
    color: #fff;
    text-decoration: none;
}
.module{
    position: relative;
    padding: 140px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
img {
    max-width: 100%;
    height: auto;
}
.post-entry{
  margin-top: 50px;
}
#contact .contact {
    margin: 40px 0 100px 0;
}
#contact .form .box input[type="text"] {
    margin-bottom: 10px;
    color: black;
    height: 39px;
    border-radius: 3px;
}
#contact .form .box textarea {
    padding: 11px;
    margin: 0;
    border-radius: 3px;
    height: 139px;
}
#contact .contact p {
    color: #939394;
    font-size: 19px;
    margin-bottom: 47px;
    font-style: italic;
    line-height: 24px;
}
#contact h3 {
    color: #646464;
    font-weight: 300;
    font-style: italic;
    font-size: 27px;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 0px;
    display: inline-block;
    margin: 0;
}
#contact .btn-azul{
  margin-top: 20px;
}
.regras-list {
    background-color: #fff;
}
.campeonato ul.infos {
    margin-top: 10px;
    color: #7f7f7f;
    font-size: 12px;
}
.menu .navbar-toggle .icon-bar {
    background-color: #fff;
}
.login .fa{
  margin-top: 2px;
  margin-right: 10px;
}
.cadastro,.inscricao{
  padding: 50px 0;
}
/* */


.content-list table { width:100%; margin-bottom:30px; float:left; border:0 !important;background-color:#f2f2f2; !important;}
.content-list table th, .content-list table td { padding:5px 10px; text-align:left; border-bottom:1px solid #ccc; }
.content-list table .title { border-bottom:0px; }
.content-list table th { font-weight:700; }
.content-list table td { font-weight:400;font-size:12px; }
.content-page ul {
    padding: 10px 30px;
}
.content-list ul, .content-list ul li {
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
}
.content-page ul li {
    padding: 0;
    margin: 0 5px !important;
    list-style-type: disc;
}

.content-page h2 {
    font-size: 38px;
    color: #000;
    line-height: 1.2em;
    margin-top: 8px;
    font-weight: 300;
    border-bottom: 2px solid #fbae17;
    text-transform: uppercase;
}
.content-page p{
    font-size: 14px;
    line-height: 1.6em;
}