@media screen and (max-width: 1024px) {
  .esconder-720{display:none;}
}
.esconder-720{display:show;}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 70%;
  margin: auto;
}

.jumbotron.has-background , .jumbotron.main-background{
  background: transparent url(../img/images/Banner1/fundo_1.jpg) top center no-repeat !important;
  background-size: cover;
  /* background source: https://pixabay.com/en/apple-steve-jobs-quotes-scrabble-758334/ */
}
.section-contact {
  background: #222 url(../img/images0/map-contact.jpg) center no-repeat;
}

.help-block{
  color: rgb(255, 83, 53) !important;
}

#resumo-modulos{
  padding-left: 20px;
}

.label-desbravador{
  font-size: 24px !important;
  height: 58px !important;
  margin-top: 8% !important;
  border-radius: 0 !important;
  text-shadow: none !important;
  line-height: 1.7 !important;
  font-weight: normal !important;
  color: #ffffff !important;
  display: inline-block !important;
  background-color: #79b3e3 !important;
}

.margin-10{
  margin-top: 10%;
}

.footer .footer-inner .footer-content {
  position: absolute;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  padding: 8px;
  line-height: 36px;
  border-top: none !important;
  background:#54b4e6 !important;
}


.titulo-h4 {
  padding: 0 0 10px 0 !important;
  margin: 20px 0 10px 0 !important;
  font-size: 16px !important;
  font-weight: lighter !important;
  color: #2679b5 !important;
  border-bottom: 1px solid #d6e1ea !important;
}


.spinner {
  width: 40px;
  height: 40px;
  margin: auto;
  background-color: #2196F3;

  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;

  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.main-container .spinner:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
      opacity: 0;
    }
}

.recuo { text-indent:2em }


.login-layout.blur-login{
  background-color: #fff;
}
